changhong/xcode/Classes/Native/Assembly-CSharp1.cpp

40667 lines
1.9 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
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>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct GenericVirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct GenericVirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct InterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
struct GenericInterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct GenericInterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
// FairyGUI.BaseFont
struct BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F;
// FairyGUI.BitmapFont
struct BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88;
// FairyGUI.ChangePageAction
struct ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560;
// FairyGUI.ColliderHitTest
struct ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67;
// FairyGUI.ColorFilter
struct ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0;
// FairyGUI.CompositeMesh
struct CompositeMesh_t336C6A77381AB8220FB5F274FCCE67027E02D2D9;
// FairyGUI.Container
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68;
// FairyGUI.Controller
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64;
// FairyGUI.ControllerAction
struct ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7;
// FairyGUI.ControllerAction[]
struct ControllerActionU5BU5D_t668019F75ACEB702D586FCA474E1A8149154BE7A;
// FairyGUI.DisplayObject
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB;
// FairyGUI.DisplayObjectInfo
struct DisplayObjectInfo_t7655D49FE30470F70905EBC2A44B8D61058812F8;
// FairyGUI.DisplayObject[]
struct DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204;
// FairyGUI.DisplayOptions
struct DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070;
// FairyGUI.DragDropManager
struct DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E;
// FairyGUI.DynamicFont
struct DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30;
// FairyGUI.DynamicFont/RenderInfo
struct RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03;
// FairyGUI.EMRenderSupport
struct EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01;
// FairyGUI.EMRenderTarget
struct EMRenderTarget_t416B833E695A88D5F935058B691F693BD1DEFA5C;
// FairyGUI.EMRenderTarget[]
struct EMRenderTargetU5BU5D_t636EB72A6E77F3A51A849DBE2D6A5E8BE9FF743C;
// FairyGUI.EllipseMesh
struct EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0;
// FairyGUI.Emoji
struct Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583;
// FairyGUI.EventBridge
struct EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84;
// FairyGUI.EventBridge[]
struct EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C;
// FairyGUI.EventCallback0
struct EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8;
// FairyGUI.EventCallback1
struct EventCallback1_t389063B912FE306493324D5033356213EEA650A7;
// FairyGUI.EventContext
struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122;
// FairyGUI.EventContext[]
struct EventContextU5BU5D_t53AAFC4B0D618DB0D105D01475CA53115C8B2343;
// FairyGUI.EventDispatcher
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7;
// FairyGUI.EventListener
struct EventListener_t49A905F03D200ACE99DE09C02C7007437397826F;
// FairyGUI.FillMesh
struct FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371;
// FairyGUI.FontManager
struct FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF;
// FairyGUI.GButton
struct GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942;
// FairyGUI.GButton/<>c__DisplayClass66_0
struct U3CU3Ec__DisplayClass66_0_t6BD1A04E0F29977D8E5473EDD645FA1D5286526D;
// FairyGUI.GComponent
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC;
// FairyGUI.GGraph
struct GGraph_tD2F718A15120D167149C9E19B8802F8862458858;
// FairyGUI.GGroup
struct GGroup_tC639447CD683C998CC282B1BEB24798021939CB4;
// FairyGUI.GLabel
struct GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5;
// FairyGUI.GLoader
struct GLoader_t79DB886430214FA5031328823142509230E0E4A8;
// FairyGUI.GObject
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB;
// FairyGUI.GRoot
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F;
// FairyGUI.GTextField
struct GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058;
// FairyGUI.GearBase[]
struct GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A;
// FairyGUI.IFilter
struct IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3;
// FairyGUI.IHitTest
struct IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9;
// FairyGUI.IKeyboard
struct IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745;
// FairyGUI.IMeshFactory
struct IMeshFactory_t50A3420EDCE56AA55B30F12335D5D226277DADEA;
// FairyGUI.IMeshFactory[]
struct IMeshFactoryU5BU5D_tB0912BF290B1C8EA8363922C6D60DA13DF72E7BC;
// FairyGUI.InputEvent
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495;
// FairyGUI.InputTextField
struct InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC;
// FairyGUI.MaterialManager
struct MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098;
// FairyGUI.MovieClip
struct MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547;
// FairyGUI.MovieClip/Frame[]
struct FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6;
// FairyGUI.NAudioClip
struct NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96;
// FairyGUI.NGraphics
struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD;
// FairyGUI.NGraphics/MeshModifier
struct MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15;
// FairyGUI.NTexture
struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A;
// FairyGUI.PackageItem
struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0;
// FairyGUI.PageOption
struct PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3;
// FairyGUI.PixelHitTestData
struct PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4;
// FairyGUI.PlayTransitionAction
struct PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918;
// FairyGUI.Relations
struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF;
// FairyGUI.ScrollPane
struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE;
// FairyGUI.ShaderConfig/GetFunction
struct GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA;
// FairyGUI.ShaderConfig/PropertyIDs
struct PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71;
// FairyGUI.Stage
struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8;
// FairyGUI.StencilEraser
struct StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B;
// FairyGUI.TextField
struct TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D;
// FairyGUI.TextFormat
struct TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135;
// FairyGUI.TimerCallback
struct TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879;
// FairyGUI.Timers
struct Timers_t0460FD83034A09479176FC176CB5306B89A14EB3;
// FairyGUI.TimersEngine
struct TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06;
// FairyGUI.TouchInfo[]
struct TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD;
// FairyGUI.Transition
struct Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA;
// FairyGUI.UIConfig
struct UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A;
// FairyGUI.UIConfig/SoundLoader
struct SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2;
// FairyGUI.UIConfig[]
struct UIConfigU5BU5D_tFE1F365297F99E2953513D9F51597A542F3B9478;
// FairyGUI.UIObjectFactory/GComponentCreator
struct GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28;
// FairyGUI.UIPackage
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693;
// FairyGUI.UpdateContext
struct UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7;
// FairyGUI.Utils.ByteBuffer
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268;
// FairyGUI.VertexBuffer
struct VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B;
// FairyGUI.Window
struct Window_tE7D87992AB935C3508A34E808A486C27C5B6009A;
// LuaInterface.LuaBaseRef
struct LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4;
// LuaInterface.LuaDelegate
struct LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1;
// 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;
// System.Action
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579;
// System.Action`1<System.Object>
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0;
// System.Action`1<UnityEngine.Font>
struct Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,FairyGUI.DynamicFont/RenderInfo>[]
struct EntryU5BU5D_t9C1F4DB45B42A07F0A3673ED876DC56CBBBB5469;
// System.Collections.Generic.Dictionary`2/Entry<System.String,FairyGUI.BaseFont>[]
struct EntryU5BU5D_tF5E5432092D00B95E8427F440700D43D1A2BBEDC;
// System.Collections.Generic.Dictionary`2/Entry<System.String,FairyGUI.EventBridge>[]
struct EntryU5BU5D_tF0814E2263F7A2FAB1C86CC9AE9BC671B2E4CB13;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,FairyGUI.DynamicFont/RenderInfo>
struct KeyCollection_tD54B9024E8463CE6112B7F8A4DE1DB95D2CC0F29;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,FairyGUI.BaseFont>
struct KeyCollection_t173F76E64742FE5024530F507CE0A7CB223E80BF;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,FairyGUI.EventBridge>
struct KeyCollection_t43C7A8551F95F4382041964BC0F70A3D2726476C;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,FairyGUI.DynamicFont/RenderInfo>
struct ValueCollection_t3594CE51E792832FFFEE44558550BFD71EDD2690;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.BaseFont>
struct ValueCollection_t4E832B65E100879802DEF71F4570D06F87BF7017;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.EventBridge>
struct ValueCollection_tE03BF216F2ED904E8FD1AE77EE04B23DB3D3B39A;
// System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>
struct Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B;
// System.Collections.Generic.Dictionary`2<System.Enum,System.Object>
struct Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2;
// System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.DynamicFont/RenderInfo>
struct Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object>
struct Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Type>
struct Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258;
// System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference>
struct Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593;
// System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference>
struct Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9;
// System.Collections.Generic.Dictionary`2<System.IntPtr,LuaInterface.LuaState>
struct Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>
struct Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>
struct Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>
struct Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE;
// 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,System.Int32>
struct Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F;
// System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>
struct Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80;
// System.Collections.Generic.HashSet`1<System.String>
struct HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A;
// System.Collections.Generic.HashSet`1<System.Type>
struct HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05;
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
struct IEqualityComparer_1_t7B82AA0F8B96BAAA21E36DDF7A1FE4348BDDBE95;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
// System.Collections.Generic.List`1<FairyGUI.Anymous_T>
struct List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65;
// 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.DisplayObject>
struct List_1_t11A30662822286DF8036D0D1993807262B502B70;
// System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>
struct List_1_tE262A84CC5F1151019072F2449190177E8FABB78;
// System.Collections.Generic.List`1<FairyGUI.EventBridge>
struct List_1_t96F9041444F491A9089B15870662D9839D1B9728;
// System.Collections.Generic.List`1<FairyGUI.GObject>
struct List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42;
// System.Collections.Generic.List`1<FairyGUI.IMeshFactory>
struct List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C;
// System.Collections.Generic.List`1<FairyGUI.IUISource>
struct List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA;
// System.Collections.Generic.List`1<FairyGUI.NTexture>
struct List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87;
// System.Collections.Generic.List`1<FairyGUI.Transition>
struct List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281;
// System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>
struct List_1_t74B6A4CA646AC394724678D53711955E95B67FB2;
// System.Collections.Generic.List`1<LuaInterface.GCRef>
struct List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F;
// System.Collections.Generic.List`1<LuaInterface.LuaBaseRef>
struct List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1;
// System.Collections.Generic.List`1<System.Byte>
struct List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C;
// System.Collections.Generic.List`1<System.Int32>
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226;
// 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.Color32>
struct List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5;
// System.Collections.Generic.List`1<UnityEngine.Vector3>
struct List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5;
// System.Collections.Generic.List`1<UnityEngine.Vector4>
struct List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955;
// System.Collections.Generic.Stack`1<FairyGUI.EventContext>
struct Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A;
// System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>
struct Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841;
// System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer>
struct Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045;
// System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>
struct Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211;
// System.Collections.Generic.Stack`1<System.Object>
struct Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Comparison`1<FairyGUI.EMRenderTarget>
struct Comparison_1_t884447A7BB34C65ABC527C422490E7D4F91B1500;
// System.Comparison`1<System.Object>
struct Comparison_1_tD9DBDF7B2E4774B4D35E113A76D75828A24641F4;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.Exception
struct Exception_t;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Single[]
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// UnityEngine.AudioClip
struct AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051;
// UnityEngine.AudioClip/PCMReaderCallback
struct PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB;
// UnityEngine.AudioClip/PCMSetPositionCallback
struct PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801;
// UnityEngine.AudioSource
struct AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C;
// UnityEngine.Camera
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34;
// UnityEngine.Camera/CameraCallback
struct CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0;
// UnityEngine.Collider
struct Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF;
// UnityEngine.Color32[]
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
// UnityEngine.Display
struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57;
// UnityEngine.Display/DisplaysUpdatedDelegate
struct DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90;
// UnityEngine.Display[]
struct DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9;
// UnityEngine.Font
struct Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26;
// UnityEngine.Font/FontTextureRebuildCallback
struct FontTextureRebuildCallback_tD700C63BB1A449E3A0464C81701E981677D3021C;
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F;
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598;
// UnityEngine.Mesh
struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C;
// UnityEngine.MeshFilter
struct MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0;
// UnityEngine.MeshRenderer
struct MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED;
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429;
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
// UnityEngine.RenderTexture
struct RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6;
// UnityEngine.Shader
struct Shader_tE2731FF351B74AB4186897484FB01E000C1160CA;
// UnityEngine.Texture
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4;
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA;
// UnityEngine.Vector2[]
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Comparison_1_t884447A7BB34C65ABC527C422490E7D4F91B1500_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DelegateTraits_1_t93F39C2A14587E21167772FF32604529106E3646_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EMRenderTarget_t416B833E695A88D5F935058B691F693BD1DEFA5C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IMeshFactory_t50A3420EDCE56AA55B30F12335D5D226277DADEA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t11A30662822286DF8036D0D1993807262B502B70_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t96F9041444F491A9089B15870662D9839D1B9728_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tE262A84CC5F1151019072F2449190177E8FABB78_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass66_0_t6BD1A04E0F29977D8E5473EDD645FA1D5286526D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____6D90B721AD0313E43506A66F721242CF2358462B_17_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____B91404C2FE5F0C772E097415A13F88376EC8F24F_34_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral03F652301B7380E9F8F11ADCC9BA5DCFE7A31FE4;
IL2CPP_EXTERN_C String_t* _stringLiteral07596F183F5E91B1778D5E47B2752B8D42AA763D;
IL2CPP_EXTERN_C String_t* _stringLiteral0FF22A4A9E2F8C417933D787DA88605F289180AC;
IL2CPP_EXTERN_C String_t* _stringLiteral25C714AD2F90E184452BEA20C9C8FB348BF6912D;
IL2CPP_EXTERN_C String_t* _stringLiteral2842B5DE9DE996DC0415EC7ED9BC632BEAEBB69E;
IL2CPP_EXTERN_C String_t* _stringLiteral2AE44813F3C9DF646A69A8663A3B6DDB74B956F3;
IL2CPP_EXTERN_C String_t* _stringLiteral2BA8E18857CC70E44D096B14956912EF1679F7E1;
IL2CPP_EXTERN_C String_t* _stringLiteral2C712A80AAE7E7A0D23634CC84CBF78E68366B92;
IL2CPP_EXTERN_C String_t* _stringLiteral31914E178B319D98D3294637D34FDF039503C9C9;
IL2CPP_EXTERN_C String_t* _stringLiteral38930E0039A944FC185AEA40045438485B3AEF8C;
IL2CPP_EXTERN_C String_t* _stringLiteral3B74573A9F74E7C59AE8E85009A28535C2715529;
IL2CPP_EXTERN_C String_t* _stringLiteral3C6DE1B7DD91465D437EF415F94F36AFC1FBC8A8;
IL2CPP_EXTERN_C String_t* _stringLiteral3DDEC39941440D88FA1BC9229601B0A6CD94A169;
IL2CPP_EXTERN_C String_t* _stringLiteral3FE5515A10F3E47330DE04D3C93AF8363702295C;
IL2CPP_EXTERN_C String_t* _stringLiteral4A656E5330339672DE414CFC1CD81BFC6A66943B;
IL2CPP_EXTERN_C String_t* _stringLiteral53A0ACFAD59379B3E050338BF9F23CFC172EE787;
IL2CPP_EXTERN_C String_t* _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808;
IL2CPP_EXTERN_C String_t* _stringLiteral608D0A78675808980D3C002ABD6FBC11B0BC9966;
IL2CPP_EXTERN_C String_t* _stringLiteral65F518707AF15E348F1197B9712FB2BE0102D6EA;
IL2CPP_EXTERN_C String_t* _stringLiteral6794D5BE97BEF169426A8F79CDA5FC95C79D0B35;
IL2CPP_EXTERN_C String_t* _stringLiteral6E9814053270940A646CD5E833299690FC23226A;
IL2CPP_EXTERN_C String_t* _stringLiteral77346D0447DAFF959358A0ECBEEC83BFD9EC86BB;
IL2CPP_EXTERN_C String_t* _stringLiteral7B7FCC78D6CD1507925B769B1386CED3683F99C7;
IL2CPP_EXTERN_C String_t* _stringLiteral7C0A25C06EA30BAE50E39A37A5997E31A1A96E20;
IL2CPP_EXTERN_C String_t* _stringLiteral82503DB1AD210123739C00464A7C2D48FB1DF501;
IL2CPP_EXTERN_C String_t* _stringLiteral8785A8EE80EE87DBC1CE5819E2B83E7E619DC943;
IL2CPP_EXTERN_C String_t* _stringLiteral92047F68F9C7CA8725FECD3E892E5505BE19875E;
IL2CPP_EXTERN_C String_t* _stringLiteral92BE582433395EFD2A704C69E0B1CE41585C4FEA;
IL2CPP_EXTERN_C String_t* _stringLiteralAB92AF2A8F45436F85B0B3A67A838D5854FE7544;
IL2CPP_EXTERN_C String_t* _stringLiteralAD01E3847AA5918933113DC21A22AF4AD31DD4B7;
IL2CPP_EXTERN_C String_t* _stringLiteralAF4C3C106FBE1851EAB9BC02365CED02E746822C;
IL2CPP_EXTERN_C String_t* _stringLiteralB9DA209FB6E529C0A16F8684E759EA12AD9E6EFE;
IL2CPP_EXTERN_C String_t* _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8;
IL2CPP_EXTERN_C String_t* _stringLiteralC9B76AE79584AABFA8A92E1E354D651804860118;
IL2CPP_EXTERN_C String_t* _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002;
IL2CPP_EXTERN_C String_t* _stringLiteralDDFECA4A0C4A4F5DE5DBDCBD3F0B31F912D57617;
IL2CPP_EXTERN_C String_t* _stringLiteralE61E700555BBD71A47EE5D7118B4E515CD8951A9;
IL2CPP_EXTERN_C String_t* _stringLiteralE6443AF99D2F470F50AFFD5057BF48DB2D09DAE4;
IL2CPP_EXTERN_C String_t* _stringLiteralF0FED7E4932302916B4E9C73FE47EDCAFEED7C44;
IL2CPP_EXTERN_C String_t* _stringLiteralF8995BA5891B07E328C60D6BD6C10159878C5A13;
IL2CPP_EXTERN_C String_t* _stringLiteralFDD31961099996EBB56B6689C32B436F7F5073C3;
IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mC0DA38C909C636AF229862D2E4CD9C480C7383A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Comparison_1__ctor_mC145FF6F2680D34FDEFB0B63FED708AE7B6ED0D3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Container_ChangeChildrenOrder_m0DEABD0B025E5DBD7A5F1C4FC9D7F76D0C25F794_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Container_RemoveChildAt_m9D44C570F67A75134FD61F2FC728694AF8DDD6FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Container_RemoveChild_m41CD72B2CD84D0EF97B876E3B08DDF9C87A5FF2A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Container_SetChildIndex_mDD683082FF30FB221BE29B36D14C33FCF26D56CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Container_SwapChildren_m745231AE3321FE57BCF23FF0A72A481EFD15FF92_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Controller_SetSelectedIndex_m12C2CAE7667BA1DA9E2B7E52D9D6509DE10DC345_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateTraits_1_Create_mF9165CBEA09040C247F538B355A8523B8F194DBE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m4E400307E133C9C28CFCFC1155B39224A75E329F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mF1308A82FC0045AEB1FE4425BC5C0A1FD0D49F8C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m53D94BAE060189DC9B47016903EAAA39113CE02F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mE108384DFBAED539DC5D08D4A00A355B01FACB02_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mAF811E6B9DB164138099849ADB6C97110E57EF23_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m387DDFF5A92C6380294E021C4A9B18A3A3272408_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m6FDF0DF98246A8AA08D0C2434DBD2A8A08B7E783_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m705342AF9C7A59E15E6788672A55F2217B31F13C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m006D930797D26ABDB4BE4B0E95CBD23C9BD7ADA6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m0A23B0E5704DACC62B9FD73843DE1124FFE3E647_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m6D27DF771BB09FE5C7AD418E63057537B5E6564A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m128504F2644E253DF0E8BCEF07A05A1C9A50B1B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m3C401487CB309AEF1E8470E427CA30E905C80495_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DisplayObject_Capture_mAA28C50100EBEA7DC54EBA752877AE4E01821820_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DragDropManager___dragEnd_m6AE78A3CA32ADD46F28835BB9FB558FA86917A2F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DynamicFont_LoadFont_mD65E78ACDA94AF13BEA1438DABD8D36B62B2F0A7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DynamicFont_textureRebuildCallback_m56352844C7D1CB65B1FAD663B388EF535D5D43F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EMRenderSupport_CompareDepth_m963F8241F22912709E7C59130A1009506BDC2A84_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m478B824BD171864B29B34C10C016CB74669843D4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mE145F53B9D8E4C1CEAC67592060432B21A083AAA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9CA024D266F53ECB0BDC77DD4E2CDA899D3CDFE6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventBridge_Add_m1C6005095F665B52EFE2CDBE7D642A0580A35F4F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventBridge_Remove_m85F07C9554EF510F22656E9E913BCBF5CB5D6489_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventDispatcher_AddEventListener_m2420A72A70DC279D04D6C2EDEFAB74946C934A30_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventDispatcher_AddEventListener_m71BD99E645D43A709A8D779C6694985E6385ADE4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GButton___click_mB3119C5B1A5E8AA4FFE51DC0900C103EF8695552_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GButton___removedFromStage_m688A0861D8D78D6DDC4D0037D5748BD717E39639_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GButton___rollout_m38743B9E7CFD6A508A424DAAE410CA845BD139D7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GButton___rollover_mF28E6AA66AEED86775CD566D6794CD6247905A12_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GButton___touchBegin_mE8358C8A2CC8CE20244CE531C6622922C7983AB1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GButton___touchEnd_m96642566A6A642C4DEEBE89980FC18DDEA54CFFE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m9ECC19EFE784CBD0B8BA7E31C225BCB7822883CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m2AA17FA37BA581395CC4D3F13EA0E042D6EECA6D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mDCF05754A4917561C21CF45EE6DF3C37AD46FC84_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m1B5590ED2BBB261B8F8DFF72894E8B9C2D7633E1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m86B7ADB60CD4091E7C423E5D4DCA57B66FD044BF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m9A480FE6A20B8403C91B752093A5480FFE091BF6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m1EAEBD49F3D9F398A6E7792AD00EB0F64E3A9CDF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_mB0FEC03234CF53D706F0868A234B054BCA4DD779_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_mBF5D461C74C96AC635EAF8ADDF7E18AE64E815A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m501FBC3769123BB28E8BA56F485879213EC7766A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mEDAEAEADF38B390B2D890965EA9D01D949B44585_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mF90946F997C6EF2D91DFFA58728E1646F5386EC4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_m2B39F3B0EC8AED657B5E27425EFC4F0AD1BB6CF0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m05C677B614B1786D4362FC04B0660110F48BEA01_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m64B311484C1F25973323A5312DB592DFA6F9235C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m80CFE1502224E14EF9928F4B92CC2B7FB031DECF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8979C394D977C9901630BBCCA7B05AA110B4BE85_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m9348E8F21550362DF50EB6C7BF75D9D17CC0BF2B_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* List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mA074F7CB772C931E41F554B039A599A21BB3962F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mDE6724F8F0CDB7FF49B9562DE54DF4C9A26A91B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF370D283F1FEA3D8696D5FF4CBBE72D5174CE802_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mFD30DBD95510768C7D07118A38174BE2FC1106B5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m18E7E5A07C4E2464D1A881FCECCEA774FB1A7C8C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8C411E16A421AF385AA0CE443229022CF52300BB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC852C75A27BC43E1F11D22B0622775AD5FB409E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mDB2AD5D6CD2A77DE0C1B14262A00178DE7C12D78_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Capacity_mBD9E6ED18BD5ABB1475798C98B892E9959B3EE21_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_mD2F3D16EBD0B8BE217C1EEEEB9F01280B2444F1D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m2D845489597B32AFE89E61CF33C33772437E602F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mEE25CE8D9D7805C77F0C30A71CCF7F2DE1540165_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m03CCC63A37FCE702C4D78396076BAC618943C30A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m1A1452465ECFA25605A029CC5997609D1B1D2A90_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mF8FA9FBD06755D9ACF1E60C75C364A380FDF4582_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectsOfType_TisUIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_m0DF625F3BB7315FF3D1F69084E3772E782DC8AF5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ResourcesManager_LoadObject_TisFont_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26_m7FA7212AE603E6025E74652EA54916820A7152F1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mB353AE54AD1542418AC87DA938715993C6630A7F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m22F3F022753F4BD2C292EDC2A3DF1C2D37568930_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m12C9C2BF29873BE61A823CBAD701EF4252138EFB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m4A6949B6E25064D6466B2D2CFD7E35DC361E1F6F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass66_0_U3CFireClickU3Eb__0_m68D354548BA962FAEB8489B745A945F8441F3B78_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass66_0_U3CFireClickU3Eb__1_mB7466289E67674D81516C11393A5BEA699E9C507_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t ColliderHitTest_HitTest_mB3B066EE4A035AE81EF9CCF4A256BB40CFCFDE42_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ColorFilter_AdjustHue_mBFB435B170F12756723F734627B03D4F3ADCE559_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ColorFilter_ConcatValues_m5B98046DC72B7B7FE76C0483F9D5D52C9DC5F25F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ColorFilter_Dispose_m2404BE6EFB0F395A89F2FC4E4CE5EF8992B6C70A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ColorFilter_Reset_m1B5AB953EDB7582A891FBA87BEF511D93319CE5D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ColorFilter_Update_m4B7082D0755DA906F13AE49EDAE1D130745E4CD8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ColorFilter__cctor_mAC877CF110E29C7E5ACBA3D74A9984D59271C68B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ColorFilter__ctor_m4827156CAA2F4971F3282E19DA9F0850508E71BD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ColorFilter_set_target_m5FE485DF3953B32D13B30856163AD651558CC496_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CompositeMesh_HitTest_m226E3D20E3AB05C2AB03DBA281FA2E878F2442CF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CompositeMesh_OnPopulateMesh_mD14E61542F968257D2E431A568DBF1F7023B6C83_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CompositeMesh__ctor_m504D4C6A870A2F6A563E2CE7C8882991502CB930_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_ChangeChildrenOrder_m0DEABD0B025E5DBD7A5F1C4FC9D7F76D0C25F794_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_CollectChildren_mE7D7320D2B96E47A910FCD01932DD4F3F9C52D0B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_Contains_m59DBC9CA96A60565B94EF758B8DC71A61D5C95FB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_Dispose_m7C64AF05A45A7B2D65AB63FA7729D57EF1B1FB99_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_DoFairyBatching_mB8E2ACB44CEA06908555BA7EFBEB61B361D4BC97_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_GetBounds_mE64B81B428CD3B5C5AD77FA3DDA5A99DE762C43B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_GetChildAt_mF1A7165A6C4555A7832B91C7A71048E58C761E02_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_GetChildIndex_m574928B46F12DBF4FB86CFB2B523EB6E1AF8D79E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_GetChild_m72B24C0DD49BACC4859591C72B1FD407082C629F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_GetRenderCamera_m34108FF414D6DDD22212012EBDAA26F5AB8602B4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_HitTest_Container_mAD8039E873AF501E1AFCEAAD8BDFD7020A31E903_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_HitTest_m206B421952FC04A79F5B6463B320D6F4B4041D1D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_HitTest_m7DC97FBA24EB7D031FC9CFAD4109BBF60EDF9759_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_Init_m003E47FDDFD7F4912C671330F78DD9EB53AA1DB2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_RemoveChildAt_m9D44C570F67A75134FD61F2FC728694AF8DDD6FD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_RemoveChild_m41CD72B2CD84D0EF97B876E3B08DDF9C87A5FF2A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_SetChildIndex_mDD683082FF30FB221BE29B36D14C33FCF26D56CA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_SetChildrenLayer_m941916D1215FEBC8F8ED5F0065FF992C866B34EE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_SetRenderingOrder_mFCE06582BBE93BED5CDF9192F7A7DBD5673619B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_SwapChildrenAt_m8965701E22819BBBA46CC95E6343329320340DAF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_SwapChildren_m745231AE3321FE57BCF23FF0A72A481EFD15FF92_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_UpdateBatchingFlags_m3BEA6CACF0DD7429C2A9D30A93C8141DEC12DD20_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_Update_mFE307B00636469D0B07F9C17B1FEB8328597CDEB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container__ctor_m0A28F438E6BDE2EE73CCB5090A9EB069BC0456A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_set_clipRect_m3C7AE339EAE5F50FBF5C8FC23F4A005BC5038B7D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Container_set_touchable_m416BEC1FEA21693D88FD796CD542519DB7D7A611_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ControllerAction_CreateAction_mBA562C740650AC9294269F308DAB6E04AE106B66_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ControllerAction_Run_m06794806D873255D41FCD56E53C9011B47E5DEA2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ControllerAction_Setup_m53C43C8D3F10A918127B28CD3E6F3C8B10A8F5D7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_AddPageAt_m2D6168945BCE7AB3F0AB9569633BA7D8D63749C1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_AddPage_m66D2BCEEC05DECAC320553DD07CC0AD11625026E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_ClearPages_m59A58B9E49AD79362CA646B8A18FAF36ED9E6CD8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_GetPageIdByName_mA3E5DDFD478FE767DA98C525086FAC03246931E3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_GetPageId_m7594CF46F8038A2A2D52B84A7A18E9D7F60A66A8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_GetPageIndexById_m9F41A123418369B89E9112F66F8E36F3F285263B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_GetPageNameById_mC400FA7DA5CD0CE3E42DA06A59F341EA7945A031_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_GetPageName_mC0F84BCC1492528BC5F59E17A66F8A2F7118DFC6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_HasPage_m909C10E977B6E5F3FCD556E59C15A3991A34DCFC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_RemovePageAt_mDCBCFB17709802060ADAE255F2F0FE6DFAF64549_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_RemovePage_m09D5335F3693215894740B29A0409C609A0C2946_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_RunActions_m5F1257D146537B5AA651BAD3A0CECF0CFB719BC6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_SetSelectedIndex_m12C2CAE7667BA1DA9E2B7E52D9D6509DE10DC345_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_SetSelectedPage_m40296F66673EB27B2B93FEC1861DB33819BE39A6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_Setup_mDADE9B760D5F9110E40BFFCDDCF8CD49CB20935C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller__ctor_m2776C259732E3C49D4F1F67EA2C9422294B01B18_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_get_onChanged_m403E889B59751C992986F1C250F7E4A25BB1E200_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_get_pageCount_m362D55CCB9BB5392C0069985C28676521A49BDED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_get_previousPageId_m18CF878B4DBBABBABEB6B3890726462BECB3BDF4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_get_previousPage_m999B0A1725F02F9C6A17999EBBD3F355760B6AB5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_get_selectedPage_m2B6A819B5A7B0C1B124BE5F0C4FBF2E882625CB5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_set_oppositePageId_m7A345ABAF052BEC8C95B2F31E1A5C3C9353AF910_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_set_selectedPageId_m5AD05F9CA77EF32AA132EA6B0192F51E7E20214F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Controller_set_selectedPage_mB745713A16D373B32555ABF702DFA1D74052A451_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_ApplyPivot_mA8E1F67AC4BECA3789E12DFDEB123AF7F74BCCBD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_Capture_mAA28C50100EBEA7DC54EBA752877AE4E01821820_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_CreateGameObject_m7959DAD321F68960C96F0A6D0961CE901444D666_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_DestroyGameObject_m837D70167A21DE7FD0E0E60CD573304E67531BAE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_Dispose_m4623756E849DEB7F6FED6C37DCD618A88AAE059D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_EnterPaintingMode_mBD171BC8E68587EEB1918AE5E25F0AA43A90E3D4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_GlobalToLocal_m53BFABE7519A23621B6E1FBF79BE68DA83F2BB7B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_HitTest_m3C9530575230C2309D0C54A650FCAF127EBA68D8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_InternalHitTest_m91940488DE54A36C2963823447E2BE39BB2D3431_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_LeavePaintingMode_mF2EB2C96873A13D564FEDD8EE1005CC28D099EBE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_LocalToGlobal_mAE32922AE7785ABA26E0DEC586F46A2E8D1180A6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_TransformPoint_mD3AEFBFC98A076CF75A49E311B1B02697FC0A7FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_TransformRectPoint_mEB76BBE323C1F43C0DB5768A84768DD629DDDCBF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_UpdateHierarchy_m176FC4BB82BC927D4F3EF60D55BD117DE0F782C0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_UpdatePivotOffset_m2AD9DAE9A5B67E9F57C4423C117B2F58CB19BF3D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_UpdateTransformMatrix_m7D1EC8AFD54133B860BF141C1AE990CA8BB8465A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_Update_m05756CF6A38AE531702D2ED732D15053849EC4BB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_WorldToLocal_mA3392E7E1B08FCC91B15A4E40A0A27C489EE3443_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject__ctor_m8A93C9E5759F7CC138A8FE227A4ACDC8E7CC70F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_isDisposed_mFBB8B449ECE8BB06DB80D1F0F1FC7496888810AF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_onAddedToStage_m40B039CB9BD9B62F8FE851A2298764B2245F80A2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_onClickLink_m0D4F01682EA996FCE64995529CE73B6CC9E854AD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_onClick_mADFE1D946BFFC149983712F7231EFBC81F416D2E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_onKeyDown_m50FCFCE191191E73190BDF2A6D9ED908BE3FF816_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_onMouseWheel_m45FB5782E92FF099D3EDB5D1A247FFB04D54493B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_onRemovedFromStage_mB3154C5532AE6EBE528CBF055D1EE14718509E4A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_onRightClick_mFB8D7299E812BB6C2BB7721BD5A95100D3BB16B4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_onRollOut_mF5E8ADC68F9D9681320261FD482A529927D9F9A2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_onRollOver_m111E9DEB8F948748A238F24304FA917FB60B1C3B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_onTouchMove_m7F117ED262A2AD8DB6018AFA16391A4741781F17_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_scale_mD26D5F25BC54804199740FE292B4EF227E27354E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_stage_mC9BF289AD8D0881BB526934FA4AF6366F09C1C7D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_topmost_m8157DCD0D3584862ADDA92A850F828DDC91A363C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_get_worldSpaceContainer_mECA99AEF5963A7ABEB46773C9C806D7074438417_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_set_filter_m6A36647D777F417BD398576F1ED49D3AA7181765_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_set_focalLength_m2D918FA5B14EA5C6017755B4ACCDC5567ED18C27_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_set_height_mBDB3524631F8ACBFAE8B629BE123E8697989D886_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_set_perspective_mC81CD5E76EB5572A70F8844CF543674D9905B0C0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_set_pivot_m7C0B1F993BBC38456F2D54A1A34BBFB0BC238B41_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_set_visible_m73F09F8DD88AC922D0AFA8EC89DB69A44C2B634C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayObject_set_width_m796286B3D4EF197C3E72EB1288160988043E783B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DisplayOptions_SetEditModeHideFlags_m99682C039495A233EA1036B43E8C426435AF2603_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DragDropManager___dragEnd_m6AE78A3CA32ADD46F28835BB9FB558FA86917A2F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DragDropManager__ctor_m7B32F3C196FD7A26757CDE789701E9299EC1A0F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DragDropManager_get_inst_m073255D46375EA6D42F9FFB117283AF369EBB244_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DynamicFont_GetGlyphSize_m33EEED2D17BED9F8331E1FB9B1A725F3D3AAC40A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DynamicFont_GetGlyph_mA82554C8B2120FEEF91E4AC7E36FAB5296530E2D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DynamicFont_GetRenderInfo_mEE4D83D16FC35982101EF4E54199F6D1579EABE8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DynamicFont_LoadFont_mD65E78ACDA94AF13BEA1438DABD8D36B62B2F0A7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DynamicFont_SetFormat_mB0C64931945E97DA02180FF6131297156DF2E4D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DynamicFont__ctor_m7EBD08615DE8235637056E5A4EA74A36C8D12C47_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DynamicFont_textureRebuildCallback_m56352844C7D1CB65B1FAD663B388EF535D5D43F8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EMRenderSupport_Add_m593F6604CA4CE51F4EC9FDA9856FF2E1935CC163_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EMRenderSupport_CompareDepth_m963F8241F22912709E7C59130A1009506BDC2A84_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EMRenderSupport_Reload_m12B7E5154D8E023A591A106EF0523ECA1657D8D9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EMRenderSupport_Remove_mD1A68BE81081F4367C812CBCF34B9FAC2B3BAC4E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EMRenderSupport_Update_m319EFF5A7482FC876641984B3D31998CD8C17F45_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EMRenderSupport__cctor_m77F6DE3B19F30C8F7E00A44B5D4E7BA7C6FEA73F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EMRenderSupport_get_hasTarget_m78548D20443B75569318C06E7896F9D27E247A02_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EMRenderSupport_get_packageListReady_m21CA92241FAC0AFE3F9855ADF4A4773D23EDCE8DAssemblyU2DCSharp1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EMRenderSupport_get_packageListReady_m21CA92241FAC0AFE3F9855ADF4A4773D23EDCE8D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EMRenderSupport_set_packageListReady_m953D61E9F0D999534F49FB44490024087067EB33AssemblyU2DCSharp1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EMRenderSupport_set_packageListReady_m953D61E9F0D999534F49FB44490024087067EB33_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EaseManager_Evaluate_mAB630EB5A81BF0F409DCD380E1C8D3949AC42F23_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EllipseMesh_HitTest_m81087A9496AF0297DAE7FAF93348597740446CA3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EllipseMesh_OnPopulateMesh_mE5AA1738D2B4BAE087B52DCC446C66D5722024EB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EllipseMesh__cctor_mF7E07FCFC9E2D3DB5B1D33CB55A01722C40ACB79_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventBridge_AddCapture_m5609A01AF8F0FE8DF63717BBBBFAC67C11DB7214_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventBridge_Add_m1C6005095F665B52EFE2CDBE7D642A0580A35F4F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventBridge_Add_m218F0CCEA761CDE88C153B67D7DBF95FE7CE3089_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventBridge_Add_m664536FF36C8A6D8297F278E3D22BE4345560E05_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventBridge_Add_m96A37E3C221FA16A70C7CFCFF91249A69E03BF45_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventBridge_RemoveCapture_mAFBC3CC85DFDE6B895A71CAD9A81A5ED4C3FE896_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventBridge_Remove_m5B1F039FFAE8BB51D82F09044728D45B1A52A3DB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventBridge_Remove_m5B2BE2D3D47404A71A38D3C1A8142A22CDC3D42B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventBridge_Remove_m85F07C9554EF510F22656E9E913BCBF5CB5D6489_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventBridge_Remove_mDA770A9FE823F1795BD4C982A3C0682389C1759D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventContext_Get_mDFDAF4C98A42686D5C5F9C2457FB15C4272F19D0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventContext_Return_m5D8DE13B79EA179962D4CAA93DE5A007650C22CE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventContext__cctor_mD948A563042626B421EC163C00048B81B69BA1F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventContext__ctor_mE435514E110AD7993D1E32A80115FE0A3797546F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventDispatcher_AddEventListener_m2420A72A70DC279D04D6C2EDEFAB74946C934A30_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventDispatcher_AddEventListener_m71BD99E645D43A709A8D779C6694985E6385ADE4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventDispatcher_BroadcastEvent_m7A6869856F884D2E98EC3491DCBE19BC7AAC8D7C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventDispatcher_BubbleEvent_m43B2422BBBF22953274772FB0BDBCC44BD66CBE2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventDispatcher_DispatchEvent_mBCF99E50F1FFB230AE8DF3E711B8C24017E17502_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventDispatcher_GetChainBridges_m5D7F599BFF90BB0FF1328724F712F1E67E29ECEF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventDispatcher_GetChildEventBridges_m3A95BD49300828F494750F157435289BC4B65FDC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventDispatcher_GetChildEventBridges_mDA1E0DDC2338EE7DC067E94570139A68345E9BFB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventDispatcher_GetEventBridge_mE90BBC5BE6F780CEE475D53C1EE4F30109AFBA85_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventDispatcher_InternalDispatchEvent_mAAF3177C2D8B6065B5C253A8AF520FC64E32CAFF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventDispatcher_RemoveEventListener_m1C068FBDC60415AF172EE9ACDF15ECE95C2A0E6D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventDispatcher_RemoveEventListener_m4F6E8E933765C8B0D9545FAC6A7894B20471811F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventDispatcher_RemoveEventListeners_m45F5C0F1C79676493737213387738340E8E7D0F2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventDispatcher__cctor_mC81526B033FD3309812F574B4B67F1D1596B5CAA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FillMesh_FillRadial90_m2362F0A645712D77F3C2C2DF6A6863A549AAD7E8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FillMesh_OnPopulateMesh_m0F0CFB7D9FE58B7C714980034DA695C0C84533C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FontManager_Clear_m07DB8B7E80DC78736F598BBEB0595A3BA40F9939_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FontManager_GetFont_mE0F498CC7137BDEEF892E5C67EBAC540CA863A32_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FontManager_RegisterFont_mD7BA260FF560D481E50B3255EA06D57A58722BC5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FontManager_UnregisterFont_m423ABE397792A30BDCCBF696F36A180EB9F5EBDC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FontManager__cctor_mBA816F59F405A309A2BC692F72E36E76C8BDCD6A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GButton_ConstructExtension_mD44F7D80294AE775AED969B8E893A4A6094569C4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GButton_FireClick_mC17E9C7C08E9793AAC7176DBEEDF0AF6EBFE8CD9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GButton_GetTextField_m01BBDAA2AFE5998B38D0A80F66C09C7C74BF67DF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GButton_HandleGrayedChanged_m68BD7C8BF2693638E34E8EC6B2AD9817702032A2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GButton_SetCurrentState_m804BD6C292479B3D91ECF3640CDF44846618BB7B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GButton_Setup_AfterAdd_mE073A2BFB76548943E22344E000030291FE64429_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GButton___click_mB3119C5B1A5E8AA4FFE51DC0900C103EF8695552_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GButton___rollout_m38743B9E7CFD6A508A424DAAE410CA845BD139D7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GButton___rollover_mF28E6AA66AEED86775CD566D6794CD6247905A12_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GButton___touchBegin_mE8358C8A2CC8CE20244CE531C6622922C7983AB1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GButton___touchEnd_m96642566A6A642C4DEEBE89980FC18DDEA54CFFE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GButton__ctor_m2E4F4216DBBE5724DE85D27D5A427F578D164CFD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GButton_get_onChanged_mF83C664E9FCA52E1433B5FFAC25239CC01531396_MetadataUsageId;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct UIConfigU5BU5D_tFE1F365297F99E2953513D9F51597A542F3B9478;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9;
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.BaseFont
struct BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F : public RuntimeObject
{
public:
// System.String FairyGUI.BaseFont::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_0;
// FairyGUI.NTexture FairyGUI.BaseFont::mainTexture
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___mainTexture_1;
// System.Boolean FairyGUI.BaseFont::canTint
bool ___canTint_2;
// System.Boolean FairyGUI.BaseFont::customBold
bool ___customBold_3;
// System.Boolean FairyGUI.BaseFont::customBoldAndItalic
bool ___customBoldAndItalic_4;
// System.String FairyGUI.BaseFont::shader
String_t* ___shader_5;
// System.Boolean FairyGUI.BaseFont::keepCrisp
bool ___keepCrisp_6;
// FairyGUI.PackageItem FairyGUI.BaseFont::packageItem
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___packageItem_7;
public:
inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___U3CnameU3Ek__BackingField_0)); }
inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; }
inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; }
inline void set_U3CnameU3Ek__BackingField_0(String_t* value)
{
___U3CnameU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_mainTexture_1() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___mainTexture_1)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get_mainTexture_1() const { return ___mainTexture_1; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of_mainTexture_1() { return &___mainTexture_1; }
inline void set_mainTexture_1(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
___mainTexture_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___mainTexture_1), (void*)value);
}
inline static int32_t get_offset_of_canTint_2() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___canTint_2)); }
inline bool get_canTint_2() const { return ___canTint_2; }
inline bool* get_address_of_canTint_2() { return &___canTint_2; }
inline void set_canTint_2(bool value)
{
___canTint_2 = value;
}
inline static int32_t get_offset_of_customBold_3() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___customBold_3)); }
inline bool get_customBold_3() const { return ___customBold_3; }
inline bool* get_address_of_customBold_3() { return &___customBold_3; }
inline void set_customBold_3(bool value)
{
___customBold_3 = value;
}
inline static int32_t get_offset_of_customBoldAndItalic_4() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___customBoldAndItalic_4)); }
inline bool get_customBoldAndItalic_4() const { return ___customBoldAndItalic_4; }
inline bool* get_address_of_customBoldAndItalic_4() { return &___customBoldAndItalic_4; }
inline void set_customBoldAndItalic_4(bool value)
{
___customBoldAndItalic_4 = value;
}
inline static int32_t get_offset_of_shader_5() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___shader_5)); }
inline String_t* get_shader_5() const { return ___shader_5; }
inline String_t** get_address_of_shader_5() { return &___shader_5; }
inline void set_shader_5(String_t* value)
{
___shader_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shader_5), (void*)value);
}
inline static int32_t get_offset_of_keepCrisp_6() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___keepCrisp_6)); }
inline bool get_keepCrisp_6() const { return ___keepCrisp_6; }
inline bool* get_address_of_keepCrisp_6() { return &___keepCrisp_6; }
inline void set_keepCrisp_6(bool value)
{
___keepCrisp_6 = value;
}
inline static int32_t get_offset_of_packageItem_7() { return static_cast<int32_t>(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___packageItem_7)); }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get_packageItem_7() const { return ___packageItem_7; }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of_packageItem_7() { return &___packageItem_7; }
inline void set_packageItem_7(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value)
{
___packageItem_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___packageItem_7), (void*)value);
}
};
// FairyGUI.ColliderHitTest
struct ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 : public RuntimeObject
{
public:
// UnityEngine.Collider FairyGUI.ColliderHitTest::collider
Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * ___collider_0;
public:
inline static int32_t get_offset_of_collider_0() { return static_cast<int32_t>(offsetof(ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67, ___collider_0)); }
inline Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * get_collider_0() const { return ___collider_0; }
inline Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF ** get_address_of_collider_0() { return &___collider_0; }
inline void set_collider_0(Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * value)
{
___collider_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___collider_0), (void*)value);
}
};
// FairyGUI.CompositeMesh
struct CompositeMesh_t336C6A77381AB8220FB5F274FCCE67027E02D2D9 : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<FairyGUI.IMeshFactory> FairyGUI.CompositeMesh::elements
List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C * ___elements_0;
// System.Int32 FairyGUI.CompositeMesh::activeIndex
int32_t ___activeIndex_1;
public:
inline static int32_t get_offset_of_elements_0() { return static_cast<int32_t>(offsetof(CompositeMesh_t336C6A77381AB8220FB5F274FCCE67027E02D2D9, ___elements_0)); }
inline List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C * get_elements_0() const { return ___elements_0; }
inline List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C ** get_address_of_elements_0() { return &___elements_0; }
inline void set_elements_0(List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C * value)
{
___elements_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___elements_0), (void*)value);
}
inline static int32_t get_offset_of_activeIndex_1() { return static_cast<int32_t>(offsetof(CompositeMesh_t336C6A77381AB8220FB5F274FCCE67027E02D2D9, ___activeIndex_1)); }
inline int32_t get_activeIndex_1() const { return ___activeIndex_1; }
inline int32_t* get_address_of_activeIndex_1() { return &___activeIndex_1; }
inline void set_activeIndex_1(int32_t value)
{
___activeIndex_1 = value;
}
};
// FairyGUI.ControllerAction
struct ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 : public RuntimeObject
{
public:
// System.String[] FairyGUI.ControllerAction::fromPage
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___fromPage_0;
// System.String[] FairyGUI.ControllerAction::toPage
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___toPage_1;
public:
inline static int32_t get_offset_of_fromPage_0() { return static_cast<int32_t>(offsetof(ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7, ___fromPage_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_fromPage_0() const { return ___fromPage_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_fromPage_0() { return &___fromPage_0; }
inline void set_fromPage_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___fromPage_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___fromPage_0), (void*)value);
}
inline static int32_t get_offset_of_toPage_1() { return static_cast<int32_t>(offsetof(ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7, ___toPage_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_toPage_1() const { return ___toPage_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_toPage_1() { return &___toPage_1; }
inline void set_toPage_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___toPage_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___toPage_1), (void*)value);
}
};
// FairyGUI.DragDropManager
struct DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E : public RuntimeObject
{
public:
// FairyGUI.GLoader FairyGUI.DragDropManager::_agent
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * ____agent_0;
// System.Object FairyGUI.DragDropManager::_sourceData
RuntimeObject * ____sourceData_1;
public:
inline static int32_t get_offset_of__agent_0() { return static_cast<int32_t>(offsetof(DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E, ____agent_0)); }
inline GLoader_t79DB886430214FA5031328823142509230E0E4A8 * get__agent_0() const { return ____agent_0; }
inline GLoader_t79DB886430214FA5031328823142509230E0E4A8 ** get_address_of__agent_0() { return &____agent_0; }
inline void set__agent_0(GLoader_t79DB886430214FA5031328823142509230E0E4A8 * value)
{
____agent_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____agent_0), (void*)value);
}
inline static int32_t get_offset_of__sourceData_1() { return static_cast<int32_t>(offsetof(DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E, ____sourceData_1)); }
inline RuntimeObject * get__sourceData_1() const { return ____sourceData_1; }
inline RuntimeObject ** get_address_of__sourceData_1() { return &____sourceData_1; }
inline void set__sourceData_1(RuntimeObject * value)
{
____sourceData_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____sourceData_1), (void*)value);
}
};
struct DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E_StaticFields
{
public:
// FairyGUI.DragDropManager FairyGUI.DragDropManager::_inst
DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E * ____inst_2;
public:
inline static int32_t get_offset_of__inst_2() { return static_cast<int32_t>(offsetof(DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E_StaticFields, ____inst_2)); }
inline DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E * get__inst_2() const { return ____inst_2; }
inline DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E ** get_address_of__inst_2() { return &____inst_2; }
inline void set__inst_2(DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E * value)
{
____inst_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____inst_2), (void*)value);
}
};
// FairyGUI.DynamicFont_RenderInfo
struct RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 : public RuntimeObject
{
public:
// System.Int32 FairyGUI.DynamicFont_RenderInfo::yIndent
int32_t ___yIndent_0;
// System.Int32 FairyGUI.DynamicFont_RenderInfo::height
int32_t ___height_1;
public:
inline static int32_t get_offset_of_yIndent_0() { return static_cast<int32_t>(offsetof(RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03, ___yIndent_0)); }
inline int32_t get_yIndent_0() const { return ___yIndent_0; }
inline int32_t* get_address_of_yIndent_0() { return &___yIndent_0; }
inline void set_yIndent_0(int32_t value)
{
___yIndent_0 = value;
}
inline static int32_t get_offset_of_height_1() { return static_cast<int32_t>(offsetof(RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03, ___height_1)); }
inline int32_t get_height_1() const { return ___height_1; }
inline int32_t* get_address_of_height_1() { return &___height_1; }
inline void set_height_1(int32_t value)
{
___height_1 = value;
}
};
// FairyGUI.EMRenderSupport
struct EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01 : public RuntimeObject
{
public:
public:
};
struct EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields
{
public:
// System.Boolean FairyGUI.EMRenderSupport::orderChanged
bool ___orderChanged_0;
// FairyGUI.UpdateContext FairyGUI.EMRenderSupport::_updateContext
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ____updateContext_1;
// System.Collections.Generic.List`1<FairyGUI.EMRenderTarget> FairyGUI.EMRenderSupport::_targets
List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * ____targets_2;
// System.Boolean FairyGUI.EMRenderSupport::<packageListReady>k__BackingField
bool ___U3CpackageListReadyU3Ek__BackingField_3;
public:
inline static int32_t get_offset_of_orderChanged_0() { return static_cast<int32_t>(offsetof(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields, ___orderChanged_0)); }
inline bool get_orderChanged_0() const { return ___orderChanged_0; }
inline bool* get_address_of_orderChanged_0() { return &___orderChanged_0; }
inline void set_orderChanged_0(bool value)
{
___orderChanged_0 = value;
}
inline static int32_t get_offset_of__updateContext_1() { return static_cast<int32_t>(offsetof(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields, ____updateContext_1)); }
inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * get__updateContext_1() const { return ____updateContext_1; }
inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 ** get_address_of__updateContext_1() { return &____updateContext_1; }
inline void set__updateContext_1(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * value)
{
____updateContext_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____updateContext_1), (void*)value);
}
inline static int32_t get_offset_of__targets_2() { return static_cast<int32_t>(offsetof(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields, ____targets_2)); }
inline List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * get__targets_2() const { return ____targets_2; }
inline List_1_tE262A84CC5F1151019072F2449190177E8FABB78 ** get_address_of__targets_2() { return &____targets_2; }
inline void set__targets_2(List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * value)
{
____targets_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____targets_2), (void*)value);
}
inline static int32_t get_offset_of_U3CpackageListReadyU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields, ___U3CpackageListReadyU3Ek__BackingField_3)); }
inline bool get_U3CpackageListReadyU3Ek__BackingField_3() const { return ___U3CpackageListReadyU3Ek__BackingField_3; }
inline bool* get_address_of_U3CpackageListReadyU3Ek__BackingField_3() { return &___U3CpackageListReadyU3Ek__BackingField_3; }
inline void set_U3CpackageListReadyU3Ek__BackingField_3(bool value)
{
___U3CpackageListReadyU3Ek__BackingField_3 = value;
}
};
// FairyGUI.EaseManager
struct EaseManager_tAD662754D9362DEDEDE84141FF8E1555923D1E59 : public RuntimeObject
{
public:
public:
};
// FairyGUI.EaseManager_Bounce
struct Bounce_t2ACEB40D15A0637385F806E71458C6F999658219 : public RuntimeObject
{
public:
public:
};
// FairyGUI.Emoji
struct Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583 : public RuntimeObject
{
public:
// System.String FairyGUI.Emoji::url
String_t* ___url_0;
// System.Int32 FairyGUI.Emoji::width
int32_t ___width_1;
// System.Int32 FairyGUI.Emoji::height
int32_t ___height_2;
public:
inline static int32_t get_offset_of_url_0() { return static_cast<int32_t>(offsetof(Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583, ___url_0)); }
inline String_t* get_url_0() const { return ___url_0; }
inline String_t** get_address_of_url_0() { return &___url_0; }
inline void set_url_0(String_t* value)
{
___url_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___url_0), (void*)value);
}
inline static int32_t get_offset_of_width_1() { return static_cast<int32_t>(offsetof(Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583, ___width_1)); }
inline int32_t get_width_1() const { return ___width_1; }
inline int32_t* get_address_of_width_1() { return &___width_1; }
inline void set_width_1(int32_t value)
{
___width_1 = value;
}
inline static int32_t get_offset_of_height_2() { return static_cast<int32_t>(offsetof(Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583, ___height_2)); }
inline int32_t get_height_2() const { return ___height_2; }
inline int32_t* get_address_of_height_2() { return &___height_2; }
inline void set_height_2(int32_t value)
{
___height_2 = value;
}
};
// FairyGUI.EventBridge
struct EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 : public RuntimeObject
{
public:
// FairyGUI.EventDispatcher FairyGUI.EventBridge::owner
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___owner_0;
// FairyGUI.EventCallback0 FairyGUI.EventBridge::_callback0
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____callback0_1;
// FairyGUI.EventCallback1 FairyGUI.EventBridge::_callback1
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____callback1_2;
// FairyGUI.EventCallback1 FairyGUI.EventBridge::_captureCallback
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____captureCallback_3;
// System.Boolean FairyGUI.EventBridge::_dispatching
bool ____dispatching_4;
public:
inline static int32_t get_offset_of_owner_0() { return static_cast<int32_t>(offsetof(EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84, ___owner_0)); }
inline EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * get_owner_0() const { return ___owner_0; }
inline EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 ** get_address_of_owner_0() { return &___owner_0; }
inline void set_owner_0(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * value)
{
___owner_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value);
}
inline static int32_t get_offset_of__callback0_1() { return static_cast<int32_t>(offsetof(EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84, ____callback0_1)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__callback0_1() const { return ____callback0_1; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__callback0_1() { return &____callback0_1; }
inline void set__callback0_1(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____callback0_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____callback0_1), (void*)value);
}
inline static int32_t get_offset_of__callback1_2() { return static_cast<int32_t>(offsetof(EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84, ____callback1_2)); }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__callback1_2() const { return ____callback1_2; }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__callback1_2() { return &____callback1_2; }
inline void set__callback1_2(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
{
____callback1_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____callback1_2), (void*)value);
}
inline static int32_t get_offset_of__captureCallback_3() { return static_cast<int32_t>(offsetof(EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84, ____captureCallback_3)); }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__captureCallback_3() const { return ____captureCallback_3; }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__captureCallback_3() { return &____captureCallback_3; }
inline void set__captureCallback_3(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
{
____captureCallback_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____captureCallback_3), (void*)value);
}
inline static int32_t get_offset_of__dispatching_4() { return static_cast<int32_t>(offsetof(EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84, ____dispatching_4)); }
inline bool get__dispatching_4() const { return ____dispatching_4; }
inline bool* get_address_of__dispatching_4() { return &____dispatching_4; }
inline void set__dispatching_4(bool value)
{
____dispatching_4 = value;
}
};
// FairyGUI.EventContext
struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 : public RuntimeObject
{
public:
// FairyGUI.EventDispatcher FairyGUI.EventContext::<sender>k__BackingField
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___U3CsenderU3Ek__BackingField_0;
// System.Object FairyGUI.EventContext::<initiator>k__BackingField
RuntimeObject * ___U3CinitiatorU3Ek__BackingField_1;
// FairyGUI.InputEvent FairyGUI.EventContext::<inputEvent>k__BackingField
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * ___U3CinputEventU3Ek__BackingField_2;
// System.String FairyGUI.EventContext::type
String_t* ___type_3;
// System.Object FairyGUI.EventContext::data
RuntimeObject * ___data_4;
// System.Boolean FairyGUI.EventContext::_defaultPrevented
bool ____defaultPrevented_5;
// System.Boolean FairyGUI.EventContext::_stopsPropagation
bool ____stopsPropagation_6;
// System.Boolean FairyGUI.EventContext::_touchCapture
bool ____touchCapture_7;
// System.Collections.Generic.List`1<FairyGUI.EventBridge> FairyGUI.EventContext::callChain
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * ___callChain_8;
public:
inline static int32_t get_offset_of_U3CsenderU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___U3CsenderU3Ek__BackingField_0)); }
inline EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * get_U3CsenderU3Ek__BackingField_0() const { return ___U3CsenderU3Ek__BackingField_0; }
inline EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 ** get_address_of_U3CsenderU3Ek__BackingField_0() { return &___U3CsenderU3Ek__BackingField_0; }
inline void set_U3CsenderU3Ek__BackingField_0(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * value)
{
___U3CsenderU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CsenderU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CinitiatorU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___U3CinitiatorU3Ek__BackingField_1)); }
inline RuntimeObject * get_U3CinitiatorU3Ek__BackingField_1() const { return ___U3CinitiatorU3Ek__BackingField_1; }
inline RuntimeObject ** get_address_of_U3CinitiatorU3Ek__BackingField_1() { return &___U3CinitiatorU3Ek__BackingField_1; }
inline void set_U3CinitiatorU3Ek__BackingField_1(RuntimeObject * value)
{
___U3CinitiatorU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CinitiatorU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of_U3CinputEventU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___U3CinputEventU3Ek__BackingField_2)); }
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * get_U3CinputEventU3Ek__BackingField_2() const { return ___U3CinputEventU3Ek__BackingField_2; }
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 ** get_address_of_U3CinputEventU3Ek__BackingField_2() { return &___U3CinputEventU3Ek__BackingField_2; }
inline void set_U3CinputEventU3Ek__BackingField_2(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * value)
{
___U3CinputEventU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CinputEventU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_type_3() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___type_3)); }
inline String_t* get_type_3() const { return ___type_3; }
inline String_t** get_address_of_type_3() { return &___type_3; }
inline void set_type_3(String_t* value)
{
___type_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___type_3), (void*)value);
}
inline static int32_t get_offset_of_data_4() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___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__defaultPrevented_5() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ____defaultPrevented_5)); }
inline bool get__defaultPrevented_5() const { return ____defaultPrevented_5; }
inline bool* get_address_of__defaultPrevented_5() { return &____defaultPrevented_5; }
inline void set__defaultPrevented_5(bool value)
{
____defaultPrevented_5 = value;
}
inline static int32_t get_offset_of__stopsPropagation_6() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ____stopsPropagation_6)); }
inline bool get__stopsPropagation_6() const { return ____stopsPropagation_6; }
inline bool* get_address_of__stopsPropagation_6() { return &____stopsPropagation_6; }
inline void set__stopsPropagation_6(bool value)
{
____stopsPropagation_6 = value;
}
inline static int32_t get_offset_of__touchCapture_7() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ____touchCapture_7)); }
inline bool get__touchCapture_7() const { return ____touchCapture_7; }
inline bool* get_address_of__touchCapture_7() { return &____touchCapture_7; }
inline void set__touchCapture_7(bool value)
{
____touchCapture_7 = value;
}
inline static int32_t get_offset_of_callChain_8() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___callChain_8)); }
inline List_1_t96F9041444F491A9089B15870662D9839D1B9728 * get_callChain_8() const { return ___callChain_8; }
inline List_1_t96F9041444F491A9089B15870662D9839D1B9728 ** get_address_of_callChain_8() { return &___callChain_8; }
inline void set_callChain_8(List_1_t96F9041444F491A9089B15870662D9839D1B9728 * value)
{
___callChain_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___callChain_8), (void*)value);
}
};
struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_StaticFields
{
public:
// System.Collections.Generic.Stack`1<FairyGUI.EventContext> FairyGUI.EventContext::pool
Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * ___pool_9;
public:
inline static int32_t get_offset_of_pool_9() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_StaticFields, ___pool_9)); }
inline Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * get_pool_9() const { return ___pool_9; }
inline Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A ** get_address_of_pool_9() { return &___pool_9; }
inline void set_pool_9(Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * value)
{
___pool_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pool_9), (void*)value);
}
};
// 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.FontManager
struct FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF : public RuntimeObject
{
public:
public:
};
struct FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont> FairyGUI.FontManager::sFontFactory
Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * ___sFontFactory_0;
public:
inline static int32_t get_offset_of_sFontFactory_0() { return static_cast<int32_t>(offsetof(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_StaticFields, ___sFontFactory_0)); }
inline Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * get_sFontFactory_0() const { return ___sFontFactory_0; }
inline Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 ** get_address_of_sFontFactory_0() { return &___sFontFactory_0; }
inline void set_sFontFactory_0(Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * value)
{
___sFontFactory_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sFontFactory_0), (void*)value);
}
};
// FairyGUI.GButton_<>c__DisplayClass66_0
struct U3CU3Ec__DisplayClass66_0_t6BD1A04E0F29977D8E5473EDD645FA1D5286526D : public RuntimeObject
{
public:
// FairyGUI.GButton FairyGUI.GButton_<>c__DisplayClass66_0::<>4__this
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * ___U3CU3E4__this_0;
// System.Boolean FairyGUI.GButton_<>c__DisplayClass66_0::clickCall
bool ___clickCall_1;
public:
inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass66_0_t6BD1A04E0F29977D8E5473EDD645FA1D5286526D, ___U3CU3E4__this_0)); }
inline GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; }
inline GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; }
inline void set_U3CU3E4__this_0(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * value)
{
___U3CU3E4__this_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value);
}
inline static int32_t get_offset_of_clickCall_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass66_0_t6BD1A04E0F29977D8E5473EDD645FA1D5286526D, ___clickCall_1)); }
inline bool get_clickCall_1() const { return ___clickCall_1; }
inline bool* get_address_of_clickCall_1() { return &___clickCall_1; }
inline void set_clickCall_1(bool value)
{
___clickCall_1 = value;
}
};
// FairyGUI.PageOption
struct PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 : public RuntimeObject
{
public:
// FairyGUI.Controller FairyGUI.PageOption::_controller
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____controller_0;
// System.String FairyGUI.PageOption::_id
String_t* ____id_1;
public:
inline static int32_t get_offset_of__controller_0() { return static_cast<int32_t>(offsetof(PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3, ____controller_0)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__controller_0() const { return ____controller_0; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__controller_0() { return &____controller_0; }
inline void set__controller_0(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____controller_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____controller_0), (void*)value);
}
inline static int32_t get_offset_of__id_1() { return static_cast<int32_t>(offsetof(PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3, ____id_1)); }
inline String_t* get__id_1() const { return ____id_1; }
inline String_t** get_address_of__id_1() { return &____id_1; }
inline void set__id_1(String_t* value)
{
____id_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____id_1), (void*)value);
}
};
// FairyGUI.ShaderConfig
struct ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A : public RuntimeObject
{
public:
public:
};
struct ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields
{
public:
// FairyGUI.ShaderConfig_GetFunction FairyGUI.ShaderConfig::Get
GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * ___Get_0;
// System.String FairyGUI.ShaderConfig::imageShader
String_t* ___imageShader_1;
// System.String FairyGUI.ShaderConfig::textShader
String_t* ___textShader_2;
// System.String FairyGUI.ShaderConfig::bmFontShader
String_t* ___bmFontShader_3;
// FairyGUI.ShaderConfig_PropertyIDs FairyGUI.ShaderConfig::_properyIDs
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * ____properyIDs_4;
public:
inline static int32_t get_offset_of_Get_0() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ___Get_0)); }
inline GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * get_Get_0() const { return ___Get_0; }
inline GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA ** get_address_of_Get_0() { return &___Get_0; }
inline void set_Get_0(GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * value)
{
___Get_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Get_0), (void*)value);
}
inline static int32_t get_offset_of_imageShader_1() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ___imageShader_1)); }
inline String_t* get_imageShader_1() const { return ___imageShader_1; }
inline String_t** get_address_of_imageShader_1() { return &___imageShader_1; }
inline void set_imageShader_1(String_t* value)
{
___imageShader_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___imageShader_1), (void*)value);
}
inline static int32_t get_offset_of_textShader_2() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ___textShader_2)); }
inline String_t* get_textShader_2() const { return ___textShader_2; }
inline String_t** get_address_of_textShader_2() { return &___textShader_2; }
inline void set_textShader_2(String_t* value)
{
___textShader_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___textShader_2), (void*)value);
}
inline static int32_t get_offset_of_bmFontShader_3() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ___bmFontShader_3)); }
inline String_t* get_bmFontShader_3() const { return ___bmFontShader_3; }
inline String_t** get_address_of_bmFontShader_3() { return &___bmFontShader_3; }
inline void set_bmFontShader_3(String_t* value)
{
___bmFontShader_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bmFontShader_3), (void*)value);
}
inline static int32_t get_offset_of__properyIDs_4() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ____properyIDs_4)); }
inline PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * get__properyIDs_4() const { return ____properyIDs_4; }
inline PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 ** get_address_of__properyIDs_4() { return &____properyIDs_4; }
inline void set__properyIDs_4(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * value)
{
____properyIDs_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____properyIDs_4), (void*)value);
}
};
// FairyGUI.ShaderConfig_PropertyIDs
struct PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 : public RuntimeObject
{
public:
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ClipBox
int32_t ____ClipBox_0;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ClipSoftness
int32_t ____ClipSoftness_1;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_AlphaTex
int32_t ____AlphaTex_2;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_StencilComp
int32_t ____StencilComp_3;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_Stencil
int32_t ____Stencil_4;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_StencilOp
int32_t ____StencilOp_5;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_StencilReadMask
int32_t ____StencilReadMask_6;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ColorMask
int32_t ____ColorMask_7;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ColorMatrix
int32_t ____ColorMatrix_8;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ColorOffset
int32_t ____ColorOffset_9;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_BlendSrcFactor
int32_t ____BlendSrcFactor_10;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_BlendDstFactor
int32_t ____BlendDstFactor_11;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ColorOption
int32_t ____ColorOption_12;
public:
inline static int32_t get_offset_of__ClipBox_0() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ClipBox_0)); }
inline int32_t get__ClipBox_0() const { return ____ClipBox_0; }
inline int32_t* get_address_of__ClipBox_0() { return &____ClipBox_0; }
inline void set__ClipBox_0(int32_t value)
{
____ClipBox_0 = value;
}
inline static int32_t get_offset_of__ClipSoftness_1() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ClipSoftness_1)); }
inline int32_t get__ClipSoftness_1() const { return ____ClipSoftness_1; }
inline int32_t* get_address_of__ClipSoftness_1() { return &____ClipSoftness_1; }
inline void set__ClipSoftness_1(int32_t value)
{
____ClipSoftness_1 = value;
}
inline static int32_t get_offset_of__AlphaTex_2() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____AlphaTex_2)); }
inline int32_t get__AlphaTex_2() const { return ____AlphaTex_2; }
inline int32_t* get_address_of__AlphaTex_2() { return &____AlphaTex_2; }
inline void set__AlphaTex_2(int32_t value)
{
____AlphaTex_2 = value;
}
inline static int32_t get_offset_of__StencilComp_3() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____StencilComp_3)); }
inline int32_t get__StencilComp_3() const { return ____StencilComp_3; }
inline int32_t* get_address_of__StencilComp_3() { return &____StencilComp_3; }
inline void set__StencilComp_3(int32_t value)
{
____StencilComp_3 = value;
}
inline static int32_t get_offset_of__Stencil_4() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____Stencil_4)); }
inline int32_t get__Stencil_4() const { return ____Stencil_4; }
inline int32_t* get_address_of__Stencil_4() { return &____Stencil_4; }
inline void set__Stencil_4(int32_t value)
{
____Stencil_4 = value;
}
inline static int32_t get_offset_of__StencilOp_5() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____StencilOp_5)); }
inline int32_t get__StencilOp_5() const { return ____StencilOp_5; }
inline int32_t* get_address_of__StencilOp_5() { return &____StencilOp_5; }
inline void set__StencilOp_5(int32_t value)
{
____StencilOp_5 = value;
}
inline static int32_t get_offset_of__StencilReadMask_6() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____StencilReadMask_6)); }
inline int32_t get__StencilReadMask_6() const { return ____StencilReadMask_6; }
inline int32_t* get_address_of__StencilReadMask_6() { return &____StencilReadMask_6; }
inline void set__StencilReadMask_6(int32_t value)
{
____StencilReadMask_6 = value;
}
inline static int32_t get_offset_of__ColorMask_7() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ColorMask_7)); }
inline int32_t get__ColorMask_7() const { return ____ColorMask_7; }
inline int32_t* get_address_of__ColorMask_7() { return &____ColorMask_7; }
inline void set__ColorMask_7(int32_t value)
{
____ColorMask_7 = value;
}
inline static int32_t get_offset_of__ColorMatrix_8() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ColorMatrix_8)); }
inline int32_t get__ColorMatrix_8() const { return ____ColorMatrix_8; }
inline int32_t* get_address_of__ColorMatrix_8() { return &____ColorMatrix_8; }
inline void set__ColorMatrix_8(int32_t value)
{
____ColorMatrix_8 = value;
}
inline static int32_t get_offset_of__ColorOffset_9() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ColorOffset_9)); }
inline int32_t get__ColorOffset_9() const { return ____ColorOffset_9; }
inline int32_t* get_address_of__ColorOffset_9() { return &____ColorOffset_9; }
inline void set__ColorOffset_9(int32_t value)
{
____ColorOffset_9 = value;
}
inline static int32_t get_offset_of__BlendSrcFactor_10() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____BlendSrcFactor_10)); }
inline int32_t get__BlendSrcFactor_10() const { return ____BlendSrcFactor_10; }
inline int32_t* get_address_of__BlendSrcFactor_10() { return &____BlendSrcFactor_10; }
inline void set__BlendSrcFactor_10(int32_t value)
{
____BlendSrcFactor_10 = value;
}
inline static int32_t get_offset_of__BlendDstFactor_11() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____BlendDstFactor_11)); }
inline int32_t get__BlendDstFactor_11() const { return ____BlendDstFactor_11; }
inline int32_t* get_address_of__BlendDstFactor_11() { return &____BlendDstFactor_11; }
inline void set__BlendDstFactor_11(int32_t value)
{
____BlendDstFactor_11 = value;
}
inline static int32_t get_offset_of__ColorOption_12() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ColorOption_12)); }
inline int32_t get__ColorOption_12() const { return ____ColorOption_12; }
inline int32_t* get_address_of__ColorOption_12() { return &____ColorOption_12; }
inline void set__ColorOption_12(int32_t value)
{
____ColorOption_12 = value;
}
};
// FairyGUI.Stats
struct Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0 : public RuntimeObject
{
public:
public:
};
struct Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields
{
public:
// System.Int32 FairyGUI.Stats::ObjectCount
int32_t ___ObjectCount_0;
// System.Int32 FairyGUI.Stats::GraphicsCount
int32_t ___GraphicsCount_1;
// System.Int32 FairyGUI.Stats::LatestObjectCreation
int32_t ___LatestObjectCreation_2;
// System.Int32 FairyGUI.Stats::LatestGraphicsCreation
int32_t ___LatestGraphicsCreation_3;
public:
inline static int32_t get_offset_of_ObjectCount_0() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___ObjectCount_0)); }
inline int32_t get_ObjectCount_0() const { return ___ObjectCount_0; }
inline int32_t* get_address_of_ObjectCount_0() { return &___ObjectCount_0; }
inline void set_ObjectCount_0(int32_t value)
{
___ObjectCount_0 = value;
}
inline static int32_t get_offset_of_GraphicsCount_1() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___GraphicsCount_1)); }
inline int32_t get_GraphicsCount_1() const { return ___GraphicsCount_1; }
inline int32_t* get_address_of_GraphicsCount_1() { return &___GraphicsCount_1; }
inline void set_GraphicsCount_1(int32_t value)
{
___GraphicsCount_1 = value;
}
inline static int32_t get_offset_of_LatestObjectCreation_2() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___LatestObjectCreation_2)); }
inline int32_t get_LatestObjectCreation_2() const { return ___LatestObjectCreation_2; }
inline int32_t* get_address_of_LatestObjectCreation_2() { return &___LatestObjectCreation_2; }
inline void set_LatestObjectCreation_2(int32_t value)
{
___LatestObjectCreation_2 = value;
}
inline static int32_t get_offset_of_LatestGraphicsCreation_3() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___LatestGraphicsCreation_3)); }
inline int32_t get_LatestGraphicsCreation_3() const { return ___LatestGraphicsCreation_3; }
inline int32_t* get_address_of_LatestGraphicsCreation_3() { return &___LatestGraphicsCreation_3; }
inline void set_LatestGraphicsCreation_3(int32_t value)
{
___LatestGraphicsCreation_3 = value;
}
};
// FairyGUI.Timers
struct Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T> FairyGUI.Timers::_items
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * ____items_3;
// System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T> FairyGUI.Timers::_toAdd
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * ____toAdd_4;
// System.Collections.Generic.List`1<FairyGUI.Anymous_T> FairyGUI.Timers::_toRemove
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * ____toRemove_5;
// System.Collections.Generic.List`1<FairyGUI.Anymous_T> FairyGUI.Timers::_pool
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * ____pool_6;
// FairyGUI.TimersEngine FairyGUI.Timers::_engine
TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 * ____engine_7;
// UnityEngine.GameObject FairyGUI.Timers::gameObject
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___gameObject_8;
public:
inline static int32_t get_offset_of__items_3() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ____items_3)); }
inline Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * get__items_3() const { return ____items_3; }
inline Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B ** get_address_of__items_3() { return &____items_3; }
inline void set__items_3(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * value)
{
____items_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_3), (void*)value);
}
inline static int32_t get_offset_of__toAdd_4() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ____toAdd_4)); }
inline Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * get__toAdd_4() const { return ____toAdd_4; }
inline Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B ** get_address_of__toAdd_4() { return &____toAdd_4; }
inline void set__toAdd_4(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * value)
{
____toAdd_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____toAdd_4), (void*)value);
}
inline static int32_t get_offset_of__toRemove_5() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ____toRemove_5)); }
inline List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * get__toRemove_5() const { return ____toRemove_5; }
inline List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 ** get_address_of__toRemove_5() { return &____toRemove_5; }
inline void set__toRemove_5(List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * value)
{
____toRemove_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____toRemove_5), (void*)value);
}
inline static int32_t get_offset_of__pool_6() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ____pool_6)); }
inline List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * get__pool_6() const { return ____pool_6; }
inline List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 ** get_address_of__pool_6() { return &____pool_6; }
inline void set__pool_6(List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * value)
{
____pool_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pool_6), (void*)value);
}
inline static int32_t get_offset_of__engine_7() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ____engine_7)); }
inline TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 * get__engine_7() const { return ____engine_7; }
inline TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 ** get_address_of__engine_7() { return &____engine_7; }
inline void set__engine_7(TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 * value)
{
____engine_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____engine_7), (void*)value);
}
inline static int32_t get_offset_of_gameObject_8() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3, ___gameObject_8)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_gameObject_8() const { return ___gameObject_8; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_gameObject_8() { return &___gameObject_8; }
inline void set_gameObject_8(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___gameObject_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gameObject_8), (void*)value);
}
};
struct Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields
{
public:
// System.Int32 FairyGUI.Timers::repeat
int32_t ___repeat_0;
// System.Single FairyGUI.Timers::time
float ___time_1;
// System.Boolean FairyGUI.Timers::catchCallbackExceptions
bool ___catchCallbackExceptions_2;
// FairyGUI.Timers FairyGUI.Timers::_inst
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * ____inst_9;
public:
inline static int32_t get_offset_of_repeat_0() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields, ___repeat_0)); }
inline int32_t get_repeat_0() const { return ___repeat_0; }
inline int32_t* get_address_of_repeat_0() { return &___repeat_0; }
inline void set_repeat_0(int32_t value)
{
___repeat_0 = value;
}
inline static int32_t get_offset_of_time_1() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields, ___time_1)); }
inline float get_time_1() const { return ___time_1; }
inline float* get_address_of_time_1() { return &___time_1; }
inline void set_time_1(float value)
{
___time_1 = value;
}
inline static int32_t get_offset_of_catchCallbackExceptions_2() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields, ___catchCallbackExceptions_2)); }
inline bool get_catchCallbackExceptions_2() const { return ___catchCallbackExceptions_2; }
inline bool* get_address_of_catchCallbackExceptions_2() { return &___catchCallbackExceptions_2; }
inline void set_catchCallbackExceptions_2(bool value)
{
___catchCallbackExceptions_2 = value;
}
inline static int32_t get_offset_of__inst_9() { return static_cast<int32_t>(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields, ____inst_9)); }
inline Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * get__inst_9() const { return ____inst_9; }
inline Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 ** get_address_of__inst_9() { return &____inst_9; }
inline void set__inst_9(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * value)
{
____inst_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____inst_9), (void*)value);
}
};
// FairyGUI.Utils.ByteBuffer
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 : public RuntimeObject
{
public:
// System.Boolean FairyGUI.Utils.ByteBuffer::littleEndian
bool ___littleEndian_0;
// System.String[] FairyGUI.Utils.ByteBuffer::stringTable
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___stringTable_1;
// System.Int32 FairyGUI.Utils.ByteBuffer::version
int32_t ___version_2;
// System.Int32 FairyGUI.Utils.ByteBuffer::_pointer
int32_t ____pointer_3;
// System.Int32 FairyGUI.Utils.ByteBuffer::_offset
int32_t ____offset_4;
// System.Int32 FairyGUI.Utils.ByteBuffer::_length
int32_t ____length_5;
// System.Byte[] FairyGUI.Utils.ByteBuffer::_data
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____data_6;
public:
inline static int32_t get_offset_of_littleEndian_0() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ___littleEndian_0)); }
inline bool get_littleEndian_0() const { return ___littleEndian_0; }
inline bool* get_address_of_littleEndian_0() { return &___littleEndian_0; }
inline void set_littleEndian_0(bool value)
{
___littleEndian_0 = value;
}
inline static int32_t get_offset_of_stringTable_1() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ___stringTable_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_stringTable_1() const { return ___stringTable_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_stringTable_1() { return &___stringTable_1; }
inline void set_stringTable_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___stringTable_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stringTable_1), (void*)value);
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ___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__pointer_3() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____pointer_3)); }
inline int32_t get__pointer_3() const { return ____pointer_3; }
inline int32_t* get_address_of__pointer_3() { return &____pointer_3; }
inline void set__pointer_3(int32_t value)
{
____pointer_3 = value;
}
inline static int32_t get_offset_of__offset_4() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____offset_4)); }
inline int32_t get__offset_4() const { return ____offset_4; }
inline int32_t* get_address_of__offset_4() { return &____offset_4; }
inline void set__offset_4(int32_t value)
{
____offset_4 = value;
}
inline static int32_t get_offset_of__length_5() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____length_5)); }
inline int32_t get__length_5() const { return ____length_5; }
inline int32_t* get_address_of__length_5() { return &____length_5; }
inline void set__length_5(int32_t value)
{
____length_5 = value;
}
inline static int32_t get_offset_of__data_6() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____data_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__data_6() const { return ____data_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__data_6() { return &____data_6; }
inline void set__data_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____data_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_6), (void*)value);
}
};
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields
{
public:
// System.Byte[] FairyGUI.Utils.ByteBuffer::temp
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___temp_7;
public:
inline static int32_t get_offset_of_temp_7() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields, ___temp_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_temp_7() const { return ___temp_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_temp_7() { return &___temp_7; }
inline void set_temp_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___temp_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___temp_7), (void*)value);
}
};
// LuaInterface.LuaDelegate
struct LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 : public RuntimeObject
{
public:
// LuaInterface.LuaFunction LuaInterface.LuaDelegate::func
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func_0;
// LuaInterface.LuaTable LuaInterface.LuaDelegate::self
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self_1;
// System.Reflection.MethodInfo LuaInterface.LuaDelegate::method
MethodInfo_t * ___method_2;
public:
inline static int32_t get_offset_of_func_0() { return static_cast<int32_t>(offsetof(LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1, ___func_0)); }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_func_0() const { return ___func_0; }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_func_0() { return &___func_0; }
inline void set_func_0(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
{
___func_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___func_0), (void*)value);
}
inline static int32_t get_offset_of_self_1() { return static_cast<int32_t>(offsetof(LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1, ___self_1)); }
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * get_self_1() const { return ___self_1; }
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 ** get_address_of_self_1() { return &___self_1; }
inline void set_self_1(LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * value)
{
___self_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___self_1), (void*)value);
}
inline static int32_t get_offset_of_method_2() { return static_cast<int32_t>(offsetof(LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1, ___method_2)); }
inline MethodInfo_t * get_method_2() const { return ___method_2; }
inline MethodInfo_t ** get_address_of_method_2() { return &___method_2; }
inline void set_method_2(MethodInfo_t * value)
{
___method_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_2), (void*)value);
}
};
struct Il2CppArrayBounds;
// System.Array
// System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.DynamicFont_RenderInfo>
struct Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t9C1F4DB45B42A07F0A3673ED876DC56CBBBB5469* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tD54B9024E8463CE6112B7F8A4DE1DB95D2CC0F29 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t3594CE51E792832FFFEE44558550BFD71EDD2690 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593, ___entries_1)); }
inline EntryU5BU5D_t9C1F4DB45B42A07F0A3673ED876DC56CBBBB5469* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t9C1F4DB45B42A07F0A3673ED876DC56CBBBB5469** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t9C1F4DB45B42A07F0A3673ED876DC56CBBBB5469* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593, ___keys_7)); }
inline KeyCollection_tD54B9024E8463CE6112B7F8A4DE1DB95D2CC0F29 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tD54B9024E8463CE6112B7F8A4DE1DB95D2CC0F29 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tD54B9024E8463CE6112B7F8A4DE1DB95D2CC0F29 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593, ___values_8)); }
inline ValueCollection_t3594CE51E792832FFFEE44558550BFD71EDD2690 * get_values_8() const { return ___values_8; }
inline ValueCollection_t3594CE51E792832FFFEE44558550BFD71EDD2690 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t3594CE51E792832FFFEE44558550BFD71EDD2690 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>
struct Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_tF5E5432092D00B95E8427F440700D43D1A2BBEDC* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t173F76E64742FE5024530F507CE0A7CB223E80BF * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t4E832B65E100879802DEF71F4570D06F87BF7017 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9, ___entries_1)); }
inline EntryU5BU5D_tF5E5432092D00B95E8427F440700D43D1A2BBEDC* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tF5E5432092D00B95E8427F440700D43D1A2BBEDC** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tF5E5432092D00B95E8427F440700D43D1A2BBEDC* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9, ___keys_7)); }
inline KeyCollection_t173F76E64742FE5024530F507CE0A7CB223E80BF * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t173F76E64742FE5024530F507CE0A7CB223E80BF ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t173F76E64742FE5024530F507CE0A7CB223E80BF * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9, ___values_8)); }
inline ValueCollection_t4E832B65E100879802DEF71F4570D06F87BF7017 * get_values_8() const { return ___values_8; }
inline ValueCollection_t4E832B65E100879802DEF71F4570D06F87BF7017 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t4E832B65E100879802DEF71F4570D06F87BF7017 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>
struct Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_tF0814E2263F7A2FAB1C86CC9AE9BC671B2E4CB13* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t43C7A8551F95F4382041964BC0F70A3D2726476C * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tE03BF216F2ED904E8FD1AE77EE04B23DB3D3B39A * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B, ___entries_1)); }
inline EntryU5BU5D_tF0814E2263F7A2FAB1C86CC9AE9BC671B2E4CB13* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tF0814E2263F7A2FAB1C86CC9AE9BC671B2E4CB13** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tF0814E2263F7A2FAB1C86CC9AE9BC671B2E4CB13* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B, ___keys_7)); }
inline KeyCollection_t43C7A8551F95F4382041964BC0F70A3D2726476C * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t43C7A8551F95F4382041964BC0F70A3D2726476C ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t43C7A8551F95F4382041964BC0F70A3D2726476C * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B, ___values_8)); }
inline ValueCollection_tE03BF216F2ED904E8FD1AE77EE04B23DB3D3B39A * get_values_8() const { return ___values_8; }
inline ValueCollection_tE03BF216F2ED904E8FD1AE77EE04B23DB3D3B39A ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tE03BF216F2ED904E8FD1AE77EE04B23DB3D3B39A * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.ControllerAction>
struct List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ControllerActionU5BU5D_t668019F75ACEB702D586FCA474E1A8149154BE7A* ____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_t44C810BCBEC048333C591B316DA8E462C5CC46AF, ____items_1)); }
inline ControllerActionU5BU5D_t668019F75ACEB702D586FCA474E1A8149154BE7A* get__items_1() const { return ____items_1; }
inline ControllerActionU5BU5D_t668019F75ACEB702D586FCA474E1A8149154BE7A** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ControllerActionU5BU5D_t668019F75ACEB702D586FCA474E1A8149154BE7A* 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_t44C810BCBEC048333C591B316DA8E462C5CC46AF, ____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_t44C810BCBEC048333C591B316DA8E462C5CC46AF, ____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_t44C810BCBEC048333C591B316DA8E462C5CC46AF, ____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_t44C810BCBEC048333C591B316DA8E462C5CC46AF_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ControllerActionU5BU5D_t668019F75ACEB702D586FCA474E1A8149154BE7A* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF_StaticFields, ____emptyArray_5)); }
inline ControllerActionU5BU5D_t668019F75ACEB702D586FCA474E1A8149154BE7A* get__emptyArray_5() const { return ____emptyArray_5; }
inline ControllerActionU5BU5D_t668019F75ACEB702D586FCA474E1A8149154BE7A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ControllerActionU5BU5D_t668019F75ACEB702D586FCA474E1A8149154BE7A* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.DisplayObject>
struct List_1_t11A30662822286DF8036D0D1993807262B502B70 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* ____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_t11A30662822286DF8036D0D1993807262B502B70, ____items_1)); }
inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* get__items_1() const { return ____items_1; }
inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* 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_t11A30662822286DF8036D0D1993807262B502B70, ____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_t11A30662822286DF8036D0D1993807262B502B70, ____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_t11A30662822286DF8036D0D1993807262B502B70, ____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_t11A30662822286DF8036D0D1993807262B502B70_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70_StaticFields, ____emptyArray_5)); }
inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* get__emptyArray_5() const { return ____emptyArray_5; }
inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>
struct List_1_tE262A84CC5F1151019072F2449190177E8FABB78 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
EMRenderTargetU5BU5D_t636EB72A6E77F3A51A849DBE2D6A5E8BE9FF743C* ____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_tE262A84CC5F1151019072F2449190177E8FABB78, ____items_1)); }
inline EMRenderTargetU5BU5D_t636EB72A6E77F3A51A849DBE2D6A5E8BE9FF743C* get__items_1() const { return ____items_1; }
inline EMRenderTargetU5BU5D_t636EB72A6E77F3A51A849DBE2D6A5E8BE9FF743C** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(EMRenderTargetU5BU5D_t636EB72A6E77F3A51A849DBE2D6A5E8BE9FF743C* 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_tE262A84CC5F1151019072F2449190177E8FABB78, ____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_tE262A84CC5F1151019072F2449190177E8FABB78, ____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_tE262A84CC5F1151019072F2449190177E8FABB78, ____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_tE262A84CC5F1151019072F2449190177E8FABB78_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
EMRenderTargetU5BU5D_t636EB72A6E77F3A51A849DBE2D6A5E8BE9FF743C* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE262A84CC5F1151019072F2449190177E8FABB78_StaticFields, ____emptyArray_5)); }
inline EMRenderTargetU5BU5D_t636EB72A6E77F3A51A849DBE2D6A5E8BE9FF743C* get__emptyArray_5() const { return ____emptyArray_5; }
inline EMRenderTargetU5BU5D_t636EB72A6E77F3A51A849DBE2D6A5E8BE9FF743C** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(EMRenderTargetU5BU5D_t636EB72A6E77F3A51A849DBE2D6A5E8BE9FF743C* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.EventBridge>
struct List_1_t96F9041444F491A9089B15870662D9839D1B9728 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C* ____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_t96F9041444F491A9089B15870662D9839D1B9728, ____items_1)); }
inline EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C* get__items_1() const { return ____items_1; }
inline EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C* 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_t96F9041444F491A9089B15870662D9839D1B9728, ____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_t96F9041444F491A9089B15870662D9839D1B9728, ____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_t96F9041444F491A9089B15870662D9839D1B9728, ____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_t96F9041444F491A9089B15870662D9839D1B9728_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t96F9041444F491A9089B15870662D9839D1B9728_StaticFields, ____emptyArray_5)); }
inline EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C* get__emptyArray_5() const { return ____emptyArray_5; }
inline EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.IMeshFactory>
struct List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
IMeshFactoryU5BU5D_tB0912BF290B1C8EA8363922C6D60DA13DF72E7BC* ____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_tDBD70CFEA96590456B3CEA7EA1124801C938168C, ____items_1)); }
inline IMeshFactoryU5BU5D_tB0912BF290B1C8EA8363922C6D60DA13DF72E7BC* get__items_1() const { return ____items_1; }
inline IMeshFactoryU5BU5D_tB0912BF290B1C8EA8363922C6D60DA13DF72E7BC** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(IMeshFactoryU5BU5D_tB0912BF290B1C8EA8363922C6D60DA13DF72E7BC* 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_tDBD70CFEA96590456B3CEA7EA1124801C938168C, ____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_tDBD70CFEA96590456B3CEA7EA1124801C938168C, ____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_tDBD70CFEA96590456B3CEA7EA1124801C938168C, ____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_tDBD70CFEA96590456B3CEA7EA1124801C938168C_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
IMeshFactoryU5BU5D_tB0912BF290B1C8EA8363922C6D60DA13DF72E7BC* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C_StaticFields, ____emptyArray_5)); }
inline IMeshFactoryU5BU5D_tB0912BF290B1C8EA8363922C6D60DA13DF72E7BC* get__emptyArray_5() const { return ____emptyArray_5; }
inline IMeshFactoryU5BU5D_tB0912BF290B1C8EA8363922C6D60DA13DF72E7BC** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(IMeshFactoryU5BU5D_tB0912BF290B1C8EA8363922C6D60DA13DF72E7BC* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Int32>
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____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_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____items_1)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__items_1() const { return ____items_1; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* 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_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____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_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____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_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____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_tE1526161A558A17A39A8B69D8EEF3801393B6226_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_StaticFields, ____emptyArray_5)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__emptyArray_5() const { return ____emptyArray_5; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.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.Stack`1<FairyGUI.EventContext>
struct Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A : public RuntimeObject
{
public:
// T[] System.Collections.Generic.Stack`1::_array
EventContextU5BU5D_t53AAFC4B0D618DB0D105D01475CA53115C8B2343* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A, ____array_0)); }
inline EventContextU5BU5D_t53AAFC4B0D618DB0D105D01475CA53115C8B2343* get__array_0() const { return ____array_0; }
inline EventContextU5BU5D_t53AAFC4B0D618DB0D105D01475CA53115C8B2343** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(EventContextU5BU5D_t53AAFC4B0D618DB0D105D01475CA53115C8B2343* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
}
};
// System.Collections.Generic.Stack`1<System.Object>
struct Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.Stack`1::_array
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____array_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
}
};
// 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
{
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D216
struct __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176__padding[216];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315__padding[32];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36
struct __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647__padding[36];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64
struct __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0__padding[64];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D80
struct __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE__padding[80];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D96
struct __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E__padding[96];
};
public:
};
// FairyGUI.ChangePageAction
struct ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560 : public ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7
{
public:
// System.String FairyGUI.ChangePageAction::objectId
String_t* ___objectId_2;
// System.String FairyGUI.ChangePageAction::controllerName
String_t* ___controllerName_3;
// System.String FairyGUI.ChangePageAction::targetPage
String_t* ___targetPage_4;
public:
inline static int32_t get_offset_of_objectId_2() { return static_cast<int32_t>(offsetof(ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560, ___objectId_2)); }
inline String_t* get_objectId_2() const { return ___objectId_2; }
inline String_t** get_address_of_objectId_2() { return &___objectId_2; }
inline void set_objectId_2(String_t* value)
{
___objectId_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___objectId_2), (void*)value);
}
inline static int32_t get_offset_of_controllerName_3() { return static_cast<int32_t>(offsetof(ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560, ___controllerName_3)); }
inline String_t* get_controllerName_3() const { return ___controllerName_3; }
inline String_t** get_address_of_controllerName_3() { return &___controllerName_3; }
inline void set_controllerName_3(String_t* value)
{
___controllerName_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___controllerName_3), (void*)value);
}
inline static int32_t get_offset_of_targetPage_4() { return static_cast<int32_t>(offsetof(ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560, ___targetPage_4)); }
inline String_t* get_targetPage_4() const { return ___targetPage_4; }
inline String_t** get_address_of_targetPage_4() { return &___targetPage_4; }
inline void set_targetPage_4(String_t* value)
{
___targetPage_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___targetPage_4), (void*)value);
}
};
// FairyGUI.Controller
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// System.String FairyGUI.Controller::name
String_t* ___name_2;
// FairyGUI.GComponent FairyGUI.Controller::parent
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___parent_3;
// System.Boolean FairyGUI.Controller::autoRadioGroupDepth
bool ___autoRadioGroupDepth_4;
// System.Boolean FairyGUI.Controller::changing
bool ___changing_5;
// System.Int32 FairyGUI.Controller::_selectedIndex
int32_t ____selectedIndex_6;
// System.Int32 FairyGUI.Controller::_previousIndex
int32_t ____previousIndex_7;
// System.Collections.Generic.List`1<System.String> FairyGUI.Controller::_pageIds
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____pageIds_8;
// System.Collections.Generic.List`1<System.String> FairyGUI.Controller::_pageNames
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____pageNames_9;
// System.Collections.Generic.List`1<FairyGUI.ControllerAction> FairyGUI.Controller::_actions
List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * ____actions_10;
// FairyGUI.EventListener FairyGUI.Controller::_onChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_11;
public:
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___name_2)); }
inline String_t* get_name_2() const { return ___name_2; }
inline String_t** get_address_of_name_2() { return &___name_2; }
inline void set_name_2(String_t* value)
{
___name_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value);
}
inline static int32_t get_offset_of_parent_3() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___parent_3)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_parent_3() const { return ___parent_3; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_parent_3() { return &___parent_3; }
inline void set_parent_3(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
___parent_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_3), (void*)value);
}
inline static int32_t get_offset_of_autoRadioGroupDepth_4() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___autoRadioGroupDepth_4)); }
inline bool get_autoRadioGroupDepth_4() const { return ___autoRadioGroupDepth_4; }
inline bool* get_address_of_autoRadioGroupDepth_4() { return &___autoRadioGroupDepth_4; }
inline void set_autoRadioGroupDepth_4(bool value)
{
___autoRadioGroupDepth_4 = value;
}
inline static int32_t get_offset_of_changing_5() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___changing_5)); }
inline bool get_changing_5() const { return ___changing_5; }
inline bool* get_address_of_changing_5() { return &___changing_5; }
inline void set_changing_5(bool value)
{
___changing_5 = value;
}
inline static int32_t get_offset_of__selectedIndex_6() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____selectedIndex_6)); }
inline int32_t get__selectedIndex_6() const { return ____selectedIndex_6; }
inline int32_t* get_address_of__selectedIndex_6() { return &____selectedIndex_6; }
inline void set__selectedIndex_6(int32_t value)
{
____selectedIndex_6 = value;
}
inline static int32_t get_offset_of__previousIndex_7() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____previousIndex_7)); }
inline int32_t get__previousIndex_7() const { return ____previousIndex_7; }
inline int32_t* get_address_of__previousIndex_7() { return &____previousIndex_7; }
inline void set__previousIndex_7(int32_t value)
{
____previousIndex_7 = value;
}
inline static int32_t get_offset_of__pageIds_8() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____pageIds_8)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__pageIds_8() const { return ____pageIds_8; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__pageIds_8() { return &____pageIds_8; }
inline void set__pageIds_8(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
____pageIds_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pageIds_8), (void*)value);
}
inline static int32_t get_offset_of__pageNames_9() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____pageNames_9)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__pageNames_9() const { return ____pageNames_9; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__pageNames_9() { return &____pageNames_9; }
inline void set__pageNames_9(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
____pageNames_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pageNames_9), (void*)value);
}
inline static int32_t get_offset_of__actions_10() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____actions_10)); }
inline List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * get__actions_10() const { return ____actions_10; }
inline List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF ** get_address_of__actions_10() { return &____actions_10; }
inline void set__actions_10(List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * value)
{
____actions_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____actions_10), (void*)value);
}
inline static int32_t get_offset_of__onChanged_11() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____onChanged_11)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_11() const { return ____onChanged_11; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_11() { return &____onChanged_11; }
inline void set__onChanged_11(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onChanged_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_11), (void*)value);
}
};
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_StaticFields
{
public:
// System.UInt32 FairyGUI.Controller::_nextPageId
uint32_t ____nextPageId_12;
public:
inline static int32_t get_offset_of__nextPageId_12() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_StaticFields, ____nextPageId_12)); }
inline uint32_t get__nextPageId_12() const { return ____nextPageId_12; }
inline uint32_t* get_address_of__nextPageId_12() { return &____nextPageId_12; }
inline void set__nextPageId_12(uint32_t value)
{
____nextPageId_12 = value;
}
};
// FairyGUI.Margin
struct Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E
{
public:
// System.Int32 FairyGUI.Margin::left
int32_t ___left_0;
// System.Int32 FairyGUI.Margin::right
int32_t ___right_1;
// System.Int32 FairyGUI.Margin::top
int32_t ___top_2;
// System.Int32 FairyGUI.Margin::bottom
int32_t ___bottom_3;
public:
inline static int32_t get_offset_of_left_0() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___left_0)); }
inline int32_t get_left_0() const { return ___left_0; }
inline int32_t* get_address_of_left_0() { return &___left_0; }
inline void set_left_0(int32_t value)
{
___left_0 = value;
}
inline static int32_t get_offset_of_right_1() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___right_1)); }
inline int32_t get_right_1() const { return ___right_1; }
inline int32_t* get_address_of_right_1() { return &___right_1; }
inline void set_right_1(int32_t value)
{
___right_1 = value;
}
inline static int32_t get_offset_of_top_2() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___top_2)); }
inline int32_t get_top_2() const { return ___top_2; }
inline int32_t* get_address_of_top_2() { return &___top_2; }
inline void set_top_2(int32_t value)
{
___top_2 = value;
}
inline static int32_t get_offset_of_bottom_3() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___bottom_3)); }
inline int32_t get_bottom_3() const { return ___bottom_3; }
inline int32_t* get_address_of_bottom_3() { return &___bottom_3; }
inline void set_bottom_3(int32_t value)
{
___bottom_3 = value;
}
};
// FairyGUI.PlayTransitionAction
struct PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918 : public ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7
{
public:
// System.String FairyGUI.PlayTransitionAction::transitionName
String_t* ___transitionName_2;
// System.Int32 FairyGUI.PlayTransitionAction::playTimes
int32_t ___playTimes_3;
// System.Single FairyGUI.PlayTransitionAction::delay
float ___delay_4;
// System.Boolean FairyGUI.PlayTransitionAction::stopOnExit
bool ___stopOnExit_5;
// FairyGUI.Transition FairyGUI.PlayTransitionAction::_currentTransition
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * ____currentTransition_6;
public:
inline static int32_t get_offset_of_transitionName_2() { return static_cast<int32_t>(offsetof(PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918, ___transitionName_2)); }
inline String_t* get_transitionName_2() const { return ___transitionName_2; }
inline String_t** get_address_of_transitionName_2() { return &___transitionName_2; }
inline void set_transitionName_2(String_t* value)
{
___transitionName_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___transitionName_2), (void*)value);
}
inline static int32_t get_offset_of_playTimes_3() { return static_cast<int32_t>(offsetof(PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918, ___playTimes_3)); }
inline int32_t get_playTimes_3() const { return ___playTimes_3; }
inline int32_t* get_address_of_playTimes_3() { return &___playTimes_3; }
inline void set_playTimes_3(int32_t value)
{
___playTimes_3 = value;
}
inline static int32_t get_offset_of_delay_4() { return static_cast<int32_t>(offsetof(PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918, ___delay_4)); }
inline float get_delay_4() const { return ___delay_4; }
inline float* get_address_of_delay_4() { return &___delay_4; }
inline void set_delay_4(float value)
{
___delay_4 = value;
}
inline static int32_t get_offset_of_stopOnExit_5() { return static_cast<int32_t>(offsetof(PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918, ___stopOnExit_5)); }
inline bool get_stopOnExit_5() const { return ___stopOnExit_5; }
inline bool* get_address_of_stopOnExit_5() { return &___stopOnExit_5; }
inline void set_stopOnExit_5(bool value)
{
___stopOnExit_5 = value;
}
inline static int32_t get_offset_of__currentTransition_6() { return static_cast<int32_t>(offsetof(PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918, ____currentTransition_6)); }
inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * get__currentTransition_6() const { return ____currentTransition_6; }
inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA ** get_address_of__currentTransition_6() { return &____currentTransition_6; }
inline void set__currentTransition_6(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * value)
{
____currentTransition_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____currentTransition_6), (void*)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.KeyValuePair`2<System.Object,System.Object>
struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
RuntimeObject * ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
RuntimeObject * ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___key_0)); }
inline RuntimeObject * get_key_0() const { return ___key_0; }
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(RuntimeObject * value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___value_1)); }
inline RuntimeObject * get_value_1() const { return ___value_1; }
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(RuntimeObject * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
}
};
// System.Collections.Generic.KeyValuePair`2<System.String,FairyGUI.EventBridge>
struct KeyValuePair_2_tB66FD8DCD44F4451FB18A13BC0DA29389CBA55CB
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
String_t* ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tB66FD8DCD44F4451FB18A13BC0DA29389CBA55CB, ___key_0)); }
inline String_t* get_key_0() const { return ___key_0; }
inline String_t** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(String_t* value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tB66FD8DCD44F4451FB18A13BC0DA29389CBA55CB, ___value_1)); }
inline EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * get_value_1() const { return ___value_1; }
inline EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (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.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
inline void* get_m_value_0() const { return ___m_value_0; }
inline void** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(void* value)
{
___m_value_0 = value;
}
};
struct IntPtr_t_StaticFields
{
public:
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
public:
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
// System.Single
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
{
public:
// System.Single System.Single::m_value
float ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
inline float get_m_value_0() const { return ___m_value_0; }
inline float* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(float value)
{
___m_value_0 = value;
}
};
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
// UnityEngine.Color
struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2
{
public:
// System.Single UnityEngine.Color::r
float ___r_0;
// System.Single UnityEngine.Color::g
float ___g_1;
// System.Single UnityEngine.Color::b
float ___b_2;
// System.Single UnityEngine.Color::a
float ___a_3;
public:
inline static int32_t get_offset_of_r_0() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___r_0)); }
inline float get_r_0() const { return ___r_0; }
inline float* get_address_of_r_0() { return &___r_0; }
inline void set_r_0(float value)
{
___r_0 = value;
}
inline static int32_t get_offset_of_g_1() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___g_1)); }
inline float get_g_1() const { return ___g_1; }
inline float* get_address_of_g_1() { return &___g_1; }
inline void set_g_1(float value)
{
___g_1 = value;
}
inline static int32_t get_offset_of_b_2() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___b_2)); }
inline float get_b_2() const { return ___b_2; }
inline float* get_address_of_b_2() { return &___b_2; }
inline void set_b_2(float value)
{
___b_2 = value;
}
inline static int32_t get_offset_of_a_3() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___a_3)); }
inline float get_a_3() const { return ___a_3; }
inline float* get_address_of_a_3() { return &___a_3; }
inline void set_a_3(float value)
{
___a_3 = value;
}
};
// UnityEngine.Color32
struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23
{
public:
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 UnityEngine.Color32::rgba
int32_t ___rgba_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___rgba_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.Byte UnityEngine.Color32::r
uint8_t ___r_1;
};
#pragma pack(pop, tp)
struct
{
uint8_t ___r_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___g_2_OffsetPadding[1];
// System.Byte UnityEngine.Color32::g
uint8_t ___g_2;
};
#pragma pack(pop, tp)
struct
{
char ___g_2_OffsetPadding_forAlignmentOnly[1];
uint8_t ___g_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___b_3_OffsetPadding[2];
// System.Byte UnityEngine.Color32::b
uint8_t ___b_3;
};
#pragma pack(pop, tp)
struct
{
char ___b_3_OffsetPadding_forAlignmentOnly[2];
uint8_t ___b_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___a_4_OffsetPadding[3];
// System.Byte UnityEngine.Color32::a
uint8_t ___a_4;
};
#pragma pack(pop, tp)
struct
{
char ___a_4_OffsetPadding_forAlignmentOnly[3];
uint8_t ___a_4_forAlignmentOnly;
};
};
public:
inline static int32_t get_offset_of_rgba_0() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___rgba_0)); }
inline int32_t get_rgba_0() const { return ___rgba_0; }
inline int32_t* get_address_of_rgba_0() { return &___rgba_0; }
inline void set_rgba_0(int32_t value)
{
___rgba_0 = value;
}
inline static int32_t get_offset_of_r_1() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___r_1)); }
inline uint8_t get_r_1() const { return ___r_1; }
inline uint8_t* get_address_of_r_1() { return &___r_1; }
inline void set_r_1(uint8_t value)
{
___r_1 = value;
}
inline static int32_t get_offset_of_g_2() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___g_2)); }
inline uint8_t get_g_2() const { return ___g_2; }
inline uint8_t* get_address_of_g_2() { return &___g_2; }
inline void set_g_2(uint8_t value)
{
___g_2 = value;
}
inline static int32_t get_offset_of_b_3() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___b_3)); }
inline uint8_t get_b_3() const { return ___b_3; }
inline uint8_t* get_address_of_b_3() { return &___b_3; }
inline void set_b_3(uint8_t value)
{
___b_3 = value;
}
inline static int32_t get_offset_of_a_4() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___a_4)); }
inline uint8_t get_a_4() const { return ___a_4; }
inline uint8_t* get_address_of_a_4() { return &___a_4; }
inline void set_a_4(uint8_t value)
{
___a_4 = value;
}
};
// UnityEngine.Matrix4x4
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA
{
public:
// System.Single UnityEngine.Matrix4x4::m00
float ___m00_0;
// System.Single UnityEngine.Matrix4x4::m10
float ___m10_1;
// System.Single UnityEngine.Matrix4x4::m20
float ___m20_2;
// System.Single UnityEngine.Matrix4x4::m30
float ___m30_3;
// System.Single UnityEngine.Matrix4x4::m01
float ___m01_4;
// System.Single UnityEngine.Matrix4x4::m11
float ___m11_5;
// System.Single UnityEngine.Matrix4x4::m21
float ___m21_6;
// System.Single UnityEngine.Matrix4x4::m31
float ___m31_7;
// System.Single UnityEngine.Matrix4x4::m02
float ___m02_8;
// System.Single UnityEngine.Matrix4x4::m12
float ___m12_9;
// System.Single UnityEngine.Matrix4x4::m22
float ___m22_10;
// System.Single UnityEngine.Matrix4x4::m32
float ___m32_11;
// System.Single UnityEngine.Matrix4x4::m03
float ___m03_12;
// System.Single UnityEngine.Matrix4x4::m13
float ___m13_13;
// System.Single UnityEngine.Matrix4x4::m23
float ___m23_14;
// System.Single UnityEngine.Matrix4x4::m33
float ___m33_15;
public:
inline static int32_t get_offset_of_m00_0() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m00_0)); }
inline float get_m00_0() const { return ___m00_0; }
inline float* get_address_of_m00_0() { return &___m00_0; }
inline void set_m00_0(float value)
{
___m00_0 = value;
}
inline static int32_t get_offset_of_m10_1() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m10_1)); }
inline float get_m10_1() const { return ___m10_1; }
inline float* get_address_of_m10_1() { return &___m10_1; }
inline void set_m10_1(float value)
{
___m10_1 = value;
}
inline static int32_t get_offset_of_m20_2() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m20_2)); }
inline float get_m20_2() const { return ___m20_2; }
inline float* get_address_of_m20_2() { return &___m20_2; }
inline void set_m20_2(float value)
{
___m20_2 = value;
}
inline static int32_t get_offset_of_m30_3() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m30_3)); }
inline float get_m30_3() const { return ___m30_3; }
inline float* get_address_of_m30_3() { return &___m30_3; }
inline void set_m30_3(float value)
{
___m30_3 = value;
}
inline static int32_t get_offset_of_m01_4() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m01_4)); }
inline float get_m01_4() const { return ___m01_4; }
inline float* get_address_of_m01_4() { return &___m01_4; }
inline void set_m01_4(float value)
{
___m01_4 = value;
}
inline static int32_t get_offset_of_m11_5() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m11_5)); }
inline float get_m11_5() const { return ___m11_5; }
inline float* get_address_of_m11_5() { return &___m11_5; }
inline void set_m11_5(float value)
{
___m11_5 = value;
}
inline static int32_t get_offset_of_m21_6() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m21_6)); }
inline float get_m21_6() const { return ___m21_6; }
inline float* get_address_of_m21_6() { return &___m21_6; }
inline void set_m21_6(float value)
{
___m21_6 = value;
}
inline static int32_t get_offset_of_m31_7() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m31_7)); }
inline float get_m31_7() const { return ___m31_7; }
inline float* get_address_of_m31_7() { return &___m31_7; }
inline void set_m31_7(float value)
{
___m31_7 = value;
}
inline static int32_t get_offset_of_m02_8() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m02_8)); }
inline float get_m02_8() const { return ___m02_8; }
inline float* get_address_of_m02_8() { return &___m02_8; }
inline void set_m02_8(float value)
{
___m02_8 = value;
}
inline static int32_t get_offset_of_m12_9() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m12_9)); }
inline float get_m12_9() const { return ___m12_9; }
inline float* get_address_of_m12_9() { return &___m12_9; }
inline void set_m12_9(float value)
{
___m12_9 = value;
}
inline static int32_t get_offset_of_m22_10() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m22_10)); }
inline float get_m22_10() const { return ___m22_10; }
inline float* get_address_of_m22_10() { return &___m22_10; }
inline void set_m22_10(float value)
{
___m22_10 = value;
}
inline static int32_t get_offset_of_m32_11() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m32_11)); }
inline float get_m32_11() const { return ___m32_11; }
inline float* get_address_of_m32_11() { return &___m32_11; }
inline void set_m32_11(float value)
{
___m32_11 = value;
}
inline static int32_t get_offset_of_m03_12() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m03_12)); }
inline float get_m03_12() const { return ___m03_12; }
inline float* get_address_of_m03_12() { return &___m03_12; }
inline void set_m03_12(float value)
{
___m03_12 = value;
}
inline static int32_t get_offset_of_m13_13() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m13_13)); }
inline float get_m13_13() const { return ___m13_13; }
inline float* get_address_of_m13_13() { return &___m13_13; }
inline void set_m13_13(float value)
{
___m13_13 = value;
}
inline static int32_t get_offset_of_m23_14() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m23_14)); }
inline float get_m23_14() const { return ___m23_14; }
inline float* get_address_of_m23_14() { return &___m23_14; }
inline void set_m23_14(float value)
{
___m23_14 = value;
}
inline static int32_t get_offset_of_m33_15() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m33_15)); }
inline float get_m33_15() const { return ___m33_15; }
inline float* get_address_of_m33_15() { return &___m33_15; }
inline void set_m33_15(float value)
{
___m33_15 = value;
}
};
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields
{
public:
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___zeroMatrix_16;
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___identityMatrix_17;
public:
inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___zeroMatrix_16)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_zeroMatrix_16() const { return ___zeroMatrix_16; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; }
inline void set_zeroMatrix_16(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
___zeroMatrix_16 = value;
}
inline static int32_t get_offset_of_identityMatrix_17() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___identityMatrix_17)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_identityMatrix_17() const { return ___identityMatrix_17; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_identityMatrix_17() { return &___identityMatrix_17; }
inline void set_identityMatrix_17(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
___identityMatrix_17 = value;
}
};
// UnityEngine.Quaternion
struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357
{
public:
// System.Single UnityEngine.Quaternion::x
float ___x_0;
// System.Single UnityEngine.Quaternion::y
float ___y_1;
// System.Single UnityEngine.Quaternion::z
float ___z_2;
// System.Single UnityEngine.Quaternion::w
float ___w_3;
public:
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___x_0)); }
inline float get_x_0() const { return ___x_0; }
inline float* get_address_of_x_0() { return &___x_0; }
inline void set_x_0(float value)
{
___x_0 = value;
}
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___y_1)); }
inline float get_y_1() const { return ___y_1; }
inline float* get_address_of_y_1() { return &___y_1; }
inline void set_y_1(float value)
{
___y_1 = value;
}
inline static int32_t get_offset_of_z_2() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___z_2)); }
inline float get_z_2() const { return ___z_2; }
inline float* get_address_of_z_2() { return &___z_2; }
inline void set_z_2(float value)
{
___z_2 = value;
}
inline static int32_t get_offset_of_w_3() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___w_3)); }
inline float get_w_3() const { return ___w_3; }
inline float* get_address_of_w_3() { return &___w_3; }
inline void set_w_3(float value)
{
___w_3 = value;
}
};
struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields
{
public:
// UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___identityQuaternion_4;
public:
inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast<int32_t>(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields, ___identityQuaternion_4)); }
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_identityQuaternion_4() const { return ___identityQuaternion_4; }
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; }
inline void set_identityQuaternion_4(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value)
{
___identityQuaternion_4 = value;
}
};
// UnityEngine.Rect
struct Rect_t35B976DE901B5423C11705E156938EA27AB402CE
{
public:
// System.Single UnityEngine.Rect::m_XMin
float ___m_XMin_0;
// System.Single UnityEngine.Rect::m_YMin
float ___m_YMin_1;
// System.Single UnityEngine.Rect::m_Width
float ___m_Width_2;
// System.Single UnityEngine.Rect::m_Height
float ___m_Height_3;
public:
inline static int32_t get_offset_of_m_XMin_0() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_XMin_0)); }
inline float get_m_XMin_0() const { return ___m_XMin_0; }
inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; }
inline void set_m_XMin_0(float value)
{
___m_XMin_0 = value;
}
inline static int32_t get_offset_of_m_YMin_1() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_YMin_1)); }
inline float get_m_YMin_1() const { return ___m_YMin_1; }
inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; }
inline void set_m_YMin_1(float value)
{
___m_YMin_1 = value;
}
inline static int32_t get_offset_of_m_Width_2() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Width_2)); }
inline float get_m_Width_2() const { return ___m_Width_2; }
inline float* get_address_of_m_Width_2() { return &___m_Width_2; }
inline void set_m_Width_2(float value)
{
___m_Width_2 = value;
}
inline static int32_t get_offset_of_m_Height_3() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Height_3)); }
inline float get_m_Height_3() const { return ___m_Height_3; }
inline float* get_address_of_m_Height_3() { return &___m_Height_3; }
inline void set_m_Height_3(float value)
{
___m_Height_3 = value;
}
};
// UnityEngine.Vector2
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D
{
public:
// System.Single UnityEngine.Vector2::x
float ___x_0;
// System.Single UnityEngine.Vector2::y
float ___y_1;
public:
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___x_0)); }
inline float get_x_0() const { return ___x_0; }
inline float* get_address_of_x_0() { return &___x_0; }
inline void set_x_0(float value)
{
___x_0 = value;
}
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___y_1)); }
inline float get_y_1() const { return ___y_1; }
inline float* get_address_of_y_1() { return &___y_1; }
inline void set_y_1(float value)
{
___y_1 = value;
}
};
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields
{
public:
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2;
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3;
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4;
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5;
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6;
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7;
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8;
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9;
public:
inline static int32_t get_offset_of_zeroVector_2() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; }
inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___zeroVector_2 = value;
}
inline static int32_t get_offset_of_oneVector_3() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; }
inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___oneVector_3 = value;
}
inline static int32_t get_offset_of_upVector_4() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; }
inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___upVector_4 = value;
}
inline static int32_t get_offset_of_downVector_5() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; }
inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___downVector_5 = value;
}
inline static int32_t get_offset_of_leftVector_6() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; }
inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___leftVector_6 = value;
}
inline static int32_t get_offset_of_rightVector_7() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; }
inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___rightVector_7 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; }
inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___positiveInfinityVector_8 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; }
inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___negativeInfinityVector_9 = value;
}
};
// UnityEngine.Vector3
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720
{
public:
// System.Single UnityEngine.Vector3::x
float ___x_2;
// System.Single UnityEngine.Vector3::y
float ___y_3;
// System.Single UnityEngine.Vector3::z
float ___z_4;
public:
inline static int32_t get_offset_of_x_2() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___x_2)); }
inline float get_x_2() const { return ___x_2; }
inline float* get_address_of_x_2() { return &___x_2; }
inline void set_x_2(float value)
{
___x_2 = value;
}
inline static int32_t get_offset_of_y_3() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___y_3)); }
inline float get_y_3() const { return ___y_3; }
inline float* get_address_of_y_3() { return &___y_3; }
inline void set_y_3(float value)
{
___y_3 = value;
}
inline static int32_t get_offset_of_z_4() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___z_4)); }
inline float get_z_4() const { return ___z_4; }
inline float* get_address_of_z_4() { return &___z_4; }
inline void set_z_4(float value)
{
___z_4 = value;
}
};
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields
{
public:
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___zeroVector_5;
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___oneVector_6;
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upVector_7;
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___downVector_8;
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___leftVector_9;
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rightVector_10;
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forwardVector_11;
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___backVector_12;
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___positiveInfinityVector_13;
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___negativeInfinityVector_14;
public:
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___zeroVector_5)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_zeroVector_5() const { return ___zeroVector_5; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_zeroVector_5() { return &___zeroVector_5; }
inline void set_zeroVector_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___zeroVector_5 = value;
}
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___oneVector_6)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_oneVector_6() const { return ___oneVector_6; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_oneVector_6() { return &___oneVector_6; }
inline void set_oneVector_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___oneVector_6 = value;
}
inline static int32_t get_offset_of_upVector_7() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___upVector_7)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_upVector_7() const { return ___upVector_7; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_upVector_7() { return &___upVector_7; }
inline void set_upVector_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___upVector_7 = value;
}
inline static int32_t get_offset_of_downVector_8() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___downVector_8)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_downVector_8() const { return ___downVector_8; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_downVector_8() { return &___downVector_8; }
inline void set_downVector_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___downVector_8 = value;
}
inline static int32_t get_offset_of_leftVector_9() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___leftVector_9)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_leftVector_9() const { return ___leftVector_9; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_leftVector_9() { return &___leftVector_9; }
inline void set_leftVector_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___leftVector_9 = value;
}
inline static int32_t get_offset_of_rightVector_10() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___rightVector_10)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rightVector_10() const { return ___rightVector_10; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rightVector_10() { return &___rightVector_10; }
inline void set_rightVector_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___rightVector_10 = value;
}
inline static int32_t get_offset_of_forwardVector_11() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___forwardVector_11)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_forwardVector_11() const { return ___forwardVector_11; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_forwardVector_11() { return &___forwardVector_11; }
inline void set_forwardVector_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___forwardVector_11 = value;
}
inline static int32_t get_offset_of_backVector_12() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___backVector_12)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_backVector_12() const { return ___backVector_12; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_backVector_12() { return &___backVector_12; }
inline void set_backVector_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___backVector_12 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___positiveInfinityVector_13)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; }
inline void set_positiveInfinityVector_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___positiveInfinityVector_13 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___negativeInfinityVector_14)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; }
inline void set_negativeInfinityVector_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___negativeInfinityVector_14 = value;
}
};
// UnityEngine.Vector4
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E
{
public:
// System.Single UnityEngine.Vector4::x
float ___x_1;
// System.Single UnityEngine.Vector4::y
float ___y_2;
// System.Single UnityEngine.Vector4::z
float ___z_3;
// System.Single UnityEngine.Vector4::w
float ___w_4;
public:
inline static int32_t get_offset_of_x_1() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___x_1)); }
inline float get_x_1() const { return ___x_1; }
inline float* get_address_of_x_1() { return &___x_1; }
inline void set_x_1(float value)
{
___x_1 = value;
}
inline static int32_t get_offset_of_y_2() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___y_2)); }
inline float get_y_2() const { return ___y_2; }
inline float* get_address_of_y_2() { return &___y_2; }
inline void set_y_2(float value)
{
___y_2 = value;
}
inline static int32_t get_offset_of_z_3() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___z_3)); }
inline float get_z_3() const { return ___z_3; }
inline float* get_address_of_z_3() { return &___z_3; }
inline void set_z_3(float value)
{
___z_3 = value;
}
inline static int32_t get_offset_of_w_4() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___w_4)); }
inline float get_w_4() const { return ___w_4; }
inline float* get_address_of_w_4() { return &___w_4; }
inline void set_w_4(float value)
{
___w_4 = value;
}
};
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields
{
public:
// UnityEngine.Vector4 UnityEngine.Vector4::zeroVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___zeroVector_5;
// UnityEngine.Vector4 UnityEngine.Vector4::oneVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___oneVector_6;
// UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___positiveInfinityVector_7;
// UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___negativeInfinityVector_8;
public:
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___zeroVector_5)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_zeroVector_5() const { return ___zeroVector_5; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_zeroVector_5() { return &___zeroVector_5; }
inline void set_zeroVector_5(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___zeroVector_5 = value;
}
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___oneVector_6)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_oneVector_6() const { return ___oneVector_6; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_oneVector_6() { return &___oneVector_6; }
inline void set_oneVector_6(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___oneVector_6 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___positiveInfinityVector_7)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; }
inline void set_positiveInfinityVector_7(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___positiveInfinityVector_7 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___negativeInfinityVector_8)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; }
inline void set_negativeInfinityVector_8(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___negativeInfinityVector_8 = value;
}
};
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields
{
public:
// System.Int64 <PrivateImplementationDetails>::007B00E34209B4455CE53672DEBFC48AD71826C7
int64_t ___007B00E34209B4455CE53672DEBFC48AD71826C7_0;
// System.Int64 <PrivateImplementationDetails>::03A095F9656AAECD356A9BB7678E1049B80A7634
int64_t ___03A095F9656AAECD356A9BB7678E1049B80A7634_1;
// System.Int64 <PrivateImplementationDetails>::087C2FB428952F5A6F9B4BA7B31019344382A2F7
int64_t ___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::0C26110E719C695B53866AF29BD7FE98A72596F3
__StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 ___0C26110E719C695B53866AF29BD7FE98A72596F3_3;
// System.Int64 <PrivateImplementationDetails>::0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C
int64_t ___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4;
// System.Int64 <PrivateImplementationDetails>::2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48
int64_t ___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5;
// System.Int64 <PrivateImplementationDetails>::238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC
int64_t ___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6;
// System.Int64 <PrivateImplementationDetails>::279F628214A27FCE96C9A6A1C7E8079091509C60
int64_t ___279F628214A27FCE96C9A6A1C7E8079091509C60_7;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::335BB7CBEE0951D5B5545B3AF1873199CFE13674
__StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 ___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8;
// System.Int64 <PrivateImplementationDetails>::383F819F26286BE8253A93B33225C2789B500FAA
int64_t ___383F819F26286BE8253A93B33225C2789B500FAA_9;
// System.Int64 <PrivateImplementationDetails>::3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1
int64_t ___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10;
// System.Int64 <PrivateImplementationDetails>::3B773972479C38582ED076B0294CB801B14EBCB8
int64_t ___3B773972479C38582ED076B0294CB801B14EBCB8_11;
// System.Int64 <PrivateImplementationDetails>::3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86
int64_t ___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12;
// System.Int64 <PrivateImplementationDetails>::40C8B4499FB123D4600247361F1D311B5B786EFC
int64_t ___40C8B4499FB123D4600247361F1D311B5B786EFC_13;
// System.Int64 <PrivateImplementationDetails>::43A75A2A789D7B64CD84A53AEE60097E4378BDAF
int64_t ___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14;
// System.Int64 <PrivateImplementationDetails>::45E887FCADFD2D2A201151E57F41722228E25191
int64_t ___45E887FCADFD2D2A201151E57F41722228E25191_15;
// System.Int64 <PrivateImplementationDetails>::6818C542B63B905DA7AA3E792496006A79F2AF9A
int64_t ___6818C542B63B905DA7AA3E792496006A79F2AF9A_16;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D96 <PrivateImplementationDetails>::6D90B721AD0313E43506A66F721242CF2358462B
__StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E ___6D90B721AD0313E43506A66F721242CF2358462B_17;
// System.Int64 <PrivateImplementationDetails>::741E8E322ADCC6A381EC7DAEA6EADB92E44B250D
int64_t ___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18;
// System.Int64 <PrivateImplementationDetails>::797D7400516FFD35D49EB1BAF960660F46667662
int64_t ___797D7400516FFD35D49EB1BAF960660F46667662_19;
// System.Int64 <PrivateImplementationDetails>::7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A
int64_t ___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20;
// System.Int64 <PrivateImplementationDetails>::8029B4BFD3AA93C76711AF616C14163A1456D360
int64_t ___8029B4BFD3AA93C76711AF616C14163A1456D360_21;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::806BC28C08532BB7F7A6471F4796475FF255663B
__StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 ___806BC28C08532BB7F7A6471F4796475FF255663B_22;
// System.Int64 <PrivateImplementationDetails>::80B74EA5D41848E8432CEAFA9961AC11263301F1
int64_t ___80B74EA5D41848E8432CEAFA9961AC11263301F1_23;
// System.Int64 <PrivateImplementationDetails>::8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892
int64_t ___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24;
// System.Int64 <PrivateImplementationDetails>::8C384FCEEF5A89AB66900B58C2BC762041F2BAAA
int64_t ___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25;
// System.Int64 <PrivateImplementationDetails>::94A42B7852CD856D7DF09B14FEEDFE55ECFD242A
int64_t ___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26;
// System.Int64 <PrivateImplementationDetails>::98DC13D2837951F7E90A7317F587453B3641AEF8
int64_t ___98DC13D2837951F7E90A7317F587453B3641AEF8_27;
// System.Int64 <PrivateImplementationDetails>::9CFFD52FD0E555EE90F7563881D85243554810B3
int64_t ___9CFFD52FD0E555EE90F7563881D85243554810B3_28;
// System.Int64 <PrivateImplementationDetails>::9DB9891E900FED075409C1116FB43BE2A5C99CE3
int64_t ___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D216 <PrivateImplementationDetails>::A07B68A3ADBCD0C683EB16067435A02C31BC097E
__StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 ___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30;
// System.Int64 <PrivateImplementationDetails>::A1AAE38F8C9CA93B8B576352DB0347E85ACE981D
int64_t ___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31;
// System.Int64 <PrivateImplementationDetails>::A952E7EC53B80A9543AB5F02AF9B12F708D4C867
int64_t ___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32;
// System.Int64 <PrivateImplementationDetails>::AD6701E75A5CF7306C0EE9691368B44A5289E170
int64_t ___AD6701E75A5CF7306C0EE9691368B44A5289E170_33;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D80 <PrivateImplementationDetails>::B91404C2FE5F0C772E097415A13F88376EC8F24F
__StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE ___B91404C2FE5F0C772E097415A13F88376EC8F24F_34;
// System.Int64 <PrivateImplementationDetails>::BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D
int64_t ___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35;
// System.Int64 <PrivateImplementationDetails>::C4CE4356C59D41913E1D60E4497C031B67B1B86B
int64_t ___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36;
// System.Int64 <PrivateImplementationDetails>::CB5C136EE31BD57814DA5895C0852C5FF1C4068A
int64_t ___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37;
// System.Int64 <PrivateImplementationDetails>::D4BDB99F00532ACDB317B92D161D27C7448A01FD
int64_t ___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38;
// System.Int64 <PrivateImplementationDetails>::D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1
int64_t ___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39;
// System.Int64 <PrivateImplementationDetails>::D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A
int64_t ___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40;
// System.Int64 <PrivateImplementationDetails>::DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13
int64_t ___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41;
// System.Int64 <PrivateImplementationDetails>::E9F4121A731C95C166E9FAEF48EC5D95FB224445
int64_t ___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42;
// System.Int64 <PrivateImplementationDetails>::EF711242CC520CD5836CD071EF05A5DC78CA34D7
int64_t ___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43;
// System.Int64 <PrivateImplementationDetails>::FA033773B4E9EA7CC64D9E13E965FA55418F4B48
int64_t ___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44;
// System.Int64 <PrivateImplementationDetails>::FE6C78086F5333BA3E88D035426FC0244E8FC585
int64_t ___FE6C78086F5333BA3E88D035426FC0244E8FC585_45;
// System.Int64 <PrivateImplementationDetails>::FF8523802A3ADEB52E78A9CF613AA30033944FE6
int64_t ___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46;
public:
inline static int32_t get_offset_of_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___007B00E34209B4455CE53672DEBFC48AD71826C7_0)); }
inline int64_t get_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0() const { return ___007B00E34209B4455CE53672DEBFC48AD71826C7_0; }
inline int64_t* get_address_of_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0() { return &___007B00E34209B4455CE53672DEBFC48AD71826C7_0; }
inline void set_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0(int64_t value)
{
___007B00E34209B4455CE53672DEBFC48AD71826C7_0 = value;
}
inline static int32_t get_offset_of_U303A095F9656AAECD356A9BB7678E1049B80A7634_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___03A095F9656AAECD356A9BB7678E1049B80A7634_1)); }
inline int64_t get_U303A095F9656AAECD356A9BB7678E1049B80A7634_1() const { return ___03A095F9656AAECD356A9BB7678E1049B80A7634_1; }
inline int64_t* get_address_of_U303A095F9656AAECD356A9BB7678E1049B80A7634_1() { return &___03A095F9656AAECD356A9BB7678E1049B80A7634_1; }
inline void set_U303A095F9656AAECD356A9BB7678E1049B80A7634_1(int64_t value)
{
___03A095F9656AAECD356A9BB7678E1049B80A7634_1 = value;
}
inline static int32_t get_offset_of_U3087C2FB428952F5A6F9B4BA7B31019344382A2F7_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2)); }
inline int64_t get_U3087C2FB428952F5A6F9B4BA7B31019344382A2F7_2() const { return ___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2; }
inline int64_t* get_address_of_U3087C2FB428952F5A6F9B4BA7B31019344382A2F7_2() { return &___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2; }
inline void set_U3087C2FB428952F5A6F9B4BA7B31019344382A2F7_2(int64_t value)
{
___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2 = value;
}
inline static int32_t get_offset_of_U30C26110E719C695B53866AF29BD7FE98A72596F3_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___0C26110E719C695B53866AF29BD7FE98A72596F3_3)); }
inline __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 get_U30C26110E719C695B53866AF29BD7FE98A72596F3_3() const { return ___0C26110E719C695B53866AF29BD7FE98A72596F3_3; }
inline __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 * get_address_of_U30C26110E719C695B53866AF29BD7FE98A72596F3_3() { return &___0C26110E719C695B53866AF29BD7FE98A72596F3_3; }
inline void set_U30C26110E719C695B53866AF29BD7FE98A72596F3_3(__StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 value)
{
___0C26110E719C695B53866AF29BD7FE98A72596F3_3 = value;
}
inline static int32_t get_offset_of_U30F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4)); }
inline int64_t get_U30F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4() const { return ___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4; }
inline int64_t* get_address_of_U30F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4() { return &___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4; }
inline void set_U30F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4(int64_t value)
{
___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4 = value;
}
inline static int32_t get_offset_of_U32212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5)); }
inline int64_t get_U32212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5() const { return ___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5; }
inline int64_t* get_address_of_U32212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5() { return &___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5; }
inline void set_U32212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5(int64_t value)
{
___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5 = value;
}
inline static int32_t get_offset_of_U3238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6)); }
inline int64_t get_U3238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6() const { return ___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6; }
inline int64_t* get_address_of_U3238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6() { return &___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6; }
inline void set_U3238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6(int64_t value)
{
___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6 = value;
}
inline static int32_t get_offset_of_U3279F628214A27FCE96C9A6A1C7E8079091509C60_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___279F628214A27FCE96C9A6A1C7E8079091509C60_7)); }
inline int64_t get_U3279F628214A27FCE96C9A6A1C7E8079091509C60_7() const { return ___279F628214A27FCE96C9A6A1C7E8079091509C60_7; }
inline int64_t* get_address_of_U3279F628214A27FCE96C9A6A1C7E8079091509C60_7() { return &___279F628214A27FCE96C9A6A1C7E8079091509C60_7; }
inline void set_U3279F628214A27FCE96C9A6A1C7E8079091509C60_7(int64_t value)
{
___279F628214A27FCE96C9A6A1C7E8079091509C60_7 = value;
}
inline static int32_t get_offset_of_U3335BB7CBEE0951D5B5545B3AF1873199CFE13674_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8)); }
inline __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 get_U3335BB7CBEE0951D5B5545B3AF1873199CFE13674_8() const { return ___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8; }
inline __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 * get_address_of_U3335BB7CBEE0951D5B5545B3AF1873199CFE13674_8() { return &___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8; }
inline void set_U3335BB7CBEE0951D5B5545B3AF1873199CFE13674_8(__StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 value)
{
___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8 = value;
}
inline static int32_t get_offset_of_U3383F819F26286BE8253A93B33225C2789B500FAA_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___383F819F26286BE8253A93B33225C2789B500FAA_9)); }
inline int64_t get_U3383F819F26286BE8253A93B33225C2789B500FAA_9() const { return ___383F819F26286BE8253A93B33225C2789B500FAA_9; }
inline int64_t* get_address_of_U3383F819F26286BE8253A93B33225C2789B500FAA_9() { return &___383F819F26286BE8253A93B33225C2789B500FAA_9; }
inline void set_U3383F819F26286BE8253A93B33225C2789B500FAA_9(int64_t value)
{
___383F819F26286BE8253A93B33225C2789B500FAA_9 = value;
}
inline static int32_t get_offset_of_U33958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10)); }
inline int64_t get_U33958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10() const { return ___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10; }
inline int64_t* get_address_of_U33958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10() { return &___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10; }
inline void set_U33958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10(int64_t value)
{
___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10 = value;
}
inline static int32_t get_offset_of_U33B773972479C38582ED076B0294CB801B14EBCB8_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___3B773972479C38582ED076B0294CB801B14EBCB8_11)); }
inline int64_t get_U33B773972479C38582ED076B0294CB801B14EBCB8_11() const { return ___3B773972479C38582ED076B0294CB801B14EBCB8_11; }
inline int64_t* get_address_of_U33B773972479C38582ED076B0294CB801B14EBCB8_11() { return &___3B773972479C38582ED076B0294CB801B14EBCB8_11; }
inline void set_U33B773972479C38582ED076B0294CB801B14EBCB8_11(int64_t value)
{
___3B773972479C38582ED076B0294CB801B14EBCB8_11 = value;
}
inline static int32_t get_offset_of_U33DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12)); }
inline int64_t get_U33DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12() const { return ___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12; }
inline int64_t* get_address_of_U33DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12() { return &___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12; }
inline void set_U33DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12(int64_t value)
{
___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12 = value;
}
inline static int32_t get_offset_of_U340C8B4499FB123D4600247361F1D311B5B786EFC_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___40C8B4499FB123D4600247361F1D311B5B786EFC_13)); }
inline int64_t get_U340C8B4499FB123D4600247361F1D311B5B786EFC_13() const { return ___40C8B4499FB123D4600247361F1D311B5B786EFC_13; }
inline int64_t* get_address_of_U340C8B4499FB123D4600247361F1D311B5B786EFC_13() { return &___40C8B4499FB123D4600247361F1D311B5B786EFC_13; }
inline void set_U340C8B4499FB123D4600247361F1D311B5B786EFC_13(int64_t value)
{
___40C8B4499FB123D4600247361F1D311B5B786EFC_13 = value;
}
inline static int32_t get_offset_of_U343A75A2A789D7B64CD84A53AEE60097E4378BDAF_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14)); }
inline int64_t get_U343A75A2A789D7B64CD84A53AEE60097E4378BDAF_14() const { return ___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14; }
inline int64_t* get_address_of_U343A75A2A789D7B64CD84A53AEE60097E4378BDAF_14() { return &___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14; }
inline void set_U343A75A2A789D7B64CD84A53AEE60097E4378BDAF_14(int64_t value)
{
___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14 = value;
}
inline static int32_t get_offset_of_U345E887FCADFD2D2A201151E57F41722228E25191_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___45E887FCADFD2D2A201151E57F41722228E25191_15)); }
inline int64_t get_U345E887FCADFD2D2A201151E57F41722228E25191_15() const { return ___45E887FCADFD2D2A201151E57F41722228E25191_15; }
inline int64_t* get_address_of_U345E887FCADFD2D2A201151E57F41722228E25191_15() { return &___45E887FCADFD2D2A201151E57F41722228E25191_15; }
inline void set_U345E887FCADFD2D2A201151E57F41722228E25191_15(int64_t value)
{
___45E887FCADFD2D2A201151E57F41722228E25191_15 = value;
}
inline static int32_t get_offset_of_U36818C542B63B905DA7AA3E792496006A79F2AF9A_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___6818C542B63B905DA7AA3E792496006A79F2AF9A_16)); }
inline int64_t get_U36818C542B63B905DA7AA3E792496006A79F2AF9A_16() const { return ___6818C542B63B905DA7AA3E792496006A79F2AF9A_16; }
inline int64_t* get_address_of_U36818C542B63B905DA7AA3E792496006A79F2AF9A_16() { return &___6818C542B63B905DA7AA3E792496006A79F2AF9A_16; }
inline void set_U36818C542B63B905DA7AA3E792496006A79F2AF9A_16(int64_t value)
{
___6818C542B63B905DA7AA3E792496006A79F2AF9A_16 = value;
}
inline static int32_t get_offset_of_U36D90B721AD0313E43506A66F721242CF2358462B_17() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___6D90B721AD0313E43506A66F721242CF2358462B_17)); }
inline __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E get_U36D90B721AD0313E43506A66F721242CF2358462B_17() const { return ___6D90B721AD0313E43506A66F721242CF2358462B_17; }
inline __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E * get_address_of_U36D90B721AD0313E43506A66F721242CF2358462B_17() { return &___6D90B721AD0313E43506A66F721242CF2358462B_17; }
inline void set_U36D90B721AD0313E43506A66F721242CF2358462B_17(__StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E value)
{
___6D90B721AD0313E43506A66F721242CF2358462B_17 = value;
}
inline static int32_t get_offset_of_U3741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18)); }
inline int64_t get_U3741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18() const { return ___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18; }
inline int64_t* get_address_of_U3741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18() { return &___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18; }
inline void set_U3741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18(int64_t value)
{
___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18 = value;
}
inline static int32_t get_offset_of_U3797D7400516FFD35D49EB1BAF960660F46667662_19() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___797D7400516FFD35D49EB1BAF960660F46667662_19)); }
inline int64_t get_U3797D7400516FFD35D49EB1BAF960660F46667662_19() const { return ___797D7400516FFD35D49EB1BAF960660F46667662_19; }
inline int64_t* get_address_of_U3797D7400516FFD35D49EB1BAF960660F46667662_19() { return &___797D7400516FFD35D49EB1BAF960660F46667662_19; }
inline void set_U3797D7400516FFD35D49EB1BAF960660F46667662_19(int64_t value)
{
___797D7400516FFD35D49EB1BAF960660F46667662_19 = value;
}
inline static int32_t get_offset_of_U37ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20)); }
inline int64_t get_U37ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20() const { return ___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20; }
inline int64_t* get_address_of_U37ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20() { return &___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20; }
inline void set_U37ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20(int64_t value)
{
___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20 = value;
}
inline static int32_t get_offset_of_U38029B4BFD3AA93C76711AF616C14163A1456D360_21() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___8029B4BFD3AA93C76711AF616C14163A1456D360_21)); }
inline int64_t get_U38029B4BFD3AA93C76711AF616C14163A1456D360_21() const { return ___8029B4BFD3AA93C76711AF616C14163A1456D360_21; }
inline int64_t* get_address_of_U38029B4BFD3AA93C76711AF616C14163A1456D360_21() { return &___8029B4BFD3AA93C76711AF616C14163A1456D360_21; }
inline void set_U38029B4BFD3AA93C76711AF616C14163A1456D360_21(int64_t value)
{
___8029B4BFD3AA93C76711AF616C14163A1456D360_21 = value;
}
inline static int32_t get_offset_of_U3806BC28C08532BB7F7A6471F4796475FF255663B_22() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___806BC28C08532BB7F7A6471F4796475FF255663B_22)); }
inline __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 get_U3806BC28C08532BB7F7A6471F4796475FF255663B_22() const { return ___806BC28C08532BB7F7A6471F4796475FF255663B_22; }
inline __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 * get_address_of_U3806BC28C08532BB7F7A6471F4796475FF255663B_22() { return &___806BC28C08532BB7F7A6471F4796475FF255663B_22; }
inline void set_U3806BC28C08532BB7F7A6471F4796475FF255663B_22(__StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 value)
{
___806BC28C08532BB7F7A6471F4796475FF255663B_22 = value;
}
inline static int32_t get_offset_of_U380B74EA5D41848E8432CEAFA9961AC11263301F1_23() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___80B74EA5D41848E8432CEAFA9961AC11263301F1_23)); }
inline int64_t get_U380B74EA5D41848E8432CEAFA9961AC11263301F1_23() const { return ___80B74EA5D41848E8432CEAFA9961AC11263301F1_23; }
inline int64_t* get_address_of_U380B74EA5D41848E8432CEAFA9961AC11263301F1_23() { return &___80B74EA5D41848E8432CEAFA9961AC11263301F1_23; }
inline void set_U380B74EA5D41848E8432CEAFA9961AC11263301F1_23(int64_t value)
{
___80B74EA5D41848E8432CEAFA9961AC11263301F1_23 = value;
}
inline static int32_t get_offset_of_U38668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24)); }
inline int64_t get_U38668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24() const { return ___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24; }
inline int64_t* get_address_of_U38668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24() { return &___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24; }
inline void set_U38668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24(int64_t value)
{
___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24 = value;
}
inline static int32_t get_offset_of_U38C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25)); }
inline int64_t get_U38C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25() const { return ___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25; }
inline int64_t* get_address_of_U38C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25() { return &___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25; }
inline void set_U38C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25(int64_t value)
{
___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25 = value;
}
inline static int32_t get_offset_of_U394A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26)); }
inline int64_t get_U394A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26() const { return ___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26; }
inline int64_t* get_address_of_U394A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26() { return &___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26; }
inline void set_U394A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26(int64_t value)
{
___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26 = value;
}
inline static int32_t get_offset_of_U398DC13D2837951F7E90A7317F587453B3641AEF8_27() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___98DC13D2837951F7E90A7317F587453B3641AEF8_27)); }
inline int64_t get_U398DC13D2837951F7E90A7317F587453B3641AEF8_27() const { return ___98DC13D2837951F7E90A7317F587453B3641AEF8_27; }
inline int64_t* get_address_of_U398DC13D2837951F7E90A7317F587453B3641AEF8_27() { return &___98DC13D2837951F7E90A7317F587453B3641AEF8_27; }
inline void set_U398DC13D2837951F7E90A7317F587453B3641AEF8_27(int64_t value)
{
___98DC13D2837951F7E90A7317F587453B3641AEF8_27 = value;
}
inline static int32_t get_offset_of_U39CFFD52FD0E555EE90F7563881D85243554810B3_28() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___9CFFD52FD0E555EE90F7563881D85243554810B3_28)); }
inline int64_t get_U39CFFD52FD0E555EE90F7563881D85243554810B3_28() const { return ___9CFFD52FD0E555EE90F7563881D85243554810B3_28; }
inline int64_t* get_address_of_U39CFFD52FD0E555EE90F7563881D85243554810B3_28() { return &___9CFFD52FD0E555EE90F7563881D85243554810B3_28; }
inline void set_U39CFFD52FD0E555EE90F7563881D85243554810B3_28(int64_t value)
{
___9CFFD52FD0E555EE90F7563881D85243554810B3_28 = value;
}
inline static int32_t get_offset_of_U39DB9891E900FED075409C1116FB43BE2A5C99CE3_29() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29)); }
inline int64_t get_U39DB9891E900FED075409C1116FB43BE2A5C99CE3_29() const { return ___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29; }
inline int64_t* get_address_of_U39DB9891E900FED075409C1116FB43BE2A5C99CE3_29() { return &___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29; }
inline void set_U39DB9891E900FED075409C1116FB43BE2A5C99CE3_29(int64_t value)
{
___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29 = value;
}
inline static int32_t get_offset_of_A07B68A3ADBCD0C683EB16067435A02C31BC097E_30() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30)); }
inline __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 get_A07B68A3ADBCD0C683EB16067435A02C31BC097E_30() const { return ___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30; }
inline __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 * get_address_of_A07B68A3ADBCD0C683EB16067435A02C31BC097E_30() { return &___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30; }
inline void set_A07B68A3ADBCD0C683EB16067435A02C31BC097E_30(__StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 value)
{
___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30 = value;
}
inline static int32_t get_offset_of_A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31)); }
inline int64_t get_A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31() const { return ___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31; }
inline int64_t* get_address_of_A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31() { return &___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31; }
inline void set_A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31(int64_t value)
{
___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31 = value;
}
inline static int32_t get_offset_of_A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32)); }
inline int64_t get_A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32() const { return ___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32; }
inline int64_t* get_address_of_A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32() { return &___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32; }
inline void set_A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32(int64_t value)
{
___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32 = value;
}
inline static int32_t get_offset_of_AD6701E75A5CF7306C0EE9691368B44A5289E170_33() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___AD6701E75A5CF7306C0EE9691368B44A5289E170_33)); }
inline int64_t get_AD6701E75A5CF7306C0EE9691368B44A5289E170_33() const { return ___AD6701E75A5CF7306C0EE9691368B44A5289E170_33; }
inline int64_t* get_address_of_AD6701E75A5CF7306C0EE9691368B44A5289E170_33() { return &___AD6701E75A5CF7306C0EE9691368B44A5289E170_33; }
inline void set_AD6701E75A5CF7306C0EE9691368B44A5289E170_33(int64_t value)
{
___AD6701E75A5CF7306C0EE9691368B44A5289E170_33 = value;
}
inline static int32_t get_offset_of_B91404C2FE5F0C772E097415A13F88376EC8F24F_34() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___B91404C2FE5F0C772E097415A13F88376EC8F24F_34)); }
inline __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE get_B91404C2FE5F0C772E097415A13F88376EC8F24F_34() const { return ___B91404C2FE5F0C772E097415A13F88376EC8F24F_34; }
inline __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE * get_address_of_B91404C2FE5F0C772E097415A13F88376EC8F24F_34() { return &___B91404C2FE5F0C772E097415A13F88376EC8F24F_34; }
inline void set_B91404C2FE5F0C772E097415A13F88376EC8F24F_34(__StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE value)
{
___B91404C2FE5F0C772E097415A13F88376EC8F24F_34 = value;
}
inline static int32_t get_offset_of_BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35)); }
inline int64_t get_BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35() const { return ___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35; }
inline int64_t* get_address_of_BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35() { return &___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35; }
inline void set_BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35(int64_t value)
{
___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35 = value;
}
inline static int32_t get_offset_of_C4CE4356C59D41913E1D60E4497C031B67B1B86B_36() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36)); }
inline int64_t get_C4CE4356C59D41913E1D60E4497C031B67B1B86B_36() const { return ___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36; }
inline int64_t* get_address_of_C4CE4356C59D41913E1D60E4497C031B67B1B86B_36() { return &___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36; }
inline void set_C4CE4356C59D41913E1D60E4497C031B67B1B86B_36(int64_t value)
{
___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36 = value;
}
inline static int32_t get_offset_of_CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37)); }
inline int64_t get_CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37() const { return ___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37; }
inline int64_t* get_address_of_CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37() { return &___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37; }
inline void set_CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37(int64_t value)
{
___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37 = value;
}
inline static int32_t get_offset_of_D4BDB99F00532ACDB317B92D161D27C7448A01FD_38() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38)); }
inline int64_t get_D4BDB99F00532ACDB317B92D161D27C7448A01FD_38() const { return ___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38; }
inline int64_t* get_address_of_D4BDB99F00532ACDB317B92D161D27C7448A01FD_38() { return &___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38; }
inline void set_D4BDB99F00532ACDB317B92D161D27C7448A01FD_38(int64_t value)
{
___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38 = value;
}
inline static int32_t get_offset_of_D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39)); }
inline int64_t get_D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39() const { return ___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39; }
inline int64_t* get_address_of_D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39() { return &___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39; }
inline void set_D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39(int64_t value)
{
___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39 = value;
}
inline static int32_t get_offset_of_D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40)); }
inline int64_t get_D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40() const { return ___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40; }
inline int64_t* get_address_of_D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40() { return &___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40; }
inline void set_D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40(int64_t value)
{
___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40 = value;
}
inline static int32_t get_offset_of_DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41)); }
inline int64_t get_DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41() const { return ___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41; }
inline int64_t* get_address_of_DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41() { return &___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41; }
inline void set_DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41(int64_t value)
{
___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41 = value;
}
inline static int32_t get_offset_of_E9F4121A731C95C166E9FAEF48EC5D95FB224445_42() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42)); }
inline int64_t get_E9F4121A731C95C166E9FAEF48EC5D95FB224445_42() const { return ___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42; }
inline int64_t* get_address_of_E9F4121A731C95C166E9FAEF48EC5D95FB224445_42() { return &___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42; }
inline void set_E9F4121A731C95C166E9FAEF48EC5D95FB224445_42(int64_t value)
{
___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42 = value;
}
inline static int32_t get_offset_of_EF711242CC520CD5836CD071EF05A5DC78CA34D7_43() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43)); }
inline int64_t get_EF711242CC520CD5836CD071EF05A5DC78CA34D7_43() const { return ___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43; }
inline int64_t* get_address_of_EF711242CC520CD5836CD071EF05A5DC78CA34D7_43() { return &___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43; }
inline void set_EF711242CC520CD5836CD071EF05A5DC78CA34D7_43(int64_t value)
{
___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43 = value;
}
inline static int32_t get_offset_of_FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44)); }
inline int64_t get_FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44() const { return ___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44; }
inline int64_t* get_address_of_FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44() { return &___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44; }
inline void set_FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44(int64_t value)
{
___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44 = value;
}
inline static int32_t get_offset_of_FE6C78086F5333BA3E88D035426FC0244E8FC585_45() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___FE6C78086F5333BA3E88D035426FC0244E8FC585_45)); }
inline int64_t get_FE6C78086F5333BA3E88D035426FC0244E8FC585_45() const { return ___FE6C78086F5333BA3E88D035426FC0244E8FC585_45; }
inline int64_t* get_address_of_FE6C78086F5333BA3E88D035426FC0244E8FC585_45() { return &___FE6C78086F5333BA3E88D035426FC0244E8FC585_45; }
inline void set_FE6C78086F5333BA3E88D035426FC0244E8FC585_45(int64_t value)
{
___FE6C78086F5333BA3E88D035426FC0244E8FC585_45 = value;
}
inline static int32_t get_offset_of_FF8523802A3ADEB52E78A9CF613AA30033944FE6_46() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46)); }
inline int64_t get_FF8523802A3ADEB52E78A9CF613AA30033944FE6_46() const { return ___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46; }
inline int64_t* get_address_of_FF8523802A3ADEB52E78A9CF613AA30033944FE6_46() { return &___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46; }
inline void set_FF8523802A3ADEB52E78A9CF613AA30033944FE6_46(int64_t value)
{
___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46 = value;
}
};
// 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.BlendMode
struct BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4
{
public:
// System.Int32 FairyGUI.BlendMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.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.ColorFilter
struct ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 : public RuntimeObject
{
public:
// FairyGUI.DisplayObject FairyGUI.ColorFilter::_target
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____target_0;
// System.Single[] FairyGUI.ColorFilter::_matrix
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ____matrix_1;
// UnityEngine.Matrix4x4 FairyGUI.ColorFilter::_shaderMatrix
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ____shaderMatrix_2;
// UnityEngine.Vector4 FairyGUI.ColorFilter::_offset
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ____offset_3;
// UnityEngine.Material FairyGUI.ColorFilter::_material
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____material_4;
// UnityEngine.Material FairyGUI.ColorFilter::_savedMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____savedMaterial_5;
public:
inline static int32_t get_offset_of__target_0() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____target_0)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__target_0() const { return ____target_0; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__target_0() { return &____target_0; }
inline void set__target_0(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
____target_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____target_0), (void*)value);
}
inline static int32_t get_offset_of__matrix_1() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____matrix_1)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get__matrix_1() const { return ____matrix_1; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of__matrix_1() { return &____matrix_1; }
inline void set__matrix_1(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
____matrix_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____matrix_1), (void*)value);
}
inline static int32_t get_offset_of__shaderMatrix_2() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____shaderMatrix_2)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get__shaderMatrix_2() const { return ____shaderMatrix_2; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of__shaderMatrix_2() { return &____shaderMatrix_2; }
inline void set__shaderMatrix_2(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
____shaderMatrix_2 = value;
}
inline static int32_t get_offset_of__offset_3() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____offset_3)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get__offset_3() const { return ____offset_3; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of__offset_3() { return &____offset_3; }
inline void set__offset_3(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
____offset_3 = value;
}
inline static int32_t get_offset_of__material_4() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____material_4)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__material_4() const { return ____material_4; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__material_4() { return &____material_4; }
inline void set__material_4(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
____material_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____material_4), (void*)value);
}
inline static int32_t get_offset_of__savedMaterial_5() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____savedMaterial_5)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__savedMaterial_5() const { return ____savedMaterial_5; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__savedMaterial_5() { return &____savedMaterial_5; }
inline void set__savedMaterial_5(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
____savedMaterial_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____savedMaterial_5), (void*)value);
}
};
struct ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields
{
public:
// System.Single[] FairyGUI.ColorFilter::IDENTITY
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___IDENTITY_9;
// System.String[] FairyGUI.ColorFilter::FILTER_KEY
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___FILTER_KEY_10;
// System.Single[] FairyGUI.ColorFilter::tmp
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___tmp_11;
public:
inline static int32_t get_offset_of_IDENTITY_9() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields, ___IDENTITY_9)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_IDENTITY_9() const { return ___IDENTITY_9; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_IDENTITY_9() { return &___IDENTITY_9; }
inline void set_IDENTITY_9(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___IDENTITY_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___IDENTITY_9), (void*)value);
}
inline static int32_t get_offset_of_FILTER_KEY_10() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields, ___FILTER_KEY_10)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_FILTER_KEY_10() const { return ___FILTER_KEY_10; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_FILTER_KEY_10() { return &___FILTER_KEY_10; }
inline void set_FILTER_KEY_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___FILTER_KEY_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FILTER_KEY_10), (void*)value);
}
inline static int32_t get_offset_of_tmp_11() { return static_cast<int32_t>(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields, ___tmp_11)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_tmp_11() const { return ___tmp_11; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_tmp_11() { return &___tmp_11; }
inline void set_tmp_11(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___tmp_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___tmp_11), (void*)value);
}
};
// FairyGUI.ControllerAction_ActionType
struct ActionType_tFCDC8B7C697DB5C7CC8061EB052CCF98CEA76189
{
public:
// System.Int32 FairyGUI.ControllerAction_ActionType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ActionType_tFCDC8B7C697DB5C7CC8061EB052CCF98CEA76189, ___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.DestroyMethod
struct DestroyMethod_tC1EDA9F50208FC41247691E2F6ADFFB5FDA9ED3D
{
public:
// System.Int32 FairyGUI.DestroyMethod::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DestroyMethod_tC1EDA9F50208FC41247691E2F6ADFFB5FDA9ED3D, ___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.EaseType
struct EaseType_tA298535D22D74DFDEF437AF0D0DC6FA7A618B333
{
public:
// System.Int32 FairyGUI.EaseType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EaseType_tA298535D22D74DFDEF437AF0D0DC6FA7A618B333, ___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.FillMethod
struct FillMethod_t555C00733C2E44E89A7074CEB73CA9CB696201F7
{
public:
// System.Int32 FairyGUI.FillMethod::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FillMethod_t555C00733C2E44E89A7074CEB73CA9CB696201F7, ___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.FillType
struct FillType_tCF615A332D5094854B2A603BC7A0742127B00AE6
{
public:
// System.Int32 FairyGUI.FillType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FillType_tCF615A332D5094854B2A603BC7A0742127B00AE6, ___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.FitScreen
struct FitScreen_t355607C05C0F0F6A35C76A08EA5D31A95DF0C7E5
{
public:
// System.Int32 FairyGUI.FitScreen::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FitScreen_t355607C05C0F0F6A35C76A08EA5D31A95DF0C7E5, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.FlipType
struct FlipType_t62E1B2AB9A7DF28901D1B8DDD7ECA04573EB01EC
{
public:
// System.Int32 FairyGUI.FlipType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FlipType_t62E1B2AB9A7DF28901D1B8DDD7ECA04573EB01EC, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.GlyphInfo
struct GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE
{
public:
// UnityEngine.Vector2 FairyGUI.GlyphInfo::vertMin
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___vertMin_0;
// UnityEngine.Vector2 FairyGUI.GlyphInfo::vertMax
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___vertMax_1;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvBottomLeft
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvBottomLeft_2;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvTopLeft
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvTopLeft_3;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvTopRight
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvTopRight_4;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvBottomRight
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvBottomRight_5;
// System.Single FairyGUI.GlyphInfo::width
float ___width_6;
// System.Single FairyGUI.GlyphInfo::height
float ___height_7;
public:
inline static int32_t get_offset_of_vertMin_0() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___vertMin_0)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_vertMin_0() const { return ___vertMin_0; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_vertMin_0() { return &___vertMin_0; }
inline void set_vertMin_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___vertMin_0 = value;
}
inline static int32_t get_offset_of_vertMax_1() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___vertMax_1)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_vertMax_1() const { return ___vertMax_1; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_vertMax_1() { return &___vertMax_1; }
inline void set_vertMax_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___vertMax_1 = value;
}
inline static int32_t get_offset_of_uvBottomLeft_2() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvBottomLeft_2)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvBottomLeft_2() const { return ___uvBottomLeft_2; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvBottomLeft_2() { return &___uvBottomLeft_2; }
inline void set_uvBottomLeft_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvBottomLeft_2 = value;
}
inline static int32_t get_offset_of_uvTopLeft_3() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvTopLeft_3)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvTopLeft_3() const { return ___uvTopLeft_3; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvTopLeft_3() { return &___uvTopLeft_3; }
inline void set_uvTopLeft_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvTopLeft_3 = value;
}
inline static int32_t get_offset_of_uvTopRight_4() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvTopRight_4)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvTopRight_4() const { return ___uvTopRight_4; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvTopRight_4() { return &___uvTopRight_4; }
inline void set_uvTopRight_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvTopRight_4 = value;
}
inline static int32_t get_offset_of_uvBottomRight_5() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvBottomRight_5)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvBottomRight_5() const { return ___uvBottomRight_5; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvBottomRight_5() { return &___uvBottomRight_5; }
inline void set_uvBottomRight_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvBottomRight_5 = value;
}
inline static int32_t get_offset_of_width_6() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___width_6)); }
inline float get_width_6() const { return ___width_6; }
inline float* get_address_of_width_6() { return &___width_6; }
inline void set_width_6(float value)
{
___width_6 = value;
}
inline static int32_t get_offset_of_height_7() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___height_7)); }
inline float get_height_7() const { return ___height_7; }
inline float* get_address_of_height_7() { return &___height_7; }
inline void set_height_7(float value)
{
___height_7 = value;
}
};
// FairyGUI.HitTestContext
struct HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E : public RuntimeObject
{
public:
public:
};
struct HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields
{
public:
// UnityEngine.Vector2 FairyGUI.HitTestContext::screenPoint
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPoint_0;
// UnityEngine.Vector3 FairyGUI.HitTestContext::worldPoint
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPoint_1;
// UnityEngine.Vector3 FairyGUI.HitTestContext::direction
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___direction_2;
// System.Boolean FairyGUI.HitTestContext::forTouch
bool ___forTouch_3;
// UnityEngine.Camera FairyGUI.HitTestContext::camera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___camera_4;
// System.Int32 FairyGUI.HitTestContext::displayIndex
int32_t ___displayIndex_5;
// System.Int32 FairyGUI.HitTestContext::layerMask
int32_t ___layerMask_6;
// System.Single FairyGUI.HitTestContext::maxDistance
float ___maxDistance_7;
// UnityEngine.Camera FairyGUI.HitTestContext::cachedMainCamera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___cachedMainCamera_8;
// System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>> FairyGUI.HitTestContext::raycastHits
Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * ___raycastHits_9;
public:
inline static int32_t get_offset_of_screenPoint_0() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___screenPoint_0)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_screenPoint_0() const { return ___screenPoint_0; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_screenPoint_0() { return &___screenPoint_0; }
inline void set_screenPoint_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___screenPoint_0 = value;
}
inline static int32_t get_offset_of_worldPoint_1() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___worldPoint_1)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_worldPoint_1() const { return ___worldPoint_1; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_worldPoint_1() { return &___worldPoint_1; }
inline void set_worldPoint_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___worldPoint_1 = value;
}
inline static int32_t get_offset_of_direction_2() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___direction_2)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_direction_2() const { return ___direction_2; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_direction_2() { return &___direction_2; }
inline void set_direction_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___direction_2 = value;
}
inline static int32_t get_offset_of_forTouch_3() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___forTouch_3)); }
inline bool get_forTouch_3() const { return ___forTouch_3; }
inline bool* get_address_of_forTouch_3() { return &___forTouch_3; }
inline void set_forTouch_3(bool value)
{
___forTouch_3 = value;
}
inline static int32_t get_offset_of_camera_4() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___camera_4)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_camera_4() const { return ___camera_4; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_camera_4() { return &___camera_4; }
inline void set_camera_4(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___camera_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___camera_4), (void*)value);
}
inline static int32_t get_offset_of_displayIndex_5() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___displayIndex_5)); }
inline int32_t get_displayIndex_5() const { return ___displayIndex_5; }
inline int32_t* get_address_of_displayIndex_5() { return &___displayIndex_5; }
inline void set_displayIndex_5(int32_t value)
{
___displayIndex_5 = value;
}
inline static int32_t get_offset_of_layerMask_6() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___layerMask_6)); }
inline int32_t get_layerMask_6() const { return ___layerMask_6; }
inline int32_t* get_address_of_layerMask_6() { return &___layerMask_6; }
inline void set_layerMask_6(int32_t value)
{
___layerMask_6 = value;
}
inline static int32_t get_offset_of_maxDistance_7() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___maxDistance_7)); }
inline float get_maxDistance_7() const { return ___maxDistance_7; }
inline float* get_address_of_maxDistance_7() { return &___maxDistance_7; }
inline void set_maxDistance_7(float value)
{
___maxDistance_7 = value;
}
inline static int32_t get_offset_of_cachedMainCamera_8() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___cachedMainCamera_8)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_cachedMainCamera_8() const { return ___cachedMainCamera_8; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_cachedMainCamera_8() { return &___cachedMainCamera_8; }
inline void set_cachedMainCamera_8(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___cachedMainCamera_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cachedMainCamera_8), (void*)value);
}
inline static int32_t get_offset_of_raycastHits_9() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___raycastHits_9)); }
inline Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * get_raycastHits_9() const { return ___raycastHits_9; }
inline Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 ** get_address_of_raycastHits_9() { return &___raycastHits_9; }
inline void set_raycastHits_9(Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * value)
{
___raycastHits_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___raycastHits_9), (void*)value);
}
};
// FairyGUI.MeshColliderHitTest
struct MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5 : public ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67
{
public:
// UnityEngine.Vector2 FairyGUI.MeshColliderHitTest::lastHit
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___lastHit_1;
public:
inline static int32_t get_offset_of_lastHit_1() { return static_cast<int32_t>(offsetof(MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5, ___lastHit_1)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_lastHit_1() const { return ___lastHit_1; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_lastHit_1() { return &___lastHit_1; }
inline void set_lastHit_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___lastHit_1 = value;
}
};
// FairyGUI.ObjectType
struct ObjectType_tA117D537780D8340BD615ED5F97217D155992790
{
public:
// System.Int32 FairyGUI.ObjectType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ObjectType_tA117D537780D8340BD615ED5F97217D155992790, ___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.Origin180
struct Origin180_tF738D6B6618A89A8C62974BA32E8626DCC1F500B
{
public:
// System.Int32 FairyGUI.Origin180::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Origin180_tF738D6B6618A89A8C62974BA32E8626DCC1F500B, ___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.Origin360
struct Origin360_t551675D43DB4B5AA691CA5BEDA22F745B0ABF5CA
{
public:
// System.Int32 FairyGUI.Origin360::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Origin360_t551675D43DB4B5AA691CA5BEDA22F745B0ABF5CA, ___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.Origin90
struct Origin90_t571044E3EC57960A833823FFD9A0A681D17677BE
{
public:
// System.Int32 FairyGUI.Origin90::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Origin90_t571044E3EC57960A833823FFD9A0A681D17677BE, ___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.PackageItemType
struct PackageItemType_t36C5483C83209A663D650E70518C9C9AB0569048
{
public:
// System.Int32 FairyGUI.PackageItemType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PackageItemType_t36C5483C83209A663D650E70518C9C9AB0569048, ___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.ScrollBarDisplayType
struct ScrollBarDisplayType_tFCFBD335F18CC80D9423399E5A50049913B698B9
{
public:
// System.Int32 FairyGUI.ScrollBarDisplayType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ScrollBarDisplayType_tFCFBD335F18CC80D9423399E5A50049913B698B9, ___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.TextFormat_SpecialStyle
struct SpecialStyle_t7A76109DB4D090ED30CDC6B257397035B4159443
{
public:
// System.Int32 FairyGUI.TextFormat_SpecialStyle::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SpecialStyle_t7A76109DB4D090ED30CDC6B257397035B4159443, ___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.UIContentScaler_ScaleMode
struct ScaleMode_tC4361BB3FAEB73D6BEC33E5DDD02D686BB37744C
{
public:
// System.Int32 FairyGUI.UIContentScaler_ScaleMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ScaleMode_tC4361BB3FAEB73D6BEC33E5DDD02D686BB37744C, ___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.UIContentScaler_ScreenMatchMode
struct ScreenMatchMode_tAEA9749F6D6C13CE02228476E4D89164BC80B465
{
public:
// System.Int32 FairyGUI.UIContentScaler_ScreenMatchMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ScreenMatchMode_tAEA9749F6D6C13CE02228476E4D89164BC80B465, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.UpdateContext_ClipInfo
struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3
{
public:
// UnityEngine.Rect FairyGUI.UpdateContext_ClipInfo::rect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
// UnityEngine.Vector4 FairyGUI.UpdateContext_ClipInfo::clipBox
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1;
// System.Boolean FairyGUI.UpdateContext_ClipInfo::soft
bool ___soft_2;
// UnityEngine.Vector4 FairyGUI.UpdateContext_ClipInfo::softness
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3;
// System.UInt32 FairyGUI.UpdateContext_ClipInfo::clipId
uint32_t ___clipId_4;
// System.Boolean FairyGUI.UpdateContext_ClipInfo::stencil
bool ___stencil_5;
// System.Boolean FairyGUI.UpdateContext_ClipInfo::reversedMask
bool ___reversedMask_6;
public:
inline static int32_t get_offset_of_rect_0() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___rect_0)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_rect_0() const { return ___rect_0; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_rect_0() { return &___rect_0; }
inline void set_rect_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___rect_0 = value;
}
inline static int32_t get_offset_of_clipBox_1() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___clipBox_1)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_clipBox_1() const { return ___clipBox_1; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_clipBox_1() { return &___clipBox_1; }
inline void set_clipBox_1(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___clipBox_1 = value;
}
inline static int32_t get_offset_of_soft_2() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___soft_2)); }
inline bool get_soft_2() const { return ___soft_2; }
inline bool* get_address_of_soft_2() { return &___soft_2; }
inline void set_soft_2(bool value)
{
___soft_2 = value;
}
inline static int32_t get_offset_of_softness_3() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___softness_3)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_softness_3() const { return ___softness_3; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_softness_3() { return &___softness_3; }
inline void set_softness_3(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___softness_3 = value;
}
inline static int32_t get_offset_of_clipId_4() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___clipId_4)); }
inline uint32_t get_clipId_4() const { return ___clipId_4; }
inline uint32_t* get_address_of_clipId_4() { return &___clipId_4; }
inline void set_clipId_4(uint32_t value)
{
___clipId_4 = value;
}
inline static int32_t get_offset_of_stencil_5() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___stencil_5)); }
inline bool get_stencil_5() const { return ___stencil_5; }
inline bool* get_address_of_stencil_5() { return &___stencil_5; }
inline void set_stencil_5(bool value)
{
___stencil_5 = value;
}
inline static int32_t get_offset_of_reversedMask_6() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___reversedMask_6)); }
inline bool get_reversedMask_6() const { return ___reversedMask_6; }
inline bool* get_address_of_reversedMask_6() { return &___reversedMask_6; }
inline void set_reversedMask_6(bool value)
{
___reversedMask_6 = value;
}
};
// Native definition for P/Invoke marshalling of FairyGUI.UpdateContext/ClipInfo
struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_pinvoke
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1;
int32_t ___soft_2;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3;
uint32_t ___clipId_4;
int32_t ___stencil_5;
int32_t ___reversedMask_6;
};
// Native definition for COM marshalling of FairyGUI.UpdateContext/ClipInfo
struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_com
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1;
int32_t ___soft_2;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3;
uint32_t ___clipId_4;
int32_t ___stencil_5;
int32_t ___reversedMask_6;
};
// 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;
}
};
// FairyGUI.VertexBuffer
struct VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B : public RuntimeObject
{
public:
// UnityEngine.Rect FairyGUI.VertexBuffer::contentRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___contentRect_0;
// UnityEngine.Rect FairyGUI.VertexBuffer::uvRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uvRect_1;
// UnityEngine.Color32 FairyGUI.VertexBuffer::vertexColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___vertexColor_2;
// System.Collections.Generic.List`1<UnityEngine.Vector3> FairyGUI.VertexBuffer::vertices
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ___vertices_3;
// System.Collections.Generic.List`1<UnityEngine.Color32> FairyGUI.VertexBuffer::colors
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * ___colors_4;
// System.Collections.Generic.List`1<UnityEngine.Vector4> FairyGUI.VertexBuffer::uv0
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * ___uv0_5;
// System.Collections.Generic.List`1<System.Int32> FairyGUI.VertexBuffer::triangles
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___triangles_6;
// System.Boolean FairyGUI.VertexBuffer::_alphaInVertexColor
bool ____alphaInVertexColor_9;
// System.Boolean FairyGUI.VertexBuffer::_isArbitraryQuad
bool ____isArbitraryQuad_10;
public:
inline static int32_t get_offset_of_contentRect_0() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___contentRect_0)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_contentRect_0() const { return ___contentRect_0; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_contentRect_0() { return &___contentRect_0; }
inline void set_contentRect_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___contentRect_0 = value;
}
inline static int32_t get_offset_of_uvRect_1() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___uvRect_1)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_uvRect_1() const { return ___uvRect_1; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_uvRect_1() { return &___uvRect_1; }
inline void set_uvRect_1(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___uvRect_1 = value;
}
inline static int32_t get_offset_of_vertexColor_2() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___vertexColor_2)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_vertexColor_2() const { return ___vertexColor_2; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_vertexColor_2() { return &___vertexColor_2; }
inline void set_vertexColor_2(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___vertexColor_2 = value;
}
inline static int32_t get_offset_of_vertices_3() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___vertices_3)); }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * get_vertices_3() const { return ___vertices_3; }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 ** get_address_of_vertices_3() { return &___vertices_3; }
inline void set_vertices_3(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * value)
{
___vertices_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___vertices_3), (void*)value);
}
inline static int32_t get_offset_of_colors_4() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___colors_4)); }
inline List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * get_colors_4() const { return ___colors_4; }
inline List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 ** get_address_of_colors_4() { return &___colors_4; }
inline void set_colors_4(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * value)
{
___colors_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value);
}
inline static int32_t get_offset_of_uv0_5() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___uv0_5)); }
inline List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * get_uv0_5() const { return ___uv0_5; }
inline List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 ** get_address_of_uv0_5() { return &___uv0_5; }
inline void set_uv0_5(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * value)
{
___uv0_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___uv0_5), (void*)value);
}
inline static int32_t get_offset_of_triangles_6() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___triangles_6)); }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_triangles_6() const { return ___triangles_6; }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_triangles_6() { return &___triangles_6; }
inline void set_triangles_6(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
{
___triangles_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___triangles_6), (void*)value);
}
inline static int32_t get_offset_of__alphaInVertexColor_9() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ____alphaInVertexColor_9)); }
inline bool get__alphaInVertexColor_9() const { return ____alphaInVertexColor_9; }
inline bool* get_address_of__alphaInVertexColor_9() { return &____alphaInVertexColor_9; }
inline void set__alphaInVertexColor_9(bool value)
{
____alphaInVertexColor_9 = value;
}
inline static int32_t get_offset_of__isArbitraryQuad_10() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ____isArbitraryQuad_10)); }
inline bool get__isArbitraryQuad_10() const { return ____isArbitraryQuad_10; }
inline bool* get_address_of__isArbitraryQuad_10() { return &____isArbitraryQuad_10; }
inline void set__isArbitraryQuad_10(bool value)
{
____isArbitraryQuad_10 = value;
}
};
struct VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields
{
public:
// UnityEngine.Vector2[] FairyGUI.VertexBuffer::NormalizedUV
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___NormalizedUV_7;
// UnityEngine.Vector2[] FairyGUI.VertexBuffer::NormalizedPosition
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___NormalizedPosition_8;
// System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer> FairyGUI.VertexBuffer::_pool
Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * ____pool_11;
public:
inline static int32_t get_offset_of_NormalizedUV_7() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields, ___NormalizedUV_7)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_NormalizedUV_7() const { return ___NormalizedUV_7; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_NormalizedUV_7() { return &___NormalizedUV_7; }
inline void set_NormalizedUV_7(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value)
{
___NormalizedUV_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___NormalizedUV_7), (void*)value);
}
inline static int32_t get_offset_of_NormalizedPosition_8() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields, ___NormalizedPosition_8)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_NormalizedPosition_8() const { return ___NormalizedPosition_8; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_NormalizedPosition_8() { return &___NormalizedPosition_8; }
inline void set_NormalizedPosition_8(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value)
{
___NormalizedPosition_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___NormalizedPosition_8), (void*)value);
}
inline static int32_t get_offset_of__pool_11() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields, ____pool_11)); }
inline Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * get__pool_11() const { return ____pool_11; }
inline Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 ** get_address_of__pool_11() { return &____pool_11; }
inline void set__pool_11(Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * value)
{
____pool_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pool_11), (void*)value);
}
};
// LuaInterface.LuaBaseRef
struct LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 : public RuntimeObject
{
public:
// System.String LuaInterface.LuaBaseRef::name
String_t* ___name_0;
// System.Int32 LuaInterface.LuaBaseRef::reference
int32_t ___reference_1;
// LuaInterface.LuaState LuaInterface.LuaBaseRef::luaState
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___luaState_2;
// LuaInterface.ObjectTranslator LuaInterface.LuaBaseRef::translator
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * ___translator_3;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) LuaInterface.LuaBaseRef::beDisposed
bool ___beDisposed_4;
// System.Int32 LuaInterface.LuaBaseRef::count
int32_t ___count_5;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) LuaInterface.LuaBaseRef::IsAlive
bool ___IsAlive_6;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___name_0)); }
inline String_t* get_name_0() const { return ___name_0; }
inline String_t** get_address_of_name_0() { return &___name_0; }
inline void set_name_0(String_t* value)
{
___name_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value);
}
inline static int32_t get_offset_of_reference_1() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___reference_1)); }
inline int32_t get_reference_1() const { return ___reference_1; }
inline int32_t* get_address_of_reference_1() { return &___reference_1; }
inline void set_reference_1(int32_t value)
{
___reference_1 = value;
}
inline static int32_t get_offset_of_luaState_2() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___luaState_2)); }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_luaState_2() const { return ___luaState_2; }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_luaState_2() { return &___luaState_2; }
inline void set_luaState_2(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
{
___luaState_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___luaState_2), (void*)value);
}
inline static int32_t get_offset_of_translator_3() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___translator_3)); }
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * get_translator_3() const { return ___translator_3; }
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF ** get_address_of_translator_3() { return &___translator_3; }
inline void set_translator_3(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * value)
{
___translator_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___translator_3), (void*)value);
}
inline static int32_t get_offset_of_beDisposed_4() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___beDisposed_4)); }
inline bool get_beDisposed_4() const { return ___beDisposed_4; }
inline bool* get_address_of_beDisposed_4() { return &___beDisposed_4; }
inline void set_beDisposed_4(bool value)
{
___beDisposed_4 = value;
}
inline static int32_t get_offset_of_count_5() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___count_5)); }
inline int32_t get_count_5() const { return ___count_5; }
inline int32_t* get_address_of_count_5() { return &___count_5; }
inline void set_count_5(int32_t value)
{
___count_5 = value;
}
inline static int32_t get_offset_of_IsAlive_6() { return static_cast<int32_t>(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___IsAlive_6)); }
inline bool get_IsAlive_6() const { return ___IsAlive_6; }
inline bool* get_address_of_IsAlive_6() { return &___IsAlive_6; }
inline void set_IsAlive_6(bool value)
{
___IsAlive_6 = value;
}
};
// LuaInterface.LuaStatePtr
struct LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C : public RuntimeObject
{
public:
// System.IntPtr LuaInterface.LuaStatePtr::L
intptr_t ___L_0;
// System.String LuaInterface.LuaStatePtr::jit
String_t* ___jit_1;
public:
inline static int32_t get_offset_of_L_0() { return static_cast<int32_t>(offsetof(LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C, ___L_0)); }
inline intptr_t get_L_0() const { return ___L_0; }
inline intptr_t* get_address_of_L_0() { return &___L_0; }
inline void set_L_0(intptr_t value)
{
___L_0 = value;
}
inline static int32_t get_offset_of_jit_1() { return static_cast<int32_t>(offsetof(LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C, ___jit_1)); }
inline String_t* get_jit_1() const { return ___jit_1; }
inline String_t** get_address_of_jit_1() { return &___jit_1; }
inline void set_jit_1(String_t* value)
{
___jit_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___jit_1), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Object>
struct Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version
int32_t ___version_1;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index
int32_t ___index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___current_3;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType
int32_t ___getEnumeratorRetType_4;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___dictionary_0)); }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___version_1)); }
inline int32_t get_version_1() const { return ___version_1; }
inline int32_t* get_address_of_version_1() { return &___version_1; }
inline void set_version_1(int32_t value)
{
___version_1 = value;
}
inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___index_2)); }
inline int32_t get_index_2() const { return ___index_2; }
inline int32_t* get_address_of_index_2() { return &___index_2; }
inline void set_index_2(int32_t value)
{
___index_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___current_3)); }
inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE get_current_3() const { return ___current_3; }
inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___getEnumeratorRetType_4)); }
inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; }
inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; }
inline void set_getEnumeratorRetType_4(int32_t value)
{
___getEnumeratorRetType_4 = value;
}
};
// System.Collections.Generic.Dictionary`2_Enumerator<System.String,FairyGUI.EventBridge>
struct Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version
int32_t ___version_1;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index
int32_t ___index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current
KeyValuePair_2_tB66FD8DCD44F4451FB18A13BC0DA29389CBA55CB ___current_3;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType
int32_t ___getEnumeratorRetType_4;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040, ___dictionary_0)); }
inline Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040, ___version_1)); }
inline int32_t get_version_1() const { return ___version_1; }
inline int32_t* get_address_of_version_1() { return &___version_1; }
inline void set_version_1(int32_t value)
{
___version_1 = value;
}
inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040, ___index_2)); }
inline int32_t get_index_2() const { return ___index_2; }
inline int32_t* get_address_of_index_2() { return &___index_2; }
inline void set_index_2(int32_t value)
{
___index_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040, ___current_3)); }
inline KeyValuePair_2_tB66FD8DCD44F4451FB18A13BC0DA29389CBA55CB get_current_3() const { return ___current_3; }
inline KeyValuePair_2_tB66FD8DCD44F4451FB18A13BC0DA29389CBA55CB * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_tB66FD8DCD44F4451FB18A13BC0DA29389CBA55CB value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040, ___getEnumeratorRetType_4)); }
inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; }
inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; }
inline void set_getEnumeratorRetType_4(int32_t value)
{
___getEnumeratorRetType_4 = 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<FairyGUI.Margin>
struct Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0
{
public:
// T System.Nullable`1::value
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ___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_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0, ___value_0)); }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get_value_0() const { return ___value_0; }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Color32>
struct Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF
{
public:
// T System.Nullable`1::value
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___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_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF, ___value_0)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_value_0() const { return ___value_0; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Matrix4x4>
struct Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0
{
public:
// T System.Nullable`1::value
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0, ___value_0)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_value_0() const { return ___value_0; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.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.Nullable`1<UnityEngine.Vector3>
struct Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203
{
public:
// T System.Nullable`1::value
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203, ___value_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_value_0() const { return ___value_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Vector4>
struct Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533
{
public:
// T System.Nullable`1::value
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___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_t0974FEE69B139689A432B8171D904496B2C3E533, ___value_0)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_value_0() const { return ___value_0; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Reflection.BindingFlags
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
{
public:
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___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.RuntimeTypeHandle
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// UnityEngine.Display
struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Display::nativeDisplay
intptr_t ___nativeDisplay_0;
public:
inline static int32_t get_offset_of_nativeDisplay_0() { return static_cast<int32_t>(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57, ___nativeDisplay_0)); }
inline intptr_t get_nativeDisplay_0() const { return ___nativeDisplay_0; }
inline intptr_t* get_address_of_nativeDisplay_0() { return &___nativeDisplay_0; }
inline void set_nativeDisplay_0(intptr_t value)
{
___nativeDisplay_0 = value;
}
};
struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields
{
public:
// UnityEngine.Display[] UnityEngine.Display::displays
DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* ___displays_1;
// UnityEngine.Display UnityEngine.Display::_mainDisplay
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * ____mainDisplay_2;
// UnityEngine.Display_DisplaysUpdatedDelegate UnityEngine.Display::onDisplaysUpdated
DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * ___onDisplaysUpdated_3;
public:
inline static int32_t get_offset_of_displays_1() { return static_cast<int32_t>(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields, ___displays_1)); }
inline DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* get_displays_1() const { return ___displays_1; }
inline DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9** get_address_of_displays_1() { return &___displays_1; }
inline void set_displays_1(DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* value)
{
___displays_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___displays_1), (void*)value);
}
inline static int32_t get_offset_of__mainDisplay_2() { return static_cast<int32_t>(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields, ____mainDisplay_2)); }
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * get__mainDisplay_2() const { return ____mainDisplay_2; }
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 ** get_address_of__mainDisplay_2() { return &____mainDisplay_2; }
inline void set__mainDisplay_2(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * value)
{
____mainDisplay_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____mainDisplay_2), (void*)value);
}
inline static int32_t get_offset_of_onDisplaysUpdated_3() { return static_cast<int32_t>(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields, ___onDisplaysUpdated_3)); }
inline DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * get_onDisplaysUpdated_3() const { return ___onDisplaysUpdated_3; }
inline DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 ** get_address_of_onDisplaysUpdated_3() { return &___onDisplaysUpdated_3; }
inline void set_onDisplaysUpdated_3(DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * value)
{
___onDisplaysUpdated_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onDisplaysUpdated_3), (void*)value);
}
};
// UnityEngine.EventModifiers
struct EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061
{
public:
// System.Int32 UnityEngine.EventModifiers::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061, ___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.FontStyle
struct FontStyle_t273973EBB1F40C2381F6D60AB957149DE5720CF3
{
public:
// System.Int32 UnityEngine.FontStyle::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FontStyle_t273973EBB1F40C2381F6D60AB957149DE5720CF3, ___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.HideFlags
struct HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37
{
public:
// System.Int32 UnityEngine.HideFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.KeyCode
struct KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C
{
public:
// System.Int32 UnityEngine.KeyCode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.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.Ray
struct Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2
{
public:
// UnityEngine.Vector3 UnityEngine.Ray::m_Origin
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Origin_0;
// UnityEngine.Vector3 UnityEngine.Ray::m_Direction
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Direction_1;
public:
inline static int32_t get_offset_of_m_Origin_0() { return static_cast<int32_t>(offsetof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2, ___m_Origin_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Origin_0() const { return ___m_Origin_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Origin_0() { return &___m_Origin_0; }
inline void set_m_Origin_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Origin_0 = value;
}
inline static int32_t get_offset_of_m_Direction_1() { return static_cast<int32_t>(offsetof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2, ___m_Direction_1)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Direction_1() const { return ___m_Direction_1; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Direction_1() { return &___m_Direction_1; }
inline void set_m_Direction_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Direction_1 = value;
}
};
// UnityEngine.RaycastHit
struct RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3
{
public:
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Point_0;
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Normal_1;
// System.UInt32 UnityEngine.RaycastHit::m_FaceID
uint32_t ___m_FaceID_2;
// System.Single UnityEngine.RaycastHit::m_Distance
float ___m_Distance_3;
// UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_UV_4;
// System.Int32 UnityEngine.RaycastHit::m_Collider
int32_t ___m_Collider_5;
public:
inline static int32_t get_offset_of_m_Point_0() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Point_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Point_0() const { return ___m_Point_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Point_0() { return &___m_Point_0; }
inline void set_m_Point_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Point_0 = value;
}
inline static int32_t get_offset_of_m_Normal_1() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Normal_1)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Normal_1() const { return ___m_Normal_1; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Normal_1() { return &___m_Normal_1; }
inline void set_m_Normal_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Normal_1 = value;
}
inline static int32_t get_offset_of_m_FaceID_2() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_FaceID_2)); }
inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; }
inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; }
inline void set_m_FaceID_2(uint32_t value)
{
___m_FaceID_2 = value;
}
inline static int32_t get_offset_of_m_Distance_3() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Distance_3)); }
inline float get_m_Distance_3() const { return ___m_Distance_3; }
inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; }
inline void set_m_Distance_3(float value)
{
___m_Distance_3 = value;
}
inline static int32_t get_offset_of_m_UV_4() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_UV_4)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_UV_4() const { return ___m_UV_4; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_UV_4() { return &___m_UV_4; }
inline void set_m_UV_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_UV_4 = value;
}
inline static int32_t get_offset_of_m_Collider_5() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Collider_5)); }
inline int32_t get_m_Collider_5() const { return ___m_Collider_5; }
inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; }
inline void set_m_Collider_5(int32_t value)
{
___m_Collider_5 = value;
}
};
// UnityEngine.RenderMode
struct RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60
{
public:
// System.Int32 UnityEngine.RenderMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60, ___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.DisplayObject
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// System.String FairyGUI.DisplayObject::name
String_t* ___name_2;
// FairyGUI.Container FairyGUI.DisplayObject::<parent>k__BackingField
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CparentU3Ek__BackingField_3;
// UnityEngine.GameObject FairyGUI.DisplayObject::<gameObject>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CgameObjectU3Ek__BackingField_4;
// UnityEngine.Transform FairyGUI.DisplayObject::<cachedTransform>k__BackingField
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___U3CcachedTransformU3Ek__BackingField_5;
// FairyGUI.NGraphics FairyGUI.DisplayObject::<graphics>k__BackingField
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___U3CgraphicsU3Ek__BackingField_6;
// FairyGUI.NGraphics FairyGUI.DisplayObject::<paintingGraphics>k__BackingField
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___U3CpaintingGraphicsU3Ek__BackingField_7;
// FairyGUI.EventCallback0 FairyGUI.DisplayObject::onPaint
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___onPaint_8;
// FairyGUI.GObject FairyGUI.DisplayObject::gOwner
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___gOwner_9;
// System.UInt32 FairyGUI.DisplayObject::id
uint32_t ___id_10;
// System.Boolean FairyGUI.DisplayObject::_visible
bool ____visible_11;
// System.Boolean FairyGUI.DisplayObject::_touchable
bool ____touchable_12;
// UnityEngine.Vector2 FairyGUI.DisplayObject::_pivot
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____pivot_13;
// UnityEngine.Vector3 FairyGUI.DisplayObject::_pivotOffset
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ____pivotOffset_14;
// UnityEngine.Vector2 FairyGUI.DisplayObject::_skew
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____skew_15;
// System.Int32 FairyGUI.DisplayObject::_renderingOrder
int32_t ____renderingOrder_16;
// System.Single FairyGUI.DisplayObject::_alpha
float ____alpha_17;
// System.Boolean FairyGUI.DisplayObject::_grayed
bool ____grayed_18;
// FairyGUI.BlendMode FairyGUI.DisplayObject::_blendMode
int32_t ____blendMode_19;
// FairyGUI.IFilter FairyGUI.DisplayObject::_filter
RuntimeObject* ____filter_20;
// UnityEngine.Transform FairyGUI.DisplayObject::_home
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ____home_21;
// System.Boolean FairyGUI.DisplayObject::_perspective
bool ____perspective_22;
// System.Int32 FairyGUI.DisplayObject::_focalLength
int32_t ____focalLength_23;
// UnityEngine.Vector3 FairyGUI.DisplayObject::_rotation
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ____rotation_24;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onClick
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClick_25;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRightClick
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRightClick_26;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchBegin
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchBegin_27;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchMove
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchMove_28;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchEnd_29;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRollOver
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOver_30;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRollOut
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOut_31;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onMouseWheel
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onMouseWheel_32;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onAddedToStage
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onAddedToStage_33;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRemovedFromStage
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRemovedFromStage_34;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onKeyDown
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onKeyDown_35;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onClickLink
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClickLink_36;
// FairyGUI.EventCallback0 FairyGUI.DisplayObject::_captureDelegate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____captureDelegate_37;
// System.Int32 FairyGUI.DisplayObject::_paintingMode
int32_t ____paintingMode_38;
// FairyGUI.Margin FairyGUI.DisplayObject::_paintingMargin
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ____paintingMargin_39;
// System.Int32 FairyGUI.DisplayObject::_paintingFlag
int32_t ____paintingFlag_40;
// UnityEngine.Material FairyGUI.DisplayObject::_paintingMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____paintingMaterial_41;
// System.Boolean FairyGUI.DisplayObject::_cacheAsBitmap
bool ____cacheAsBitmap_42;
// UnityEngine.Rect FairyGUI.DisplayObject::_contentRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ____contentRect_43;
// System.Nullable`1<UnityEngine.Matrix4x4> FairyGUI.DisplayObject::_transformMatrix
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 ____transformMatrix_44;
// System.Boolean FairyGUI.DisplayObject::_ownsGameObject
bool ____ownsGameObject_45;
// System.Boolean FairyGUI.DisplayObject::_disposed
bool ____disposed_46;
// System.Boolean FairyGUI.DisplayObject::_touchDisabled
bool ____touchDisabled_47;
// System.Single[] FairyGUI.DisplayObject::_internal_bounds
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ____internal_bounds_48;
// System.Boolean FairyGUI.DisplayObject::_skipInFairyBatching
bool ____skipInFairyBatching_49;
// System.Boolean FairyGUI.DisplayObject::_outlineChanged
bool ____outlineChanged_50;
public:
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___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_U3CparentU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CparentU3Ek__BackingField_3)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CparentU3Ek__BackingField_3() const { return ___U3CparentU3Ek__BackingField_3; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CparentU3Ek__BackingField_3() { return &___U3CparentU3Ek__BackingField_3; }
inline void set_U3CparentU3Ek__BackingField_3(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
___U3CparentU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CparentU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_U3CgameObjectU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CgameObjectU3Ek__BackingField_4)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CgameObjectU3Ek__BackingField_4() const { return ___U3CgameObjectU3Ek__BackingField_4; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CgameObjectU3Ek__BackingField_4() { return &___U3CgameObjectU3Ek__BackingField_4; }
inline void set_U3CgameObjectU3Ek__BackingField_4(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3CgameObjectU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CgameObjectU3Ek__BackingField_4), (void*)value);
}
inline static int32_t get_offset_of_U3CcachedTransformU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CcachedTransformU3Ek__BackingField_5)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_U3CcachedTransformU3Ek__BackingField_5() const { return ___U3CcachedTransformU3Ek__BackingField_5; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_U3CcachedTransformU3Ek__BackingField_5() { return &___U3CcachedTransformU3Ek__BackingField_5; }
inline void set_U3CcachedTransformU3Ek__BackingField_5(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
___U3CcachedTransformU3Ek__BackingField_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CcachedTransformU3Ek__BackingField_5), (void*)value);
}
inline static int32_t get_offset_of_U3CgraphicsU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CgraphicsU3Ek__BackingField_6)); }
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * get_U3CgraphicsU3Ek__BackingField_6() const { return ___U3CgraphicsU3Ek__BackingField_6; }
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD ** get_address_of_U3CgraphicsU3Ek__BackingField_6() { return &___U3CgraphicsU3Ek__BackingField_6; }
inline void set_U3CgraphicsU3Ek__BackingField_6(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * value)
{
___U3CgraphicsU3Ek__BackingField_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CgraphicsU3Ek__BackingField_6), (void*)value);
}
inline static int32_t get_offset_of_U3CpaintingGraphicsU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CpaintingGraphicsU3Ek__BackingField_7)); }
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * get_U3CpaintingGraphicsU3Ek__BackingField_7() const { return ___U3CpaintingGraphicsU3Ek__BackingField_7; }
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD ** get_address_of_U3CpaintingGraphicsU3Ek__BackingField_7() { return &___U3CpaintingGraphicsU3Ek__BackingField_7; }
inline void set_U3CpaintingGraphicsU3Ek__BackingField_7(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * value)
{
___U3CpaintingGraphicsU3Ek__BackingField_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CpaintingGraphicsU3Ek__BackingField_7), (void*)value);
}
inline static int32_t get_offset_of_onPaint_8() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___onPaint_8)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_onPaint_8() const { return ___onPaint_8; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_onPaint_8() { return &___onPaint_8; }
inline void set_onPaint_8(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___onPaint_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPaint_8), (void*)value);
}
inline static int32_t get_offset_of_gOwner_9() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___gOwner_9)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_gOwner_9() const { return ___gOwner_9; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_gOwner_9() { return &___gOwner_9; }
inline void set_gOwner_9(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___gOwner_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gOwner_9), (void*)value);
}
inline static int32_t get_offset_of_id_10() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___id_10)); }
inline uint32_t get_id_10() const { return ___id_10; }
inline uint32_t* get_address_of_id_10() { return &___id_10; }
inline void set_id_10(uint32_t value)
{
___id_10 = value;
}
inline static int32_t get_offset_of__visible_11() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____visible_11)); }
inline bool get__visible_11() const { return ____visible_11; }
inline bool* get_address_of__visible_11() { return &____visible_11; }
inline void set__visible_11(bool value)
{
____visible_11 = value;
}
inline static int32_t get_offset_of__touchable_12() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____touchable_12)); }
inline bool get__touchable_12() const { return ____touchable_12; }
inline bool* get_address_of__touchable_12() { return &____touchable_12; }
inline void set__touchable_12(bool value)
{
____touchable_12 = value;
}
inline static int32_t get_offset_of__pivot_13() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____pivot_13)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__pivot_13() const { return ____pivot_13; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__pivot_13() { return &____pivot_13; }
inline void set__pivot_13(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____pivot_13 = value;
}
inline static int32_t get_offset_of__pivotOffset_14() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____pivotOffset_14)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get__pivotOffset_14() const { return ____pivotOffset_14; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of__pivotOffset_14() { return &____pivotOffset_14; }
inline void set__pivotOffset_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
____pivotOffset_14 = value;
}
inline static int32_t get_offset_of__skew_15() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____skew_15)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__skew_15() const { return ____skew_15; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__skew_15() { return &____skew_15; }
inline void set__skew_15(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____skew_15 = value;
}
inline static int32_t get_offset_of__renderingOrder_16() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____renderingOrder_16)); }
inline int32_t get__renderingOrder_16() const { return ____renderingOrder_16; }
inline int32_t* get_address_of__renderingOrder_16() { return &____renderingOrder_16; }
inline void set__renderingOrder_16(int32_t value)
{
____renderingOrder_16 = value;
}
inline static int32_t get_offset_of__alpha_17() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____alpha_17)); }
inline float get__alpha_17() const { return ____alpha_17; }
inline float* get_address_of__alpha_17() { return &____alpha_17; }
inline void set__alpha_17(float value)
{
____alpha_17 = value;
}
inline static int32_t get_offset_of__grayed_18() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____grayed_18)); }
inline bool get__grayed_18() const { return ____grayed_18; }
inline bool* get_address_of__grayed_18() { return &____grayed_18; }
inline void set__grayed_18(bool value)
{
____grayed_18 = value;
}
inline static int32_t get_offset_of__blendMode_19() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____blendMode_19)); }
inline int32_t get__blendMode_19() const { return ____blendMode_19; }
inline int32_t* get_address_of__blendMode_19() { return &____blendMode_19; }
inline void set__blendMode_19(int32_t value)
{
____blendMode_19 = value;
}
inline static int32_t get_offset_of__filter_20() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____filter_20)); }
inline RuntimeObject* get__filter_20() const { return ____filter_20; }
inline RuntimeObject** get_address_of__filter_20() { return &____filter_20; }
inline void set__filter_20(RuntimeObject* value)
{
____filter_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&____filter_20), (void*)value);
}
inline static int32_t get_offset_of__home_21() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____home_21)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get__home_21() const { return ____home_21; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of__home_21() { return &____home_21; }
inline void set__home_21(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
____home_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&____home_21), (void*)value);
}
inline static int32_t get_offset_of__perspective_22() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____perspective_22)); }
inline bool get__perspective_22() const { return ____perspective_22; }
inline bool* get_address_of__perspective_22() { return &____perspective_22; }
inline void set__perspective_22(bool value)
{
____perspective_22 = value;
}
inline static int32_t get_offset_of__focalLength_23() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____focalLength_23)); }
inline int32_t get__focalLength_23() const { return ____focalLength_23; }
inline int32_t* get_address_of__focalLength_23() { return &____focalLength_23; }
inline void set__focalLength_23(int32_t value)
{
____focalLength_23 = value;
}
inline static int32_t get_offset_of__rotation_24() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____rotation_24)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get__rotation_24() const { return ____rotation_24; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of__rotation_24() { return &____rotation_24; }
inline void set__rotation_24(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
____rotation_24 = value;
}
inline static int32_t get_offset_of__onClick_25() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onClick_25)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClick_25() const { return ____onClick_25; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClick_25() { return &____onClick_25; }
inline void set__onClick_25(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClick_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClick_25), (void*)value);
}
inline static int32_t get_offset_of__onRightClick_26() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRightClick_26)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRightClick_26() const { return ____onRightClick_26; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRightClick_26() { return &____onRightClick_26; }
inline void set__onRightClick_26(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRightClick_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRightClick_26), (void*)value);
}
inline static int32_t get_offset_of__onTouchBegin_27() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onTouchBegin_27)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchBegin_27() const { return ____onTouchBegin_27; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchBegin_27() { return &____onTouchBegin_27; }
inline void set__onTouchBegin_27(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchBegin_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchBegin_27), (void*)value);
}
inline static int32_t get_offset_of__onTouchMove_28() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onTouchMove_28)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchMove_28() const { return ____onTouchMove_28; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchMove_28() { return &____onTouchMove_28; }
inline void set__onTouchMove_28(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchMove_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchMove_28), (void*)value);
}
inline static int32_t get_offset_of__onTouchEnd_29() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onTouchEnd_29)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchEnd_29() const { return ____onTouchEnd_29; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchEnd_29() { return &____onTouchEnd_29; }
inline void set__onTouchEnd_29(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchEnd_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchEnd_29), (void*)value);
}
inline static int32_t get_offset_of__onRollOver_30() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRollOver_30)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOver_30() const { return ____onRollOver_30; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOver_30() { return &____onRollOver_30; }
inline void set__onRollOver_30(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRollOver_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRollOver_30), (void*)value);
}
inline static int32_t get_offset_of__onRollOut_31() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRollOut_31)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOut_31() const { return ____onRollOut_31; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOut_31() { return &____onRollOut_31; }
inline void set__onRollOut_31(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRollOut_31 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRollOut_31), (void*)value);
}
inline static int32_t get_offset_of__onMouseWheel_32() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onMouseWheel_32)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onMouseWheel_32() const { return ____onMouseWheel_32; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onMouseWheel_32() { return &____onMouseWheel_32; }
inline void set__onMouseWheel_32(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onMouseWheel_32 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onMouseWheel_32), (void*)value);
}
inline static int32_t get_offset_of__onAddedToStage_33() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onAddedToStage_33)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onAddedToStage_33() const { return ____onAddedToStage_33; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onAddedToStage_33() { return &____onAddedToStage_33; }
inline void set__onAddedToStage_33(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onAddedToStage_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onAddedToStage_33), (void*)value);
}
inline static int32_t get_offset_of__onRemovedFromStage_34() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRemovedFromStage_34)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRemovedFromStage_34() const { return ____onRemovedFromStage_34; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRemovedFromStage_34() { return &____onRemovedFromStage_34; }
inline void set__onRemovedFromStage_34(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRemovedFromStage_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRemovedFromStage_34), (void*)value);
}
inline static int32_t get_offset_of__onKeyDown_35() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onKeyDown_35)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onKeyDown_35() const { return ____onKeyDown_35; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onKeyDown_35() { return &____onKeyDown_35; }
inline void set__onKeyDown_35(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onKeyDown_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onKeyDown_35), (void*)value);
}
inline static int32_t get_offset_of__onClickLink_36() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onClickLink_36)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClickLink_36() const { return ____onClickLink_36; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClickLink_36() { return &____onClickLink_36; }
inline void set__onClickLink_36(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClickLink_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClickLink_36), (void*)value);
}
inline static int32_t get_offset_of__captureDelegate_37() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____captureDelegate_37)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__captureDelegate_37() const { return ____captureDelegate_37; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__captureDelegate_37() { return &____captureDelegate_37; }
inline void set__captureDelegate_37(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____captureDelegate_37 = value;
Il2CppCodeGenWriteBarrier((void**)(&____captureDelegate_37), (void*)value);
}
inline static int32_t get_offset_of__paintingMode_38() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingMode_38)); }
inline int32_t get__paintingMode_38() const { return ____paintingMode_38; }
inline int32_t* get_address_of__paintingMode_38() { return &____paintingMode_38; }
inline void set__paintingMode_38(int32_t value)
{
____paintingMode_38 = value;
}
inline static int32_t get_offset_of__paintingMargin_39() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingMargin_39)); }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get__paintingMargin_39() const { return ____paintingMargin_39; }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of__paintingMargin_39() { return &____paintingMargin_39; }
inline void set__paintingMargin_39(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
{
____paintingMargin_39 = value;
}
inline static int32_t get_offset_of__paintingFlag_40() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingFlag_40)); }
inline int32_t get__paintingFlag_40() const { return ____paintingFlag_40; }
inline int32_t* get_address_of__paintingFlag_40() { return &____paintingFlag_40; }
inline void set__paintingFlag_40(int32_t value)
{
____paintingFlag_40 = value;
}
inline static int32_t get_offset_of__paintingMaterial_41() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingMaterial_41)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__paintingMaterial_41() const { return ____paintingMaterial_41; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__paintingMaterial_41() { return &____paintingMaterial_41; }
inline void set__paintingMaterial_41(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
____paintingMaterial_41 = value;
Il2CppCodeGenWriteBarrier((void**)(&____paintingMaterial_41), (void*)value);
}
inline static int32_t get_offset_of__cacheAsBitmap_42() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____cacheAsBitmap_42)); }
inline bool get__cacheAsBitmap_42() const { return ____cacheAsBitmap_42; }
inline bool* get_address_of__cacheAsBitmap_42() { return &____cacheAsBitmap_42; }
inline void set__cacheAsBitmap_42(bool value)
{
____cacheAsBitmap_42 = value;
}
inline static int32_t get_offset_of__contentRect_43() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____contentRect_43)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get__contentRect_43() const { return ____contentRect_43; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of__contentRect_43() { return &____contentRect_43; }
inline void set__contentRect_43(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
____contentRect_43 = value;
}
inline static int32_t get_offset_of__transformMatrix_44() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____transformMatrix_44)); }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 get__transformMatrix_44() const { return ____transformMatrix_44; }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * get_address_of__transformMatrix_44() { return &____transformMatrix_44; }
inline void set__transformMatrix_44(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 value)
{
____transformMatrix_44 = value;
}
inline static int32_t get_offset_of__ownsGameObject_45() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____ownsGameObject_45)); }
inline bool get__ownsGameObject_45() const { return ____ownsGameObject_45; }
inline bool* get_address_of__ownsGameObject_45() { return &____ownsGameObject_45; }
inline void set__ownsGameObject_45(bool value)
{
____ownsGameObject_45 = value;
}
inline static int32_t get_offset_of__disposed_46() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____disposed_46)); }
inline bool get__disposed_46() const { return ____disposed_46; }
inline bool* get_address_of__disposed_46() { return &____disposed_46; }
inline void set__disposed_46(bool value)
{
____disposed_46 = value;
}
inline static int32_t get_offset_of__touchDisabled_47() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____touchDisabled_47)); }
inline bool get__touchDisabled_47() const { return ____touchDisabled_47; }
inline bool* get_address_of__touchDisabled_47() { return &____touchDisabled_47; }
inline void set__touchDisabled_47(bool value)
{
____touchDisabled_47 = value;
}
inline static int32_t get_offset_of__internal_bounds_48() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____internal_bounds_48)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get__internal_bounds_48() const { return ____internal_bounds_48; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of__internal_bounds_48() { return &____internal_bounds_48; }
inline void set__internal_bounds_48(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
____internal_bounds_48 = value;
Il2CppCodeGenWriteBarrier((void**)(&____internal_bounds_48), (void*)value);
}
inline static int32_t get_offset_of__skipInFairyBatching_49() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____skipInFairyBatching_49)); }
inline bool get__skipInFairyBatching_49() const { return ____skipInFairyBatching_49; }
inline bool* get_address_of__skipInFairyBatching_49() { return &____skipInFairyBatching_49; }
inline void set__skipInFairyBatching_49(bool value)
{
____skipInFairyBatching_49 = value;
}
inline static int32_t get_offset_of__outlineChanged_50() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____outlineChanged_50)); }
inline bool get__outlineChanged_50() const { return ____outlineChanged_50; }
inline bool* get_address_of__outlineChanged_50() { return &____outlineChanged_50; }
inline void set__outlineChanged_50(bool value)
{
____outlineChanged_50 = value;
}
};
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_StaticFields
{
public:
// System.UInt32 FairyGUI.DisplayObject::_gInstanceCounter
uint32_t ____gInstanceCounter_51;
public:
inline static int32_t get_offset_of__gInstanceCounter_51() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_StaticFields, ____gInstanceCounter_51)); }
inline uint32_t get__gInstanceCounter_51() const { return ____gInstanceCounter_51; }
inline uint32_t* get_address_of__gInstanceCounter_51() { return &____gInstanceCounter_51; }
inline void set__gInstanceCounter_51(uint32_t value)
{
____gInstanceCounter_51 = value;
}
};
// FairyGUI.DisplayOptions
struct DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070 : public RuntimeObject
{
public:
public:
};
struct DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields
{
public:
// UnityEngine.HideFlags FairyGUI.DisplayOptions::hideFlags
int32_t ___hideFlags_0;
public:
inline static int32_t get_offset_of_hideFlags_0() { return static_cast<int32_t>(offsetof(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields, ___hideFlags_0)); }
inline int32_t get_hideFlags_0() const { return ___hideFlags_0; }
inline int32_t* get_address_of_hideFlags_0() { return &___hideFlags_0; }
inline void set_hideFlags_0(int32_t value)
{
___hideFlags_0 = value;
}
};
// FairyGUI.EllipseMesh
struct EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 : public RuntimeObject
{
public:
// System.Nullable`1<UnityEngine.Rect> FairyGUI.EllipseMesh::drawRect
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___drawRect_0;
// System.Single FairyGUI.EllipseMesh::lineWidth
float ___lineWidth_1;
// UnityEngine.Color32 FairyGUI.EllipseMesh::lineColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___lineColor_2;
// System.Nullable`1<UnityEngine.Color32> FairyGUI.EllipseMesh::centerColor
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ___centerColor_3;
// System.Nullable`1<UnityEngine.Color32> FairyGUI.EllipseMesh::fillColor
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ___fillColor_4;
// System.Single FairyGUI.EllipseMesh::startDegree
float ___startDegree_5;
// System.Single FairyGUI.EllipseMesh::endDegreee
float ___endDegreee_6;
public:
inline static int32_t get_offset_of_drawRect_0() { return static_cast<int32_t>(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___drawRect_0)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_drawRect_0() const { return ___drawRect_0; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_drawRect_0() { return &___drawRect_0; }
inline void set_drawRect_0(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
___drawRect_0 = value;
}
inline static int32_t get_offset_of_lineWidth_1() { return static_cast<int32_t>(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___lineWidth_1)); }
inline float get_lineWidth_1() const { return ___lineWidth_1; }
inline float* get_address_of_lineWidth_1() { return &___lineWidth_1; }
inline void set_lineWidth_1(float value)
{
___lineWidth_1 = value;
}
inline static int32_t get_offset_of_lineColor_2() { return static_cast<int32_t>(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___lineColor_2)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_lineColor_2() const { return ___lineColor_2; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_lineColor_2() { return &___lineColor_2; }
inline void set_lineColor_2(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___lineColor_2 = value;
}
inline static int32_t get_offset_of_centerColor_3() { return static_cast<int32_t>(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___centerColor_3)); }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF get_centerColor_3() const { return ___centerColor_3; }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * get_address_of_centerColor_3() { return &___centerColor_3; }
inline void set_centerColor_3(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF value)
{
___centerColor_3 = value;
}
inline static int32_t get_offset_of_fillColor_4() { return static_cast<int32_t>(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___fillColor_4)); }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF get_fillColor_4() const { return ___fillColor_4; }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * get_address_of_fillColor_4() { return &___fillColor_4; }
inline void set_fillColor_4(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF value)
{
___fillColor_4 = value;
}
inline static int32_t get_offset_of_startDegree_5() { return static_cast<int32_t>(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___startDegree_5)); }
inline float get_startDegree_5() const { return ___startDegree_5; }
inline float* get_address_of_startDegree_5() { return &___startDegree_5; }
inline void set_startDegree_5(float value)
{
___startDegree_5 = value;
}
inline static int32_t get_offset_of_endDegreee_6() { return static_cast<int32_t>(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___endDegreee_6)); }
inline float get_endDegreee_6() const { return ___endDegreee_6; }
inline float* get_address_of_endDegreee_6() { return &___endDegreee_6; }
inline void set_endDegreee_6(float value)
{
___endDegreee_6 = value;
}
};
struct EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_StaticFields
{
public:
// System.Int32[] FairyGUI.EllipseMesh::SECTOR_CENTER_TRIANGLES
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___SECTOR_CENTER_TRIANGLES_7;
public:
inline static int32_t get_offset_of_SECTOR_CENTER_TRIANGLES_7() { return static_cast<int32_t>(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_StaticFields, ___SECTOR_CENTER_TRIANGLES_7)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_SECTOR_CENTER_TRIANGLES_7() const { return ___SECTOR_CENTER_TRIANGLES_7; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_SECTOR_CENTER_TRIANGLES_7() { return &___SECTOR_CENTER_TRIANGLES_7; }
inline void set_SECTOR_CENTER_TRIANGLES_7(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___SECTOR_CENTER_TRIANGLES_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___SECTOR_CENTER_TRIANGLES_7), (void*)value);
}
};
// FairyGUI.FillMesh
struct FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 : public RuntimeObject
{
public:
// FairyGUI.FillMethod FairyGUI.FillMesh::method
int32_t ___method_0;
// System.Int32 FairyGUI.FillMesh::origin
int32_t ___origin_1;
// System.Single FairyGUI.FillMesh::amount
float ___amount_2;
// System.Boolean FairyGUI.FillMesh::clockwise
bool ___clockwise_3;
public:
inline static int32_t get_offset_of_method_0() { return static_cast<int32_t>(offsetof(FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371, ___method_0)); }
inline int32_t get_method_0() const { return ___method_0; }
inline int32_t* get_address_of_method_0() { return &___method_0; }
inline void set_method_0(int32_t value)
{
___method_0 = value;
}
inline static int32_t get_offset_of_origin_1() { return static_cast<int32_t>(offsetof(FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371, ___origin_1)); }
inline int32_t get_origin_1() const { return ___origin_1; }
inline int32_t* get_address_of_origin_1() { return &___origin_1; }
inline void set_origin_1(int32_t value)
{
___origin_1 = value;
}
inline static int32_t get_offset_of_amount_2() { return static_cast<int32_t>(offsetof(FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371, ___amount_2)); }
inline float get_amount_2() const { return ___amount_2; }
inline float* get_address_of_amount_2() { return &___amount_2; }
inline void set_amount_2(float value)
{
___amount_2 = value;
}
inline static int32_t get_offset_of_clockwise_3() { return static_cast<int32_t>(offsetof(FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371, ___clockwise_3)); }
inline bool get_clockwise_3() const { return ___clockwise_3; }
inline bool* get_address_of_clockwise_3() { return &___clockwise_3; }
inline void set_clockwise_3(bool value)
{
___clockwise_3 = 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;
}
};
// FairyGUI.InputEvent
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 : public RuntimeObject
{
public:
// System.Single FairyGUI.InputEvent::<x>k__BackingField
float ___U3CxU3Ek__BackingField_0;
// System.Single FairyGUI.InputEvent::<y>k__BackingField
float ___U3CyU3Ek__BackingField_1;
// UnityEngine.KeyCode FairyGUI.InputEvent::<keyCode>k__BackingField
int32_t ___U3CkeyCodeU3Ek__BackingField_2;
// System.Char FairyGUI.InputEvent::<character>k__BackingField
Il2CppChar ___U3CcharacterU3Ek__BackingField_3;
// UnityEngine.EventModifiers FairyGUI.InputEvent::<modifiers>k__BackingField
int32_t ___U3CmodifiersU3Ek__BackingField_4;
// System.Int32 FairyGUI.InputEvent::<mouseWheelDelta>k__BackingField
int32_t ___U3CmouseWheelDeltaU3Ek__BackingField_5;
// System.Int32 FairyGUI.InputEvent::<touchId>k__BackingField
int32_t ___U3CtouchIdU3Ek__BackingField_6;
// System.Int32 FairyGUI.InputEvent::<button>k__BackingField
int32_t ___U3CbuttonU3Ek__BackingField_7;
// System.Int32 FairyGUI.InputEvent::clickCount
int32_t ___clickCount_8;
public:
inline static int32_t get_offset_of_U3CxU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CxU3Ek__BackingField_0)); }
inline float get_U3CxU3Ek__BackingField_0() const { return ___U3CxU3Ek__BackingField_0; }
inline float* get_address_of_U3CxU3Ek__BackingField_0() { return &___U3CxU3Ek__BackingField_0; }
inline void set_U3CxU3Ek__BackingField_0(float value)
{
___U3CxU3Ek__BackingField_0 = value;
}
inline static int32_t get_offset_of_U3CyU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CyU3Ek__BackingField_1)); }
inline float get_U3CyU3Ek__BackingField_1() const { return ___U3CyU3Ek__BackingField_1; }
inline float* get_address_of_U3CyU3Ek__BackingField_1() { return &___U3CyU3Ek__BackingField_1; }
inline void set_U3CyU3Ek__BackingField_1(float value)
{
___U3CyU3Ek__BackingField_1 = value;
}
inline static int32_t get_offset_of_U3CkeyCodeU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CkeyCodeU3Ek__BackingField_2)); }
inline int32_t get_U3CkeyCodeU3Ek__BackingField_2() const { return ___U3CkeyCodeU3Ek__BackingField_2; }
inline int32_t* get_address_of_U3CkeyCodeU3Ek__BackingField_2() { return &___U3CkeyCodeU3Ek__BackingField_2; }
inline void set_U3CkeyCodeU3Ek__BackingField_2(int32_t value)
{
___U3CkeyCodeU3Ek__BackingField_2 = value;
}
inline static int32_t get_offset_of_U3CcharacterU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CcharacterU3Ek__BackingField_3)); }
inline Il2CppChar get_U3CcharacterU3Ek__BackingField_3() const { return ___U3CcharacterU3Ek__BackingField_3; }
inline Il2CppChar* get_address_of_U3CcharacterU3Ek__BackingField_3() { return &___U3CcharacterU3Ek__BackingField_3; }
inline void set_U3CcharacterU3Ek__BackingField_3(Il2CppChar value)
{
___U3CcharacterU3Ek__BackingField_3 = value;
}
inline static int32_t get_offset_of_U3CmodifiersU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CmodifiersU3Ek__BackingField_4)); }
inline int32_t get_U3CmodifiersU3Ek__BackingField_4() const { return ___U3CmodifiersU3Ek__BackingField_4; }
inline int32_t* get_address_of_U3CmodifiersU3Ek__BackingField_4() { return &___U3CmodifiersU3Ek__BackingField_4; }
inline void set_U3CmodifiersU3Ek__BackingField_4(int32_t value)
{
___U3CmodifiersU3Ek__BackingField_4 = value;
}
inline static int32_t get_offset_of_U3CmouseWheelDeltaU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CmouseWheelDeltaU3Ek__BackingField_5)); }
inline int32_t get_U3CmouseWheelDeltaU3Ek__BackingField_5() const { return ___U3CmouseWheelDeltaU3Ek__BackingField_5; }
inline int32_t* get_address_of_U3CmouseWheelDeltaU3Ek__BackingField_5() { return &___U3CmouseWheelDeltaU3Ek__BackingField_5; }
inline void set_U3CmouseWheelDeltaU3Ek__BackingField_5(int32_t value)
{
___U3CmouseWheelDeltaU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CtouchIdU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CtouchIdU3Ek__BackingField_6)); }
inline int32_t get_U3CtouchIdU3Ek__BackingField_6() const { return ___U3CtouchIdU3Ek__BackingField_6; }
inline int32_t* get_address_of_U3CtouchIdU3Ek__BackingField_6() { return &___U3CtouchIdU3Ek__BackingField_6; }
inline void set_U3CtouchIdU3Ek__BackingField_6(int32_t value)
{
___U3CtouchIdU3Ek__BackingField_6 = value;
}
inline static int32_t get_offset_of_U3CbuttonU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CbuttonU3Ek__BackingField_7)); }
inline int32_t get_U3CbuttonU3Ek__BackingField_7() const { return ___U3CbuttonU3Ek__BackingField_7; }
inline int32_t* get_address_of_U3CbuttonU3Ek__BackingField_7() { return &___U3CbuttonU3Ek__BackingField_7; }
inline void set_U3CbuttonU3Ek__BackingField_7(int32_t value)
{
___U3CbuttonU3Ek__BackingField_7 = value;
}
inline static int32_t get_offset_of_clickCount_8() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___clickCount_8)); }
inline int32_t get_clickCount_8() const { return ___clickCount_8; }
inline int32_t* get_address_of_clickCount_8() { return &___clickCount_8; }
inline void set_clickCount_8(int32_t value)
{
___clickCount_8 = value;
}
};
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_StaticFields
{
public:
// System.Boolean FairyGUI.InputEvent::shiftDown
bool ___shiftDown_9;
public:
inline static int32_t get_offset_of_shiftDown_9() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_StaticFields, ___shiftDown_9)); }
inline bool get_shiftDown_9() const { return ___shiftDown_9; }
inline bool* get_address_of_shiftDown_9() { return &___shiftDown_9; }
inline void set_shiftDown_9(bool value)
{
___shiftDown_9 = value;
}
};
// FairyGUI.NAudioClip
struct NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 : public RuntimeObject
{
public:
// FairyGUI.DestroyMethod FairyGUI.NAudioClip::destroyMethod
int32_t ___destroyMethod_0;
// UnityEngine.AudioClip FairyGUI.NAudioClip::nativeClip
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___nativeClip_1;
public:
inline static int32_t get_offset_of_destroyMethod_0() { return static_cast<int32_t>(offsetof(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96, ___destroyMethod_0)); }
inline int32_t get_destroyMethod_0() const { return ___destroyMethod_0; }
inline int32_t* get_address_of_destroyMethod_0() { return &___destroyMethod_0; }
inline void set_destroyMethod_0(int32_t value)
{
___destroyMethod_0 = value;
}
inline static int32_t get_offset_of_nativeClip_1() { return static_cast<int32_t>(offsetof(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96, ___nativeClip_1)); }
inline AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * get_nativeClip_1() const { return ___nativeClip_1; }
inline AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 ** get_address_of_nativeClip_1() { return &___nativeClip_1; }
inline void set_nativeClip_1(AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * value)
{
___nativeClip_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nativeClip_1), (void*)value);
}
};
// FairyGUI.NGraphics
struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD : public RuntimeObject
{
public:
// UnityEngine.GameObject FairyGUI.NGraphics::<gameObject>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CgameObjectU3Ek__BackingField_0;
// UnityEngine.MeshFilter FairyGUI.NGraphics::<meshFilter>k__BackingField
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * ___U3CmeshFilterU3Ek__BackingField_1;
// UnityEngine.MeshRenderer FairyGUI.NGraphics::<meshRenderer>k__BackingField
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * ___U3CmeshRendererU3Ek__BackingField_2;
// UnityEngine.Mesh FairyGUI.NGraphics::<mesh>k__BackingField
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___U3CmeshU3Ek__BackingField_3;
// FairyGUI.BlendMode FairyGUI.NGraphics::blendMode
int32_t ___blendMode_4;
// System.Boolean FairyGUI.NGraphics::dontClip
bool ___dontClip_5;
// FairyGUI.NGraphics_MeshModifier FairyGUI.NGraphics::meshModifier
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * ___meshModifier_6;
// FairyGUI.NTexture FairyGUI.NGraphics::_texture
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ____texture_7;
// System.String FairyGUI.NGraphics::_shader
String_t* ____shader_8;
// UnityEngine.Material FairyGUI.NGraphics::_material
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____material_9;
// System.Boolean FairyGUI.NGraphics::_customMatarial
bool ____customMatarial_10;
// FairyGUI.MaterialManager FairyGUI.NGraphics::_manager
MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * ____manager_11;
// System.String[] FairyGUI.NGraphics::_materialKeywords
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____materialKeywords_12;
// FairyGUI.IMeshFactory FairyGUI.NGraphics::_meshFactory
RuntimeObject* ____meshFactory_13;
// System.Single FairyGUI.NGraphics::_alpha
float ____alpha_14;
// UnityEngine.Color FairyGUI.NGraphics::_color
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ____color_15;
// System.Boolean FairyGUI.NGraphics::_meshDirty
bool ____meshDirty_16;
// UnityEngine.Rect FairyGUI.NGraphics::_contentRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ____contentRect_17;
// FairyGUI.FlipType FairyGUI.NGraphics::_flip
int32_t ____flip_18;
// System.Nullable`1<UnityEngine.Matrix4x4> FairyGUI.NGraphics::_vertexMatrix
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 ____vertexMatrix_19;
// System.Nullable`1<UnityEngine.Vector3> FairyGUI.NGraphics::_cameraPosition
Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 ____cameraPosition_20;
// System.Boolean FairyGUI.NGraphics::hasAlphaBackup
bool ___hasAlphaBackup_21;
// System.Collections.Generic.List`1<System.Byte> FairyGUI.NGraphics::_alphaBackup
List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * ____alphaBackup_22;
// System.Int32 FairyGUI.NGraphics::_maskFlag
int32_t ____maskFlag_23;
// FairyGUI.StencilEraser FairyGUI.NGraphics::_stencilEraser
StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * ____stencilEraser_24;
public:
inline static int32_t get_offset_of_U3CgameObjectU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CgameObjectU3Ek__BackingField_0)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CgameObjectU3Ek__BackingField_0() const { return ___U3CgameObjectU3Ek__BackingField_0; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CgameObjectU3Ek__BackingField_0() { return &___U3CgameObjectU3Ek__BackingField_0; }
inline void set_U3CgameObjectU3Ek__BackingField_0(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3CgameObjectU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CgameObjectU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CmeshFilterU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshFilterU3Ek__BackingField_1)); }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * get_U3CmeshFilterU3Ek__BackingField_1() const { return ___U3CmeshFilterU3Ek__BackingField_1; }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 ** get_address_of_U3CmeshFilterU3Ek__BackingField_1() { return &___U3CmeshFilterU3Ek__BackingField_1; }
inline void set_U3CmeshFilterU3Ek__BackingField_1(MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * value)
{
___U3CmeshFilterU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshFilterU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of_U3CmeshRendererU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshRendererU3Ek__BackingField_2)); }
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * get_U3CmeshRendererU3Ek__BackingField_2() const { return ___U3CmeshRendererU3Ek__BackingField_2; }
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED ** get_address_of_U3CmeshRendererU3Ek__BackingField_2() { return &___U3CmeshRendererU3Ek__BackingField_2; }
inline void set_U3CmeshRendererU3Ek__BackingField_2(MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * value)
{
___U3CmeshRendererU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshRendererU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_U3CmeshU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___U3CmeshU3Ek__BackingField_3)); }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_U3CmeshU3Ek__BackingField_3() const { return ___U3CmeshU3Ek__BackingField_3; }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_U3CmeshU3Ek__BackingField_3() { return &___U3CmeshU3Ek__BackingField_3; }
inline void set_U3CmeshU3Ek__BackingField_3(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value)
{
___U3CmeshU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CmeshU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_blendMode_4() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___blendMode_4)); }
inline int32_t get_blendMode_4() const { return ___blendMode_4; }
inline int32_t* get_address_of_blendMode_4() { return &___blendMode_4; }
inline void set_blendMode_4(int32_t value)
{
___blendMode_4 = value;
}
inline static int32_t get_offset_of_dontClip_5() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___dontClip_5)); }
inline bool get_dontClip_5() const { return ___dontClip_5; }
inline bool* get_address_of_dontClip_5() { return &___dontClip_5; }
inline void set_dontClip_5(bool value)
{
___dontClip_5 = value;
}
inline static int32_t get_offset_of_meshModifier_6() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___meshModifier_6)); }
inline MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * get_meshModifier_6() const { return ___meshModifier_6; }
inline MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 ** get_address_of_meshModifier_6() { return &___meshModifier_6; }
inline void set_meshModifier_6(MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * value)
{
___meshModifier_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___meshModifier_6), (void*)value);
}
inline static int32_t get_offset_of__texture_7() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____texture_7)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get__texture_7() const { return ____texture_7; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of__texture_7() { return &____texture_7; }
inline void set__texture_7(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
____texture_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____texture_7), (void*)value);
}
inline static int32_t get_offset_of__shader_8() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____shader_8)); }
inline String_t* get__shader_8() const { return ____shader_8; }
inline String_t** get_address_of__shader_8() { return &____shader_8; }
inline void set__shader_8(String_t* value)
{
____shader_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____shader_8), (void*)value);
}
inline static int32_t get_offset_of__material_9() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____material_9)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__material_9() const { return ____material_9; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__material_9() { return &____material_9; }
inline void set__material_9(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
____material_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____material_9), (void*)value);
}
inline static int32_t get_offset_of__customMatarial_10() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____customMatarial_10)); }
inline bool get__customMatarial_10() const { return ____customMatarial_10; }
inline bool* get_address_of__customMatarial_10() { return &____customMatarial_10; }
inline void set__customMatarial_10(bool value)
{
____customMatarial_10 = value;
}
inline static int32_t get_offset_of__manager_11() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____manager_11)); }
inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * get__manager_11() const { return ____manager_11; }
inline MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 ** get_address_of__manager_11() { return &____manager_11; }
inline void set__manager_11(MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098 * value)
{
____manager_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____manager_11), (void*)value);
}
inline static int32_t get_offset_of__materialKeywords_12() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____materialKeywords_12)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__materialKeywords_12() const { return ____materialKeywords_12; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__materialKeywords_12() { return &____materialKeywords_12; }
inline void set__materialKeywords_12(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____materialKeywords_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____materialKeywords_12), (void*)value);
}
inline static int32_t get_offset_of__meshFactory_13() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____meshFactory_13)); }
inline RuntimeObject* get__meshFactory_13() const { return ____meshFactory_13; }
inline RuntimeObject** get_address_of__meshFactory_13() { return &____meshFactory_13; }
inline void set__meshFactory_13(RuntimeObject* value)
{
____meshFactory_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____meshFactory_13), (void*)value);
}
inline static int32_t get_offset_of__alpha_14() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____alpha_14)); }
inline float get__alpha_14() const { return ____alpha_14; }
inline float* get_address_of__alpha_14() { return &____alpha_14; }
inline void set__alpha_14(float value)
{
____alpha_14 = value;
}
inline static int32_t get_offset_of__color_15() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____color_15)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get__color_15() const { return ____color_15; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of__color_15() { return &____color_15; }
inline void set__color_15(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
____color_15 = value;
}
inline static int32_t get_offset_of__meshDirty_16() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____meshDirty_16)); }
inline bool get__meshDirty_16() const { return ____meshDirty_16; }
inline bool* get_address_of__meshDirty_16() { return &____meshDirty_16; }
inline void set__meshDirty_16(bool value)
{
____meshDirty_16 = value;
}
inline static int32_t get_offset_of__contentRect_17() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____contentRect_17)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get__contentRect_17() const { return ____contentRect_17; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of__contentRect_17() { return &____contentRect_17; }
inline void set__contentRect_17(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
____contentRect_17 = value;
}
inline static int32_t get_offset_of__flip_18() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____flip_18)); }
inline int32_t get__flip_18() const { return ____flip_18; }
inline int32_t* get_address_of__flip_18() { return &____flip_18; }
inline void set__flip_18(int32_t value)
{
____flip_18 = value;
}
inline static int32_t get_offset_of__vertexMatrix_19() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____vertexMatrix_19)); }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 get__vertexMatrix_19() const { return ____vertexMatrix_19; }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * get_address_of__vertexMatrix_19() { return &____vertexMatrix_19; }
inline void set__vertexMatrix_19(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 value)
{
____vertexMatrix_19 = value;
}
inline static int32_t get_offset_of__cameraPosition_20() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____cameraPosition_20)); }
inline Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 get__cameraPosition_20() const { return ____cameraPosition_20; }
inline Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 * get_address_of__cameraPosition_20() { return &____cameraPosition_20; }
inline void set__cameraPosition_20(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 value)
{
____cameraPosition_20 = value;
}
inline static int32_t get_offset_of_hasAlphaBackup_21() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ___hasAlphaBackup_21)); }
inline bool get_hasAlphaBackup_21() const { return ___hasAlphaBackup_21; }
inline bool* get_address_of_hasAlphaBackup_21() { return &___hasAlphaBackup_21; }
inline void set_hasAlphaBackup_21(bool value)
{
___hasAlphaBackup_21 = value;
}
inline static int32_t get_offset_of__alphaBackup_22() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____alphaBackup_22)); }
inline List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * get__alphaBackup_22() const { return ____alphaBackup_22; }
inline List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C ** get_address_of__alphaBackup_22() { return &____alphaBackup_22; }
inline void set__alphaBackup_22(List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C * value)
{
____alphaBackup_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____alphaBackup_22), (void*)value);
}
inline static int32_t get_offset_of__maskFlag_23() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____maskFlag_23)); }
inline int32_t get__maskFlag_23() const { return ____maskFlag_23; }
inline int32_t* get_address_of__maskFlag_23() { return &____maskFlag_23; }
inline void set__maskFlag_23(int32_t value)
{
____maskFlag_23 = value;
}
inline static int32_t get_offset_of__stencilEraser_24() { return static_cast<int32_t>(offsetof(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD, ____stencilEraser_24)); }
inline StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * get__stencilEraser_24() const { return ____stencilEraser_24; }
inline StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B ** get_address_of__stencilEraser_24() { return &____stencilEraser_24; }
inline void set__stencilEraser_24(StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * value)
{
____stencilEraser_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stencilEraser_24), (void*)value);
}
};
// FairyGUI.NTexture
struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A : public RuntimeObject
{
public:
// UnityEngine.Rect FairyGUI.NTexture::uvRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uvRect_0;
// System.Boolean FairyGUI.NTexture::rotated
bool ___rotated_1;
// System.Int32 FairyGUI.NTexture::refCount
int32_t ___refCount_2;
// System.Single FairyGUI.NTexture::lastActive
float ___lastActive_3;
// FairyGUI.DestroyMethod FairyGUI.NTexture::destroyMethod
int32_t ___destroyMethod_4;
// UnityEngine.Texture FairyGUI.NTexture::_nativeTexture
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ____nativeTexture_5;
// UnityEngine.Texture FairyGUI.NTexture::_alphaTexture
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ____alphaTexture_6;
// UnityEngine.Rect FairyGUI.NTexture::_region
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ____region_7;
// UnityEngine.Vector2 FairyGUI.NTexture::_offset
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____offset_8;
// UnityEngine.Vector2 FairyGUI.NTexture::_originalSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____originalSize_9;
// FairyGUI.NTexture FairyGUI.NTexture::_root
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ____root_10;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager> FairyGUI.NTexture::_materialManagers
Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * ____materialManagers_11;
public:
inline static int32_t get_offset_of_uvRect_0() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ___uvRect_0)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_uvRect_0() const { return ___uvRect_0; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_uvRect_0() { return &___uvRect_0; }
inline void set_uvRect_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___uvRect_0 = value;
}
inline static int32_t get_offset_of_rotated_1() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ___rotated_1)); }
inline bool get_rotated_1() const { return ___rotated_1; }
inline bool* get_address_of_rotated_1() { return &___rotated_1; }
inline void set_rotated_1(bool value)
{
___rotated_1 = value;
}
inline static int32_t get_offset_of_refCount_2() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ___refCount_2)); }
inline int32_t get_refCount_2() const { return ___refCount_2; }
inline int32_t* get_address_of_refCount_2() { return &___refCount_2; }
inline void set_refCount_2(int32_t value)
{
___refCount_2 = value;
}
inline static int32_t get_offset_of_lastActive_3() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ___lastActive_3)); }
inline float get_lastActive_3() const { return ___lastActive_3; }
inline float* get_address_of_lastActive_3() { return &___lastActive_3; }
inline void set_lastActive_3(float value)
{
___lastActive_3 = value;
}
inline static int32_t get_offset_of_destroyMethod_4() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ___destroyMethod_4)); }
inline int32_t get_destroyMethod_4() const { return ___destroyMethod_4; }
inline int32_t* get_address_of_destroyMethod_4() { return &___destroyMethod_4; }
inline void set_destroyMethod_4(int32_t value)
{
___destroyMethod_4 = value;
}
inline static int32_t get_offset_of__nativeTexture_5() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____nativeTexture_5)); }
inline Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * get__nativeTexture_5() const { return ____nativeTexture_5; }
inline Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 ** get_address_of__nativeTexture_5() { return &____nativeTexture_5; }
inline void set__nativeTexture_5(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * value)
{
____nativeTexture_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____nativeTexture_5), (void*)value);
}
inline static int32_t get_offset_of__alphaTexture_6() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____alphaTexture_6)); }
inline Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * get__alphaTexture_6() const { return ____alphaTexture_6; }
inline Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 ** get_address_of__alphaTexture_6() { return &____alphaTexture_6; }
inline void set__alphaTexture_6(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * value)
{
____alphaTexture_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____alphaTexture_6), (void*)value);
}
inline static int32_t get_offset_of__region_7() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____region_7)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get__region_7() const { return ____region_7; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of__region_7() { return &____region_7; }
inline void set__region_7(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
____region_7 = value;
}
inline static int32_t get_offset_of__offset_8() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____offset_8)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__offset_8() const { return ____offset_8; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__offset_8() { return &____offset_8; }
inline void set__offset_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____offset_8 = value;
}
inline static int32_t get_offset_of__originalSize_9() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____originalSize_9)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__originalSize_9() const { return ____originalSize_9; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__originalSize_9() { return &____originalSize_9; }
inline void set__originalSize_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____originalSize_9 = value;
}
inline static int32_t get_offset_of__root_10() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____root_10)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get__root_10() const { return ____root_10; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of__root_10() { return &____root_10; }
inline void set__root_10(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
____root_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____root_10), (void*)value);
}
inline static int32_t get_offset_of__materialManagers_11() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A, ____materialManagers_11)); }
inline Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * get__materialManagers_11() const { return ____materialManagers_11; }
inline Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE ** get_address_of__materialManagers_11() { return &____materialManagers_11; }
inline void set__materialManagers_11(Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE * value)
{
____materialManagers_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____materialManagers_11), (void*)value);
}
};
struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields
{
public:
// FairyGUI.NTexture FairyGUI.NTexture::_empty
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ____empty_12;
// System.UInt32 FairyGUI.NTexture::_gCounter
uint32_t ____gCounter_13;
public:
inline static int32_t get_offset_of__empty_12() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields, ____empty_12)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get__empty_12() const { return ____empty_12; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of__empty_12() { return &____empty_12; }
inline void set__empty_12(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
____empty_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____empty_12), (void*)value);
}
inline static int32_t get_offset_of__gCounter_13() { return static_cast<int32_t>(offsetof(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_StaticFields, ____gCounter_13)); }
inline uint32_t get__gCounter_13() const { return ____gCounter_13; }
inline uint32_t* get_address_of__gCounter_13() { return &____gCounter_13; }
inline void set__gCounter_13(uint32_t value)
{
____gCounter_13 = value;
}
};
// FairyGUI.PackageItem
struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 : public RuntimeObject
{
public:
// FairyGUI.UIPackage FairyGUI.PackageItem::owner
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * ___owner_0;
// FairyGUI.PackageItemType FairyGUI.PackageItem::type
int32_t ___type_1;
// FairyGUI.ObjectType FairyGUI.PackageItem::objectType
int32_t ___objectType_2;
// System.String FairyGUI.PackageItem::id
String_t* ___id_3;
// System.String FairyGUI.PackageItem::name
String_t* ___name_4;
// System.Int32 FairyGUI.PackageItem::width
int32_t ___width_5;
// System.Int32 FairyGUI.PackageItem::height
int32_t ___height_6;
// System.String FairyGUI.PackageItem::file
String_t* ___file_7;
// System.Boolean FairyGUI.PackageItem::exported
bool ___exported_8;
// FairyGUI.NTexture FairyGUI.PackageItem::texture
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture_9;
// FairyGUI.Utils.ByteBuffer FairyGUI.PackageItem::rawData
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___rawData_10;
// System.Nullable`1<UnityEngine.Rect> FairyGUI.PackageItem::scale9Grid
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___scale9Grid_11;
// System.Boolean FairyGUI.PackageItem::scaleByTile
bool ___scaleByTile_12;
// System.Int32 FairyGUI.PackageItem::tileGridIndice
int32_t ___tileGridIndice_13;
// FairyGUI.PixelHitTestData FairyGUI.PackageItem::pixelHitTestData
PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * ___pixelHitTestData_14;
// System.Single FairyGUI.PackageItem::interval
float ___interval_15;
// System.Single FairyGUI.PackageItem::repeatDelay
float ___repeatDelay_16;
// System.Boolean FairyGUI.PackageItem::swing
bool ___swing_17;
// FairyGUI.MovieClip_Frame[] FairyGUI.PackageItem::frames
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* ___frames_18;
// System.Boolean FairyGUI.PackageItem::translated
bool ___translated_19;
// FairyGUI.UIObjectFactory_GComponentCreator FairyGUI.PackageItem::extensionCreator
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * ___extensionCreator_20;
// FairyGUI.BitmapFont FairyGUI.PackageItem::bitmapFont
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * ___bitmapFont_21;
// FairyGUI.NAudioClip FairyGUI.PackageItem::audioClip
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * ___audioClip_22;
public:
inline static int32_t get_offset_of_owner_0() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___owner_0)); }
inline UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * get_owner_0() const { return ___owner_0; }
inline UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 ** get_address_of_owner_0() { return &___owner_0; }
inline void set_owner_0(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * value)
{
___owner_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value);
}
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___type_1)); }
inline int32_t get_type_1() const { return ___type_1; }
inline int32_t* get_address_of_type_1() { return &___type_1; }
inline void set_type_1(int32_t value)
{
___type_1 = value;
}
inline static int32_t get_offset_of_objectType_2() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___objectType_2)); }
inline int32_t get_objectType_2() const { return ___objectType_2; }
inline int32_t* get_address_of_objectType_2() { return &___objectType_2; }
inline void set_objectType_2(int32_t value)
{
___objectType_2 = value;
}
inline static int32_t get_offset_of_id_3() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___id_3)); }
inline String_t* get_id_3() const { return ___id_3; }
inline String_t** get_address_of_id_3() { return &___id_3; }
inline void set_id_3(String_t* value)
{
___id_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___id_3), (void*)value);
}
inline static int32_t get_offset_of_name_4() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___name_4)); }
inline String_t* get_name_4() const { return ___name_4; }
inline String_t** get_address_of_name_4() { return &___name_4; }
inline void set_name_4(String_t* value)
{
___name_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_4), (void*)value);
}
inline static int32_t get_offset_of_width_5() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___width_5)); }
inline int32_t get_width_5() const { return ___width_5; }
inline int32_t* get_address_of_width_5() { return &___width_5; }
inline void set_width_5(int32_t value)
{
___width_5 = value;
}
inline static int32_t get_offset_of_height_6() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___height_6)); }
inline int32_t get_height_6() const { return ___height_6; }
inline int32_t* get_address_of_height_6() { return &___height_6; }
inline void set_height_6(int32_t value)
{
___height_6 = value;
}
inline static int32_t get_offset_of_file_7() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___file_7)); }
inline String_t* get_file_7() const { return ___file_7; }
inline String_t** get_address_of_file_7() { return &___file_7; }
inline void set_file_7(String_t* value)
{
___file_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___file_7), (void*)value);
}
inline static int32_t get_offset_of_exported_8() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___exported_8)); }
inline bool get_exported_8() const { return ___exported_8; }
inline bool* get_address_of_exported_8() { return &___exported_8; }
inline void set_exported_8(bool value)
{
___exported_8 = value;
}
inline static int32_t get_offset_of_texture_9() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___texture_9)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get_texture_9() const { return ___texture_9; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of_texture_9() { return &___texture_9; }
inline void set_texture_9(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
___texture_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___texture_9), (void*)value);
}
inline static int32_t get_offset_of_rawData_10() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___rawData_10)); }
inline ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * get_rawData_10() const { return ___rawData_10; }
inline ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 ** get_address_of_rawData_10() { return &___rawData_10; }
inline void set_rawData_10(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * value)
{
___rawData_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rawData_10), (void*)value);
}
inline static int32_t get_offset_of_scale9Grid_11() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___scale9Grid_11)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_scale9Grid_11() const { return ___scale9Grid_11; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_scale9Grid_11() { return &___scale9Grid_11; }
inline void set_scale9Grid_11(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
___scale9Grid_11 = value;
}
inline static int32_t get_offset_of_scaleByTile_12() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___scaleByTile_12)); }
inline bool get_scaleByTile_12() const { return ___scaleByTile_12; }
inline bool* get_address_of_scaleByTile_12() { return &___scaleByTile_12; }
inline void set_scaleByTile_12(bool value)
{
___scaleByTile_12 = value;
}
inline static int32_t get_offset_of_tileGridIndice_13() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___tileGridIndice_13)); }
inline int32_t get_tileGridIndice_13() const { return ___tileGridIndice_13; }
inline int32_t* get_address_of_tileGridIndice_13() { return &___tileGridIndice_13; }
inline void set_tileGridIndice_13(int32_t value)
{
___tileGridIndice_13 = value;
}
inline static int32_t get_offset_of_pixelHitTestData_14() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___pixelHitTestData_14)); }
inline PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * get_pixelHitTestData_14() const { return ___pixelHitTestData_14; }
inline PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 ** get_address_of_pixelHitTestData_14() { return &___pixelHitTestData_14; }
inline void set_pixelHitTestData_14(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * value)
{
___pixelHitTestData_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pixelHitTestData_14), (void*)value);
}
inline static int32_t get_offset_of_interval_15() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___interval_15)); }
inline float get_interval_15() const { return ___interval_15; }
inline float* get_address_of_interval_15() { return &___interval_15; }
inline void set_interval_15(float value)
{
___interval_15 = value;
}
inline static int32_t get_offset_of_repeatDelay_16() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___repeatDelay_16)); }
inline float get_repeatDelay_16() const { return ___repeatDelay_16; }
inline float* get_address_of_repeatDelay_16() { return &___repeatDelay_16; }
inline void set_repeatDelay_16(float value)
{
___repeatDelay_16 = value;
}
inline static int32_t get_offset_of_swing_17() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___swing_17)); }
inline bool get_swing_17() const { return ___swing_17; }
inline bool* get_address_of_swing_17() { return &___swing_17; }
inline void set_swing_17(bool value)
{
___swing_17 = value;
}
inline static int32_t get_offset_of_frames_18() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___frames_18)); }
inline FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* get_frames_18() const { return ___frames_18; }
inline FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6** get_address_of_frames_18() { return &___frames_18; }
inline void set_frames_18(FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* value)
{
___frames_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___frames_18), (void*)value);
}
inline static int32_t get_offset_of_translated_19() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___translated_19)); }
inline bool get_translated_19() const { return ___translated_19; }
inline bool* get_address_of_translated_19() { return &___translated_19; }
inline void set_translated_19(bool value)
{
___translated_19 = value;
}
inline static int32_t get_offset_of_extensionCreator_20() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___extensionCreator_20)); }
inline GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * get_extensionCreator_20() const { return ___extensionCreator_20; }
inline GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 ** get_address_of_extensionCreator_20() { return &___extensionCreator_20; }
inline void set_extensionCreator_20(GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * value)
{
___extensionCreator_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___extensionCreator_20), (void*)value);
}
inline static int32_t get_offset_of_bitmapFont_21() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___bitmapFont_21)); }
inline BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * get_bitmapFont_21() const { return ___bitmapFont_21; }
inline BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 ** get_address_of_bitmapFont_21() { return &___bitmapFont_21; }
inline void set_bitmapFont_21(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * value)
{
___bitmapFont_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bitmapFont_21), (void*)value);
}
inline static int32_t get_offset_of_audioClip_22() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___audioClip_22)); }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * get_audioClip_22() const { return ___audioClip_22; }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 ** get_address_of_audioClip_22() { return &___audioClip_22; }
inline void set_audioClip_22(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * value)
{
___audioClip_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___audioClip_22), (void*)value);
}
};
// FairyGUI.TextFormat
struct TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 : public RuntimeObject
{
public:
// System.Int32 FairyGUI.TextFormat::size
int32_t ___size_0;
// System.String FairyGUI.TextFormat::font
String_t* ___font_1;
// UnityEngine.Color FairyGUI.TextFormat::color
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color_2;
// System.Int32 FairyGUI.TextFormat::lineSpacing
int32_t ___lineSpacing_3;
// System.Int32 FairyGUI.TextFormat::letterSpacing
int32_t ___letterSpacing_4;
// System.Boolean FairyGUI.TextFormat::bold
bool ___bold_5;
// System.Boolean FairyGUI.TextFormat::underline
bool ___underline_6;
// System.Boolean FairyGUI.TextFormat::italic
bool ___italic_7;
// UnityEngine.Color32[] FairyGUI.TextFormat::gradientColor
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___gradientColor_8;
// FairyGUI.AlignType FairyGUI.TextFormat::align
int32_t ___align_9;
// FairyGUI.TextFormat_SpecialStyle FairyGUI.TextFormat::specialStyle
int32_t ___specialStyle_10;
public:
inline static int32_t get_offset_of_size_0() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___size_0)); }
inline int32_t get_size_0() const { return ___size_0; }
inline int32_t* get_address_of_size_0() { return &___size_0; }
inline void set_size_0(int32_t value)
{
___size_0 = value;
}
inline static int32_t get_offset_of_font_1() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___font_1)); }
inline String_t* get_font_1() const { return ___font_1; }
inline String_t** get_address_of_font_1() { return &___font_1; }
inline void set_font_1(String_t* value)
{
___font_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___font_1), (void*)value);
}
inline static int32_t get_offset_of_color_2() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___color_2)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_color_2() const { return ___color_2; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_color_2() { return &___color_2; }
inline void set_color_2(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___color_2 = value;
}
inline static int32_t get_offset_of_lineSpacing_3() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___lineSpacing_3)); }
inline int32_t get_lineSpacing_3() const { return ___lineSpacing_3; }
inline int32_t* get_address_of_lineSpacing_3() { return &___lineSpacing_3; }
inline void set_lineSpacing_3(int32_t value)
{
___lineSpacing_3 = value;
}
inline static int32_t get_offset_of_letterSpacing_4() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___letterSpacing_4)); }
inline int32_t get_letterSpacing_4() const { return ___letterSpacing_4; }
inline int32_t* get_address_of_letterSpacing_4() { return &___letterSpacing_4; }
inline void set_letterSpacing_4(int32_t value)
{
___letterSpacing_4 = value;
}
inline static int32_t get_offset_of_bold_5() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___bold_5)); }
inline bool get_bold_5() const { return ___bold_5; }
inline bool* get_address_of_bold_5() { return &___bold_5; }
inline void set_bold_5(bool value)
{
___bold_5 = value;
}
inline static int32_t get_offset_of_underline_6() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___underline_6)); }
inline bool get_underline_6() const { return ___underline_6; }
inline bool* get_address_of_underline_6() { return &___underline_6; }
inline void set_underline_6(bool value)
{
___underline_6 = value;
}
inline static int32_t get_offset_of_italic_7() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___italic_7)); }
inline bool get_italic_7() const { return ___italic_7; }
inline bool* get_address_of_italic_7() { return &___italic_7; }
inline void set_italic_7(bool value)
{
___italic_7 = value;
}
inline static int32_t get_offset_of_gradientColor_8() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___gradientColor_8)); }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get_gradientColor_8() const { return ___gradientColor_8; }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of_gradientColor_8() { return &___gradientColor_8; }
inline void set_gradientColor_8(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value)
{
___gradientColor_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gradientColor_8), (void*)value);
}
inline static int32_t get_offset_of_align_9() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___align_9)); }
inline int32_t get_align_9() const { return ___align_9; }
inline int32_t* get_address_of_align_9() { return &___align_9; }
inline void set_align_9(int32_t value)
{
___align_9 = value;
}
inline static int32_t get_offset_of_specialStyle_10() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___specialStyle_10)); }
inline int32_t get_specialStyle_10() const { return ___specialStyle_10; }
inline int32_t* get_address_of_specialStyle_10() { return &___specialStyle_10; }
inline void set_specialStyle_10(int32_t value)
{
___specialStyle_10 = value;
}
};
// FairyGUI.UpdateContext
struct UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 : public RuntimeObject
{
public:
// System.Collections.Generic.Stack`1<FairyGUI.UpdateContext_ClipInfo> FairyGUI.UpdateContext::_clipStack
Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * ____clipStack_0;
// System.Boolean FairyGUI.UpdateContext::clipped
bool ___clipped_1;
// FairyGUI.UpdateContext_ClipInfo FairyGUI.UpdateContext::clipInfo
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 ___clipInfo_2;
// System.Int32 FairyGUI.UpdateContext::renderingOrder
int32_t ___renderingOrder_3;
// System.Int32 FairyGUI.UpdateContext::batchingDepth
int32_t ___batchingDepth_4;
// System.Int32 FairyGUI.UpdateContext::rectMaskDepth
int32_t ___rectMaskDepth_5;
// System.Int32 FairyGUI.UpdateContext::stencilReferenceValue
int32_t ___stencilReferenceValue_6;
// System.Single FairyGUI.UpdateContext::alpha
float ___alpha_7;
// System.Boolean FairyGUI.UpdateContext::grayed
bool ___grayed_8;
public:
inline static int32_t get_offset_of__clipStack_0() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ____clipStack_0)); }
inline Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * get__clipStack_0() const { return ____clipStack_0; }
inline Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 ** get_address_of__clipStack_0() { return &____clipStack_0; }
inline void set__clipStack_0(Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * value)
{
____clipStack_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____clipStack_0), (void*)value);
}
inline static int32_t get_offset_of_clipped_1() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___clipped_1)); }
inline bool get_clipped_1() const { return ___clipped_1; }
inline bool* get_address_of_clipped_1() { return &___clipped_1; }
inline void set_clipped_1(bool value)
{
___clipped_1 = value;
}
inline static int32_t get_offset_of_clipInfo_2() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___clipInfo_2)); }
inline ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 get_clipInfo_2() const { return ___clipInfo_2; }
inline ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * get_address_of_clipInfo_2() { return &___clipInfo_2; }
inline void set_clipInfo_2(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 value)
{
___clipInfo_2 = value;
}
inline static int32_t get_offset_of_renderingOrder_3() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___renderingOrder_3)); }
inline int32_t get_renderingOrder_3() const { return ___renderingOrder_3; }
inline int32_t* get_address_of_renderingOrder_3() { return &___renderingOrder_3; }
inline void set_renderingOrder_3(int32_t value)
{
___renderingOrder_3 = value;
}
inline static int32_t get_offset_of_batchingDepth_4() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___batchingDepth_4)); }
inline int32_t get_batchingDepth_4() const { return ___batchingDepth_4; }
inline int32_t* get_address_of_batchingDepth_4() { return &___batchingDepth_4; }
inline void set_batchingDepth_4(int32_t value)
{
___batchingDepth_4 = value;
}
inline static int32_t get_offset_of_rectMaskDepth_5() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___rectMaskDepth_5)); }
inline int32_t get_rectMaskDepth_5() const { return ___rectMaskDepth_5; }
inline int32_t* get_address_of_rectMaskDepth_5() { return &___rectMaskDepth_5; }
inline void set_rectMaskDepth_5(int32_t value)
{
___rectMaskDepth_5 = value;
}
inline static int32_t get_offset_of_stencilReferenceValue_6() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___stencilReferenceValue_6)); }
inline int32_t get_stencilReferenceValue_6() const { return ___stencilReferenceValue_6; }
inline int32_t* get_address_of_stencilReferenceValue_6() { return &___stencilReferenceValue_6; }
inline void set_stencilReferenceValue_6(int32_t value)
{
___stencilReferenceValue_6 = value;
}
inline static int32_t get_offset_of_alpha_7() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___alpha_7)); }
inline float get_alpha_7() const { return ___alpha_7; }
inline float* get_address_of_alpha_7() { return &___alpha_7; }
inline void set_alpha_7(float value)
{
___alpha_7 = value;
}
inline static int32_t get_offset_of_grayed_8() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___grayed_8)); }
inline bool get_grayed_8() const { return ___grayed_8; }
inline bool* get_address_of_grayed_8() { return &___grayed_8; }
inline void set_grayed_8(bool value)
{
___grayed_8 = value;
}
};
struct UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields
{
public:
// FairyGUI.UpdateContext FairyGUI.UpdateContext::current
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___current_9;
// System.UInt32 FairyGUI.UpdateContext::frameId
uint32_t ___frameId_10;
// System.Boolean FairyGUI.UpdateContext::working
bool ___working_11;
// FairyGUI.EventCallback0 FairyGUI.UpdateContext::OnBegin
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___OnBegin_12;
// FairyGUI.EventCallback0 FairyGUI.UpdateContext::OnEnd
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___OnEnd_13;
// FairyGUI.EventCallback0 FairyGUI.UpdateContext::_tmpBegin
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____tmpBegin_14;
public:
inline static int32_t get_offset_of_current_9() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ___current_9)); }
inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * get_current_9() const { return ___current_9; }
inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 ** get_address_of_current_9() { return &___current_9; }
inline void set_current_9(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * value)
{
___current_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_9), (void*)value);
}
inline static int32_t get_offset_of_frameId_10() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ___frameId_10)); }
inline uint32_t get_frameId_10() const { return ___frameId_10; }
inline uint32_t* get_address_of_frameId_10() { return &___frameId_10; }
inline void set_frameId_10(uint32_t value)
{
___frameId_10 = value;
}
inline static int32_t get_offset_of_working_11() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ___working_11)); }
inline bool get_working_11() const { return ___working_11; }
inline bool* get_address_of_working_11() { return &___working_11; }
inline void set_working_11(bool value)
{
___working_11 = value;
}
inline static int32_t get_offset_of_OnBegin_12() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ___OnBegin_12)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_OnBegin_12() const { return ___OnBegin_12; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_OnBegin_12() { return &___OnBegin_12; }
inline void set_OnBegin_12(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___OnBegin_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___OnBegin_12), (void*)value);
}
inline static int32_t get_offset_of_OnEnd_13() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ___OnEnd_13)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_OnEnd_13() const { return ___OnEnd_13; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_OnEnd_13() { return &___OnEnd_13; }
inline void set_OnEnd_13(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___OnEnd_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___OnEnd_13), (void*)value);
}
inline static int32_t get_offset_of__tmpBegin_14() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ____tmpBegin_14)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__tmpBegin_14() const { return ____tmpBegin_14; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__tmpBegin_14() { return &____tmpBegin_14; }
inline void set__tmpBegin_14(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____tmpBegin_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tmpBegin_14), (void*)value);
}
};
// LuaInterface.LuaFunction
struct LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B : public LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4
{
public:
// System.Int32 LuaInterface.LuaFunction::oldTop
int32_t ___oldTop_7;
// System.Int32 LuaInterface.LuaFunction::argCount
int32_t ___argCount_8;
// System.Int32 LuaInterface.LuaFunction::stackPos
int32_t ___stackPos_9;
// System.Collections.Generic.Stack`1<LuaInterface.LuaFunction_FuncData> LuaInterface.LuaFunction::stack
Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 * ___stack_10;
public:
inline static int32_t get_offset_of_oldTop_7() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___oldTop_7)); }
inline int32_t get_oldTop_7() const { return ___oldTop_7; }
inline int32_t* get_address_of_oldTop_7() { return &___oldTop_7; }
inline void set_oldTop_7(int32_t value)
{
___oldTop_7 = value;
}
inline static int32_t get_offset_of_argCount_8() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___argCount_8)); }
inline int32_t get_argCount_8() const { return ___argCount_8; }
inline int32_t* get_address_of_argCount_8() { return &___argCount_8; }
inline void set_argCount_8(int32_t value)
{
___argCount_8 = value;
}
inline static int32_t get_offset_of_stackPos_9() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___stackPos_9)); }
inline int32_t get_stackPos_9() const { return ___stackPos_9; }
inline int32_t* get_address_of_stackPos_9() { return &___stackPos_9; }
inline void set_stackPos_9(int32_t value)
{
___stackPos_9 = value;
}
inline static int32_t get_offset_of_stack_10() { return static_cast<int32_t>(offsetof(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B, ___stack_10)); }
inline Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 * get_stack_10() const { return ___stack_10; }
inline Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 ** get_address_of_stack_10() { return &___stack_10; }
inline void set_stack_10(Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211 * value)
{
___stack_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stack_10), (void*)value);
}
};
// LuaInterface.LuaState
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE : public LuaStatePtr_t3F7724E8DEEF06EF86659F7C8F32A1F5CD4C958C
{
public:
// LuaInterface.ObjectTranslator LuaInterface.LuaState::translator
ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * ___translator_2;
// LuaInterface.LuaReflection LuaInterface.LuaState::reflection
LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F * ___reflection_3;
// System.Int32 LuaInterface.LuaState::<ArrayMetatable>k__BackingField
int32_t ___U3CArrayMetatableU3Ek__BackingField_4;
// System.Int32 LuaInterface.LuaState::<DelegateMetatable>k__BackingField
int32_t ___U3CDelegateMetatableU3Ek__BackingField_5;
// System.Int32 LuaInterface.LuaState::<TypeMetatable>k__BackingField
int32_t ___U3CTypeMetatableU3Ek__BackingField_6;
// System.Int32 LuaInterface.LuaState::<EnumMetatable>k__BackingField
int32_t ___U3CEnumMetatableU3Ek__BackingField_7;
// System.Int32 LuaInterface.LuaState::<IterMetatable>k__BackingField
int32_t ___U3CIterMetatableU3Ek__BackingField_8;
// System.Int32 LuaInterface.LuaState::<EventMetatable>k__BackingField
int32_t ___U3CEventMetatableU3Ek__BackingField_9;
// System.Int32 LuaInterface.LuaState::<PackBounds>k__BackingField
int32_t ___U3CPackBoundsU3Ek__BackingField_10;
// System.Int32 LuaInterface.LuaState::<UnpackBounds>k__BackingField
int32_t ___U3CUnpackBoundsU3Ek__BackingField_11;
// System.Int32 LuaInterface.LuaState::<PackRay>k__BackingField
int32_t ___U3CPackRayU3Ek__BackingField_12;
// System.Int32 LuaInterface.LuaState::<UnpackRay>k__BackingField
int32_t ___U3CUnpackRayU3Ek__BackingField_13;
// System.Int32 LuaInterface.LuaState::<PackRaycastHit>k__BackingField
int32_t ___U3CPackRaycastHitU3Ek__BackingField_14;
// System.Int32 LuaInterface.LuaState::<PackTouch>k__BackingField
int32_t ___U3CPackTouchU3Ek__BackingField_15;
// System.Action LuaInterface.LuaState::OnDestroy
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___OnDestroy_16;
// System.Collections.Generic.Dictionary`2<System.String,System.WeakReference> LuaInterface.LuaState::funcMap
Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 * ___funcMap_17;
// System.Collections.Generic.Dictionary`2<System.Int32,System.WeakReference> LuaInterface.LuaState::funcRefMap
Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 * ___funcRefMap_18;
// System.Collections.Generic.Dictionary`2<System.Int64,System.WeakReference> LuaInterface.LuaState::delegateMap
Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 * ___delegateMap_19;
// System.Collections.Generic.List`1<LuaInterface.GCRef> LuaInterface.LuaState::gcList
List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F * ___gcList_20;
// System.Collections.Generic.List`1<LuaInterface.LuaBaseRef> LuaInterface.LuaState::subList
List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 * ___subList_21;
// System.Collections.Generic.Dictionary`2<System.Type,System.Int32> LuaInterface.LuaState::metaMap
Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F * ___metaMap_22;
// System.Collections.Generic.Dictionary`2<System.Enum,System.Object> LuaInterface.LuaState::enumMap
Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 * ___enumMap_23;
// System.Collections.Generic.Dictionary`2<System.Type,LuaInterface.LuaCSFunction> LuaInterface.LuaState::preLoadMap
Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 * ___preLoadMap_24;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Type> LuaInterface.LuaState::typeMap
Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 * ___typeMap_25;
// System.Collections.Generic.HashSet`1<System.Type> LuaInterface.LuaState::genericSet
HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * ___genericSet_26;
// System.Collections.Generic.HashSet`1<System.String> LuaInterface.LuaState::moduleSet
HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A * ___moduleSet_27;
// System.Int32 LuaInterface.LuaState::beginCount
int32_t ___beginCount_31;
// System.Boolean LuaInterface.LuaState::beLogGC
bool ___beLogGC_32;
// System.Boolean LuaInterface.LuaState::bInjectionInited
bool ___bInjectionInited_33;
// System.Collections.Generic.HashSet`1<System.Type> LuaInterface.LuaState::missSet
HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * ___missSet_34;
public:
inline static int32_t get_offset_of_translator_2() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___translator_2)); }
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * get_translator_2() const { return ___translator_2; }
inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF ** get_address_of_translator_2() { return &___translator_2; }
inline void set_translator_2(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * value)
{
___translator_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___translator_2), (void*)value);
}
inline static int32_t get_offset_of_reflection_3() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___reflection_3)); }
inline LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F * get_reflection_3() const { return ___reflection_3; }
inline LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F ** get_address_of_reflection_3() { return &___reflection_3; }
inline void set_reflection_3(LuaReflection_t19301C37ECEEA92E1822023F3DA02A623875496F * value)
{
___reflection_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reflection_3), (void*)value);
}
inline static int32_t get_offset_of_U3CArrayMetatableU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CArrayMetatableU3Ek__BackingField_4)); }
inline int32_t get_U3CArrayMetatableU3Ek__BackingField_4() const { return ___U3CArrayMetatableU3Ek__BackingField_4; }
inline int32_t* get_address_of_U3CArrayMetatableU3Ek__BackingField_4() { return &___U3CArrayMetatableU3Ek__BackingField_4; }
inline void set_U3CArrayMetatableU3Ek__BackingField_4(int32_t value)
{
___U3CArrayMetatableU3Ek__BackingField_4 = value;
}
inline static int32_t get_offset_of_U3CDelegateMetatableU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CDelegateMetatableU3Ek__BackingField_5)); }
inline int32_t get_U3CDelegateMetatableU3Ek__BackingField_5() const { return ___U3CDelegateMetatableU3Ek__BackingField_5; }
inline int32_t* get_address_of_U3CDelegateMetatableU3Ek__BackingField_5() { return &___U3CDelegateMetatableU3Ek__BackingField_5; }
inline void set_U3CDelegateMetatableU3Ek__BackingField_5(int32_t value)
{
___U3CDelegateMetatableU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CTypeMetatableU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CTypeMetatableU3Ek__BackingField_6)); }
inline int32_t get_U3CTypeMetatableU3Ek__BackingField_6() const { return ___U3CTypeMetatableU3Ek__BackingField_6; }
inline int32_t* get_address_of_U3CTypeMetatableU3Ek__BackingField_6() { return &___U3CTypeMetatableU3Ek__BackingField_6; }
inline void set_U3CTypeMetatableU3Ek__BackingField_6(int32_t value)
{
___U3CTypeMetatableU3Ek__BackingField_6 = value;
}
inline static int32_t get_offset_of_U3CEnumMetatableU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CEnumMetatableU3Ek__BackingField_7)); }
inline int32_t get_U3CEnumMetatableU3Ek__BackingField_7() const { return ___U3CEnumMetatableU3Ek__BackingField_7; }
inline int32_t* get_address_of_U3CEnumMetatableU3Ek__BackingField_7() { return &___U3CEnumMetatableU3Ek__BackingField_7; }
inline void set_U3CEnumMetatableU3Ek__BackingField_7(int32_t value)
{
___U3CEnumMetatableU3Ek__BackingField_7 = value;
}
inline static int32_t get_offset_of_U3CIterMetatableU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CIterMetatableU3Ek__BackingField_8)); }
inline int32_t get_U3CIterMetatableU3Ek__BackingField_8() const { return ___U3CIterMetatableU3Ek__BackingField_8; }
inline int32_t* get_address_of_U3CIterMetatableU3Ek__BackingField_8() { return &___U3CIterMetatableU3Ek__BackingField_8; }
inline void set_U3CIterMetatableU3Ek__BackingField_8(int32_t value)
{
___U3CIterMetatableU3Ek__BackingField_8 = value;
}
inline static int32_t get_offset_of_U3CEventMetatableU3Ek__BackingField_9() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CEventMetatableU3Ek__BackingField_9)); }
inline int32_t get_U3CEventMetatableU3Ek__BackingField_9() const { return ___U3CEventMetatableU3Ek__BackingField_9; }
inline int32_t* get_address_of_U3CEventMetatableU3Ek__BackingField_9() { return &___U3CEventMetatableU3Ek__BackingField_9; }
inline void set_U3CEventMetatableU3Ek__BackingField_9(int32_t value)
{
___U3CEventMetatableU3Ek__BackingField_9 = value;
}
inline static int32_t get_offset_of_U3CPackBoundsU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackBoundsU3Ek__BackingField_10)); }
inline int32_t get_U3CPackBoundsU3Ek__BackingField_10() const { return ___U3CPackBoundsU3Ek__BackingField_10; }
inline int32_t* get_address_of_U3CPackBoundsU3Ek__BackingField_10() { return &___U3CPackBoundsU3Ek__BackingField_10; }
inline void set_U3CPackBoundsU3Ek__BackingField_10(int32_t value)
{
___U3CPackBoundsU3Ek__BackingField_10 = value;
}
inline static int32_t get_offset_of_U3CUnpackBoundsU3Ek__BackingField_11() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CUnpackBoundsU3Ek__BackingField_11)); }
inline int32_t get_U3CUnpackBoundsU3Ek__BackingField_11() const { return ___U3CUnpackBoundsU3Ek__BackingField_11; }
inline int32_t* get_address_of_U3CUnpackBoundsU3Ek__BackingField_11() { return &___U3CUnpackBoundsU3Ek__BackingField_11; }
inline void set_U3CUnpackBoundsU3Ek__BackingField_11(int32_t value)
{
___U3CUnpackBoundsU3Ek__BackingField_11 = value;
}
inline static int32_t get_offset_of_U3CPackRayU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackRayU3Ek__BackingField_12)); }
inline int32_t get_U3CPackRayU3Ek__BackingField_12() const { return ___U3CPackRayU3Ek__BackingField_12; }
inline int32_t* get_address_of_U3CPackRayU3Ek__BackingField_12() { return &___U3CPackRayU3Ek__BackingField_12; }
inline void set_U3CPackRayU3Ek__BackingField_12(int32_t value)
{
___U3CPackRayU3Ek__BackingField_12 = value;
}
inline static int32_t get_offset_of_U3CUnpackRayU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CUnpackRayU3Ek__BackingField_13)); }
inline int32_t get_U3CUnpackRayU3Ek__BackingField_13() const { return ___U3CUnpackRayU3Ek__BackingField_13; }
inline int32_t* get_address_of_U3CUnpackRayU3Ek__BackingField_13() { return &___U3CUnpackRayU3Ek__BackingField_13; }
inline void set_U3CUnpackRayU3Ek__BackingField_13(int32_t value)
{
___U3CUnpackRayU3Ek__BackingField_13 = value;
}
inline static int32_t get_offset_of_U3CPackRaycastHitU3Ek__BackingField_14() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackRaycastHitU3Ek__BackingField_14)); }
inline int32_t get_U3CPackRaycastHitU3Ek__BackingField_14() const { return ___U3CPackRaycastHitU3Ek__BackingField_14; }
inline int32_t* get_address_of_U3CPackRaycastHitU3Ek__BackingField_14() { return &___U3CPackRaycastHitU3Ek__BackingField_14; }
inline void set_U3CPackRaycastHitU3Ek__BackingField_14(int32_t value)
{
___U3CPackRaycastHitU3Ek__BackingField_14 = value;
}
inline static int32_t get_offset_of_U3CPackTouchU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___U3CPackTouchU3Ek__BackingField_15)); }
inline int32_t get_U3CPackTouchU3Ek__BackingField_15() const { return ___U3CPackTouchU3Ek__BackingField_15; }
inline int32_t* get_address_of_U3CPackTouchU3Ek__BackingField_15() { return &___U3CPackTouchU3Ek__BackingField_15; }
inline void set_U3CPackTouchU3Ek__BackingField_15(int32_t value)
{
___U3CPackTouchU3Ek__BackingField_15 = value;
}
inline static int32_t get_offset_of_OnDestroy_16() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___OnDestroy_16)); }
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_OnDestroy_16() const { return ___OnDestroy_16; }
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_OnDestroy_16() { return &___OnDestroy_16; }
inline void set_OnDestroy_16(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
{
___OnDestroy_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___OnDestroy_16), (void*)value);
}
inline static int32_t get_offset_of_funcMap_17() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___funcMap_17)); }
inline Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 * get_funcMap_17() const { return ___funcMap_17; }
inline Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 ** get_address_of_funcMap_17() { return &___funcMap_17; }
inline void set_funcMap_17(Dictionary_2_t4DFB78733A30CBA0D97E97E6520159E27C47BAA3 * value)
{
___funcMap_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___funcMap_17), (void*)value);
}
inline static int32_t get_offset_of_funcRefMap_18() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___funcRefMap_18)); }
inline Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 * get_funcRefMap_18() const { return ___funcRefMap_18; }
inline Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 ** get_address_of_funcRefMap_18() { return &___funcRefMap_18; }
inline void set_funcRefMap_18(Dictionary_2_t81F516F814A3463D65D07253CF5167FBF9378593 * value)
{
___funcRefMap_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___funcRefMap_18), (void*)value);
}
inline static int32_t get_offset_of_delegateMap_19() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___delegateMap_19)); }
inline Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 * get_delegateMap_19() const { return ___delegateMap_19; }
inline Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 ** get_address_of_delegateMap_19() { return &___delegateMap_19; }
inline void set_delegateMap_19(Dictionary_2_t35D9A5097C30B9E0B442FCEF1B4E05D3B6C168B9 * value)
{
___delegateMap_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegateMap_19), (void*)value);
}
inline static int32_t get_offset_of_gcList_20() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___gcList_20)); }
inline List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F * get_gcList_20() const { return ___gcList_20; }
inline List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F ** get_address_of_gcList_20() { return &___gcList_20; }
inline void set_gcList_20(List_1_t8B834EA70735F6D6583AA875AC98991EF26FA22F * value)
{
___gcList_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gcList_20), (void*)value);
}
inline static int32_t get_offset_of_subList_21() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___subList_21)); }
inline List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 * get_subList_21() const { return ___subList_21; }
inline List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 ** get_address_of_subList_21() { return &___subList_21; }
inline void set_subList_21(List_1_t09C52EC41C0032242B13200CFA642DCA685D5FF1 * value)
{
___subList_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___subList_21), (void*)value);
}
inline static int32_t get_offset_of_metaMap_22() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___metaMap_22)); }
inline Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F * get_metaMap_22() const { return ___metaMap_22; }
inline Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F ** get_address_of_metaMap_22() { return &___metaMap_22; }
inline void set_metaMap_22(Dictionary_2_tA4F27994EF77494F74F85FCFD482DBAD219E6E8F * value)
{
___metaMap_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___metaMap_22), (void*)value);
}
inline static int32_t get_offset_of_enumMap_23() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___enumMap_23)); }
inline Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 * get_enumMap_23() const { return ___enumMap_23; }
inline Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 ** get_address_of_enumMap_23() { return &___enumMap_23; }
inline void set_enumMap_23(Dictionary_2_t86DA606688BA1954C5CC9368104CE9722112D2C2 * value)
{
___enumMap_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___enumMap_23), (void*)value);
}
inline static int32_t get_offset_of_preLoadMap_24() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___preLoadMap_24)); }
inline Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 * get_preLoadMap_24() const { return ___preLoadMap_24; }
inline Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 ** get_address_of_preLoadMap_24() { return &___preLoadMap_24; }
inline void set_preLoadMap_24(Dictionary_2_tFBD3EE1AE887BC5C589B41D13A6B666269FF9B16 * value)
{
___preLoadMap_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___preLoadMap_24), (void*)value);
}
inline static int32_t get_offset_of_typeMap_25() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___typeMap_25)); }
inline Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 * get_typeMap_25() const { return ___typeMap_25; }
inline Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 ** get_address_of_typeMap_25() { return &___typeMap_25; }
inline void set_typeMap_25(Dictionary_2_t1302C50AC2AF6849C455DCE970305F09D16B7258 * value)
{
___typeMap_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___typeMap_25), (void*)value);
}
inline static int32_t get_offset_of_genericSet_26() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___genericSet_26)); }
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * get_genericSet_26() const { return ___genericSet_26; }
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 ** get_address_of_genericSet_26() { return &___genericSet_26; }
inline void set_genericSet_26(HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * value)
{
___genericSet_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___genericSet_26), (void*)value);
}
inline static int32_t get_offset_of_moduleSet_27() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___moduleSet_27)); }
inline HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A * get_moduleSet_27() const { return ___moduleSet_27; }
inline HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A ** get_address_of_moduleSet_27() { return &___moduleSet_27; }
inline void set_moduleSet_27(HashSet_1_tAF31CD0D5B1F27E354D2DA33F8CF07F490E8C98A * value)
{
___moduleSet_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___moduleSet_27), (void*)value);
}
inline static int32_t get_offset_of_beginCount_31() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___beginCount_31)); }
inline int32_t get_beginCount_31() const { return ___beginCount_31; }
inline int32_t* get_address_of_beginCount_31() { return &___beginCount_31; }
inline void set_beginCount_31(int32_t value)
{
___beginCount_31 = value;
}
inline static int32_t get_offset_of_beLogGC_32() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___beLogGC_32)); }
inline bool get_beLogGC_32() const { return ___beLogGC_32; }
inline bool* get_address_of_beLogGC_32() { return &___beLogGC_32; }
inline void set_beLogGC_32(bool value)
{
___beLogGC_32 = value;
}
inline static int32_t get_offset_of_bInjectionInited_33() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___bInjectionInited_33)); }
inline bool get_bInjectionInited_33() const { return ___bInjectionInited_33; }
inline bool* get_address_of_bInjectionInited_33() { return &___bInjectionInited_33; }
inline void set_bInjectionInited_33(bool value)
{
___bInjectionInited_33 = value;
}
inline static int32_t get_offset_of_missSet_34() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE, ___missSet_34)); }
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * get_missSet_34() const { return ___missSet_34; }
inline HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 ** get_address_of_missSet_34() { return &___missSet_34; }
inline void set_missSet_34(HashSet_1_tE84F3F43144CEC800A734119BDF178122DCF1B05 * value)
{
___missSet_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___missSet_34), (void*)value);
}
};
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields
{
public:
// LuaInterface.LuaState LuaInterface.LuaState::mainState
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___mainState_28;
// LuaInterface.LuaState LuaInterface.LuaState::injectionState
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___injectionState_29;
// System.Collections.Generic.Dictionary`2<System.IntPtr,LuaInterface.LuaState> LuaInterface.LuaState::stateMap
Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 * ___stateMap_30;
public:
inline static int32_t get_offset_of_mainState_28() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields, ___mainState_28)); }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_mainState_28() const { return ___mainState_28; }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_mainState_28() { return &___mainState_28; }
inline void set_mainState_28(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
{
___mainState_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___mainState_28), (void*)value);
}
inline static int32_t get_offset_of_injectionState_29() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields, ___injectionState_29)); }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_injectionState_29() const { return ___injectionState_29; }
inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_injectionState_29() { return &___injectionState_29; }
inline void set_injectionState_29(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value)
{
___injectionState_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___injectionState_29), (void*)value);
}
inline static int32_t get_offset_of_stateMap_30() { return static_cast<int32_t>(offsetof(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE_StaticFields, ___stateMap_30)); }
inline Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 * get_stateMap_30() const { return ___stateMap_30; }
inline Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 ** get_address_of_stateMap_30() { return &___stateMap_30; }
inline void set_stateMap_30(Dictionary_2_tE2C4B84883C857DB2F1AD0ED287337B1F1C52601 * value)
{
___stateMap_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stateMap_30), (void*)value);
}
};
// LuaInterface.LuaTable
struct LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 : public LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4
{
public:
public:
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
}
};
// UnityEngine.AudioClip
struct AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
// UnityEngine.AudioClip_PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * ___m_PCMReaderCallback_4;
// UnityEngine.AudioClip_PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * ___m_PCMSetPositionCallback_5;
public:
inline static int32_t get_offset_of_m_PCMReaderCallback_4() { return static_cast<int32_t>(offsetof(AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051, ___m_PCMReaderCallback_4)); }
inline PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * get_m_PCMReaderCallback_4() const { return ___m_PCMReaderCallback_4; }
inline PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB ** get_address_of_m_PCMReaderCallback_4() { return &___m_PCMReaderCallback_4; }
inline void set_m_PCMReaderCallback_4(PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * value)
{
___m_PCMReaderCallback_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PCMReaderCallback_4), (void*)value);
}
inline static int32_t get_offset_of_m_PCMSetPositionCallback_5() { return static_cast<int32_t>(offsetof(AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051, ___m_PCMSetPositionCallback_5)); }
inline PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * get_m_PCMSetPositionCallback_5() const { return ___m_PCMSetPositionCallback_5; }
inline PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 ** get_address_of_m_PCMSetPositionCallback_5() { return &___m_PCMSetPositionCallback_5; }
inline void set_m_PCMSetPositionCallback_5(PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * value)
{
___m_PCMSetPositionCallback_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PCMSetPositionCallback_5), (void*)value);
}
};
// UnityEngine.CharacterInfo
struct CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313
{
public:
// System.Int32 UnityEngine.CharacterInfo::index
int32_t ___index_0;
// UnityEngine.Rect UnityEngine.CharacterInfo::uv
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uv_1;
// UnityEngine.Rect UnityEngine.CharacterInfo::vert
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vert_2;
// System.Single UnityEngine.CharacterInfo::width
float ___width_3;
// System.Int32 UnityEngine.CharacterInfo::size
int32_t ___size_4;
// UnityEngine.FontStyle UnityEngine.CharacterInfo::style
int32_t ___style_5;
// System.Boolean UnityEngine.CharacterInfo::flipped
bool ___flipped_6;
public:
inline static int32_t get_offset_of_index_0() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___index_0)); }
inline int32_t get_index_0() const { return ___index_0; }
inline int32_t* get_address_of_index_0() { return &___index_0; }
inline void set_index_0(int32_t value)
{
___index_0 = value;
}
inline static int32_t get_offset_of_uv_1() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___uv_1)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_uv_1() const { return ___uv_1; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_uv_1() { return &___uv_1; }
inline void set_uv_1(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___uv_1 = value;
}
inline static int32_t get_offset_of_vert_2() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___vert_2)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_vert_2() const { return ___vert_2; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_vert_2() { return &___vert_2; }
inline void set_vert_2(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___vert_2 = value;
}
inline static int32_t get_offset_of_width_3() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___width_3)); }
inline float get_width_3() const { return ___width_3; }
inline float* get_address_of_width_3() { return &___width_3; }
inline void set_width_3(float value)
{
___width_3 = value;
}
inline static int32_t get_offset_of_size_4() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___size_4)); }
inline int32_t get_size_4() const { return ___size_4; }
inline int32_t* get_address_of_size_4() { return &___size_4; }
inline void set_size_4(int32_t value)
{
___size_4 = value;
}
inline static int32_t get_offset_of_style_5() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___style_5)); }
inline int32_t get_style_5() const { return ___style_5; }
inline int32_t* get_address_of_style_5() { return &___style_5; }
inline void set_style_5(int32_t value)
{
___style_5 = value;
}
inline static int32_t get_offset_of_flipped_6() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___flipped_6)); }
inline bool get_flipped_6() const { return ___flipped_6; }
inline bool* get_address_of_flipped_6() { return &___flipped_6; }
inline void set_flipped_6(bool value)
{
___flipped_6 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.CharacterInfo
struct CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313_marshaled_pinvoke
{
int32_t ___index_0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uv_1;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vert_2;
float ___width_3;
int32_t ___size_4;
int32_t ___style_5;
int32_t ___flipped_6;
};
// Native definition for COM marshalling of UnityEngine.CharacterInfo
struct CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313_marshaled_com
{
int32_t ___index_0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uv_1;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vert_2;
float ___width_3;
int32_t ___size_4;
int32_t ___style_5;
int32_t ___flipped_6;
};
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Font
struct Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
// UnityEngine.Font_FontTextureRebuildCallback UnityEngine.Font::m_FontTextureRebuildCallback
FontTextureRebuildCallback_tD700C63BB1A449E3A0464C81701E981677D3021C * ___m_FontTextureRebuildCallback_5;
public:
inline static int32_t get_offset_of_m_FontTextureRebuildCallback_5() { return static_cast<int32_t>(offsetof(Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26, ___m_FontTextureRebuildCallback_5)); }
inline FontTextureRebuildCallback_tD700C63BB1A449E3A0464C81701E981677D3021C * get_m_FontTextureRebuildCallback_5() const { return ___m_FontTextureRebuildCallback_5; }
inline FontTextureRebuildCallback_tD700C63BB1A449E3A0464C81701E981677D3021C ** get_address_of_m_FontTextureRebuildCallback_5() { return &___m_FontTextureRebuildCallback_5; }
inline void set_m_FontTextureRebuildCallback_5(FontTextureRebuildCallback_tD700C63BB1A449E3A0464C81701E981677D3021C * value)
{
___m_FontTextureRebuildCallback_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_FontTextureRebuildCallback_5), (void*)value);
}
};
struct Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26_StaticFields
{
public:
// System.Action`1<UnityEngine.Font> UnityEngine.Font::textureRebuilt
Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C * ___textureRebuilt_4;
public:
inline static int32_t get_offset_of_textureRebuilt_4() { return static_cast<int32_t>(offsetof(Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26_StaticFields, ___textureRebuilt_4)); }
inline Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C * get_textureRebuilt_4() const { return ___textureRebuilt_4; }
inline Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C ** get_address_of_textureRebuilt_4() { return &___textureRebuilt_4; }
inline void set_textureRebuilt_4(Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C * value)
{
___textureRebuilt_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___textureRebuilt_4), (void*)value);
}
};
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Shader
struct Shader_tE2731FF351B74AB4186897484FB01E000C1160CA : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Texture
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_StaticFields
{
public:
// System.Int32 UnityEngine.Texture::GenerateAllMips
int32_t ___GenerateAllMips_4;
public:
inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast<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.Container
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
public:
// UnityEngine.RenderMode FairyGUI.Container::renderMode
int32_t ___renderMode_52;
// UnityEngine.Camera FairyGUI.Container::renderCamera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___renderCamera_53;
// System.Boolean FairyGUI.Container::opaque
bool ___opaque_54;
// System.Nullable`1<UnityEngine.Vector4> FairyGUI.Container::clipSoftness
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 ___clipSoftness_55;
// FairyGUI.IHitTest FairyGUI.Container::hitArea
RuntimeObject* ___hitArea_56;
// System.Boolean FairyGUI.Container::touchChildren
bool ___touchChildren_57;
// FairyGUI.EventCallback0 FairyGUI.Container::onUpdate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___onUpdate_58;
// System.Boolean FairyGUI.Container::reversedMask
bool ___reversedMask_59;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Container::_children
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____children_60;
// FairyGUI.DisplayObject FairyGUI.Container::_mask
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____mask_61;
// System.Nullable`1<UnityEngine.Rect> FairyGUI.Container::_clipRect
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ____clipRect_62;
// System.Boolean FairyGUI.Container::_fBatchingRequested
bool ____fBatchingRequested_63;
// System.Boolean FairyGUI.Container::_fBatchingRoot
bool ____fBatchingRoot_64;
// System.Boolean FairyGUI.Container::_fBatching
bool ____fBatching_65;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Container::_descendants
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____descendants_66;
// System.Boolean FairyGUI.Container::_isPanel
bool ____isPanel_67;
// System.Int32 FairyGUI.Container::_panelOrder
int32_t ____panelOrder_68;
public:
inline static int32_t get_offset_of_renderMode_52() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___renderMode_52)); }
inline int32_t get_renderMode_52() const { return ___renderMode_52; }
inline int32_t* get_address_of_renderMode_52() { return &___renderMode_52; }
inline void set_renderMode_52(int32_t value)
{
___renderMode_52 = value;
}
inline static int32_t get_offset_of_renderCamera_53() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___renderCamera_53)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_renderCamera_53() const { return ___renderCamera_53; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_renderCamera_53() { return &___renderCamera_53; }
inline void set_renderCamera_53(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___renderCamera_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&___renderCamera_53), (void*)value);
}
inline static int32_t get_offset_of_opaque_54() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___opaque_54)); }
inline bool get_opaque_54() const { return ___opaque_54; }
inline bool* get_address_of_opaque_54() { return &___opaque_54; }
inline void set_opaque_54(bool value)
{
___opaque_54 = value;
}
inline static int32_t get_offset_of_clipSoftness_55() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___clipSoftness_55)); }
inline Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 get_clipSoftness_55() const { return ___clipSoftness_55; }
inline Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 * get_address_of_clipSoftness_55() { return &___clipSoftness_55; }
inline void set_clipSoftness_55(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 value)
{
___clipSoftness_55 = value;
}
inline static int32_t get_offset_of_hitArea_56() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___hitArea_56)); }
inline RuntimeObject* get_hitArea_56() const { return ___hitArea_56; }
inline RuntimeObject** get_address_of_hitArea_56() { return &___hitArea_56; }
inline void set_hitArea_56(RuntimeObject* value)
{
___hitArea_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hitArea_56), (void*)value);
}
inline static int32_t get_offset_of_touchChildren_57() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___touchChildren_57)); }
inline bool get_touchChildren_57() const { return ___touchChildren_57; }
inline bool* get_address_of_touchChildren_57() { return &___touchChildren_57; }
inline void set_touchChildren_57(bool value)
{
___touchChildren_57 = value;
}
inline static int32_t get_offset_of_onUpdate_58() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___onUpdate_58)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_onUpdate_58() const { return ___onUpdate_58; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_onUpdate_58() { return &___onUpdate_58; }
inline void set_onUpdate_58(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___onUpdate_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onUpdate_58), (void*)value);
}
inline static int32_t get_offset_of_reversedMask_59() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___reversedMask_59)); }
inline bool get_reversedMask_59() const { return ___reversedMask_59; }
inline bool* get_address_of_reversedMask_59() { return &___reversedMask_59; }
inline void set_reversedMask_59(bool value)
{
___reversedMask_59 = value;
}
inline static int32_t get_offset_of__children_60() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____children_60)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__children_60() const { return ____children_60; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__children_60() { return &____children_60; }
inline void set__children_60(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____children_60 = value;
Il2CppCodeGenWriteBarrier((void**)(&____children_60), (void*)value);
}
inline static int32_t get_offset_of__mask_61() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____mask_61)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__mask_61() const { return ____mask_61; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__mask_61() { return &____mask_61; }
inline void set__mask_61(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
____mask_61 = value;
Il2CppCodeGenWriteBarrier((void**)(&____mask_61), (void*)value);
}
inline static int32_t get_offset_of__clipRect_62() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____clipRect_62)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get__clipRect_62() const { return ____clipRect_62; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of__clipRect_62() { return &____clipRect_62; }
inline void set__clipRect_62(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
____clipRect_62 = value;
}
inline static int32_t get_offset_of__fBatchingRequested_63() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatchingRequested_63)); }
inline bool get__fBatchingRequested_63() const { return ____fBatchingRequested_63; }
inline bool* get_address_of__fBatchingRequested_63() { return &____fBatchingRequested_63; }
inline void set__fBatchingRequested_63(bool value)
{
____fBatchingRequested_63 = value;
}
inline static int32_t get_offset_of__fBatchingRoot_64() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatchingRoot_64)); }
inline bool get__fBatchingRoot_64() const { return ____fBatchingRoot_64; }
inline bool* get_address_of__fBatchingRoot_64() { return &____fBatchingRoot_64; }
inline void set__fBatchingRoot_64(bool value)
{
____fBatchingRoot_64 = value;
}
inline static int32_t get_offset_of__fBatching_65() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatching_65)); }
inline bool get__fBatching_65() const { return ____fBatching_65; }
inline bool* get_address_of__fBatching_65() { return &____fBatching_65; }
inline void set__fBatching_65(bool value)
{
____fBatching_65 = value;
}
inline static int32_t get_offset_of__descendants_66() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____descendants_66)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__descendants_66() const { return ____descendants_66; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__descendants_66() { return &____descendants_66; }
inline void set__descendants_66(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____descendants_66 = value;
Il2CppCodeGenWriteBarrier((void**)(&____descendants_66), (void*)value);
}
inline static int32_t get_offset_of__isPanel_67() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____isPanel_67)); }
inline bool get__isPanel_67() const { return ____isPanel_67; }
inline bool* get_address_of__isPanel_67() { return &____isPanel_67; }
inline void set__isPanel_67(bool value)
{
____isPanel_67 = value;
}
inline static int32_t get_offset_of__panelOrder_68() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____panelOrder_68)); }
inline int32_t get__panelOrder_68() const { return ____panelOrder_68; }
inline int32_t* get_address_of__panelOrder_68() { return &____panelOrder_68; }
inline void set__panelOrder_68(int32_t value)
{
____panelOrder_68 = value;
}
};
// FairyGUI.DynamicFont
struct DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 : public BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F
{
public:
// UnityEngine.Font FairyGUI.DynamicFont::_font
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * ____font_8;
// System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.DynamicFont_RenderInfo> FairyGUI.DynamicFont::_renderInfo
Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 * ____renderInfo_9;
// FairyGUI.DynamicFont_RenderInfo FairyGUI.DynamicFont::_lastRenderInfo
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * ____lastRenderInfo_10;
// System.Int32 FairyGUI.DynamicFont::_lastFontSize
int32_t ____lastFontSize_11;
// System.Int32 FairyGUI.DynamicFont::_size
int32_t ____size_12;
// UnityEngine.FontStyle FairyGUI.DynamicFont::_style
int32_t ____style_13;
// System.String FairyGUI.DynamicFont::_path
String_t* ____path_14;
public:
inline static int32_t get_offset_of__font_8() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____font_8)); }
inline Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * get__font_8() const { return ____font_8; }
inline Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 ** get_address_of__font_8() { return &____font_8; }
inline void set__font_8(Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * value)
{
____font_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____font_8), (void*)value);
}
inline static int32_t get_offset_of__renderInfo_9() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____renderInfo_9)); }
inline Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 * get__renderInfo_9() const { return ____renderInfo_9; }
inline Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 ** get_address_of__renderInfo_9() { return &____renderInfo_9; }
inline void set__renderInfo_9(Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 * value)
{
____renderInfo_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____renderInfo_9), (void*)value);
}
inline static int32_t get_offset_of__lastRenderInfo_10() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____lastRenderInfo_10)); }
inline RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * get__lastRenderInfo_10() const { return ____lastRenderInfo_10; }
inline RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 ** get_address_of__lastRenderInfo_10() { return &____lastRenderInfo_10; }
inline void set__lastRenderInfo_10(RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * value)
{
____lastRenderInfo_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____lastRenderInfo_10), (void*)value);
}
inline static int32_t get_offset_of__lastFontSize_11() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____lastFontSize_11)); }
inline int32_t get__lastFontSize_11() const { return ____lastFontSize_11; }
inline int32_t* get_address_of__lastFontSize_11() { return &____lastFontSize_11; }
inline void set__lastFontSize_11(int32_t value)
{
____lastFontSize_11 = value;
}
inline static int32_t get_offset_of__size_12() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____size_12)); }
inline int32_t get__size_12() const { return ____size_12; }
inline int32_t* get_address_of__size_12() { return &____size_12; }
inline void set__size_12(int32_t value)
{
____size_12 = value;
}
inline static int32_t get_offset_of__style_13() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____style_13)); }
inline int32_t get__style_13() const { return ____style_13; }
inline int32_t* get_address_of__style_13() { return &____style_13; }
inline void set__style_13(int32_t value)
{
____style_13 = value;
}
inline static int32_t get_offset_of__path_14() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____path_14)); }
inline String_t* get__path_14() const { return ____path_14; }
inline String_t** get_address_of__path_14() { return &____path_14; }
inline void set__path_14(String_t* value)
{
____path_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&____path_14), (void*)value);
}
};
struct DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields
{
public:
// UnityEngine.CharacterInfo FairyGUI.DynamicFont::sTempChar
CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 ___sTempChar_15;
// System.Boolean FairyGUI.DynamicFont::textRebuildFlag
bool ___textRebuildFlag_16;
public:
inline static int32_t get_offset_of_sTempChar_15() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields, ___sTempChar_15)); }
inline CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 get_sTempChar_15() const { return ___sTempChar_15; }
inline CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 * get_address_of_sTempChar_15() { return &___sTempChar_15; }
inline void set_sTempChar_15(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 value)
{
___sTempChar_15 = value;
}
inline static int32_t get_offset_of_textRebuildFlag_16() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields, ___textRebuildFlag_16)); }
inline bool get_textRebuildFlag_16() const { return ___textRebuildFlag_16; }
inline bool* get_address_of_textRebuildFlag_16() { return &___textRebuildFlag_16; }
inline void set_textRebuildFlag_16(bool value)
{
___textRebuildFlag_16 = value;
}
};
// FairyGUI.EventCallback0
struct EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.EventCallback1
struct EventCallback1_t389063B912FE306493324D5033356213EEA650A7 : 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.GLoader
struct GLoader_t79DB886430214FA5031328823142509230E0E4A8 : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// System.Boolean FairyGUI.GLoader::showErrorSign
bool ___showErrorSign_74;
// System.String FairyGUI.GLoader::_url
String_t* ____url_75;
// FairyGUI.AlignType FairyGUI.GLoader::_align
int32_t ____align_76;
// FairyGUI.VertAlignType FairyGUI.GLoader::_verticalAlign
int32_t ____verticalAlign_77;
// System.Boolean FairyGUI.GLoader::_autoSize
bool ____autoSize_78;
// FairyGUI.FillType FairyGUI.GLoader::_fill
int32_t ____fill_79;
// System.Boolean FairyGUI.GLoader::_shrinkOnly
bool ____shrinkOnly_80;
// System.Boolean FairyGUI.GLoader::_updatingLayout
bool ____updatingLayout_81;
// FairyGUI.PackageItem FairyGUI.GLoader::_contentItem
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ____contentItem_82;
// System.Single FairyGUI.GLoader::_contentWidth
float ____contentWidth_83;
// System.Single FairyGUI.GLoader::_contentHeight
float ____contentHeight_84;
// System.Single FairyGUI.GLoader::_contentSourceWidth
float ____contentSourceWidth_85;
// System.Single FairyGUI.GLoader::_contentSourceHeight
float ____contentSourceHeight_86;
// FairyGUI.MovieClip FairyGUI.GLoader::_content
MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * ____content_87;
// FairyGUI.GObject FairyGUI.GLoader::_errorSign
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____errorSign_88;
// FairyGUI.GComponent FairyGUI.GLoader::_content2
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____content2_89;
public:
inline static int32_t get_offset_of_showErrorSign_74() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ___showErrorSign_74)); }
inline bool get_showErrorSign_74() const { return ___showErrorSign_74; }
inline bool* get_address_of_showErrorSign_74() { return &___showErrorSign_74; }
inline void set_showErrorSign_74(bool value)
{
___showErrorSign_74 = value;
}
inline static int32_t get_offset_of__url_75() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____url_75)); }
inline String_t* get__url_75() const { return ____url_75; }
inline String_t** get_address_of__url_75() { return &____url_75; }
inline void set__url_75(String_t* value)
{
____url_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&____url_75), (void*)value);
}
inline static int32_t get_offset_of__align_76() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____align_76)); }
inline int32_t get__align_76() const { return ____align_76; }
inline int32_t* get_address_of__align_76() { return &____align_76; }
inline void set__align_76(int32_t value)
{
____align_76 = value;
}
inline static int32_t get_offset_of__verticalAlign_77() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____verticalAlign_77)); }
inline int32_t get__verticalAlign_77() const { return ____verticalAlign_77; }
inline int32_t* get_address_of__verticalAlign_77() { return &____verticalAlign_77; }
inline void set__verticalAlign_77(int32_t value)
{
____verticalAlign_77 = value;
}
inline static int32_t get_offset_of__autoSize_78() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____autoSize_78)); }
inline bool get__autoSize_78() const { return ____autoSize_78; }
inline bool* get_address_of__autoSize_78() { return &____autoSize_78; }
inline void set__autoSize_78(bool value)
{
____autoSize_78 = value;
}
inline static int32_t get_offset_of__fill_79() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____fill_79)); }
inline int32_t get__fill_79() const { return ____fill_79; }
inline int32_t* get_address_of__fill_79() { return &____fill_79; }
inline void set__fill_79(int32_t value)
{
____fill_79 = value;
}
inline static int32_t get_offset_of__shrinkOnly_80() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____shrinkOnly_80)); }
inline bool get__shrinkOnly_80() const { return ____shrinkOnly_80; }
inline bool* get_address_of__shrinkOnly_80() { return &____shrinkOnly_80; }
inline void set__shrinkOnly_80(bool value)
{
____shrinkOnly_80 = value;
}
inline static int32_t get_offset_of__updatingLayout_81() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____updatingLayout_81)); }
inline bool get__updatingLayout_81() const { return ____updatingLayout_81; }
inline bool* get_address_of__updatingLayout_81() { return &____updatingLayout_81; }
inline void set__updatingLayout_81(bool value)
{
____updatingLayout_81 = value;
}
inline static int32_t get_offset_of__contentItem_82() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentItem_82)); }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get__contentItem_82() const { return ____contentItem_82; }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of__contentItem_82() { return &____contentItem_82; }
inline void set__contentItem_82(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value)
{
____contentItem_82 = value;
Il2CppCodeGenWriteBarrier((void**)(&____contentItem_82), (void*)value);
}
inline static int32_t get_offset_of__contentWidth_83() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentWidth_83)); }
inline float get__contentWidth_83() const { return ____contentWidth_83; }
inline float* get_address_of__contentWidth_83() { return &____contentWidth_83; }
inline void set__contentWidth_83(float value)
{
____contentWidth_83 = value;
}
inline static int32_t get_offset_of__contentHeight_84() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentHeight_84)); }
inline float get__contentHeight_84() const { return ____contentHeight_84; }
inline float* get_address_of__contentHeight_84() { return &____contentHeight_84; }
inline void set__contentHeight_84(float value)
{
____contentHeight_84 = value;
}
inline static int32_t get_offset_of__contentSourceWidth_85() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentSourceWidth_85)); }
inline float get__contentSourceWidth_85() const { return ____contentSourceWidth_85; }
inline float* get_address_of__contentSourceWidth_85() { return &____contentSourceWidth_85; }
inline void set__contentSourceWidth_85(float value)
{
____contentSourceWidth_85 = value;
}
inline static int32_t get_offset_of__contentSourceHeight_86() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentSourceHeight_86)); }
inline float get__contentSourceHeight_86() const { return ____contentSourceHeight_86; }
inline float* get_address_of__contentSourceHeight_86() { return &____contentSourceHeight_86; }
inline void set__contentSourceHeight_86(float value)
{
____contentSourceHeight_86 = value;
}
inline static int32_t get_offset_of__content_87() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____content_87)); }
inline MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * get__content_87() const { return ____content_87; }
inline MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 ** get_address_of__content_87() { return &____content_87; }
inline void set__content_87(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * value)
{
____content_87 = value;
Il2CppCodeGenWriteBarrier((void**)(&____content_87), (void*)value);
}
inline static int32_t get_offset_of__errorSign_88() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____errorSign_88)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__errorSign_88() const { return ____errorSign_88; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__errorSign_88() { return &____errorSign_88; }
inline void set__errorSign_88(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____errorSign_88 = value;
Il2CppCodeGenWriteBarrier((void**)(&____errorSign_88), (void*)value);
}
inline static int32_t get_offset_of__content2_89() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____content2_89)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__content2_89() const { return ____content2_89; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__content2_89() { return &____content2_89; }
inline void set__content2_89(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____content2_89 = value;
Il2CppCodeGenWriteBarrier((void**)(&____content2_89), (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);
}
};
// FairyGUI.Image
struct Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
public:
// System.Nullable`1<UnityEngine.Rect> FairyGUI.Image::_scale9Grid
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ____scale9Grid_52;
// System.Boolean FairyGUI.Image::_scaleByTile
bool ____scaleByTile_53;
// System.Int32 FairyGUI.Image::_tileGridIndice
int32_t ____tileGridIndice_54;
// FairyGUI.FillMesh FairyGUI.Image::_fillMesh
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * ____fillMesh_55;
public:
inline static int32_t get_offset_of__scale9Grid_52() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8, ____scale9Grid_52)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get__scale9Grid_52() const { return ____scale9Grid_52; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of__scale9Grid_52() { return &____scale9Grid_52; }
inline void set__scale9Grid_52(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
____scale9Grid_52 = value;
}
inline static int32_t get_offset_of__scaleByTile_53() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8, ____scaleByTile_53)); }
inline bool get__scaleByTile_53() const { return ____scaleByTile_53; }
inline bool* get_address_of__scaleByTile_53() { return &____scaleByTile_53; }
inline void set__scaleByTile_53(bool value)
{
____scaleByTile_53 = value;
}
inline static int32_t get_offset_of__tileGridIndice_54() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8, ____tileGridIndice_54)); }
inline int32_t get__tileGridIndice_54() const { return ____tileGridIndice_54; }
inline int32_t* get_address_of__tileGridIndice_54() { return &____tileGridIndice_54; }
inline void set__tileGridIndice_54(int32_t value)
{
____tileGridIndice_54 = value;
}
inline static int32_t get_offset_of__fillMesh_55() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8, ____fillMesh_55)); }
inline FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * get__fillMesh_55() const { return ____fillMesh_55; }
inline FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 ** get_address_of__fillMesh_55() { return &____fillMesh_55; }
inline void set__fillMesh_55(FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * value)
{
____fillMesh_55 = value;
Il2CppCodeGenWriteBarrier((void**)(&____fillMesh_55), (void*)value);
}
};
struct Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields
{
public:
// System.Int32[] FairyGUI.Image::TRIANGLES_9_GRID
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___TRIANGLES_9_GRID_56;
// System.Int32[] FairyGUI.Image::gridTileIndice
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___gridTileIndice_57;
// System.Single[] FairyGUI.Image::gridX
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___gridX_58;
// System.Single[] FairyGUI.Image::gridY
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___gridY_59;
// System.Single[] FairyGUI.Image::gridTexX
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___gridTexX_60;
// System.Single[] FairyGUI.Image::gridTexY
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___gridTexY_61;
public:
inline static int32_t get_offset_of_TRIANGLES_9_GRID_56() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___TRIANGLES_9_GRID_56)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_TRIANGLES_9_GRID_56() const { return ___TRIANGLES_9_GRID_56; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_TRIANGLES_9_GRID_56() { return &___TRIANGLES_9_GRID_56; }
inline void set_TRIANGLES_9_GRID_56(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___TRIANGLES_9_GRID_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TRIANGLES_9_GRID_56), (void*)value);
}
inline static int32_t get_offset_of_gridTileIndice_57() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___gridTileIndice_57)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_gridTileIndice_57() const { return ___gridTileIndice_57; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_gridTileIndice_57() { return &___gridTileIndice_57; }
inline void set_gridTileIndice_57(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___gridTileIndice_57 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gridTileIndice_57), (void*)value);
}
inline static int32_t get_offset_of_gridX_58() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___gridX_58)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_gridX_58() const { return ___gridX_58; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_gridX_58() { return &___gridX_58; }
inline void set_gridX_58(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___gridX_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gridX_58), (void*)value);
}
inline static int32_t get_offset_of_gridY_59() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___gridY_59)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_gridY_59() const { return ___gridY_59; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_gridY_59() { return &___gridY_59; }
inline void set_gridY_59(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___gridY_59 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gridY_59), (void*)value);
}
inline static int32_t get_offset_of_gridTexX_60() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___gridTexX_60)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_gridTexX_60() const { return ___gridTexX_60; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_gridTexX_60() { return &___gridTexX_60; }
inline void set_gridTexX_60(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___gridTexX_60 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gridTexX_60), (void*)value);
}
inline static int32_t get_offset_of_gridTexY_61() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___gridTexY_61)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_gridTexY_61() const { return ___gridTexY_61; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_gridTexY_61() { return &___gridTexY_61; }
inline void set_gridTexY_61(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___gridTexY_61 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gridTexY_61), (void*)value);
}
};
// FairyGUI.TimerCallback
struct TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`1<UnityEngine.Font>
struct Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C : public MulticastDelegate_t
{
public:
public:
};
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
}
};
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
// System.Comparison`1<FairyGUI.EMRenderTarget>
struct Comparison_1_t884447A7BB34C65ABC527C422490E7D4F91B1500 : public MulticastDelegate_t
{
public:
public:
};
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// UnityEngine.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Collider
struct Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.RenderTexture
struct RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 : 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.GLabel
struct GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5 : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// FairyGUI.GObject FairyGUI.GLabel::_titleObject
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____titleObject_93;
// FairyGUI.GObject FairyGUI.GLabel::_iconObject
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____iconObject_94;
public:
inline static int32_t get_offset_of__titleObject_93() { return static_cast<int32_t>(offsetof(GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5, ____titleObject_93)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__titleObject_93() const { return ____titleObject_93; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__titleObject_93() { return &____titleObject_93; }
inline void set__titleObject_93(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____titleObject_93 = value;
Il2CppCodeGenWriteBarrier((void**)(&____titleObject_93), (void*)value);
}
inline static int32_t get_offset_of__iconObject_94() { return static_cast<int32_t>(offsetof(GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5, ____iconObject_94)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__iconObject_94() const { return ____iconObject_94; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__iconObject_94() { return &____iconObject_94; }
inline void set__iconObject_94(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____iconObject_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&____iconObject_94), (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);
}
};
// FairyGUI.MovieClip
struct MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 : public Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8
{
public:
// System.Single FairyGUI.MovieClip::interval
float ___interval_62;
// System.Boolean FairyGUI.MovieClip::swing
bool ___swing_63;
// System.Single FairyGUI.MovieClip::repeatDelay
float ___repeatDelay_64;
// System.Single FairyGUI.MovieClip::timeScale
float ___timeScale_65;
// System.Boolean FairyGUI.MovieClip::ignoreEngineTimeScale
bool ___ignoreEngineTimeScale_66;
// FairyGUI.MovieClip_Frame[] FairyGUI.MovieClip::_frames
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* ____frames_67;
// System.Int32 FairyGUI.MovieClip::_frameCount
int32_t ____frameCount_68;
// System.Int32 FairyGUI.MovieClip::_frame
int32_t ____frame_69;
// System.Boolean FairyGUI.MovieClip::_playing
bool ____playing_70;
// System.Int32 FairyGUI.MovieClip::_start
int32_t ____start_71;
// System.Int32 FairyGUI.MovieClip::_end
int32_t ____end_72;
// System.Int32 FairyGUI.MovieClip::_times
int32_t ____times_73;
// System.Int32 FairyGUI.MovieClip::_endAt
int32_t ____endAt_74;
// System.Int32 FairyGUI.MovieClip::_status
int32_t ____status_75;
// System.Single FairyGUI.MovieClip::_frameElapsed
float ____frameElapsed_76;
// System.Boolean FairyGUI.MovieClip::_reversed
bool ____reversed_77;
// System.Int32 FairyGUI.MovieClip::_repeatedCount
int32_t ____repeatedCount_78;
// FairyGUI.TimerCallback FairyGUI.MovieClip::_timerDelegate
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ____timerDelegate_79;
// FairyGUI.EventListener FairyGUI.MovieClip::_onPlayEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onPlayEnd_80;
public:
inline static int32_t get_offset_of_interval_62() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ___interval_62)); }
inline float get_interval_62() const { return ___interval_62; }
inline float* get_address_of_interval_62() { return &___interval_62; }
inline void set_interval_62(float value)
{
___interval_62 = value;
}
inline static int32_t get_offset_of_swing_63() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ___swing_63)); }
inline bool get_swing_63() const { return ___swing_63; }
inline bool* get_address_of_swing_63() { return &___swing_63; }
inline void set_swing_63(bool value)
{
___swing_63 = value;
}
inline static int32_t get_offset_of_repeatDelay_64() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ___repeatDelay_64)); }
inline float get_repeatDelay_64() const { return ___repeatDelay_64; }
inline float* get_address_of_repeatDelay_64() { return &___repeatDelay_64; }
inline void set_repeatDelay_64(float value)
{
___repeatDelay_64 = value;
}
inline static int32_t get_offset_of_timeScale_65() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ___timeScale_65)); }
inline float get_timeScale_65() const { return ___timeScale_65; }
inline float* get_address_of_timeScale_65() { return &___timeScale_65; }
inline void set_timeScale_65(float value)
{
___timeScale_65 = value;
}
inline static int32_t get_offset_of_ignoreEngineTimeScale_66() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ___ignoreEngineTimeScale_66)); }
inline bool get_ignoreEngineTimeScale_66() const { return ___ignoreEngineTimeScale_66; }
inline bool* get_address_of_ignoreEngineTimeScale_66() { return &___ignoreEngineTimeScale_66; }
inline void set_ignoreEngineTimeScale_66(bool value)
{
___ignoreEngineTimeScale_66 = value;
}
inline static int32_t get_offset_of__frames_67() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____frames_67)); }
inline FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* get__frames_67() const { return ____frames_67; }
inline FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6** get_address_of__frames_67() { return &____frames_67; }
inline void set__frames_67(FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* value)
{
____frames_67 = value;
Il2CppCodeGenWriteBarrier((void**)(&____frames_67), (void*)value);
}
inline static int32_t get_offset_of__frameCount_68() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____frameCount_68)); }
inline int32_t get__frameCount_68() const { return ____frameCount_68; }
inline int32_t* get_address_of__frameCount_68() { return &____frameCount_68; }
inline void set__frameCount_68(int32_t value)
{
____frameCount_68 = value;
}
inline static int32_t get_offset_of__frame_69() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____frame_69)); }
inline int32_t get__frame_69() const { return ____frame_69; }
inline int32_t* get_address_of__frame_69() { return &____frame_69; }
inline void set__frame_69(int32_t value)
{
____frame_69 = value;
}
inline static int32_t get_offset_of__playing_70() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____playing_70)); }
inline bool get__playing_70() const { return ____playing_70; }
inline bool* get_address_of__playing_70() { return &____playing_70; }
inline void set__playing_70(bool value)
{
____playing_70 = value;
}
inline static int32_t get_offset_of__start_71() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____start_71)); }
inline int32_t get__start_71() const { return ____start_71; }
inline int32_t* get_address_of__start_71() { return &____start_71; }
inline void set__start_71(int32_t value)
{
____start_71 = value;
}
inline static int32_t get_offset_of__end_72() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____end_72)); }
inline int32_t get__end_72() const { return ____end_72; }
inline int32_t* get_address_of__end_72() { return &____end_72; }
inline void set__end_72(int32_t value)
{
____end_72 = value;
}
inline static int32_t get_offset_of__times_73() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____times_73)); }
inline int32_t get__times_73() const { return ____times_73; }
inline int32_t* get_address_of__times_73() { return &____times_73; }
inline void set__times_73(int32_t value)
{
____times_73 = value;
}
inline static int32_t get_offset_of__endAt_74() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____endAt_74)); }
inline int32_t get__endAt_74() const { return ____endAt_74; }
inline int32_t* get_address_of__endAt_74() { return &____endAt_74; }
inline void set__endAt_74(int32_t value)
{
____endAt_74 = value;
}
inline static int32_t get_offset_of__status_75() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____status_75)); }
inline int32_t get__status_75() const { return ____status_75; }
inline int32_t* get_address_of__status_75() { return &____status_75; }
inline void set__status_75(int32_t value)
{
____status_75 = value;
}
inline static int32_t get_offset_of__frameElapsed_76() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____frameElapsed_76)); }
inline float get__frameElapsed_76() const { return ____frameElapsed_76; }
inline float* get_address_of__frameElapsed_76() { return &____frameElapsed_76; }
inline void set__frameElapsed_76(float value)
{
____frameElapsed_76 = value;
}
inline static int32_t get_offset_of__reversed_77() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____reversed_77)); }
inline bool get__reversed_77() const { return ____reversed_77; }
inline bool* get_address_of__reversed_77() { return &____reversed_77; }
inline void set__reversed_77(bool value)
{
____reversed_77 = value;
}
inline static int32_t get_offset_of__repeatedCount_78() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____repeatedCount_78)); }
inline int32_t get__repeatedCount_78() const { return ____repeatedCount_78; }
inline int32_t* get_address_of__repeatedCount_78() { return &____repeatedCount_78; }
inline void set__repeatedCount_78(int32_t value)
{
____repeatedCount_78 = value;
}
inline static int32_t get_offset_of__timerDelegate_79() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____timerDelegate_79)); }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * get__timerDelegate_79() const { return ____timerDelegate_79; }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 ** get_address_of__timerDelegate_79() { return &____timerDelegate_79; }
inline void set__timerDelegate_79(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * value)
{
____timerDelegate_79 = value;
Il2CppCodeGenWriteBarrier((void**)(&____timerDelegate_79), (void*)value);
}
inline static int32_t get_offset_of__onPlayEnd_80() { return static_cast<int32_t>(offsetof(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547, ____onPlayEnd_80)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onPlayEnd_80() const { return ____onPlayEnd_80; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onPlayEnd_80() { return &____onPlayEnd_80; }
inline void set__onPlayEnd_80(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onPlayEnd_80 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onPlayEnd_80), (void*)value);
}
};
// FairyGUI.Stage
struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 : public Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68
{
public:
// System.Int32 FairyGUI.Stage::<stageHeight>k__BackingField
int32_t ___U3CstageHeightU3Ek__BackingField_69;
// System.Int32 FairyGUI.Stage::<stageWidth>k__BackingField
int32_t ___U3CstageWidthU3Ek__BackingField_70;
// System.Single FairyGUI.Stage::<soundVolume>k__BackingField
float ___U3CsoundVolumeU3Ek__BackingField_71;
// FairyGUI.DisplayObject FairyGUI.Stage::_touchTarget
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____touchTarget_72;
// FairyGUI.DisplayObject FairyGUI.Stage::_focused
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____focused_73;
// FairyGUI.InputTextField FairyGUI.Stage::_lastInput
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * ____lastInput_74;
// FairyGUI.UpdateContext FairyGUI.Stage::_updateContext
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ____updateContext_75;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Stage::_rollOutChain
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____rollOutChain_76;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Stage::_rollOverChain
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____rollOverChain_77;
// FairyGUI.TouchInfo[] FairyGUI.Stage::_touches
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* ____touches_78;
// System.Int32 FairyGUI.Stage::_touchCount
int32_t ____touchCount_79;
// UnityEngine.Vector2 FairyGUI.Stage::_touchPosition
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____touchPosition_80;
// System.Int32 FairyGUI.Stage::_frameGotHitTarget
int32_t ____frameGotHitTarget_81;
// System.Int32 FairyGUI.Stage::_frameGotTouchPosition
int32_t ____frameGotTouchPosition_82;
// System.Boolean FairyGUI.Stage::_customInput
bool ____customInput_83;
// UnityEngine.Vector2 FairyGUI.Stage::_customInputPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____customInputPos_84;
// System.Boolean FairyGUI.Stage::_customInputButtonDown
bool ____customInputButtonDown_85;
// FairyGUI.EventCallback1 FairyGUI.Stage::_focusRemovedDelegate
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____focusRemovedDelegate_86;
// UnityEngine.AudioSource FairyGUI.Stage::_audio
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * ____audio_87;
// System.Collections.Generic.List`1<FairyGUI.NTexture> FairyGUI.Stage::_toCollectTextures
List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * ____toCollectTextures_88;
// FairyGUI.EventListener FairyGUI.Stage::_onStageResized
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onStageResized_89;
public:
inline static int32_t get_offset_of_U3CstageHeightU3Ek__BackingField_69() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ___U3CstageHeightU3Ek__BackingField_69)); }
inline int32_t get_U3CstageHeightU3Ek__BackingField_69() const { return ___U3CstageHeightU3Ek__BackingField_69; }
inline int32_t* get_address_of_U3CstageHeightU3Ek__BackingField_69() { return &___U3CstageHeightU3Ek__BackingField_69; }
inline void set_U3CstageHeightU3Ek__BackingField_69(int32_t value)
{
___U3CstageHeightU3Ek__BackingField_69 = value;
}
inline static int32_t get_offset_of_U3CstageWidthU3Ek__BackingField_70() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ___U3CstageWidthU3Ek__BackingField_70)); }
inline int32_t get_U3CstageWidthU3Ek__BackingField_70() const { return ___U3CstageWidthU3Ek__BackingField_70; }
inline int32_t* get_address_of_U3CstageWidthU3Ek__BackingField_70() { return &___U3CstageWidthU3Ek__BackingField_70; }
inline void set_U3CstageWidthU3Ek__BackingField_70(int32_t value)
{
___U3CstageWidthU3Ek__BackingField_70 = value;
}
inline static int32_t get_offset_of_U3CsoundVolumeU3Ek__BackingField_71() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ___U3CsoundVolumeU3Ek__BackingField_71)); }
inline float get_U3CsoundVolumeU3Ek__BackingField_71() const { return ___U3CsoundVolumeU3Ek__BackingField_71; }
inline float* get_address_of_U3CsoundVolumeU3Ek__BackingField_71() { return &___U3CsoundVolumeU3Ek__BackingField_71; }
inline void set_U3CsoundVolumeU3Ek__BackingField_71(float value)
{
___U3CsoundVolumeU3Ek__BackingField_71 = value;
}
inline static int32_t get_offset_of__touchTarget_72() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____touchTarget_72)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__touchTarget_72() const { return ____touchTarget_72; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__touchTarget_72() { return &____touchTarget_72; }
inline void set__touchTarget_72(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
____touchTarget_72 = value;
Il2CppCodeGenWriteBarrier((void**)(&____touchTarget_72), (void*)value);
}
inline static int32_t get_offset_of__focused_73() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____focused_73)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__focused_73() const { return ____focused_73; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__focused_73() { return &____focused_73; }
inline void set__focused_73(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
____focused_73 = value;
Il2CppCodeGenWriteBarrier((void**)(&____focused_73), (void*)value);
}
inline static int32_t get_offset_of__lastInput_74() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____lastInput_74)); }
inline InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * get__lastInput_74() const { return ____lastInput_74; }
inline InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC ** get_address_of__lastInput_74() { return &____lastInput_74; }
inline void set__lastInput_74(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * value)
{
____lastInput_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&____lastInput_74), (void*)value);
}
inline static int32_t get_offset_of__updateContext_75() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____updateContext_75)); }
inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * get__updateContext_75() const { return ____updateContext_75; }
inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 ** get_address_of__updateContext_75() { return &____updateContext_75; }
inline void set__updateContext_75(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * value)
{
____updateContext_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&____updateContext_75), (void*)value);
}
inline static int32_t get_offset_of__rollOutChain_76() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____rollOutChain_76)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__rollOutChain_76() const { return ____rollOutChain_76; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__rollOutChain_76() { return &____rollOutChain_76; }
inline void set__rollOutChain_76(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____rollOutChain_76 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rollOutChain_76), (void*)value);
}
inline static int32_t get_offset_of__rollOverChain_77() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____rollOverChain_77)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__rollOverChain_77() const { return ____rollOverChain_77; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__rollOverChain_77() { return &____rollOverChain_77; }
inline void set__rollOverChain_77(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____rollOverChain_77 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rollOverChain_77), (void*)value);
}
inline static int32_t get_offset_of__touches_78() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____touches_78)); }
inline TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* get__touches_78() const { return ____touches_78; }
inline TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD** get_address_of__touches_78() { return &____touches_78; }
inline void set__touches_78(TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* value)
{
____touches_78 = value;
Il2CppCodeGenWriteBarrier((void**)(&____touches_78), (void*)value);
}
inline static int32_t get_offset_of__touchCount_79() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____touchCount_79)); }
inline int32_t get__touchCount_79() const { return ____touchCount_79; }
inline int32_t* get_address_of__touchCount_79() { return &____touchCount_79; }
inline void set__touchCount_79(int32_t value)
{
____touchCount_79 = value;
}
inline static int32_t get_offset_of__touchPosition_80() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____touchPosition_80)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__touchPosition_80() const { return ____touchPosition_80; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__touchPosition_80() { return &____touchPosition_80; }
inline void set__touchPosition_80(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____touchPosition_80 = value;
}
inline static int32_t get_offset_of__frameGotHitTarget_81() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____frameGotHitTarget_81)); }
inline int32_t get__frameGotHitTarget_81() const { return ____frameGotHitTarget_81; }
inline int32_t* get_address_of__frameGotHitTarget_81() { return &____frameGotHitTarget_81; }
inline void set__frameGotHitTarget_81(int32_t value)
{
____frameGotHitTarget_81 = value;
}
inline static int32_t get_offset_of__frameGotTouchPosition_82() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____frameGotTouchPosition_82)); }
inline int32_t get__frameGotTouchPosition_82() const { return ____frameGotTouchPosition_82; }
inline int32_t* get_address_of__frameGotTouchPosition_82() { return &____frameGotTouchPosition_82; }
inline void set__frameGotTouchPosition_82(int32_t value)
{
____frameGotTouchPosition_82 = value;
}
inline static int32_t get_offset_of__customInput_83() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____customInput_83)); }
inline bool get__customInput_83() const { return ____customInput_83; }
inline bool* get_address_of__customInput_83() { return &____customInput_83; }
inline void set__customInput_83(bool value)
{
____customInput_83 = value;
}
inline static int32_t get_offset_of__customInputPos_84() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____customInputPos_84)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__customInputPos_84() const { return ____customInputPos_84; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__customInputPos_84() { return &____customInputPos_84; }
inline void set__customInputPos_84(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____customInputPos_84 = value;
}
inline static int32_t get_offset_of__customInputButtonDown_85() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____customInputButtonDown_85)); }
inline bool get__customInputButtonDown_85() const { return ____customInputButtonDown_85; }
inline bool* get_address_of__customInputButtonDown_85() { return &____customInputButtonDown_85; }
inline void set__customInputButtonDown_85(bool value)
{
____customInputButtonDown_85 = value;
}
inline static int32_t get_offset_of__focusRemovedDelegate_86() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____focusRemovedDelegate_86)); }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__focusRemovedDelegate_86() const { return ____focusRemovedDelegate_86; }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__focusRemovedDelegate_86() { return &____focusRemovedDelegate_86; }
inline void set__focusRemovedDelegate_86(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
{
____focusRemovedDelegate_86 = value;
Il2CppCodeGenWriteBarrier((void**)(&____focusRemovedDelegate_86), (void*)value);
}
inline static int32_t get_offset_of__audio_87() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____audio_87)); }
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * get__audio_87() const { return ____audio_87; }
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C ** get_address_of__audio_87() { return &____audio_87; }
inline void set__audio_87(AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * value)
{
____audio_87 = value;
Il2CppCodeGenWriteBarrier((void**)(&____audio_87), (void*)value);
}
inline static int32_t get_offset_of__toCollectTextures_88() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____toCollectTextures_88)); }
inline List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * get__toCollectTextures_88() const { return ____toCollectTextures_88; }
inline List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 ** get_address_of__toCollectTextures_88() { return &____toCollectTextures_88; }
inline void set__toCollectTextures_88(List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * value)
{
____toCollectTextures_88 = value;
Il2CppCodeGenWriteBarrier((void**)(&____toCollectTextures_88), (void*)value);
}
inline static int32_t get_offset_of__onStageResized_89() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____onStageResized_89)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onStageResized_89() const { return ____onStageResized_89; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onStageResized_89() { return &____onStageResized_89; }
inline void set__onStageResized_89(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onStageResized_89 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onStageResized_89), (void*)value);
}
};
struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields
{
public:
// System.Boolean FairyGUI.Stage::_touchScreen
bool ____touchScreen_90;
// FairyGUI.IKeyboard FairyGUI.Stage::_keyboard
RuntimeObject* ____keyboard_91;
// FairyGUI.Stage FairyGUI.Stage::_inst
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * ____inst_92;
// System.Boolean FairyGUI.Stage::<keyboardInput>k__BackingField
bool ___U3CkeyboardInputU3Ek__BackingField_93;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Stage::sTempList1
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ___sTempList1_94;
// System.Collections.Generic.List`1<System.Int32> FairyGUI.Stage::sTempList2
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___sTempList2_95;
public:
inline static int32_t get_offset_of__touchScreen_90() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ____touchScreen_90)); }
inline bool get__touchScreen_90() const { return ____touchScreen_90; }
inline bool* get_address_of__touchScreen_90() { return &____touchScreen_90; }
inline void set__touchScreen_90(bool value)
{
____touchScreen_90 = value;
}
inline static int32_t get_offset_of__keyboard_91() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ____keyboard_91)); }
inline RuntimeObject* get__keyboard_91() const { return ____keyboard_91; }
inline RuntimeObject** get_address_of__keyboard_91() { return &____keyboard_91; }
inline void set__keyboard_91(RuntimeObject* value)
{
____keyboard_91 = value;
Il2CppCodeGenWriteBarrier((void**)(&____keyboard_91), (void*)value);
}
inline static int32_t get_offset_of__inst_92() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ____inst_92)); }
inline Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * get__inst_92() const { return ____inst_92; }
inline Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 ** get_address_of__inst_92() { return &____inst_92; }
inline void set__inst_92(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * value)
{
____inst_92 = value;
Il2CppCodeGenWriteBarrier((void**)(&____inst_92), (void*)value);
}
inline static int32_t get_offset_of_U3CkeyboardInputU3Ek__BackingField_93() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ___U3CkeyboardInputU3Ek__BackingField_93)); }
inline bool get_U3CkeyboardInputU3Ek__BackingField_93() const { return ___U3CkeyboardInputU3Ek__BackingField_93; }
inline bool* get_address_of_U3CkeyboardInputU3Ek__BackingField_93() { return &___U3CkeyboardInputU3Ek__BackingField_93; }
inline void set_U3CkeyboardInputU3Ek__BackingField_93(bool value)
{
___U3CkeyboardInputU3Ek__BackingField_93 = value;
}
inline static int32_t get_offset_of_sTempList1_94() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ___sTempList1_94)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get_sTempList1_94() const { return ___sTempList1_94; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of_sTempList1_94() { return &___sTempList1_94; }
inline void set_sTempList1_94(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
___sTempList1_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sTempList1_94), (void*)value);
}
inline static int32_t get_offset_of_sTempList2_95() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ___sTempList2_95)); }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_sTempList2_95() const { return ___sTempList2_95; }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_sTempList2_95() { return &___sTempList2_95; }
inline void set_sTempList2_95(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
{
___sTempList2_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sTempList2_95), (void*)value);
}
};
// FairyGUI.Window
struct Window_tE7D87992AB935C3508A34E808A486C27C5B6009A : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// System.Boolean FairyGUI.Window::bringToFontOnClick
bool ___bringToFontOnClick_93;
// FairyGUI.GComponent FairyGUI.Window::_frame
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____frame_94;
// FairyGUI.GComponent FairyGUI.Window::_contentPane
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____contentPane_95;
// FairyGUI.GObject FairyGUI.Window::_modalWaitPane
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____modalWaitPane_96;
// FairyGUI.GObject FairyGUI.Window::_closeButton
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____closeButton_97;
// FairyGUI.GObject FairyGUI.Window::_dragArea
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____dragArea_98;
// FairyGUI.GObject FairyGUI.Window::_contentArea
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____contentArea_99;
// System.Boolean FairyGUI.Window::_modal
bool ____modal_100;
// System.Collections.Generic.List`1<FairyGUI.IUISource> FairyGUI.Window::_uiSources
List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * ____uiSources_101;
// System.Boolean FairyGUI.Window::_inited
bool ____inited_102;
// System.Boolean FairyGUI.Window::_loading
bool ____loading_103;
// System.Int32 FairyGUI.Window::_requestingCmd
int32_t ____requestingCmd_104;
public:
inline static int32_t get_offset_of_bringToFontOnClick_93() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ___bringToFontOnClick_93)); }
inline bool get_bringToFontOnClick_93() const { return ___bringToFontOnClick_93; }
inline bool* get_address_of_bringToFontOnClick_93() { return &___bringToFontOnClick_93; }
inline void set_bringToFontOnClick_93(bool value)
{
___bringToFontOnClick_93 = value;
}
inline static int32_t get_offset_of__frame_94() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____frame_94)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__frame_94() const { return ____frame_94; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__frame_94() { return &____frame_94; }
inline void set__frame_94(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____frame_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&____frame_94), (void*)value);
}
inline static int32_t get_offset_of__contentPane_95() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____contentPane_95)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__contentPane_95() const { return ____contentPane_95; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__contentPane_95() { return &____contentPane_95; }
inline void set__contentPane_95(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____contentPane_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&____contentPane_95), (void*)value);
}
inline static int32_t get_offset_of__modalWaitPane_96() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____modalWaitPane_96)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__modalWaitPane_96() const { return ____modalWaitPane_96; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__modalWaitPane_96() { return &____modalWaitPane_96; }
inline void set__modalWaitPane_96(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____modalWaitPane_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&____modalWaitPane_96), (void*)value);
}
inline static int32_t get_offset_of__closeButton_97() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____closeButton_97)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__closeButton_97() const { return ____closeButton_97; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__closeButton_97() { return &____closeButton_97; }
inline void set__closeButton_97(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____closeButton_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&____closeButton_97), (void*)value);
}
inline static int32_t get_offset_of__dragArea_98() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____dragArea_98)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__dragArea_98() const { return ____dragArea_98; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__dragArea_98() { return &____dragArea_98; }
inline void set__dragArea_98(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____dragArea_98 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dragArea_98), (void*)value);
}
inline static int32_t get_offset_of__contentArea_99() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____contentArea_99)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__contentArea_99() const { return ____contentArea_99; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__contentArea_99() { return &____contentArea_99; }
inline void set__contentArea_99(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____contentArea_99 = value;
Il2CppCodeGenWriteBarrier((void**)(&____contentArea_99), (void*)value);
}
inline static int32_t get_offset_of__modal_100() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____modal_100)); }
inline bool get__modal_100() const { return ____modal_100; }
inline bool* get_address_of__modal_100() { return &____modal_100; }
inline void set__modal_100(bool value)
{
____modal_100 = value;
}
inline static int32_t get_offset_of__uiSources_101() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____uiSources_101)); }
inline List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * get__uiSources_101() const { return ____uiSources_101; }
inline List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA ** get_address_of__uiSources_101() { return &____uiSources_101; }
inline void set__uiSources_101(List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * value)
{
____uiSources_101 = value;
Il2CppCodeGenWriteBarrier((void**)(&____uiSources_101), (void*)value);
}
inline static int32_t get_offset_of__inited_102() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____inited_102)); }
inline bool get__inited_102() const { return ____inited_102; }
inline bool* get_address_of__inited_102() { return &____inited_102; }
inline void set__inited_102(bool value)
{
____inited_102 = value;
}
inline static int32_t get_offset_of__loading_103() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____loading_103)); }
inline bool get__loading_103() const { return ____loading_103; }
inline bool* get_address_of__loading_103() { return &____loading_103; }
inline void set__loading_103(bool value)
{
____loading_103 = value;
}
inline static int32_t get_offset_of__requestingCmd_104() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____requestingCmd_104)); }
inline int32_t get__requestingCmd_104() const { return ____requestingCmd_104; }
inline int32_t* get_address_of__requestingCmd_104() { return &____requestingCmd_104; }
inline void set__requestingCmd_104(int32_t value)
{
____requestingCmd_104 = value;
}
};
// UnityEngine.Camera
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields
{
public:
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPreCull
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPreCull_4;
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPreRender
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPreRender_5;
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPostRender
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPostRender_6;
public:
inline static int32_t get_offset_of_onPreCull_4() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPreCull_4)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPreCull_4() const { return ___onPreCull_4; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPreCull_4() { return &___onPreCull_4; }
inline void set_onPreCull_4(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPreCull_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value);
}
inline static int32_t get_offset_of_onPreRender_5() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPreRender_5)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPreRender_5() const { return ___onPreRender_5; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPreRender_5() { return &___onPreRender_5; }
inline void set_onPreRender_5(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPreRender_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value);
}
inline static int32_t get_offset_of_onPostRender_6() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPostRender_6)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPostRender_6() const { return ___onPostRender_6; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPostRender_6() { return &___onPostRender_6; }
inline void set_onPostRender_6(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPostRender_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value);
}
};
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
// FairyGUI.DisplayObjectInfo
struct DisplayObjectInfo_t7655D49FE30470F70905EBC2A44B8D61058812F8 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// FairyGUI.DisplayObject FairyGUI.DisplayObjectInfo::displayObject
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___displayObject_4;
public:
inline static int32_t get_offset_of_displayObject_4() { return static_cast<int32_t>(offsetof(DisplayObjectInfo_t7655D49FE30470F70905EBC2A44B8D61058812F8, ___displayObject_4)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get_displayObject_4() const { return ___displayObject_4; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of_displayObject_4() { return &___displayObject_4; }
inline void set_displayObject_4(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
___displayObject_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___displayObject_4), (void*)value);
}
};
// FairyGUI.StageCamera
struct StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// System.Boolean FairyGUI.StageCamera::constantSize
bool ___constantSize_4;
// UnityEngine.Transform FairyGUI.StageCamera::cachedTransform
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___cachedTransform_5;
// UnityEngine.Camera FairyGUI.StageCamera::cachedCamera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___cachedCamera_6;
// System.Int32 FairyGUI.StageCamera::screenWidth
int32_t ___screenWidth_7;
// System.Int32 FairyGUI.StageCamera::screenHeight
int32_t ___screenHeight_8;
// System.Boolean FairyGUI.StageCamera::isMain
bool ___isMain_9;
// UnityEngine.Display FairyGUI.StageCamera::_display
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * ____display_10;
public:
inline static int32_t get_offset_of_constantSize_4() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___constantSize_4)); }
inline bool get_constantSize_4() const { return ___constantSize_4; }
inline bool* get_address_of_constantSize_4() { return &___constantSize_4; }
inline void set_constantSize_4(bool value)
{
___constantSize_4 = value;
}
inline static int32_t get_offset_of_cachedTransform_5() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___cachedTransform_5)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_cachedTransform_5() const { return ___cachedTransform_5; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_cachedTransform_5() { return &___cachedTransform_5; }
inline void set_cachedTransform_5(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
___cachedTransform_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cachedTransform_5), (void*)value);
}
inline static int32_t get_offset_of_cachedCamera_6() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___cachedCamera_6)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_cachedCamera_6() const { return ___cachedCamera_6; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_cachedCamera_6() { return &___cachedCamera_6; }
inline void set_cachedCamera_6(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___cachedCamera_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cachedCamera_6), (void*)value);
}
inline static int32_t get_offset_of_screenWidth_7() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___screenWidth_7)); }
inline int32_t get_screenWidth_7() const { return ___screenWidth_7; }
inline int32_t* get_address_of_screenWidth_7() { return &___screenWidth_7; }
inline void set_screenWidth_7(int32_t value)
{
___screenWidth_7 = value;
}
inline static int32_t get_offset_of_screenHeight_8() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___screenHeight_8)); }
inline int32_t get_screenHeight_8() const { return ___screenHeight_8; }
inline int32_t* get_address_of_screenHeight_8() { return &___screenHeight_8; }
inline void set_screenHeight_8(int32_t value)
{
___screenHeight_8 = value;
}
inline static int32_t get_offset_of_isMain_9() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___isMain_9)); }
inline bool get_isMain_9() const { return ___isMain_9; }
inline bool* get_address_of_isMain_9() { return &___isMain_9; }
inline void set_isMain_9(bool value)
{
___isMain_9 = value;
}
inline static int32_t get_offset_of__display_10() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ____display_10)); }
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * get__display_10() const { return ____display_10; }
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 ** get_address_of__display_10() { return &____display_10; }
inline void set__display_10(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * value)
{
____display_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____display_10), (void*)value);
}
};
struct StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields
{
public:
// UnityEngine.Camera FairyGUI.StageCamera::main
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___main_11;
// System.Int32 FairyGUI.StageCamera::screenSizeVer
int32_t ___screenSizeVer_12;
// System.Single FairyGUI.StageCamera::DefaultCameraSize
float ___DefaultCameraSize_15;
// System.Single FairyGUI.StageCamera::UnitsPerPixel
float ___UnitsPerPixel_16;
public:
inline static int32_t get_offset_of_main_11() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields, ___main_11)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_main_11() const { return ___main_11; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_main_11() { return &___main_11; }
inline void set_main_11(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___main_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___main_11), (void*)value);
}
inline static int32_t get_offset_of_screenSizeVer_12() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields, ___screenSizeVer_12)); }
inline int32_t get_screenSizeVer_12() const { return ___screenSizeVer_12; }
inline int32_t* get_address_of_screenSizeVer_12() { return &___screenSizeVer_12; }
inline void set_screenSizeVer_12(int32_t value)
{
___screenSizeVer_12 = value;
}
inline static int32_t get_offset_of_DefaultCameraSize_15() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields, ___DefaultCameraSize_15)); }
inline float get_DefaultCameraSize_15() const { return ___DefaultCameraSize_15; }
inline float* get_address_of_DefaultCameraSize_15() { return &___DefaultCameraSize_15; }
inline void set_DefaultCameraSize_15(float value)
{
___DefaultCameraSize_15 = value;
}
inline static int32_t get_offset_of_UnitsPerPixel_16() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields, ___UnitsPerPixel_16)); }
inline float get_UnitsPerPixel_16() const { return ___UnitsPerPixel_16; }
inline float* get_address_of_UnitsPerPixel_16() { return &___UnitsPerPixel_16; }
inline void set_UnitsPerPixel_16(float value)
{
___UnitsPerPixel_16 = value;
}
};
// FairyGUI.StageEngine
struct StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// System.Int32 FairyGUI.StageEngine::ObjectsOnStage
int32_t ___ObjectsOnStage_4;
// System.Int32 FairyGUI.StageEngine::GraphicsOnStage
int32_t ___GraphicsOnStage_5;
public:
inline static int32_t get_offset_of_ObjectsOnStage_4() { return static_cast<int32_t>(offsetof(StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353, ___ObjectsOnStage_4)); }
inline int32_t get_ObjectsOnStage_4() const { return ___ObjectsOnStage_4; }
inline int32_t* get_address_of_ObjectsOnStage_4() { return &___ObjectsOnStage_4; }
inline void set_ObjectsOnStage_4(int32_t value)
{
___ObjectsOnStage_4 = value;
}
inline static int32_t get_offset_of_GraphicsOnStage_5() { return static_cast<int32_t>(offsetof(StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353, ___GraphicsOnStage_5)); }
inline int32_t get_GraphicsOnStage_5() const { return ___GraphicsOnStage_5; }
inline int32_t* get_address_of_GraphicsOnStage_5() { return &___GraphicsOnStage_5; }
inline void set_GraphicsOnStage_5(int32_t value)
{
___GraphicsOnStage_5 = value;
}
};
struct StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_StaticFields
{
public:
// System.Boolean FairyGUI.StageEngine::beingQuit
bool ___beingQuit_6;
public:
inline static int32_t get_offset_of_beingQuit_6() { return static_cast<int32_t>(offsetof(StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_StaticFields, ___beingQuit_6)); }
inline bool get_beingQuit_6() const { return ___beingQuit_6; }
inline bool* get_address_of_beingQuit_6() { return &___beingQuit_6; }
inline void set_beingQuit_6(bool value)
{
___beingQuit_6 = value;
}
};
// FairyGUI.UIConfig
struct UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// System.Collections.Generic.List`1<FairyGUI.UIConfig_ConfigValue> FairyGUI.UIConfig::Items
List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * ___Items_34;
// System.Collections.Generic.List`1<System.String> FairyGUI.UIConfig::PreloadPackages
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___PreloadPackages_35;
public:
inline static int32_t get_offset_of_Items_34() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A, ___Items_34)); }
inline List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * get_Items_34() const { return ___Items_34; }
inline List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 ** get_address_of_Items_34() { return &___Items_34; }
inline void set_Items_34(List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * value)
{
___Items_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Items_34), (void*)value);
}
inline static int32_t get_offset_of_PreloadPackages_35() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A, ___PreloadPackages_35)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_PreloadPackages_35() const { return ___PreloadPackages_35; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_PreloadPackages_35() { return &___PreloadPackages_35; }
inline void set_PreloadPackages_35(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___PreloadPackages_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&___PreloadPackages_35), (void*)value);
}
};
struct UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields
{
public:
// System.String FairyGUI.UIConfig::defaultFont
String_t* ___defaultFont_4;
// System.Boolean FairyGUI.UIConfig::renderingTextBrighterOnDesktop
bool ___renderingTextBrighterOnDesktop_5;
// System.String FairyGUI.UIConfig::windowModalWaiting
String_t* ___windowModalWaiting_6;
// System.String FairyGUI.UIConfig::globalModalWaiting
String_t* ___globalModalWaiting_7;
// UnityEngine.Color FairyGUI.UIConfig::modalLayerColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___modalLayerColor_8;
// FairyGUI.NAudioClip FairyGUI.UIConfig::buttonSound
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * ___buttonSound_9;
// System.Single FairyGUI.UIConfig::buttonSoundVolumeScale
float ___buttonSoundVolumeScale_10;
// System.String FairyGUI.UIConfig::horizontalScrollBar
String_t* ___horizontalScrollBar_11;
// System.String FairyGUI.UIConfig::verticalScrollBar
String_t* ___verticalScrollBar_12;
// System.Single FairyGUI.UIConfig::defaultScrollStep
float ___defaultScrollStep_13;
// System.Single FairyGUI.UIConfig::defaultScrollDecelerationRate
float ___defaultScrollDecelerationRate_14;
// FairyGUI.ScrollBarDisplayType FairyGUI.UIConfig::defaultScrollBarDisplay
int32_t ___defaultScrollBarDisplay_15;
// System.Boolean FairyGUI.UIConfig::defaultScrollTouchEffect
bool ___defaultScrollTouchEffect_16;
// System.Boolean FairyGUI.UIConfig::defaultScrollBounceEffect
bool ___defaultScrollBounceEffect_17;
// System.String FairyGUI.UIConfig::popupMenu
String_t* ___popupMenu_18;
// System.String FairyGUI.UIConfig::popupMenu_seperator
String_t* ___popupMenu_seperator_19;
// System.String FairyGUI.UIConfig::loaderErrorSign
String_t* ___loaderErrorSign_20;
// System.String FairyGUI.UIConfig::tooltipsWin
String_t* ___tooltipsWin_21;
// System.Int32 FairyGUI.UIConfig::defaultComboBoxVisibleItemCount
int32_t ___defaultComboBoxVisibleItemCount_22;
// System.Int32 FairyGUI.UIConfig::touchScrollSensitivity
int32_t ___touchScrollSensitivity_23;
// System.Int32 FairyGUI.UIConfig::touchDragSensitivity
int32_t ___touchDragSensitivity_24;
// System.Int32 FairyGUI.UIConfig::clickDragSensitivity
int32_t ___clickDragSensitivity_25;
// System.Boolean FairyGUI.UIConfig::allowSoftnessOnTopOrLeftSide
bool ___allowSoftnessOnTopOrLeftSide_26;
// System.Boolean FairyGUI.UIConfig::bringWindowToFrontOnClick
bool ___bringWindowToFrontOnClick_27;
// System.Int32 FairyGUI.UIConfig::inputCaretSize
int32_t ___inputCaretSize_28;
// UnityEngine.Color FairyGUI.UIConfig::inputHighlightColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___inputHighlightColor_29;
// System.Single FairyGUI.UIConfig::frameTimeForAsyncUIConstruction
float ___frameTimeForAsyncUIConstruction_30;
// System.Boolean FairyGUI.UIConfig::depthSupportForPaintingMode
bool ___depthSupportForPaintingMode_31;
// System.Boolean FairyGUI.UIConfig::enhancedTextOutlineEffect
bool ___enhancedTextOutlineEffect_32;
// FairyGUI.VertAlignType FairyGUI.UIConfig::richTextRowVerticalAlign
int32_t ___richTextRowVerticalAlign_33;
// FairyGUI.UIConfig_SoundLoader FairyGUI.UIConfig::soundLoader
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * ___soundLoader_36;
public:
inline static int32_t get_offset_of_defaultFont_4() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultFont_4)); }
inline String_t* get_defaultFont_4() const { return ___defaultFont_4; }
inline String_t** get_address_of_defaultFont_4() { return &___defaultFont_4; }
inline void set_defaultFont_4(String_t* value)
{
___defaultFont_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultFont_4), (void*)value);
}
inline static int32_t get_offset_of_renderingTextBrighterOnDesktop_5() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___renderingTextBrighterOnDesktop_5)); }
inline bool get_renderingTextBrighterOnDesktop_5() const { return ___renderingTextBrighterOnDesktop_5; }
inline bool* get_address_of_renderingTextBrighterOnDesktop_5() { return &___renderingTextBrighterOnDesktop_5; }
inline void set_renderingTextBrighterOnDesktop_5(bool value)
{
___renderingTextBrighterOnDesktop_5 = value;
}
inline static int32_t get_offset_of_windowModalWaiting_6() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___windowModalWaiting_6)); }
inline String_t* get_windowModalWaiting_6() const { return ___windowModalWaiting_6; }
inline String_t** get_address_of_windowModalWaiting_6() { return &___windowModalWaiting_6; }
inline void set_windowModalWaiting_6(String_t* value)
{
___windowModalWaiting_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___windowModalWaiting_6), (void*)value);
}
inline static int32_t get_offset_of_globalModalWaiting_7() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___globalModalWaiting_7)); }
inline String_t* get_globalModalWaiting_7() const { return ___globalModalWaiting_7; }
inline String_t** get_address_of_globalModalWaiting_7() { return &___globalModalWaiting_7; }
inline void set_globalModalWaiting_7(String_t* value)
{
___globalModalWaiting_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___globalModalWaiting_7), (void*)value);
}
inline static int32_t get_offset_of_modalLayerColor_8() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___modalLayerColor_8)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_modalLayerColor_8() const { return ___modalLayerColor_8; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_modalLayerColor_8() { return &___modalLayerColor_8; }
inline void set_modalLayerColor_8(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___modalLayerColor_8 = value;
}
inline static int32_t get_offset_of_buttonSound_9() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___buttonSound_9)); }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * get_buttonSound_9() const { return ___buttonSound_9; }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 ** get_address_of_buttonSound_9() { return &___buttonSound_9; }
inline void set_buttonSound_9(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * value)
{
___buttonSound_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buttonSound_9), (void*)value);
}
inline static int32_t get_offset_of_buttonSoundVolumeScale_10() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___buttonSoundVolumeScale_10)); }
inline float get_buttonSoundVolumeScale_10() const { return ___buttonSoundVolumeScale_10; }
inline float* get_address_of_buttonSoundVolumeScale_10() { return &___buttonSoundVolumeScale_10; }
inline void set_buttonSoundVolumeScale_10(float value)
{
___buttonSoundVolumeScale_10 = value;
}
inline static int32_t get_offset_of_horizontalScrollBar_11() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___horizontalScrollBar_11)); }
inline String_t* get_horizontalScrollBar_11() const { return ___horizontalScrollBar_11; }
inline String_t** get_address_of_horizontalScrollBar_11() { return &___horizontalScrollBar_11; }
inline void set_horizontalScrollBar_11(String_t* value)
{
___horizontalScrollBar_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___horizontalScrollBar_11), (void*)value);
}
inline static int32_t get_offset_of_verticalScrollBar_12() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___verticalScrollBar_12)); }
inline String_t* get_verticalScrollBar_12() const { return ___verticalScrollBar_12; }
inline String_t** get_address_of_verticalScrollBar_12() { return &___verticalScrollBar_12; }
inline void set_verticalScrollBar_12(String_t* value)
{
___verticalScrollBar_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___verticalScrollBar_12), (void*)value);
}
inline static int32_t get_offset_of_defaultScrollStep_13() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollStep_13)); }
inline float get_defaultScrollStep_13() const { return ___defaultScrollStep_13; }
inline float* get_address_of_defaultScrollStep_13() { return &___defaultScrollStep_13; }
inline void set_defaultScrollStep_13(float value)
{
___defaultScrollStep_13 = value;
}
inline static int32_t get_offset_of_defaultScrollDecelerationRate_14() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollDecelerationRate_14)); }
inline float get_defaultScrollDecelerationRate_14() const { return ___defaultScrollDecelerationRate_14; }
inline float* get_address_of_defaultScrollDecelerationRate_14() { return &___defaultScrollDecelerationRate_14; }
inline void set_defaultScrollDecelerationRate_14(float value)
{
___defaultScrollDecelerationRate_14 = value;
}
inline static int32_t get_offset_of_defaultScrollBarDisplay_15() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollBarDisplay_15)); }
inline int32_t get_defaultScrollBarDisplay_15() const { return ___defaultScrollBarDisplay_15; }
inline int32_t* get_address_of_defaultScrollBarDisplay_15() { return &___defaultScrollBarDisplay_15; }
inline void set_defaultScrollBarDisplay_15(int32_t value)
{
___defaultScrollBarDisplay_15 = value;
}
inline static int32_t get_offset_of_defaultScrollTouchEffect_16() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollTouchEffect_16)); }
inline bool get_defaultScrollTouchEffect_16() const { return ___defaultScrollTouchEffect_16; }
inline bool* get_address_of_defaultScrollTouchEffect_16() { return &___defaultScrollTouchEffect_16; }
inline void set_defaultScrollTouchEffect_16(bool value)
{
___defaultScrollTouchEffect_16 = value;
}
inline static int32_t get_offset_of_defaultScrollBounceEffect_17() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollBounceEffect_17)); }
inline bool get_defaultScrollBounceEffect_17() const { return ___defaultScrollBounceEffect_17; }
inline bool* get_address_of_defaultScrollBounceEffect_17() { return &___defaultScrollBounceEffect_17; }
inline void set_defaultScrollBounceEffect_17(bool value)
{
___defaultScrollBounceEffect_17 = value;
}
inline static int32_t get_offset_of_popupMenu_18() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___popupMenu_18)); }
inline String_t* get_popupMenu_18() const { return ___popupMenu_18; }
inline String_t** get_address_of_popupMenu_18() { return &___popupMenu_18; }
inline void set_popupMenu_18(String_t* value)
{
___popupMenu_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___popupMenu_18), (void*)value);
}
inline static int32_t get_offset_of_popupMenu_seperator_19() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___popupMenu_seperator_19)); }
inline String_t* get_popupMenu_seperator_19() const { return ___popupMenu_seperator_19; }
inline String_t** get_address_of_popupMenu_seperator_19() { return &___popupMenu_seperator_19; }
inline void set_popupMenu_seperator_19(String_t* value)
{
___popupMenu_seperator_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___popupMenu_seperator_19), (void*)value);
}
inline static int32_t get_offset_of_loaderErrorSign_20() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___loaderErrorSign_20)); }
inline String_t* get_loaderErrorSign_20() const { return ___loaderErrorSign_20; }
inline String_t** get_address_of_loaderErrorSign_20() { return &___loaderErrorSign_20; }
inline void set_loaderErrorSign_20(String_t* value)
{
___loaderErrorSign_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___loaderErrorSign_20), (void*)value);
}
inline static int32_t get_offset_of_tooltipsWin_21() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___tooltipsWin_21)); }
inline String_t* get_tooltipsWin_21() const { return ___tooltipsWin_21; }
inline String_t** get_address_of_tooltipsWin_21() { return &___tooltipsWin_21; }
inline void set_tooltipsWin_21(String_t* value)
{
___tooltipsWin_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___tooltipsWin_21), (void*)value);
}
inline static int32_t get_offset_of_defaultComboBoxVisibleItemCount_22() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultComboBoxVisibleItemCount_22)); }
inline int32_t get_defaultComboBoxVisibleItemCount_22() const { return ___defaultComboBoxVisibleItemCount_22; }
inline int32_t* get_address_of_defaultComboBoxVisibleItemCount_22() { return &___defaultComboBoxVisibleItemCount_22; }
inline void set_defaultComboBoxVisibleItemCount_22(int32_t value)
{
___defaultComboBoxVisibleItemCount_22 = value;
}
inline static int32_t get_offset_of_touchScrollSensitivity_23() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___touchScrollSensitivity_23)); }
inline int32_t get_touchScrollSensitivity_23() const { return ___touchScrollSensitivity_23; }
inline int32_t* get_address_of_touchScrollSensitivity_23() { return &___touchScrollSensitivity_23; }
inline void set_touchScrollSensitivity_23(int32_t value)
{
___touchScrollSensitivity_23 = value;
}
inline static int32_t get_offset_of_touchDragSensitivity_24() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___touchDragSensitivity_24)); }
inline int32_t get_touchDragSensitivity_24() const { return ___touchDragSensitivity_24; }
inline int32_t* get_address_of_touchDragSensitivity_24() { return &___touchDragSensitivity_24; }
inline void set_touchDragSensitivity_24(int32_t value)
{
___touchDragSensitivity_24 = value;
}
inline static int32_t get_offset_of_clickDragSensitivity_25() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___clickDragSensitivity_25)); }
inline int32_t get_clickDragSensitivity_25() const { return ___clickDragSensitivity_25; }
inline int32_t* get_address_of_clickDragSensitivity_25() { return &___clickDragSensitivity_25; }
inline void set_clickDragSensitivity_25(int32_t value)
{
___clickDragSensitivity_25 = value;
}
inline static int32_t get_offset_of_allowSoftnessOnTopOrLeftSide_26() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___allowSoftnessOnTopOrLeftSide_26)); }
inline bool get_allowSoftnessOnTopOrLeftSide_26() const { return ___allowSoftnessOnTopOrLeftSide_26; }
inline bool* get_address_of_allowSoftnessOnTopOrLeftSide_26() { return &___allowSoftnessOnTopOrLeftSide_26; }
inline void set_allowSoftnessOnTopOrLeftSide_26(bool value)
{
___allowSoftnessOnTopOrLeftSide_26 = value;
}
inline static int32_t get_offset_of_bringWindowToFrontOnClick_27() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___bringWindowToFrontOnClick_27)); }
inline bool get_bringWindowToFrontOnClick_27() const { return ___bringWindowToFrontOnClick_27; }
inline bool* get_address_of_bringWindowToFrontOnClick_27() { return &___bringWindowToFrontOnClick_27; }
inline void set_bringWindowToFrontOnClick_27(bool value)
{
___bringWindowToFrontOnClick_27 = value;
}
inline static int32_t get_offset_of_inputCaretSize_28() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___inputCaretSize_28)); }
inline int32_t get_inputCaretSize_28() const { return ___inputCaretSize_28; }
inline int32_t* get_address_of_inputCaretSize_28() { return &___inputCaretSize_28; }
inline void set_inputCaretSize_28(int32_t value)
{
___inputCaretSize_28 = value;
}
inline static int32_t get_offset_of_inputHighlightColor_29() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___inputHighlightColor_29)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_inputHighlightColor_29() const { return ___inputHighlightColor_29; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_inputHighlightColor_29() { return &___inputHighlightColor_29; }
inline void set_inputHighlightColor_29(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___inputHighlightColor_29 = value;
}
inline static int32_t get_offset_of_frameTimeForAsyncUIConstruction_30() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___frameTimeForAsyncUIConstruction_30)); }
inline float get_frameTimeForAsyncUIConstruction_30() const { return ___frameTimeForAsyncUIConstruction_30; }
inline float* get_address_of_frameTimeForAsyncUIConstruction_30() { return &___frameTimeForAsyncUIConstruction_30; }
inline void set_frameTimeForAsyncUIConstruction_30(float value)
{
___frameTimeForAsyncUIConstruction_30 = value;
}
inline static int32_t get_offset_of_depthSupportForPaintingMode_31() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___depthSupportForPaintingMode_31)); }
inline bool get_depthSupportForPaintingMode_31() const { return ___depthSupportForPaintingMode_31; }
inline bool* get_address_of_depthSupportForPaintingMode_31() { return &___depthSupportForPaintingMode_31; }
inline void set_depthSupportForPaintingMode_31(bool value)
{
___depthSupportForPaintingMode_31 = value;
}
inline static int32_t get_offset_of_enhancedTextOutlineEffect_32() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___enhancedTextOutlineEffect_32)); }
inline bool get_enhancedTextOutlineEffect_32() const { return ___enhancedTextOutlineEffect_32; }
inline bool* get_address_of_enhancedTextOutlineEffect_32() { return &___enhancedTextOutlineEffect_32; }
inline void set_enhancedTextOutlineEffect_32(bool value)
{
___enhancedTextOutlineEffect_32 = value;
}
inline static int32_t get_offset_of_richTextRowVerticalAlign_33() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___richTextRowVerticalAlign_33)); }
inline int32_t get_richTextRowVerticalAlign_33() const { return ___richTextRowVerticalAlign_33; }
inline int32_t* get_address_of_richTextRowVerticalAlign_33() { return &___richTextRowVerticalAlign_33; }
inline void set_richTextRowVerticalAlign_33(int32_t value)
{
___richTextRowVerticalAlign_33 = value;
}
inline static int32_t get_offset_of_soundLoader_36() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___soundLoader_36)); }
inline SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * get_soundLoader_36() const { return ___soundLoader_36; }
inline SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 ** get_address_of_soundLoader_36() { return &___soundLoader_36; }
inline void set_soundLoader_36(SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * value)
{
___soundLoader_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___soundLoader_36), (void*)value);
}
};
// FairyGUI.UIContentScaler
struct UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// FairyGUI.UIContentScaler_ScaleMode FairyGUI.UIContentScaler::scaleMode
int32_t ___scaleMode_4;
// FairyGUI.UIContentScaler_ScreenMatchMode FairyGUI.UIContentScaler::screenMatchMode
int32_t ___screenMatchMode_5;
// System.Int32 FairyGUI.UIContentScaler::designResolutionX
int32_t ___designResolutionX_6;
// System.Int32 FairyGUI.UIContentScaler::designResolutionY
int32_t ___designResolutionY_7;
// System.Int32 FairyGUI.UIContentScaler::fallbackScreenDPI
int32_t ___fallbackScreenDPI_8;
// System.Int32 FairyGUI.UIContentScaler::defaultSpriteDPI
int32_t ___defaultSpriteDPI_9;
// System.Single FairyGUI.UIContentScaler::constantScaleFactor
float ___constantScaleFactor_10;
// System.Boolean FairyGUI.UIContentScaler::ignoreOrientation
bool ___ignoreOrientation_11;
// System.Boolean FairyGUI.UIContentScaler::_changed
bool ____changed_13;
public:
inline static int32_t get_offset_of_scaleMode_4() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ___scaleMode_4)); }
inline int32_t get_scaleMode_4() const { return ___scaleMode_4; }
inline int32_t* get_address_of_scaleMode_4() { return &___scaleMode_4; }
inline void set_scaleMode_4(int32_t value)
{
___scaleMode_4 = value;
}
inline static int32_t get_offset_of_screenMatchMode_5() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ___screenMatchMode_5)); }
inline int32_t get_screenMatchMode_5() const { return ___screenMatchMode_5; }
inline int32_t* get_address_of_screenMatchMode_5() { return &___screenMatchMode_5; }
inline void set_screenMatchMode_5(int32_t value)
{
___screenMatchMode_5 = value;
}
inline static int32_t get_offset_of_designResolutionX_6() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ___designResolutionX_6)); }
inline int32_t get_designResolutionX_6() const { return ___designResolutionX_6; }
inline int32_t* get_address_of_designResolutionX_6() { return &___designResolutionX_6; }
inline void set_designResolutionX_6(int32_t value)
{
___designResolutionX_6 = value;
}
inline static int32_t get_offset_of_designResolutionY_7() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ___designResolutionY_7)); }
inline int32_t get_designResolutionY_7() const { return ___designResolutionY_7; }
inline int32_t* get_address_of_designResolutionY_7() { return &___designResolutionY_7; }
inline void set_designResolutionY_7(int32_t value)
{
___designResolutionY_7 = value;
}
inline static int32_t get_offset_of_fallbackScreenDPI_8() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ___fallbackScreenDPI_8)); }
inline int32_t get_fallbackScreenDPI_8() const { return ___fallbackScreenDPI_8; }
inline int32_t* get_address_of_fallbackScreenDPI_8() { return &___fallbackScreenDPI_8; }
inline void set_fallbackScreenDPI_8(int32_t value)
{
___fallbackScreenDPI_8 = value;
}
inline static int32_t get_offset_of_defaultSpriteDPI_9() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ___defaultSpriteDPI_9)); }
inline int32_t get_defaultSpriteDPI_9() const { return ___defaultSpriteDPI_9; }
inline int32_t* get_address_of_defaultSpriteDPI_9() { return &___defaultSpriteDPI_9; }
inline void set_defaultSpriteDPI_9(int32_t value)
{
___defaultSpriteDPI_9 = value;
}
inline static int32_t get_offset_of_constantScaleFactor_10() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ___constantScaleFactor_10)); }
inline float get_constantScaleFactor_10() const { return ___constantScaleFactor_10; }
inline float* get_address_of_constantScaleFactor_10() { return &___constantScaleFactor_10; }
inline void set_constantScaleFactor_10(float value)
{
___constantScaleFactor_10 = value;
}
inline static int32_t get_offset_of_ignoreOrientation_11() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ___ignoreOrientation_11)); }
inline bool get_ignoreOrientation_11() const { return ___ignoreOrientation_11; }
inline bool* get_address_of_ignoreOrientation_11() { return &___ignoreOrientation_11; }
inline void set_ignoreOrientation_11(bool value)
{
___ignoreOrientation_11 = value;
}
inline static int32_t get_offset_of__changed_13() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ____changed_13)); }
inline bool get__changed_13() const { return ____changed_13; }
inline bool* get_address_of__changed_13() { return &____changed_13; }
inline void set__changed_13(bool value)
{
____changed_13 = value;
}
};
struct UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields
{
public:
// System.Single FairyGUI.UIContentScaler::scaleFactor
float ___scaleFactor_12;
public:
inline static int32_t get_offset_of_scaleFactor_12() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields, ___scaleFactor_12)); }
inline float get_scaleFactor_12() const { return ___scaleFactor_12; }
inline float* get_address_of_scaleFactor_12() { return &___scaleFactor_12; }
inline void set_scaleFactor_12(float value)
{
___scaleFactor_12 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Single[]
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5 : public RuntimeArray
{
public:
ALIGN_FIELD (8) float m_Items[1];
public:
inline float GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline float* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, float value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline float GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
{
m_Items[index] = value;
}
};
// System.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);
}
};
// UnityEngine.Display[]
struct DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * m_Items[1];
public:
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Il2CppChar m_Items[1];
public:
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// FairyGUI.UIConfig[]
struct UIConfigU5BU5D_tFE1F365297F99E2953513D9F51597A542F3B9478 : public RuntimeArray
{
public:
ALIGN_FIELD (8) UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A * m_Items[1];
public:
inline UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A ** 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, UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray
{
public:
ALIGN_FIELD (8) int32_t m_Items[1];
public:
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Delegate_t * m_Items[1];
public:
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.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.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.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.Void System.Collections.Generic.List`1<System.Object>::Insert(System.Int32,!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1<System.Object>::Contains(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_mE08D561E86879A26245096C572A8593279383FDB_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::IndexOf(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1<System.Object>::Remove(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, 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>::set_Item(System.Int32,!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Int32>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_gshared_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Int32>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_gshared_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Boolean System.Nullable`1<UnityEngine.Rect>::get_HasValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_gshared_inline (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method);
// !0 System.Nullable`1<UnityEngine.Rect>::GetValueOrDefault()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_gshared_inline (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method);
// !0 System.Nullable`1<UnityEngine.Rect>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_gshared (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, 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>::set_Capacity(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Capacity_m5E67DE1CEC89ADB8A82937E2D0CB48A78F962FA3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.Object>(!!0[],!!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Boolean System.Nullable`1<UnityEngine.Matrix4x4>::get_HasValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_gshared_inline (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * __this, const RuntimeMethod* method);
// System.Void System.Nullable`1<UnityEngine.Matrix4x4>::.ctor(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2D845489597B32AFE89E61CF33C33772437E602F_gshared (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value0, const RuntimeMethod* method);
// System.Void System.Nullable`1<UnityEngine.Vector3>::.ctor(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mEE25CE8D9D7805C77F0C30A71CCF7F2DE1540165_gshared (Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
// System.Boolean System.Nullable`1<FairyGUI.Margin>::get_HasValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m03CCC63A37FCE702C4D78396076BAC618943C30A_gshared_inline (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method);
// !0 System.Nullable`1<FairyGUI.Margin>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E Nullable_1_get_Value_mF8FA9FBD06755D9ACF1E60C75C364A380FDF4582_gshared (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method);
// !0 System.Nullable`1<UnityEngine.Matrix4x4>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Nullable_1_get_Value_m1A1452465ECFA25605A029CC5997609D1B1D2A90_gshared (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method);
// T taurus.unity.ResourcesManager::LoadObject<System.Object>(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ResourcesManager_LoadObject_TisRuntimeObject_m934D85F251E5843CBA88E28E8EE97B2AB66323C7_gshared (String_t* ___path0, const RuntimeMethod* method);
// System.Void System.Action`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryGetValue(!0,!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Add(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mF7AEA0EFA07EEBC1A4B283A26A7CB720EE7A4C20_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Comparison`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparison_1__ctor_m3445CDEBFFF4A3A9EAED69CBCC2D247630CA5BD4_gshared (Comparison_1_tD9DBDF7B2E4774B4D35E113A76D75828A24641F4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Sort(System.Comparison`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_mA3939603201EC0E13489EDA5975A07790CEDB483_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, Comparison_1_tD9DBDF7B2E4774B4D35E113A76D75828A24641F4 * ___comparison0, const RuntimeMethod* method);
// !!0[] UnityEngine.Object::FindObjectsOfType<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Object_FindObjectsOfType_TisRuntimeObject_m0B70FC55F5C9919F875EDF6AAEE564A194492094_gshared (const RuntimeMethod* method);
// System.Boolean System.Nullable`1<UnityEngine.Color32>::get_HasValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_gshared_inline (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * __this, const RuntimeMethod* method);
// !0 System.Nullable`1<UnityEngine.Color32>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99_gshared (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * __this, const RuntimeMethod* method);
// System.Delegate LuaInterface.DelegateTraits`1<System.Object>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Stack`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mADA59B620C88DF47CBB953A8941CFE545BDF556D_gshared_inline (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.Stack`1<System.Object>::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Pop_m9886C5EBA07CB356DE616B11958360B7FC67F6DC_gshared (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<System.Object>::Push(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_mEAE34C8EACBF792D1CCC0B69009BD7C521F27865_gshared (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m9EA0E43EFB22CCD482720CE21296BDF1B86F44D8_gshared (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(!0,!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
// !1 System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Remove(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.HitTestContext::GetRaycastHitFromCache(UnityEngine.Camera,UnityEngine.RaycastHit&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HitTestContext_GetRaycastHitFromCache_mE250FB67F88BE77E8F639CC0286760DD39DCDA5F (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___camera0, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * ___hit1, const RuntimeMethod* method);
// UnityEngine.Collider UnityEngine.RaycastHit::get_collider()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * RaycastHit_get_collider_mE70B84C4312B567344F60992A6067855F2C3A7A9 (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method);
// FairyGUI.NGraphics FairyGUI.DisplayObject::get_graphics()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::set_materialKeywords(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_materialKeywords_m66A4AF0DD58E5C308E33FE46C3B43660801886B6 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value0, 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);
// UnityEngine.Shader FairyGUI.ShaderConfig::GetShader(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ShaderConfig_GetShader_m1812ED53E63F6F775C1DEDB2560DB03087CD2743 (String_t* ___name0, const RuntimeMethod* method);
// System.Void UnityEngine.Material::.ctor(UnityEngine.Shader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_m81E76B5C1316004F25D4FE9CEC0E78A7428DABA8 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ___shader0, const RuntimeMethod* method);
// System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Material::EnableKeyword(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_EnableKeyword_m7466758182CBBC40134C9048CDF682DF46F32FA9 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, String_t* ___keyword0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::EnterPaintingMode(System.Int32,System.Nullable`1<FairyGUI.Margin>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_EnterPaintingMode_mBD171BC8E68587EEB1918AE5E25F0AA43A90E3D4 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, int32_t ___requestorId0, Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ___margin1, const RuntimeMethod* method);
// FairyGUI.NGraphics FairyGUI.DisplayObject::get_paintingGraphics()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// UnityEngine.Material FairyGUI.NGraphics::get_material()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * NGraphics_get_material_mFCAE729EB1780226A82754E772A34996B1D367B7_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::set_material(UnityEngine.Material)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_material_mEA4858F8421F1476575E83F816D9D3E0B87A4026 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___value0, const RuntimeMethod* method);
// System.Boolean FairyGUI.DisplayObject::get_isDisposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayObject_get_isDisposed_mFBB8B449ECE8BB06DB80D1F0F1FC7496888810AF (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::LeavePaintingMode(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_LeavePaintingMode_mF2EB2C96873A13D564FEDD8EE1005CC28D099EBE (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, int32_t ___requestorId0, const RuntimeMethod* method);
// System.Void UnityEngine.Object::Destroy(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* method);
// System.Void UnityEngine.Material::SetMatrix(System.Int32,UnityEngine.Matrix4x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetMatrix_m6C552C454B30BA42F5972F65403B2EED62D68D81 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, int32_t ___nameID0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value1, const RuntimeMethod* method);
// System.Void UnityEngine.Material::SetVector(System.Int32,UnityEngine.Vector4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetVector_m95B7CB07B91F004B4DD9DB5DFA5146472737B8EA (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, int32_t ___nameID0, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value1, const RuntimeMethod* method);
// System.Void FairyGUI.ColorFilter::_ConcatValues(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, int32_t ___index0, float ___f01, float ___f12, float ___f23, float ___f34, float ___f45, const RuntimeMethod* method);
// System.Void FairyGUI.ColorFilter::UpdateMatrix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_UpdateMatrix_m756E4E930791C5488FB040E144B097A8C3B36AF8 (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method);
// System.Void UnityEngine.Matrix4x4::SetRow(System.Int32,UnityEngine.Vector4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Matrix4x4_SetRow_mEB511FF4CA2ED20FCBB1119377E0C5E5D3E965B2 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * __this, int32_t ___index0, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___row1, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.IMeshFactory>::.ctor()
inline void List_1__ctor_m80CFE1502224E14EF9928F4B92CC2B7FB031DECF (List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<FairyGUI.IMeshFactory>::get_Count()
inline int32_t List_1_get_Count_mDE6724F8F0CDB7FF49B9562DE54DF4C9A26A91B1_inline (List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.IMeshFactory>::get_Item(System.Int32)
inline RuntimeObject* List_1_get_Item_mDB2AD5D6CD2A77DE0C1B14262A00178DE7C12D78_inline (List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// FairyGUI.VertexBuffer FairyGUI.VertexBuffer::Begin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * VertexBuffer_Begin_mDF97B4C207AD4F0CC337CA2504632F492612363D (const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_Clear_mF74AB8627DEB80FC741A34A348FF3F04D6D08ECE (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::Append(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_Append_mD2C70B1CBE8106AA32240AC05265B9A497ECC687 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::End()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_End_m801DFF6E96FB9A5EF58B644F48C6096CB1D86AE9 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Rect::Contains(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject__ctor_m8A93C9E5759F7CC138A8FE227A4ACDC8E7CC70F7 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::CreateGameObject(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_CreateGameObject_m7959DAD321F68960C96F0A6D0961CE901444D666 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, String_t* ___gameObjectName0, const RuntimeMethod* method);
// System.Void FairyGUI.Container::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Init_m003E47FDDFD7F4912C671330F78DD9EB53AA1DB2 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::SetGameObject(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_SetGameObject_mD70B6AEC5216265EBC0681AED6017051DE884EEB (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___gameObject0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::.ctor()
inline void List_1__ctor_m9348E8F21550362DF50EB6C7BF75D9D17CC0BF2B (List_1_t11A30662822286DF8036D0D1993807262B502B70 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t11A30662822286DF8036D0D1993807262B502B70 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<FairyGUI.DisplayObject>::get_Count()
inline int32_t List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline (List_1_t11A30662822286DF8036D0D1993807262B502B70 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t11A30662822286DF8036D0D1993807262B502B70 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// FairyGUI.DisplayObject FairyGUI.Container::AddChildAt(FairyGUI.DisplayObject,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, int32_t ___index1, const RuntimeMethod* method);
// FairyGUI.Container FairyGUI.DisplayObject::get_parent()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Container::SetChildIndex(FairyGUI.DisplayObject,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_SetChildIndex_mDD683082FF30FB221BE29B36D14C33FCF26D56CA (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, int32_t ___index1, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::RemoveFromParent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_RemoveFromParent_mA6523A61C7B61B89A9C081DCBE10B5D06F0BC1C3 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Add(!0)
inline void List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7 (List_1_t11A30662822286DF8036D0D1993807262B502B70 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t11A30662822286DF8036D0D1993807262B502B70 *, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Insert(System.Int32,!0)
inline void List_1_Insert_mB0FEC03234CF53D706F0868A234B054BCA4DD779 (List_1_t11A30662822286DF8036D0D1993807262B502B70 * __this, int32_t ___index0, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___item1, const RuntimeMethod* method)
{
(( void (*) (List_1_t11A30662822286DF8036D0D1993807262B502B70 *, int32_t, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *, const RuntimeMethod*))List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_gshared)(__this, ___index0, ___item1, method);
}
// System.Void FairyGUI.DisplayObject::InternalSetParent(FairyGUI.Container)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_InternalSetParent_mCEFFBA184A72CBE2E12917F0EDB4B33B0C72CEFD (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___value0, const RuntimeMethod* method);
// FairyGUI.Stage FairyGUI.DisplayObject::get_stage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * DisplayObject_get_stage_mC9BF289AD8D0881BB526934FA4AF6366F09C1C7D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventDispatcher::BroadcastEvent(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_BroadcastEvent_m7A6869856F884D2E98EC3491DCBE19BC7AAC8D7C (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, RuntimeObject * ___data1, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, RuntimeObject * ___data1, const RuntimeMethod* method);
// System.Void FairyGUI.Container::InvalidateBatchingState(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_InvalidateBatchingState_mA53B97FEA18A083F9E1C18BB39B0289373395D53 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, bool ___childrenChanged0, const RuntimeMethod* method);
// System.Void System.Exception::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Contains(!0)
inline bool List_1_Contains_m9A480FE6A20B8403C91B752093A5480FFE091BF6 (List_1_t11A30662822286DF8036D0D1993807262B502B70 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___item0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_t11A30662822286DF8036D0D1993807262B502B70 *, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *, const RuntimeMethod*))List_1_Contains_mE08D561E86879A26245096C572A8593279383FDB_gshared)(__this, ___item0, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.DisplayObject>::get_Item(System.Int32)
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline (List_1_t11A30662822286DF8036D0D1993807262B502B70 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * (*) (List_1_t11A30662822286DF8036D0D1993807262B502B70 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.DisplayObject>::IndexOf(!0)
inline int32_t List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4 (List_1_t11A30662822286DF8036D0D1993807262B502B70 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___item0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t11A30662822286DF8036D0D1993807262B502B70 *, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *, const RuntimeMethod*))List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared)(__this, ___item0, method);
}
// FairyGUI.DisplayObject FairyGUI.Container::RemoveChild(FairyGUI.DisplayObject,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_RemoveChild_m41CD72B2CD84D0EF97B876E3B08DDF9C87A5FF2A (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, bool ___dispose1, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.Container::RemoveChildAt(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_RemoveChildAt_m9D44C570F67A75134FD61F2FC728694AF8DDD6FD (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___index0, bool ___dispose1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Remove(!0)
inline bool List_1_Remove_mF90946F997C6EF2D91DFFA58728E1646F5386EC4 (List_1_t11A30662822286DF8036D0D1993807262B502B70 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___item0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_t11A30662822286DF8036D0D1993807262B502B70 *, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *, const RuntimeMethod*))List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared)(__this, ___item0, method);
}
// System.Void FairyGUI.Container::RemoveChildren(System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_RemoveChildren_mFEB8959BF262BF009D57CE88E5A81DAC15CDDBA6 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___beginIndex0, int32_t ___endIndex1, bool ___dispose2, const RuntimeMethod* method);
// System.Int32 FairyGUI.Container::get_numChildren()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m501FBC3769123BB28E8BA56F485879213EC7766A (List_1_t11A30662822286DF8036D0D1993807262B502B70 * __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_t11A30662822286DF8036D0D1993807262B502B70 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared)(__this, ___index0, method);
}
// System.Void FairyGUI.Container::SwapChildrenAt(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_SwapChildrenAt_m8965701E22819BBBA46CC95E6343329320340DAF (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___index10, int32_t ___index21, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::set_Item(System.Int32,!0)
inline void List_1_set_Item_mD2F3D16EBD0B8BE217C1EEEEB9F01280B2444F1D (List_1_t11A30662822286DF8036D0D1993807262B502B70 * __this, int32_t ___index0, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___value1, const RuntimeMethod* method)
{
(( void (*) (List_1_t11A30662822286DF8036D0D1993807262B502B70 *, int32_t, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *, const RuntimeMethod*))List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_gshared)(__this, ___index0, ___value1, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Int32>::get_Count()
inline int32_t List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, const RuntimeMethod*))List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<System.Int32>::get_Item(System.Int32)
inline int32_t List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, int32_t, const RuntimeMethod*))List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_gshared_inline)(__this, ___index0, method);
}
// System.Boolean System.Nullable`1<UnityEngine.Rect>::get_HasValue()
inline bool Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *, const RuntimeMethod*))Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_gshared_inline)(__this, method);
}
// !0 System.Nullable`1<UnityEngine.Rect>::GetValueOrDefault()
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_inline (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method)
{
return (( Rect_t35B976DE901B5423C11705E156938EA27AB402CE (*) (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_gshared_inline)(__this, method);
}
// System.Boolean UnityEngine.Rect::op_Inequality(UnityEngine.Rect,UnityEngine.Rect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rect_op_Inequality_mAF9DC03779A7C3E1B430D7FFA797F2C4CEAD1FC7 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___lhs0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rhs1, const RuntimeMethod* method);
// System.Void FairyGUI.Container::UpdateBatchingFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_UpdateBatchingFlags_m3BEA6CACF0DD7429C2A9D30A93C8141DEC12DD20 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.DisplayObject::get_touchable()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DisplayObject_get_touchable_m65AC808CF39AE15DF4A65C6B3C8CDEE17AD6ED80_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_touchable(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DisplayObject_set_touchable_m165CF943B6D5C11568709C7DDE9B6B43FFF4600D_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Collider::set_enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collider_set_enabled_mF84DE8B0C8CAF33ACDB7F29BC055D9C8CFACB57B (Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * __this, bool ___value0, const RuntimeMethod* method);
// !0 System.Nullable`1<UnityEngine.Rect>::get_Value()
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method)
{
return (( Rect_t35B976DE901B5423C11705E156938EA27AB402CE (*) (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *, const RuntimeMethod*))Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_gshared)(__this, method);
}
// UnityEngine.Rect FairyGUI.DisplayObject::TransformRect(UnityEngine.Rect,FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE DisplayObject_TransformRect_mB5F7D15B13353539DD1C52F22F7D7E15F2763486 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___targetSpace1, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8 (const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.DisplayObject::TransformPoint(UnityEngine.Vector2,FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_TransformPoint_mD3AEFBFC98A076CF75A49E311B1B02697FC0A7FA (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point0, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___targetSpace1, const RuntimeMethod* method);
// UnityEngine.Rect UnityEngine.Rect::MinMaxRect(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F (float ___xmin0, float ___ymin1, float ___xmax2, float ___ymax3, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_xMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_xMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_yMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_yMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Display::get_renderingHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Display_get_renderingHeight_m1496BF9D66501280B4F75A31A515D8CF416838B0 (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, float ___x0, float ___y1, const RuntimeMethod* method);
// System.Int32 UnityEngine.Screen::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150 (const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___v0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Camera::ScreenToWorldPoint(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_ScreenToWorldPoint_m179BB999DC97A251D0892B39C98F3FACDF0617C5 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::get_back()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_back_mE7EF8625637E6F8B9E6B42A6AE140777C51E02F7 (const RuntimeMethod* method);
// UnityEngine.GameObject FairyGUI.DisplayObject::get_gameObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.GameObject::get_activeInHierarchy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeInHierarchy_mDEE60F1B28281974BA9880EC448682F3DAABB1EF (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// UnityEngine.Transform FairyGUI.DisplayObject::get_cachedTransform()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Transform::get_localScale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_localScale_mD8F631021C2D62B7C341B1A17FA75491F64E13DA (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// UnityEngine.Camera FairyGUI.Container::GetRenderCamera()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * Container_GetRenderCamera_m34108FF414D6DDD22212012EBDAA26F5AB8602B4 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Camera::get_targetDisplay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_targetDisplay_m2C318D2EB9A016FEC76B13F7F7AE382F443FB731 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Transform::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Camera::WorldToScreenPoint(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_WorldToScreenPoint_m880F9611E4848C11F21FDF1A1D307B401C61B1BF (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method);
// UnityEngine.Ray UnityEngine.Camera::ScreenPointToRay(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 Camera_ScreenPointToRay_m27638E78502DB6D6D7113F81AF7C210773B828F3 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2 (const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Ray::get_direction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Ray_get_direction_m9E6468CD87844B437FC4B93491E63D388322F76E (Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___b1, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.Container::HitTest_Container()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_HitTest_Container_mAD8039E873AF501E1AFCEAAD8BDFD7020A31E903 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 FairyGUI.DisplayObject::WorldToLocal(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 DisplayObject_WorldToLocal_mA3392E7E1B08FCC91B15A4E40A0A27C489EE3443 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPoint0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___direction1, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___v0, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.DisplayObject::InternalHitTestMask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * DisplayObject_InternalHitTestMask_m4369593F7765416D0CB8E58E48440740AEB8240F (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.DisplayObject::InternalHitTest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * DisplayObject_InternalHitTest_m91940488DE54A36C2963823447E2BE39BB2D3431 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Clear()
inline void List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A (List_1_t11A30662822286DF8036D0D1993807262B502B70 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t11A30662822286DF8036D0D1993807262B502B70 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Void FairyGUI.DisplayObject::InvalidateBatchingState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.DisplayObject::get_paintingMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayObject_get_paintingMode_mEE1388024FEDFA23CE2836F519578A3D6C44AE71 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Container::SetChildrenLayer(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_SetChildrenLayer_m941916D1215FEBC8F8ED5F0065FF992C866B34EE (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_Update_m05756CF6A38AE531702D2ED732D15053849EC4BB (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method);
// System.Void FairyGUI.EventCallback0::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback0_Invoke_m5F19E5736B5156889F3F9DF0B3BF355E9BD30E65 (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UpdateContext::EnterClipping(System.UInt32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateContext_EnterClipping_m095680B3E57318D4DAD4B583C26B5A5651493464 (UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * __this, uint32_t ___clipId0, bool ___reversedMask1, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::_PreUpdateMask(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics__PreUpdateMask_m6D1E04627E91D3D2752BC47840EE7B2A974AC228 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method);
// System.Void FairyGUI.UpdateContext::EnterClipping(System.UInt32,UnityEngine.Rect,System.Nullable`1<UnityEngine.Vector4>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateContext_EnterClipping_mF63566DF713BA85DA2A97D87B77ABD398661D001 (UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * __this, uint32_t ___clipId0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___clipRect1, Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 ___softness2, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_alpha()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float DisplayObject_get_alpha_m998194D620CED18A611199F7F6CB6C5606F1F493_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.DisplayObject::get_grayed()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DisplayObject_get_grayed_mE5B8F265844C94C0CA51D5C56D151C3A82C290A4_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.DisplayObject::get_visible()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DisplayObject_get_visible_mAC592C4E9C512B8C487417138816F0850B4569A5_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::_SetStencilEraserOrder(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics__SetStencilEraserOrder_m7C7973E60F9C3B942AA791D933CCB823231D76A0 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Container::SetRenderingOrder(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_SetRenderingOrder_mFCE06582BBE93BED5CDF9192F7A7DBD5673619B6 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method);
// System.Void FairyGUI.UpdateContext::LeaveClipping()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateContext_LeaveClipping_m93DB8DD4A269CDE46CD63407B33F1A4597602514 (UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * __this, const RuntimeMethod* method);
// FairyGUI.NTexture FairyGUI.NGraphics::get_texture()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method);
// System.Void FairyGUI.Container::DoFairyBatching()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_DoFairyBatching_mB8E2ACB44CEA06908555BA7EFBEB61B361D4BC97 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Container::CollectChildren(FairyGUI.Container,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_CollectChildren_mE7D7320D2B96E47A910FCD01932DD4F3F9C52D0B (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___initiator0, bool ___outlineChanged1, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_Dispose_m4623756E849DEB7F6FED6C37DCD618A88AAE059D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventDispatcher::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher__ctor_mC394F1C3DFFDFFE762CF707D0E87CE6628F42A37 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, 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 FairyGUI.EventDispatcher::RemoveEventListeners()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_RemoveEventListeners_mD42A57F23130CA8489B9343A9DB734111098568E (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::.ctor(FairyGUI.EventDispatcher,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___owner0, String_t* ___type1, 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.String System.String::Concat(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1 (RuntimeObject * ___arg00, const RuntimeMethod* method);
// System.Void System.IndexOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mCCE2EFF47A0ACB4B2636F63140F94FCEA71A9BCA (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void FairyGUI.GComponent::ApplyController(FairyGUI.Controller)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent_ApplyController_m981E49DC3B017D0A1135DF845D02276C31EBF356 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___c0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.String>::IndexOf(!0)
inline int32_t List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* ___item0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared)(__this, ___item0, method);
}
// System.Void FairyGUI.Controller::SetSelectedIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_SetSelectedIndex_m12C2CAE7667BA1DA9E2B7E52D9D6509DE10DC345 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, int32_t ___value0, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.String>::get_Item(System.Int32)
inline String_t* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( String_t* (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, 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.Void FairyGUI.Controller::AddPageAt(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_AddPageAt_m2D6168945BCE7AB3F0AB9569633BA7D8D63749C1 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___name0, int32_t ___index1, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
// System.Void 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 System.Collections.Generic.List`1<System.String>::Insert(System.Int32,!0)
inline void List_1_Insert_mBF5D461C74C96AC635EAF8ADDF7E18AE64E815A1 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t ___index0, String_t* ___item1, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, String_t*, const RuntimeMethod*))List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_gshared)(__this, ___index0, ___item1, 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 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);
}
// System.Int32 System.Collections.Generic.List`1<FairyGUI.ControllerAction>::get_Count()
inline int32_t List_1_get_Count_mF370D283F1FEA3D8696D5FF4CBBE72D5174CE802_inline (List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.ControllerAction>::get_Item(System.Int32)
inline ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * List_1_get_Item_m8C411E16A421AF385AA0CE443229022CF52300BB_inline (List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * (*) (List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.String FairyGUI.Controller::get_previousPageId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_get_previousPageId_m18CF878B4DBBABBABEB6B3890726462BECB3BDF4 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method);
// System.String FairyGUI.Controller::get_selectedPageId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.ControllerAction::Run(FairyGUI.Controller,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControllerAction_Run_m06794806D873255D41FCD56E53C9011B47E5DEA2 (ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___controller0, String_t* ___prevPage1, String_t* ___curPage2, const RuntimeMethod* method);
// System.Int32 FairyGUI.Utils.ByteBuffer::get_position()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Utils.ByteBuffer::Seek(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, int32_t ___indexTablePos0, int32_t ___blockIndex1, const RuntimeMethod* method);
// System.String FairyGUI.Utils.ByteBuffer::ReadS()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Utils.ByteBuffer::ReadBool()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Int16 FairyGUI.Utils.ByteBuffer::ReadShort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.String>::set_Capacity(System.Int32)
inline void List_1_set_Capacity_mBD9E6ED18BD5ABB1475798C98B892E9959B3EE21 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1_set_Capacity_m5E67DE1CEC89ADB8A82937E2D0CB48A78F962FA3_gshared)(__this, ___value0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.ControllerAction>::.ctor(System.Int32)
inline void List_1__ctor_m64B311484C1F25973323A5312DB592DFA6F9235C (List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
}
// System.Byte FairyGUI.Utils.ByteBuffer::ReadByte()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// FairyGUI.ControllerAction FairyGUI.ControllerAction::CreateAction(FairyGUI.ControllerAction/ActionType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * ControllerAction_CreateAction_mBA562C740650AC9294269F308DAB6E04AE106B66 (int32_t ___type0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.ControllerAction>::Add(!0)
inline void List_1_Add_mDCF05754A4917561C21CF45EE6DF3C37AD46FC84 (List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * __this, ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF *, ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void FairyGUI.Utils.ByteBuffer::set_position(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.PlayTransitionAction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayTransitionAction__ctor_m7E30B1318AC4B2AFAA77DA4302CB8D5B0F41B3C8 (PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.ChangePageAction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChangePageAction__ctor_m2481C99FBBD2AB066715B63919A47175C2A049BD (ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560 * __this, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.String>(!!0[],!!0)
inline int32_t Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___array0, String_t* ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t*, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_gshared)(___array0, ___value1, method);
}
// System.Void UnityEngine.GameObject::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_mBB454E679AD9CF0B84D3609A01E6A9753ACF4686 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_gameObject(UnityEngine.GameObject)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DisplayObject_set_gameObject_m04C8325C463D222B40D377406A87EF6A3A28E842_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.GameObject::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_cachedTransform(UnityEngine.Transform)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DisplayObject_set_cachedTransform_m6E09669B82554861FE63CACC105B9D849E08B51D_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Application::get_isPlaying()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5 (const RuntimeMethod* method);
// System.Void UnityEngine.Object::DontDestroyOnLoad(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m4DC90770AD6084E4B1B8489C6B41205DC020C207 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___target0, const RuntimeMethod* method);
// System.Void UnityEngine.GameObject::SetActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, bool ___value0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Transform::get_localEulerAngles()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_localEulerAngles_m445AD7F6706B0BDABA8A875C899EB1E1DF1A2A2B (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Transform::get_localPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_x()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_y()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::SetPosition(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_SetPosition_mF8E3AA80B6677CF5917824BD11F333C3F46DDBEC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___xv0, float ___yv1, float ___zv2, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_z()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_z_mE50283E82F6BDAE4E053F3E0DC86643A355E19C4 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E (float ___a0, float ___b1, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_width(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_height(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Rect::get_size()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Rect_get_size_m731642B8F03F6CE372A2C9E2E4A925450630606C (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::SetSize(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___wv0, float ___hv1, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::ApplyPivot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_ApplyPivot_mA8E1F67AC4BECA3789E12DFDEB123AF7F74BCCBD (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::set_contentRect(UnityEngine.Rect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_contentRect_m3261EF99328B0E6D46293FC7BACDB18813E6F374 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___value0, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::ValidateScale(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_ValidateScale_m9740824E80471386B48C8B53D25ECC9FC72F2780 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Transform::set_localScale(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localScale_m7ED1A6E5A87CD1D483515B99D6D3121FB92B0556 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::SetScale(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_SetScale_mABABEB3D357ACC92B7E58B20FF7C0D5D9663845D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___xv0, float ___yv1, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::UpdateTransformMatrix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_UpdateTransformMatrix_m7D1EC8AFD54133B860BF141C1AE990CA8BB8465A (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Transform::set_localEulerAngles(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localEulerAngles_mC5E92A989DD8B2E7B854F9D84B528A34AEAA1A17 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
// System.Boolean System.Nullable`1<UnityEngine.Matrix4x4>::get_HasValue()
inline bool Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_inline (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 *, const RuntimeMethod*))Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_gshared_inline)(__this, method);
}
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::get_identity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Matrix4x4_get_identity_mA0CECDE2A5E85CF014375084624F3770B5B7B79B (const RuntimeMethod* method);
// System.Void FairyGUI.Utils.ToolSet::SkewMatrix(UnityEngine.Matrix4x4&,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolSet_SkewMatrix_m86D43BC05727B8F6F7D04B12FF8D698371EECBAE (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___matrix0, float ___skewX1, float ___skewY2, const RuntimeMethod* method);
// UnityEngine.Quaternion UnityEngine.Quaternion::Euler(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Quaternion_Euler_m55C96FCD397CC69109261572710608D12A4CBD2B (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___euler0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::get_one()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_one_mA11B83037CB269C6076CBCF754E24C8F3ACEC2AB (const RuntimeMethod* method);
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::TRS(UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Matrix4x4_TRS_m5BB2EBA1152301BAC92FDC7F33ECA732BAE57990 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___q1, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___s2, const RuntimeMethod* method);
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::op_Multiply(UnityEngine.Matrix4x4,UnityEngine.Matrix4x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Matrix4x4_op_Multiply_mF6693A950E1917204E356366892C3CCB0553436E (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___lhs0, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___rhs1, const RuntimeMethod* method);
// System.Boolean UnityEngine.Matrix4x4::get_isIdentity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Matrix4x4_get_isIdentity_m2779BFDD245E9C8AE76D7D60CA09B7855E71A7EA (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * __this, const RuntimeMethod* method);
// System.Void System.Nullable`1<UnityEngine.Matrix4x4>::.ctor(!0)
inline void Nullable_1__ctor_m2D845489597B32AFE89E61CF33C33772437E602F (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 *, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA , const RuntimeMethod*))Nullable_1__ctor_m2D845489597B32AFE89E61CF33C33772437E602F_gshared)(__this, ___value0, method);
}
// System.Void System.Nullable`1<UnityEngine.Vector3>::.ctor(!0)
inline void Nullable_1__ctor_mEE25CE8D9D7805C77F0C30A71CCF7F2DE1540165 (Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , const RuntimeMethod*))Nullable_1__ctor_mEE25CE8D9D7805C77F0C30A71CCF7F2DE1540165_gshared)(__this, ___value0, method);
}
// System.Void FairyGUI.NGraphics::set_cameraPosition(System.Nullable`1<UnityEngine.Vector3>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_cameraPosition_m8030526E3508EA6E23CB374C3CC55E0EA8328A1F (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::set_vertexMatrix(System.Nullable`1<UnityEngine.Matrix4x4>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_vertexMatrix_m89B9DC0BBB8BA85008B6D53172A83AD1D4BFC068 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::UpdatePivotOffset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_UpdatePivotOffset_m2AD9DAE9A5B67E9F57C4423C117B2F58CB19BF3D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___b1, const RuntimeMethod* method);
// UnityEngine.Quaternion UnityEngine.Transform::get_localRotation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Transform_get_localRotation_mEDA319E1B42EF12A19A95AC0824345B6574863FE (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Matrix4x4::MultiplyPoint(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Matrix4x4_MultiplyPoint_mD5D082585C5B3564A5EFC90A3C5CAFFE47E45B65 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___point0, const RuntimeMethod* method);
// UnityEngine.Vector3 FairyGUI.DisplayObject::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 DisplayObject_get_position_m84F21491DBFDC32F0734C8F3AE767C94F037BF01 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.String FairyGUI.NGraphics::get_shader()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NGraphics_get_shader_m870C5803B7027A055FBE8B1079C0F254483F583B_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::set_shader(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_shader_m5EA8CC88A274B5B308B9364AC6193CEABC3E62FF (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::set_sortingOrder(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_sortingOrder_m84DB7070DB04433D5205B8F21CB3CE1620D159BF (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, int32_t ___value0, const RuntimeMethod* method);
// UnityEngine.GameObject FairyGUI.NGraphics::get_gameObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.GameObject::get_layer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// System.Void UnityEngine.GameObject::set_layer(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_parent(FairyGUI.Container)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DisplayObject_set_parent_mD1CA8BD0F298C852B7435AD842BC314A74B03357_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::UpdateHierarchy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_UpdateHierarchy_m176FC4BB82BC927D4F3EF60D55BD117DE0F782C0 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.Container FairyGUI.DisplayObject::get_topmost()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * DisplayObject_get_topmost_m8157DCD0D3584862ADDA92A850F828DDC91A363C (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __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.NGraphics::.ctor(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics__ctor_mBB3521CEBCF42D11C7384BBEE95A4E295A9B75B6 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___gameObject0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_paintingGraphics(FairyGUI.NGraphics)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DisplayObject_set_paintingGraphics_mDF2BFF1D0DCC517799B36075AA555313BD77D63A_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___value0, const RuntimeMethod* method);
// System.String UnityEngine.Object::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.ToolSet::SetParent(UnityEngine.Transform,UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolSet_SetParent_mA9967AF376E0D3BD78B631BA81351684C00F91BD (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___t0, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___parent1, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::set_enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_enabled_m9362A39E72A2A013C04EDC32325925B676FEF865 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, bool ___value0, const RuntimeMethod* method);
// System.Int32 FairyGUI.CaptureCamera::get_hiddenLayer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaptureCamera_get_hiddenLayer_m9B3A0C8975E0DA9530BABD1648ED1A126C451DB7 (const RuntimeMethod* method);
// System.Boolean System.Nullable`1<FairyGUI.Margin>::get_HasValue()
inline bool Nullable_1_get_HasValue_m03CCC63A37FCE702C4D78396076BAC618943C30A_inline (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *, const RuntimeMethod*))Nullable_1_get_HasValue_m03CCC63A37FCE702C4D78396076BAC618943C30A_gshared_inline)(__this, method);
}
// !0 System.Nullable`1<FairyGUI.Margin>::get_Value()
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E Nullable_1_get_Value_mF8FA9FBD06755D9ACF1E60C75C364A380FDF4582 (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method)
{
return (( Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E (*) (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *, const RuntimeMethod*))Nullable_1_get_Value_mF8FA9FBD06755D9ACF1E60C75C364A380FDF4582_gshared)(__this, method);
}
// System.Void FairyGUI.DisplayObject::set_filter(FairyGUI.IFilter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_filter_m6A36647D777F417BD398576F1ED49D3AA7181765 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, RuntimeObject* ___value0, 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);
// FairyGUI.Container FairyGUI.DisplayObject::get_worldSpaceContainer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * DisplayObject_get_worldSpaceContainer_mECA99AEF5963A7ABEB46773C9C806D7074438417 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Collider::Raycast(UnityEngine.Ray,UnityEngine.RaycastHit&,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collider_Raycast_mF79828BB10A356336B673595777F7C6941E3F42F (Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * __this, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ___ray0, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * ___hitInfo1, float ___maxDistance2, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.RaycastHit::get_textureCoord()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D RaycastHit_get_textureCoord_mE520CE27BD748249D38ABAA093FFAD9186FEE68D (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * __this, const RuntimeMethod* method);
// FairyGUI.Stage FairyGUI.Stage::get_inst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321 (const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Transform::TransformPoint(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_TransformPoint_m363B3A9E2C3A9A52F4B872CF34F476D87CCC8CEC (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method);
// System.Int32 FairyGUI.Stage::get_stageHeight()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stage_get_stageHeight_m979ECFABF811ADCDE89B970B7FF1B9765CE28C92_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Transform::InverseTransformPoint(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_InverseTransformPoint_mB6E3145F20B531B4A781C194BAC43A8255C96C47 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Transform::InverseTransformDirection(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_InverseTransformDirection_m6F0513F2EC19C204F2077E3C68DD1D45317CB5F2 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___direction0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::get_forward()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_forward_m3E2E192B3302130098738C308FA1EE1439449D0D (const RuntimeMethod* method);
// System.Single UnityEngine.Vector3::Dot(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Dot_m0C530E1C51278DE28B77906D56356506232272C1 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___lhs0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rhs1, const RuntimeMethod* method);
// System.Boolean System.Single::IsInfinity(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsInfinity_m811B198540AB538C4FE145F7C0303C4AD772988B (float ___f0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, float ___d1, const RuntimeMethod* method);
// !0 System.Nullable`1<UnityEngine.Matrix4x4>::get_Value()
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Nullable_1_get_Value_m1A1452465ECFA25605A029CC5997609D1B1D2A90 (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * __this, const RuntimeMethod* method)
{
return (( Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA (*) (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 *, const RuntimeMethod*))Nullable_1_get_Value_m1A1452465ECFA25605A029CC5997609D1B1D2A90_gshared)(__this, method);
}
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::get_inverse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Matrix4x4_get_inverse_mBD3145C0D7977962E18C8B3BF63DD671F7917166 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Transform::TransformPoint(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_TransformPoint_mA96DC2A20EE7F4F915F7509863A18D99F5DD76CB (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_x()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_y()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::TransformRectPoint(System.Single,System.Single,FairyGUI.DisplayObject,UnityEngine.Vector4&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_TransformRectPoint_mEB76BBE323C1F43C0DB5768A84768DD629DDDCBF (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___px0, float ___py1, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___targetSpace2, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ___vec43, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.Container::RemoveChild(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_RemoveChild_m63980F70C47DF6DBA5EE4FBDA6EB21C673DE8114 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::Update(FairyGUI.UpdateContext,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_Update_mA6815D27461C381FDD2BB48DC40C6A66FD01AB11 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, float ___alpha1, bool ___grayed2, const RuntimeMethod* method);
// System.Boolean FairyGUI.NTexture::get_disposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NTexture_get_disposed_m4C530AD85583B76D73057ED5A2E488B2B6D69D6D (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Mathf::RoundToInt(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041 (float ___f0, const RuntimeMethod* method);
// System.Int32 FairyGUI.NTexture::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NTexture_get_width_m4792DA39FBA764B89C6701C227FA1C3727C2471F (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.NTexture::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NTexture_get_height_mB6C76DA4C0F2C64D60B198215C64605E0486A22E (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NTexture::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_Dispose_m0B1F7B320F32756E8E94B4753F4D3DD29A1D95F9 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// UnityEngine.RenderTexture FairyGUI.CaptureCamera::CreateRenderTexture(System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * CaptureCamera_CreateRenderTexture_m94532FD87A3BA922637B90F812E8E086C48B1CE0 (int32_t ___width0, int32_t ___height1, bool ___stencilSupport2, const RuntimeMethod* method);
// System.Void FairyGUI.NTexture::.ctor(UnityEngine.Texture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture__ctor_m8A21ABAD86CF9509D24FE8FFFAC43365B9DCBFAA (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___texture0, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::MonitorTexture(FairyGUI.NTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_MonitorTexture_m628E3A7420288F33DA365C410E866D339585D281 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture0, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::set_texture(FairyGUI.NTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_texture_m37C1CC2B5DE298F7007E91C3112A3A8A30A37694 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___value0, const RuntimeMethod* method);
// System.Single UnityEngine.Time::get_time()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m7863349C8845BBA36629A2B3F8EF1C3BEA350FD8 (const RuntimeMethod* method);
// UnityEngine.Texture FairyGUI.NTexture::get_nativeTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * NTexture_get_nativeTexture_m022E7332CA1C910A1128926D6FF9E6B911E475C0 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.CaptureCamera::Capture(FairyGUI.DisplayObject,UnityEngine.RenderTexture,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CaptureCamera_Capture_mFACFA9B309DD9C99E58490AEB82FFBEA4629CDF0 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___target0, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___texture1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___offset2, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.Transform::get_parent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// FairyGUI.GComponent FairyGUI.GObject::get_parent()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_Dispose_m3DCEA47C7007FE3A0AD47AB2F51A1DEB68908CBC (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::DestroyGameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_DestroyGameObject_m837D70167A21DE7FD0E0E60CD573304E67531BAE (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void UnityEngine.MonoBehaviour::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DragDropManager::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DragDropManager__ctor_m7B32F3C196FD7A26757CDE789701E9299EC1A0F7 (DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E * __this, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.UIObjectFactory::NewObject(FairyGUI.ObjectType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIObjectFactory_NewObject_m3ECE19102DBC0A0F9CB926FC0A923D6C928662AD (int32_t ___type0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_gameObjectName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_gameObjectName_m1917229F0090A1EC698B985ADE6FC13C3F115160 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, String_t* ___value0, 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::SetHome(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_SetHome_mD8B27223002B3EC3731440E31F30FE80904676D4 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___obj0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_touchable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_touchable_m08158DAF75D2FBDF81D3666FF5A135569A005D95 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_draggable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_draggable_m6E417D48468158CEAEA55ED93B1D608508C98AC3 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::SetSize(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___wv0, float ___hv1, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::SetPivot(System.Single,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_SetPivot_m64CE550F65ABC5CD126FFA69B3C6AC11725562E7 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___xv0, float ___yv1, bool ___asAnchor2, const RuntimeMethod* method);
// System.Void FairyGUI.GLoader::set_align(FairyGUI.AlignType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GLoader_set_align_m1FFD9D82359D6D76FBAD261153EEA81FF9329A8B (GLoader_t79DB886430214FA5031328823142509230E0E4A8 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GLoader::set_verticalAlign(FairyGUI.VertAlignType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GLoader_set_verticalAlign_m042BF12F50BA2DD2021FD6E0A9FD330FA33AE3CA (GLoader_t79DB886430214FA5031328823142509230E0E4A8 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_sortingOrder(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_sortingOrder_m0F212D879E53BB06E349324102CD5FB5487FB2B6 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, int32_t ___value0, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GObject::get_onDragEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onDragEnd_mDB9CDE8F348C282F55A6BB562466F3A532E14203 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventCallback1::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4 (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::Add(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.GLoader::set_url(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GLoader_set_url_mF7D7464F7E47EAA7AB96D9B418CBB906281168CB (GLoader_t79DB886430214FA5031328823142509230E0E4A8 * __this, String_t* ___value0, 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);
// UnityEngine.Vector2 FairyGUI.Stage::GetTouchPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Stage_GetTouchPosition_m23562A6532BB2E452C8A769FA22BAAB4B4349AB9 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, int32_t ___touchId0, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.GObject::GlobalToLocal(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pt0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_xy(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_xy_mE9FF4BB0E0A552C09BF033BED9610CD03B63F518 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::StartDrag(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_StartDrag_mE67D7212353EDC7758B75614C23ACB039AD2BFAD (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, int32_t ___touchId0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::StopDrag()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_StopDrag_mD2D1569B47F688450E1D7A8186A35B855C27D5F3 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GComponent::RemoveChild(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GComponent_RemoveChild_m3AC05AED1E411CC68D31BBB761DAC6E12A3E118D (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___child0, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GRoot::get_touchTarget()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GRoot_get_touchTarget_mE4A3754B3797ECAEBC1A915E1C10C8FD226C0470 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventDispatcher::hasEventListeners(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_hasEventListeners_mB2B597F656DDCCC9D4A78DF10F86198E0F2D4B1C (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::RequestFocus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_RequestFocus_mF48B2C61C76A43FE6325D4B92B61C91DEC65A6BD (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DynamicFont::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicFont__ctor_m7EBD08615DE8235637056E5A4EA74A36C8D12C47 (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * __this, String_t* ___name0, String_t* ___path1, const RuntimeMethod* method);
// System.Void FairyGUI.BaseFont::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseFont__ctor_mAD14869B4B0F23B549AE228F644DCC96069A0145 (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, const RuntimeMethod* method);
// System.Void FairyGUI.BaseFont::set_name(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void BaseFont_set_name_m761C9192ED6DCB3912DACF45A637DA266FF8CC66_inline (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.String::ToLower()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8 (String_t* __this, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Application::get_isMobilePlatform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isMobilePlatform_m11B260E344378D2A3CE53FCCA64DAC70F0B783E7 (const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.DynamicFont/RenderInfo>::.ctor()
inline void Dictionary_2__ctor_m6D27DF771BB09FE5C7AD418E63057537B5E6564A (Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 *, const RuntimeMethod*))Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared)(__this, method);
}
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
// T taurus.unity.ResourcesManager::LoadObject<UnityEngine.Font>(System.String)
inline Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * ResourcesManager_LoadObject_TisFont_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26_m7FA7212AE603E6025E74652EA54916820A7152F1 (String_t* ___path0, const RuntimeMethod* method)
{
return (( Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * (*) (String_t*, const RuntimeMethod*))ResourcesManager_LoadObject_TisRuntimeObject_m934D85F251E5843CBA88E28E8EE97B2AB66323C7_gshared)(___path0, method);
}
// System.String FairyGUI.BaseFont::get_name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, const RuntimeMethod* method);
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
// UnityEngine.Object UnityEngine.Resources::Load(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * Resources_Load_mF0FA033BF566CDDA6A0E69BB97283B44C40726E7 (String_t* ___path0, Type_t * ___systemTypeInstance1, const RuntimeMethod* method);
// System.String[] System.String::Split(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m13262358217AD2C119FD1B9733C3C0289D608512 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, const RuntimeMethod* method);
// System.String System.String::Trim()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method);
// UnityEngine.Font UnityEngine.Font::CreateDynamicFontFromOSFont(System.String[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * Font_CreateDynamicFontFromOSFont_mC67BE05157E03E78B07E241DE3F76B705FA84602 (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___fontnames0, int32_t ___size1, const RuntimeMethod* method);
// UnityEngine.Font UnityEngine.Font::CreateDynamicFontFromOSFont(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * Font_CreateDynamicFontFromOSFont_m45A9E67DED6075958AB768A70765A2C222C1E8C2 (String_t* ___fontname0, int32_t ___size1, const RuntimeMethod* method);
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// FairyGUI.BaseFont FairyGUI.FontManager::GetFont(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * FontManager_GetFont_mE0F498CC7137BDEEF892E5C67EBAC540CA863A32 (String_t* ___name0, const RuntimeMethod* method);
// UnityEngine.Object UnityEngine.Resources::GetBuiltinResource(System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * Resources_GetBuiltinResource_m73DDAC485E1E06C925628AA7285AC63D0797BD0A (Type_t * ___type0, String_t* ___path1, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
// UnityEngine.Material UnityEngine.Font::get_material()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * Font_get_material_m92A995029540A5FACAEA3A2FE792FFDAC294827D (Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * __this, const RuntimeMethod* method);
// UnityEngine.Texture UnityEngine.Material::get_mainTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * Material_get_mainTexture_mE85CF647728AD145D7E03A172EFD5930773E514E (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, const RuntimeMethod* method);
// System.Void System.Action`1<UnityEngine.Font>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_mC0DA38C909C636AF229862D2E4CD9C480C7383A0 (Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.Font::add_textureRebuilt(System.Action`1<UnityEngine.Font>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Font_add_textureRebuilt_m031EFCD3B164273920B133A8689C18ED87C9B18F (Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C * ___value0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Mathf::FloorToInt(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C (float ___f0, const RuntimeMethod* method);
// System.Void UnityEngine.Font::RequestCharactersInTexture(System.String,System.Int32,UnityEngine.FontStyle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Font_RequestCharactersInTexture_mDD60F1C27486774C51F157FD9043D022EAE5F5BA (Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * __this, String_t* ___characters0, int32_t ___size1, int32_t ___style2, const RuntimeMethod* method);
// System.Boolean UnityEngine.Font::GetCharacterInfo(System.Char,UnityEngine.CharacterInfo&,System.Int32,UnityEngine.FontStyle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Font_GetCharacterInfo_mFC0350FC06315C632781B0BAF05F9C4F0F0B7E12 (Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * __this, Il2CppChar ___ch0, CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 * ___info1, int32_t ___size2, int32_t ___style3, const RuntimeMethod* method);
// FairyGUI.DynamicFont/RenderInfo FairyGUI.DynamicFont::GetRenderInfo(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * DynamicFont_GetRenderInfo_mEE4D83D16FC35982101EF4E54199F6D1579EABE8 (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * __this, int32_t ___size0, const RuntimeMethod* method);
// System.Int32 UnityEngine.CharacterInfo::get_advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharacterInfo_get_advance_mCCD27183A01AB4F83305230D5AB39AE6F0E4779C (CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.CharacterInfo::get_minX()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharacterInfo_get_minX_m51C7EFF3C4940A8A0CA6B8450EBA2054890324E7 (CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.CharacterInfo::get_maxY()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharacterInfo_get_maxY_m0C198EE565EB35E826D612603513D0878B6803B7 (CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.CharacterInfo::get_maxX()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharacterInfo_get_maxX_m305845784C54BB9DDF7EBB5868ABDCA2F50A4ED5 (CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.CharacterInfo::get_glyphWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharacterInfo_get_glyphWidth_m2F7106A3BF004260902516A911387F2E0CF25BB7 (CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.CharacterInfo::get_minY()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharacterInfo_get_minY_mF507A0D8ABC6C1879D9C4C6803A83A6562D42C80 (CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.CharacterInfo::get_uvBottomLeft()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D CharacterInfo_get_uvBottomLeft_mDBE6B6202B0763B4AB7EE4E8003C3F9B64F20DFF (CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.CharacterInfo::get_uvTopLeft()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D CharacterInfo_get_uvTopLeft_m1EAF80E2A6E59D5936F147555E301088C53F0E3C (CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.CharacterInfo::get_uvTopRight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D CharacterInfo_get_uvTopRight_m20DE62F442E6FBC11911597D0F47A83CA4478853 (CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.CharacterInfo::get_uvBottomRight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D CharacterInfo_get_uvBottomRight_mAFDDFB6961CF9625BE7C13EF60992E9AAA52464D (CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Division(UnityEngine.Vector2,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Division_m0961A935168EE6701E098E2B37013DFFF46A5077 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0, float ___d1, const RuntimeMethod* method);
// System.Boolean UnityEngine.Font::HasCharacter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Font_HasCharacter_m23CC7E1E37BCA115DC130B841CF3207212E2802E (Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * __this, Il2CppChar ___c0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.DynamicFont/RenderInfo>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m6FDF0DF98246A8AA08D0C2434DBD2A8A08B7E783 (Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 * __this, int32_t ___key0, RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 *, int32_t, RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared)(__this, ___key0, ___value1, method);
}
// System.Void FairyGUI.DynamicFont/RenderInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderInfo__ctor_m4040D6EBDF75D48A4FC2B70F5EBB3D20359A4FC9 (RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * __this, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65 (float ___a0, float ___b1, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Min(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7 (float ___a0, float ___b1, const RuntimeMethod* method);
// System.Int32 UnityEngine.CharacterInfo::get_glyphHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharacterInfo_get_glyphHeight_m0815D42E365D1707DDBD5F07EC2F158522D80A13 (CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 * __this, const RuntimeMethod* method);
// System.Int32 System.Math::Max(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.DynamicFont/RenderInfo>::Add(!0,!1)
inline void Dictionary_2_Add_mF1308A82FC0045AEB1FE4425BC5C0A1FD0D49F8C (Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 * __this, int32_t ___key0, RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 *, int32_t, RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 *, const RuntimeMethod*))Dictionary_2_Add_mF7AEA0EFA07EEBC1A4B283A26A7CB720EE7A4C20_gshared)(__this, ___key0, ___value1, method);
}
// System.Int32 System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::get_Count()
inline int32_t List_1_get_Count_mA074F7CB772C931E41F554B039A599A21BB3962F_inline (List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tE262A84CC5F1151019072F2449190177E8FABB78 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Boolean System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::Contains(!0)
inline bool List_1_Contains_m86B7ADB60CD4091E7C423E5D4DCA57B66FD044BF (List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_tE262A84CC5F1151019072F2449190177E8FABB78 *, RuntimeObject*, const RuntimeMethod*))List_1_Contains_mE08D561E86879A26245096C572A8593279383FDB_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::Add(!0)
inline void List_1_Add_m2AA17FA37BA581395CC4D3F13EA0E042D6EECA6D (List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE262A84CC5F1151019072F2449190177E8FABB78 *, RuntimeObject*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Boolean System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::Remove(!0)
inline bool List_1_Remove_mEDAEAEADF38B390B2D890965EA9D01D949B44585 (List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_tE262A84CC5F1151019072F2449190177E8FABB78 *, RuntimeObject*, const RuntimeMethod*))List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared)(__this, ___item0, method);
}
// System.Void FairyGUI.UpdateContext::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateContext__ctor_m069781124D3B0B89FDF8352F49FE30D10EC9DC50 (UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * __this, const RuntimeMethod* method);
// System.Void System.Comparison`1<FairyGUI.EMRenderTarget>::.ctor(System.Object,System.IntPtr)
inline void Comparison_1__ctor_mC145FF6F2680D34FDEFB0B63FED708AE7B6ED0D3 (Comparison_1_t884447A7BB34C65ABC527C422490E7D4F91B1500 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Comparison_1_t884447A7BB34C65ABC527C422490E7D4F91B1500 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m3445CDEBFFF4A3A9EAED69CBCC2D247630CA5BD4_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::Sort(System.Comparison`1<!0>)
inline void List_1_Sort_m2B39F3B0EC8AED657B5E27425EFC4F0AD1BB6CF0 (List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * __this, Comparison_1_t884447A7BB34C65ABC527C422490E7D4F91B1500 * ___comparison0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE262A84CC5F1151019072F2449190177E8FABB78 *, Comparison_1_t884447A7BB34C65ABC527C422490E7D4F91B1500 *, const RuntimeMethod*))List_1_Sort_mA3939603201EC0E13489EDA5975A07790CEDB483_gshared)(__this, ___comparison0, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::get_Item(System.Int32)
inline RuntimeObject* List_1_get_Item_m18E7E5A07C4E2464D1A881FCECCEA774FB1A7C8C_inline (List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (List_1_tE262A84CC5F1151019072F2449190177E8FABB78 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Boolean FairyGUI.EMRenderSupport::get_packageListReady()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EMRenderSupport_get_packageListReady_m21CA92241FAC0AFE3F9855ADF4A4773D23EDCE8D_inline (const RuntimeMethod* method);
// System.Void FairyGUI.UpdateContext::Begin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateContext_Begin_mB37384A47CC631FDFD6C905F0CB14669BFD9F1E0 (UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UpdateContext::End()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateContext_End_mDE39A4FBBF84A7C848A8A9F4327C80F33DD89913 (UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UIConfig::ClearResourceRefs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIConfig_ClearResourceRefs_mD0E3E0A57A49291E942F678A9515C53F39039F15 (const RuntimeMethod* method);
// !!0[] UnityEngine.Object::FindObjectsOfType<FairyGUI.UIConfig>()
inline UIConfigU5BU5D_tFE1F365297F99E2953513D9F51597A542F3B9478* Object_FindObjectsOfType_TisUIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_m0DF625F3BB7315FF3D1F69084E3772E782DC8AF5 (const RuntimeMethod* method)
{
return (( UIConfigU5BU5D_tFE1F365297F99E2953513D9F51597A542F3B9478* (*) (const RuntimeMethod*))Object_FindObjectsOfType_TisRuntimeObject_m0B70FC55F5C9919F875EDF6AAEE564A194492094_gshared)(method);
}
// System.Void FairyGUI.UIConfig::Load()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIConfig_Load_m3EB302E61DAA35A143EC59B0E7384D6DBB18478A (UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EMRenderSupport::set_packageListReady(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void EMRenderSupport_set_packageListReady_m953D61E9F0D999534F49FB44490024087067EB33_inline (bool ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.EMRenderTarget>::.ctor()
inline void List_1__ctor_m05C677B614B1786D4362FC04B0660110F48BEA01 (List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE262A84CC5F1151019072F2449190177E8FABB78 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Double System.Math::Pow(System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1 (double ___x0, double ___y1, const RuntimeMethod* method);
// System.Single FairyGUI.EaseManager/Bounce::EaseIn(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Bounce_EaseIn_m43A18D1D7B07E3A0278721206AD89CD0FED0025D (float ___time0, float ___duration1, const RuntimeMethod* method);
// System.Single FairyGUI.EaseManager/Bounce::EaseOut(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Bounce_EaseOut_m7D71E9C3009A2793BD38553263E360EF973EB479 (float ___time0, float ___duration1, const RuntimeMethod* method);
// System.Single FairyGUI.EaseManager/Bounce::EaseInOut(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Bounce_EaseInOut_m9AA6F22B1A96799088BF0D03A7CA682522ACC9AB (float ___time0, float ___duration1, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color::get_black()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF (const RuntimeMethod* method);
// UnityEngine.Color32 UnityEngine.Color32::op_Implicit(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___c0, const RuntimeMethod* method);
// System.Boolean System.Nullable`1<UnityEngine.Color32>::get_HasValue()
inline bool Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_inline (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *, const RuntimeMethod*))Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_gshared_inline)(__this, method);
}
// !0 System.Nullable`1<UnityEngine.Color32>::get_Value()
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99 (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * __this, const RuntimeMethod* method)
{
return (( Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 (*) (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *, const RuntimeMethod*))Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99_gshared)(__this, method);
}
// System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507 (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method);
// System.Int32 UnityEngine.Mathf::CeilToInt(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B (float ___f0, const RuntimeMethod* method);
// System.Int32 FairyGUI.VertexBuffer::get_currentVertCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VertexBuffer_get_currentVertCount_mA4B982DB778BE1454630660482579C1F629A174F (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3,UnityEngine.Color32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color1, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::AddTriangle(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, int32_t ___idx00, int32_t ___idx11, int32_t ___idx22, const RuntimeMethod* method);
// UnityEngine.Vector3 FairyGUI.VertexBuffer::GetPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 VertexBuffer_GetPosition_m6190300BF64A26E72539A014FC10475273ACA9FF (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::AddTriangles(System.Int32[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddTriangles_m0EE6933112A9A3F76F73E23EE712CC6110507D66 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___idxList0, int32_t ___startVertexIndex1, const RuntimeMethod* method);
// System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method);
// System.Delegate LuaInterface.DelegateTraits`1<FairyGUI.EventCallback1>::Create(LuaInterface.LuaFunction,LuaInterface.LuaTable)
inline Delegate_t * DelegateTraits_1_Create_mF9165CBEA09040C247F538B355A8523B8F194DBE (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
return (( Delegate_t * (*) (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B *, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 *, const RuntimeMethod*))DelegateTraits_1_Create_m11A97D0C6C81A6D30F1F5E67424A33900A66EB44_gshared)(___func0, ___self1, method);
}
// System.Boolean LuaInterface.LuaBaseRef::op_Equality(LuaInterface.LuaBaseRef,LuaInterface.LuaBaseRef)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102 (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___a0, LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * ___b1, const RuntimeMethod* method);
// System.Void FairyGUI.EventBridge::Add(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Add_m218F0CCEA761CDE88C153B67D7DBF95FE7CE3089 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// LuaInterface.LuaState LuaInterface.LuaBaseRef::GetLuaState()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * LuaBaseRef_GetLuaState_m59DE3FCE4CC705ACD929988CF70F8609260CD99B_inline (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, 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);
// LuaInterface.LuaDelegate LuaInterface.LuaState::GetLuaDelegate(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * LuaState_GetLuaDelegate_m5B0A60156CA990789AFC7FD30FDE6E211350347D (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// LuaInterface.LuaDelegate LuaInterface.LuaState::GetLuaDelegate(LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * LuaState_GetLuaDelegate_mA6AA7F2956C629132A7932754D9FF9BCF6228253 (LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, const RuntimeMethod* method);
// System.Object System.Delegate::get_Target()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline (Delegate_t * __this, const RuntimeMethod* method);
// System.Boolean LuaInterface.LuaDelegate::op_Inequality(LuaInterface.LuaDelegate,LuaInterface.LuaDelegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LuaDelegate_op_Inequality_mCDDE3D8D1A261E210AB9B13C96081BBA9466327E (LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * ___a0, LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * ___b1, const RuntimeMethod* method);
// System.Void FairyGUI.EventBridge::Remove(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Remove_mDA770A9FE823F1795BD4C982A3C0682389C1759D (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.EventContext::set_sender(FairyGUI.EventDispatcher)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void EventContext_set_sender_mF002FE606984760364182316D66A508EFD363802_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.EventCallback1::Invoke(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback1_Invoke_m129CE06C626FEED668B6597E5384EFFF659CF905 (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Stack`1<FairyGUI.EventContext>::get_Count()
inline int32_t Stack_1_get_Count_m4A6949B6E25064D6466B2D2CFD7E35DC361E1F6F_inline (Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A *, const RuntimeMethod*))Stack_1_get_Count_mADA59B620C88DF47CBB953A8941CFE545BDF556D_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.Stack`1<FairyGUI.EventContext>::Pop()
inline EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * Stack_1_Pop_mB353AE54AD1542418AC87DA938715993C6630A7F (Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * __this, const RuntimeMethod* method)
{
return (( EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * (*) (Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A *, const RuntimeMethod*))Stack_1_Pop_m9886C5EBA07CB356DE616B11958360B7FC67F6DC_gshared)(__this, method);
}
// System.Void FairyGUI.EventContext::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext__ctor_mE435514E110AD7993D1E32A80115FE0A3797546F (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<FairyGUI.EventContext>::Push(!0)
inline void Stack_1_Push_m22F3F022753F4BD2C292EDC2A3DF1C2D37568930 (Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___item0, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A *, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *, const RuntimeMethod*))Stack_1_Push_mEAE34C8EACBF792D1CCC0B69009BD7C521F27865_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.EventBridge>::.ctor()
inline void List_1__ctor_m8979C394D977C9901630BBCCA7B05AA110B4BE85 (List_1_t96F9041444F491A9089B15870662D9839D1B9728 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t96F9041444F491A9089B15870662D9839D1B9728 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Stack`1<FairyGUI.EventContext>::.ctor()
inline void Stack_1__ctor_m12C9C2BF29873BE61A823CBAD701EF4252138EFB (Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A *, const RuntimeMethod*))Stack_1__ctor_m9EA0E43EFB22CCD482720CE21296BDF1B86F44D8_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>::.ctor()
inline void Dictionary_2__ctor_m0A23B0E5704DACC62B9FD73843DE1124FFE3E647 (Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m705342AF9C7A59E15E6788672A55F2217B31F13C (Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * __this, String_t* ___key0, EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B *, String_t*, EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.Void FairyGUI.EventBridge::.ctor(FairyGUI.EventDispatcher)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge__ctor_m1A11F251A8DE90A8EC5C07B34A9157DC1DBBF480 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___owner0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_m3C401487CB309AEF1E8470E427CA30E905C80495 (Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * __this, String_t* ___key0, EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B *, String_t*, EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// System.Void FairyGUI.EventBridge::Add(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Add_m664536FF36C8A6D8297F278E3D22BE4345560E05 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.EventBridge::Add(FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Add_m96A37E3C221FA16A70C7CFCFF91249A69E03BF45 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.EventBridge::Remove(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Remove_m5B1F039FFAE8BB51D82F09044728D45B1A52A3DB (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.EventBridge::Remove(FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Remove_m5B2BE2D3D47404A71A38D3C1A8142A22CDC3D42B (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.EventDispatcher::RemoveEventListeners(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_RemoveEventListeners_m45F5C0F1C79676493737213387738340E8E7D0F2 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, const RuntimeMethod* method);
// System.Void FairyGUI.EventBridge::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Clear_mCB1E4E23B82DA2B4F0A5B92B5636397124A5AD00 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>::GetEnumerator()
inline Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040 Dictionary_2_GetEnumerator_mE108384DFBAED539DC5D08D4A00A355B01FACB02 (Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * __this, const RuntimeMethod* method)
{
return (( Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040 (*) (Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared)(__this, method);
}
// System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.EventBridge>::get_Current()
inline KeyValuePair_2_tB66FD8DCD44F4451FB18A13BC0DA29389CBA55CB Enumerator_get_Current_m9CA024D266F53ECB0BDC77DD4E2CDA899D3CDFE6_inline (Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040 * __this, const RuntimeMethod* method)
{
return (( KeyValuePair_2_tB66FD8DCD44F4451FB18A13BC0DA29389CBA55CB (*) (Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040 *, const RuntimeMethod*))Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline)(__this, method);
}
// !1 System.Collections.Generic.KeyValuePair`2<System.String,FairyGUI.EventBridge>::get_Value()
inline EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * KeyValuePair_2_get_Value_m9ECC19EFE784CBD0B8BA7E31C225BCB7822883CC_inline (KeyValuePair_2_tB66FD8DCD44F4451FB18A13BC0DA29389CBA55CB * __this, const RuntimeMethod* method)
{
return (( EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * (*) (KeyValuePair_2_tB66FD8DCD44F4451FB18A13BC0DA29389CBA55CB *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.EventBridge>::MoveNext()
inline bool Enumerator_MoveNext_mE145F53B9D8E4C1CEAC67592060432B21A083AAA (Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040 *, const RuntimeMethod*))Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,FairyGUI.EventBridge>::Dispose()
inline void Enumerator_Dispose_m478B824BD171864B29B34C10C016CB74669843D4 (Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040 *, const RuntimeMethod*))Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared)(__this, method);
}
// FairyGUI.EventBridge FairyGUI.EventDispatcher::TryGetEventBridge(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventBridge::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventBridge_get_isEmpty_m7AB5499EB50BE41B93BA1E2035D5BC63505B8FE9 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventDispatcher::InternalDispatchEvent(System.String,FairyGUI.EventBridge,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_InternalDispatchEvent_mAAF3177C2D8B6065B5C253A8AF520FC64E32CAFF (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * ___bridge1, RuntimeObject * ___data2, RuntimeObject * ___initiator3, const RuntimeMethod* method);
// FairyGUI.EventContext FairyGUI.EventContext::Get()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * EventContext_Get_mDFDAF4C98A42686D5C5F9C2457FB15C4272F19D0 (const RuntimeMethod* method);
// System.Void FairyGUI.EventContext::set_initiator(System.Object)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void EventContext_set_initiator_m22E5AE7A43DA5C82BDAE4995B8117B1003CE53A1_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.EventContext::set_inputEvent(FairyGUI.InputEvent)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void EventContext_set_inputEvent_mC6F5E79EB7B6D6440774BB859611A003F2173B06_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.EventBridge::CallCaptureInternal(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_CallCaptureInternal_m86CD15D8611BF04E4107A07796A6DA8355A0E200 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method);
// System.Void FairyGUI.EventBridge::CallInternal(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_CallInternal_m169C6DA5156E785C3B8ADC2829BA9C29A404C249 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method);
// System.Void FairyGUI.EventContext::Return(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_Return_m5D8DE13B79EA179962D4CAA93DE5A007650C22CE (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___value0, const RuntimeMethod* method);
// FairyGUI.EventDispatcher FairyGUI.EventContext::get_sender()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * EventContext_get_sender_m4BD309D8B049AD4CD8098EC735A082700AAD8C5F_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.EventBridge>::Clear()
inline void List_1_Clear_m1B5590ED2BBB261B8F8DFF72894E8B9C2D7633E1 (List_1_t96F9041444F491A9089B15870662D9839D1B9728 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t96F9041444F491A9089B15870662D9839D1B9728 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Void FairyGUI.EventDispatcher::GetChainBridges(System.String,System.Collections.Generic.List`1<FairyGUI.EventBridge>,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_GetChainBridges_m5D7F599BFF90BB0FF1328724F712F1E67E29ECEF (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, List_1_t96F9041444F491A9089B15870662D9839D1B9728 * ___chain1, bool ___bubble2, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.EventBridge>::get_Count()
inline int32_t List_1_get_Count_mFD30DBD95510768C7D07118A38174BE2FC1106B5_inline (List_1_t96F9041444F491A9089B15870662D9839D1B9728 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t96F9041444F491A9089B15870662D9839D1B9728 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.EventBridge>::get_Item(System.Int32)
inline EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * List_1_get_Item_mC852C75A27BC43E1F11D22B0622775AD5FB409E8_inline (List_1_t96F9041444F491A9089B15870662D9839D1B9728 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * (*) (List_1_t96F9041444F491A9089B15870662D9839D1B9728 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// FairyGUI.InputEvent FairyGUI.EventContext::get_inputEvent()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.InputEvent::get_touchId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputEvent_get_touchId_mF49C46B8546915BE1727492794E5F37F3A7AE3A0_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::AddTouchMonitor(System.Int32,FairyGUI.EventDispatcher)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_AddTouchMonitor_mE7D5212D24C10DA2D694534B72636D9F1C4C261C (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, int32_t ___touchId0, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___target1, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.EventBridge>::IndexOf(!0)
inline int32_t List_1_IndexOf_m1EAEBD49F3D9F398A6E7792AD00EB0F64E3A9CDF (List_1_t96F9041444F491A9089B15870662D9839D1B9728 * __this, EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * ___item0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t96F9041444F491A9089B15870662D9839D1B9728 *, EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *, const RuntimeMethod*))List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared)(__this, ___item0, method);
}
// System.Boolean FairyGUI.EventDispatcher::BubbleEvent(System.String,System.Object,System.Collections.Generic.List`1<FairyGUI.EventBridge>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_BubbleEvent_m43B2422BBBF22953274772FB0BDBCC44BD66CBE2 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, RuntimeObject * ___data1, List_1_t96F9041444F491A9089B15870662D9839D1B9728 * ___addChain2, const RuntimeMethod* method);
// System.Void FairyGUI.EventDispatcher::GetChildEventBridges(System.String,FairyGUI.Container,System.Collections.Generic.List`1<FairyGUI.EventBridge>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_GetChildEventBridges_m3A95BD49300828F494750F157435289BC4B65FDC (String_t* ___strType0, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___container1, List_1_t96F9041444F491A9089B15870662D9839D1B9728 * ___bridges2, const RuntimeMethod* method);
// System.Void FairyGUI.EventDispatcher::GetChildEventBridges(System.String,FairyGUI.GComponent,System.Collections.Generic.List`1<FairyGUI.EventBridge>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_GetChildEventBridges_mDA1E0DDC2338EE7DC067E94570139A68345E9BFB (String_t* ___strType0, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___container1, List_1_t96F9041444F491A9089B15870662D9839D1B9728 * ___bridges2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.EventBridge>::Add(!0)
inline void List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E (List_1_t96F9041444F491A9089B15870662D9839D1B9728 * __this, EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t96F9041444F491A9089B15870662D9839D1B9728 *, EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// FairyGUI.DisplayObject FairyGUI.Container::GetChildAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_GetChildAt_mF1A7165A6C4555A7832B91C7A71048E58C761E02 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Int32 FairyGUI.GComponent::get_numChildren()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GComponent_get_numChildren_m3295721B2CADEDDA4A896EF65214E708AE76C19E (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GComponent::GetChildAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GComponent_GetChildAt_mF74B1D0431936054AEB4DB2755A54CBAA243A3FF (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void FairyGUI.InputEvent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent__ctor_m22AAD294F29C76B61889C0E9DCA2170D64DE7337 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method);
// FairyGUI.EventBridge FairyGUI.EventDispatcher::GetEventBridge(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * EventDispatcher_GetEventBridge_mE90BBC5BE6F780CEE475D53C1EE4F30109AFBA85 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, const RuntimeMethod* method);
// System.Void FairyGUI.EventBridge::AddCapture(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_AddCapture_m5609A01AF8F0FE8DF63717BBBBFAC67C11DB7214 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.EventBridge::RemoveCapture(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_RemoveCapture_mAFBC3CC85DFDE6B895A71CAD9A81A5ED4C3FE896 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.EventBridge::Add(LuaInterface.LuaFunction,FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Add_m1C6005095F665B52EFE2CDBE7D642A0580A35F4F (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.EventBridge::Remove(LuaInterface.LuaFunction,FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Remove_m85F07C9554EF510F22656E9E913BCBF5CB5D6489 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::Add(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Add_m0ABB46563BC3E033046464484B457BCD22CDF1EF (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::Add(LuaInterface.LuaFunction,FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Add_mDAADDA24E6C41AAC1213A18150A5759F393FFE01 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___self1, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventDispatcher::isDispatching(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_isDispatching_m8519B8CCF9CAE58C5A59351903C13AFEC72173F1 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventDispatcher::BubbleEvent(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, RuntimeObject * ___data1, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Clamp01(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp01_m1E5F736941A7E6DC4DBCA88A1E38FE9FBFE0C42B (float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.FillMesh::FillHorizontal(FairyGUI.VertexBuffer,UnityEngine.Rect,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FillMesh_FillHorizontal_mF9B1AA13BB8B4321E5A4B15FA3D2F80FBC7D7E9B (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vertRect1, int32_t ___origin2, float ___amount3, const RuntimeMethod* method);
// System.Void FairyGUI.FillMesh::FillVertical(FairyGUI.VertexBuffer,UnityEngine.Rect,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FillMesh_FillVertical_m6390E41E52500BD200A98575E654C2972F0C4D7B (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vertRect1, int32_t ___origin2, float ___amount3, const RuntimeMethod* method);
// System.Void FairyGUI.FillMesh::FillRadial90(FairyGUI.VertexBuffer,UnityEngine.Rect,FairyGUI.Origin90,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FillMesh_FillRadial90_m2362F0A645712D77F3C2C2DF6A6863A549AAD7E8 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vertRect1, int32_t ___origin2, float ___amount3, bool ___clockwise4, const RuntimeMethod* method);
// System.Void FairyGUI.FillMesh::FillRadial180(FairyGUI.VertexBuffer,UnityEngine.Rect,FairyGUI.Origin180,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FillMesh_FillRadial180_mDAF43FE657AE51E677C4B3AAF86E60C9231442A8 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vertRect1, int32_t ___origin2, float ___amount3, bool ___clockwise4, const RuntimeMethod* method);
// System.Void FairyGUI.FillMesh::FillRadial360(FairyGUI.VertexBuffer,UnityEngine.Rect,FairyGUI.Origin360,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FillMesh_FillRadial360_mAB358BC356DC08F923BF2C6977E8E4DFC5289507 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vertRect1, int32_t ___origin2, float ___amount3, bool ___clockwise4, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_x(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vertRect0, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::AddTriangles(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, int32_t ___startVertexIndex0, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_y(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_m128504F2644E253DF0E8BCEF07A05A1C9A50B1B4 (Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * __this, String_t* ___key0, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 *, String_t*, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::Remove(!0)
inline bool Dictionary_2_Remove_mAF811E6B9DB164138099849ADB6C97110E57EF23 (Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * __this, String_t* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared)(__this, ___key0, method);
}
// System.Boolean System.String::StartsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Object FairyGUI.UIPackage::GetItemAssetByURL(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UIPackage_GetItemAssetByURL_mADD6D0566B616E029A8A858F87E72204F6BE7895 (String_t* ___url0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m387DDFF5A92C6380294E021C4A9B18A3A3272408 (Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * __this, String_t* ___key0, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 *, String_t*, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.Void FairyGUI.DynamicFont::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicFont__ctor_m7ED559157A273F081CACAEAA79D5E1824F2AB599 (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::Add(!0,!1)
inline void Dictionary_2_Add_m4E400307E133C9C28CFCFC1155B39224A75E329F (Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * __this, String_t* ___key0, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 *, String_t*, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::Clear()
inline void Dictionary_2_Clear_m53D94BAE060189DC9B47016903EAAA39113CE02F (Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 *, const RuntimeMethod*))Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.BaseFont>::.ctor()
inline void Dictionary_2__ctor_m006D930797D26ABDB4BE4B0E95CBD23C9BD7ADA6 (Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void FairyGUI.GComponent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent__ctor_mC1D8ACC5AD72FF3D49D73176975190947F9A0DF3 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.PageOption::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PageOption__ctor_m7806918ECAB6A68813CB4E20458026B8B3F860F3 (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::set_pageOption(FairyGUI.PageOption)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GButton_set_pageOption_m164092CD44204F3928F6F643FAFD1DF0C9CFD077_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::UpdateGear(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_UpdateGear_mF3DA284C33BDFF78BA5B8BA926A69B46B136B398 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, int32_t ___index0, const RuntimeMethod* method);
// System.String FairyGUI.GButton::get_title()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GButton_get_title_mD64F33CF4AFF3FAAEA3CE6AB8B998BF8BDFD2479_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::set_title(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_title_m14681E0E91A96504D573F4B205E8B12248F26C6E (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, String_t* ___value0, const RuntimeMethod* method);
// FairyGUI.GTextField FairyGUI.GButton::GetTextField()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * GButton_GetTextField_m01BBDAA2AFE5998B38D0A80F66C09C7C74BF67DF (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// UnityEngine.Color FairyGUI.GTextField::get_color()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GTextField_get_color_mFD6838B7360FC945D2182793F9679DF18CC01EF7 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GTextField::set_color(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_color_mA4ECB9D2314F1FA35F9020A92BEAC6A90833BE99 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// UnityEngine.Color FairyGUI.GButton::get_titleColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GButton_get_titleColor_m329560CC6A9EE4B25095F5D84B034F6B1B739528 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::set_titleColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_titleColor_mB4469ED9C03BA8CC29DE31C56EC8A978CE83C64B (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// FairyGUI.TextFormat FairyGUI.GTextField::get_textFormat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * GTextField_get_textFormat_m17F3655CA652ACE28AAF36C258BC764319A6BFD0 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GTextField::set_textFormat(FairyGUI.TextFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_textFormat_mD748D394818BE6294995D73ACB89F125181FDBD0 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::SetCurrentState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_SetCurrentState_m804BD6C292479B3D91ECF3640CDF44846618BB7B (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// FairyGUI.PageOption FairyGUI.GButton::get_pageOption()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * GButton_get_pageOption_mBB774E0D39D2C03543D6EBE45F4F8D90A1AC426A_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// System.String FairyGUI.PageOption::get_id()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* PageOption_get_id_m994E3023E58A847716BD54D4D3763394D0E14FCD_inline (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Controller::set_selectedPageId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_set_selectedPageId_m5AD05F9CA77EF32AA132EA6B0192F51E7E20214F (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GComponent::AdjustRadioGroupDepth(FairyGUI.GObject,FairyGUI.Controller)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent_AdjustRadioGroupDepth_m9C73488F85FB7E054A8665F705786A6E997BCFA1 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___obj0, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___c1, const RuntimeMethod* method);
// System.Void FairyGUI.Controller::set_oppositePageId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_set_oppositePageId_m7A345ABAF052BEC8C95B2F31E1A5C3C9353AF910 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::set_selected(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_selected_mEFF2DBEBDD2F34C37D08E78524205F989A715055 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.PageOption::set_controller(FairyGUI.Controller)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PageOption_set_controller_mEFB3D5D51BDC4091A57F20E4A2244743672190D5_inline (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.PageOption::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PageOption_Clear_mB727464F81F2E3039173365574AD364AFAD24B7A (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GButton/<>c__DisplayClass66_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass66_0__ctor_m6A7B4351426576A4470853D5DD3C79BCC34EF569 (U3CU3Ec__DisplayClass66_0_t6BD1A04E0F29977D8E5473EDD645FA1D5286526D * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::SetState(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, String_t* ___val0, const RuntimeMethod* method);
// FairyGUI.Timers FairyGUI.Timers::get_inst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D (const RuntimeMethod* method);
// System.Void FairyGUI.TimerCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void FairyGUI.Timers::Add(System.Single,System.Int32,FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_Add_m862C25E7E9E8CA7F085B82228D5EC269B49218EB (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, float ___interval0, int32_t ___repeat1, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback2, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GObject::get_onClick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onClick_mCF76152ACE86201C8082E871FBF6FD28BA83CEFC (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventListener::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::__click()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton___click_mB3119C5B1A5E8AA4FFE51DC0900C103EF8695552 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// FairyGUI.GTextField FairyGUI.GLabel::GetTextField()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * GLabel_GetTextField_m701BD420FD6A5C911F021B4BCFFC256880AC14A6 (GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Controller::set_selectedPage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_set_selectedPage_mB745713A16D373B32555ABF702DFA1D74052A451 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_mC9AEEB3931D5B8C37483A884DD8EB40DC8946369 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, float ___r0, float ___g1, float ___b2, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color::get_white()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905 (const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_scaleX()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_scaleX_m67F271CDE40D793156923C4AFE8C643CD569D62C_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_scaleY()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_scaleY_m8505506C24D3A12C36BFC235652C0723888B4D59_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::SetScale(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_SetScale_m0681416DAD5C0BB4E09811BA8E608113D10F7241 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___wv0, float ___hv1, const RuntimeMethod* method);
// System.Boolean FairyGUI.GObject::get_grayed()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_grayed_mE73AA9A745453FE200E097DD49CB5CA744AE98E3_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Controller::HasPage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Controller_HasPage_m909C10E977B6E5F3FCD556E59C15A3991A34DCFC (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___aName0, const RuntimeMethod* method);
// System.Void FairyGUI.GComponent::HandleControllerChanged(FairyGUI.Controller)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent_HandleControllerChanged_mC5E4E5AF3B1A0277F1B0D13CDD34BE97256C07C8 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___c0, const RuntimeMethod* method);
// System.Void FairyGUI.GComponent::HandleGrayedChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent_HandleGrayedChanged_m536F712C96ACE815B52BDB3B5A0C08BEE590AA2E (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method);
// System.Single FairyGUI.Utils.ByteBuffer::ReadFloat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.GObject::get_pivotAsAnchor()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_pivotAsAnchor_m887CD832AE37FC81EC8FE358C2772F0EB53C49AC_inline (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);
// 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.DisplayObject FairyGUI.GObject::get_displayObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onRollOver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onRollOver_m111E9DEB8F948748A238F24304FA917FB60B1C3B (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::Add(FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback0, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onRollOut()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onRollOut_mF5E8ADC68F9D9681320261FD482A529927D9F9A2 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onRemovedFromStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onRemovedFromStage_mB3154C5532AE6EBE528CBF055D1EE14718509E4A (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onClick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onClick_mADFE1D946BFFC149983712F7231EFBC81F416D2E (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GComponent::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent_Setup_AfterAdd_m0885FD330DB62285D385F2E80373296C002EFAF4 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, int32_t ___beginPos1, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::set_selectedTitle(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_selectedTitle_m3FE3D7305E70318BD2601D01637295B0B30A3BA0 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::set_selectedIcon(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_selectedIcon_m8215B8C056C7D61E756EC81FD15EC977CD9DBC7F (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, String_t* ___value0, const RuntimeMethod* method);
// UnityEngine.Color FairyGUI.Utils.ByteBuffer::ReadColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ByteBuffer_ReadColor_mEFD8F75A81AFF30EEBCE1022AA51298D8B6CF53E (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.Utils.ByteBuffer::ReadInt()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::set_titleFontSize(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_titleFontSize_m7B27F71E2895A9C0FF3FED26A653D4AC5A6C03E5 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, int32_t ___value0, const RuntimeMethod* method);
// FairyGUI.Controller FairyGUI.GComponent::GetControllerAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * GComponent_GetControllerAt_m6B9245962503DAD24ADBF4C376B82358F04A9B96 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void FairyGUI.PageOption::set_id(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PageOption_set_id_m67C3562F0DF0A702A170DADACF477BA417B68FD9_inline (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Int32 FairyGUI.InputEvent::get_button()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputEvent_get_button_mA0AFF1A99898B31AFC52C5A9CB3880608F83451F_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventContext::CaptureTouch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_CaptureTouch_m65DBDB9617F3CAA1B20FEE80C30068FECF74A33D (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Window::ToggleStatus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_ToggleStatus_m565EC5EF552C195BA3B97B718B8E30DEF463A69F (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// FairyGUI.GRoot FairyGUI.GObject::get_root()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * GObject_get_root_m1C4DC9603085BCEA94EB98296164BF405CBDE473 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_TogglePopup_mE0C4E3AC6FC26AD89BA3A8B1E84E30E8E97F17EA (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___popup0, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target1, const RuntimeMethod* method);
// System.String FairyGUI.Controller::get_selectedPage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_get_selectedPage_m2B6A819B5A7B0C1B124BE5F0C4FBF2E882625CB5 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::__rollout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton___rollout_m38743B9E7CFD6A508A424DAAE410CA845BD139D7 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::PlayOneShotSound(UnityEngine.AudioClip,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_PlayOneShotSound_mA29219A0BE1BCD00E7E78ED88D8FBF4B2760ED1E (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___clip0, float ___volumeScale1, const RuntimeMethod* method);
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean FairyGUI.ColliderHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColliderHitTest_HitTest_mB3B066EE4A035AE81EF9CCF4A256BB40CFCFDE42 (ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___contentRect0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___localPoint1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ColliderHitTest_HitTest_mB3B066EE4A035AE81EF9CCF4A256BB40CFCFDE42_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (!HitTestContext.GetRaycastHitFromCache(HitTestContext.camera, out hit))
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_0 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_camera_4();
bool L_1 = HitTestContext_GetRaycastHitFromCache_mE250FB67F88BE77E8F639CC0286760DD39DCDA5F(L_0, (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&V_0), /*hidden argument*/NULL);
if (L_1)
{
goto IL_0010;
}
}
{
// return false;
return (bool)0;
}
IL_0010:
{
// if (hit.collider != collider)
Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * L_2 = RaycastHit_get_collider_mE70B84C4312B567344F60992A6067855F2C3A7A9((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&V_0), /*hidden argument*/NULL);
Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * L_3 = __this->get_collider_0();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_2, L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0026;
}
}
{
// return false;
return (bool)0;
}
IL_0026:
{
// return true;
return (bool)1;
}
}
// System.Void FairyGUI.ColliderHitTest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColliderHitTest__ctor_mB0738CF4B66B66626AEB2EF5DA61AB8C30A92917 (ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * __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 FairyGUI.ColorFilter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter__ctor_m4827156CAA2F4971F3282E19DA9F0850508E71BD (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ColorFilter__ctor_m4827156CAA2F4971F3282E19DA9F0850508E71BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public ColorFilter()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _matrix = new float[20];
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_0 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
__this->set__matrix_1(L_0);
// Array.Copy(IDENTITY, _matrix, _matrix.Length);
IL2CPP_RUNTIME_CLASS_INIT(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_1 = ((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields*)il2cpp_codegen_static_fields_for(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var))->get_IDENTITY_9();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_2 = __this->get__matrix_1();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_3 = __this->get__matrix_1();
NullCheck(L_3);
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_1, (RuntimeArray *)(RuntimeArray *)L_2, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.DisplayObject FairyGUI.ColorFilter::get_target()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ColorFilter_get_target_mFA89F33C63ABD4C70609E9A59B840B60F8334658 (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method)
{
{
// get { return _target; }
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = __this->get__target_0();
return L_0;
}
}
// System.Void FairyGUI.ColorFilter::set_target(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_set_target_m5FE485DF3953B32D13B30856163AD651558CC496 (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ColorFilter_set_target_m5FE485DF3953B32D13B30856163AD651558CC496_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// _target = value;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = ___value0;
__this->set__target_0(L_0);
// if ((_target is Image) || (_target is MovieClip))
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = __this->get__target_0();
if (((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 *)IsInstClass((RuntimeObject*)L_1, Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var)))
{
goto IL_0021;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = __this->get__target_0();
if (!((MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 *)IsInstClass((RuntimeObject*)L_2, MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547_il2cpp_TypeInfo_var)))
{
goto IL_0037;
}
}
IL_0021:
{
// _target.graphics.materialKeywords = FILTER_KEY;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = __this->get__target_0();
NullCheck(L_3);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_4 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = ((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields*)il2cpp_codegen_static_fields_for(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var))->get_FILTER_KEY_10();
NullCheck(L_4);
NGraphics_set_materialKeywords_m66A4AF0DD58E5C308E33FE46C3B43660801886B6(L_4, L_5, /*hidden argument*/NULL);
return;
}
IL_0037:
{
// if (_material == null)
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = __this->get__material_4();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_7 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_6, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_007c;
}
}
{
// _material = new Material(ShaderConfig.GetShader(ShaderConfig.imageShader));
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
String_t* L_8 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get_imageShader_1();
Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * L_9 = ShaderConfig_GetShader_m1812ED53E63F6F775C1DEDB2560DB03087CD2743(L_8, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_10 = (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)il2cpp_codegen_object_new(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var);
Material__ctor_m81E76B5C1316004F25D4FE9CEC0E78A7428DABA8(L_10, L_9, /*hidden argument*/NULL);
__this->set__material_4(L_10);
// _material.hideFlags = DisplayOptions.hideFlags;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_11 = __this->get__material_4();
IL2CPP_RUNTIME_CLASS_INIT(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var);
int32_t L_12 = ((DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields*)il2cpp_codegen_static_fields_for(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var))->get_hideFlags_0();
NullCheck(L_11);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_11, L_12, /*hidden argument*/NULL);
// _material.EnableKeyword(FILTER_KEY[0]);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_13 = __this->get__material_4();
IL2CPP_RUNTIME_CLASS_INIT(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = ((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields*)il2cpp_codegen_static_fields_for(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var))->get_FILTER_KEY_10();
NullCheck(L_14);
int32_t L_15 = 0;
String_t* L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
NullCheck(L_13);
Material_EnableKeyword_m7466758182CBBC40134C9048CDF682DF46F32FA9(L_13, L_16, /*hidden argument*/NULL);
}
IL_007c:
{
// _target.EnterPaintingMode(1, null);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_17 = __this->get__target_0();
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ));
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 L_18 = V_0;
NullCheck(L_17);
DisplayObject_EnterPaintingMode_mBD171BC8E68587EEB1918AE5E25F0AA43A90E3D4(L_17, 1, L_18, /*hidden argument*/NULL);
// _savedMaterial = _target.paintingGraphics.material; //???????
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_19 = __this->get__target_0();
NullCheck(L_19);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_20 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(L_19, /*hidden argument*/NULL);
NullCheck(L_20);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_21 = NGraphics_get_material_mFCAE729EB1780226A82754E772A34996B1D367B7_inline(L_20, /*hidden argument*/NULL);
__this->set__savedMaterial_5(L_21);
// _target.paintingGraphics.material = _material; //?????????????paintingGraphics
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_22 = __this->get__target_0();
NullCheck(L_22);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_23 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(L_22, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_24 = __this->get__material_4();
NullCheck(L_23);
NGraphics_set_material_mEA4858F8421F1476575E83F816D9D3E0B87A4026(L_23, L_24, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ColorFilter::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_Dispose_m2404BE6EFB0F395A89F2FC4E4CE5EF8992B6C70A (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ColorFilter_Dispose_m2404BE6EFB0F395A89F2FC4E4CE5EF8992B6C70A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!_target.isDisposed)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = __this->get__target_0();
NullCheck(L_0);
bool L_1 = DisplayObject_get_isDisposed_mFBB8B449ECE8BB06DB80D1F0F1FC7496888810AF(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_005c;
}
}
{
// if ((_target is Image) || (_target is MovieClip))
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = __this->get__target_0();
if (((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 *)IsInstClass((RuntimeObject*)L_2, Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var)))
{
goto IL_0027;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = __this->get__target_0();
if (!((MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 *)IsInstClass((RuntimeObject*)L_3, MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547_il2cpp_TypeInfo_var)))
{
goto IL_003a;
}
}
IL_0027:
{
// _target.graphics.materialKeywords = null;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = __this->get__target_0();
NullCheck(L_4);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_5 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
NGraphics_set_materialKeywords_m66A4AF0DD58E5C308E33FE46C3B43660801886B6(L_5, (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL, /*hidden argument*/NULL);
goto IL_005c;
}
IL_003a:
{
// _target.paintingGraphics.material = _savedMaterial;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = __this->get__target_0();
NullCheck(L_6);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_7 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(L_6, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_8 = __this->get__savedMaterial_5();
NullCheck(L_7);
NGraphics_set_material_mEA4858F8421F1476575E83F816D9D3E0B87A4026(L_7, L_8, /*hidden argument*/NULL);
// _target.LeavePaintingMode(1);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_9 = __this->get__target_0();
NullCheck(L_9);
DisplayObject_LeavePaintingMode_mF2EB2C96873A13D564FEDD8EE1005CC28D099EBE(L_9, 1, /*hidden argument*/NULL);
}
IL_005c:
{
// if (_material != null)
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_10 = __this->get__material_4();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_11 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_10, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0075;
}
}
{
// Material.Destroy(_material);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_12 = __this->get__material_4();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_12, /*hidden argument*/NULL);
}
IL_0075:
{
// _savedMaterial = null;
__this->set__savedMaterial_5((Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL);
// _material = null;
__this->set__material_4((Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL);
// _target = null;
__this->set__target_0((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL);
// }
return;
}
}
// System.Void FairyGUI.ColorFilter::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_Update_m4B7082D0755DA906F13AE49EDAE1D130745E4CD8 (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ColorFilter_Update_m4B7082D0755DA906F13AE49EDAE1D130745E4CD8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * V_0 = NULL;
{
// if ((_target is Image) || (_target is MovieClip))
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = __this->get__target_0();
if (((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 *)IsInstClass((RuntimeObject*)L_0, Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var)))
{
goto IL_001a;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = __this->get__target_0();
if (!((MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 *)IsInstClass((RuntimeObject*)L_1, MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547_il2cpp_TypeInfo_var)))
{
goto IL_002d;
}
}
IL_001a:
{
// mat = _target.graphics.material;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = __this->get__target_0();
NullCheck(L_2);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_3 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_4 = NGraphics_get_material_mFCAE729EB1780226A82754E772A34996B1D367B7_inline(L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0034;
}
IL_002d:
{
// mat = _material;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = __this->get__material_4();
V_0 = L_5;
}
IL_0034:
{
// if ((object)mat != null)
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = V_0;
if (!L_6)
{
goto IL_0063;
}
}
{
// mat.SetMatrix(ShaderConfig._properyIDs._ColorMatrix, _shaderMatrix);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_7 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_8 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_8);
int32_t L_9 = L_8->get__ColorMatrix_8();
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_10 = __this->get__shaderMatrix_2();
NullCheck(L_7);
Material_SetMatrix_m6C552C454B30BA42F5972F65403B2EED62D68D81(L_7, L_9, L_10, /*hidden argument*/NULL);
// mat.SetVector(ShaderConfig._properyIDs._ColorOffset, _offset);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_11 = V_0;
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_12 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_12);
int32_t L_13 = L_12->get__ColorOffset_9();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_14 = __this->get__offset_3();
NullCheck(L_11);
Material_SetVector_m95B7CB07B91F004B4DD9DB5DFA5146472737B8EA(L_11, L_13, L_14, /*hidden argument*/NULL);
}
IL_0063:
{
// }
return;
}
}
// System.Void FairyGUI.ColorFilter::Invert()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_Invert_mF2EBA304D6A5D8ECEC51F19D9E007887C2E3196B (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method)
{
{
// _ConcatValues(0, -1, 0, 0, 0, 1);
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 0, (-1.0f), (0.0f), (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL);
// _ConcatValues(1, 0, -1, 0, 0, 1);
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 1, (0.0f), (-1.0f), (0.0f), (0.0f), (1.0f), /*hidden argument*/NULL);
// _ConcatValues(2, 0, 0, -1, 0, 1);
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 2, (0.0f), (0.0f), (-1.0f), (0.0f), (1.0f), /*hidden argument*/NULL);
// _ConcatValues(3, 0, 0, 0, 1, 0);
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 3, (0.0f), (0.0f), (0.0f), (1.0f), (0.0f), /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ColorFilter::AdjustSaturation(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_AdjustSaturation_m87319527149B905A21AF6FC7D96172FD9BB7EE14 (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, float ___sat0, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
{
// sat += 1;
float L_0 = ___sat0;
___sat0 = ((float)il2cpp_codegen_add((float)L_0, (float)(1.0f)));
// float invSat = 1 - sat;
float L_1 = ___sat0;
// float invLumR = invSat * LUMA_R;
float L_2 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_1));
V_0 = ((float)il2cpp_codegen_multiply((float)L_2, (float)(0.299f)));
// float invLumG = invSat * LUMA_G;
float L_3 = L_2;
V_1 = ((float)il2cpp_codegen_multiply((float)L_3, (float)(0.587f)));
// float invLumB = invSat * LUMA_B;
V_2 = ((float)il2cpp_codegen_multiply((float)L_3, (float)(0.114f)));
// _ConcatValues(0, (invLumR + sat), invLumG, invLumB, 0, 0);
float L_4 = V_0;
float L_5 = ___sat0;
float L_6 = V_1;
float L_7 = V_2;
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 0, ((float)il2cpp_codegen_add((float)L_4, (float)L_5)), L_6, L_7, (0.0f), (0.0f), /*hidden argument*/NULL);
// _ConcatValues(1, invLumR, (invLumG + sat), invLumB, 0, 0);
float L_8 = V_0;
float L_9 = V_1;
float L_10 = ___sat0;
float L_11 = V_2;
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 1, L_8, ((float)il2cpp_codegen_add((float)L_9, (float)L_10)), L_11, (0.0f), (0.0f), /*hidden argument*/NULL);
// _ConcatValues(2, invLumR, invLumG, (invLumB + sat), 0, 0);
float L_12 = V_0;
float L_13 = V_1;
float L_14 = V_2;
float L_15 = ___sat0;
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 2, L_12, L_13, ((float)il2cpp_codegen_add((float)L_14, (float)L_15)), (0.0f), (0.0f), /*hidden argument*/NULL);
// _ConcatValues(3, 0, 0, 0, 1, 0);
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 3, (0.0f), (0.0f), (0.0f), (1.0f), (0.0f), /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ColorFilter::AdjustContrast(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_AdjustContrast_mC1E4F828C1153E724FC920C21CBD8F78C287389B (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, float ___value0, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
{
// float s = value + 1;
float L_0 = ___value0;
V_0 = ((float)il2cpp_codegen_add((float)L_0, (float)(1.0f)));
// float o = 128f / 255 * (1 - s);
float L_1 = V_0;
V_1 = ((float)il2cpp_codegen_multiply((float)(0.5019608f), (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_1))));
// _ConcatValues(0, s, 0, 0, 0, o);
float L_2 = V_0;
float L_3 = V_1;
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 0, L_2, (0.0f), (0.0f), (0.0f), L_3, /*hidden argument*/NULL);
// _ConcatValues(1, 0, s, 0, 0, o);
float L_4 = V_0;
float L_5 = V_1;
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 1, (0.0f), L_4, (0.0f), (0.0f), L_5, /*hidden argument*/NULL);
// _ConcatValues(2, 0, 0, s, 0, o);
float L_6 = V_0;
float L_7 = V_1;
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 2, (0.0f), (0.0f), L_6, (0.0f), L_7, /*hidden argument*/NULL);
// _ConcatValues(3, 0, 0, 0, 1, 0);
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 3, (0.0f), (0.0f), (0.0f), (1.0f), (0.0f), /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ColorFilter::AdjustBrightness(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_AdjustBrightness_mE854FCD359B42B3E34DF3819EBA7170228A747A2 (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, float ___value0, const RuntimeMethod* method)
{
{
// _ConcatValues(0, 1, 0, 0, 0, value);
float L_0 = ___value0;
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 0, (1.0f), (0.0f), (0.0f), (0.0f), L_0, /*hidden argument*/NULL);
// _ConcatValues(1, 0, 1, 0, 0, value);
float L_1 = ___value0;
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 1, (0.0f), (1.0f), (0.0f), (0.0f), L_1, /*hidden argument*/NULL);
// _ConcatValues(2, 0, 0, 1, 0, value);
float L_2 = ___value0;
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 2, (0.0f), (0.0f), (1.0f), (0.0f), L_2, /*hidden argument*/NULL);
// _ConcatValues(3, 0, 0, 0, 1, 0);
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 3, (0.0f), (0.0f), (0.0f), (1.0f), (0.0f), /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ColorFilter::AdjustHue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_AdjustHue_mBFB435B170F12756723F734627B03D4F3ADCE559 (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ColorFilter_AdjustHue_mBFB435B170F12756723F734627B03D4F3ADCE559_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
{
// value *= Mathf.PI;
float L_0 = ___value0;
___value0 = ((float)il2cpp_codegen_multiply((float)L_0, (float)(3.14159274f)));
// float cos = Mathf.Cos(value);
float L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_2 = cosf(L_1);
V_0 = L_2;
// float sin = Mathf.Sin(value);
float L_3 = ___value0;
float L_4 = sinf(L_3);
V_1 = L_4;
// _ConcatValues(0, ((LUMA_R + (cos * (1 - LUMA_R))) + (sin * -(LUMA_R))), ((LUMA_G + (cos * -(LUMA_G))) + (sin * -(LUMA_G))), ((LUMA_B + (cos * -(LUMA_B))) + (sin * (1 - LUMA_B))), 0, 0);
float L_5 = V_0;
float L_6 = V_1;
float L_7 = V_0;
float L_8 = V_1;
float L_9 = V_0;
float L_10 = V_1;
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 0, ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)(0.299f), (float)((float)il2cpp_codegen_multiply((float)L_5, (float)(0.701f))))), (float)((float)il2cpp_codegen_multiply((float)L_6, (float)(-0.299f))))), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)(0.587f), (float)((float)il2cpp_codegen_multiply((float)L_7, (float)(-0.587f))))), (float)((float)il2cpp_codegen_multiply((float)L_8, (float)(-0.587f))))), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)(0.114f), (float)((float)il2cpp_codegen_multiply((float)L_9, (float)(-0.114f))))), (float)((float)il2cpp_codegen_multiply((float)L_10, (float)(0.886f))))), (0.0f), (0.0f), /*hidden argument*/NULL);
// _ConcatValues(1, ((LUMA_R + (cos * -(LUMA_R))) + (sin * 0.143f)), ((LUMA_G + (cos * (1 - LUMA_G))) + (sin * 0.14f)), ((LUMA_B + (cos * -(LUMA_B))) + (sin * -0.283f)), 0, 0);
float L_11 = V_0;
float L_12 = V_1;
float L_13 = V_0;
float L_14 = V_1;
float L_15 = V_0;
float L_16 = V_1;
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 1, ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)(0.299f), (float)((float)il2cpp_codegen_multiply((float)L_11, (float)(-0.299f))))), (float)((float)il2cpp_codegen_multiply((float)L_12, (float)(0.143f))))), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)(0.587f), (float)((float)il2cpp_codegen_multiply((float)L_13, (float)(0.413f))))), (float)((float)il2cpp_codegen_multiply((float)L_14, (float)(0.14f))))), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)(0.114f), (float)((float)il2cpp_codegen_multiply((float)L_15, (float)(-0.114f))))), (float)((float)il2cpp_codegen_multiply((float)L_16, (float)(-0.283f))))), (0.0f), (0.0f), /*hidden argument*/NULL);
// _ConcatValues(2, ((LUMA_R + (cos * -(LUMA_R))) + (sin * -((1 - LUMA_R)))), ((LUMA_G + (cos * -(LUMA_G))) + (sin * LUMA_G)), ((LUMA_B + (cos * (1 - LUMA_B))) + (sin * LUMA_B)), 0, 0);
float L_17 = V_0;
float L_18 = V_1;
float L_19 = V_0;
float L_20 = V_1;
float L_21 = V_0;
float L_22 = V_1;
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 2, ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)(0.299f), (float)((float)il2cpp_codegen_multiply((float)L_17, (float)(-0.299f))))), (float)((float)il2cpp_codegen_multiply((float)L_18, (float)(-0.701f))))), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)(0.587f), (float)((float)il2cpp_codegen_multiply((float)L_19, (float)(-0.587f))))), (float)((float)il2cpp_codegen_multiply((float)L_20, (float)(0.587f))))), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)(0.114f), (float)((float)il2cpp_codegen_multiply((float)L_21, (float)(0.886f))))), (float)((float)il2cpp_codegen_multiply((float)L_22, (float)(0.114f))))), (0.0f), (0.0f), /*hidden argument*/NULL);
// _ConcatValues(3, 0, 0, 0, 1, 0);
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 3, (0.0f), (0.0f), (0.0f), (1.0f), (0.0f), /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ColorFilter::Tint(UnityEngine.Color,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_Tint_mB34BA5A3D2964A449191FA5E40A351968C205CF9 (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color0, float ___amount1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
{
// float q = 1 - amount;
float L_0 = ___amount1;
V_0 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_0));
// float rA = amount * color.r;
float L_1 = ___amount1;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = ___color0;
float L_3 = L_2.get_r_0();
V_1 = ((float)il2cpp_codegen_multiply((float)L_1, (float)L_3));
// float gA = amount * color.g;
float L_4 = ___amount1;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = ___color0;
float L_6 = L_5.get_g_1();
V_2 = ((float)il2cpp_codegen_multiply((float)L_4, (float)L_6));
// float bA = amount * color.b;
float L_7 = ___amount1;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_8 = ___color0;
float L_9 = L_8.get_b_2();
V_3 = ((float)il2cpp_codegen_multiply((float)L_7, (float)L_9));
// _ConcatValues(0, q + rA * LUMA_R, rA * LUMA_G, rA * LUMA_B, 0, 0);
float L_10 = V_0;
float L_11 = V_1;
float L_12 = V_1;
float L_13 = V_1;
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 0, ((float)il2cpp_codegen_add((float)L_10, (float)((float)il2cpp_codegen_multiply((float)L_11, (float)(0.299f))))), ((float)il2cpp_codegen_multiply((float)L_12, (float)(0.587f))), ((float)il2cpp_codegen_multiply((float)L_13, (float)(0.114f))), (0.0f), (0.0f), /*hidden argument*/NULL);
// _ConcatValues(1, gA * LUMA_R, q + gA * LUMA_G, gA * LUMA_B, 0, 0);
float L_14 = V_2;
float L_15 = V_0;
float L_16 = V_2;
float L_17 = V_2;
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 1, ((float)il2cpp_codegen_multiply((float)L_14, (float)(0.299f))), ((float)il2cpp_codegen_add((float)L_15, (float)((float)il2cpp_codegen_multiply((float)L_16, (float)(0.587f))))), ((float)il2cpp_codegen_multiply((float)L_17, (float)(0.114f))), (0.0f), (0.0f), /*hidden argument*/NULL);
// _ConcatValues(2, bA * LUMA_R, bA * LUMA_G, q + bA * LUMA_B, 0, 0);
float L_18 = V_3;
float L_19 = V_3;
float L_20 = V_0;
float L_21 = V_3;
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 2, ((float)il2cpp_codegen_multiply((float)L_18, (float)(0.299f))), ((float)il2cpp_codegen_multiply((float)L_19, (float)(0.587f))), ((float)il2cpp_codegen_add((float)L_20, (float)((float)il2cpp_codegen_multiply((float)L_21, (float)(0.114f))))), (0.0f), (0.0f), /*hidden argument*/NULL);
// _ConcatValues(3, 0, 0, 0, 1, 0);
ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A(__this, 3, (0.0f), (0.0f), (0.0f), (1.0f), (0.0f), /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ColorFilter::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_Reset_m1B5AB953EDB7582A891FBA87BEF511D93319CE5D (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ColorFilter_Reset_m1B5AB953EDB7582A891FBA87BEF511D93319CE5D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// Array.Copy(IDENTITY, _matrix, _matrix.Length);
IL2CPP_RUNTIME_CLASS_INIT(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_0 = ((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields*)il2cpp_codegen_static_fields_for(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var))->get_IDENTITY_9();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_1 = __this->get__matrix_1();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_2 = __this->get__matrix_1();
NullCheck(L_2);
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_0, (RuntimeArray *)(RuntimeArray *)L_1, (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), /*hidden argument*/NULL);
// UpdateMatrix();
ColorFilter_UpdateMatrix_m756E4E930791C5488FB040E144B097A8C3B36AF8(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ColorFilter::_ConcatValues(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, int32_t ___index0, float ___f01, float ___f12, float ___f23, float ___f34, float ___f45, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ColorFilter__ConcatValues_m407B14845072C3A759B732863F37D5DEE64A358A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
float G_B3_0 = 0.0f;
int32_t G_B3_1 = 0;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* G_B3_2 = NULL;
float G_B2_0 = 0.0f;
int32_t G_B2_1 = 0;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* G_B2_2 = NULL;
float G_B4_0 = 0.0f;
float G_B4_1 = 0.0f;
int32_t G_B4_2 = 0;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* G_B4_3 = NULL;
{
// int i = index * 5;
int32_t L_0 = ___index0;
V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)5));
// for (int x = 0; x < 5; ++x)
V_1 = 0;
goto IL_0058;
}
IL_0008:
{
// tmp[i + x] = f0 * _matrix[x] + f1 * _matrix[x + 5] + f2 * _matrix[x + 10] + f3 * _matrix[x + 15] + (x == 4 ? f4 : 0);
IL2CPP_RUNTIME_CLASS_INIT(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_1 = ((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields*)il2cpp_codegen_static_fields_for(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var))->get_tmp_11();
int32_t L_2 = V_0;
int32_t L_3 = V_1;
float L_4 = ___f01;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_5 = __this->get__matrix_1();
int32_t L_6 = V_1;
NullCheck(L_5);
int32_t L_7 = L_6;
float L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
float L_9 = ___f12;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_10 = __this->get__matrix_1();
int32_t L_11 = V_1;
NullCheck(L_10);
int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)5));
float L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
float L_14 = ___f23;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_15 = __this->get__matrix_1();
int32_t L_16 = V_1;
NullCheck(L_15);
int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)((int32_t)10)));
float L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
float L_19 = ___f34;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_20 = __this->get__matrix_1();
int32_t L_21 = V_1;
NullCheck(L_20);
int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)((int32_t)15)));
float L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
int32_t L_24 = V_1;
G_B2_0 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_4, (float)L_8)), (float)((float)il2cpp_codegen_multiply((float)L_9, (float)L_13)))), (float)((float)il2cpp_codegen_multiply((float)L_14, (float)L_18)))), (float)((float)il2cpp_codegen_multiply((float)L_19, (float)L_23))));
G_B2_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3));
G_B2_2 = L_1;
if ((((int32_t)L_24) == ((int32_t)4)))
{
G_B3_0 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_4, (float)L_8)), (float)((float)il2cpp_codegen_multiply((float)L_9, (float)L_13)))), (float)((float)il2cpp_codegen_multiply((float)L_14, (float)L_18)))), (float)((float)il2cpp_codegen_multiply((float)L_19, (float)L_23))));
G_B3_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3));
G_B3_2 = L_1;
goto IL_0050;
}
}
{
G_B4_0 = (0.0f);
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
G_B4_3 = G_B2_2;
goto IL_0052;
}
IL_0050:
{
float L_25 = ___f45;
G_B4_0 = L_25;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
G_B4_3 = G_B3_2;
}
IL_0052:
{
NullCheck(G_B4_3);
(G_B4_3)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_2), (float)((float)il2cpp_codegen_add((float)G_B4_1, (float)G_B4_0)));
// for (int x = 0; x < 5; ++x)
int32_t L_26 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_0058:
{
// for (int x = 0; x < 5; ++x)
int32_t L_27 = V_1;
if ((((int32_t)L_27) < ((int32_t)5)))
{
goto IL_0008;
}
}
{
// if (index == 3)
int32_t L_28 = ___index0;
if ((!(((uint32_t)L_28) == ((uint32_t)3))))
{
goto IL_007d;
}
}
{
// Array.Copy(tmp, _matrix, tmp.Length);
IL2CPP_RUNTIME_CLASS_INIT(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_29 = ((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields*)il2cpp_codegen_static_fields_for(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var))->get_tmp_11();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_30 = __this->get__matrix_1();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_31 = ((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields*)il2cpp_codegen_static_fields_for(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var))->get_tmp_11();
NullCheck(L_31);
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_29, (RuntimeArray *)(RuntimeArray *)L_30, (((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))), /*hidden argument*/NULL);
// UpdateMatrix();
ColorFilter_UpdateMatrix_m756E4E930791C5488FB040E144B097A8C3B36AF8(__this, /*hidden argument*/NULL);
}
IL_007d:
{
// }
return;
}
}
// System.Void FairyGUI.ColorFilter::ConcatValues(System.Single[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_ConcatValues_m5B98046DC72B7B7FE76C0483F9D5D52C9DC5F25F (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___values0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ColorFilter_ConcatValues_m5B98046DC72B7B7FE76C0483F9D5D52C9DC5F25F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
float G_B4_0 = 0.0f;
int32_t G_B4_1 = 0;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* G_B4_2 = NULL;
float G_B3_0 = 0.0f;
int32_t G_B3_1 = 0;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* G_B3_2 = NULL;
float G_B5_0 = 0.0f;
float G_B5_1 = 0.0f;
int32_t G_B5_2 = 0;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* G_B5_3 = NULL;
{
// int i = 0;
V_0 = 0;
// for (int y = 0; y < 4; ++y)
V_1 = 0;
goto IL_0075;
}
IL_0006:
{
// for (int x = 0; x < 5; ++x)
V_2 = 0;
goto IL_0069;
}
IL_000a:
{
// tmp[i + x] = values[i] * _matrix[x] +
// values[i + 1] * _matrix[x + 5] +
// values[i + 2] * _matrix[x + 10] +
// values[i + 3] * _matrix[x + 15] +
// (x == 4 ? values[i + 4] : 0);
IL2CPP_RUNTIME_CLASS_INIT(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_0 = ((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields*)il2cpp_codegen_static_fields_for(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var))->get_tmp_11();
int32_t L_1 = V_0;
int32_t L_2 = V_2;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_3 = ___values0;
int32_t L_4 = V_0;
NullCheck(L_3);
int32_t L_5 = L_4;
float L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_7 = __this->get__matrix_1();
int32_t L_8 = V_2;
NullCheck(L_7);
int32_t L_9 = L_8;
float L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_11 = ___values0;
int32_t L_12 = V_0;
NullCheck(L_11);
int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
float L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_15 = __this->get__matrix_1();
int32_t L_16 = V_2;
NullCheck(L_15);
int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)5));
float L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_19 = ___values0;
int32_t L_20 = V_0;
NullCheck(L_19);
int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)2));
float L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_23 = __this->get__matrix_1();
int32_t L_24 = V_2;
NullCheck(L_23);
int32_t L_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)((int32_t)10)));
float L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_27 = ___values0;
int32_t L_28 = V_0;
NullCheck(L_27);
int32_t L_29 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)3));
float L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_31 = __this->get__matrix_1();
int32_t L_32 = V_2;
NullCheck(L_31);
int32_t L_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)((int32_t)15)));
float L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
int32_t L_35 = V_2;
G_B3_0 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_6, (float)L_10)), (float)((float)il2cpp_codegen_multiply((float)L_14, (float)L_18)))), (float)((float)il2cpp_codegen_multiply((float)L_22, (float)L_26)))), (float)((float)il2cpp_codegen_multiply((float)L_30, (float)L_34))));
G_B3_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2));
G_B3_2 = L_0;
if ((((int32_t)L_35) == ((int32_t)4)))
{
G_B4_0 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_6, (float)L_10)), (float)((float)il2cpp_codegen_multiply((float)L_14, (float)L_18)))), (float)((float)il2cpp_codegen_multiply((float)L_22, (float)L_26)))), (float)((float)il2cpp_codegen_multiply((float)L_30, (float)L_34))));
G_B4_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2));
G_B4_2 = L_0;
goto IL_005e;
}
}
{
G_B5_0 = (0.0f);
G_B5_1 = G_B3_0;
G_B5_2 = G_B3_1;
G_B5_3 = G_B3_2;
goto IL_0063;
}
IL_005e:
{
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_36 = ___values0;
int32_t L_37 = V_0;
NullCheck(L_36);
int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)4));
float L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
G_B5_0 = L_39;
G_B5_1 = G_B4_0;
G_B5_2 = G_B4_1;
G_B5_3 = G_B4_2;
}
IL_0063:
{
NullCheck(G_B5_3);
(G_B5_3)->SetAt(static_cast<il2cpp_array_size_t>(G_B5_2), (float)((float)il2cpp_codegen_add((float)G_B5_1, (float)G_B5_0)));
// for (int x = 0; x < 5; ++x)
int32_t L_40 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
}
IL_0069:
{
// for (int x = 0; x < 5; ++x)
int32_t L_41 = V_2;
if ((((int32_t)L_41) < ((int32_t)5)))
{
goto IL_000a;
}
}
{
// i += 5;
int32_t L_42 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)5));
// for (int y = 0; y < 4; ++y)
int32_t L_43 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
}
IL_0075:
{
// for (int y = 0; y < 4; ++y)
int32_t L_44 = V_1;
if ((((int32_t)L_44) < ((int32_t)4)))
{
goto IL_0006;
}
}
{
// Array.Copy(tmp, _matrix, tmp.Length);
IL2CPP_RUNTIME_CLASS_INIT(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_45 = ((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields*)il2cpp_codegen_static_fields_for(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var))->get_tmp_11();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_46 = __this->get__matrix_1();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_47 = ((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields*)il2cpp_codegen_static_fields_for(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var))->get_tmp_11();
NullCheck(L_47);
Array_Copy_m2D96731C600DE8A167348CA8BA796344E64F7434((RuntimeArray *)(RuntimeArray *)L_45, (RuntimeArray *)(RuntimeArray *)L_46, (((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))), /*hidden argument*/NULL);
// UpdateMatrix();
ColorFilter_UpdateMatrix_m756E4E930791C5488FB040E144B097A8C3B36AF8(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ColorFilter::UpdateMatrix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_UpdateMatrix_m756E4E930791C5488FB040E144B097A8C3B36AF8 (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method)
{
{
// _shaderMatrix.SetRow(0, new Vector4(_matrix[0], _matrix[1], _matrix[2], _matrix[3]));
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_0 = __this->get_address_of__shaderMatrix_2();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_1 = __this->get__matrix_1();
NullCheck(L_1);
int32_t L_2 = 0;
float L_3 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_4 = __this->get__matrix_1();
NullCheck(L_4);
int32_t L_5 = 1;
float L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_7 = __this->get__matrix_1();
NullCheck(L_7);
int32_t L_8 = 2;
float L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_10 = __this->get__matrix_1();
NullCheck(L_10);
int32_t L_11 = 3;
float L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_13;
memset((&L_13), 0, sizeof(L_13));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_13), L_3, L_6, L_9, L_12, /*hidden argument*/NULL);
Matrix4x4_SetRow_mEB511FF4CA2ED20FCBB1119377E0C5E5D3E965B2((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)L_0, 0, L_13, /*hidden argument*/NULL);
// _shaderMatrix.SetRow(1, new Vector4(_matrix[5], _matrix[6], _matrix[7], _matrix[8]));
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_14 = __this->get_address_of__shaderMatrix_2();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_15 = __this->get__matrix_1();
NullCheck(L_15);
int32_t L_16 = 5;
float L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_18 = __this->get__matrix_1();
NullCheck(L_18);
int32_t L_19 = 6;
float L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_21 = __this->get__matrix_1();
NullCheck(L_21);
int32_t L_22 = 7;
float L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_24 = __this->get__matrix_1();
NullCheck(L_24);
int32_t L_25 = 8;
float L_26 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_27;
memset((&L_27), 0, sizeof(L_27));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_27), L_17, L_20, L_23, L_26, /*hidden argument*/NULL);
Matrix4x4_SetRow_mEB511FF4CA2ED20FCBB1119377E0C5E5D3E965B2((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)L_14, 1, L_27, /*hidden argument*/NULL);
// _shaderMatrix.SetRow(2, new Vector4(_matrix[10], _matrix[11], _matrix[12], _matrix[13]));
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_28 = __this->get_address_of__shaderMatrix_2();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_29 = __this->get__matrix_1();
NullCheck(L_29);
int32_t L_30 = ((int32_t)10);
float L_31 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_32 = __this->get__matrix_1();
NullCheck(L_32);
int32_t L_33 = ((int32_t)11);
float L_34 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_35 = __this->get__matrix_1();
NullCheck(L_35);
int32_t L_36 = ((int32_t)12);
float L_37 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_38 = __this->get__matrix_1();
NullCheck(L_38);
int32_t L_39 = ((int32_t)13);
float L_40 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_41;
memset((&L_41), 0, sizeof(L_41));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_41), L_31, L_34, L_37, L_40, /*hidden argument*/NULL);
Matrix4x4_SetRow_mEB511FF4CA2ED20FCBB1119377E0C5E5D3E965B2((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)L_28, 2, L_41, /*hidden argument*/NULL);
// _shaderMatrix.SetRow(3, new Vector4(_matrix[15], _matrix[16], _matrix[17], _matrix[18]));
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * L_42 = __this->get_address_of__shaderMatrix_2();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_43 = __this->get__matrix_1();
NullCheck(L_43);
int32_t L_44 = ((int32_t)15);
float L_45 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_46 = __this->get__matrix_1();
NullCheck(L_46);
int32_t L_47 = ((int32_t)16);
float L_48 = (L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_49 = __this->get__matrix_1();
NullCheck(L_49);
int32_t L_50 = ((int32_t)17);
float L_51 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_52 = __this->get__matrix_1();
NullCheck(L_52);
int32_t L_53 = ((int32_t)18);
float L_54 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_55;
memset((&L_55), 0, sizeof(L_55));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_55), L_45, L_48, L_51, L_54, /*hidden argument*/NULL);
Matrix4x4_SetRow_mEB511FF4CA2ED20FCBB1119377E0C5E5D3E965B2((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)L_42, 3, L_55, /*hidden argument*/NULL);
// _offset = new Vector4(_matrix[4], _matrix[9], _matrix[14], _matrix[19]);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_56 = __this->get__matrix_1();
NullCheck(L_56);
int32_t L_57 = 4;
float L_58 = (L_56)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_59 = __this->get__matrix_1();
NullCheck(L_59);
int32_t L_60 = ((int32_t)9);
float L_61 = (L_59)->GetAt(static_cast<il2cpp_array_size_t>(L_60));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_62 = __this->get__matrix_1();
NullCheck(L_62);
int32_t L_63 = ((int32_t)14);
float L_64 = (L_62)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_65 = __this->get__matrix_1();
NullCheck(L_65);
int32_t L_66 = ((int32_t)19);
float L_67 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_68;
memset((&L_68), 0, sizeof(L_68));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_68), L_58, L_61, L_64, L_67, /*hidden argument*/NULL);
__this->set__offset_3(L_68);
// }
return;
}
}
// System.Void FairyGUI.ColorFilter::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter__cctor_mAC877CF110E29C7E5ACBA3D74A9984D59271C68B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ColorFilter__cctor_mAC877CF110E29C7E5ACBA3D74A9984D59271C68B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static float[] IDENTITY = new float[] { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0 };
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_0 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_1 = L_0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____B91404C2FE5F0C772E097415A13F88376EC8F24F_34_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields*)il2cpp_codegen_static_fields_for(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var))->set_IDENTITY_9(L_1);
// static string[] FILTER_KEY = new string[] { "COLOR_FILTER" };
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, _stringLiteral3DDEC39941440D88FA1BC9229601B0A6CD94A169);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral3DDEC39941440D88FA1BC9229601B0A6CD94A169);
((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields*)il2cpp_codegen_static_fields_for(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var))->set_FILTER_KEY_10(L_4);
// static float[] tmp = new float[20];
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_5 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields*)il2cpp_codegen_static_fields_for(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var))->set_tmp_11(L_5);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.CompositeMesh::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompositeMesh__ctor_m504D4C6A870A2F6A563E2CE7C8882991502CB930 (CompositeMesh_t336C6A77381AB8220FB5F274FCCE67027E02D2D9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CompositeMesh__ctor_m504D4C6A870A2F6A563E2CE7C8882991502CB930_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public CompositeMesh()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// elements = new List<IMeshFactory>();
List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C * L_0 = (List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C *)il2cpp_codegen_object_new(List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C_il2cpp_TypeInfo_var);
List_1__ctor_m80CFE1502224E14EF9928F4B92CC2B7FB031DECF(L_0, /*hidden argument*/List_1__ctor_m80CFE1502224E14EF9928F4B92CC2B7FB031DECF_RuntimeMethod_var);
__this->set_elements_0(L_0);
// activeIndex = -1;
__this->set_activeIndex_1((-1));
// }
return;
}
}
// System.Void FairyGUI.CompositeMesh::OnPopulateMesh(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompositeMesh_OnPopulateMesh_mD14E61542F968257D2E431A568DBF1F7023B6C83 (CompositeMesh_t336C6A77381AB8220FB5F274FCCE67027E02D2D9 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CompositeMesh_OnPopulateMesh_mD14E61542F968257D2E431A568DBF1F7023B6C83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * V_1 = NULL;
int32_t V_2 = 0;
{
// int cnt = elements.Count;
List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C * L_0 = __this->get_elements_0();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mDE6724F8F0CDB7FF49B9562DE54DF4C9A26A91B1_inline(L_0, /*hidden argument*/List_1_get_Count_mDE6724F8F0CDB7FF49B9562DE54DF4C9A26A91B1_RuntimeMethod_var);
V_0 = L_1;
// if (cnt == 0)
int32_t L_2 = V_0;
if (L_2)
{
goto IL_0022;
}
}
{
// elements[0].OnPopulateMesh(vb);
List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C * L_3 = __this->get_elements_0();
NullCheck(L_3);
RuntimeObject* L_4 = List_1_get_Item_mDB2AD5D6CD2A77DE0C1B14262A00178DE7C12D78_inline(L_3, 0, /*hidden argument*/List_1_get_Item_mDB2AD5D6CD2A77DE0C1B14262A00178DE7C12D78_RuntimeMethod_var);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_5 = ___vb0;
NullCheck(L_4);
InterfaceActionInvoker1< VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * >::Invoke(0 /* System.Void FairyGUI.IMeshFactory::OnPopulateMesh(FairyGUI.VertexBuffer) */, IMeshFactory_t50A3420EDCE56AA55B30F12335D5D226277DADEA_il2cpp_TypeInfo_var, L_4, L_5);
return;
}
IL_0022:
{
// VertexBuffer vb2 = VertexBuffer.Begin();
IL2CPP_RUNTIME_CLASS_INIT(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_6 = VertexBuffer_Begin_mDF97B4C207AD4F0CC337CA2504632F492612363D(/*hidden argument*/NULL);
V_1 = L_6;
// vb2.contentRect = vb.contentRect;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_7 = V_1;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_8 = ___vb0;
NullCheck(L_8);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_9 = L_8->get_contentRect_0();
NullCheck(L_7);
L_7->set_contentRect_0(L_9);
// vb2.uvRect = vb.uvRect;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_10 = V_1;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_11 = ___vb0;
NullCheck(L_11);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_12 = L_11->get_uvRect_1();
NullCheck(L_10);
L_10->set_uvRect_1(L_12);
// vb2.vertexColor = vb.vertexColor;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_13 = V_1;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_14 = ___vb0;
NullCheck(L_14);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_15 = L_14->get_vertexColor_2();
NullCheck(L_13);
L_13->set_vertexColor_2(L_15);
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_0085;
}
IL_0050:
{
// if (activeIndex == -1 || i == activeIndex)
int32_t L_16 = __this->get_activeIndex_1();
if ((((int32_t)L_16) == ((int32_t)(-1))))
{
goto IL_0062;
}
}
{
int32_t L_17 = V_2;
int32_t L_18 = __this->get_activeIndex_1();
if ((!(((uint32_t)L_17) == ((uint32_t)L_18))))
{
goto IL_0081;
}
}
IL_0062:
{
// vb2.Clear();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_19 = V_1;
NullCheck(L_19);
VertexBuffer_Clear_mF74AB8627DEB80FC741A34A348FF3F04D6D08ECE(L_19, /*hidden argument*/NULL);
// elements[i].OnPopulateMesh(vb2);
List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C * L_20 = __this->get_elements_0();
int32_t L_21 = V_2;
NullCheck(L_20);
RuntimeObject* L_22 = List_1_get_Item_mDB2AD5D6CD2A77DE0C1B14262A00178DE7C12D78_inline(L_20, L_21, /*hidden argument*/List_1_get_Item_mDB2AD5D6CD2A77DE0C1B14262A00178DE7C12D78_RuntimeMethod_var);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_23 = V_1;
NullCheck(L_22);
InterfaceActionInvoker1< VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * >::Invoke(0 /* System.Void FairyGUI.IMeshFactory::OnPopulateMesh(FairyGUI.VertexBuffer) */, IMeshFactory_t50A3420EDCE56AA55B30F12335D5D226277DADEA_il2cpp_TypeInfo_var, L_22, L_23);
// vb.Append(vb2);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_24 = ___vb0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_25 = V_1;
NullCheck(L_24);
VertexBuffer_Append_mD2C70B1CBE8106AA32240AC05265B9A497ECC687(L_24, L_25, /*hidden argument*/NULL);
}
IL_0081:
{
// for (int i = 0; i < cnt; i++)
int32_t L_26 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_0085:
{
// for (int i = 0; i < cnt; i++)
int32_t L_27 = V_2;
int32_t L_28 = V_0;
if ((((int32_t)L_27) < ((int32_t)L_28)))
{
goto IL_0050;
}
}
{
// vb2.End();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_29 = V_1;
NullCheck(L_29);
VertexBuffer_End_m801DFF6E96FB9A5EF58B644F48C6096CB1D86AE9(L_29, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.CompositeMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CompositeMesh_HitTest_m226E3D20E3AB05C2AB03DBA281FA2E878F2442CF (CompositeMesh_t336C6A77381AB8220FB5F274FCCE67027E02D2D9 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___contentRect0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CompositeMesh_HitTest_m226E3D20E3AB05C2AB03DBA281FA2E878F2442CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
int32_t V_2 = 0;
RuntimeObject* V_3 = NULL;
{
// if (!contentRect.Contains(point))
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___point1;
bool L_1 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect0), L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000c;
}
}
{
// return false;
return (bool)0;
}
IL_000c:
{
// bool flag = false;
V_0 = (bool)0;
// int cnt = elements.Count;
List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C * L_2 = __this->get_elements_0();
NullCheck(L_2);
int32_t L_3 = List_1_get_Count_mDE6724F8F0CDB7FF49B9562DE54DF4C9A26A91B1_inline(L_2, /*hidden argument*/List_1_get_Count_mDE6724F8F0CDB7FF49B9562DE54DF4C9A26A91B1_RuntimeMethod_var);
V_1 = L_3;
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_0057;
}
IL_001e:
{
// if (activeIndex == -1 || i == activeIndex)
int32_t L_4 = __this->get_activeIndex_1();
if ((((int32_t)L_4) == ((int32_t)(-1))))
{
goto IL_0030;
}
}
{
int32_t L_5 = V_2;
int32_t L_6 = __this->get_activeIndex_1();
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
{
goto IL_0053;
}
}
IL_0030:
{
// IHitTest ht = elements[i] as IHitTest;
List_1_tDBD70CFEA96590456B3CEA7EA1124801C938168C * L_7 = __this->get_elements_0();
int32_t L_8 = V_2;
NullCheck(L_7);
RuntimeObject* L_9 = List_1_get_Item_mDB2AD5D6CD2A77DE0C1B14262A00178DE7C12D78_inline(L_7, L_8, /*hidden argument*/List_1_get_Item_mDB2AD5D6CD2A77DE0C1B14262A00178DE7C12D78_RuntimeMethod_var);
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9_il2cpp_TypeInfo_var));
// if (ht != null)
RuntimeObject* L_10 = V_3;
if (!L_10)
{
goto IL_0051;
}
}
{
// if (ht.HitTest(contentRect, point))
RuntimeObject* L_11 = V_3;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_12 = ___contentRect0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = ___point1;
NullCheck(L_11);
bool L_14 = InterfaceFuncInvoker2< bool, Rect_t35B976DE901B5423C11705E156938EA27AB402CE , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D >::Invoke(0 /* System.Boolean FairyGUI.IHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2) */, IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9_il2cpp_TypeInfo_var, L_11, L_12, L_13);
if (!L_14)
{
goto IL_0053;
}
}
{
// return true;
return (bool)1;
}
IL_0051:
{
// flag = true;
V_0 = (bool)1;
}
IL_0053:
{
// for (int i = 0; i < cnt; i++)
int32_t L_15 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0057:
{
// for (int i = 0; i < cnt; i++)
int32_t L_16 = V_2;
int32_t L_17 = V_1;
if ((((int32_t)L_16) < ((int32_t)L_17)))
{
goto IL_001e;
}
}
{
// return flag;
bool L_18 = V_0;
return L_18;
}
}
#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 FairyGUI.Container::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container__ctor_m0A28F438E6BDE2EE73CCB5090A9EB069BC0456A5 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container__ctor_m0A28F438E6BDE2EE73CCB5090A9EB069BC0456A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// : base()
DisplayObject__ctor_m8A93C9E5759F7CC138A8FE227A4ACDC8E7CC70F7(__this, /*hidden argument*/NULL);
// CreateGameObject("Container");
DisplayObject_CreateGameObject_m7959DAD321F68960C96F0A6D0961CE901444D666(__this, _stringLiteralE6443AF99D2F470F50AFFD5057BF48DB2D09DAE4, /*hidden argument*/NULL);
// Init();
Container_Init_m003E47FDDFD7F4912C671330F78DD9EB53AA1DB2(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Container::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container__ctor_mEDBCC6167D52EBAA45EDDEA6FA6C25B94D14D3F2 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, String_t* ___gameObjectName0, const RuntimeMethod* method)
{
{
// : base()
DisplayObject__ctor_m8A93C9E5759F7CC138A8FE227A4ACDC8E7CC70F7(__this, /*hidden argument*/NULL);
// CreateGameObject(gameObjectName);
String_t* L_0 = ___gameObjectName0;
DisplayObject_CreateGameObject_m7959DAD321F68960C96F0A6D0961CE901444D666(__this, L_0, /*hidden argument*/NULL);
// Init();
Container_Init_m003E47FDDFD7F4912C671330F78DD9EB53AA1DB2(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Container::.ctor(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container__ctor_mFD3E40CF8D4A666A0CF8843DA89CB0B61357996C (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___attachTarget0, const RuntimeMethod* method)
{
{
// : base()
DisplayObject__ctor_m8A93C9E5759F7CC138A8FE227A4ACDC8E7CC70F7(__this, /*hidden argument*/NULL);
// SetGameObject(attachTarget);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___attachTarget0;
DisplayObject_SetGameObject_mD70B6AEC5216265EBC0681AED6017051DE884EEB(__this, L_0, /*hidden argument*/NULL);
// Init();
Container_Init_m003E47FDDFD7F4912C671330F78DD9EB53AA1DB2(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Container::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Init_m003E47FDDFD7F4912C671330F78DD9EB53AA1DB2 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_Init_m003E47FDDFD7F4912C671330F78DD9EB53AA1DB2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _children = new List<DisplayObject>();
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_0 = (List_1_t11A30662822286DF8036D0D1993807262B502B70 *)il2cpp_codegen_object_new(List_1_t11A30662822286DF8036D0D1993807262B502B70_il2cpp_TypeInfo_var);
List_1__ctor_m9348E8F21550362DF50EB6C7BF75D9D17CC0BF2B(L_0, /*hidden argument*/List_1__ctor_m9348E8F21550362DF50EB6C7BF75D9D17CC0BF2B_RuntimeMethod_var);
__this->set__children_60(L_0);
// touchChildren = true;
__this->set_touchChildren_57((bool)1);
// }
return;
}
}
// System.Int32 FairyGUI.Container::get_numChildren()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return _children.Count; }
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_0 = __this->get__children_60();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_0, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
return L_1;
}
}
// FairyGUI.DisplayObject FairyGUI.Container::AddChild(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// AddChildAt(child, _children.Count);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = ___child0;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_1 = __this->get__children_60();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_1, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A(__this, L_0, L_2, /*hidden argument*/NULL);
// return child;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = ___child0;
return L_3;
}
}
// FairyGUI.DisplayObject FairyGUI.Container::AddChildAt(FairyGUI.DisplayObject,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int count = _children.Count;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_0 = __this->get__children_60();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_0, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
V_0 = L_1;
// if (index >= 0 && index <= count)
int32_t L_2 = ___index1;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0088;
}
}
{
int32_t L_3 = ___index1;
int32_t L_4 = V_0;
if ((((int32_t)L_3) > ((int32_t)L_4)))
{
goto IL_0088;
}
}
{
// if (child.parent == this)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = ___child0;
NullCheck(L_5);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_6 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_5, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)L_6) == ((RuntimeObject*)(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)__this))))
{
goto IL_0027;
}
}
{
// SetChildIndex(child, index);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_7 = ___child0;
int32_t L_8 = ___index1;
Container_SetChildIndex_mDD683082FF30FB221BE29B36D14C33FCF26D56CA(__this, L_7, L_8, /*hidden argument*/NULL);
// }
goto IL_0086;
}
IL_0027:
{
// child.RemoveFromParent();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_9 = ___child0;
NullCheck(L_9);
DisplayObject_RemoveFromParent_mA6523A61C7B61B89A9C081DCBE10B5D06F0BC1C3(L_9, /*hidden argument*/NULL);
// if (index == count)
int32_t L_10 = ___index1;
int32_t L_11 = V_0;
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
{
goto IL_003f;
}
}
{
// _children.Add(child);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_12 = __this->get__children_60();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_13 = ___child0;
NullCheck(L_12);
List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7(L_12, L_13, /*hidden argument*/List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7_RuntimeMethod_var);
goto IL_004c;
}
IL_003f:
{
// _children.Insert(index, child);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_14 = __this->get__children_60();
int32_t L_15 = ___index1;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_16 = ___child0;
NullCheck(L_14);
List_1_Insert_mB0FEC03234CF53D706F0868A234B054BCA4DD779(L_14, L_15, L_16, /*hidden argument*/List_1_Insert_mB0FEC03234CF53D706F0868A234B054BCA4DD779_RuntimeMethod_var);
}
IL_004c:
{
// child.InternalSetParent(this);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_17 = ___child0;
NullCheck(L_17);
DisplayObject_InternalSetParent_mCEFFBA184A72CBE2E12917F0EDB4B33B0C72CEFD(L_17, __this, /*hidden argument*/NULL);
// if (stage != null)
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_18 = DisplayObject_get_stage_mC9BF289AD8D0881BB526934FA4AF6366F09C1C7D(__this, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_007f;
}
}
{
// if (child is Container)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_19 = ___child0;
if (!((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)L_19, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))
{
goto IL_0072;
}
}
{
// child.BroadcastEvent("onAddedToStage", null);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_20 = ___child0;
NullCheck(L_20);
EventDispatcher_BroadcastEvent_m7A6869856F884D2E98EC3491DCBE19BC7AAC8D7C(L_20, _stringLiteralDDFECA4A0C4A4F5DE5DBDCBD3F0B31F912D57617, NULL, /*hidden argument*/NULL);
goto IL_007f;
}
IL_0072:
{
// child.DispatchEvent("onAddedToStage", null);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_21 = ___child0;
NullCheck(L_21);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(L_21, _stringLiteralDDFECA4A0C4A4F5DE5DBDCBD3F0B31F912D57617, NULL, /*hidden argument*/NULL);
}
IL_007f:
{
// InvalidateBatchingState(true);
Container_InvalidateBatchingState_mA53B97FEA18A083F9E1C18BB39B0289373395D53(__this, (bool)1, /*hidden argument*/NULL);
}
IL_0086:
{
// return child;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_22 = ___child0;
return L_22;
}
IL_0088:
{
// throw new Exception("Invalid child index");
Exception_t * L_23 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_23, _stringLiteral2AE44813F3C9DF646A69A8663A3B6DDB74B956F3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A_RuntimeMethod_var);
}
}
// System.Boolean FairyGUI.Container::Contains(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Container_Contains_m59DBC9CA96A60565B94EF758B8DC71A61D5C95FB (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_Contains_m59DBC9CA96A60565B94EF758B8DC71A61D5C95FB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return _children.Contains(child);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_0 = __this->get__children_60();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = ___child0;
NullCheck(L_0);
bool L_2 = List_1_Contains_m9A480FE6A20B8403C91B752093A5480FFE091BF6(L_0, L_1, /*hidden argument*/List_1_Contains_m9A480FE6A20B8403C91B752093A5480FFE091BF6_RuntimeMethod_var);
return L_2;
}
}
// FairyGUI.DisplayObject FairyGUI.Container::GetChildAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_GetChildAt_mF1A7165A6C4555A7832B91C7A71048E58C761E02 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_GetChildAt_mF1A7165A6C4555A7832B91C7A71048E58C761E02_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return _children[index];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_0 = __this->get__children_60();
int32_t L_1 = ___index0;
NullCheck(L_0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
return L_2;
}
}
// FairyGUI.DisplayObject FairyGUI.Container::GetChild(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_GetChild_m72B24C0DD49BACC4859591C72B1FD407082C629F (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_GetChild_m72B24C0DD49BACC4859591C72B1FD407082C629F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// int cnt = _children.Count;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_0 = __this->get__children_60();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_0, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < cnt; ++i)
V_1 = 0;
goto IL_003a;
}
IL_0010:
{
// if (_children[i].name == name)
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_2 = __this->get__children_60();
int32_t L_3 = V_1;
NullCheck(L_2);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
NullCheck(L_4);
String_t* L_5 = L_4->get_name_2();
String_t* L_6 = ___name0;
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0036;
}
}
{
// return _children[i];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_8 = __this->get__children_60();
int32_t L_9 = V_1;
NullCheck(L_8);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_10 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_8, L_9, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
return L_10;
}
IL_0036:
{
// for (int i = 0; i < cnt; ++i)
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_003a:
{
// for (int i = 0; i < cnt; ++i)
int32_t L_12 = V_1;
int32_t L_13 = V_0;
if ((((int32_t)L_12) < ((int32_t)L_13)))
{
goto IL_0010;
}
}
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
}
// System.Int32 FairyGUI.Container::GetChildIndex(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Container_GetChildIndex_m574928B46F12DBF4FB86CFB2B523EB6E1AF8D79E (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_GetChildIndex_m574928B46F12DBF4FB86CFB2B523EB6E1AF8D79E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return _children.IndexOf(child);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_0 = __this->get__children_60();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = ___child0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4(L_0, L_1, /*hidden argument*/List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4_RuntimeMethod_var);
return L_2;
}
}
// FairyGUI.DisplayObject FairyGUI.Container::RemoveChild(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_RemoveChild_m63980F70C47DF6DBA5EE4FBDA6EB21C673DE8114 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, const RuntimeMethod* method)
{
{
// return RemoveChild(child, false);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = ___child0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = Container_RemoveChild_m41CD72B2CD84D0EF97B876E3B08DDF9C87A5FF2A(__this, L_0, (bool)0, /*hidden argument*/NULL);
return L_1;
}
}
// FairyGUI.DisplayObject FairyGUI.Container::RemoveChild(FairyGUI.DisplayObject,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_RemoveChild_m41CD72B2CD84D0EF97B876E3B08DDF9C87A5FF2A (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, bool ___dispose1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_RemoveChild_m41CD72B2CD84D0EF97B876E3B08DDF9C87A5FF2A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (child.parent != this)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = ___child0;
NullCheck(L_0);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_1 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_0, /*hidden argument*/NULL);
if ((((RuntimeObject*)(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)L_1) == ((RuntimeObject*)(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)__this)))
{
goto IL_0014;
}
}
{
// throw new Exception("obj is not a child");
Exception_t * L_2 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_2, _stringLiteralFDD31961099996EBB56B6689C32B436F7F5073C3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Container_RemoveChild_m41CD72B2CD84D0EF97B876E3B08DDF9C87A5FF2A_RuntimeMethod_var);
}
IL_0014:
{
// int i = _children.IndexOf(child);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_3 = __this->get__children_60();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = ___child0;
NullCheck(L_3);
int32_t L_5 = List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4(L_3, L_4, /*hidden argument*/List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4_RuntimeMethod_var);
V_0 = L_5;
// if (i >= 0)
int32_t L_6 = V_0;
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
// return RemoveChildAt(i, dispose);
int32_t L_7 = V_0;
bool L_8 = ___dispose1;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_9 = Container_RemoveChildAt_m9D44C570F67A75134FD61F2FC728694AF8DDD6FD(__this, L_7, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_002e:
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
}
// FairyGUI.DisplayObject FairyGUI.Container::RemoveChildAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_RemoveChildAt_m67A40EE0DFA62027AA66DC8593A8AC90030900C4 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
// return RemoveChildAt(index, false);
int32_t L_0 = ___index0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = Container_RemoveChildAt_m9D44C570F67A75134FD61F2FC728694AF8DDD6FD(__this, L_0, (bool)0, /*hidden argument*/NULL);
return L_1;
}
}
// FairyGUI.DisplayObject FairyGUI.Container::RemoveChildAt(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_RemoveChildAt_m9D44C570F67A75134FD61F2FC728694AF8DDD6FD (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___index0, bool ___dispose1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_RemoveChildAt_m9D44C570F67A75134FD61F2FC728694AF8DDD6FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_0 = NULL;
{
// if (index >= 0 && index < _children.Count)
int32_t L_0 = ___index0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_007b;
}
}
{
int32_t L_1 = ___index0;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_2 = __this->get__children_60();
NullCheck(L_2);
int32_t L_3 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_2, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
if ((((int32_t)L_1) >= ((int32_t)L_3)))
{
goto IL_007b;
}
}
{
// DisplayObject child = _children[index];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_4 = __this->get__children_60();
int32_t L_5 = ___index0;
NullCheck(L_4);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
V_0 = L_6;
// if (stage != null && !child._disposed)
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_7 = DisplayObject_get_stage_mC9BF289AD8D0881BB526934FA4AF6366F09C1C7D(__this, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0053;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = V_0;
NullCheck(L_8);
bool L_9 = L_8->get__disposed_46();
if (L_9)
{
goto IL_0053;
}
}
{
// if (child is Container)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_10 = V_0;
if (!((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)L_10, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))
{
goto IL_0046;
}
}
{
// child.BroadcastEvent("onRemovedFromStage", null);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_11 = V_0;
NullCheck(L_11);
EventDispatcher_BroadcastEvent_m7A6869856F884D2E98EC3491DCBE19BC7AAC8D7C(L_11, _stringLiteral2BA8E18857CC70E44D096B14956912EF1679F7E1, NULL, /*hidden argument*/NULL);
goto IL_0053;
}
IL_0046:
{
// child.DispatchEvent("onRemovedFromStage", null);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_12 = V_0;
NullCheck(L_12);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(L_12, _stringLiteral2BA8E18857CC70E44D096B14956912EF1679F7E1, NULL, /*hidden argument*/NULL);
}
IL_0053:
{
// _children.Remove(child);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_13 = __this->get__children_60();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_14 = V_0;
NullCheck(L_13);
List_1_Remove_mF90946F997C6EF2D91DFFA58728E1646F5386EC4(L_13, L_14, /*hidden argument*/List_1_Remove_mF90946F997C6EF2D91DFFA58728E1646F5386EC4_RuntimeMethod_var);
// InvalidateBatchingState(true);
Container_InvalidateBatchingState_mA53B97FEA18A083F9E1C18BB39B0289373395D53(__this, (bool)1, /*hidden argument*/NULL);
// if (!dispose)
bool L_15 = ___dispose1;
if (L_15)
{
goto IL_0073;
}
}
{
// child.InternalSetParent(null);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_16 = V_0;
NullCheck(L_16);
DisplayObject_InternalSetParent_mCEFFBA184A72CBE2E12917F0EDB4B33B0C72CEFD(L_16, (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)NULL, /*hidden argument*/NULL);
goto IL_0079;
}
IL_0073:
{
// child.Dispose();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_17 = V_0;
NullCheck(L_17);
VirtActionInvoker0::Invoke(24 /* System.Void FairyGUI.DisplayObject::Dispose() */, L_17);
}
IL_0079:
{
// return child;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_18 = V_0;
return L_18;
}
IL_007b:
{
// throw new Exception("Invalid child index");
Exception_t * L_19 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_19, _stringLiteral2AE44813F3C9DF646A69A8663A3B6DDB74B956F3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, Container_RemoveChildAt_m9D44C570F67A75134FD61F2FC728694AF8DDD6FD_RuntimeMethod_var);
}
}
// System.Void FairyGUI.Container::RemoveChildren()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_RemoveChildren_mB94B602C678C4DEF63516EF43B7B583D1052CAEB (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
{
// RemoveChildren(0, int.MaxValue, false);
Container_RemoveChildren_mFEB8959BF262BF009D57CE88E5A81DAC15CDDBA6(__this, 0, ((int32_t)2147483647LL), (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Container::RemoveChildren(System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_RemoveChildren_mFEB8959BF262BF009D57CE88E5A81DAC15CDDBA6 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___beginIndex0, int32_t ___endIndex1, bool ___dispose2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// if (endIndex < 0 || endIndex >= numChildren)
int32_t L_0 = ___endIndex1;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000d;
}
}
{
int32_t L_1 = ___endIndex1;
int32_t L_2 = Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73(__this, /*hidden argument*/NULL);
if ((((int32_t)L_1) < ((int32_t)L_2)))
{
goto IL_0017;
}
}
IL_000d:
{
// endIndex = numChildren - 1;
int32_t L_3 = Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73(__this, /*hidden argument*/NULL);
___endIndex1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1));
}
IL_0017:
{
// for (int i = beginIndex; i <= endIndex; ++i)
int32_t L_4 = ___beginIndex0;
V_0 = L_4;
goto IL_0028;
}
IL_001b:
{
// RemoveChildAt(beginIndex, dispose);
int32_t L_5 = ___beginIndex0;
bool L_6 = ___dispose2;
Container_RemoveChildAt_m9D44C570F67A75134FD61F2FC728694AF8DDD6FD(__this, L_5, L_6, /*hidden argument*/NULL);
// for (int i = beginIndex; i <= endIndex; ++i)
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
}
IL_0028:
{
// for (int i = beginIndex; i <= endIndex; ++i)
int32_t L_8 = V_0;
int32_t L_9 = ___endIndex1;
if ((((int32_t)L_8) <= ((int32_t)L_9)))
{
goto IL_001b;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.Container::SetChildIndex(FairyGUI.DisplayObject,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_SetChildIndex_mDD683082FF30FB221BE29B36D14C33FCF26D56CA (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_SetChildIndex_mDD683082FF30FB221BE29B36D14C33FCF26D56CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int oldIndex = _children.IndexOf(child);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_0 = __this->get__children_60();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = ___child0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4(L_0, L_1, /*hidden argument*/List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4_RuntimeMethod_var);
V_0 = L_2;
// if (oldIndex == index) return;
int32_t L_3 = V_0;
int32_t L_4 = ___index1;
if ((!(((uint32_t)L_3) == ((uint32_t)L_4))))
{
goto IL_0012;
}
}
{
// if (oldIndex == index) return;
return;
}
IL_0012:
{
// if (oldIndex == -1) throw new ArgumentException("Not a child of this container");
int32_t L_5 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)(-1)))))
{
goto IL_0021;
}
}
{
// if (oldIndex == -1) throw new ArgumentException("Not a child of this container");
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_6, _stringLiteralB9DA209FB6E529C0A16F8684E759EA12AD9E6EFE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Container_SetChildIndex_mDD683082FF30FB221BE29B36D14C33FCF26D56CA_RuntimeMethod_var);
}
IL_0021:
{
// _children.RemoveAt(oldIndex);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_7 = __this->get__children_60();
int32_t L_8 = V_0;
NullCheck(L_7);
List_1_RemoveAt_m501FBC3769123BB28E8BA56F485879213EC7766A(L_7, L_8, /*hidden argument*/List_1_RemoveAt_m501FBC3769123BB28E8BA56F485879213EC7766A_RuntimeMethod_var);
// if (index >= _children.Count)
int32_t L_9 = ___index1;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_10 = __this->get__children_60();
NullCheck(L_10);
int32_t L_11 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_10, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
if ((((int32_t)L_9) < ((int32_t)L_11)))
{
goto IL_0049;
}
}
{
// _children.Add(child);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_12 = __this->get__children_60();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_13 = ___child0;
NullCheck(L_12);
List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7(L_12, L_13, /*hidden argument*/List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7_RuntimeMethod_var);
goto IL_0056;
}
IL_0049:
{
// _children.Insert(index, child);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_14 = __this->get__children_60();
int32_t L_15 = ___index1;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_16 = ___child0;
NullCheck(L_14);
List_1_Insert_mB0FEC03234CF53D706F0868A234B054BCA4DD779(L_14, L_15, L_16, /*hidden argument*/List_1_Insert_mB0FEC03234CF53D706F0868A234B054BCA4DD779_RuntimeMethod_var);
}
IL_0056:
{
// InvalidateBatchingState(true);
Container_InvalidateBatchingState_mA53B97FEA18A083F9E1C18BB39B0289373395D53(__this, (bool)1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Container::SwapChildren(FairyGUI.DisplayObject,FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_SwapChildren_m745231AE3321FE57BCF23FF0A72A481EFD15FF92 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child10, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_SwapChildren_m745231AE3321FE57BCF23FF0A72A481EFD15FF92_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// int index1 = _children.IndexOf(child1);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_0 = __this->get__children_60();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = ___child10;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4(L_0, L_1, /*hidden argument*/List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4_RuntimeMethod_var);
V_0 = L_2;
// int index2 = _children.IndexOf(child2);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_3 = __this->get__children_60();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = ___child21;
NullCheck(L_3);
int32_t L_5 = List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4(L_3, L_4, /*hidden argument*/List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4_RuntimeMethod_var);
V_1 = L_5;
// if (index1 == -1 || index2 == -1)
int32_t L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)(-1))))
{
goto IL_0022;
}
}
{
int32_t L_7 = V_1;
if ((!(((uint32_t)L_7) == ((uint32_t)(-1)))))
{
goto IL_002d;
}
}
IL_0022:
{
// throw new Exception("Not a child of this container");
Exception_t * L_8 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_8, _stringLiteralB9DA209FB6E529C0A16F8684E759EA12AD9E6EFE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, Container_SwapChildren_m745231AE3321FE57BCF23FF0A72A481EFD15FF92_RuntimeMethod_var);
}
IL_002d:
{
// SwapChildrenAt(index1, index2);
int32_t L_9 = V_0;
int32_t L_10 = V_1;
Container_SwapChildrenAt_m8965701E22819BBBA46CC95E6343329320340DAF(__this, L_9, L_10, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Container::SwapChildrenAt(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_SwapChildrenAt_m8965701E22819BBBA46CC95E6343329320340DAF (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___index10, int32_t ___index21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_SwapChildrenAt_m8965701E22819BBBA46CC95E6343329320340DAF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_1 = NULL;
{
// DisplayObject obj1 = _children[index1];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_0 = __this->get__children_60();
int32_t L_1 = ___index10;
NullCheck(L_0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
V_0 = L_2;
// DisplayObject obj2 = _children[index2];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_3 = __this->get__children_60();
int32_t L_4 = ___index21;
NullCheck(L_3);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
V_1 = L_5;
// _children[index1] = obj2;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_6 = __this->get__children_60();
int32_t L_7 = ___index10;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = V_1;
NullCheck(L_6);
List_1_set_Item_mD2F3D16EBD0B8BE217C1EEEEB9F01280B2444F1D(L_6, L_7, L_8, /*hidden argument*/List_1_set_Item_mD2F3D16EBD0B8BE217C1EEEEB9F01280B2444F1D_RuntimeMethod_var);
// _children[index2] = obj1;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_9 = __this->get__children_60();
int32_t L_10 = ___index21;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_11 = V_0;
NullCheck(L_9);
List_1_set_Item_mD2F3D16EBD0B8BE217C1EEEEB9F01280B2444F1D(L_9, L_10, L_11, /*hidden argument*/List_1_set_Item_mD2F3D16EBD0B8BE217C1EEEEB9F01280B2444F1D_RuntimeMethod_var);
// InvalidateBatchingState(true);
Container_InvalidateBatchingState_mA53B97FEA18A083F9E1C18BB39B0289373395D53(__this, (bool)1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Container::ChangeChildrenOrder(System.Collections.Generic.List`1<System.Int32>,System.Collections.Generic.List`1<FairyGUI.DisplayObject>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_ChangeChildrenOrder_m0DEABD0B025E5DBD7A5F1C4FC9D7F76D0C25F794 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___indice0, List_1_t11A30662822286DF8036D0D1993807262B502B70 * ___objs1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_ChangeChildrenOrder_m0DEABD0B025E5DBD7A5F1C4FC9D7F76D0C25F794_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_2 = NULL;
{
// int cnt = indice.Count;
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_0 = ___indice0;
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_inline(L_0, /*hidden argument*/List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_003e;
}
IL_000b:
{
// DisplayObject obj = objs[i];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_2 = ___objs1;
int32_t L_3 = V_1;
NullCheck(L_2);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
V_2 = L_4;
// if (obj.parent != this)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = V_2;
NullCheck(L_5);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_6 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_5, /*hidden argument*/NULL);
if ((((RuntimeObject*)(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)L_6) == ((RuntimeObject*)(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)__this)))
{
goto IL_0027;
}
}
{
// throw new Exception("Not a child of this container");
Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_7, _stringLiteralB9DA209FB6E529C0A16F8684E759EA12AD9E6EFE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Container_ChangeChildrenOrder_m0DEABD0B025E5DBD7A5F1C4FC9D7F76D0C25F794_RuntimeMethod_var);
}
IL_0027:
{
// _children[indice[i]] = obj;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_8 = __this->get__children_60();
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_9 = ___indice0;
int32_t L_10 = V_1;
NullCheck(L_9);
int32_t L_11 = List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline(L_9, L_10, /*hidden argument*/List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_12 = V_2;
NullCheck(L_8);
List_1_set_Item_mD2F3D16EBD0B8BE217C1EEEEB9F01280B2444F1D(L_8, L_11, L_12, /*hidden argument*/List_1_set_Item_mD2F3D16EBD0B8BE217C1EEEEB9F01280B2444F1D_RuntimeMethod_var);
// for (int i = 0; i < cnt; i++)
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_003e:
{
// for (int i = 0; i < cnt; i++)
int32_t L_14 = V_1;
int32_t L_15 = V_0;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_000b;
}
}
{
// InvalidateBatchingState(true);
Container_InvalidateBatchingState_mA53B97FEA18A083F9E1C18BB39B0289373395D53(__this, (bool)1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Nullable`1<UnityEngine.Rect> FairyGUI.Container::get_clipRect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 Container_get_clipRect_mBC5F666F5B6EEC53973734E8223E53A4A9DA78BF (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
{
// get { return _clipRect; }
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_0 = __this->get__clipRect_62();
return L_0;
}
}
// System.Void FairyGUI.Container::set_clipRect(System.Nullable`1<UnityEngine.Rect>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_set_clipRect_m3C7AE339EAE5F50FBF5C8FC23F4A005BC5038B7D (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_set_clipRect_m3C7AE339EAE5F50FBF5C8FC23F4A005BC5038B7D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 V_0;
memset((&V_0), 0, sizeof(V_0));
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t G_B5_0 = 0;
{
// if (_clipRect != value)
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_0 = __this->get__clipRect_62();
V_0 = L_0;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_1 = ___value0;
V_1 = L_1;
bool L_2 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
bool L_3 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)(&V_1), /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if ((((int32_t)L_2) == ((int32_t)L_3)))
{
goto IL_001c;
}
}
{
G_B5_0 = 1;
goto IL_003b;
}
IL_001c:
{
bool L_4 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if (L_4)
{
goto IL_0028;
}
}
{
G_B5_0 = 0;
goto IL_003b;
}
IL_0028:
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_5 = Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_RuntimeMethod_var);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_6 = Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)(&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_RuntimeMethod_var);
bool L_7 = Rect_op_Inequality_mAF9DC03779A7C3E1B430D7FFA797F2C4CEAD1FC7(L_5, L_6, /*hidden argument*/NULL);
G_B5_0 = ((int32_t)(L_7));
}
IL_003b:
{
if (!G_B5_0)
{
goto IL_004a;
}
}
{
// _clipRect = value;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_8 = ___value0;
__this->set__clipRect_62(L_8);
// UpdateBatchingFlags();
Container_UpdateBatchingFlags_m3BEA6CACF0DD7429C2A9D30A93C8141DEC12DD20(__this, /*hidden argument*/NULL);
}
IL_004a:
{
// }
return;
}
}
// FairyGUI.DisplayObject FairyGUI.Container::get_mask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_get_mask_m14AADC909884DCBDF56DE8F8D87F012D9E969F77 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
{
// get { return _mask; }
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = __this->get__mask_61();
return L_0;
}
}
// System.Void FairyGUI.Container::set_mask(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_set_mask_mE6180A8B0FF737E14D3A28F3EF50BB27206F0C6A (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___value0, const RuntimeMethod* method)
{
{
// if (_mask != value)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = __this->get__mask_61();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = ___value0;
if ((((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_0) == ((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_1)))
{
goto IL_0016;
}
}
{
// _mask = value;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = ___value0;
__this->set__mask_61(L_2);
// UpdateBatchingFlags();
Container_UpdateBatchingFlags_m3BEA6CACF0DD7429C2A9D30A93C8141DEC12DD20(__this, /*hidden argument*/NULL);
}
IL_0016:
{
// }
return;
}
}
// System.Boolean FairyGUI.Container::get_touchable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Container_get_touchable_m7A5D87CF5A278651B030539AAA01D189755DFC3D (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
{
// get { return base.touchable; }
bool L_0 = DisplayObject_get_touchable_m65AC808CF39AE15DF4A65C6B3C8CDEE17AD6ED80_inline(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void FairyGUI.Container::set_touchable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_set_touchable_m416BEC1FEA21693D88FD796CD542519DB7D7A611 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_set_touchable_m416BEC1FEA21693D88FD796CD542519DB7D7A611_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// base.touchable = value;
bool L_0 = ___value0;
DisplayObject_set_touchable_m165CF943B6D5C11568709C7DDE9B6B43FFF4600D_inline(__this, L_0, /*hidden argument*/NULL);
// if (hitArea != null && (hitArea is ColliderHitTest))
RuntimeObject* L_1 = __this->get_hitArea_56();
if (!L_1)
{
goto IL_0032;
}
}
{
RuntimeObject* L_2 = __this->get_hitArea_56();
if (!((ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 *)IsInstClass((RuntimeObject*)L_2, ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67_il2cpp_TypeInfo_var)))
{
goto IL_0032;
}
}
{
// ((ColliderHitTest)hitArea).collider.enabled = value;
RuntimeObject* L_3 = __this->get_hitArea_56();
NullCheck(((ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 *)CastclassClass((RuntimeObject*)L_3, ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67_il2cpp_TypeInfo_var)));
Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * L_4 = ((ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 *)CastclassClass((RuntimeObject*)L_3, ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67_il2cpp_TypeInfo_var))->get_collider_0();
bool L_5 = ___value0;
NullCheck(L_4);
Collider_set_enabled_mF84DE8B0C8CAF33ACDB7F29BC055D9C8CFACB57B(L_4, L_5, /*hidden argument*/NULL);
}
IL_0032:
{
// }
return;
}
}
// UnityEngine.Rect FairyGUI.Container::GetBounds(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Container_GetBounds_mE64B81B428CD3B5C5AD77FA3DDA5A99DE762C43B (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___targetSpace0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_GetBounds_mE64B81B428CD3B5C5AD77FA3DDA5A99DE762C43B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_1;
memset((&V_1), 0, sizeof(V_1));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_2;
memset((&V_2), 0, sizeof(V_2));
float V_3 = 0.0f;
float V_4 = 0.0f;
float V_5 = 0.0f;
float V_6 = 0.0f;
int32_t V_7 = 0;
float G_B10_0 = 0.0f;
float G_B13_0 = 0.0f;
float G_B16_0 = 0.0f;
float G_B19_0 = 0.0f;
{
// if (_clipRect != null)
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_0 = __this->get_address_of__clipRect_62();
bool L_1 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if (!L_1)
{
goto IL_0020;
}
}
{
// return TransformRect((Rect)_clipRect, targetSpace);
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_2 = __this->get_address_of__clipRect_62();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_3 = Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_2, /*hidden argument*/Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_RuntimeMethod_var);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = ___targetSpace0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_5 = DisplayObject_TransformRect_mB5F7D15B13353539DD1C52F22F7D7E15F2763486(__this, L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0020:
{
// int count = _children.Count;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_6 = __this->get__children_60();
NullCheck(L_6);
int32_t L_7 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_6, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
V_0 = L_7;
// if (count == 0)
int32_t L_8 = V_0;
if (L_8)
{
goto IL_005d;
}
}
{
// Vector2 v = TransformPoint(Vector2.zero, targetSpace);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_10 = ___targetSpace0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = DisplayObject_TransformPoint_mD3AEFBFC98A076CF75A49E311B1B02697FC0A7FA(__this, L_9, L_10, /*hidden argument*/NULL);
V_2 = L_11;
// rect = Rect.MinMaxRect(v.x, v.y, 0, 0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = V_2;
float L_13 = L_12.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = V_2;
float L_15 = L_14.get_y_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_16 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F(L_13, L_15, (0.0f), (0.0f), /*hidden argument*/NULL);
V_1 = L_16;
// }
goto IL_0122;
}
IL_005d:
{
// else if (count == 1)
int32_t L_17 = V_0;
if ((!(((uint32_t)L_17) == ((uint32_t)1))))
{
goto IL_0079;
}
}
{
// rect = _children[0].GetBounds(targetSpace);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_18 = __this->get__children_60();
NullCheck(L_18);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_19 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_18, 0, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_20 = ___targetSpace0;
NullCheck(L_19);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_21 = VirtFuncInvoker1< Rect_t35B976DE901B5423C11705E156938EA27AB402CE , DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(21 /* UnityEngine.Rect FairyGUI.DisplayObject::GetBounds(FairyGUI.DisplayObject) */, L_19, L_20);
V_1 = L_21;
// }
goto IL_0122;
}
IL_0079:
{
// float minX = float.MaxValue, maxX = float.MinValue;
V_3 = ((std::numeric_limits<float>::max)());
// float minX = float.MaxValue, maxX = float.MinValue;
V_4 = (-(std::numeric_limits<float>::max)());
// float minY = float.MaxValue, maxY = float.MinValue;
V_5 = ((std::numeric_limits<float>::max)());
// float minY = float.MaxValue, maxY = float.MinValue;
V_6 = (-(std::numeric_limits<float>::max)());
// for (int i = 0; i < count; ++i)
V_7 = 0;
goto IL_0110;
}
IL_0099:
{
// rect = _children[i].GetBounds(targetSpace);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_22 = __this->get__children_60();
int32_t L_23 = V_7;
NullCheck(L_22);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_24 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_22, L_23, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_25 = ___targetSpace0;
NullCheck(L_24);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_26 = VirtFuncInvoker1< Rect_t35B976DE901B5423C11705E156938EA27AB402CE , DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(21 /* UnityEngine.Rect FairyGUI.DisplayObject::GetBounds(FairyGUI.DisplayObject) */, L_24, L_25);
V_1 = L_26;
// minX = minX < rect.xMin ? minX : rect.xMin;
float L_27 = V_3;
float L_28 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
if ((((float)L_27) < ((float)L_28)))
{
goto IL_00c0;
}
}
{
float L_29 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
G_B10_0 = L_29;
goto IL_00c1;
}
IL_00c0:
{
float L_30 = V_3;
G_B10_0 = L_30;
}
IL_00c1:
{
V_3 = G_B10_0;
// maxX = maxX > rect.xMax ? maxX : rect.xMax;
float L_31 = V_4;
float L_32 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
if ((((float)L_31) > ((float)L_32)))
{
goto IL_00d6;
}
}
{
float L_33 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
G_B13_0 = L_33;
goto IL_00d8;
}
IL_00d6:
{
float L_34 = V_4;
G_B13_0 = L_34;
}
IL_00d8:
{
V_4 = G_B13_0;
// minY = minY < rect.yMin ? minY : rect.yMin;
float L_35 = V_5;
float L_36 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
if ((((float)L_35) < ((float)L_36)))
{
goto IL_00ee;
}
}
{
float L_37 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
G_B16_0 = L_37;
goto IL_00f0;
}
IL_00ee:
{
float L_38 = V_5;
G_B16_0 = L_38;
}
IL_00f0:
{
V_5 = G_B16_0;
// maxY = maxY > rect.yMax ? maxY : rect.yMax;
float L_39 = V_6;
float L_40 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
if ((((float)L_39) > ((float)L_40)))
{
goto IL_0106;
}
}
{
float L_41 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
G_B19_0 = L_41;
goto IL_0108;
}
IL_0106:
{
float L_42 = V_6;
G_B19_0 = L_42;
}
IL_0108:
{
V_6 = G_B19_0;
// for (int i = 0; i < count; ++i)
int32_t L_43 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
}
IL_0110:
{
// for (int i = 0; i < count; ++i)
int32_t L_44 = V_7;
int32_t L_45 = V_0;
if ((((int32_t)L_44) < ((int32_t)L_45)))
{
goto IL_0099;
}
}
{
// rect = Rect.MinMaxRect(minX, minY, maxX, maxY);
float L_46 = V_3;
float L_47 = V_5;
float L_48 = V_4;
float L_49 = V_6;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_50 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F(L_46, L_47, L_48, L_49, /*hidden argument*/NULL);
V_1 = L_50;
}
IL_0122:
{
// return rect;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_51 = V_1;
return L_51;
}
}
// UnityEngine.Camera FairyGUI.Container::GetRenderCamera()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * Container_GetRenderCamera_m34108FF414D6DDD22212012EBDAA26F5AB8602B4 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_GetRenderCamera_m34108FF414D6DDD22212012EBDAA26F5AB8602B4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * V_0 = NULL;
{
// if (renderMode == RenderMode.ScreenSpaceOverlay)
int32_t L_0 = __this->get_renderMode_52();
if (L_0)
{
goto IL_000e;
}
}
{
// return StageCamera.main;
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_1 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_main_11();
return L_1;
}
IL_000e:
{
// Camera cam = this.renderCamera;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_2 = __this->get_renderCamera_53();
V_0 = L_2;
// if (cam == null)
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0024;
}
}
{
// cam = HitTestContext.cachedMainCamera;
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_5 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_cachedMainCamera_8();
V_0 = L_5;
}
IL_0024:
{
// if (cam == null)
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_7 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_6, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0033;
}
}
{
// cam = StageCamera.main;
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_8 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_main_11();
V_0 = L_8;
}
IL_0033:
{
// return cam;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_9 = V_0;
return L_9;
}
}
// FairyGUI.DisplayObject FairyGUI.Container::HitTest(UnityEngine.Vector2,System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_HitTest_m206B421952FC04A79F5B6463B320D6F4B4041D1D (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___stagePoint0, bool ___forTouch1, int32_t ___displayIndex2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_HitTest_m206B421952FC04A79F5B6463B320D6F4B4041D1D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_0 = NULL;
{
// if (StageCamera.main == null)
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_0 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_main_11();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0019;
}
}
{
// if (this is Stage)
if (!((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 *)IsInstClass((RuntimeObject*)__this, Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var)))
{
goto IL_0017;
}
}
{
// return this;
return __this;
}
IL_0017:
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
IL_0019:
{
// if (displayIndex != -1)
int32_t L_2 = ___displayIndex2;
if ((((int32_t)L_2) == ((int32_t)(-1))))
{
goto IL_0043;
}
}
{
// HitTestContext.screenPoint = new Vector2(stagePoint.x, Display.displays[displayIndex].renderingHeight - stagePoint.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = ___stagePoint0;
float L_4 = L_3.get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var);
DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* L_5 = ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->get_displays_1();
int32_t L_6 = ___displayIndex2;
NullCheck(L_5);
int32_t L_7 = L_6;
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
NullCheck(L_8);
int32_t L_9 = Display_get_renderingHeight_m1496BF9D66501280B4F75A31A515D8CF416838B0(L_8, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10 = ___stagePoint0;
float L_11 = L_10.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12;
memset((&L_12), 0, sizeof(L_12));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_12), L_4, ((float)il2cpp_codegen_subtract((float)(((float)((float)L_9))), (float)L_11)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_screenPoint_0(L_12);
goto IL_0060;
}
IL_0043:
{
// HitTestContext.screenPoint = new Vector2(stagePoint.x, Screen.height - stagePoint.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = ___stagePoint0;
float L_14 = L_13.get_x_0();
int32_t L_15 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_16 = ___stagePoint0;
float L_17 = L_16.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_18;
memset((&L_18), 0, sizeof(L_18));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_18), L_14, ((float)il2cpp_codegen_subtract((float)(((float)((float)L_15))), (float)L_17)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_screenPoint_0(L_18);
}
IL_0060:
{
// HitTestContext.worldPoint = StageCamera.main.ScreenToWorldPoint(HitTestContext.screenPoint);
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_19 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_main_11();
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_20 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_screenPoint_0();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_21 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_20, /*hidden argument*/NULL);
NullCheck(L_19);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_22 = Camera_ScreenToWorldPoint_m179BB999DC97A251D0892B39C98F3FACDF0617C5(L_19, L_21, /*hidden argument*/NULL);
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_worldPoint_1(L_22);
// HitTestContext.direction = Vector3.back;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 = Vector3_get_back_mE7EF8625637E6F8B9E6B42A6AE140777C51E02F7(/*hidden argument*/NULL);
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_direction_2(L_23);
// HitTestContext.forTouch = forTouch;
bool L_24 = ___forTouch1;
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_forTouch_3(L_24);
// HitTestContext.camera = StageCamera.main;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_25 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_main_11();
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_camera_4(L_25);
// HitTestContext.displayIndex = displayIndex;
int32_t L_26 = ___displayIndex2;
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_displayIndex_5(L_26);
// DisplayObject ret = HitTest();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_27 = VirtFuncInvoker0< DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(22 /* FairyGUI.DisplayObject FairyGUI.DisplayObject::HitTest() */, __this);
V_0 = L_27;
// if (ret != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_28 = V_0;
if (!L_28)
{
goto IL_00a5;
}
}
{
// return ret;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_29 = V_0;
return L_29;
}
IL_00a5:
{
// else if (this is Stage)
if (!((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 *)IsInstClass((RuntimeObject*)__this, Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var)))
{
goto IL_00af;
}
}
{
// return this;
return __this;
}
IL_00af:
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
}
// FairyGUI.DisplayObject FairyGUI.Container::HitTest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_HitTest_m7DC97FBA24EB7D031FC9CFAD4109BBF60EDF9759 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_HitTest_m7DC97FBA24EB7D031FC9CFAD4109BBF60EDF9759_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * V_0 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
memset((&V_2), 0, sizeof(V_2));
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * V_3 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_4;
memset((&V_4), 0, sizeof(V_4));
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 V_5;
memset((&V_5), 0, sizeof(V_5));
{
// if (_isPanel && !gameObject.activeInHierarchy)
bool L_0 = __this->get__isPanel_67();
if (!L_0)
{
goto IL_0017;
}
}
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
bool L_2 = GameObject_get_activeInHierarchy_mDEE60F1B28281974BA9880EC448682F3DAABB1EF(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0017;
}
}
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
IL_0017:
{
// if (this.cachedTransform.localScale.x == 0 || this.cachedTransform.localScale.y == 0)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = Transform_get_localScale_mD8F631021C2D62B7C341B1A17FA75491F64E13DA(L_3, /*hidden argument*/NULL);
float L_5 = L_4.get_x_2();
if ((((float)L_5) == ((float)(0.0f))))
{
goto IL_0045;
}
}
{
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = Transform_get_localScale_mD8F631021C2D62B7C341B1A17FA75491F64E13DA(L_6, /*hidden argument*/NULL);
float L_8 = L_7.get_y_3();
if ((!(((float)L_8) == ((float)(0.0f)))))
{
goto IL_0047;
}
}
IL_0045:
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
IL_0047:
{
// Camera savedCamera = HitTestContext.camera;
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_9 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_camera_4();
V_0 = L_9;
// Vector3 savedWorldPoint = HitTestContext.worldPoint;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_worldPoint_1();
V_1 = L_10;
// Vector3 savedDirection = HitTestContext.direction;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_direction_2();
V_2 = L_11;
// if (renderMode != RenderMode.ScreenSpaceOverlay || _isPanel)
int32_t L_12 = __this->get_renderMode_52();
if (L_12)
{
goto IL_006c;
}
}
{
bool L_13 = __this->get__isPanel_67();
if (!L_13)
{
goto IL_012b;
}
}
IL_006c:
{
// Camera cam = GetRenderCamera();
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_14 = Container_GetRenderCamera_m34108FF414D6DDD22212012EBDAA26F5AB8602B4(__this, /*hidden argument*/NULL);
V_3 = L_14;
// if (HitTestContext.displayIndex != -1 && cam.targetDisplay != HitTestContext.displayIndex)
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
int32_t L_15 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_displayIndex_5();
if ((((int32_t)L_15) == ((int32_t)(-1))))
{
goto IL_008a;
}
}
{
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_16 = V_3;
NullCheck(L_16);
int32_t L_17 = Camera_get_targetDisplay_m2C318D2EB9A016FEC76B13F7F7AE382F443FB731(L_16, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
int32_t L_18 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_displayIndex_5();
if ((((int32_t)L_17) == ((int32_t)L_18)))
{
goto IL_008a;
}
}
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
IL_008a:
{
// HitTestContext.camera = cam;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_19 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_camera_4(L_19);
// if (renderMode == RenderMode.WorldSpace)
int32_t L_20 = __this->get_renderMode_52();
if ((!(((uint32_t)L_20) == ((uint32_t)2))))
{
goto IL_0109;
}
}
{
// Vector3 screenPoint = HitTestContext.camera.WorldToScreenPoint(this.cachedTransform.position); //only for query z value
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_21 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_camera_4();
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_22 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_22);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_22, /*hidden argument*/NULL);
NullCheck(L_21);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_24 = Camera_WorldToScreenPoint_m880F9611E4848C11F21FDF1A1D307B401C61B1BF(L_21, L_23, /*hidden argument*/NULL);
V_4 = L_24;
// screenPoint.x = HitTestContext.screenPoint.x;
float L_25 = (((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_address_of_screenPoint_0())->get_x_0();
(&V_4)->set_x_2(L_25);
// screenPoint.y = HitTestContext.screenPoint.y;
float L_26 = (((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_address_of_screenPoint_0())->get_y_1();
(&V_4)->set_y_3(L_26);
// HitTestContext.worldPoint = HitTestContext.camera.ScreenToWorldPoint(screenPoint);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_27 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_camera_4();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_28 = V_4;
NullCheck(L_27);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_29 = Camera_ScreenToWorldPoint_m179BB999DC97A251D0892B39C98F3FACDF0617C5(L_27, L_28, /*hidden argument*/NULL);
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_worldPoint_1(L_29);
// Ray ray = HitTestContext.camera.ScreenPointToRay(screenPoint);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_30 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_camera_4();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_31 = V_4;
NullCheck(L_30);
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_32 = Camera_ScreenPointToRay_m27638E78502DB6D6D7113F81AF7C210773B828F3(L_30, L_31, /*hidden argument*/NULL);
V_5 = L_32;
// HitTestContext.direction = Vector3.zero - ray.direction;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_33 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_34 = Ray_get_direction_m9E6468CD87844B437FC4B93491E63D388322F76E((Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 *)(&V_5), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_35 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_33, L_34, /*hidden argument*/NULL);
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_direction_2(L_35);
// }
goto IL_012b;
}
IL_0109:
{
// else if (renderMode == RenderMode.ScreenSpaceCamera)
int32_t L_36 = __this->get_renderMode_52();
if ((!(((uint32_t)L_36) == ((uint32_t)1))))
{
goto IL_012b;
}
}
{
// HitTestContext.worldPoint = HitTestContext.camera.ScreenToWorldPoint(HitTestContext.screenPoint);
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_37 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_camera_4();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_38 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_screenPoint_0();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_39 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_38, /*hidden argument*/NULL);
NullCheck(L_37);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_40 = Camera_ScreenToWorldPoint_m179BB999DC97A251D0892B39C98F3FACDF0617C5(L_37, L_39, /*hidden argument*/NULL);
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_worldPoint_1(L_40);
}
IL_012b:
{
// target = HitTest_Container();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_41 = Container_HitTest_Container_mAD8039E873AF501E1AFCEAAD8BDFD7020A31E903(__this, /*hidden argument*/NULL);
// HitTestContext.camera = savedCamera;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_42 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_camera_4(L_42);
// HitTestContext.worldPoint = savedWorldPoint;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_43 = V_1;
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_worldPoint_1(L_43);
// HitTestContext.direction = savedDirection;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_44 = V_2;
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_direction_2(L_44);
// return target;
return L_41;
}
}
// FairyGUI.DisplayObject FairyGUI.Container::HitTest_Container()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_HitTest_Container_mAD8039E873AF501E1AFCEAAD8BDFD7020A31E903 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_HitTest_Container_mAD8039E873AF501E1AFCEAAD8BDFD7020A31E903_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_2;
memset((&V_2), 0, sizeof(V_2));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_3 = NULL;
int32_t V_4 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_5 = NULL;
{
// Vector2 localPoint = WorldToLocal(HitTestContext.worldPoint, HitTestContext.direction);
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_worldPoint_1();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_direction_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = DisplayObject_WorldToLocal_mA3392E7E1B08FCC91B15A4E40A0A27C489EE3443(__this, L_0, L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// if (hitArea != null)
RuntimeObject* L_4 = __this->get_hitArea_56();
if (!L_4)
{
goto IL_0054;
}
}
{
// if (!hitArea.HitTest(_contentRect, localPoint))
RuntimeObject* L_5 = __this->get_hitArea_56();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_6 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get__contentRect_43();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = V_0;
NullCheck(L_5);
bool L_8 = InterfaceFuncInvoker2< bool, Rect_t35B976DE901B5423C11705E156938EA27AB402CE , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D >::Invoke(0 /* System.Boolean FairyGUI.IHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2) */, IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9_il2cpp_TypeInfo_var, L_5, L_6, L_7);
if (L_8)
{
goto IL_0034;
}
}
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
IL_0034:
{
// if (hitArea is MeshColliderHitTest)
RuntimeObject* L_9 = __this->get_hitArea_56();
if (!((MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5 *)IsInstClass((RuntimeObject*)L_9, MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5_il2cpp_TypeInfo_var)))
{
goto IL_0079;
}
}
{
// localPoint = ((MeshColliderHitTest)hitArea).lastHit;
RuntimeObject* L_10 = __this->get_hitArea_56();
NullCheck(((MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5 *)CastclassClass((RuntimeObject*)L_10, MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5_il2cpp_TypeInfo_var)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = ((MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5 *)CastclassClass((RuntimeObject*)L_10, MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5_il2cpp_TypeInfo_var))->get_lastHit_1();
V_0 = L_11;
// }
goto IL_0079;
}
IL_0054:
{
// if (_clipRect != null && !((Rect)_clipRect).Contains(localPoint))
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_12 = __this->get_address_of__clipRect_62();
bool L_13 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_12, /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if (!L_13)
{
goto IL_0079;
}
}
{
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_14 = __this->get_address_of__clipRect_62();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_15 = Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_14, /*hidden argument*/Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_RuntimeMethod_var);
V_2 = L_15;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_16 = V_0;
bool L_17 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_2), L_16, /*hidden argument*/NULL);
if (L_17)
{
goto IL_0079;
}
}
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
IL_0079:
{
// if (_mask != null && _mask.parent == this)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_18 = __this->get__mask_61();
if (!L_18)
{
goto IL_00b3;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_19 = __this->get__mask_61();
NullCheck(L_19);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_20 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_19, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)L_20) == ((RuntimeObject*)(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)__this))))
{
goto IL_00b3;
}
}
{
// DisplayObject tmp = _mask.InternalHitTestMask();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_21 = __this->get__mask_61();
NullCheck(L_21);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_22 = DisplayObject_InternalHitTestMask_m4369593F7765416D0CB8E58E48440740AEB8240F(L_21, /*hidden argument*/NULL);
V_3 = L_22;
// if (!reversedMask && tmp == null || reversedMask && tmp != null)
bool L_23 = __this->get_reversedMask_59();
if (L_23)
{
goto IL_00a6;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_24 = V_3;
if (!L_24)
{
goto IL_00b1;
}
}
IL_00a6:
{
bool L_25 = __this->get_reversedMask_59();
if (!L_25)
{
goto IL_00b3;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_26 = V_3;
if (!L_26)
{
goto IL_00b3;
}
}
IL_00b1:
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
IL_00b3:
{
// DisplayObject target = null;
V_1 = (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
// if (touchChildren)
bool L_27 = __this->get_touchChildren_57();
if (!L_27)
{
goto IL_0106;
}
}
{
// int count = _children.Count;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_28 = __this->get__children_60();
NullCheck(L_28);
int32_t L_29 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_28, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
// for (int i = count - 1; i >= 0; --i) // front to back!
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1));
goto IL_0101;
}
IL_00ce:
{
// DisplayObject child = _children[i];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_30 = __this->get__children_60();
int32_t L_31 = V_4;
NullCheck(L_30);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_32 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_30, L_31, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
V_5 = L_32;
// if (child == _mask || child._touchDisabled)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_33 = V_5;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_34 = __this->get__mask_61();
if ((((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_33) == ((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_34)))
{
goto IL_00fb;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_35 = V_5;
NullCheck(L_35);
bool L_36 = L_35->get__touchDisabled_47();
if (L_36)
{
goto IL_00fb;
}
}
{
// target = child.InternalHitTest();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_37 = V_5;
NullCheck(L_37);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_38 = DisplayObject_InternalHitTest_m91940488DE54A36C2963823447E2BE39BB2D3431(L_37, /*hidden argument*/NULL);
V_1 = L_38;
// if (target != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_39 = V_1;
if (L_39)
{
goto IL_0106;
}
}
IL_00fb:
{
// for (int i = count - 1; i >= 0; --i) // front to back!
int32_t L_40 = V_4;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1));
}
IL_0101:
{
// for (int i = count - 1; i >= 0; --i) // front to back!
int32_t L_41 = V_4;
if ((((int32_t)L_41) >= ((int32_t)0)))
{
goto IL_00ce;
}
}
IL_0106:
{
// if (target == null && opaque && (hitArea != null || _contentRect.Contains(localPoint)))
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_42 = V_1;
if (L_42)
{
goto IL_0129;
}
}
{
bool L_43 = __this->get_opaque_54();
if (!L_43)
{
goto IL_0129;
}
}
{
RuntimeObject* L_44 = __this->get_hitArea_56();
if (L_44)
{
goto IL_0127;
}
}
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_45 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_46 = V_0;
bool L_47 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_45, L_46, /*hidden argument*/NULL);
if (!L_47)
{
goto IL_0129;
}
}
IL_0127:
{
// target = this;
V_1 = __this;
}
IL_0129:
{
// return target;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_48 = V_1;
return L_48;
}
}
// System.Boolean FairyGUI.Container::IsAncestorOf(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Container_IsAncestorOf_m60FEB641610C67EC5794370A91292C43EE90FD5C (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___obj0, const RuntimeMethod* method)
{
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * V_0 = NULL;
{
// if (obj == null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = ___obj0;
if (L_0)
{
goto IL_0005;
}
}
{
// return false;
return (bool)0;
}
IL_0005:
{
// Container p = obj.parent;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = ___obj0;
NullCheck(L_1);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_2 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_001b;
}
IL_000e:
{
// if (p == this)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = V_0;
if ((!(((RuntimeObject*)(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)L_3) == ((RuntimeObject*)(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)__this))))
{
goto IL_0014;
}
}
{
// return true;
return (bool)1;
}
IL_0014:
{
// p = p.parent;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_4 = V_0;
NullCheck(L_4);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_5 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_4, /*hidden argument*/NULL);
V_0 = L_5;
}
IL_001b:
{
// while (p != null)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_6 = V_0;
if (L_6)
{
goto IL_000e;
}
}
{
// return false;
return (bool)0;
}
}
// System.Boolean FairyGUI.Container::get_fairyBatching()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Container_get_fairyBatching_mEA615A6135AFE01A8BDF4B8AF2C39F5BD385117B (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
{
// get { return _fBatching; }
bool L_0 = __this->get__fBatching_65();
return L_0;
}
}
// System.Void FairyGUI.Container::set_fairyBatching(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_set_fairyBatching_mE4A4C1809FB99F571ED2A2287594D551D865A4C8 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// if (_fBatching != value)
bool L_0 = __this->get__fBatching_65();
bool L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0016;
}
}
{
// _fBatching = value;
bool L_2 = ___value0;
__this->set__fBatching_65(L_2);
// UpdateBatchingFlags();
Container_UpdateBatchingFlags_m3BEA6CACF0DD7429C2A9D30A93C8141DEC12DD20(__this, /*hidden argument*/NULL);
}
IL_0016:
{
// }
return;
}
}
// System.Void FairyGUI.Container::UpdateBatchingFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_UpdateBatchingFlags_m3BEA6CACF0DD7429C2A9D30A93C8141DEC12DD20 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_UpdateBatchingFlags_m3BEA6CACF0DD7429C2A9D30A93C8141DEC12DD20_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B4_0 = NULL;
bool G_B4_1 = false;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B1_0 = NULL;
bool G_B1_1 = false;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B2_0 = NULL;
bool G_B2_1 = false;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B3_0 = NULL;
bool G_B3_1 = false;
int32_t G_B5_0 = 0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B5_1 = NULL;
bool G_B5_2 = false;
{
// bool oldValue = _fBatchingRoot;
bool L_0 = __this->get__fBatchingRoot_64();
// _fBatchingRoot = _fBatching || _clipRect != null || _mask != null || _paintingMode > 0;
bool L_1 = __this->get__fBatching_65();
G_B1_0 = __this;
G_B1_1 = L_0;
if (L_1)
{
G_B4_0 = __this;
G_B4_1 = L_0;
goto IL_002f;
}
}
{
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_2 = __this->get_address_of__clipRect_62();
bool L_3 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_2, /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
G_B2_0 = G_B1_0;
G_B2_1 = G_B1_1;
if (L_3)
{
G_B4_0 = G_B1_0;
G_B4_1 = G_B1_1;
goto IL_002f;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = __this->get__mask_61();
G_B3_0 = G_B2_0;
G_B3_1 = G_B2_1;
if (L_4)
{
G_B4_0 = G_B2_0;
G_B4_1 = G_B2_1;
goto IL_002f;
}
}
{
int32_t L_5 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get__paintingMode_38();
G_B5_0 = ((((int32_t)L_5) > ((int32_t)0))? 1 : 0);
G_B5_1 = G_B3_0;
G_B5_2 = G_B3_1;
goto IL_0030;
}
IL_002f:
{
G_B5_0 = 1;
G_B5_1 = G_B4_0;
G_B5_2 = G_B4_1;
}
IL_0030:
{
NullCheck(G_B5_1);
G_B5_1->set__fBatchingRoot_64((bool)G_B5_0);
// if (oldValue != _fBatchingRoot)
bool L_6 = __this->get__fBatchingRoot_64();
if ((((int32_t)G_B5_2) == ((int32_t)L_6)))
{
goto IL_0067;
}
}
{
// if (_fBatchingRoot)
bool L_7 = __this->get__fBatchingRoot_64();
if (!L_7)
{
goto IL_004e;
}
}
{
// _fBatchingRequested = true;
__this->set__fBatchingRequested_63((bool)1);
goto IL_0061;
}
IL_004e:
{
// else if (_descendants != null)
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_8 = __this->get__descendants_66();
if (!L_8)
{
goto IL_0061;
}
}
{
// _descendants.Clear();
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_9 = __this->get__descendants_66();
NullCheck(L_9);
List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A(L_9, /*hidden argument*/List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A_RuntimeMethod_var);
}
IL_0061:
{
// InvalidateBatchingState();
DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C(__this, /*hidden argument*/NULL);
}
IL_0067:
{
// }
return;
}
}
// System.Void FairyGUI.Container::InvalidateBatchingState(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_InvalidateBatchingState_mA53B97FEA18A083F9E1C18BB39B0289373395D53 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, bool ___childrenChanged0, const RuntimeMethod* method)
{
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * V_0 = NULL;
{
// if (childrenChanged && _fBatchingRoot)
bool L_0 = ___childrenChanged0;
if (!L_0)
{
goto IL_0013;
}
}
{
bool L_1 = __this->get__fBatchingRoot_64();
if (!L_1)
{
goto IL_0013;
}
}
{
// _fBatchingRequested = true;
__this->set__fBatchingRequested_63((bool)1);
return;
}
IL_0013:
{
// Container p = this.parent;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_2 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(__this, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0033;
}
IL_001c:
{
// if (p._fBatchingRoot)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = V_0;
NullCheck(L_3);
bool L_4 = L_3->get__fBatchingRoot_64();
if (!L_4)
{
goto IL_002c;
}
}
{
// p._fBatchingRequested = true;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_5 = V_0;
NullCheck(L_5);
L_5->set__fBatchingRequested_63((bool)1);
// break;
return;
}
IL_002c:
{
// p = p.parent;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_6 = V_0;
NullCheck(L_6);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_7 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_6, /*hidden argument*/NULL);
V_0 = L_7;
}
IL_0033:
{
// while (p != null)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_8 = V_0;
if (L_8)
{
goto IL_001c;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.Container::SetChildrenLayer(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_SetChildrenLayer_m941916D1215FEBC8F8ED5F0065FF992C866B34EE (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_SetChildrenLayer_m941916D1215FEBC8F8ED5F0065FF992C866B34EE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_2 = NULL;
{
// int cnt = _children.Count;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_0 = __this->get__children_60();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_0, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0044;
}
IL_0010:
{
// DisplayObject child = _children[i];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_2 = __this->get__children_60();
int32_t L_3 = V_1;
NullCheck(L_2);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
V_2 = L_4;
// child.layer = value;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = V_2;
int32_t L_6 = ___value0;
NullCheck(L_5);
VirtActionInvoker1< int32_t >::Invoke(18 /* System.Void FairyGUI.DisplayObject::set_layer(System.Int32) */, L_5, L_6);
// if ((child is Container) && !child.paintingMode)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_7 = V_2;
if (!((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)L_7, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))
{
goto IL_0040;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = V_2;
NullCheck(L_8);
bool L_9 = DisplayObject_get_paintingMode_mEE1388024FEDFA23CE2836F519578A3D6C44AE71(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0040;
}
}
{
// ((Container)child).SetChildrenLayer(value);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_10 = V_2;
int32_t L_11 = ___value0;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_10, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_SetChildrenLayer_m941916D1215FEBC8F8ED5F0065FF992C866B34EE(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_10, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_11, /*hidden argument*/NULL);
}
IL_0040:
{
// for (int i = 0; i < cnt; i++)
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0044:
{
// for (int i = 0; i < cnt; i++)
int32_t L_13 = V_1;
int32_t L_14 = V_0;
if ((((int32_t)L_13) < ((int32_t)L_14)))
{
goto IL_0010;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.Container::Update(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Update_mFE307B00636469D0B07F9C17B1FEB8328597CDEB (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_Update_mFE307B00636469D0B07F9C17B1FEB8328597CDEB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_4 = NULL;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_8 = NULL;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * G_B15_0 = NULL;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * G_B14_0 = NULL;
int32_t G_B16_0 = 0;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * G_B16_1 = NULL;
{
// if (_isPanel && !gameObject.activeInHierarchy)
bool L_0 = __this->get__isPanel_67();
if (!L_0)
{
goto IL_0016;
}
}
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
bool L_2 = GameObject_get_activeInHierarchy_mDEE60F1B28281974BA9880EC448682F3DAABB1EF(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0016;
}
}
{
// return;
return;
}
IL_0016:
{
// base.Update(context);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_3 = ___context0;
DisplayObject_Update_m05756CF6A38AE531702D2ED732D15053849EC4BB(__this, L_3, /*hidden argument*/NULL);
// if (_cacheAsBitmap && _paintingMode != 0 && _paintingFlag == 2)
bool L_4 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get__cacheAsBitmap_42();
if (!L_4)
{
goto IL_004a;
}
}
{
int32_t L_5 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get__paintingMode_38();
if (!L_5)
{
goto IL_004a;
}
}
{
int32_t L_6 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get__paintingFlag_40();
if ((!(((uint32_t)L_6) == ((uint32_t)2))))
{
goto IL_004a;
}
}
{
// if (onUpdate != null)
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_7 = __this->get_onUpdate_58();
if (!L_7)
{
goto IL_0049;
}
}
{
// onUpdate();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_8 = __this->get_onUpdate_58();
NullCheck(L_8);
EventCallback0_Invoke_m5F19E5736B5156889F3F9DF0B3BF355E9BD30E65(L_8, /*hidden argument*/NULL);
}
IL_0049:
{
// return;
return;
}
IL_004a:
{
// if (_mask != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_9 = __this->get__mask_61();
if (!L_9)
{
goto IL_0077;
}
}
{
// context.EnterClipping(this.id, reversedMask);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_10 = ___context0;
uint32_t L_11 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_id_10();
bool L_12 = __this->get_reversedMask_59();
NullCheck(L_10);
UpdateContext_EnterClipping_m095680B3E57318D4DAD4B583C26B5A5651493464(L_10, L_11, L_12, /*hidden argument*/NULL);
// _mask.graphics._PreUpdateMask(context);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_13 = __this->get__mask_61();
NullCheck(L_13);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_14 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_13, /*hidden argument*/NULL);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_15 = ___context0;
NullCheck(L_14);
NGraphics__PreUpdateMask_m6D1E04627E91D3D2752BC47840EE7B2A974AC228(L_14, L_15, /*hidden argument*/NULL);
// }
goto IL_00a8;
}
IL_0077:
{
// else if (_clipRect != null)
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_16 = __this->get_address_of__clipRect_62();
bool L_17 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_16, /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if (!L_17)
{
goto IL_00a8;
}
}
{
// context.EnterClipping(this.id, this.TransformRect((Rect)_clipRect, null), clipSoftness);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_18 = ___context0;
uint32_t L_19 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_id_10();
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_20 = __this->get_address_of__clipRect_62();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_21 = Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_20, /*hidden argument*/Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_RuntimeMethod_var);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_22 = DisplayObject_TransformRect_mB5F7D15B13353539DD1C52F22F7D7E15F2763486(__this, L_21, (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL, /*hidden argument*/NULL);
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 L_23 = __this->get_clipSoftness_55();
NullCheck(L_18);
UpdateContext_EnterClipping_mF63566DF713BA85DA2A97D87B77ABD398661D001(L_18, L_19, L_22, L_23, /*hidden argument*/NULL);
}
IL_00a8:
{
// float savedAlpha = context.alpha;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_24 = ___context0;
NullCheck(L_24);
float L_25 = L_24->get_alpha_7();
V_0 = L_25;
// context.alpha *= this.alpha;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_26 = ___context0;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_27 = L_26;
NullCheck(L_27);
float L_28 = L_27->get_alpha_7();
float L_29 = DisplayObject_get_alpha_m998194D620CED18A611199F7F6CB6C5606F1F493_inline(__this, /*hidden argument*/NULL);
NullCheck(L_27);
L_27->set_alpha_7(((float)il2cpp_codegen_multiply((float)L_28, (float)L_29)));
// bool savedGrayed = context.grayed;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_30 = ___context0;
NullCheck(L_30);
bool L_31 = L_30->get_grayed_8();
V_1 = L_31;
// context.grayed = context.grayed || this.grayed;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_32 = ___context0;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_33 = ___context0;
NullCheck(L_33);
bool L_34 = L_33->get_grayed_8();
G_B14_0 = L_32;
if (L_34)
{
G_B15_0 = L_32;
goto IL_00da;
}
}
{
bool L_35 = DisplayObject_get_grayed_mE5B8F265844C94C0CA51D5C56D151C3A82C290A4_inline(__this, /*hidden argument*/NULL);
G_B16_0 = ((int32_t)(L_35));
G_B16_1 = G_B14_0;
goto IL_00db;
}
IL_00da:
{
G_B16_0 = 1;
G_B16_1 = G_B15_0;
}
IL_00db:
{
NullCheck(G_B16_1);
G_B16_1->set_grayed_8((bool)G_B16_0);
// if (_fBatching)
bool L_36 = __this->get__fBatching_65();
if (!L_36)
{
goto IL_00f6;
}
}
{
// context.batchingDepth++;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_37 = ___context0;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_38 = L_37;
NullCheck(L_38);
int32_t L_39 = L_38->get_batchingDepth_4();
NullCheck(L_38);
L_38->set_batchingDepth_4(((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)));
}
IL_00f6:
{
// if (context.batchingDepth > 0)
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_40 = ___context0;
NullCheck(L_40);
int32_t L_41 = L_40->get_batchingDepth_4();
if ((((int32_t)L_41) <= ((int32_t)0)))
{
goto IL_013b;
}
}
{
// int cnt = _children.Count;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_42 = __this->get__children_60();
NullCheck(L_42);
int32_t L_43 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_42, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
V_2 = L_43;
// for (int i = 0; i < cnt; i++)
V_3 = 0;
goto IL_0132;
}
IL_010f:
{
// DisplayObject child = _children[i];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_44 = __this->get__children_60();
int32_t L_45 = V_3;
NullCheck(L_44);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_46 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_44, L_45, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
V_4 = L_46;
// if (child.visible)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_47 = V_4;
NullCheck(L_47);
bool L_48 = DisplayObject_get_visible_mAC592C4E9C512B8C487417138816F0850B4569A5_inline(L_47, /*hidden argument*/NULL);
if (!L_48)
{
goto IL_012e;
}
}
{
// child.Update(context);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_49 = V_4;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_50 = ___context0;
NullCheck(L_49);
VirtActionInvoker1< UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * >::Invoke(23 /* System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext) */, L_49, L_50);
}
IL_012e:
{
// for (int i = 0; i < cnt; i++)
int32_t L_51 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
}
IL_0132:
{
// for (int i = 0; i < cnt; i++)
int32_t L_52 = V_3;
int32_t L_53 = V_2;
if ((((int32_t)L_52) < ((int32_t)L_53)))
{
goto IL_010f;
}
}
{
// }
goto IL_01f1;
}
IL_013b:
{
// if (_mask != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_54 = __this->get__mask_61();
if (!L_54)
{
goto IL_0162;
}
}
{
// _mask.renderingOrder = context.renderingOrder++;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_55 = __this->get__mask_61();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_56 = ___context0;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_57 = L_56;
NullCheck(L_57);
int32_t L_58 = L_57->get_renderingOrder_3();
V_6 = L_58;
int32_t L_59 = V_6;
NullCheck(L_57);
L_57->set_renderingOrder_3(((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)));
int32_t L_60 = V_6;
NullCheck(L_55);
VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void FairyGUI.DisplayObject::set_renderingOrder(System.Int32) */, L_55, L_60);
}
IL_0162:
{
// int cnt = _children.Count;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_61 = __this->get__children_60();
NullCheck(L_61);
int32_t L_62 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_61, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
V_5 = L_62;
// for (int i = 0; i < cnt; i++)
V_7 = 0;
goto IL_01bf;
}
IL_0174:
{
// DisplayObject child = _children[i];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_63 = __this->get__children_60();
int32_t L_64 = V_7;
NullCheck(L_63);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_65 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_63, L_64, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
V_8 = L_65;
// if (child.visible)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_66 = V_8;
NullCheck(L_66);
bool L_67 = DisplayObject_get_visible_mAC592C4E9C512B8C487417138816F0850B4569A5_inline(L_66, /*hidden argument*/NULL);
if (!L_67)
{
goto IL_01b9;
}
}
{
// if (child != _mask)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_68 = V_8;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_69 = __this->get__mask_61();
if ((((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_68) == ((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_69)))
{
goto IL_01b1;
}
}
{
// child.renderingOrder = context.renderingOrder++;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_70 = V_8;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_71 = ___context0;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_72 = L_71;
NullCheck(L_72);
int32_t L_73 = L_72->get_renderingOrder_3();
V_6 = L_73;
int32_t L_74 = V_6;
NullCheck(L_72);
L_72->set_renderingOrder_3(((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)));
int32_t L_75 = V_6;
NullCheck(L_70);
VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void FairyGUI.DisplayObject::set_renderingOrder(System.Int32) */, L_70, L_75);
}
IL_01b1:
{
// child.Update(context);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_76 = V_8;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_77 = ___context0;
NullCheck(L_76);
VirtActionInvoker1< UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * >::Invoke(23 /* System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext) */, L_76, L_77);
}
IL_01b9:
{
// for (int i = 0; i < cnt; i++)
int32_t L_78 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1));
}
IL_01bf:
{
// for (int i = 0; i < cnt; i++)
int32_t L_79 = V_7;
int32_t L_80 = V_5;
if ((((int32_t)L_79) < ((int32_t)L_80)))
{
goto IL_0174;
}
}
{
// if (_mask != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_81 = __this->get__mask_61();
if (!L_81)
{
goto IL_01f1;
}
}
{
// _mask.graphics._SetStencilEraserOrder(context.renderingOrder++);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_82 = __this->get__mask_61();
NullCheck(L_82);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_83 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_82, /*hidden argument*/NULL);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_84 = ___context0;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_85 = L_84;
NullCheck(L_85);
int32_t L_86 = L_85->get_renderingOrder_3();
V_6 = L_86;
int32_t L_87 = V_6;
NullCheck(L_85);
L_85->set_renderingOrder_3(((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1)));
int32_t L_88 = V_6;
NullCheck(L_83);
NGraphics__SetStencilEraserOrder_m7C7973E60F9C3B942AA791D933CCB823231D76A0(L_83, L_88, /*hidden argument*/NULL);
}
IL_01f1:
{
// if (_fBatching)
bool L_89 = __this->get__fBatching_65();
if (!L_89)
{
goto IL_0217;
}
}
{
// if (context.batchingDepth == 1)
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_90 = ___context0;
NullCheck(L_90);
int32_t L_91 = L_90->get_batchingDepth_4();
if ((!(((uint32_t)L_91) == ((uint32_t)1))))
{
goto IL_0209;
}
}
{
// SetRenderingOrder(context);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_92 = ___context0;
Container_SetRenderingOrder_mFCE06582BBE93BED5CDF9192F7A7DBD5673619B6(__this, L_92, /*hidden argument*/NULL);
}
IL_0209:
{
// context.batchingDepth--;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_93 = ___context0;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_94 = L_93;
NullCheck(L_94);
int32_t L_95 = L_94->get_batchingDepth_4();
NullCheck(L_94);
L_94->set_batchingDepth_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)1)));
}
IL_0217:
{
// context.alpha = savedAlpha;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_96 = ___context0;
float L_97 = V_0;
NullCheck(L_96);
L_96->set_alpha_7(L_97);
// context.grayed = savedGrayed;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_98 = ___context0;
bool L_99 = V_1;
NullCheck(L_98);
L_98->set_grayed_8(L_99);
// if (_clipRect != null || _mask != null)
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_100 = __this->get_address_of__clipRect_62();
bool L_101 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_100, /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if (L_101)
{
goto IL_023a;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_102 = __this->get__mask_61();
if (!L_102)
{
goto IL_0240;
}
}
IL_023a:
{
// context.LeaveClipping();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_103 = ___context0;
NullCheck(L_103);
UpdateContext_LeaveClipping_m93DB8DD4A269CDE46CD63407B33F1A4597602514(L_103, /*hidden argument*/NULL);
}
IL_0240:
{
// if (_paintingMode > 0 && paintingGraphics.texture != null)
int32_t L_104 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get__paintingMode_38();
if ((((int32_t)L_104) <= ((int32_t)0)))
{
goto IL_0270;
}
}
{
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_105 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
NullCheck(L_105);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_106 = NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline(L_105, /*hidden argument*/NULL);
if (!L_106)
{
goto IL_0270;
}
}
{
// UpdateContext.OnEnd += _captureDelegate;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_107 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get_OnEnd_13();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_108 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get__captureDelegate_37();
Delegate_t * L_109 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_107, L_108, /*hidden argument*/NULL);
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set_OnEnd_13(((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_109, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var)));
}
IL_0270:
{
// if (onUpdate != null)
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_110 = __this->get_onUpdate_58();
if (!L_110)
{
goto IL_0283;
}
}
{
// onUpdate();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_111 = __this->get_onUpdate_58();
NullCheck(L_111);
EventCallback0_Invoke_m5F19E5736B5156889F3F9DF0B3BF355E9BD30E65(L_111, /*hidden argument*/NULL);
}
IL_0283:
{
// }
return;
}
}
// System.Void FairyGUI.Container::SetRenderingOrder(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_SetRenderingOrder_mFCE06582BBE93BED5CDF9192F7A7DBD5673619B6 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_SetRenderingOrder_mFCE06582BBE93BED5CDF9192F7A7DBD5673619B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_3 = NULL;
{
// if (_fBatchingRequested)
bool L_0 = __this->get__fBatchingRequested_63();
if (!L_0)
{
goto IL_000e;
}
}
{
// DoFairyBatching();
Container_DoFairyBatching_mB8E2ACB44CEA06908555BA7EFBEB61B361D4BC97(__this, /*hidden argument*/NULL);
}
IL_000e:
{
// if (_mask != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = __this->get__mask_61();
if (!L_1)
{
goto IL_0032;
}
}
{
// _mask.renderingOrder = context.renderingOrder++;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = __this->get__mask_61();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_3 = ___context0;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_4 = L_3;
NullCheck(L_4);
int32_t L_5 = L_4->get_renderingOrder_3();
V_1 = L_5;
int32_t L_6 = V_1;
NullCheck(L_4);
L_4->set_renderingOrder_3(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)));
int32_t L_7 = V_1;
NullCheck(L_2);
VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void FairyGUI.DisplayObject::set_renderingOrder(System.Int32) */, L_2, L_7);
}
IL_0032:
{
// int cnt = _descendants.Count;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_8 = __this->get__descendants_66();
NullCheck(L_8);
int32_t L_9 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_8, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
V_0 = L_9;
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_0094;
}
IL_0042:
{
// DisplayObject child = _descendants[i];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_10 = __this->get__descendants_66();
int32_t L_11 = V_2;
NullCheck(L_10);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_12 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_10, L_11, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
V_3 = L_12;
// if (child != _mask)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_13 = V_3;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_14 = __this->get__mask_61();
if ((((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_13) == ((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_14)))
{
goto IL_006f;
}
}
{
// child.renderingOrder = context.renderingOrder++;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_15 = V_3;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_16 = ___context0;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_17 = L_16;
NullCheck(L_17);
int32_t L_18 = L_17->get_renderingOrder_3();
V_1 = L_18;
int32_t L_19 = V_1;
NullCheck(L_17);
L_17->set_renderingOrder_3(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)));
int32_t L_20 = V_1;
NullCheck(L_15);
VirtActionInvoker1< int32_t >::Invoke(16 /* System.Void FairyGUI.DisplayObject::set_renderingOrder(System.Int32) */, L_15, L_20);
}
IL_006f:
{
// if ((child is Container) && ((Container)child)._fBatchingRoot)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_21 = V_3;
if (!((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)L_21, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))
{
goto IL_0090;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_22 = V_3;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_22, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
bool L_23 = ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_22, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->get__fBatchingRoot_64();
if (!L_23)
{
goto IL_0090;
}
}
{
// ((Container)child).SetRenderingOrder(context);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_24 = V_3;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_25 = ___context0;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_24, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_SetRenderingOrder_mFCE06582BBE93BED5CDF9192F7A7DBD5673619B6(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_24, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_25, /*hidden argument*/NULL);
}
IL_0090:
{
// for (int i = 0; i < cnt; i++)
int32_t L_26 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_0094:
{
// for (int i = 0; i < cnt; i++)
int32_t L_27 = V_2;
int32_t L_28 = V_0;
if ((((int32_t)L_27) < ((int32_t)L_28)))
{
goto IL_0042;
}
}
{
// if (_mask != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_29 = __this->get__mask_61();
if (!L_29)
{
goto IL_00c1;
}
}
{
// _mask.graphics._SetStencilEraserOrder(context.renderingOrder++);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_30 = __this->get__mask_61();
NullCheck(L_30);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_31 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_30, /*hidden argument*/NULL);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_32 = ___context0;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_33 = L_32;
NullCheck(L_33);
int32_t L_34 = L_33->get_renderingOrder_3();
V_1 = L_34;
int32_t L_35 = V_1;
NullCheck(L_33);
L_33->set_renderingOrder_3(((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)));
int32_t L_36 = V_1;
NullCheck(L_31);
NGraphics__SetStencilEraserOrder_m7C7973E60F9C3B942AA791D933CCB823231D76A0(L_31, L_36, /*hidden argument*/NULL);
}
IL_00c1:
{
// }
return;
}
}
// System.Void FairyGUI.Container::DoFairyBatching()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_DoFairyBatching_mB8E2ACB44CEA06908555BA7EFBEB61B361D4BC97 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_DoFairyBatching_mB8E2ACB44CEA06908555BA7EFBEB61B361D4BC97_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
RuntimeObject * V_5 = NULL;
RuntimeObject * V_6 = NULL;
RuntimeObject * V_7 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_8 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_9 = NULL;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* V_10 = NULL;
float G_B16_0 = 0.0f;
float G_B18_0 = 0.0f;
float G_B17_0 = 0.0f;
float G_B19_0 = 0.0f;
float G_B19_1 = 0.0f;
float G_B23_0 = 0.0f;
float G_B25_0 = 0.0f;
float G_B24_0 = 0.0f;
float G_B26_0 = 0.0f;
float G_B26_1 = 0.0f;
{
// _fBatchingRequested = false;
__this->set__fBatchingRequested_63((bool)0);
// if (_descendants == null)
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_0 = __this->get__descendants_66();
if (L_0)
{
goto IL_001c;
}
}
{
// _descendants = new List<DisplayObject>();
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_1 = (List_1_t11A30662822286DF8036D0D1993807262B502B70 *)il2cpp_codegen_object_new(List_1_t11A30662822286DF8036D0D1993807262B502B70_il2cpp_TypeInfo_var);
List_1__ctor_m9348E8F21550362DF50EB6C7BF75D9D17CC0BF2B(L_1, /*hidden argument*/List_1__ctor_m9348E8F21550362DF50EB6C7BF75D9D17CC0BF2B_RuntimeMethod_var);
__this->set__descendants_66(L_1);
goto IL_0027;
}
IL_001c:
{
// _descendants.Clear();
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_2 = __this->get__descendants_66();
NullCheck(L_2);
List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A(L_2, /*hidden argument*/List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A_RuntimeMethod_var);
}
IL_0027:
{
// CollectChildren(this, false);
Container_CollectChildren_mE7D7320D2B96E47A910FCD01932DD4F3F9C52D0B(__this, __this, (bool)0, /*hidden argument*/NULL);
// int cnt = _descendants.Count;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_3 = __this->get__descendants_66();
NullCheck(L_3);
int32_t L_4 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_3, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
V_0 = L_4;
// for (i = 0; i < cnt; i++)
V_1 = 0;
goto IL_017b;
}
IL_0042:
{
// current = _descendants[i];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_5 = __this->get__descendants_66();
int32_t L_6 = V_1;
NullCheck(L_5);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_7 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
V_8 = L_7;
// bound = current._internal_bounds;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = V_8;
NullCheck(L_8);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_9 = L_8->get__internal_bounds_48();
V_10 = L_9;
// curMat = current.material;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_10 = V_8;
NullCheck(L_10);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_11 = VirtFuncInvoker0< Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * >::Invoke(11 /* UnityEngine.Material FairyGUI.DisplayObject::get_material() */, L_10);
V_5 = L_11;
// if (curMat == null || current._skipInFairyBatching)
RuntimeObject * L_12 = V_5;
if (!L_12)
{
goto IL_0177;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_13 = V_8;
NullCheck(L_13);
bool L_14 = L_13->get__skipInFairyBatching_49();
if (L_14)
{
goto IL_0177;
}
}
{
// k = -1;
V_3 = (-1);
// lastMat = null;
V_7 = NULL;
// m = i;
int32_t L_15 = V_1;
V_4 = L_15;
// for (j = i - 1; j >= 0; j--)
int32_t L_16 = V_1;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1));
goto IL_014e;
}
IL_0086:
{
// test = _descendants[j];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_17 = __this->get__descendants_66();
int32_t L_18 = V_2;
NullCheck(L_17);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_19 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_17, L_18, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
V_9 = L_19;
// if (test._skipInFairyBatching)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_20 = V_9;
NullCheck(L_20);
bool L_21 = L_20->get__skipInFairyBatching_49();
if (L_21)
{
goto IL_0155;
}
}
{
// testMat = test.material;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_22 = V_9;
NullCheck(L_22);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_23 = VirtFuncInvoker0< Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * >::Invoke(11 /* UnityEngine.Material FairyGUI.DisplayObject::get_material() */, L_22);
V_6 = L_23;
// if (testMat != null)
RuntimeObject * L_24 = V_6;
if (!L_24)
{
goto IL_00c5;
}
}
{
// if (lastMat != testMat)
RuntimeObject * L_25 = V_7;
RuntimeObject * L_26 = V_6;
if ((((RuntimeObject*)(RuntimeObject *)L_25) == ((RuntimeObject*)(RuntimeObject *)L_26)))
{
goto IL_00bc;
}
}
{
// lastMat = testMat;
RuntimeObject * L_27 = V_6;
V_7 = L_27;
// m = j + 1;
int32_t L_28 = V_2;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
}
IL_00bc:
{
// if (curMat == testMat)
RuntimeObject * L_29 = V_5;
RuntimeObject * L_30 = V_6;
if ((!(((RuntimeObject*)(RuntimeObject *)L_29) == ((RuntimeObject*)(RuntimeObject *)L_30))))
{
goto IL_00c5;
}
}
{
// k = m;
int32_t L_31 = V_4;
V_3 = L_31;
}
IL_00c5:
{
// if ((bound[0] > test._internal_bounds[0] ? bound[0] : test._internal_bounds[0])
// <= (bound[2] < test._internal_bounds[2] ? bound[2] : test._internal_bounds[2])
// && (bound[1] > test._internal_bounds[1] ? bound[1] : test._internal_bounds[1])
// <= (bound[3] < test._internal_bounds[3] ? bound[3] : test._internal_bounds[3]))
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_32 = V_10;
NullCheck(L_32);
int32_t L_33 = 0;
float L_34 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_35 = V_9;
NullCheck(L_35);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_36 = L_35->get__internal_bounds_48();
NullCheck(L_36);
int32_t L_37 = 0;
float L_38 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
if ((((float)L_34) > ((float)L_38)))
{
goto IL_00df;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_39 = V_9;
NullCheck(L_39);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_40 = L_39->get__internal_bounds_48();
NullCheck(L_40);
int32_t L_41 = 0;
float L_42 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
G_B16_0 = L_42;
goto IL_00e3;
}
IL_00df:
{
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_43 = V_10;
NullCheck(L_43);
int32_t L_44 = 0;
float L_45 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
G_B16_0 = L_45;
}
IL_00e3:
{
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_46 = V_10;
NullCheck(L_46);
int32_t L_47 = 2;
float L_48 = (L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_49 = V_9;
NullCheck(L_49);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_50 = L_49->get__internal_bounds_48();
NullCheck(L_50);
int32_t L_51 = 2;
float L_52 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
G_B17_0 = G_B16_0;
if ((((float)L_48) < ((float)L_52)))
{
G_B18_0 = G_B16_0;
goto IL_00fd;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_53 = V_9;
NullCheck(L_53);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_54 = L_53->get__internal_bounds_48();
NullCheck(L_54);
int32_t L_55 = 2;
float L_56 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
G_B19_0 = L_56;
G_B19_1 = G_B17_0;
goto IL_0101;
}
IL_00fd:
{
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_57 = V_10;
NullCheck(L_57);
int32_t L_58 = 2;
float L_59 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
G_B19_0 = L_59;
G_B19_1 = G_B18_0;
}
IL_0101:
{
if ((!(((float)G_B19_1) <= ((float)G_B19_0))))
{
goto IL_014a;
}
}
{
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_60 = V_10;
NullCheck(L_60);
int32_t L_61 = 1;
float L_62 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_61));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_63 = V_9;
NullCheck(L_63);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_64 = L_63->get__internal_bounds_48();
NullCheck(L_64);
int32_t L_65 = 1;
float L_66 = (L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_65));
if ((((float)L_62) > ((float)L_66)))
{
goto IL_011d;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_67 = V_9;
NullCheck(L_67);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_68 = L_67->get__internal_bounds_48();
NullCheck(L_68);
int32_t L_69 = 1;
float L_70 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_69));
G_B23_0 = L_70;
goto IL_0121;
}
IL_011d:
{
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_71 = V_10;
NullCheck(L_71);
int32_t L_72 = 1;
float L_73 = (L_71)->GetAt(static_cast<il2cpp_array_size_t>(L_72));
G_B23_0 = L_73;
}
IL_0121:
{
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_74 = V_10;
NullCheck(L_74);
int32_t L_75 = 3;
float L_76 = (L_74)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_77 = V_9;
NullCheck(L_77);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_78 = L_77->get__internal_bounds_48();
NullCheck(L_78);
int32_t L_79 = 3;
float L_80 = (L_78)->GetAt(static_cast<il2cpp_array_size_t>(L_79));
G_B24_0 = G_B23_0;
if ((((float)L_76) < ((float)L_80)))
{
G_B25_0 = G_B23_0;
goto IL_013b;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_81 = V_9;
NullCheck(L_81);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_82 = L_81->get__internal_bounds_48();
NullCheck(L_82);
int32_t L_83 = 3;
float L_84 = (L_82)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
G_B26_0 = L_84;
G_B26_1 = G_B24_0;
goto IL_013f;
}
IL_013b:
{
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_85 = V_10;
NullCheck(L_85);
int32_t L_86 = 3;
float L_87 = (L_85)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
G_B26_0 = L_87;
G_B26_1 = G_B25_0;
}
IL_013f:
{
if ((!(((float)G_B26_1) <= ((float)G_B26_0))))
{
goto IL_014a;
}
}
{
// if (k == -1)
int32_t L_88 = V_3;
if ((!(((uint32_t)L_88) == ((uint32_t)(-1)))))
{
goto IL_0155;
}
}
{
// k = m;
int32_t L_89 = V_4;
V_3 = L_89;
// break;
goto IL_0155;
}
IL_014a:
{
// for (j = i - 1; j >= 0; j--)
int32_t L_90 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_90, (int32_t)1));
}
IL_014e:
{
// for (j = i - 1; j >= 0; j--)
int32_t L_91 = V_2;
if ((((int32_t)L_91) >= ((int32_t)0)))
{
goto IL_0086;
}
}
IL_0155:
{
// if (k != -1 && i != k)
int32_t L_92 = V_3;
if ((((int32_t)L_92) == ((int32_t)(-1))))
{
goto IL_0177;
}
}
{
int32_t L_93 = V_1;
int32_t L_94 = V_3;
if ((((int32_t)L_93) == ((int32_t)L_94)))
{
goto IL_0177;
}
}
{
// _descendants.RemoveAt(i);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_95 = __this->get__descendants_66();
int32_t L_96 = V_1;
NullCheck(L_95);
List_1_RemoveAt_m501FBC3769123BB28E8BA56F485879213EC7766A(L_95, L_96, /*hidden argument*/List_1_RemoveAt_m501FBC3769123BB28E8BA56F485879213EC7766A_RuntimeMethod_var);
// _descendants.Insert(k, current);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_97 = __this->get__descendants_66();
int32_t L_98 = V_3;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_99 = V_8;
NullCheck(L_97);
List_1_Insert_mB0FEC03234CF53D706F0868A234B054BCA4DD779(L_97, L_98, L_99, /*hidden argument*/List_1_Insert_mB0FEC03234CF53D706F0868A234B054BCA4DD779_RuntimeMethod_var);
}
IL_0177:
{
// for (i = 0; i < cnt; i++)
int32_t L_100 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1));
}
IL_017b:
{
// for (i = 0; i < cnt; i++)
int32_t L_101 = V_1;
int32_t L_102 = V_0;
if ((((int32_t)L_101) < ((int32_t)L_102)))
{
goto IL_0042;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.Container::CollectChildren(FairyGUI.Container,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_CollectChildren_mE7D7320D2B96E47A910FCD01932DD4F3F9C52D0B (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___initiator0, bool ___outlineChanged1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_CollectChildren_mE7D7320D2B96E47A910FCD01932DD4F3F9C52D0B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_2 = NULL;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * V_3 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_4;
memset((&V_4), 0, sizeof(V_4));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_5;
memset((&V_5), 0, sizeof(V_5));
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B11_0 = NULL;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B11_1 = NULL;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B10_0 = NULL;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B10_1 = NULL;
int32_t G_B12_0 = 0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B12_1 = NULL;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B12_2 = NULL;
{
// int count = _children.Count;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_0 = __this->get__children_60();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_0, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < count; i++)
V_1 = 0;
goto IL_0139;
}
IL_0013:
{
// DisplayObject child = _children[i];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_2 = __this->get__children_60();
int32_t L_3 = V_1;
NullCheck(L_2);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
V_2 = L_4;
// if (!child.visible)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = V_2;
NullCheck(L_5);
bool L_6 = DisplayObject_get_visible_mAC592C4E9C512B8C487417138816F0850B4569A5_inline(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0135;
}
}
{
// if (child is Container)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_7 = V_2;
if (!((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)L_7, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))
{
goto IL_00c9;
}
}
{
// Container container = (Container)child;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = V_2;
V_3 = ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_8, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var));
// if (container._fBatchingRoot)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_9 = V_3;
NullCheck(L_9);
bool L_10 = L_9->get__fBatchingRoot_64();
if (!L_10)
{
goto IL_00b4;
}
}
{
// initiator._descendants.Add(container);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_11 = ___initiator0;
NullCheck(L_11);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_12 = L_11->get__descendants_66();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_13 = V_3;
NullCheck(L_12);
List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7(L_12, L_13, /*hidden argument*/List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7_RuntimeMethod_var);
// if (outlineChanged || container._outlineChanged)
bool L_14 = ___outlineChanged1;
if (L_14)
{
goto IL_005c;
}
}
{
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_15 = V_3;
NullCheck(L_15);
bool L_16 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_15)->get__outlineChanged_50();
if (!L_16)
{
goto IL_00a1;
}
}
IL_005c:
{
// Rect rect = container.GetBounds(initiator);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_17 = V_3;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_18 = ___initiator0;
NullCheck(L_17);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_19 = VirtFuncInvoker1< Rect_t35B976DE901B5423C11705E156938EA27AB402CE , DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(21 /* UnityEngine.Rect FairyGUI.DisplayObject::GetBounds(FairyGUI.DisplayObject) */, L_17, L_18);
V_4 = L_19;
// container._internal_bounds[0] = rect.xMin;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_20 = V_3;
NullCheck(L_20);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_21 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_20)->get__internal_bounds_48();
float L_22 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_4), /*hidden argument*/NULL);
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (float)L_22);
// container._internal_bounds[1] = rect.yMin;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_23 = V_3;
NullCheck(L_23);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_24 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_23)->get__internal_bounds_48();
float L_25 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_4), /*hidden argument*/NULL);
NullCheck(L_24);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(1), (float)L_25);
// container._internal_bounds[2] = rect.xMax;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_26 = V_3;
NullCheck(L_26);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_27 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_26)->get__internal_bounds_48();
float L_28 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_4), /*hidden argument*/NULL);
NullCheck(L_27);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(2), (float)L_28);
// container._internal_bounds[3] = rect.yMax;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_29 = V_3;
NullCheck(L_29);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_30 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_29)->get__internal_bounds_48();
float L_31 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_4), /*hidden argument*/NULL);
NullCheck(L_30);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(3), (float)L_31);
}
IL_00a1:
{
// if (container._fBatchingRequested)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_32 = V_3;
NullCheck(L_32);
bool L_33 = L_32->get__fBatchingRequested_63();
if (!L_33)
{
goto IL_012e;
}
}
{
// container.DoFairyBatching();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_34 = V_3;
NullCheck(L_34);
Container_DoFairyBatching_mB8E2ACB44CEA06908555BA7EFBEB61B361D4BC97(L_34, /*hidden argument*/NULL);
// }
goto IL_012e;
}
IL_00b4:
{
// container.CollectChildren(initiator, outlineChanged || container._outlineChanged);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_35 = V_3;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_36 = ___initiator0;
bool L_37 = ___outlineChanged1;
G_B10_0 = L_36;
G_B10_1 = L_35;
if (L_37)
{
G_B11_0 = L_36;
G_B11_1 = L_35;
goto IL_00c1;
}
}
{
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_38 = V_3;
NullCheck(L_38);
bool L_39 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_38)->get__outlineChanged_50();
G_B12_0 = ((int32_t)(L_39));
G_B12_1 = G_B10_0;
G_B12_2 = G_B10_1;
goto IL_00c2;
}
IL_00c1:
{
G_B12_0 = 1;
G_B12_1 = G_B11_0;
G_B12_2 = G_B11_1;
}
IL_00c2:
{
NullCheck(G_B12_2);
Container_CollectChildren_mE7D7320D2B96E47A910FCD01932DD4F3F9C52D0B(G_B12_2, G_B12_1, (bool)G_B12_0, /*hidden argument*/NULL);
// }
goto IL_012e;
}
IL_00c9:
{
// else if (child != initiator._mask)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_40 = V_2;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_41 = ___initiator0;
NullCheck(L_41);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_42 = L_41->get__mask_61();
if ((((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_40) == ((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_42)))
{
goto IL_012e;
}
}
{
// if (outlineChanged || child._outlineChanged)
bool L_43 = ___outlineChanged1;
if (L_43)
{
goto IL_00dd;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_44 = V_2;
NullCheck(L_44);
bool L_45 = L_44->get__outlineChanged_50();
if (!L_45)
{
goto IL_0122;
}
}
IL_00dd:
{
// Rect rect = child.GetBounds(initiator);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_46 = V_2;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_47 = ___initiator0;
NullCheck(L_46);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_48 = VirtFuncInvoker1< Rect_t35B976DE901B5423C11705E156938EA27AB402CE , DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(21 /* UnityEngine.Rect FairyGUI.DisplayObject::GetBounds(FairyGUI.DisplayObject) */, L_46, L_47);
V_5 = L_48;
// child._internal_bounds[0] = rect.xMin;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_49 = V_2;
NullCheck(L_49);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_50 = L_49->get__internal_bounds_48();
float L_51 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_5), /*hidden argument*/NULL);
NullCheck(L_50);
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(0), (float)L_51);
// child._internal_bounds[1] = rect.yMin;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_52 = V_2;
NullCheck(L_52);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_53 = L_52->get__internal_bounds_48();
float L_54 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_5), /*hidden argument*/NULL);
NullCheck(L_53);
(L_53)->SetAt(static_cast<il2cpp_array_size_t>(1), (float)L_54);
// child._internal_bounds[2] = rect.xMax;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_55 = V_2;
NullCheck(L_55);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_56 = L_55->get__internal_bounds_48();
float L_57 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_5), /*hidden argument*/NULL);
NullCheck(L_56);
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(2), (float)L_57);
// child._internal_bounds[3] = rect.yMax;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_58 = V_2;
NullCheck(L_58);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_59 = L_58->get__internal_bounds_48();
float L_60 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_5), /*hidden argument*/NULL);
NullCheck(L_59);
(L_59)->SetAt(static_cast<il2cpp_array_size_t>(3), (float)L_60);
}
IL_0122:
{
// initiator._descendants.Add(child);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_61 = ___initiator0;
NullCheck(L_61);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_62 = L_61->get__descendants_66();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_63 = V_2;
NullCheck(L_62);
List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7(L_62, L_63, /*hidden argument*/List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7_RuntimeMethod_var);
}
IL_012e:
{
// child._outlineChanged = false;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_64 = V_2;
NullCheck(L_64);
L_64->set__outlineChanged_50((bool)0);
}
IL_0135:
{
// for (int i = 0; i < count; i++)
int32_t L_65 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1));
}
IL_0139:
{
// for (int i = 0; i < count; i++)
int32_t L_66 = V_1;
int32_t L_67 = V_0;
if ((((int32_t)L_66) < ((int32_t)L_67)))
{
goto IL_0013;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.Container::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Dispose_m7C64AF05A45A7B2D65AB63FA7729D57EF1B1FB99 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Container_Dispose_m7C64AF05A45A7B2D65AB63FA7729D57EF1B1FB99_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (_disposed)
bool L_0 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get__disposed_46();
if (!L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// base.Dispose(); //Destroy GameObject tree first, avoid destroying each seperately;
DisplayObject_Dispose_m4623756E849DEB7F6FED6C37DCD618A88AAE059D(__this, /*hidden argument*/NULL);
// int numChildren = _children.Count;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_1 = __this->get__children_60();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_1, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
// for (int i = numChildren - 1; i >= 0; --i)
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1));
goto IL_003b;
}
IL_001f:
{
// DisplayObject obj = _children[i];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_3 = __this->get__children_60();
int32_t L_4 = V_0;
NullCheck(L_3);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
// obj.InternalSetParent(null); //Avoid RemoveParent call
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = L_5;
NullCheck(L_6);
DisplayObject_InternalSetParent_mCEFFBA184A72CBE2E12917F0EDB4B33B0C72CEFD(L_6, (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)NULL, /*hidden argument*/NULL);
// obj.Dispose();
NullCheck(L_6);
VirtActionInvoker0::Invoke(24 /* System.Void FairyGUI.DisplayObject::Dispose() */, L_6);
// for (int i = numChildren - 1; i >= 0; --i)
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
}
IL_003b:
{
// for (int i = numChildren - 1; i >= 0; --i)
int32_t L_8 = V_0;
if ((((int32_t)L_8) >= ((int32_t)0)))
{
goto IL_001f;
}
}
{
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Controller::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller__ctor_m2776C259732E3C49D4F1F67EA2C9422294B01B18 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller__ctor_m2776C259732E3C49D4F1F67EA2C9422294B01B18_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public Controller()
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
EventDispatcher__ctor_mC394F1C3DFFDFFE762CF707D0E87CE6628F42A37(__this, /*hidden argument*/NULL);
// _pageIds = 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__pageIds_8(L_0);
// _pageNames = new List<string>();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_1, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var);
__this->set__pageNames_9(L_1);
// _selectedIndex = -1;
__this->set__selectedIndex_6((-1));
// _previousIndex = -1;
__this->set__previousIndex_7((-1));
// }
return;
}
}
// System.Void FairyGUI.Controller::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_Dispose_mE3A7A5B6BB7F4E7284389CCD06CCAE8ED64C073B (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method)
{
{
// RemoveEventListeners();
EventDispatcher_RemoveEventListeners_mD42A57F23130CA8489B9343A9DB734111098568E(__this, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.EventListener FairyGUI.Controller::get_onChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * Controller_get_onChanged_m403E889B59751C992986F1C250F7E4A25BB1E200 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_get_onChanged_m403E889B59751C992986F1C250F7E4A25BB1E200_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onChanged ?? (_onChanged = new EventListener(this, "onChanged")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onChanged_11();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onChanged_11(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// System.Int32 FairyGUI.Controller::get_selectedIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Controller_get_selectedIndex_m1687FE50EA2DC5561E35C16B995FED3A5FF0B241 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method)
{
{
// return _selectedIndex;
int32_t L_0 = __this->get__selectedIndex_6();
return L_0;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_selectedIndex != value)
int32_t L_0 = __this->get__selectedIndex_6();
int32_t L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0064;
}
}
{
// if (value > _pageIds.Count - 1)
int32_t L_2 = ___value0;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_3 = __this->get__pageIds_8();
NullCheck(L_3);
int32_t L_4 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_3, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
if ((((int32_t)L_2) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))
{
goto IL_002a;
}
}
{
// throw new IndexOutOfRangeException("" + value);
int32_t L_5 = ___value0;
int32_t L_6 = L_5;
RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6);
String_t* L_8 = String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1(L_7, /*hidden argument*/NULL);
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_9 = (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF *)il2cpp_codegen_object_new(IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var);
IndexOutOfRangeException__ctor_mCCE2EFF47A0ACB4B2636F63140F94FCEA71A9BCA(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62_RuntimeMethod_var);
}
IL_002a:
{
// changing = true;
__this->set_changing_5((bool)1);
// _previousIndex = _selectedIndex;
int32_t L_10 = __this->get__selectedIndex_6();
__this->set__previousIndex_7(L_10);
// _selectedIndex = value;
int32_t L_11 = ___value0;
__this->set__selectedIndex_6(L_11);
// parent.ApplyController(this);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_12 = __this->get_parent_3();
NullCheck(L_12);
GComponent_ApplyController_m981E49DC3B017D0A1135DF845D02276C31EBF356(L_12, __this, /*hidden argument*/NULL);
// DispatchEvent("onChanged", null);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(__this, _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002, NULL, /*hidden argument*/NULL);
// changing = false;
__this->set_changing_5((bool)0);
}
IL_0064:
{
// }
return;
}
}
// System.Void FairyGUI.Controller::SetSelectedIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_SetSelectedIndex_m12C2CAE7667BA1DA9E2B7E52D9D6509DE10DC345 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_SetSelectedIndex_m12C2CAE7667BA1DA9E2B7E52D9D6509DE10DC345_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_selectedIndex != value)
int32_t L_0 = __this->get__selectedIndex_6();
int32_t L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0057;
}
}
{
// if (value > _pageIds.Count - 1)
int32_t L_2 = ___value0;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_3 = __this->get__pageIds_8();
NullCheck(L_3);
int32_t L_4 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_3, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
if ((((int32_t)L_2) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))))
{
goto IL_002a;
}
}
{
// throw new IndexOutOfRangeException("" + value);
int32_t L_5 = ___value0;
int32_t L_6 = L_5;
RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6);
String_t* L_8 = String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1(L_7, /*hidden argument*/NULL);
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_9 = (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF *)il2cpp_codegen_object_new(IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var);
IndexOutOfRangeException__ctor_mCCE2EFF47A0ACB4B2636F63140F94FCEA71A9BCA(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, Controller_SetSelectedIndex_m12C2CAE7667BA1DA9E2B7E52D9D6509DE10DC345_RuntimeMethod_var);
}
IL_002a:
{
// changing = true;
__this->set_changing_5((bool)1);
// _previousIndex = _selectedIndex;
int32_t L_10 = __this->get__selectedIndex_6();
__this->set__previousIndex_7(L_10);
// _selectedIndex = value;
int32_t L_11 = ___value0;
__this->set__selectedIndex_6(L_11);
// parent.ApplyController(this);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_12 = __this->get_parent_3();
NullCheck(L_12);
GComponent_ApplyController_m981E49DC3B017D0A1135DF845D02276C31EBF356(L_12, __this, /*hidden argument*/NULL);
// changing = false;
__this->set_changing_5((bool)0);
}
IL_0057:
{
// }
return;
}
}
// System.Void FairyGUI.Controller::SetSelectedPage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_SetSelectedPage_m40296F66673EB27B2B93FEC1861DB33819BE39A6 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_SetSelectedPage_m40296F66673EB27B2B93FEC1861DB33819BE39A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int i = _pageNames.IndexOf(value);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get__pageNames_9();
String_t* L_1 = ___value0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5(L_0, L_1, /*hidden argument*/List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5_RuntimeMethod_var);
V_0 = L_2;
// if (i == -1)
int32_t L_3 = V_0;
if ((!(((uint32_t)L_3) == ((uint32_t)(-1)))))
{
goto IL_0013;
}
}
{
// i = 0;
V_0 = 0;
}
IL_0013:
{
// this.SetSelectedIndex(i);
int32_t L_4 = V_0;
Controller_SetSelectedIndex_m12C2CAE7667BA1DA9E2B7E52D9D6509DE10DC345(__this, L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.String FairyGUI.Controller::get_selectedPage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_get_selectedPage_m2B6A819B5A7B0C1B124BE5F0C4FBF2E882625CB5 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_get_selectedPage_m2B6A819B5A7B0C1B124BE5F0C4FBF2E882625CB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_selectedIndex == -1)
int32_t L_0 = __this->get__selectedIndex_6();
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_000b;
}
}
{
// return null;
return (String_t*)NULL;
}
IL_000b:
{
// return _pageNames[_selectedIndex];
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = __this->get__pageNames_9();
int32_t L_2 = __this->get__selectedIndex_6();
NullCheck(L_1);
String_t* L_3 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_1, L_2, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
return L_3;
}
}
// System.Void FairyGUI.Controller::set_selectedPage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_set_selectedPage_mB745713A16D373B32555ABF702DFA1D74052A451 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_set_selectedPage_mB745713A16D373B32555ABF702DFA1D74052A451_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int i = _pageNames.IndexOf(value);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get__pageNames_9();
String_t* L_1 = ___value0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5(L_0, L_1, /*hidden argument*/List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5_RuntimeMethod_var);
V_0 = L_2;
// if (i == -1)
int32_t L_3 = V_0;
if ((!(((uint32_t)L_3) == ((uint32_t)(-1)))))
{
goto IL_0013;
}
}
{
// i = 0;
V_0 = 0;
}
IL_0013:
{
// this.selectedIndex = i;
int32_t L_4 = V_0;
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(__this, L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI.Controller::get_previsousIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Controller_get_previsousIndex_m9E0C3FBBC82123B44CD2D9A1C09E1E9E6C938C10 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method)
{
{
// get { return _previousIndex; }
int32_t L_0 = __this->get__previousIndex_7();
return L_0;
}
}
// System.String FairyGUI.Controller::get_previousPage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_get_previousPage_m999B0A1725F02F9C6A17999EBBD3F355760B6AB5 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_get_previousPage_m999B0A1725F02F9C6A17999EBBD3F355760B6AB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_previousIndex == -1)
int32_t L_0 = __this->get__previousIndex_7();
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_000b;
}
}
{
// return null;
return (String_t*)NULL;
}
IL_000b:
{
// return _pageNames[_previousIndex];
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = __this->get__pageNames_9();
int32_t L_2 = __this->get__previousIndex_7();
NullCheck(L_1);
String_t* L_3 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_1, L_2, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
return L_3;
}
}
// System.Int32 FairyGUI.Controller::get_pageCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Controller_get_pageCount_m362D55CCB9BB5392C0069985C28676521A49BDED (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_get_pageCount_m362D55CCB9BB5392C0069985C28676521A49BDED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return _pageIds.Count; }
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get__pageIds_8();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_0, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
return L_1;
}
}
// System.String FairyGUI.Controller::GetPageName(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_GetPageName_mC0F84BCC1492528BC5F59E17A66F8A2F7118DFC6 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_GetPageName_mC0F84BCC1492528BC5F59E17A66F8A2F7118DFC6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return _pageNames[index];
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get__pageNames_9();
int32_t L_1 = ___index0;
NullCheck(L_0);
String_t* L_2 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
return L_2;
}
}
// System.String FairyGUI.Controller::GetPageIdByName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_GetPageIdByName_mA3E5DDFD478FE767DA98C525086FAC03246931E3 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___aName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_GetPageIdByName_mA3E5DDFD478FE767DA98C525086FAC03246931E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int i = _pageNames.IndexOf(aName);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get__pageNames_9();
String_t* L_1 = ___aName0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5(L_0, L_1, /*hidden argument*/List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5_RuntimeMethod_var);
V_0 = L_2;
// if (i != -1)
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)(-1))))
{
goto IL_001e;
}
}
{
// return _pageIds[i];
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_4 = __this->get__pageIds_8();
int32_t L_5 = V_0;
NullCheck(L_4);
String_t* L_6 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
return L_6;
}
IL_001e:
{
// return null;
return (String_t*)NULL;
}
}
// System.Void FairyGUI.Controller::AddPage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_AddPage_m66D2BCEEC05DECAC320553DD07CC0AD11625026E (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_AddPage_m66D2BCEEC05DECAC320553DD07CC0AD11625026E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (name == null)
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_000a;
}
}
{
// name = string.Empty;
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___name0 = L_1;
}
IL_000a:
{
// AddPageAt(name, _pageIds.Count);
String_t* L_2 = ___name0;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_3 = __this->get__pageIds_8();
NullCheck(L_3);
int32_t L_4 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_3, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
Controller_AddPageAt_m2D6168945BCE7AB3F0AB9569633BA7D8D63749C1(__this, L_2, L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Controller::AddPageAt(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_AddPageAt_m2D6168945BCE7AB3F0AB9569633BA7D8D63749C1 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___name0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_AddPageAt_m2D6168945BCE7AB3F0AB9569633BA7D8D63749C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// string nid = "_" + (_nextPageId++);
uint32_t L_0 = ((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_StaticFields*)il2cpp_codegen_static_fields_for(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var))->get__nextPageId_12();
uint32_t L_1 = L_0;
((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_StaticFields*)il2cpp_codegen_static_fields_for(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_il2cpp_TypeInfo_var))->set__nextPageId_12(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)));
uint32_t L_2 = L_1;
RuntimeObject * L_3 = Box(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B_il2cpp_TypeInfo_var, &L_2);
String_t* L_4 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral53A0ACFAD59379B3E050338BF9F23CFC172EE787, L_3, /*hidden argument*/NULL);
V_0 = L_4;
// if (index == _pageIds.Count)
int32_t L_5 = ___index1;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_6 = __this->get__pageIds_8();
NullCheck(L_6);
int32_t L_7 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_6, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
if ((!(((uint32_t)L_5) == ((uint32_t)L_7))))
{
goto IL_0044;
}
}
{
// _pageIds.Add(nid);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_8 = __this->get__pageIds_8();
String_t* L_9 = V_0;
NullCheck(L_8);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_8, L_9, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
// _pageNames.Add(name);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_10 = __this->get__pageNames_9();
String_t* L_11 = ___name0;
NullCheck(L_10);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_10, L_11, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
// }
return;
}
IL_0044:
{
// _pageIds.Insert(index, nid);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_12 = __this->get__pageIds_8();
int32_t L_13 = ___index1;
String_t* L_14 = V_0;
NullCheck(L_12);
List_1_Insert_mBF5D461C74C96AC635EAF8ADDF7E18AE64E815A1(L_12, L_13, L_14, /*hidden argument*/List_1_Insert_mBF5D461C74C96AC635EAF8ADDF7E18AE64E815A1_RuntimeMethod_var);
// _pageNames.Insert(index, name);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_15 = __this->get__pageNames_9();
int32_t L_16 = ___index1;
String_t* L_17 = ___name0;
NullCheck(L_15);
List_1_Insert_mBF5D461C74C96AC635EAF8ADDF7E18AE64E815A1(L_15, L_16, L_17, /*hidden argument*/List_1_Insert_mBF5D461C74C96AC635EAF8ADDF7E18AE64E815A1_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.Controller::RemovePage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_RemovePage_m09D5335F3693215894740B29A0409C609A0C2946 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_RemovePage_m09D5335F3693215894740B29A0409C609A0C2946_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int i = _pageNames.IndexOf(name);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get__pageNames_9();
String_t* L_1 = ___name0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5(L_0, L_1, /*hidden argument*/List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5_RuntimeMethod_var);
V_0 = L_2;
// if (i != -1)
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)(-1))))
{
goto IL_0057;
}
}
{
// _pageIds.RemoveAt(i);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_4 = __this->get__pageIds_8();
int32_t L_5 = V_0;
NullCheck(L_4);
List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2(L_4, L_5, /*hidden argument*/List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2_RuntimeMethod_var);
// _pageNames.RemoveAt(i);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_6 = __this->get__pageNames_9();
int32_t L_7 = V_0;
NullCheck(L_6);
List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2(L_6, L_7, /*hidden argument*/List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2_RuntimeMethod_var);
// if (_selectedIndex >= _pageIds.Count)
int32_t L_8 = __this->get__selectedIndex_6();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_9 = __this->get__pageIds_8();
NullCheck(L_9);
int32_t L_10 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_9, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
if ((((int32_t)L_8) < ((int32_t)L_10)))
{
goto IL_004b;
}
}
{
// this.selectedIndex = _selectedIndex - 1;
int32_t L_11 = __this->get__selectedIndex_6();
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL);
return;
}
IL_004b:
{
// parent.ApplyController(this);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_12 = __this->get_parent_3();
NullCheck(L_12);
GComponent_ApplyController_m981E49DC3B017D0A1135DF845D02276C31EBF356(L_12, __this, /*hidden argument*/NULL);
}
IL_0057:
{
// }
return;
}
}
// System.Void FairyGUI.Controller::RemovePageAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_RemovePageAt_mDCBCFB17709802060ADAE255F2F0FE6DFAF64549 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_RemovePageAt_mDCBCFB17709802060ADAE255F2F0FE6DFAF64549_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _pageIds.RemoveAt(index);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get__pageIds_8();
int32_t L_1 = ___index0;
NullCheck(L_0);
List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2(L_0, L_1, /*hidden argument*/List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2_RuntimeMethod_var);
// _pageNames.RemoveAt(index);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_2 = __this->get__pageNames_9();
int32_t L_3 = ___index0;
NullCheck(L_2);
List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2(L_2, L_3, /*hidden argument*/List_1_RemoveAt_mD17877118EA5CCF90E0D36CF420287270492A0F2_RuntimeMethod_var);
// if (_selectedIndex >= _pageIds.Count)
int32_t L_4 = __this->get__selectedIndex_6();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_5 = __this->get__pageIds_8();
NullCheck(L_5);
int32_t L_6 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_5, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
if ((((int32_t)L_4) < ((int32_t)L_6)))
{
goto IL_003a;
}
}
{
// this.selectedIndex = _selectedIndex - 1;
int32_t L_7 = __this->get__selectedIndex_6();
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL);
return;
}
IL_003a:
{
// parent.ApplyController(this);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_8 = __this->get_parent_3();
NullCheck(L_8);
GComponent_ApplyController_m981E49DC3B017D0A1135DF845D02276C31EBF356(L_8, __this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Controller::ClearPages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_ClearPages_m59A58B9E49AD79362CA646B8A18FAF36ED9E6CD8 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_ClearPages_m59A58B9E49AD79362CA646B8A18FAF36ED9E6CD8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _pageIds.Clear();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get__pageIds_8();
NullCheck(L_0);
List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306(L_0, /*hidden argument*/List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var);
// _pageNames.Clear();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = __this->get__pageNames_9();
NullCheck(L_1);
List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306(L_1, /*hidden argument*/List_1_Clear_mB886C990CD1F0558809236CF1D28C977A3558306_RuntimeMethod_var);
// if (_selectedIndex != -1)
int32_t L_2 = __this->get__selectedIndex_6();
if ((((int32_t)L_2) == ((int32_t)(-1))))
{
goto IL_0027;
}
}
{
// this.selectedIndex = -1;
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(__this, (-1), /*hidden argument*/NULL);
return;
}
IL_0027:
{
// parent.ApplyController(this);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = __this->get_parent_3();
NullCheck(L_3);
GComponent_ApplyController_m981E49DC3B017D0A1135DF845D02276C31EBF356(L_3, __this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.Controller::HasPage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Controller_HasPage_m909C10E977B6E5F3FCD556E59C15A3991A34DCFC (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___aName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_HasPage_m909C10E977B6E5F3FCD556E59C15A3991A34DCFC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return _pageNames.IndexOf(aName) != -1;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get__pageNames_9();
String_t* L_1 = ___aName0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5(L_0, L_1, /*hidden argument*/List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5_RuntimeMethod_var);
return (bool)((((int32_t)((((int32_t)L_2) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Int32 FairyGUI.Controller::GetPageIndexById(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Controller_GetPageIndexById_m9F41A123418369B89E9112F66F8E36F3F285263B (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___aId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_GetPageIndexById_m9F41A123418369B89E9112F66F8E36F3F285263B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return _pageIds.IndexOf(aId);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get__pageIds_8();
String_t* L_1 = ___aId0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5(L_0, L_1, /*hidden argument*/List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5_RuntimeMethod_var);
return L_2;
}
}
// System.String FairyGUI.Controller::GetPageNameById(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_GetPageNameById_mC400FA7DA5CD0CE3E42DA06A59F341EA7945A031 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___aId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_GetPageNameById_mC400FA7DA5CD0CE3E42DA06A59F341EA7945A031_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int i = _pageIds.IndexOf(aId);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get__pageIds_8();
String_t* L_1 = ___aId0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5(L_0, L_1, /*hidden argument*/List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5_RuntimeMethod_var);
V_0 = L_2;
// if (i != -1)
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)(-1))))
{
goto IL_001e;
}
}
{
// return _pageNames[i];
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_4 = __this->get__pageNames_9();
int32_t L_5 = V_0;
NullCheck(L_4);
String_t* L_6 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
return L_6;
}
IL_001e:
{
// return null;
return (String_t*)NULL;
}
}
// System.String FairyGUI.Controller::GetPageId(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_GetPageId_m7594CF46F8038A2A2D52B84A7A18E9D7F60A66A8 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_GetPageId_m7594CF46F8038A2A2D52B84A7A18E9D7F60A66A8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return _pageIds[index];
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get__pageIds_8();
int32_t L_1 = ___index0;
NullCheck(L_0);
String_t* L_2 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
return L_2;
}
}
// System.String FairyGUI.Controller::get_selectedPageId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_selectedIndex == -1)
int32_t L_0 = __this->get__selectedIndex_6();
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_000b;
}
}
{
// return null;
return (String_t*)NULL;
}
IL_000b:
{
// return _pageIds[_selectedIndex];
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = __this->get__pageIds_8();
int32_t L_2 = __this->get__selectedIndex_6();
NullCheck(L_1);
String_t* L_3 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_1, L_2, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
return L_3;
}
}
// System.Void FairyGUI.Controller::set_selectedPageId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_set_selectedPageId_m5AD05F9CA77EF32AA132EA6B0192F51E7E20214F (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_set_selectedPageId_m5AD05F9CA77EF32AA132EA6B0192F51E7E20214F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int i = _pageIds.IndexOf(value);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get__pageIds_8();
String_t* L_1 = ___value0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5(L_0, L_1, /*hidden argument*/List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5_RuntimeMethod_var);
V_0 = L_2;
// if (i != -1)
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)(-1))))
{
goto IL_0018;
}
}
{
// this.selectedIndex = i;
int32_t L_4 = V_0;
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(__this, L_4, /*hidden argument*/NULL);
}
IL_0018:
{
// }
return;
}
}
// System.Void FairyGUI.Controller::set_oppositePageId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_set_oppositePageId_m7A345ABAF052BEC8C95B2F31E1A5C3C9353AF910 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_set_oppositePageId_m7A345ABAF052BEC8C95B2F31E1A5C3C9353AF910_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// int i = _pageIds.IndexOf(value);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_0 = __this->get__pageIds_8();
String_t* L_1 = ___value0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5(L_0, L_1, /*hidden argument*/List_1_IndexOf_mD41DA6BF0030D061BC4BC145F65CDC9899D13AC5_RuntimeMethod_var);
// if (i > 0)
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_0017;
}
}
{
// this.selectedIndex = 0;
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(__this, 0, /*hidden argument*/NULL);
return;
}
IL_0017:
{
// else if (_pageIds.Count > 1)
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_3 = __this->get__pageIds_8();
NullCheck(L_3);
int32_t L_4 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_3, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
if ((((int32_t)L_4) <= ((int32_t)1)))
{
goto IL_002c;
}
}
{
// this.selectedIndex = 1;
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(__this, 1, /*hidden argument*/NULL);
}
IL_002c:
{
// }
return;
}
}
// System.String FairyGUI.Controller::get_previousPageId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_get_previousPageId_m18CF878B4DBBABBABEB6B3890726462BECB3BDF4 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_get_previousPageId_m18CF878B4DBBABBABEB6B3890726462BECB3BDF4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_previousIndex == -1)
int32_t L_0 = __this->get__previousIndex_7();
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_000b;
}
}
{
// return null;
return (String_t*)NULL;
}
IL_000b:
{
// return _pageIds[_previousIndex];
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = __this->get__pageIds_8();
int32_t L_2 = __this->get__previousIndex_7();
NullCheck(L_1);
String_t* L_3 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_1, L_2, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
return L_3;
}
}
// System.Void FairyGUI.Controller::RunActions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_RunActions_m5F1257D146537B5AA651BAD3A0CECF0CFB719BC6 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_RunActions_m5F1257D146537B5AA651BAD3A0CECF0CFB719BC6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// if (_actions != null)
List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * L_0 = __this->get__actions_10();
if (!L_0)
{
goto IL_003e;
}
}
{
// int cnt = _actions.Count;
List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * L_1 = __this->get__actions_10();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_mF370D283F1FEA3D8696D5FF4CBBE72D5174CE802_inline(L_1, /*hidden argument*/List_1_get_Count_mF370D283F1FEA3D8696D5FF4CBBE72D5174CE802_RuntimeMethod_var);
V_0 = L_2;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_003a;
}
IL_0018:
{
// _actions[i].Run(this, previousPageId, selectedPageId);
List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * L_3 = __this->get__actions_10();
int32_t L_4 = V_1;
NullCheck(L_3);
ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * L_5 = List_1_get_Item_m8C411E16A421AF385AA0CE443229022CF52300BB_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m8C411E16A421AF385AA0CE443229022CF52300BB_RuntimeMethod_var);
String_t* L_6 = Controller_get_previousPageId_m18CF878B4DBBABBABEB6B3890726462BECB3BDF4(__this, /*hidden argument*/NULL);
String_t* L_7 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(__this, /*hidden argument*/NULL);
NullCheck(L_5);
ControllerAction_Run_m06794806D873255D41FCD56E53C9011B47E5DEA2(L_5, __this, L_6, L_7, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_003a:
{
// for (int i = 0; i < cnt; i++)
int32_t L_9 = V_1;
int32_t L_10 = V_0;
if ((((int32_t)L_9) < ((int32_t)L_10)))
{
goto IL_0018;
}
}
IL_003e:
{
// }
return;
}
}
// System.Void FairyGUI.Controller::Setup(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_Setup_mDADE9B760D5F9110E40BFFCDDCF8CD49CB20935C (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Controller_Setup_mDADE9B760D5F9110E40BFFCDDCF8CD49CB20935C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * V_5 = NULL;
{
// int beginPos = buffer.position;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
NullCheck(L_0);
int32_t L_1 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// buffer.Seek(beginPos, 0);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_2 = ___buffer0;
int32_t L_3 = V_0;
NullCheck(L_2);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_2, L_3, 0, /*hidden argument*/NULL);
// name = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_4 = ___buffer0;
NullCheck(L_4);
String_t* L_5 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_4, /*hidden argument*/NULL);
__this->set_name_2(L_5);
// autoRadioGroupDepth = buffer.ReadBool();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_6 = ___buffer0;
NullCheck(L_6);
bool L_7 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_6, /*hidden argument*/NULL);
__this->set_autoRadioGroupDepth_4(L_7);
// buffer.Seek(beginPos, 1);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_8 = ___buffer0;
int32_t L_9 = V_0;
NullCheck(L_8);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_8, L_9, 1, /*hidden argument*/NULL);
// int cnt = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_10 = ___buffer0;
NullCheck(L_10);
int16_t L_11 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_10, /*hidden argument*/NULL);
V_1 = L_11;
// _pageIds.Capacity = cnt;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_12 = __this->get__pageIds_8();
int32_t L_13 = V_1;
NullCheck(L_12);
List_1_set_Capacity_mBD9E6ED18BD5ABB1475798C98B892E9959B3EE21(L_12, L_13, /*hidden argument*/List_1_set_Capacity_mBD9E6ED18BD5ABB1475798C98B892E9959B3EE21_RuntimeMethod_var);
// _pageNames.Capacity = cnt;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_14 = __this->get__pageNames_9();
int32_t L_15 = V_1;
NullCheck(L_14);
List_1_set_Capacity_mBD9E6ED18BD5ABB1475798C98B892E9959B3EE21(L_14, L_15, /*hidden argument*/List_1_set_Capacity_mBD9E6ED18BD5ABB1475798C98B892E9959B3EE21_RuntimeMethod_var);
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_007a;
}
IL_0054:
{
// _pageIds.Add(buffer.ReadS());
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_16 = __this->get__pageIds_8();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_17 = ___buffer0;
NullCheck(L_17);
String_t* L_18 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_17, /*hidden argument*/NULL);
NullCheck(L_16);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_16, L_18, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
// _pageNames.Add(buffer.ReadS());
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_19 = __this->get__pageNames_9();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_20 = ___buffer0;
NullCheck(L_20);
String_t* L_21 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_20, /*hidden argument*/NULL);
NullCheck(L_19);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_19, L_21, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
// for (int i = 0; i < cnt; i++)
int32_t L_22 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_007a:
{
// for (int i = 0; i < cnt; i++)
int32_t L_23 = V_2;
int32_t L_24 = V_1;
if ((((int32_t)L_23) < ((int32_t)L_24)))
{
goto IL_0054;
}
}
{
// buffer.Seek(beginPos, 2);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_25 = ___buffer0;
int32_t L_26 = V_0;
NullCheck(L_25);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_25, L_26, 2, /*hidden argument*/NULL);
// cnt = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_27 = ___buffer0;
NullCheck(L_27);
int16_t L_28 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_27, /*hidden argument*/NULL);
V_1 = L_28;
// if (cnt > 0)
int32_t L_29 = V_1;
if ((((int32_t)L_29) <= ((int32_t)0)))
{
goto IL_00ef;
}
}
{
// if (_actions == null)
List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * L_30 = __this->get__actions_10();
if (L_30)
{
goto IL_00a6;
}
}
{
// _actions = new List<ControllerAction>(cnt);
int32_t L_31 = V_1;
List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * L_32 = (List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF *)il2cpp_codegen_object_new(List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF_il2cpp_TypeInfo_var);
List_1__ctor_m64B311484C1F25973323A5312DB592DFA6F9235C(L_32, L_31, /*hidden argument*/List_1__ctor_m64B311484C1F25973323A5312DB592DFA6F9235C_RuntimeMethod_var);
__this->set__actions_10(L_32);
}
IL_00a6:
{
// for (int i = 0; i < cnt; i++)
V_3 = 0;
goto IL_00eb;
}
IL_00aa:
{
// int nextPos = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_33 = ___buffer0;
NullCheck(L_33);
int16_t L_34 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_33, /*hidden argument*/NULL);
V_4 = L_34;
// nextPos += buffer.position;
int32_t L_35 = V_4;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_36 = ___buffer0;
NullCheck(L_36);
int32_t L_37 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_36, /*hidden argument*/NULL);
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_37));
// ControllerAction action = ControllerAction.CreateAction((ControllerAction.ActionType)buffer.ReadByte());
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_38 = ___buffer0;
NullCheck(L_38);
uint8_t L_39 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_38, /*hidden argument*/NULL);
ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * L_40 = ControllerAction_CreateAction_mBA562C740650AC9294269F308DAB6E04AE106B66(L_39, /*hidden argument*/NULL);
V_5 = L_40;
// action.Setup(buffer);
ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * L_41 = V_5;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_42 = ___buffer0;
NullCheck(L_41);
VirtActionInvoker1< ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * >::Invoke(6 /* System.Void FairyGUI.ControllerAction::Setup(FairyGUI.Utils.ByteBuffer) */, L_41, L_42);
// _actions.Add(action);
List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * L_43 = __this->get__actions_10();
ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * L_44 = V_5;
NullCheck(L_43);
List_1_Add_mDCF05754A4917561C21CF45EE6DF3C37AD46FC84(L_43, L_44, /*hidden argument*/List_1_Add_mDCF05754A4917561C21CF45EE6DF3C37AD46FC84_RuntimeMethod_var);
// buffer.position = nextPos;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_45 = ___buffer0;
int32_t L_46 = V_4;
NullCheck(L_45);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_45, L_46, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_47 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1));
}
IL_00eb:
{
// for (int i = 0; i < cnt; i++)
int32_t L_48 = V_3;
int32_t L_49 = V_1;
if ((((int32_t)L_48) < ((int32_t)L_49)))
{
goto IL_00aa;
}
}
IL_00ef:
{
// if (parent != null && _pageIds.Count > 0)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_50 = __this->get_parent_3();
if (!L_50)
{
goto IL_010d;
}
}
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_51 = __this->get__pageIds_8();
NullCheck(L_51);
int32_t L_52 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_51, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
if ((((int32_t)L_52) <= ((int32_t)0)))
{
goto IL_010d;
}
}
{
// _selectedIndex = 0;
__this->set__selectedIndex_6(0);
return;
}
IL_010d:
{
// _selectedIndex = -1;
__this->set__selectedIndex_6((-1));
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FairyGUI.ControllerAction FairyGUI.ControllerAction::CreateAction(FairyGUI.ControllerAction_ActionType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * ControllerAction_CreateAction_mBA562C740650AC9294269F308DAB6E04AE106B66 (int32_t ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ControllerAction_CreateAction_mBA562C740650AC9294269F308DAB6E04AE106B66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// switch (type)
int32_t L_0 = ___type0;
if (!L_0)
{
goto IL_0009;
}
}
{
int32_t L_1 = ___type0;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_000f;
}
}
{
goto IL_0015;
}
IL_0009:
{
// return new PlayTransitionAction();
PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918 * L_2 = (PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918 *)il2cpp_codegen_object_new(PlayTransitionAction_t4766277BD8547EAB7916464B09FF61AFECF6D918_il2cpp_TypeInfo_var);
PlayTransitionAction__ctor_m7E30B1318AC4B2AFAA77DA4302CB8D5B0F41B3C8(L_2, /*hidden argument*/NULL);
return L_2;
}
IL_000f:
{
// return new ChangePageAction();
ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560 * L_3 = (ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560 *)il2cpp_codegen_object_new(ChangePageAction_t796EAD0EAA1D1077F19D38B137A209836727F560_il2cpp_TypeInfo_var);
ChangePageAction__ctor_m2481C99FBBD2AB066715B63919A47175C2A049BD(L_3, /*hidden argument*/NULL);
return L_3;
}
IL_0015:
{
// return null;
return (ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 *)NULL;
}
}
// System.Void FairyGUI.ControllerAction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControllerAction__ctor_m7EAB02F236546B22DE201031A3AD5CA1621DBE6E (ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * __this, const RuntimeMethod* method)
{
{
// public ControllerAction()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ControllerAction::Run(FairyGUI.Controller,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControllerAction_Run_m06794806D873255D41FCD56E53C9011B47E5DEA2 (ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___controller0, String_t* ___prevPage1, String_t* ___curPage2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ControllerAction_Run_m06794806D873255D41FCD56E53C9011B47E5DEA2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if ((fromPage == null || fromPage.Length == 0 || Array.IndexOf(fromPage, prevPage) != -1)
// && (toPage == null || toPage.Length == 0 || Array.IndexOf(toPage, curPage) != -1))
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_fromPage_0();
if (!L_0)
{
goto IL_0020;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = __this->get_fromPage_0();
NullCheck(L_1);
if (!(((RuntimeArray*)L_1)->max_length))
{
goto IL_0020;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = __this->get_fromPage_0();
String_t* L_3 = ___prevPage1;
int32_t L_4 = Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A(L_2, L_3, /*hidden argument*/Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A_RuntimeMethod_var);
if ((((int32_t)L_4) == ((int32_t)(-1))))
{
goto IL_0048;
}
}
IL_0020:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = __this->get_toPage_1();
if (!L_5)
{
goto IL_0040;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = __this->get_toPage_1();
NullCheck(L_6);
if (!(((RuntimeArray*)L_6)->max_length))
{
goto IL_0040;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = __this->get_toPage_1();
String_t* L_8 = ___curPage2;
int32_t L_9 = Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A(L_7, L_8, /*hidden argument*/Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A_RuntimeMethod_var);
if ((((int32_t)L_9) == ((int32_t)(-1))))
{
goto IL_0048;
}
}
IL_0040:
{
// Enter(controller);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_10 = ___controller0;
VirtActionInvoker1< Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * >::Invoke(4 /* System.Void FairyGUI.ControllerAction::Enter(FairyGUI.Controller) */, __this, L_10);
return;
}
IL_0048:
{
// Leave(controller);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_11 = ___controller0;
VirtActionInvoker1< Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * >::Invoke(5 /* System.Void FairyGUI.ControllerAction::Leave(FairyGUI.Controller) */, __this, L_11);
// }
return;
}
}
// System.Void FairyGUI.ControllerAction::Enter(FairyGUI.Controller)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControllerAction_Enter_mE8C545B1A76E8F6734A9BF810CCACDD397ACA83E (ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___controller0, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void FairyGUI.ControllerAction::Leave(FairyGUI.Controller)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControllerAction_Leave_m73CBE7562605E23DAE8E890835D5F92B23205056 (ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___controller0, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void FairyGUI.ControllerAction::Setup(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControllerAction_Setup_m53C43C8D3F10A918127B28CD3E6F3C8B10A8F5D7 (ControllerAction_t460A8959DB08ACC45DFD24DCE767CF12F61E51E7 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ControllerAction_Setup_m53C43C8D3F10A918127B28CD3E6F3C8B10A8F5D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
// cnt = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
NullCheck(L_0);
int16_t L_1 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// fromPage = new string[cnt];
int32_t L_2 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_2);
__this->set_fromPage_0(L_3);
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0029;
}
IL_0017:
{
// fromPage[i] = buffer.ReadS();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = __this->get_fromPage_0();
int32_t L_5 = V_1;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_6 = ___buffer0;
NullCheck(L_6);
String_t* L_7 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_6, /*hidden argument*/NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_7);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (String_t*)L_7);
// for (int i = 0; i < cnt; i++)
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0029:
{
// for (int i = 0; i < cnt; i++)
int32_t L_9 = V_1;
int32_t L_10 = V_0;
if ((((int32_t)L_9) < ((int32_t)L_10)))
{
goto IL_0017;
}
}
{
// cnt = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_11 = ___buffer0;
NullCheck(L_11);
int16_t L_12 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_11, /*hidden argument*/NULL);
V_0 = L_12;
// toPage = new string[cnt];
int32_t L_13 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_13);
__this->set_toPage_1(L_14);
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_0056;
}
IL_0044:
{
// toPage[i] = buffer.ReadS();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = __this->get_toPage_1();
int32_t L_16 = V_2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_17 = ___buffer0;
NullCheck(L_17);
String_t* L_18 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_17, /*hidden argument*/NULL);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_18);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(L_16), (String_t*)L_18);
// for (int i = 0; i < cnt; i++)
int32_t L_19 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_0056:
{
// for (int i = 0; i < cnt; i++)
int32_t L_20 = V_2;
int32_t L_21 = V_0;
if ((((int32_t)L_20) < ((int32_t)L_21)))
{
goto IL_0044;
}
}
{
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FairyGUI.Container FairyGUI.DisplayObject::get_parent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public Container parent { get; private set; }
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = __this->get_U3CparentU3Ek__BackingField_3();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_parent(FairyGUI.Container)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_parent_mD1CA8BD0F298C852B7435AD842BC314A74B03357 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___value0, const RuntimeMethod* method)
{
{
// public Container parent { get; private set; }
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = ___value0;
__this->set_U3CparentU3Ek__BackingField_3(L_0);
return;
}
}
// UnityEngine.GameObject FairyGUI.DisplayObject::get_gameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public GameObject gameObject { get; protected set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_U3CgameObjectU3Ek__BackingField_4();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_gameObject(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_gameObject_m04C8325C463D222B40D377406A87EF6A3A28E842 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// public GameObject gameObject { get; protected set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___value0;
__this->set_U3CgameObjectU3Ek__BackingField_4(L_0);
return;
}
}
// UnityEngine.Transform FairyGUI.DisplayObject::get_cachedTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public Transform cachedTransform { get; protected set; }
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = __this->get_U3CcachedTransformU3Ek__BackingField_5();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_cachedTransform(UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_cachedTransform_m6E09669B82554861FE63CACC105B9D849E08B51D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___value0, const RuntimeMethod* method)
{
{
// public Transform cachedTransform { get; protected set; }
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = ___value0;
__this->set_U3CcachedTransformU3Ek__BackingField_5(L_0);
return;
}
}
// FairyGUI.NGraphics FairyGUI.DisplayObject::get_graphics()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public NGraphics graphics { get; protected set; }
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = __this->get_U3CgraphicsU3Ek__BackingField_6();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_graphics(FairyGUI.NGraphics)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_graphics_mC84EEE2565E2FFB5821AF51094FD490702635426 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___value0, const RuntimeMethod* method)
{
{
// public NGraphics graphics { get; protected set; }
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = ___value0;
__this->set_U3CgraphicsU3Ek__BackingField_6(L_0);
return;
}
}
// FairyGUI.NGraphics FairyGUI.DisplayObject::get_paintingGraphics()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public NGraphics paintingGraphics { get; protected set; }
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = __this->get_U3CpaintingGraphicsU3Ek__BackingField_7();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_paintingGraphics(FairyGUI.NGraphics)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_paintingGraphics_mDF2BFF1D0DCC517799B36075AA555313BD77D63A (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___value0, const RuntimeMethod* method)
{
{
// public NGraphics paintingGraphics { get; protected set; }
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = ___value0;
__this->set_U3CpaintingGraphicsU3Ek__BackingField_7(L_0);
return;
}
}
// System.Void FairyGUI.DisplayObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject__ctor_m8A93C9E5759F7CC138A8FE227A4ACDC8E7CC70F7 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject__ctor_m8A93C9E5759F7CC138A8FE227A4ACDC8E7CC70F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public DisplayObject()
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
EventDispatcher__ctor_mC394F1C3DFFDFFE762CF707D0E87CE6628F42A37(__this, /*hidden argument*/NULL);
// _alpha = 1;
__this->set__alpha_17((1.0f));
// _visible = true;
__this->set__visible_11((bool)1);
// _touchable = true;
__this->set__touchable_12((bool)1);
// id = _gInstanceCounter++;
uint32_t L_0 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_StaticFields*)il2cpp_codegen_static_fields_for(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var))->get__gInstanceCounter_51();
uint32_t L_1 = L_0;
((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_StaticFields*)il2cpp_codegen_static_fields_for(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var))->set__gInstanceCounter_51(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)));
__this->set_id_10(L_1);
// _blendMode = BlendMode.Normal;
__this->set__blendMode_19(0);
// _focalLength = 2000;
__this->set__focalLength_23(((int32_t)2000));
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
// _internal_bounds = new float[4];
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_2 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set__internal_bounds_48(L_2);
// }
return;
}
}
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onClick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onClick_mADFE1D946BFFC149983712F7231EFBC81F416D2E (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_onClick_mADFE1D946BFFC149983712F7231EFBC81F416D2E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onClick ?? (_onClick = new EventListener(this, "onClick")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onClick_25();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteralAB92AF2A8F45436F85B0B3A67A838D5854FE7544, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onClick_25(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onRightClick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onRightClick_mFB8D7299E812BB6C2BB7721BD5A95100D3BB16B4 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_onRightClick_mFB8D7299E812BB6C2BB7721BD5A95100D3BB16B4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onRightClick ?? (_onRightClick = new EventListener(this, "onRightClick")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onRightClick_26();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteral3FE5515A10F3E47330DE04D3C93AF8363702295C, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onRightClick_26(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onTouchBegin ?? (_onTouchBegin = new EventListener(this, "onTouchBegin")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onTouchBegin_27();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteralAF4C3C106FBE1851EAB9BC02365CED02E746822C, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onTouchBegin_27(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchMove()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onTouchMove_m7F117ED262A2AD8DB6018AFA16391A4741781F17 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_onTouchMove_m7F117ED262A2AD8DB6018AFA16391A4741781F17_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onTouchMove ?? (_onTouchMove = new EventListener(this, "onTouchMove")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onTouchMove_28();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteral82503DB1AD210123739C00464A7C2D48FB1DF501, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onTouchMove_28(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onTouchEnd ?? (_onTouchEnd = new EventListener(this, "onTouchEnd")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onTouchEnd_29();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteral31914E178B319D98D3294637D34FDF039503C9C9, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onTouchEnd_29(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onRollOver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onRollOver_m111E9DEB8F948748A238F24304FA917FB60B1C3B (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_onRollOver_m111E9DEB8F948748A238F24304FA917FB60B1C3B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onRollOver ?? (_onRollOver = new EventListener(this, "onRollOver")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onRollOver_30();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteral65F518707AF15E348F1197B9712FB2BE0102D6EA, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onRollOver_30(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onRollOut()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onRollOut_mF5E8ADC68F9D9681320261FD482A529927D9F9A2 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_onRollOut_mF5E8ADC68F9D9681320261FD482A529927D9F9A2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onRollOut ?? (_onRollOut = new EventListener(this, "onRollOut")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onRollOut_31();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteral92BE582433395EFD2A704C69E0B1CE41585C4FEA, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onRollOut_31(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onMouseWheel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onMouseWheel_m45FB5782E92FF099D3EDB5D1A247FFB04D54493B (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_onMouseWheel_m45FB5782E92FF099D3EDB5D1A247FFB04D54493B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onMouseWheel ?? (_onMouseWheel = new EventListener(this, "onMouseWheel")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onMouseWheel_32();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteral0FF22A4A9E2F8C417933D787DA88605F289180AC, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onMouseWheel_32(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onAddedToStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onAddedToStage_m40B039CB9BD9B62F8FE851A2298764B2245F80A2 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_onAddedToStage_m40B039CB9BD9B62F8FE851A2298764B2245F80A2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onAddedToStage ?? (_onAddedToStage = new EventListener(this, "onAddedToStage")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onAddedToStage_33();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteralDDFECA4A0C4A4F5DE5DBDCBD3F0B31F912D57617, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onAddedToStage_33(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onRemovedFromStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onRemovedFromStage_mB3154C5532AE6EBE528CBF055D1EE14718509E4A (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_onRemovedFromStage_mB3154C5532AE6EBE528CBF055D1EE14718509E4A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onRemovedFromStage ?? (_onRemovedFromStage = new EventListener(this, "onRemovedFromStage")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onRemovedFromStage_34();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteral2BA8E18857CC70E44D096B14956912EF1679F7E1, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onRemovedFromStage_34(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onKeyDown()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onKeyDown_m50FCFCE191191E73190BDF2A6D9ED908BE3FF816 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_onKeyDown_m50FCFCE191191E73190BDF2A6D9ED908BE3FF816_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onKeyDown ?? (_onKeyDown = new EventListener(this, "onKeyDown")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onKeyDown_35();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteral25C714AD2F90E184452BEA20C9C8FB348BF6912D, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onKeyDown_35(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onClickLink()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onClickLink_m0D4F01682EA996FCE64995529CE73B6CC9E854AD (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_onClickLink_m0D4F01682EA996FCE64995529CE73B6CC9E854AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onClickLink ?? (_onClickLink = new EventListener(this, "onClickLink")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onClickLink_36();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteral38930E0039A944FC185AEA40045438485B3AEF8C, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onClickLink_36(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// System.Void FairyGUI.DisplayObject::CreateGameObject(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_CreateGameObject_m7959DAD321F68960C96F0A6D0961CE901444D666 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, String_t* ___gameObjectName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_CreateGameObject_m7959DAD321F68960C96F0A6D0961CE901444D666_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// gameObject = new GameObject(gameObjectName);
String_t* L_0 = ___gameObjectName0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)il2cpp_codegen_object_new(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var);
GameObject__ctor_mBB454E679AD9CF0B84D3609A01E6A9753ACF4686(L_1, L_0, /*hidden argument*/NULL);
DisplayObject_set_gameObject_m04C8325C463D222B40D377406A87EF6A3A28E842_inline(__this, L_1, /*hidden argument*/NULL);
// cachedTransform = gameObject.transform;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_2, /*hidden argument*/NULL);
DisplayObject_set_cachedTransform_m6E09669B82554861FE63CACC105B9D849E08B51D_inline(__this, L_3, /*hidden argument*/NULL);
// if (Application.isPlaying)
bool L_4 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_4)
{
goto IL_002f;
}
}
{
// Object.DontDestroyOnLoad(gameObject);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DontDestroyOnLoad_m4DC90770AD6084E4B1B8489C6B41205DC020C207(L_5, /*hidden argument*/NULL);
}
IL_002f:
{
// gameObject.hideFlags = DisplayOptions.hideFlags;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_6 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var);
int32_t L_7 = ((DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields*)il2cpp_codegen_static_fields_for(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var))->get_hideFlags_0();
NullCheck(L_6);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_6, L_7, /*hidden argument*/NULL);
// gameObject.SetActive(false);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_8);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_8, (bool)0, /*hidden argument*/NULL);
// _ownsGameObject = true;
__this->set__ownsGameObject_45((bool)1);
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::SetGameObject(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_SetGameObject_mD70B6AEC5216265EBC0681AED6017051DE884EEB (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___gameObject0, const RuntimeMethod* method)
{
{
// this.gameObject = gameObject;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___gameObject0;
DisplayObject_set_gameObject_m04C8325C463D222B40D377406A87EF6A3A28E842_inline(__this, L_0, /*hidden argument*/NULL);
// this.cachedTransform = gameObject.transform;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = ___gameObject0;
NullCheck(L_1);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_2 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_1, /*hidden argument*/NULL);
DisplayObject_set_cachedTransform_m6E09669B82554861FE63CACC105B9D849E08B51D_inline(__this, L_2, /*hidden argument*/NULL);
// _rotation = cachedTransform.localEulerAngles;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = Transform_get_localEulerAngles_m445AD7F6706B0BDABA8A875C899EB1E1DF1A2A2B(L_3, /*hidden argument*/NULL);
__this->set__rotation_24(L_4);
// _ownsGameObject = false;
__this->set__ownsGameObject_45((bool)0);
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::DestroyGameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_DestroyGameObject_m837D70167A21DE7FD0E0E60CD573304E67531BAE (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_DestroyGameObject_m837D70167A21DE7FD0E0E60CD573304E67531BAE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_ownsGameObject && gameObject != null)
bool L_0 = __this->get__ownsGameObject_45();
if (!L_0)
{
goto IL_0043;
}
}
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0043;
}
}
{
// if (Application.isPlaying)
bool L_3 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_3)
{
goto IL_002a;
}
}
{
// GameObject.Destroy(gameObject);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_4, /*hidden argument*/NULL);
goto IL_0035;
}
IL_002a:
{
// GameObject.DestroyImmediate(gameObject);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446(L_5, /*hidden argument*/NULL);
}
IL_0035:
{
// gameObject = null;
DisplayObject_set_gameObject_m04C8325C463D222B40D377406A87EF6A3A28E842_inline(__this, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
// cachedTransform = null;
DisplayObject_set_cachedTransform_m6E09669B82554861FE63CACC105B9D849E08B51D_inline(__this, (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)NULL, /*hidden argument*/NULL);
}
IL_0043:
{
// }
return;
}
}
// System.Single FairyGUI.DisplayObject::get_alpha()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_alpha_m998194D620CED18A611199F7F6CB6C5606F1F493 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _alpha; }
float L_0 = __this->get__alpha_17();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_alpha(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_alpha_mA7065005EF72E3C2B5A0B647181E0DA565F3CBA7 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { _alpha = value; }
float L_0 = ___value0;
__this->set__alpha_17(L_0);
// set { _alpha = value; }
return;
}
}
// System.Boolean FairyGUI.DisplayObject::get_grayed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayObject_get_grayed_mE5B8F265844C94C0CA51D5C56D151C3A82C290A4 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _grayed; }
bool L_0 = __this->get__grayed_18();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_grayed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_grayed_mCC1FF2A2BFDDD0308779269F54648E65194F1B82 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _grayed = value; }
bool L_0 = ___value0;
__this->set__grayed_18(L_0);
// set { _grayed = value; }
return;
}
}
// System.Boolean FairyGUI.DisplayObject::get_visible()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayObject_get_visible_mAC592C4E9C512B8C487417138816F0850B4569A5 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _visible; }
bool L_0 = __this->get__visible_11();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_visible(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_visible_m73F09F8DD88AC922D0AFA8EC89DB69A44C2B634C (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_set_visible_m73F09F8DD88AC922D0AFA8EC89DB69A44C2B634C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_visible != value)
bool L_0 = __this->get__visible_11();
bool L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_005a;
}
}
{
// _visible = value;
bool L_2 = ___value0;
__this->set__visible_11(L_2);
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
// if (parent != null && _visible)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(__this, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_004e;
}
}
{
bool L_4 = __this->get__visible_11();
if (!L_4)
{
goto IL_004e;
}
}
{
// gameObject.SetActive(true);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_5, (bool)1, /*hidden argument*/NULL);
// InvalidateBatchingState();
DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C(__this, /*hidden argument*/NULL);
// if (this is Container)
if (!((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))
{
goto IL_005a;
}
}
{
// ((Container)this).InvalidateBatchingState(true);
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_InvalidateBatchingState_mA53B97FEA18A083F9E1C18BB39B0289373395D53(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), (bool)1, /*hidden argument*/NULL);
// }
return;
}
IL_004e:
{
// gameObject.SetActive(false);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_6 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_6, (bool)0, /*hidden argument*/NULL);
}
IL_005a:
{
// }
return;
}
}
// System.Single FairyGUI.DisplayObject::get_x()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return cachedTransform.localPosition.x; }
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8(L_0, /*hidden argument*/NULL);
float L_2 = L_1.get_x_2();
return L_2;
}
}
// System.Void FairyGUI.DisplayObject::set_x(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_x_m16DB82AEDCA6F088918F7AD3F437B4087033A9F3 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method)
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// Vector3 v = cachedTransform.localPosition;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// v.x = value;
float L_2 = ___value0;
(&V_0)->set_x_2(L_2);
// cachedTransform.localPosition = v;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = V_0;
NullCheck(L_3);
Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728(L_3, L_4, /*hidden argument*/NULL);
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
// }
return;
}
}
// System.Single FairyGUI.DisplayObject::get_y()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return -cachedTransform.localPosition.y; }
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8(L_0, /*hidden argument*/NULL);
float L_2 = L_1.get_y_3();
return ((-L_2));
}
}
// System.Void FairyGUI.DisplayObject::set_y(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_y_m64A76B520A47537603AAEED4B378DCFA75322388 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method)
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// Vector3 v = cachedTransform.localPosition;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// v.y = -value;
float L_2 = ___value0;
(&V_0)->set_y_3(((-L_2)));
// cachedTransform.localPosition = v;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = V_0;
NullCheck(L_3);
Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728(L_3, L_4, /*hidden argument*/NULL);
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
// }
return;
}
}
// System.Single FairyGUI.DisplayObject::get_z()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_z_mE50283E82F6BDAE4E053F3E0DC86643A355E19C4 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return cachedTransform.localPosition.z; }
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8(L_0, /*hidden argument*/NULL);
float L_2 = L_1.get_z_4();
return L_2;
}
}
// System.Void FairyGUI.DisplayObject::set_z(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_z_m2BC7B36FD48B3CFAE43A35B70D1ADD12ECD5B8C0 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method)
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// Vector3 v = cachedTransform.localPosition;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// v.z = value;
float L_2 = ___value0;
(&V_0)->set_z_4(L_2);
// cachedTransform.localPosition = v;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = V_0;
NullCheck(L_3);
Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728(L_3, L_4, /*hidden argument*/NULL);
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
// }
return;
}
}
// UnityEngine.Vector2 FairyGUI.DisplayObject::get_xy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return new Vector2(this.x, this.y); }
float L_0 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(__this, /*hidden argument*/NULL);
float L_1 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2;
memset((&L_2), 0, sizeof(L_2));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_2), L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void FairyGUI.DisplayObject::set_xy(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_xy_mBE243AA0AAB45D1E3716D2A4C0918845648D7487 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// set { SetPosition(value.x, value.y, cachedTransform.localPosition.z); }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
float L_1 = L_0.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___value0;
float L_3 = L_2.get_y_1();
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8(L_4, /*hidden argument*/NULL);
float L_6 = L_5.get_z_4();
DisplayObject_SetPosition_mF8E3AA80B6677CF5917824BD11F333C3F46DDBEC(__this, L_1, L_3, L_6, /*hidden argument*/NULL);
// set { SetPosition(value.x, value.y, cachedTransform.localPosition.z); }
return;
}
}
// UnityEngine.Vector3 FairyGUI.DisplayObject::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 DisplayObject_get_position_m84F21491DBFDC32F0734C8F3AE767C94F037BF01 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return new Vector3(this.x, this.y, this.z); }
float L_0 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(__this, /*hidden argument*/NULL);
float L_1 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(__this, /*hidden argument*/NULL);
float L_2 = DisplayObject_get_z_mE50283E82F6BDAE4E053F3E0DC86643A355E19C4(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3;
memset((&L_3), 0, sizeof(L_3));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Void FairyGUI.DisplayObject::set_position(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_position_mD2BFF73F4E8F0DBA5B7A83F9628F0F5E7DF64DBE (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method)
{
{
// set { SetPosition(value.x, value.y, value.z); }
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___value0;
float L_1 = L_0.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ___value0;
float L_3 = L_2.get_y_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ___value0;
float L_5 = L_4.get_z_4();
DisplayObject_SetPosition_mF8E3AA80B6677CF5917824BD11F333C3F46DDBEC(__this, L_1, L_3, L_5, /*hidden argument*/NULL);
// set { SetPosition(value.x, value.y, value.z); }
return;
}
}
// System.Void FairyGUI.DisplayObject::SetXY(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_SetXY_mB67013955497B5AC0BDD3794175FB5DE85E6D3BA (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___xv0, float ___yv1, const RuntimeMethod* method)
{
{
// SetPosition(xv, yv, cachedTransform.localPosition.z);
float L_0 = ___xv0;
float L_1 = ___yv1;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_2 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8(L_2, /*hidden argument*/NULL);
float L_4 = L_3.get_z_4();
DisplayObject_SetPosition_mF8E3AA80B6677CF5917824BD11F333C3F46DDBEC(__this, L_0, L_1, L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::SetPosition(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_SetPosition_mF8E3AA80B6677CF5917824BD11F333C3F46DDBEC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___xv0, float ___yv1, float ___zv2, const RuntimeMethod* method)
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// Vector3 v = cachedTransform.localPosition;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// v.x = xv;
float L_2 = ___xv0;
(&V_0)->set_x_2(L_2);
// v.y = -yv;
float L_3 = ___yv1;
(&V_0)->set_y_3(((-L_3)));
// v.z = zv;
float L_4 = ___zv2;
(&V_0)->set_z_4(L_4);
// cachedTransform.localPosition = v;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = V_0;
NullCheck(L_5);
Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728(L_5, L_6, /*hidden argument*/NULL);
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
// }
return;
}
}
// System.Single FairyGUI.DisplayObject::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_width_m54F85578BB710796FDB0574D17756760331E27FA (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// EnsureSizeCorrect();
VirtActionInvoker0::Invoke(9 /* System.Void FairyGUI.DisplayObject::EnsureSizeCorrect() */, __this);
// return _contentRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_0 = __this->get_address_of__contentRect_43();
float L_1 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.DisplayObject::set_width(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_width_m796286B3D4EF197C3E72EB1288160988043E783B (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_set_width_m796286B3D4EF197C3E72EB1288160988043E783B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!Mathf.Approximately(value, _contentRect.width))
float L_0 = ___value0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_1 = __this->get_address_of__contentRect_43();
float L_2 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_3 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_0, L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0027;
}
}
{
// _contentRect.width = value;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_4 = __this->get_address_of__contentRect_43();
float L_5 = ___value0;
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_4, L_5, /*hidden argument*/NULL);
// OnSizeChanged(true, false);
VirtActionInvoker2< bool, bool >::Invoke(10 /* System.Void FairyGUI.DisplayObject::OnSizeChanged(System.Boolean,System.Boolean) */, __this, (bool)1, (bool)0);
}
IL_0027:
{
// }
return;
}
}
// System.Single FairyGUI.DisplayObject::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_height_m9C3D71E1C1621413D451E99A05A235DC97E6ACF2 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// EnsureSizeCorrect();
VirtActionInvoker0::Invoke(9 /* System.Void FairyGUI.DisplayObject::EnsureSizeCorrect() */, __this);
// return _contentRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_0 = __this->get_address_of__contentRect_43();
float L_1 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.DisplayObject::set_height(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_height_mBDB3524631F8ACBFAE8B629BE123E8697989D886 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_set_height_mBDB3524631F8ACBFAE8B629BE123E8697989D886_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!Mathf.Approximately(value, _contentRect.height))
float L_0 = ___value0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_1 = __this->get_address_of__contentRect_43();
float L_2 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_3 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_0, L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0027;
}
}
{
// _contentRect.height = value;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_4 = __this->get_address_of__contentRect_43();
float L_5 = ___value0;
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_4, L_5, /*hidden argument*/NULL);
// OnSizeChanged(false, true);
VirtActionInvoker2< bool, bool >::Invoke(10 /* System.Void FairyGUI.DisplayObject::OnSizeChanged(System.Boolean,System.Boolean) */, __this, (bool)0, (bool)1);
}
IL_0027:
{
// }
return;
}
}
// UnityEngine.Vector2 FairyGUI.DisplayObject::get_size()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_get_size_mF41568CC1E6FE32F8E6C11C70984E69CEA989D67 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// EnsureSizeCorrect();
VirtActionInvoker0::Invoke(9 /* System.Void FairyGUI.DisplayObject::EnsureSizeCorrect() */, __this);
// return _contentRect.size;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_0 = __this->get_address_of__contentRect_43();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = Rect_get_size_m731642B8F03F6CE372A2C9E2E4A925450630606C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.DisplayObject::set_size(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_size_mB5DAA437713FEB7C4EADC3363C50B58D73B461CE (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// SetSize(value.x, value.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
float L_1 = L_0.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___value0;
float L_3 = L_2.get_y_1();
DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475(__this, L_1, L_3, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::SetSize(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___wv0, float ___hv1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
// bool wc = !Mathf.Approximately(wv, _contentRect.width);
float L_0 = ___wv0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_1 = __this->get_address_of__contentRect_43();
float L_2 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_3 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_0, L_2, /*hidden argument*/NULL);
V_0 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
// bool hc = !Mathf.Approximately(hv, _contentRect.height);
float L_4 = ___hv1;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_5 = __this->get_address_of__contentRect_43();
float L_6 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_5, /*hidden argument*/NULL);
bool L_7 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_4, L_6, /*hidden argument*/NULL);
V_1 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
// if (wc || hc)
bool L_8 = V_0;
bool L_9 = V_1;
if (!((int32_t)((int32_t)L_8|(int32_t)L_9)))
{
goto IL_004f;
}
}
{
// _contentRect.width = wv;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_10 = __this->get_address_of__contentRect_43();
float L_11 = ___wv0;
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_10, L_11, /*hidden argument*/NULL);
// _contentRect.height = hv;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_12 = __this->get_address_of__contentRect_43();
float L_13 = ___hv1;
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_12, L_13, /*hidden argument*/NULL);
// OnSizeChanged(wc, hc);
bool L_14 = V_0;
bool L_15 = V_1;
VirtActionInvoker2< bool, bool >::Invoke(10 /* System.Void FairyGUI.DisplayObject::OnSizeChanged(System.Boolean,System.Boolean) */, __this, L_14, L_15);
}
IL_004f:
{
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::EnsureSizeCorrect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_EnsureSizeCorrect_m0353CD430EB77408BE55F10B99B0B407B6D31562 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::OnSizeChanged(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_OnSizeChanged_m7D6F6B71E574CCD90D11E22E5FCFFDF11C2C3C97 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, bool ___widthChanged0, bool ___heightChanged1, const RuntimeMethod* method)
{
{
// ApplyPivot();
DisplayObject_ApplyPivot_mA8E1F67AC4BECA3789E12DFDEB123AF7F74BCCBD(__this, /*hidden argument*/NULL);
// _paintingFlag = 1;
__this->set__paintingFlag_40(1);
// if (graphics != null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0026;
}
}
{
// graphics.contentRect = _contentRect;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_2 = __this->get__contentRect_43();
NullCheck(L_1);
NGraphics_set_contentRect_m3261EF99328B0E6D46293FC7BACDB18813E6F374(L_1, L_2, /*hidden argument*/NULL);
}
IL_0026:
{
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
// }
return;
}
}
// System.Single FairyGUI.DisplayObject::get_scaleX()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_scaleX_m12A683A2B15FEDBE44D3C6B955D2C1BF8B2C5302 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return cachedTransform.localScale.x; }
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Transform_get_localScale_mD8F631021C2D62B7C341B1A17FA75491F64E13DA(L_0, /*hidden argument*/NULL);
float L_2 = L_1.get_x_2();
return L_2;
}
}
// System.Void FairyGUI.DisplayObject::set_scaleX(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_scaleX_mFE3764EFAC4EDBEED247961132B3A2DD2F4886C4 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method)
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
float V_1 = 0.0f;
{
// Vector3 v = cachedTransform.localScale;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Transform_get_localScale_mD8F631021C2D62B7C341B1A17FA75491F64E13DA(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// v.x = v.z = ValidateScale(value);
float L_2 = ___value0;
float L_3 = DisplayObject_ValidateScale_m9740824E80471386B48C8B53D25ECC9FC72F2780(__this, L_2, /*hidden argument*/NULL);
float L_4 = L_3;
V_1 = L_4;
(&V_0)->set_z_4(L_4);
float L_5 = V_1;
(&V_0)->set_x_2(L_5);
// cachedTransform.localScale = v;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = V_0;
NullCheck(L_6);
Transform_set_localScale_m7ED1A6E5A87CD1D483515B99D6D3121FB92B0556(L_6, L_7, /*hidden argument*/NULL);
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
// ApplyPivot();
DisplayObject_ApplyPivot_mA8E1F67AC4BECA3789E12DFDEB123AF7F74BCCBD(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Single FairyGUI.DisplayObject::get_scaleY()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_scaleY_m13DB855FC68F2AF29B1E980E19D32E6C5106B7DB (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return cachedTransform.localScale.y; }
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Transform_get_localScale_mD8F631021C2D62B7C341B1A17FA75491F64E13DA(L_0, /*hidden argument*/NULL);
float L_2 = L_1.get_y_3();
return L_2;
}
}
// System.Void FairyGUI.DisplayObject::set_scaleY(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_scaleY_m417DE34084BB9821BE730ED357214A0C2272F2CC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method)
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// Vector3 v = cachedTransform.localScale;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Transform_get_localScale_mD8F631021C2D62B7C341B1A17FA75491F64E13DA(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// v.y = ValidateScale(value);
float L_2 = ___value0;
float L_3 = DisplayObject_ValidateScale_m9740824E80471386B48C8B53D25ECC9FC72F2780(__this, L_2, /*hidden argument*/NULL);
(&V_0)->set_y_3(L_3);
// cachedTransform.localScale = v;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = V_0;
NullCheck(L_4);
Transform_set_localScale_m7ED1A6E5A87CD1D483515B99D6D3121FB92B0556(L_4, L_5, /*hidden argument*/NULL);
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
// ApplyPivot();
DisplayObject_ApplyPivot_mA8E1F67AC4BECA3789E12DFDEB123AF7F74BCCBD(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::SetScale(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_SetScale_mABABEB3D357ACC92B7E58B20FF7C0D5D9663845D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___xv0, float ___yv1, const RuntimeMethod* method)
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
float V_1 = 0.0f;
{
// Vector3 v = cachedTransform.localScale;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Transform_get_localScale_mD8F631021C2D62B7C341B1A17FA75491F64E13DA(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// v.x = v.z = ValidateScale(xv);
float L_2 = ___xv0;
float L_3 = DisplayObject_ValidateScale_m9740824E80471386B48C8B53D25ECC9FC72F2780(__this, L_2, /*hidden argument*/NULL);
float L_4 = L_3;
V_1 = L_4;
(&V_0)->set_z_4(L_4);
float L_5 = V_1;
(&V_0)->set_x_2(L_5);
// v.y = ValidateScale(yv);
float L_6 = ___yv1;
float L_7 = DisplayObject_ValidateScale_m9740824E80471386B48C8B53D25ECC9FC72F2780(__this, L_6, /*hidden argument*/NULL);
(&V_0)->set_y_3(L_7);
// cachedTransform.localScale = v;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_8 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = V_0;
NullCheck(L_8);
Transform_set_localScale_m7ED1A6E5A87CD1D483515B99D6D3121FB92B0556(L_8, L_9, /*hidden argument*/NULL);
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
// ApplyPivot();
DisplayObject_ApplyPivot_mA8E1F67AC4BECA3789E12DFDEB123AF7F74BCCBD(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Single FairyGUI.DisplayObject::ValidateScale(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_ValidateScale_m9740824E80471386B48C8B53D25ECC9FC72F2780 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method)
{
{
// if (value >= 0 && value < 0.001f)
float L_0 = ___value0;
if ((!(((float)L_0) >= ((float)(0.0f)))))
{
goto IL_0019;
}
}
{
float L_1 = ___value0;
if ((!(((float)L_1) < ((float)(0.001f)))))
{
goto IL_0019;
}
}
{
// value = 0.001f;
___value0 = (0.001f);
goto IL_0030;
}
IL_0019:
{
// else if (value < 0 && value > -0.001f)
float L_2 = ___value0;
if ((!(((float)L_2) < ((float)(0.0f)))))
{
goto IL_0030;
}
}
{
float L_3 = ___value0;
if ((!(((float)L_3) > ((float)(-0.001f)))))
{
goto IL_0030;
}
}
{
// value = -0.001f;
___value0 = (-0.001f);
}
IL_0030:
{
// return value;
float L_4 = ___value0;
return L_4;
}
}
// UnityEngine.Vector2 FairyGUI.DisplayObject::get_scale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_get_scale_mD26D5F25BC54804199740FE292B4EF227E27354E (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_scale_mD26D5F25BC54804199740FE292B4EF227E27354E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return cachedTransform.localScale; }
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Transform_get_localScale_mD8F631021C2D62B7C341B1A17FA75491F64E13DA(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void FairyGUI.DisplayObject::set_scale(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_scale_m26D32EB6CDA4AE047664D07FA5B8546860809938 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// SetScale(value.x, value.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
float L_1 = L_0.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___value0;
float L_3 = L_2.get_y_1();
DisplayObject_SetScale_mABABEB3D357ACC92B7E58B20FF7C0D5D9663845D(__this, L_1, L_3, /*hidden argument*/NULL);
// }
return;
}
}
// System.Single FairyGUI.DisplayObject::get_rotation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_rotation_mAEE51CAE8F6E4EE4B24FEE003595469D912C1738 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// return -_rotation.z;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_0 = __this->get_address_of__rotation_24();
float L_1 = L_0->get_z_4();
return ((-L_1));
}
}
// System.Void FairyGUI.DisplayObject::set_rotation(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_rotation_mF6D5153505B38D9D4F8984560EAE4B4F676877D7 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method)
{
{
// _rotation.z = -value;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_0 = __this->get_address_of__rotation_24();
float L_1 = ___value0;
L_0->set_z_4(((-L_1)));
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
// if (_perspective)
bool L_2 = __this->get__perspective_22();
if (!L_2)
{
goto IL_0023;
}
}
{
// UpdateTransformMatrix();
DisplayObject_UpdateTransformMatrix_m7D1EC8AFD54133B860BF141C1AE990CA8BB8465A(__this, /*hidden argument*/NULL);
return;
}
IL_0023:
{
// cachedTransform.localEulerAngles = _rotation;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = __this->get__rotation_24();
NullCheck(L_3);
Transform_set_localEulerAngles_mC5E92A989DD8B2E7B854F9D84B528A34AEAA1A17(L_3, L_4, /*hidden argument*/NULL);
// ApplyPivot();
DisplayObject_ApplyPivot_mA8E1F67AC4BECA3789E12DFDEB123AF7F74BCCBD(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Single FairyGUI.DisplayObject::get_rotationX()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_rotationX_mC5981098387BFEBDE09861F614B5FC1406773CC3 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// return _rotation.x;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_0 = __this->get_address_of__rotation_24();
float L_1 = L_0->get_x_2();
return L_1;
}
}
// System.Void FairyGUI.DisplayObject::set_rotationX(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_rotationX_mEDC75C98E0E8BAA449596DE47E393A38974A1871 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method)
{
{
// _rotation.x = value;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_0 = __this->get_address_of__rotation_24();
float L_1 = ___value0;
L_0->set_x_2(L_1);
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
// if (_perspective)
bool L_2 = __this->get__perspective_22();
if (!L_2)
{
goto IL_0022;
}
}
{
// UpdateTransformMatrix();
DisplayObject_UpdateTransformMatrix_m7D1EC8AFD54133B860BF141C1AE990CA8BB8465A(__this, /*hidden argument*/NULL);
return;
}
IL_0022:
{
// cachedTransform.localEulerAngles = _rotation;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = __this->get__rotation_24();
NullCheck(L_3);
Transform_set_localEulerAngles_mC5E92A989DD8B2E7B854F9D84B528A34AEAA1A17(L_3, L_4, /*hidden argument*/NULL);
// ApplyPivot();
DisplayObject_ApplyPivot_mA8E1F67AC4BECA3789E12DFDEB123AF7F74BCCBD(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Single FairyGUI.DisplayObject::get_rotationY()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_rotationY_m755B1756FF1E6528841AB26103966585C97D0FCC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// return _rotation.y;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_0 = __this->get_address_of__rotation_24();
float L_1 = L_0->get_y_3();
return L_1;
}
}
// System.Void FairyGUI.DisplayObject::set_rotationY(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_rotationY_m7F6F950A2E598F3A89DDF4504384DDCB3CE42054 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method)
{
{
// _rotation.y = value;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_0 = __this->get_address_of__rotation_24();
float L_1 = ___value0;
L_0->set_y_3(L_1);
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
// if (_perspective)
bool L_2 = __this->get__perspective_22();
if (!L_2)
{
goto IL_0022;
}
}
{
// UpdateTransformMatrix();
DisplayObject_UpdateTransformMatrix_m7D1EC8AFD54133B860BF141C1AE990CA8BB8465A(__this, /*hidden argument*/NULL);
return;
}
IL_0022:
{
// cachedTransform.localEulerAngles = _rotation;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = __this->get__rotation_24();
NullCheck(L_3);
Transform_set_localEulerAngles_mC5E92A989DD8B2E7B854F9D84B528A34AEAA1A17(L_3, L_4, /*hidden argument*/NULL);
// ApplyPivot();
DisplayObject_ApplyPivot_mA8E1F67AC4BECA3789E12DFDEB123AF7F74BCCBD(__this, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.Vector2 FairyGUI.DisplayObject::get_skew()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_get_skew_m8E219B5216340BDB3DD8B9B1D1F7485CB9EF9698 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _skew; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get__skew_15();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_skew(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_skew_m79D1C22118B9D10B86FA873A72FBDFB625F05DBE (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// _skew = value;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
__this->set__skew_15(L_0);
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
// if (!Application.isPlaying) //?????????
bool L_1 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (L_1)
{
goto IL_0016;
}
}
{
// return;
return;
}
IL_0016:
{
// UpdateTransformMatrix();
DisplayObject_UpdateTransformMatrix_m7D1EC8AFD54133B860BF141C1AE990CA8BB8465A(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.DisplayObject::get_perspective()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayObject_get_perspective_m7F9802CDC1C046FFD4BEE6DC358707442A726F01 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// return _perspective;
bool L_0 = __this->get__perspective_22();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_perspective(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_perspective_mC81CD5E76EB5572A70F8844CF543674D9905B0C0 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_set_perspective_mC81CD5E76EB5572A70F8844CF543674D9905B0C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_perspective != value)
bool L_0 = __this->get__perspective_22();
bool L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0047;
}
}
{
// _perspective = value;
bool L_2 = ___value0;
__this->set__perspective_22(L_2);
// if (_perspective)//??Unity???????
bool L_3 = __this->get__perspective_22();
if (!L_3)
{
goto IL_002a;
}
}
{
// cachedTransform.localEulerAngles = Vector3.zero;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
NullCheck(L_4);
Transform_set_localEulerAngles_mC5E92A989DD8B2E7B854F9D84B528A34AEAA1A17(L_4, L_5, /*hidden argument*/NULL);
goto IL_003b;
}
IL_002a:
{
// cachedTransform.localEulerAngles = _rotation;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = __this->get__rotation_24();
NullCheck(L_6);
Transform_set_localEulerAngles_mC5E92A989DD8B2E7B854F9D84B528A34AEAA1A17(L_6, L_7, /*hidden argument*/NULL);
}
IL_003b:
{
// ApplyPivot();
DisplayObject_ApplyPivot_mA8E1F67AC4BECA3789E12DFDEB123AF7F74BCCBD(__this, /*hidden argument*/NULL);
// UpdateTransformMatrix();
DisplayObject_UpdateTransformMatrix_m7D1EC8AFD54133B860BF141C1AE990CA8BB8465A(__this, /*hidden argument*/NULL);
}
IL_0047:
{
// }
return;
}
}
// System.Int32 FairyGUI.DisplayObject::get_focalLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DisplayObject_get_focalLength_mDB99A301B955A95FC0F83FA0C714E329DBC9B55F (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _focalLength; }
int32_t L_0 = __this->get__focalLength_23();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_focalLength(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_focalLength_m2D918FA5B14EA5C6017755B4ACCDC5567ED18C27 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_set_focalLength_m2D918FA5B14EA5C6017755B4ACCDC5567ED18C27_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (value <= 0)
int32_t L_0 = ___value0;
if ((((int32_t)L_0) > ((int32_t)0)))
{
goto IL_0007;
}
}
{
// value = 1;
___value0 = 1;
}
IL_0007:
{
// _focalLength = value;
int32_t L_1 = ___value0;
__this->set__focalLength_23(L_1);
// if (_transformMatrix != null)
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * L_2 = __this->get_address_of__transformMatrix_44();
bool L_3 = Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_inline((Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 *)L_2, /*hidden argument*/Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_RuntimeMethod_var);
if (!L_3)
{
goto IL_0021;
}
}
{
// UpdateTransformMatrix();
DisplayObject_UpdateTransformMatrix_m7D1EC8AFD54133B860BF141C1AE990CA8BB8465A(__this, /*hidden argument*/NULL);
}
IL_0021:
{
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::UpdateTransformMatrix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_UpdateTransformMatrix_m7D1EC8AFD54133B860BF141C1AE990CA8BB8465A (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_UpdateTransformMatrix_m7D1EC8AFD54133B860BF141C1AE990CA8BB8465A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0;
memset((&V_0), 0, sizeof(V_0));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
memset((&V_1), 0, sizeof(V_1));
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// Matrix4x4 matrix = Matrix4x4.identity;
IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_il2cpp_TypeInfo_var);
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_0 = Matrix4x4_get_identity_mA0CECDE2A5E85CF014375084624F3770B5B7B79B(/*hidden argument*/NULL);
V_0 = L_0;
// if (_skew.x != 0 || _skew.y != 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_1 = __this->get_address_of__skew_15();
float L_2 = L_1->get_x_0();
if ((!(((float)L_2) == ((float)(0.0f)))))
{
goto IL_002a;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_3 = __this->get_address_of__skew_15();
float L_4 = L_3->get_y_1();
if ((((float)L_4) == ((float)(0.0f))))
{
goto IL_0047;
}
}
IL_002a:
{
// ToolSet.SkewMatrix(ref matrix, _skew.x, _skew.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_5 = __this->get_address_of__skew_15();
float L_6 = L_5->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_7 = __this->get_address_of__skew_15();
float L_8 = L_7->get_y_1();
ToolSet_SkewMatrix_m86D43BC05727B8F6F7D04B12FF8D698371EECBAE((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_0), L_6, L_8, /*hidden argument*/NULL);
}
IL_0047:
{
// if (_perspective)
bool L_9 = __this->get__perspective_22();
if (!L_9)
{
goto IL_0070;
}
}
{
// matrix *= Matrix4x4.TRS(Vector3.zero, Quaternion.Euler(_rotation), Vector3.one);
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_10 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_12 = __this->get__rotation_24();
IL2CPP_RUNTIME_CLASS_INIT(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var);
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_13 = Quaternion_Euler_m55C96FCD397CC69109261572710608D12A4CBD2B(L_12, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14 = Vector3_get_one_mA11B83037CB269C6076CBCF754E24C8F3ACEC2AB(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_il2cpp_TypeInfo_var);
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_15 = Matrix4x4_TRS_m5BB2EBA1152301BAC92FDC7F33ECA732BAE57990(L_11, L_13, L_14, /*hidden argument*/NULL);
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_16 = Matrix4x4_op_Multiply_mF6693A950E1917204E356366892C3CCB0553436E(L_10, L_15, /*hidden argument*/NULL);
V_0 = L_16;
}
IL_0070:
{
// Vector3 camPos = Vector3.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_17 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
V_1 = L_17;
// if (matrix.isIdentity)
bool L_18 = Matrix4x4_get_isIdentity_m2779BFDD245E9C8AE76D7D60CA09B7855E71A7EA((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_0), /*hidden argument*/NULL);
if (!L_18)
{
goto IL_008d;
}
}
{
// _transformMatrix = null;
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * L_19 = __this->get_address_of__transformMatrix_44();
il2cpp_codegen_initobj(L_19, sizeof(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 ));
goto IL_00d6;
}
IL_008d:
{
// _transformMatrix = matrix;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_20 = V_0;
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 L_21;
memset((&L_21), 0, sizeof(L_21));
Nullable_1__ctor_m2D845489597B32AFE89E61CF33C33772437E602F((&L_21), L_20, /*hidden argument*/Nullable_1__ctor_m2D845489597B32AFE89E61CF33C33772437E602F_RuntimeMethod_var);
__this->set__transformMatrix_44(L_21);
// camPos = new Vector3(_pivot.x * _contentRect.width, -_pivot.y * _contentRect.height, _focalLength);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_22 = __this->get_address_of__pivot_13();
float L_23 = L_22->get_x_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_24 = __this->get_address_of__contentRect_43();
float L_25 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_24, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_26 = __this->get_address_of__pivot_13();
float L_27 = L_26->get_y_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_28 = __this->get_address_of__contentRect_43();
float L_29 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_28, /*hidden argument*/NULL);
int32_t L_30 = __this->get__focalLength_23();
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_1), ((float)il2cpp_codegen_multiply((float)L_23, (float)L_25)), ((float)il2cpp_codegen_multiply((float)((-L_27)), (float)L_29)), (((float)((float)L_30))), /*hidden argument*/NULL);
}
IL_00d6:
{
// if (_transformMatrix != null)
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * L_31 = __this->get_address_of__transformMatrix_44();
bool L_32 = Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_inline((Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 *)L_31, /*hidden argument*/Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_RuntimeMethod_var);
if (!L_32)
{
goto IL_00fd;
}
}
{
// if (graphics == null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_33 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
if (L_33)
{
goto IL_010c;
}
}
{
// EnterPaintingMode(4, null);
il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ));
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 L_34 = V_2;
DisplayObject_EnterPaintingMode_mBD171BC8E68587EEB1918AE5E25F0AA43A90E3D4(__this, 4, L_34, /*hidden argument*/NULL);
// }
goto IL_010c;
}
IL_00fd:
{
// if (graphics == null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_35 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
if (L_35)
{
goto IL_010c;
}
}
{
// LeavePaintingMode(4);
DisplayObject_LeavePaintingMode_mF2EB2C96873A13D564FEDD8EE1005CC28D099EBE(__this, 4, /*hidden argument*/NULL);
}
IL_010c:
{
// if (_paintingMode > 0)
int32_t L_36 = __this->get__paintingMode_38();
if ((((int32_t)L_36) <= ((int32_t)0)))
{
goto IL_0140;
}
}
{
// paintingGraphics.cameraPosition = camPos;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_37 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_38 = V_1;
Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 L_39;
memset((&L_39), 0, sizeof(L_39));
Nullable_1__ctor_mEE25CE8D9D7805C77F0C30A71CCF7F2DE1540165((&L_39), L_38, /*hidden argument*/Nullable_1__ctor_mEE25CE8D9D7805C77F0C30A71CCF7F2DE1540165_RuntimeMethod_var);
NullCheck(L_37);
NGraphics_set_cameraPosition_m8030526E3508EA6E23CB374C3CC55E0EA8328A1F(L_37, L_39, /*hidden argument*/NULL);
// paintingGraphics.vertexMatrix = _transformMatrix;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_40 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 L_41 = __this->get__transformMatrix_44();
NullCheck(L_40);
NGraphics_set_vertexMatrix_m89B9DC0BBB8BA85008B6D53172A83AD1D4BFC068(L_40, L_41, /*hidden argument*/NULL);
// _paintingFlag = 1;
__this->set__paintingFlag_40(1);
// }
goto IL_016a;
}
IL_0140:
{
// else if (graphics != null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_42 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
if (!L_42)
{
goto IL_016a;
}
}
{
// graphics.cameraPosition = camPos;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_43 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_44 = V_1;
Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203 L_45;
memset((&L_45), 0, sizeof(L_45));
Nullable_1__ctor_mEE25CE8D9D7805C77F0C30A71CCF7F2DE1540165((&L_45), L_44, /*hidden argument*/Nullable_1__ctor_mEE25CE8D9D7805C77F0C30A71CCF7F2DE1540165_RuntimeMethod_var);
NullCheck(L_43);
NGraphics_set_cameraPosition_m8030526E3508EA6E23CB374C3CC55E0EA8328A1F(L_43, L_45, /*hidden argument*/NULL);
// graphics.vertexMatrix = _transformMatrix;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_46 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 L_47 = __this->get__transformMatrix_44();
NullCheck(L_46);
NGraphics_set_vertexMatrix_m89B9DC0BBB8BA85008B6D53172A83AD1D4BFC068(L_46, L_47, /*hidden argument*/NULL);
}
IL_016a:
{
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
// }
return;
}
}
// UnityEngine.Vector2 FairyGUI.DisplayObject::get_pivot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_get_pivot_m821AF82C2CF1AE59E76008E0D7035C7A9A100CE4 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _pivot; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get__pivot_13();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_pivot(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_pivot_m7C0B1F993BBC38456F2D54A1A34BBFB0BC238B41 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_set_pivot_m7C0B1F993BBC38456F2D54A1A34BBFB0BC238B41_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// Vector3 deltaPivot = new Vector2((value.x - _pivot.x) * _contentRect.width, (_pivot.y - value.y) * _contentRect.height);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
float L_1 = L_0.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = __this->get_address_of__pivot_13();
float L_3 = L_2->get_x_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_4 = __this->get_address_of__contentRect_43();
float L_5 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_4, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_6 = __this->get_address_of__pivot_13();
float L_7 = L_6->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = ___value0;
float L_9 = L_8.get_y_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_10 = __this->get_address_of__contentRect_43();
float L_11 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_10, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12;
memset((&L_12), 0, sizeof(L_12));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_12), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), (float)L_5)), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_7, (float)L_9)), (float)L_11)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_13 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_12, /*hidden argument*/NULL);
V_0 = L_13;
// Vector3 oldOffset = _pivotOffset;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14 = __this->get__pivotOffset_14();
V_1 = L_14;
// _pivot = value;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15 = ___value0;
__this->set__pivot_13(L_15);
// UpdatePivotOffset();
DisplayObject_UpdatePivotOffset_m2AD9DAE9A5B67E9F57C4423C117B2F58CB19BF3D(__this, /*hidden argument*/NULL);
// Vector3 v = cachedTransform.localPosition;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_16 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_16);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_17 = Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8(L_16, /*hidden argument*/NULL);
V_2 = L_17;
// v += oldOffset - _pivotOffset + deltaPivot;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_18 = V_2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_19 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_20 = __this->get__pivotOffset_14();
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_21 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_19, L_20, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_22 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_21, L_22, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_24 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_18, L_23, /*hidden argument*/NULL);
V_2 = L_24;
// cachedTransform.localPosition = v;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_25 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_26 = V_2;
NullCheck(L_25);
Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728(L_25, L_26, /*hidden argument*/NULL);
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
// if (_transformMatrix != null)
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * L_27 = __this->get_address_of__transformMatrix_44();
bool L_28 = Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_inline((Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 *)L_27, /*hidden argument*/Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_RuntimeMethod_var);
if (!L_28)
{
goto IL_00a6;
}
}
{
// UpdateTransformMatrix();
DisplayObject_UpdateTransformMatrix_m7D1EC8AFD54133B860BF141C1AE990CA8BB8465A(__this, /*hidden argument*/NULL);
}
IL_00a6:
{
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::UpdatePivotOffset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_UpdatePivotOffset_m2AD9DAE9A5B67E9F57C4423C117B2F58CB19BF3D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_UpdatePivotOffset_m2AD9DAE9A5B67E9F57C4423C117B2F58CB19BF3D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_2;
memset((&V_2), 0, sizeof(V_2));
{
// float px = _pivot.x * _contentRect.width;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__pivot_13();
float L_1 = L_0->get_x_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_2 = __this->get_address_of__contentRect_43();
float L_3 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_2, /*hidden argument*/NULL);
V_0 = ((float)il2cpp_codegen_multiply((float)L_1, (float)L_3));
// float py = _pivot.y * _contentRect.height;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_4 = __this->get_address_of__pivot_13();
float L_5 = L_4->get_y_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_6 = __this->get_address_of__contentRect_43();
float L_7 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_6, /*hidden argument*/NULL);
V_1 = ((float)il2cpp_codegen_multiply((float)L_5, (float)L_7));
// Matrix4x4 matrix = Matrix4x4.TRS(Vector3.zero, cachedTransform.localRotation, cachedTransform.localScale);
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_9);
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_10 = Transform_get_localRotation_mEDA319E1B42EF12A19A95AC0824345B6574863FE(L_9, /*hidden argument*/NULL);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_11 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_11);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_12 = Transform_get_localScale_mD8F631021C2D62B7C341B1A17FA75491F64E13DA(L_11, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_il2cpp_TypeInfo_var);
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_13 = Matrix4x4_TRS_m5BB2EBA1152301BAC92FDC7F33ECA732BAE57990(L_8, L_10, L_12, /*hidden argument*/NULL);
V_2 = L_13;
// _pivotOffset = matrix.MultiplyPoint(new Vector3(px, -py, 0));
float L_14 = V_0;
float L_15 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_16;
memset((&L_16), 0, sizeof(L_16));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_16), L_14, ((-L_15)), (0.0f), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_17 = Matrix4x4_MultiplyPoint_mD5D082585C5B3564A5EFC90A3C5CAFFE47E45B65((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_2), L_16, /*hidden argument*/NULL);
__this->set__pivotOffset_14(L_17);
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::ApplyPivot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_ApplyPivot_mA8E1F67AC4BECA3789E12DFDEB123AF7F74BCCBD (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_ApplyPivot_mA8E1F67AC4BECA3789E12DFDEB123AF7F74BCCBD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (_pivot.x != 0 || _pivot.y != 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__pivot_13();
float L_1 = L_0->get_x_0();
if ((!(((float)L_1) == ((float)(0.0f)))))
{
goto IL_0024;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = __this->get_address_of__pivot_13();
float L_3 = L_2->get_y_1();
if ((((float)L_3) == ((float)(0.0f))))
{
goto IL_0063;
}
}
IL_0024:
{
// Vector3 oldOffset = _pivotOffset;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = __this->get__pivotOffset_14();
V_0 = L_4;
// UpdatePivotOffset();
DisplayObject_UpdatePivotOffset_m2AD9DAE9A5B67E9F57C4423C117B2F58CB19BF3D(__this, /*hidden argument*/NULL);
// Vector3 v = cachedTransform.localPosition;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8(L_5, /*hidden argument*/NULL);
V_1 = L_6;
// v += oldOffset - _pivotOffset;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = __this->get__pivotOffset_14();
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_8, L_9, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_7, L_10, /*hidden argument*/NULL);
V_1 = L_11;
// cachedTransform.localPosition = v;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_12 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_13 = V_1;
NullCheck(L_12);
Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728(L_12, L_13, /*hidden argument*/NULL);
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
}
IL_0063:
{
// }
return;
}
}
// UnityEngine.Vector3 FairyGUI.DisplayObject::get_location()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 DisplayObject_get_location_m56EEFD64238FF81B43164EDC2C4307EA121C805A (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// Vector3 pos = this.position;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = DisplayObject_get_position_m84F21491DBFDC32F0734C8F3AE767C94F037BF01(__this, /*hidden argument*/NULL);
V_0 = L_0;
// pos.x += _pivotOffset.x;
float* L_1 = (&V_0)->get_address_of_x_2();
float* L_2 = L_1;
float L_3 = *((float*)L_2);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_4 = __this->get_address_of__pivotOffset_14();
float L_5 = L_4->get_x_2();
*((float*)L_2) = (float)((float)il2cpp_codegen_add((float)L_3, (float)L_5));
// pos.y -= _pivotOffset.y;
float* L_6 = (&V_0)->get_address_of_y_3();
float* L_7 = L_6;
float L_8 = *((float*)L_7);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_9 = __this->get_address_of__pivotOffset_14();
float L_10 = L_9->get_y_3();
*((float*)L_7) = (float)((float)il2cpp_codegen_subtract((float)L_8, (float)L_10));
// pos.z += _pivotOffset.z;
float* L_11 = (&V_0)->get_address_of_z_4();
float* L_12 = L_11;
float L_13 = *((float*)L_12);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_14 = __this->get_address_of__pivotOffset_14();
float L_15 = L_14->get_z_4();
*((float*)L_12) = (float)((float)il2cpp_codegen_add((float)L_13, (float)L_15));
// return pos;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_16 = V_0;
return L_16;
}
}
// System.Void FairyGUI.DisplayObject::set_location(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_location_mA7E6C5F69FDB9036DE408C04E54737BC1148F005 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method)
{
{
// this.SetPosition(value.x - _pivotOffset.x, value.y + _pivotOffset.y, value.z - _pivotOffset.z);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___value0;
float L_1 = L_0.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_2 = __this->get_address_of__pivotOffset_14();
float L_3 = L_2->get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ___value0;
float L_5 = L_4.get_y_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_6 = __this->get_address_of__pivotOffset_14();
float L_7 = L_6->get_y_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = ___value0;
float L_9 = L_8.get_z_4();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_10 = __this->get_address_of__pivotOffset_14();
float L_11 = L_10->get_z_4();
DisplayObject_SetPosition_mF8E3AA80B6677CF5917824BD11F333C3F46DDBEC(__this, ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), ((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)), /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.Material FairyGUI.DisplayObject::get_material()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * DisplayObject_get_material_m944E6FF2EDE74903837D5ABDA3F6375D58E4AA31 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// if (graphics != null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
// return graphics.material;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = NGraphics_get_material_mFCAE729EB1780226A82754E772A34996B1D367B7_inline(L_1, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
// return null;
return (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)NULL;
}
}
// System.Void FairyGUI.DisplayObject::set_material(UnityEngine.Material)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_material_mAB9E128BF286DCE17E07B7FAC91098D1BA83A026 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___value0, const RuntimeMethod* method)
{
{
// if (graphics != null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
// graphics.material = value;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_2 = ___value0;
NullCheck(L_1);
NGraphics_set_material_mEA4858F8421F1476575E83F816D9D3E0B87A4026(L_1, L_2, /*hidden argument*/NULL);
}
IL_0014:
{
// }
return;
}
}
// System.String FairyGUI.DisplayObject::get_shader()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DisplayObject_get_shader_m9814CA1974D02DDC90A67C4FE55523271479A4B8 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// if (graphics != null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
// return graphics.shader;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
String_t* L_2 = NGraphics_get_shader_m870C5803B7027A055FBE8B1079C0F254483F583B_inline(L_1, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
// return null;
return (String_t*)NULL;
}
}
// System.Void FairyGUI.DisplayObject::set_shader(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_shader_m7BBF3DB7C6BE4853E20E85F4058AE3ADAB7F0602 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// if (graphics != null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
// graphics.shader = value;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
String_t* L_2 = ___value0;
NullCheck(L_1);
NGraphics_set_shader_m5EA8CC88A274B5B308B9364AC6193CEABC3E62FF(L_1, L_2, /*hidden argument*/NULL);
}
IL_0014:
{
// }
return;
}
}
// System.Int32 FairyGUI.DisplayObject::get_renderingOrder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DisplayObject_get_renderingOrder_mF1576EDF512216BB24AF34ED8152DD5267F20137 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// return _renderingOrder;
int32_t L_0 = __this->get__renderingOrder_16();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_renderingOrder(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_renderingOrder_mAD5B7007FBD636B1E4011B281CAC357F8B9E6CA5 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// _renderingOrder = value;
int32_t L_0 = ___value0;
__this->set__renderingOrder_16(L_0);
// if (graphics != null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001b;
}
}
{
// graphics.sortingOrder = value;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_2 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
int32_t L_3 = ___value0;
NullCheck(L_2);
NGraphics_set_sortingOrder_m84DB7070DB04433D5205B8F21CB3CE1620D159BF(L_2, L_3, /*hidden argument*/NULL);
}
IL_001b:
{
// if (_paintingMode > 0)
int32_t L_4 = __this->get__paintingMode_38();
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_0030;
}
}
{
// paintingGraphics.sortingOrder = value;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_5 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
int32_t L_6 = ___value0;
NullCheck(L_5);
NGraphics_set_sortingOrder_m84DB7070DB04433D5205B8F21CB3CE1620D159BF(L_5, L_6, /*hidden argument*/NULL);
}
IL_0030:
{
// }
return;
}
}
// System.Int32 FairyGUI.DisplayObject::get_layer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DisplayObject_get_layer_m68F8FD24A67161727D72DAAEC76E13A2665235C9 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// if (_paintingMode > 0)
int32_t L_0 = __this->get__paintingMode_38();
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_001a;
}
}
{
// return paintingGraphics.gameObject.layer;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
int32_t L_3 = GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8(L_2, /*hidden argument*/NULL);
return L_3;
}
IL_001a:
{
// return gameObject.layer;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_5 = GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8(L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Void FairyGUI.DisplayObject::set_layer(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_layer_mB704EC58EF7F3CC6034AE486647CC20DE93B19CB (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// if (_paintingMode > 0)
int32_t L_0 = __this->get__paintingMode_38();
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_001b;
}
}
{
// paintingGraphics.gameObject.layer = value;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7_inline(L_1, /*hidden argument*/NULL);
int32_t L_3 = ___value0;
NullCheck(L_2);
GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907(L_2, L_3, /*hidden argument*/NULL);
return;
}
IL_001b:
{
// gameObject.layer = value;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
int32_t L_5 = ___value0;
NullCheck(L_4);
GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907(L_4, L_5, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.DisplayObject::get_isDisposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayObject_get_isDisposed_mFBB8B449ECE8BB06DB80D1F0F1FC7496888810AF (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_isDisposed_mFBB8B449ECE8BB06DB80D1F0F1FC7496888810AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return _disposed || gameObject == null; }
bool L_0 = __this->get__disposed_46();
if (L_0)
{
goto IL_0015;
}
}
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
return L_2;
}
IL_0015:
{
return (bool)1;
}
}
// System.Void FairyGUI.DisplayObject::InternalSetParent(FairyGUI.Container)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_InternalSetParent_mCEFFBA184A72CBE2E12917F0EDB4B33B0C72CEFD (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___value0, const RuntimeMethod* method)
{
{
// if (parent != value)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(__this, /*hidden argument*/NULL);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_1 = ___value0;
if ((((RuntimeObject*)(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)L_0) == ((RuntimeObject*)(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)L_1)))
{
goto IL_0036;
}
}
{
// if (value == null && parent._disposed)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_2 = ___value0;
if (L_2)
{
goto IL_0022;
}
}
{
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
bool L_4 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_3)->get__disposed_46();
if (!L_4)
{
goto IL_0022;
}
}
{
// parent = value;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_5 = ___value0;
DisplayObject_set_parent_mD1CA8BD0F298C852B7435AD842BC314A74B03357_inline(__this, L_5, /*hidden argument*/NULL);
goto IL_002f;
}
IL_0022:
{
// parent = value;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_6 = ___value0;
DisplayObject_set_parent_mD1CA8BD0F298C852B7435AD842BC314A74B03357_inline(__this, L_6, /*hidden argument*/NULL);
// UpdateHierarchy();
DisplayObject_UpdateHierarchy_m176FC4BB82BC927D4F3EF60D55BD117DE0F782C0(__this, /*hidden argument*/NULL);
}
IL_002f:
{
// _outlineChanged = true;
__this->set__outlineChanged_50((bool)1);
}
IL_0036:
{
// }
return;
}
}
// FairyGUI.Container FairyGUI.DisplayObject::get_topmost()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * DisplayObject_get_topmost_m8157DCD0D3584862ADDA92A850F828DDC91A363C (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_topmost_m8157DCD0D3584862ADDA92A850F828DDC91A363C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_0 = NULL;
{
// DisplayObject currentObject = this;
V_0 = __this;
goto IL_000b;
}
IL_0004:
{
// currentObject = currentObject.parent;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = V_0;
NullCheck(L_0);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_1 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
}
IL_000b:
{
// while (currentObject.parent != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = V_0;
NullCheck(L_2);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0004;
}
}
{
// return currentObject as Container;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = V_0;
return ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)L_4, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var));
}
}
// FairyGUI.Stage FairyGUI.DisplayObject::get_stage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * DisplayObject_get_stage_mC9BF289AD8D0881BB526934FA4AF6366F09C1C7D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_stage_mC9BF289AD8D0881BB526934FA4AF6366F09C1C7D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return topmost as Stage;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = DisplayObject_get_topmost_m8157DCD0D3584862ADDA92A850F828DDC91A363C(__this, /*hidden argument*/NULL);
return ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 *)IsInstClass((RuntimeObject*)L_0, Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var));
}
}
// FairyGUI.Container FairyGUI.DisplayObject::get_worldSpaceContainer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * DisplayObject_get_worldSpaceContainer_mECA99AEF5963A7ABEB46773C9C806D7074438417 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_get_worldSpaceContainer_mECA99AEF5963A7ABEB46773C9C806D7074438417_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * V_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_1 = NULL;
{
// Container wsc = null;
V_0 = (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)NULL;
// DisplayObject currentObject = this;
V_1 = __this;
goto IL_002c;
}
IL_0006:
{
// if ((currentObject is Container) && ((Container)currentObject).renderMode == RenderMode.WorldSpace)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = V_1;
if (!((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)L_0, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))
{
goto IL_0025;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = V_1;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_1, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
int32_t L_2 = ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_1, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->get_renderMode_52();
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_0025;
}
}
{
// wsc = (Container)currentObject;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = V_1;
V_0 = ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_3, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var));
// break;
goto IL_0034;
}
IL_0025:
{
// currentObject = currentObject.parent;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = V_1;
NullCheck(L_4);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_5 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_4, /*hidden argument*/NULL);
V_1 = L_5;
}
IL_002c:
{
// while (currentObject.parent != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = V_1;
NullCheck(L_6);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_7 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0006;
}
}
IL_0034:
{
// return wsc;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_8 = V_0;
return L_8;
}
}
// System.Boolean FairyGUI.DisplayObject::get_touchable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayObject_get_touchable_m65AC808CF39AE15DF4A65C6B3C8CDEE17AD6ED80 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _touchable; }
bool L_0 = __this->get__touchable_12();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_touchable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_touchable_m165CF943B6D5C11568709C7DDE9B6B43FFF4600D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _touchable = value; }
bool L_0 = ___value0;
__this->set__touchable_12(L_0);
// set { _touchable = value; }
return;
}
}
// System.Void FairyGUI.DisplayObject::EnterPaintingMode(System.Int32,System.Nullable`1<FairyGUI.Margin>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_EnterPaintingMode_mBD171BC8E68587EEB1918AE5E25F0AA43A90E3D4 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, int32_t ___requestorId0, Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ___margin1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_EnterPaintingMode_mBD171BC8E68587EEB1918AE5E25F0AA43A90E3D4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// bool first = _paintingMode == 0;
int32_t L_0 = __this->get__paintingMode_38();
// _paintingMode |= requestorId;
int32_t L_1 = __this->get__paintingMode_38();
int32_t L_2 = ___requestorId0;
__this->set__paintingMode_38(((int32_t)((int32_t)L_1|(int32_t)L_2)));
// if (first)
if (!((((int32_t)L_0) == ((int32_t)0))? 1 : 0))
{
goto IL_0162;
}
}
{
// if (_captureDelegate == null)
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_3 = __this->get__captureDelegate_37();
if (L_3)
{
goto IL_0036;
}
}
{
// _captureDelegate = Capture;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_4 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_4, __this, (intptr_t)((intptr_t)DisplayObject_Capture_mAA28C50100EBEA7DC54EBA752877AE4E01821820_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set__captureDelegate_37(L_4);
}
IL_0036:
{
// if (paintingGraphics == null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_5 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
if (L_5)
{
goto IL_00af;
}
}
{
// if (graphics == null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_6 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0059;
}
}
{
// paintingGraphics = new NGraphics(this.gameObject);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_7 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_8 = (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD *)il2cpp_codegen_object_new(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD_il2cpp_TypeInfo_var);
NGraphics__ctor_mBB3521CEBCF42D11C7384BBEE95A4E295A9B75B6(L_8, L_7, /*hidden argument*/NULL);
DisplayObject_set_paintingGraphics_mDF2BFF1D0DCC517799B36075AA555313BD77D63A_inline(__this, L_8, /*hidden argument*/NULL);
goto IL_00bb;
}
IL_0059:
{
// GameObject go = new GameObject(this.gameObject.name + " (Painter)");
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_9);
String_t* L_10 = Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE(L_9, /*hidden argument*/NULL);
String_t* L_11 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_10, _stringLiteral608D0A78675808980D3C002ABD6FBC11B0BC9966, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_12 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)il2cpp_codegen_object_new(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var);
GameObject__ctor_mBB454E679AD9CF0B84D3609A01E6A9753ACF4686(L_12, L_11, /*hidden argument*/NULL);
V_0 = L_12;
// go.layer = this.gameObject.layer;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_13 = V_0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_14 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_14);
int32_t L_15 = GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8(L_14, /*hidden argument*/NULL);
NullCheck(L_13);
GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907(L_13, L_15, /*hidden argument*/NULL);
// ToolSet.SetParent(go.transform, cachedTransform);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_16 = V_0;
NullCheck(L_16);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_17 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_16, /*hidden argument*/NULL);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_18 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
ToolSet_SetParent_mA9967AF376E0D3BD78B631BA81351684C00F91BD(L_17, L_18, /*hidden argument*/NULL);
// go.hideFlags = DisplayOptions.hideFlags;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_19 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var);
int32_t L_20 = ((DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields*)il2cpp_codegen_static_fields_for(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var))->get_hideFlags_0();
NullCheck(L_19);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_19, L_20, /*hidden argument*/NULL);
// paintingGraphics = new NGraphics(go);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_21 = V_0;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_22 = (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD *)il2cpp_codegen_object_new(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD_il2cpp_TypeInfo_var);
NGraphics__ctor_mBB3521CEBCF42D11C7384BBEE95A4E295A9B75B6(L_22, L_21, /*hidden argument*/NULL);
DisplayObject_set_paintingGraphics_mDF2BFF1D0DCC517799B36075AA555313BD77D63A_inline(__this, L_22, /*hidden argument*/NULL);
// }
goto IL_00bb;
}
IL_00af:
{
// paintingGraphics.enabled = true;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_23 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
NullCheck(L_23);
NGraphics_set_enabled_m9362A39E72A2A013C04EDC32325925B676FEF865(L_23, (bool)1, /*hidden argument*/NULL);
}
IL_00bb:
{
// paintingGraphics.vertexMatrix = null;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_24 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 ));
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 L_25 = V_1;
NullCheck(L_24);
NGraphics_set_vertexMatrix_m89B9DC0BBB8BA85008B6D53172A83AD1D4BFC068(L_24, L_25, /*hidden argument*/NULL);
// if (_paintingMaterial == null)
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_26 = __this->get__paintingMaterial_41();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_27 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_26, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_0102;
}
}
{
// _paintingMaterial = new Material(ShaderConfig.GetShader(ShaderConfig.imageShader));
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
String_t* L_28 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get_imageShader_1();
Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * L_29 = ShaderConfig_GetShader_m1812ED53E63F6F775C1DEDB2560DB03087CD2743(L_28, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_30 = (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)il2cpp_codegen_object_new(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var);
Material__ctor_m81E76B5C1316004F25D4FE9CEC0E78A7428DABA8(L_30, L_29, /*hidden argument*/NULL);
__this->set__paintingMaterial_41(L_30);
// _paintingMaterial.hideFlags = DisplayOptions.hideFlags;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_31 = __this->get__paintingMaterial_41();
IL2CPP_RUNTIME_CLASS_INIT(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var);
int32_t L_32 = ((DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields*)il2cpp_codegen_static_fields_for(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var))->get_hideFlags_0();
NullCheck(L_31);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_31, L_32, /*hidden argument*/NULL);
}
IL_0102:
{
// paintingGraphics.material = _paintingMaterial;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_33 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_34 = __this->get__paintingMaterial_41();
NullCheck(L_33);
NGraphics_set_material_mEA4858F8421F1476575E83F816D9D3E0B87A4026(L_33, L_34, /*hidden argument*/NULL);
// if (this is Container)
if (!((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))
{
goto IL_0138;
}
}
{
// ((Container)this).SetChildrenLayer(CaptureCamera.hiddenLayer);
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
int32_t L_35 = CaptureCamera_get_hiddenLayer_m9B3A0C8975E0DA9530BABD1648ED1A126C451DB7(/*hidden argument*/NULL);
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_SetChildrenLayer_m941916D1215FEBC8F8ED5F0065FF992C866B34EE(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_35, /*hidden argument*/NULL);
// ((Container)this).UpdateBatchingFlags();
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_UpdateBatchingFlags_m3BEA6CACF0DD7429C2A9D30A93C8141DEC12DD20(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// }
goto IL_013e;
}
IL_0138:
{
// this.InvalidateBatchingState();
DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C(__this, /*hidden argument*/NULL);
}
IL_013e:
{
// if (graphics != null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_36 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
if (!L_36)
{
goto IL_0156;
}
}
{
// this.gameObject.layer = CaptureCamera.hiddenLayer;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_37 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
int32_t L_38 = CaptureCamera_get_hiddenLayer_m9B3A0C8975E0DA9530BABD1648ED1A126C451DB7(/*hidden argument*/NULL);
NullCheck(L_37);
GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907(L_37, L_38, /*hidden argument*/NULL);
}
IL_0156:
{
// _paintingMargin = new Margin();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_39 = __this->get_address_of__paintingMargin_39();
il2cpp_codegen_initobj(L_39, sizeof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ));
}
IL_0162:
{
// if (margin != null)
bool L_40 = Nullable_1_get_HasValue_m03CCC63A37FCE702C4D78396076BAC618943C30A_inline((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(&___margin1), /*hidden argument*/Nullable_1_get_HasValue_m03CCC63A37FCE702C4D78396076BAC618943C30A_RuntimeMethod_var);
if (!L_40)
{
goto IL_0178;
}
}
{
// _paintingMargin = (Margin)margin;
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_41 = Nullable_1_get_Value_mF8FA9FBD06755D9ACF1E60C75C364A380FDF4582((Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 *)(&___margin1), /*hidden argument*/Nullable_1_get_Value_mF8FA9FBD06755D9ACF1E60C75C364A380FDF4582_RuntimeMethod_var);
__this->set__paintingMargin_39(L_41);
}
IL_0178:
{
// _paintingFlag = 1;
__this->set__paintingFlag_40(1);
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::LeavePaintingMode(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_LeavePaintingMode_mF2EB2C96873A13D564FEDD8EE1005CC28D099EBE (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, int32_t ___requestorId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_LeavePaintingMode_mF2EB2C96873A13D564FEDD8EE1005CC28D099EBE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_paintingMode == 0 || _disposed)
int32_t L_0 = __this->get__paintingMode_38();
if (!L_0)
{
goto IL_0010;
}
}
{
bool L_1 = __this->get__disposed_46();
if (!L_1)
{
goto IL_0011;
}
}
IL_0010:
{
// return;
return;
}
IL_0011:
{
// _paintingMode ^= requestorId;
int32_t L_2 = __this->get__paintingMode_38();
int32_t L_3 = ___requestorId0;
__this->set__paintingMode_38(((int32_t)((int32_t)L_2^(int32_t)L_3)));
// if (_paintingMode == 0)
int32_t L_4 = __this->get__paintingMode_38();
if (L_4)
{
goto IL_0082;
}
}
{
// paintingGraphics.enabled = false;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_5 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
NGraphics_set_enabled_m9362A39E72A2A013C04EDC32325925B676FEF865(L_5, (bool)0, /*hidden argument*/NULL);
// if (this is Container)
if (!((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))
{
goto IL_0059;
}
}
{
// ((Container)this).SetChildrenLayer(this.layer);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 FairyGUI.DisplayObject::get_layer() */, __this);
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_SetChildrenLayer_m941916D1215FEBC8F8ED5F0065FF992C866B34EE(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_6, /*hidden argument*/NULL);
// ((Container)this).UpdateBatchingFlags();
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_UpdateBatchingFlags_m3BEA6CACF0DD7429C2A9D30A93C8141DEC12DD20(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// }
goto IL_005f;
}
IL_0059:
{
// this.InvalidateBatchingState();
DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C(__this, /*hidden argument*/NULL);
}
IL_005f:
{
// if (graphics != null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_7 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0082;
}
}
{
// this.gameObject.layer = paintingGraphics.gameObject.layer;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_9 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
NullCheck(L_9);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_10 = NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7_inline(L_9, /*hidden argument*/NULL);
NullCheck(L_10);
int32_t L_11 = GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8(L_10, /*hidden argument*/NULL);
NullCheck(L_8);
GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907(L_8, L_11, /*hidden argument*/NULL);
}
IL_0082:
{
// }
return;
}
}
// System.Boolean FairyGUI.DisplayObject::get_paintingMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayObject_get_paintingMode_mEE1388024FEDFA23CE2836F519578A3D6C44AE71 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _paintingMode > 0; }
int32_t L_0 = __this->get__paintingMode_38();
return (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0);
}
}
// System.Boolean FairyGUI.DisplayObject::get_cacheAsBitmap()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayObject_get_cacheAsBitmap_m1897B7EB690B283F2F83DD1FF2BAFD2A44D71E20 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _cacheAsBitmap; }
bool L_0 = __this->get__cacheAsBitmap_42();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_cacheAsBitmap(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_cacheAsBitmap_mBEF4556B167CAD29C51FE7EC8D92D9AD749CF516 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, bool ___value0, const RuntimeMethod* method)
{
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// _cacheAsBitmap = value;
bool L_0 = ___value0;
__this->set__cacheAsBitmap_42(L_0);
// if (value)
bool L_1 = ___value0;
if (!L_1)
{
goto IL_001b;
}
}
{
// EnterPaintingMode(8, null);
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ));
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 L_2 = V_0;
DisplayObject_EnterPaintingMode_mBD171BC8E68587EEB1918AE5E25F0AA43A90E3D4(__this, 8, L_2, /*hidden argument*/NULL);
return;
}
IL_001b:
{
// LeavePaintingMode(8);
DisplayObject_LeavePaintingMode_mF2EB2C96873A13D564FEDD8EE1005CC28D099EBE(__this, 8, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.IFilter FairyGUI.DisplayObject::get_filter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DisplayObject_get_filter_mEA2D94A6B769C26610C0CF2EB1E84AE086F236D8 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// return _filter;
RuntimeObject* L_0 = __this->get__filter_20();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_filter(FairyGUI.IFilter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_filter_m6A36647D777F417BD398576F1ED49D3AA7181765 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_set_filter_m6A36647D777F417BD398576F1ED49D3AA7181765_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!Application.isPlaying) //?????????
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (L_0)
{
goto IL_0008;
}
}
{
// return;
return;
}
IL_0008:
{
// if (value == _filter)
RuntimeObject* L_1 = ___value0;
RuntimeObject* L_2 = __this->get__filter_20();
if ((!(((RuntimeObject*)(RuntimeObject*)L_1) == ((RuntimeObject*)(RuntimeObject*)L_2))))
{
goto IL_0012;
}
}
{
// return;
return;
}
IL_0012:
{
// if (_filter != null)
RuntimeObject* L_3 = __this->get__filter_20();
if (!L_3)
{
goto IL_0025;
}
}
{
// _filter.Dispose();
RuntimeObject* L_4 = __this->get__filter_20();
NullCheck(L_4);
InterfaceActionInvoker0::Invoke(3 /* System.Void FairyGUI.IFilter::Dispose() */, IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3_il2cpp_TypeInfo_var, L_4);
}
IL_0025:
{
// if (value != null && value.target != null)
RuntimeObject* L_5 = ___value0;
if (!L_5)
{
goto IL_003c;
}
}
{
RuntimeObject* L_6 = ___value0;
NullCheck(L_6);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_7 = InterfaceFuncInvoker0< DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(0 /* FairyGUI.DisplayObject FairyGUI.IFilter::get_target() */, IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3_il2cpp_TypeInfo_var, L_6);
if (!L_7)
{
goto IL_003c;
}
}
{
// value.target.filter = null;
RuntimeObject* L_8 = ___value0;
NullCheck(L_8);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_9 = InterfaceFuncInvoker0< DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(0 /* FairyGUI.DisplayObject FairyGUI.IFilter::get_target() */, IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3_il2cpp_TypeInfo_var, L_8);
NullCheck(L_9);
DisplayObject_set_filter_m6A36647D777F417BD398576F1ED49D3AA7181765(L_9, (RuntimeObject*)NULL, /*hidden argument*/NULL);
}
IL_003c:
{
// _filter = value;
RuntimeObject* L_10 = ___value0;
__this->set__filter_20(L_10);
// if (_filter != null)
RuntimeObject* L_11 = __this->get__filter_20();
if (!L_11)
{
goto IL_0057;
}
}
{
// _filter.target = this;
RuntimeObject* L_12 = __this->get__filter_20();
NullCheck(L_12);
InterfaceActionInvoker1< DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(1 /* System.Void FairyGUI.IFilter::set_target(FairyGUI.DisplayObject) */, IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3_il2cpp_TypeInfo_var, L_12, __this);
}
IL_0057:
{
// }
return;
}
}
// FairyGUI.BlendMode FairyGUI.DisplayObject::get_blendMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DisplayObject_get_blendMode_mC22402C63BEDFF0C8DFA18234865A9231865D1D2 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _blendMode; }
int32_t L_0 = __this->get__blendMode_19();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_blendMode(FairyGUI.BlendMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_blendMode_m9E573C57F65D4601F258F5A5FEAD084B5D72296B (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, int32_t ___value0, const RuntimeMethod* method)
{
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// _blendMode = value;
int32_t L_0 = ___value0;
__this->set__blendMode_19(L_0);
// InvalidateBatchingState();
DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C(__this, /*hidden argument*/NULL);
// if (graphics == null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
if (L_1)
{
goto IL_004f;
}
}
{
// if (_blendMode != BlendMode.Normal)
int32_t L_2 = __this->get__blendMode_19();
if (!L_2)
{
goto IL_0047;
}
}
{
// if (!Application.isPlaying) //Not supported in edit mode?
bool L_3 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (L_3)
{
goto IL_0025;
}
}
{
// return;
return;
}
IL_0025:
{
// EnterPaintingMode(2, null);
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 ));
Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 L_4 = V_0;
DisplayObject_EnterPaintingMode_mBD171BC8E68587EEB1918AE5E25F0AA43A90E3D4(__this, 2, L_4, /*hidden argument*/NULL);
// paintingGraphics.blendMode = _blendMode;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_5 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
int32_t L_6 = __this->get__blendMode_19();
NullCheck(L_5);
L_5->set_blendMode_4(L_6);
// }
return;
}
IL_0047:
{
// LeavePaintingMode(2);
DisplayObject_LeavePaintingMode_mF2EB2C96873A13D564FEDD8EE1005CC28D099EBE(__this, 2, /*hidden argument*/NULL);
// }
return;
}
IL_004f:
{
// graphics.blendMode = _blendMode;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_7 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
int32_t L_8 = __this->get__blendMode_19();
NullCheck(L_7);
L_7->set_blendMode_4(L_8);
// }
return;
}
}
// UnityEngine.Rect FairyGUI.DisplayObject::GetBounds(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE DisplayObject_GetBounds_m02769C5E124AE2100F028B5E25626A9218CBF6A9 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___targetSpace0, const RuntimeMethod* method)
{
{
// EnsureSizeCorrect();
VirtActionInvoker0::Invoke(9 /* System.Void FairyGUI.DisplayObject::EnsureSizeCorrect() */, __this);
// if (targetSpace == this || _contentRect.width == 0 || _contentRect.height == 0) // optimization
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = ___targetSpace0;
if ((((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_0) == ((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)))
{
goto IL_002e;
}
}
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_1 = __this->get_address_of__contentRect_43();
float L_2 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_1, /*hidden argument*/NULL);
if ((((float)L_2) == ((float)(0.0f))))
{
goto IL_002e;
}
}
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_3 = __this->get_address_of__contentRect_43();
float L_4 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_3, /*hidden argument*/NULL);
if ((!(((float)L_4) == ((float)(0.0f)))))
{
goto IL_0035;
}
}
IL_002e:
{
// return _contentRect;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_5 = __this->get__contentRect_43();
return L_5;
}
IL_0035:
{
// else if (targetSpace == parent && _rotation.z == 0)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = ___targetSpace0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_7 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(__this, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_6) == ((RuntimeObject*)(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)L_7))))
{
goto IL_00af;
}
}
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_8 = __this->get_address_of__rotation_24();
float L_9 = L_8->get_z_4();
if ((!(((float)L_9) == ((float)(0.0f)))))
{
goto IL_00af;
}
}
{
// return new Rect(cachedTransform.localPosition.x, -cachedTransform.localPosition.y,
// _contentRect.width * cachedTransform.localScale.x, _contentRect.height * cachedTransform.localScale.y);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_10 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_10);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8(L_10, /*hidden argument*/NULL);
float L_12 = L_11.get_x_2();
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_13 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_13);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14 = Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8(L_13, /*hidden argument*/NULL);
float L_15 = L_14.get_y_3();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_16 = __this->get_address_of__contentRect_43();
float L_17 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_16, /*hidden argument*/NULL);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_18 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_18);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_19 = Transform_get_localScale_mD8F631021C2D62B7C341B1A17FA75491F64E13DA(L_18, /*hidden argument*/NULL);
float L_20 = L_19.get_x_2();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_21 = __this->get_address_of__contentRect_43();
float L_22 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_21, /*hidden argument*/NULL);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_23 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_23);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_24 = Transform_get_localScale_mD8F631021C2D62B7C341B1A17FA75491F64E13DA(L_23, /*hidden argument*/NULL);
float L_25 = L_24.get_y_3();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_26;
memset((&L_26), 0, sizeof(L_26));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_26), L_12, ((-L_15)), ((float)il2cpp_codegen_multiply((float)L_17, (float)L_20)), ((float)il2cpp_codegen_multiply((float)L_22, (float)L_25)), /*hidden argument*/NULL);
return L_26;
}
IL_00af:
{
// return TransformRect(_contentRect, targetSpace);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_27 = __this->get__contentRect_43();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_28 = ___targetSpace0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_29 = DisplayObject_TransformRect_mB5F7D15B13353539DD1C52F22F7D7E15F2763486(__this, L_27, L_28, /*hidden argument*/NULL);
return L_29;
}
}
// FairyGUI.DisplayObject FairyGUI.DisplayObject::InternalHitTest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * DisplayObject_InternalHitTest_m91940488DE54A36C2963823447E2BE39BB2D3431 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_InternalHitTest_m91940488DE54A36C2963823447E2BE39BB2D3431_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_visible && (!HitTestContext.forTouch || _touchable))
bool L_0 = __this->get__visible_11();
if (!L_0)
{
goto IL_001e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
bool L_1 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_forTouch_3();
if (!L_1)
{
goto IL_0017;
}
}
{
bool L_2 = __this->get__touchable_12();
if (!L_2)
{
goto IL_001e;
}
}
IL_0017:
{
// return HitTest();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = VirtFuncInvoker0< DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(22 /* FairyGUI.DisplayObject FairyGUI.DisplayObject::HitTest() */, __this);
return L_3;
}
IL_001e:
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
}
// FairyGUI.DisplayObject FairyGUI.DisplayObject::InternalHitTestMask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * DisplayObject_InternalHitTestMask_m4369593F7765416D0CB8E58E48440740AEB8240F (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// if (_visible)
bool L_0 = __this->get__visible_11();
if (!L_0)
{
goto IL_000f;
}
}
{
// return HitTest();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = VirtFuncInvoker0< DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(22 /* FairyGUI.DisplayObject FairyGUI.DisplayObject::HitTest() */, __this);
return L_1;
}
IL_000f:
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
}
// FairyGUI.DisplayObject FairyGUI.DisplayObject::HitTest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * DisplayObject_HitTest_m3C9530575230C2309D0C54A650FCAF127EBA68D8 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_HitTest_m3C9530575230C2309D0C54A650FCAF127EBA68D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
{
// Rect rect = GetBounds(this);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = VirtFuncInvoker1< Rect_t35B976DE901B5423C11705E156938EA27AB402CE , DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * >::Invoke(21 /* UnityEngine.Rect FairyGUI.DisplayObject::GetBounds(FairyGUI.DisplayObject) */, __this, __this);
V_0 = L_0;
// if (rect.width == 0 || rect.height == 0)
float L_1 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
if ((((float)L_1) == ((float)(0.0f))))
{
goto IL_0024;
}
}
{
float L_2 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
if ((!(((float)L_2) == ((float)(0.0f)))))
{
goto IL_0026;
}
}
IL_0024:
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
IL_0026:
{
// Vector2 localPoint = WorldToLocal(HitTestContext.worldPoint, HitTestContext.direction);
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_worldPoint_1();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_direction_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = DisplayObject_WorldToLocal_mA3392E7E1B08FCC91B15A4E40A0A27C489EE3443(__this, L_3, L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_5, /*hidden argument*/NULL);
V_1 = L_6;
// if (rect.Contains(localPoint))
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = V_1;
bool L_8 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0048;
}
}
{
// return this;
return __this;
}
IL_0048:
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
}
// UnityEngine.Vector2 FairyGUI.DisplayObject::GlobalToLocal(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_GlobalToLocal_m53BFABE7519A23621B6E1FBF79BE68DA83F2BB7B (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_GlobalToLocal_m53BFABE7519A23621B6E1FBF79BE68DA83F2BB7B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * V_0 = NULL;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * V_1 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
memset((&V_2), 0, sizeof(V_2));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_3;
memset((&V_3), 0, sizeof(V_3));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_4;
memset((&V_4), 0, sizeof(V_4));
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 V_5;
memset((&V_5), 0, sizeof(V_5));
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 V_6;
memset((&V_6), 0, sizeof(V_6));
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 V_7;
memset((&V_7), 0, sizeof(V_7));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_8;
memset((&V_8), 0, sizeof(V_8));
{
// Container wsc = this.worldSpaceContainer;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = DisplayObject_get_worldSpaceContainer_mECA99AEF5963A7ABEB46773C9C806D7074438417(__this, /*hidden argument*/NULL);
V_0 = L_0;
// if (wsc != null)//I am in a world space
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_1 = V_0;
if (!L_1)
{
goto IL_013e;
}
}
{
// Camera cam = wsc.GetRenderCamera();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_2 = V_0;
NullCheck(L_2);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_3 = Container_GetRenderCamera_m34108FF414D6DDD22212012EBDAA26F5AB8602B4(L_2, /*hidden argument*/NULL);
V_1 = L_3;
// Vector3 screenPoint = new Vector3();
il2cpp_codegen_initobj((&V_4), sizeof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ));
// screenPoint.x = point.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ___point0;
float L_5 = L_4.get_x_0();
(&V_4)->set_x_2(L_5);
// screenPoint.y = Screen.height - point.y;
int32_t L_6 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = ___point0;
float L_8 = L_7.get_y_1();
(&V_4)->set_y_3(((float)il2cpp_codegen_subtract((float)(((float)((float)L_6))), (float)L_8)));
// if (wsc.hitArea is MeshColliderHitTest)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_9 = V_0;
NullCheck(L_9);
RuntimeObject* L_10 = L_9->get_hitArea_56();
if (!((MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5 *)IsInstClass((RuntimeObject*)L_10, MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5_il2cpp_TypeInfo_var)))
{
goto IL_00ee;
}
}
{
// Ray ray = cam.ScreenPointToRay(screenPoint);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_11 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_12 = V_4;
NullCheck(L_11);
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_13 = Camera_ScreenPointToRay_m27638E78502DB6D6D7113F81AF7C210773B828F3(L_11, L_12, /*hidden argument*/NULL);
V_5 = L_13;
// if (((MeshColliderHitTest)wsc.hitArea).collider.Raycast(ray, out hit, 100))
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_14 = V_0;
NullCheck(L_14);
RuntimeObject* L_15 = L_14->get_hitArea_56();
NullCheck(((MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5 *)CastclassClass((RuntimeObject*)L_15, MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5_il2cpp_TypeInfo_var)));
Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * L_16 = ((ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 *)((MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5 *)CastclassClass((RuntimeObject*)L_15, MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5_il2cpp_TypeInfo_var)))->get_collider_0();
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_17 = V_5;
NullCheck(L_16);
bool L_18 = Collider_Raycast_mF79828BB10A356336B673595777F7C6941E3F42F(L_16, L_17, (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&V_6), (100.0f), /*hidden argument*/NULL);
if (!L_18)
{
goto IL_00de;
}
}
{
// point = new Vector2(hit.textureCoord.x * _contentRect.width, (1 - hit.textureCoord.y) * _contentRect.height);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = RaycastHit_get_textureCoord_mE520CE27BD748249D38ABAA093FFAD9186FEE68D((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&V_6), /*hidden argument*/NULL);
float L_20 = L_19.get_x_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_21 = __this->get_address_of__contentRect_43();
float L_22 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_21, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_23 = RaycastHit_get_textureCoord_mE520CE27BD748249D38ABAA093FFAD9186FEE68D((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&V_6), /*hidden argument*/NULL);
float L_24 = L_23.get_y_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_25 = __this->get_address_of__contentRect_43();
float L_26 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_25, /*hidden argument*/NULL);
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&___point0), ((float)il2cpp_codegen_multiply((float)L_20, (float)L_22)), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_24)), (float)L_26)), /*hidden argument*/NULL);
// worldPoint = Stage.inst.cachedTransform.TransformPoint(point.x, -point.y, 0);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_27 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_27);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_28 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_27, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_29 = ___point0;
float L_30 = L_29.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_31 = ___point0;
float L_32 = L_31.get_y_1();
NullCheck(L_28);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_33 = Transform_TransformPoint_m363B3A9E2C3A9A52F4B872CF34F476D87CCC8CEC(L_28, L_30, ((-L_32)), (0.0f), /*hidden argument*/NULL);
V_2 = L_33;
// direction = Vector3.back;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_34 = Vector3_get_back_mE7EF8625637E6F8B9E6B42A6AE140777C51E02F7(/*hidden argument*/NULL);
V_3 = L_34;
// }
goto IL_0130;
}
IL_00de:
{
// return new Vector2(float.NaN, float.NaN);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_35;
memset((&L_35), 0, sizeof(L_35));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_35), (std::numeric_limits<float>::quiet_NaN()), (std::numeric_limits<float>::quiet_NaN()), /*hidden argument*/NULL);
return L_35;
}
IL_00ee:
{
// screenPoint.z = cam.WorldToScreenPoint(this.cachedTransform.position).z;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_36 = V_1;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_37 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_37);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_38 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_37, /*hidden argument*/NULL);
NullCheck(L_36);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_39 = Camera_WorldToScreenPoint_m880F9611E4848C11F21FDF1A1D307B401C61B1BF(L_36, L_38, /*hidden argument*/NULL);
float L_40 = L_39.get_z_4();
(&V_4)->set_z_4(L_40);
// worldPoint = cam.ScreenToWorldPoint(screenPoint);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_41 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_42 = V_4;
NullCheck(L_41);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_43 = Camera_ScreenToWorldPoint_m179BB999DC97A251D0892B39C98F3FACDF0617C5(L_41, L_42, /*hidden argument*/NULL);
V_2 = L_43;
// Ray ray = cam.ScreenPointToRay(screenPoint);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_44 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_45 = V_4;
NullCheck(L_44);
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_46 = Camera_ScreenPointToRay_m27638E78502DB6D6D7113F81AF7C210773B828F3(L_44, L_45, /*hidden argument*/NULL);
V_7 = L_46;
// direction = Vector3.zero - ray.direction;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_47 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_48 = Ray_get_direction_m9E6468CD87844B437FC4B93491E63D388322F76E((Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 *)(&V_7), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_49 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_47, L_48, /*hidden argument*/NULL);
V_3 = L_49;
}
IL_0130:
{
// return this.WorldToLocal(worldPoint, direction);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_50 = V_2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_51 = V_3;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_52 = DisplayObject_WorldToLocal_mA3392E7E1B08FCC91B15A4E40A0A27C489EE3443(__this, L_50, L_51, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_53 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_52, /*hidden argument*/NULL);
return L_53;
}
IL_013e:
{
// Vector3 worldPoint = Stage.inst.cachedTransform.TransformPoint(point.x, -point.y, 0);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_54 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_54);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_55 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_54, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_56 = ___point0;
float L_57 = L_56.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_58 = ___point0;
float L_59 = L_58.get_y_1();
NullCheck(L_55);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_60 = Transform_TransformPoint_m363B3A9E2C3A9A52F4B872CF34F476D87CCC8CEC(L_55, L_57, ((-L_59)), (0.0f), /*hidden argument*/NULL);
V_8 = L_60;
// return this.WorldToLocal(worldPoint, Vector3.back);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_61 = V_8;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_62 = Vector3_get_back_mE7EF8625637E6F8B9E6B42A6AE140777C51E02F7(/*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_63 = DisplayObject_WorldToLocal_mA3392E7E1B08FCC91B15A4E40A0A27C489EE3443(__this, L_61, L_62, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_64 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_63, /*hidden argument*/NULL);
return L_64;
}
}
// UnityEngine.Vector2 FairyGUI.DisplayObject::LocalToGlobal(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_LocalToGlobal_mAE32922AE7785ABA26E0DEC586F46A2E8D1180A6 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_LocalToGlobal_mAE32922AE7785ABA26E0DEC586F46A2E8D1180A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * V_0 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// Container wsc = this.worldSpaceContainer;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = DisplayObject_get_worldSpaceContainer_mECA99AEF5963A7ABEB46773C9C806D7074438417(__this, /*hidden argument*/NULL);
V_0 = L_0;
// Vector3 worldPoint = this.cachedTransform.TransformPoint(point.x, -point.y, 0);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_1 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___point0;
float L_3 = L_2.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ___point0;
float L_5 = L_4.get_y_1();
NullCheck(L_1);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = Transform_TransformPoint_m363B3A9E2C3A9A52F4B872CF34F476D87CCC8CEC(L_1, L_3, ((-L_5)), (0.0f), /*hidden argument*/NULL);
V_1 = L_6;
// if (wsc != null)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_7 = V_0;
if (!L_7)
{
goto IL_0070;
}
}
{
// if (wsc.hitArea is MeshColliderHitTest) //Not supported for UIPainter, use TransfromPoint instead.
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_8 = V_0;
NullCheck(L_8);
RuntimeObject* L_9 = L_8->get_hitArea_56();
if (!((MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5 *)IsInstClass((RuntimeObject*)L_9, MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5_il2cpp_TypeInfo_var)))
{
goto IL_0045;
}
}
{
// return new Vector2(float.NaN, float.NaN);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10;
memset((&L_10), 0, sizeof(L_10));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_10), (std::numeric_limits<float>::quiet_NaN()), (std::numeric_limits<float>::quiet_NaN()), /*hidden argument*/NULL);
return L_10;
}
IL_0045:
{
// Vector3 screePoint = wsc.GetRenderCamera().WorldToScreenPoint(worldPoint);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_11 = V_0;
NullCheck(L_11);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_12 = Container_GetRenderCamera_m34108FF414D6DDD22212012EBDAA26F5AB8602B4(L_11, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_13 = V_1;
NullCheck(L_12);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14 = Camera_WorldToScreenPoint_m880F9611E4848C11F21FDF1A1D307B401C61B1BF(L_12, L_13, /*hidden argument*/NULL);
V_2 = L_14;
// return new Vector2(screePoint.x, Stage.inst.stageHeight - screePoint.y);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_15 = V_2;
float L_16 = L_15.get_x_2();
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_17 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_17);
int32_t L_18 = Stage_get_stageHeight_m979ECFABF811ADCDE89B970B7FF1B9765CE28C92_inline(L_17, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_19 = V_2;
float L_20 = L_19.get_y_3();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21;
memset((&L_21), 0, sizeof(L_21));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_21), L_16, ((float)il2cpp_codegen_subtract((float)(((float)((float)L_18))), (float)L_20)), /*hidden argument*/NULL);
return L_21;
}
IL_0070:
{
// point = Stage.inst.cachedTransform.InverseTransformPoint(worldPoint);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_22 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_22);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_23 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_22, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_24 = V_1;
NullCheck(L_23);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_25 = Transform_InverseTransformPoint_mB6E3145F20B531B4A781C194BAC43A8255C96C47(L_23, L_24, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_26 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_25, /*hidden argument*/NULL);
___point0 = L_26;
// point.y = -point.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_27 = ___point0;
float L_28 = L_27.get_y_1();
(&___point0)->set_y_1(((-L_28)));
// return point;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_29 = ___point0;
return L_29;
}
}
// UnityEngine.Vector3 FairyGUI.DisplayObject::WorldToLocal(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 DisplayObject_WorldToLocal_mA3392E7E1B08FCC91B15A4E40A0A27C489EE3443 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPoint0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___direction1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_WorldToLocal_mA3392E7E1B08FCC91B15A4E40A0A27C489EE3443_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
float V_1 = 0.0f;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_2;
memset((&V_2), 0, sizeof(V_2));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_3;
memset((&V_3), 0, sizeof(V_3));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_4;
memset((&V_4), 0, sizeof(V_4));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_5;
memset((&V_5), 0, sizeof(V_5));
float V_6 = 0.0f;
{
// Vector3 localPoint = this.cachedTransform.InverseTransformPoint(worldPoint);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = ___worldPoint0;
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = Transform_InverseTransformPoint_mB6E3145F20B531B4A781C194BAC43A8255C96C47(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
// if (localPoint.z != 0) //?????x??y??????????????????z?????0?
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = V_0;
float L_4 = L_3.get_z_4();
if ((((float)L_4) == ((float)(0.0f))))
{
goto IL_0070;
}
}
{
// direction = this.cachedTransform.InverseTransformDirection(direction);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = ___direction1;
NullCheck(L_5);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = Transform_InverseTransformDirection_m6F0513F2EC19C204F2077E3C68DD1D45317CB5F2(L_5, L_6, /*hidden argument*/NULL);
___direction1 = L_7;
// float distOnLine = Vector3.Dot(Vector3.zero - localPoint, Vector3.forward) / Vector3.Dot(direction, Vector3.forward);
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_8, L_9, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = Vector3_get_forward_m3E2E192B3302130098738C308FA1EE1439449D0D(/*hidden argument*/NULL);
float L_12 = Vector3_Dot_m0C530E1C51278DE28B77906D56356506232272C1(L_10, L_11, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_13 = ___direction1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14 = Vector3_get_forward_m3E2E192B3302130098738C308FA1EE1439449D0D(/*hidden argument*/NULL);
float L_15 = Vector3_Dot_m0C530E1C51278DE28B77906D56356506232272C1(L_13, L_14, /*hidden argument*/NULL);
V_1 = ((float)((float)L_12/(float)L_15));
// if (float.IsInfinity(distOnLine))
float L_16 = V_1;
bool L_17 = Single_IsInfinity_m811B198540AB538C4FE145F7C0303C4AD772988B(L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_005d;
}
}
{
// return Vector2.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_18 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_19 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_18, /*hidden argument*/NULL);
return L_19;
}
IL_005d:
{
// localPoint = localPoint + direction * distOnLine;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_20 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_21 = ___direction1;
float L_22 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 = Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E(L_21, L_22, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_24 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_20, L_23, /*hidden argument*/NULL);
V_0 = L_24;
// }
goto IL_017d;
}
IL_0070:
{
// else if (_transformMatrix != null)
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * L_25 = __this->get_address_of__transformMatrix_44();
bool L_26 = Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_inline((Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 *)L_25, /*hidden argument*/Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_RuntimeMethod_var);
if (!L_26)
{
goto IL_017d;
}
}
{
// Matrix4x4 mm = (Matrix4x4)_transformMatrix;
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * L_27 = __this->get_address_of__transformMatrix_44();
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_28 = Nullable_1_get_Value_m1A1452465ECFA25605A029CC5997609D1B1D2A90((Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 *)L_27, /*hidden argument*/Nullable_1_get_Value_m1A1452465ECFA25605A029CC5997609D1B1D2A90_RuntimeMethod_var);
V_2 = L_28;
// Vector3 camPos = new Vector3(_pivot.x * _contentRect.width, -_pivot.y * _contentRect.height, _focalLength);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_29 = __this->get_address_of__pivot_13();
float L_30 = L_29->get_x_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_31 = __this->get_address_of__contentRect_43();
float L_32 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_31, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_33 = __this->get_address_of__pivot_13();
float L_34 = L_33->get_y_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_35 = __this->get_address_of__contentRect_43();
float L_36 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_35, /*hidden argument*/NULL);
int32_t L_37 = __this->get__focalLength_23();
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_3), ((float)il2cpp_codegen_multiply((float)L_30, (float)L_32)), ((float)il2cpp_codegen_multiply((float)((-L_34)), (float)L_36)), (((float)((float)L_37))), /*hidden argument*/NULL);
// Vector3 center = new Vector3(camPos.x, camPos.y, 0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_38 = V_3;
float L_39 = L_38.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_40 = V_3;
float L_41 = L_40.get_y_3();
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_4), L_39, L_41, (0.0f), /*hidden argument*/NULL);
// center -= mm.MultiplyPoint(center);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_42 = V_4;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_43 = V_4;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_44 = Matrix4x4_MultiplyPoint_mD5D082585C5B3564A5EFC90A3C5CAFFE47E45B65((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_2), L_43, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_45 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_42, L_44, /*hidden argument*/NULL);
V_4 = L_45;
// mm = mm.inverse;
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_46 = Matrix4x4_get_inverse_mBD3145C0D7977962E18C8B3BF63DD671F7917166((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_2), /*hidden argument*/NULL);
V_2 = L_46;
// camPos = mm.MultiplyPoint(camPos);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_47 = V_3;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_48 = Matrix4x4_MultiplyPoint_mD5D082585C5B3564A5EFC90A3C5CAFFE47E45B65((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_2), L_47, /*hidden argument*/NULL);
V_3 = L_48;
// localPoint -= center;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_49 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_50 = V_4;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_51 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_49, L_50, /*hidden argument*/NULL);
V_0 = L_51;
// localPoint = mm.MultiplyPoint(localPoint);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_52 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_53 = Matrix4x4_MultiplyPoint_mD5D082585C5B3564A5EFC90A3C5CAFFE47E45B65((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_2), L_52, /*hidden argument*/NULL);
V_0 = L_53;
// Vector3 vec = localPoint - camPos;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_54 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_55 = V_3;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_56 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_54, L_55, /*hidden argument*/NULL);
V_5 = L_56;
// float lambda = -camPos.z / vec.z;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_57 = V_3;
float L_58 = L_57.get_z_4();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_59 = V_5;
float L_60 = L_59.get_z_4();
V_6 = ((float)((float)((-L_58))/(float)L_60));
// localPoint.x = camPos.x + lambda * vec.x;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_61 = V_3;
float L_62 = L_61.get_x_2();
float L_63 = V_6;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_64 = V_5;
float L_65 = L_64.get_x_2();
(&V_0)->set_x_2(((float)il2cpp_codegen_add((float)L_62, (float)((float)il2cpp_codegen_multiply((float)L_63, (float)L_65)))));
// localPoint.y = camPos.y + lambda * vec.y;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_66 = V_3;
float L_67 = L_66.get_y_3();
float L_68 = V_6;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_69 = V_5;
float L_70 = L_69.get_y_3();
(&V_0)->set_y_3(((float)il2cpp_codegen_add((float)L_67, (float)((float)il2cpp_codegen_multiply((float)L_68, (float)L_70)))));
// localPoint.z = 0;
(&V_0)->set_z_4((0.0f));
// HitTestContext.worldPoint = this.cachedTransform.TransformPoint(localPoint);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_71 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_72 = V_0;
NullCheck(L_71);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_73 = Transform_TransformPoint_mA96DC2A20EE7F4F915F7509863A18D99F5DD76CB(L_71, L_72, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_worldPoint_1(L_73);
}
IL_017d:
{
// localPoint.y = -localPoint.y;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_74 = V_0;
float L_75 = L_74.get_y_3();
(&V_0)->set_y_3(((-L_75)));
// return localPoint;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_76 = V_0;
return L_76;
}
}
// UnityEngine.Vector2 FairyGUI.DisplayObject::TransformPoint(UnityEngine.Vector2,FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_TransformPoint_mD3AEFBFC98A076CF75A49E311B1B02697FC0A7FA (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point0, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___targetSpace1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_TransformPoint_mD3AEFBFC98A076CF75A49E311B1B02697FC0A7FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (targetSpace == this)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = ___targetSpace1;
if ((!(((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_0) == ((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this))))
{
goto IL_0006;
}
}
{
// return point;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = ___point0;
return L_1;
}
IL_0006:
{
// point.y = -point.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___point0;
float L_3 = L_2.get_y_1();
(&___point0)->set_y_1(((-L_3)));
// Vector3 v = this.cachedTransform.TransformPoint(point);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = ___point0;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = Transform_TransformPoint_mA96DC2A20EE7F4F915F7509863A18D99F5DD76CB(L_4, L_6, /*hidden argument*/NULL);
V_0 = L_7;
// if (targetSpace != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = ___targetSpace1;
if (!L_8)
{
goto IL_0044;
}
}
{
// v = targetSpace.cachedTransform.InverseTransformPoint(v);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_9 = ___targetSpace1;
NullCheck(L_9);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_10 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_9, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = V_0;
NullCheck(L_10);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_12 = Transform_InverseTransformPoint_mB6E3145F20B531B4A781C194BAC43A8255C96C47(L_10, L_11, /*hidden argument*/NULL);
V_0 = L_12;
// v.y = -v.y;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_13 = V_0;
float L_14 = L_13.get_y_3();
(&V_0)->set_y_3(((-L_14)));
}
IL_0044:
{
// return v;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_15 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_16 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_15, /*hidden argument*/NULL);
return L_16;
}
}
// UnityEngine.Rect FairyGUI.DisplayObject::TransformRect(UnityEngine.Rect,FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE DisplayObject_TransformRect_mB5F7D15B13353539DD1C52F22F7D7E15F2763486 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___targetSpace1, const RuntimeMethod* method)
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (targetSpace == this)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = ___targetSpace1;
if ((!(((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_0) == ((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this))))
{
goto IL_0006;
}
}
{
// return rect;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = ___rect0;
return L_1;
}
IL_0006:
{
// if (targetSpace == parent && _rotation.z == 0) // optimization
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = ___targetSpace1;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(__this, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_2) == ((RuntimeObject*)(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)L_3))))
{
goto IL_0079;
}
}
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_4 = __this->get_address_of__rotation_24();
float L_5 = L_4->get_z_4();
if ((!(((float)L_5) == ((float)(0.0f)))))
{
goto IL_0079;
}
}
{
// Vector3 vec = cachedTransform.localScale;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = Transform_get_localScale_mD8F631021C2D62B7C341B1A17FA75491F64E13DA(L_6, /*hidden argument*/NULL);
V_0 = L_7;
// return new Rect((this.x + rect.x) * vec.x, (this.y + rect.y) * vec.y,
// rect.width * vec.x, rect.height * vec.y);
float L_8 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(__this, /*hidden argument*/NULL);
float L_9 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_0;
float L_11 = L_10.get_x_2();
float L_12 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(__this, /*hidden argument*/NULL);
float L_13 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14 = V_0;
float L_15 = L_14.get_y_3();
float L_16 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_17 = V_0;
float L_18 = L_17.get_x_2();
float L_19 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_20 = V_0;
float L_21 = L_20.get_y_3();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_22;
memset((&L_22), 0, sizeof(L_22));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_22), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_8, (float)L_9)), (float)L_11)), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_12, (float)L_13)), (float)L_15)), ((float)il2cpp_codegen_multiply((float)L_16, (float)L_18)), ((float)il2cpp_codegen_multiply((float)L_19, (float)L_21)), /*hidden argument*/NULL);
return L_22;
}
IL_0079:
{
// Vector4 vec4 = new Vector4(float.MaxValue, float.MaxValue, float.MinValue, float.MinValue);
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(&V_1), ((std::numeric_limits<float>::max)()), ((std::numeric_limits<float>::max)()), (-(std::numeric_limits<float>::max)()), (-(std::numeric_limits<float>::max)()), /*hidden argument*/NULL);
// TransformRectPoint(rect.xMin, rect.yMin, targetSpace, ref vec4);
float L_23 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
float L_24 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_25 = ___targetSpace1;
DisplayObject_TransformRectPoint_mEB76BBE323C1F43C0DB5768A84768DD629DDDCBF(__this, L_23, L_24, L_25, (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(&V_1), /*hidden argument*/NULL);
// TransformRectPoint(rect.xMax, rect.yMin, targetSpace, ref vec4);
float L_26 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
float L_27 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_28 = ___targetSpace1;
DisplayObject_TransformRectPoint_mEB76BBE323C1F43C0DB5768A84768DD629DDDCBF(__this, L_26, L_27, L_28, (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(&V_1), /*hidden argument*/NULL);
// TransformRectPoint(rect.xMin, rect.yMax, targetSpace, ref vec4);
float L_29 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
float L_30 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_31 = ___targetSpace1;
DisplayObject_TransformRectPoint_mEB76BBE323C1F43C0DB5768A84768DD629DDDCBF(__this, L_29, L_30, L_31, (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(&V_1), /*hidden argument*/NULL);
// TransformRectPoint(rect.xMax, rect.yMax, targetSpace, ref vec4);
float L_32 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
float L_33 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_34 = ___targetSpace1;
DisplayObject_TransformRectPoint_mEB76BBE323C1F43C0DB5768A84768DD629DDDCBF(__this, L_32, L_33, L_34, (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E *)(&V_1), /*hidden argument*/NULL);
// return Rect.MinMaxRect(vec4.x, vec4.y, vec4.z, vec4.w);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_35 = V_1;
float L_36 = L_35.get_x_1();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_37 = V_1;
float L_38 = L_37.get_y_2();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_39 = V_1;
float L_40 = L_39.get_z_3();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_41 = V_1;
float L_42 = L_41.get_w_4();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_43 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F(L_36, L_38, L_40, L_42, /*hidden argument*/NULL);
return L_43;
}
}
// System.Void FairyGUI.DisplayObject::TransformRectPoint(System.Single,System.Single,FairyGUI.DisplayObject,UnityEngine.Vector4&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_TransformRectPoint_mEB76BBE323C1F43C0DB5768A84768DD629DDDCBF (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___px0, float ___py1, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___targetSpace2, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * ___vec43, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_TransformRectPoint_mEB76BBE323C1F43C0DB5768A84768DD629DDDCBF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// Vector2 v = this.cachedTransform.TransformPoint(px, -py, 0);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
float L_1 = ___px0;
float L_2 = ___py1;
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Transform_TransformPoint_m363B3A9E2C3A9A52F4B872CF34F476D87CCC8CEC(L_0, L_1, ((-L_2)), (0.0f), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_3, /*hidden argument*/NULL);
V_0 = L_4;
// if (targetSpace != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = ___targetSpace2;
if (!L_5)
{
goto IL_0041;
}
}
{
// v = targetSpace.cachedTransform.InverseTransformPoint(v);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = ___targetSpace2;
NullCheck(L_6);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_7 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_6, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = Transform_InverseTransformPoint_mB6E3145F20B531B4A781C194BAC43A8255C96C47(L_7, L_9, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_10, /*hidden argument*/NULL);
V_0 = L_11;
// v.y = -v.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = V_0;
float L_13 = L_12.get_y_1();
(&V_0)->set_y_1(((-L_13)));
}
IL_0041:
{
// if (vec4.x > v.x) vec4.x = v.x;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_14 = ___vec43;
float L_15 = L_14->get_x_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_16 = V_0;
float L_17 = L_16.get_x_0();
if ((!(((float)L_15) > ((float)L_17))))
{
goto IL_005d;
}
}
{
// if (vec4.x > v.x) vec4.x = v.x;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_18 = ___vec43;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = V_0;
float L_20 = L_19.get_x_0();
L_18->set_x_1(L_20);
}
IL_005d:
{
// if (vec4.z < v.x) vec4.z = v.x;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_21 = ___vec43;
float L_22 = L_21->get_z_3();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_23 = V_0;
float L_24 = L_23.get_x_0();
if ((!(((float)L_22) < ((float)L_24))))
{
goto IL_0079;
}
}
{
// if (vec4.z < v.x) vec4.z = v.x;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_25 = ___vec43;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_26 = V_0;
float L_27 = L_26.get_x_0();
L_25->set_z_3(L_27);
}
IL_0079:
{
// if (vec4.y > v.y) vec4.y = v.y;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_28 = ___vec43;
float L_29 = L_28->get_y_2();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_30 = V_0;
float L_31 = L_30.get_y_1();
if ((!(((float)L_29) > ((float)L_31))))
{
goto IL_0095;
}
}
{
// if (vec4.y > v.y) vec4.y = v.y;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_32 = ___vec43;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_33 = V_0;
float L_34 = L_33.get_y_1();
L_32->set_y_2(L_34);
}
IL_0095:
{
// if (vec4.w < v.y) vec4.w = v.y;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_35 = ___vec43;
float L_36 = L_35->get_w_4();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_37 = V_0;
float L_38 = L_37.get_y_1();
if ((!(((float)L_36) < ((float)L_38))))
{
goto IL_00b1;
}
}
{
// if (vec4.w < v.y) vec4.w = v.y;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * L_39 = ___vec43;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_40 = V_0;
float L_41 = L_40.get_y_1();
L_39->set_w_4(L_41);
}
IL_00b1:
{
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::RemoveFromParent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_RemoveFromParent_mA6523A61C7B61B89A9C081DCBE10B5D06F0BC1C3 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// if (parent != null)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0015;
}
}
{
// parent.RemoveChild(this);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_1 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
Container_RemoveChild_m63980F70C47DF6DBA5EE4FBDA6EB21C673DE8114(L_1, __this, /*hidden argument*/NULL);
}
IL_0015:
{
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::InvalidateBatchingState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// if (parent != null)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
// parent.InvalidateBatchingState(true);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_1 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
Container_InvalidateBatchingState_mA53B97FEA18A083F9E1C18BB39B0289373395D53(L_1, (bool)1, /*hidden argument*/NULL);
}
IL_0014:
{
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_Update_m05756CF6A38AE531702D2ED732D15053849EC4BB (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_Update_m05756CF6A38AE531702D2ED732D15053849EC4BB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
// if (graphics != null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_002e;
}
}
{
// graphics.Update(context, context.alpha * _alpha, context.grayed | _grayed);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_2 = ___context0;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_3 = ___context0;
NullCheck(L_3);
float L_4 = L_3->get_alpha_7();
float L_5 = __this->get__alpha_17();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_6 = ___context0;
NullCheck(L_6);
bool L_7 = L_6->get_grayed_8();
bool L_8 = __this->get__grayed_18();
NullCheck(L_1);
NGraphics_Update_mA6815D27461C381FDD2BB48DC40C6A66FD01AB11(L_1, L_2, ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), (bool)((int32_t)((int32_t)L_7|(int32_t)L_8)), /*hidden argument*/NULL);
}
IL_002e:
{
// if (_paintingMode != 0)
int32_t L_9 = __this->get__paintingMode_38();
if (!L_9)
{
goto IL_0196;
}
}
{
// NTexture paintingTexture = paintingGraphics.texture;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_10 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
NullCheck(L_10);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_11 = NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline(L_10, /*hidden argument*/NULL);
V_0 = L_11;
// if (paintingTexture != null && paintingTexture.disposed) //Texture????Stage.MonitorTexture??
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_12 = V_0;
if (!L_12)
{
goto IL_0059;
}
}
{
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_13 = V_0;
NullCheck(L_13);
bool L_14 = NTexture_get_disposed_m4C530AD85583B76D73057ED5A2E488B2B6D69D6D(L_13, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0059;
}
}
{
// paintingTexture = null;
V_0 = (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)NULL;
// _paintingFlag = 1;
__this->set__paintingFlag_40(1);
}
IL_0059:
{
// if (_paintingFlag == 1)
int32_t L_15 = __this->get__paintingFlag_40();
if ((!(((uint32_t)L_15) == ((uint32_t)1))))
{
goto IL_0143;
}
}
{
// _paintingFlag = 0;
__this->set__paintingFlag_40(0);
// int textureWidth = Mathf.RoundToInt(_contentRect.width + _paintingMargin.left + _paintingMargin.right);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_16 = __this->get_address_of__contentRect_43();
float L_17 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_16, /*hidden argument*/NULL);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_18 = __this->get_address_of__paintingMargin_39();
int32_t L_19 = L_18->get_left_0();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_20 = __this->get_address_of__paintingMargin_39();
int32_t L_21 = L_20->get_right_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_22 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_17, (float)(((float)((float)L_19))))), (float)(((float)((float)L_21))))), /*hidden argument*/NULL);
V_1 = L_22;
// int textureHeight = Mathf.RoundToInt(_contentRect.height + _paintingMargin.top + _paintingMargin.bottom);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_23 = __this->get_address_of__contentRect_43();
float L_24 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_23, /*hidden argument*/NULL);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_25 = __this->get_address_of__paintingMargin_39();
int32_t L_26 = L_25->get_top_2();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_27 = __this->get_address_of__paintingMargin_39();
int32_t L_28 = L_27->get_bottom_3();
int32_t L_29 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_24, (float)(((float)((float)L_26))))), (float)(((float)((float)L_28))))), /*hidden argument*/NULL);
V_2 = L_29;
// paintingGraphics.contentRect = new Rect(-_paintingMargin.left, -_paintingMargin.top, textureWidth, textureHeight);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_30 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_31 = __this->get_address_of__paintingMargin_39();
int32_t L_32 = L_31->get_left_0();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_33 = __this->get_address_of__paintingMargin_39();
int32_t L_34 = L_33->get_top_2();
int32_t L_35 = V_1;
int32_t L_36 = V_2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_37;
memset((&L_37), 0, sizeof(L_37));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_37), (((float)((float)((-L_32))))), (((float)((float)((-L_34))))), (((float)((float)L_35))), (((float)((float)L_36))), /*hidden argument*/NULL);
NullCheck(L_30);
NGraphics_set_contentRect_m3261EF99328B0E6D46293FC7BACDB18813E6F374(L_30, L_37, /*hidden argument*/NULL);
// if (paintingTexture == null || paintingTexture.width != textureWidth || paintingTexture.height != textureHeight)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_38 = V_0;
if (!L_38)
{
goto IL_0105;
}
}
{
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_39 = V_0;
NullCheck(L_39);
int32_t L_40 = NTexture_get_width_m4792DA39FBA764B89C6701C227FA1C3727C2471F(L_39, /*hidden argument*/NULL);
int32_t L_41 = V_1;
if ((!(((uint32_t)L_40) == ((uint32_t)L_41))))
{
goto IL_0105;
}
}
{
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_42 = V_0;
NullCheck(L_42);
int32_t L_43 = NTexture_get_height_mB6C76DA4C0F2C64D60B198215C64605E0486A22E(L_42, /*hidden argument*/NULL);
int32_t L_44 = V_2;
if ((((int32_t)L_43) == ((int32_t)L_44)))
{
goto IL_0143;
}
}
IL_0105:
{
// if (paintingTexture != null)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_45 = V_0;
if (!L_45)
{
goto IL_010e;
}
}
{
// paintingTexture.Dispose();
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_46 = V_0;
NullCheck(L_46);
NTexture_Dispose_m0B1F7B320F32756E8E94B4753F4D3DD29A1D95F9(L_46, /*hidden argument*/NULL);
}
IL_010e:
{
// if (textureWidth > 0 && textureHeight > 0)
int32_t L_47 = V_1;
if ((((int32_t)L_47) <= ((int32_t)0)))
{
goto IL_0135;
}
}
{
int32_t L_48 = V_2;
if ((((int32_t)L_48) <= ((int32_t)0)))
{
goto IL_0135;
}
}
{
// paintingTexture = new NTexture(CaptureCamera.CreateRenderTexture(textureWidth, textureHeight, UIConfig.depthSupportForPaintingMode));
int32_t L_49 = V_1;
int32_t L_50 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
bool L_51 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_depthSupportForPaintingMode_31();
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_52 = CaptureCamera_CreateRenderTexture_m94532FD87A3BA922637B90F812E8E086C48B1CE0(L_49, L_50, L_51, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_53 = (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)il2cpp_codegen_object_new(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var);
NTexture__ctor_m8A21ABAD86CF9509D24FE8FFFAC43365B9DCBFAA(L_53, L_52, /*hidden argument*/NULL);
V_0 = L_53;
// Stage.inst.MonitorTexture(paintingTexture);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_54 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_55 = V_0;
NullCheck(L_54);
Stage_MonitorTexture_m628E3A7420288F33DA365C410E866D339585D281(L_54, L_55, /*hidden argument*/NULL);
// }
goto IL_0137;
}
IL_0135:
{
// paintingTexture = null;
V_0 = (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)NULL;
}
IL_0137:
{
// paintingGraphics.texture = paintingTexture;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_56 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_57 = V_0;
NullCheck(L_56);
NGraphics_set_texture_m37C1CC2B5DE298F7007E91C3112A3A8A30A37694(L_56, L_57, /*hidden argument*/NULL);
}
IL_0143:
{
// if (paintingTexture != null)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_58 = V_0;
if (!L_58)
{
goto IL_0184;
}
}
{
// paintingTexture.lastActive = Time.time;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_59 = V_0;
float L_60 = Time_get_time_m7863349C8845BBA36629A2B3F8EF1C3BEA350FD8(/*hidden argument*/NULL);
NullCheck(L_59);
L_59->set_lastActive_3(L_60);
// if (!(this is Container) //??????????Container.Update?????????????????Capture?????????????????Capture?
// && (_paintingFlag != 2 || !_cacheAsBitmap))
if (((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))
{
goto IL_0184;
}
}
{
int32_t L_61 = __this->get__paintingFlag_40();
if ((!(((uint32_t)L_61) == ((uint32_t)2))))
{
goto IL_016a;
}
}
{
bool L_62 = __this->get__cacheAsBitmap_42();
if (L_62)
{
goto IL_0184;
}
}
IL_016a:
{
// UpdateContext.OnEnd += _captureDelegate;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_63 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get_OnEnd_13();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_64 = __this->get__captureDelegate_37();
Delegate_t * L_65 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_63, L_64, /*hidden argument*/NULL);
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set_OnEnd_13(((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_65, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var)));
}
IL_0184:
{
// paintingGraphics.Update(context, 1, false);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_66 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_67 = ___context0;
NullCheck(L_66);
NGraphics_Update_mA6815D27461C381FDD2BB48DC40C6A66FD01AB11(L_66, L_67, (1.0f), (bool)0, /*hidden argument*/NULL);
}
IL_0196:
{
// if (_filter != null)
RuntimeObject* L_68 = __this->get__filter_20();
if (!L_68)
{
goto IL_01a9;
}
}
{
// _filter.Update();
RuntimeObject* L_69 = __this->get__filter_20();
NullCheck(L_69);
InterfaceActionInvoker0::Invoke(2 /* System.Void FairyGUI.IFilter::Update() */, IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3_il2cpp_TypeInfo_var, L_69);
}
IL_01a9:
{
// Stats.ObjectCount++;
int32_t L_70 = ((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->get_ObjectCount_0();
((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->set_ObjectCount_0(((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)));
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::Capture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_Capture_mAA28C50100EBEA7DC54EBA752877AE4E01821820 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_Capture_mAA28C50100EBEA7DC54EBA752877AE4E01821820_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// Vector2 offset = new Vector2(_paintingMargin.left, _paintingMargin.top);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_0 = __this->get_address_of__paintingMargin_39();
int32_t L_1 = L_0->get_left_0();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_2 = __this->get_address_of__paintingMargin_39();
int32_t L_3 = L_2->get_top_2();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), (((float)((float)L_1))), (((float)((float)L_3))), /*hidden argument*/NULL);
// CaptureCamera.Capture(this, (RenderTexture)paintingGraphics.texture.nativeTexture, offset);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_4 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_5 = NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_6 = NTexture_get_nativeTexture_m022E7332CA1C910A1128926D6FF9E6B911E475C0(L_5, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
CaptureCamera_Capture_mFACFA9B309DD9C99E58490AEB82FFBEA4629CDF0(__this, ((RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 *)CastclassClass((RuntimeObject*)L_6, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL);
// _paintingFlag = 2; //2???????Capture
__this->set__paintingFlag_40(2);
// if (onPaint != null)
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_8 = __this->get_onPaint_8();
if (!L_8)
{
goto IL_0055;
}
}
{
// onPaint();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_9 = __this->get_onPaint_8();
NullCheck(L_9);
EventCallback0_Invoke_m5F19E5736B5156889F3F9DF0B3BF355E9BD30E65(L_9, /*hidden argument*/NULL);
}
IL_0055:
{
// }
return;
}
}
// UnityEngine.Transform FairyGUI.DisplayObject::get_home()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * DisplayObject_get_home_m1B57405FD6F9F00EA97AFD35971831D6B3977DE3 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _home; }
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = __this->get__home_21();
return L_0;
}
}
// System.Void FairyGUI.DisplayObject::set_home(UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_home_mDB96076FDC5BB4EAC9CFBAB13E600FCA5970FE69 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___value0, const RuntimeMethod* method)
{
{
// _home = value;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = ___value0;
__this->set__home_21(L_0);
// if ((object)value != null && (object)cachedTransform.parent == null)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_1 = ___value0;
if (!L_1)
{
goto IL_0023;
}
}
{
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_2 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0023;
}
}
{
// ToolSet.SetParent(cachedTransform, value);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = ___value0;
ToolSet_SetParent_mA9967AF376E0D3BD78B631BA81351684C00F91BD(L_4, L_5, /*hidden argument*/NULL);
}
IL_0023:
{
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::UpdateHierarchy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_UpdateHierarchy_m176FC4BB82BC927D4F3EF60D55BD117DE0F782C0 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_UpdateHierarchy_m176FC4BB82BC927D4F3EF60D55BD117DE0F782C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (!_ownsGameObject)
bool L_0 = __this->get__ownsGameObject_45();
if (L_0)
{
goto IL_0043;
}
}
{
// if (gameObject != null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_013d;
}
}
{
// if (parent != null && visible)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(__this, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0036;
}
}
{
bool L_4 = DisplayObject_get_visible_mAC592C4E9C512B8C487417138816F0850B4569A5_inline(__this, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0036;
}
}
{
// gameObject.SetActive(true);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_5, (bool)1, /*hidden argument*/NULL);
return;
}
IL_0036:
{
// gameObject.SetActive(false);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_6 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_6, (bool)0, /*hidden argument*/NULL);
// }
return;
}
IL_0043:
{
// else if (parent != null)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_7 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(__this, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_00ce;
}
}
{
// ToolSet.SetParent(cachedTransform, parent.cachedTransform);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_8 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_9 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(__this, /*hidden argument*/NULL);
NullCheck(L_9);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_10 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_9, /*hidden argument*/NULL);
ToolSet_SetParent_mA9967AF376E0D3BD78B631BA81351684C00F91BD(L_8, L_10, /*hidden argument*/NULL);
// if (_visible)
bool L_11 = __this->get__visible_11();
if (!L_11)
{
goto IL_0078;
}
}
{
// gameObject.SetActive(true);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_12 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_12);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_12, (bool)1, /*hidden argument*/NULL);
}
IL_0078:
{
// int layerValue = parent.gameObject.layer;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_13 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(__this, /*hidden argument*/NULL);
NullCheck(L_13);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_14 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(L_13, /*hidden argument*/NULL);
NullCheck(L_14);
int32_t L_15 = GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8(L_14, /*hidden argument*/NULL);
V_0 = L_15;
// if (parent._paintingMode != 0)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_16 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(__this, /*hidden argument*/NULL);
NullCheck(L_16);
int32_t L_17 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_16)->get__paintingMode_38();
if (!L_17)
{
goto IL_009c;
}
}
{
// layerValue = CaptureCamera.hiddenLayer;
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
int32_t L_18 = CaptureCamera_get_hiddenLayer_m9B3A0C8975E0DA9530BABD1648ED1A126C451DB7(/*hidden argument*/NULL);
V_0 = L_18;
}
IL_009c:
{
// if ((this is Container) && this.gameObject.layer != layerValue && this._paintingMode == 0)
if (!((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))
{
goto IL_00c6;
}
}
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_19 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_19);
int32_t L_20 = GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8(L_19, /*hidden argument*/NULL);
int32_t L_21 = V_0;
if ((((int32_t)L_20) == ((int32_t)L_21)))
{
goto IL_00c6;
}
}
{
int32_t L_22 = __this->get__paintingMode_38();
if (L_22)
{
goto IL_00c6;
}
}
{
// ((Container)this).SetChildrenLayer(layerValue);
int32_t L_23 = V_0;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
Container_SetChildrenLayer_m941916D1215FEBC8F8ED5F0065FF992C866B34EE(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_23, /*hidden argument*/NULL);
}
IL_00c6:
{
// this.layer = layerValue;
int32_t L_24 = V_0;
VirtActionInvoker1< int32_t >::Invoke(18 /* System.Void FairyGUI.DisplayObject::set_layer(System.Int32) */, __this, L_24);
// }
return;
}
IL_00ce:
{
// else if (!_disposed && this.gameObject != null && !StageEngine.beingQuit)
bool L_25 = __this->get__disposed_46();
if (L_25)
{
goto IL_013d;
}
}
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_26 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_27 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_26, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_013d;
}
}
{
bool L_28 = ((StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_StaticFields*)il2cpp_codegen_static_fields_for(StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_il2cpp_TypeInfo_var))->get_beingQuit_6();
if (L_28)
{
goto IL_013d;
}
}
{
// if (Application.isPlaying)
bool L_29 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_29)
{
goto IL_0131;
}
}
{
// if (gOwner == null || gOwner.parent == null)//??gOwner??parent????????????
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_30 = __this->get_gOwner_9();
if (!L_30)
{
goto IL_0107;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_31 = __this->get_gOwner_9();
NullCheck(L_31);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_32 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_31, /*hidden argument*/NULL);
if (L_32)
{
goto IL_0131;
}
}
IL_0107:
{
// ToolSet.SetParent(cachedTransform, _home);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_33 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_34 = __this->get__home_21();
ToolSet_SetParent_mA9967AF376E0D3BD78B631BA81351684C00F91BD(L_33, L_34, /*hidden argument*/NULL);
// if (_home == null)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_35 = __this->get__home_21();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_36 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_35, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_36)
{
goto IL_0131;
}
}
{
// Object.DontDestroyOnLoad(this.gameObject);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_37 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DontDestroyOnLoad_m4DC90770AD6084E4B1B8489C6B41205DC020C207(L_37, /*hidden argument*/NULL);
}
IL_0131:
{
// gameObject.SetActive(false);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_38 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_38);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_38, (bool)0, /*hidden argument*/NULL);
}
IL_013d:
{
// }
return;
}
}
// System.Void FairyGUI.DisplayObject::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_Dispose_m4623756E849DEB7F6FED6C37DCD618A88AAE059D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayObject_Dispose_m4623756E849DEB7F6FED6C37DCD618A88AAE059D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_disposed)
bool L_0 = __this->get__disposed_46();
if (!L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// _disposed = true;
__this->set__disposed_46((bool)1);
// RemoveFromParent();
DisplayObject_RemoveFromParent_mA6523A61C7B61B89A9C081DCBE10B5D06F0BC1C3(__this, /*hidden argument*/NULL);
// RemoveEventListeners();
EventDispatcher_RemoveEventListeners_mD42A57F23130CA8489B9343A9DB734111098568E(__this, /*hidden argument*/NULL);
// if (graphics != null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_002f;
}
}
{
// graphics.Dispose();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_2 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
NGraphics_Dispose_m3DCEA47C7007FE3A0AD47AB2F51A1DEB68908CBC(L_2, /*hidden argument*/NULL);
}
IL_002f:
{
// if (_filter != null)
RuntimeObject* L_3 = __this->get__filter_20();
if (!L_3)
{
goto IL_0042;
}
}
{
// _filter.Dispose();
RuntimeObject* L_4 = __this->get__filter_20();
NullCheck(L_4);
InterfaceActionInvoker0::Invoke(3 /* System.Void FairyGUI.IFilter::Dispose() */, IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3_il2cpp_TypeInfo_var, L_4);
}
IL_0042:
{
// if (paintingGraphics != null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_5 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_00cf;
}
}
{
// if (paintingGraphics.texture != null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_6 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_7 = NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_006a;
}
}
{
// paintingGraphics.texture.Dispose();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_8 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
NullCheck(L_8);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_9 = NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline(L_8, /*hidden argument*/NULL);
NullCheck(L_9);
NTexture_Dispose_m0B1F7B320F32756E8E94B4753F4D3DD29A1D95F9(L_9, /*hidden argument*/NULL);
}
IL_006a:
{
// if (_paintingMaterial != null)
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_10 = __this->get__paintingMaterial_41();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_11 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_10, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0083;
}
}
{
// Object.Destroy(_paintingMaterial);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_12 = __this->get__paintingMaterial_41();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_12, /*hidden argument*/NULL);
}
IL_0083:
{
// paintingGraphics.Dispose();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_13 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
NullCheck(L_13);
NGraphics_Dispose_m3DCEA47C7007FE3A0AD47AB2F51A1DEB68908CBC(L_13, /*hidden argument*/NULL);
// if (paintingGraphics.gameObject != this.gameObject)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_14 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
NullCheck(L_14);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_15 = NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7_inline(L_14, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_16 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_17 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_15, L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_00cf;
}
}
{
// if (Application.isPlaying)
bool L_18 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_18)
{
goto IL_00bf;
}
}
{
// Object.Destroy(paintingGraphics.gameObject);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_19 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
NullCheck(L_19);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_20 = NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7_inline(L_19, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_20, /*hidden argument*/NULL);
goto IL_00cf;
}
IL_00bf:
{
// Object.DestroyImmediate(paintingGraphics.gameObject);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_21 = DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline(__this, /*hidden argument*/NULL);
NullCheck(L_21);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_22 = NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7_inline(L_21, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446(L_22, /*hidden argument*/NULL);
}
IL_00cf:
{
// DestroyGameObject();
DisplayObject_DestroyGameObject_m837D70167A21DE7FD0E0E60CD573304E67531BAE(__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 FairyGUI.DisplayObjectInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObjectInfo__ctor_m3A00F1E2D904AEA987354FBE48121880E2C4EDFC (DisplayObjectInfo_t7655D49FE30470F70905EBC2A44B8D61058812F8 * __this, const RuntimeMethod* method)
{
{
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__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 FairyGUI.DisplayOptions::SetEditModeHideFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayOptions_SetEditModeHideFlags_m99682C039495A233EA1036B43E8C426435AF2603 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DisplayOptions_SetEditModeHideFlags_m99682C039495A233EA1036B43E8C426435AF2603_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// hideFlags = HideFlags.DontSaveInEditor;
IL2CPP_RUNTIME_CLASS_INIT(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var);
((DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields*)il2cpp_codegen_static_fields_for(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var))->set_hideFlags_0(4);
// }
return;
}
}
// System.Void FairyGUI.DisplayOptions::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayOptions__ctor_mA48DCBEE60EE64586A089D0F6109A9849CCA008B (DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.DisplayOptions::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayOptions__cctor_m99D4F8ABD527EA4CEE947DDA1708270B92FD7AA6 (const RuntimeMethod* method)
{
{
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
// FairyGUI.DragDropManager FairyGUI.DragDropManager::get_inst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E * DragDropManager_get_inst_m073255D46375EA6D42F9FFB117283AF369EBB244 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DragDropManager_get_inst_m073255D46375EA6D42F9FFB117283AF369EBB244_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_inst == null)
DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E * L_0 = ((DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E_StaticFields*)il2cpp_codegen_static_fields_for(DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E_il2cpp_TypeInfo_var))->get__inst_2();
if (L_0)
{
goto IL_0011;
}
}
{
// _inst = new DragDropManager();
DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E * L_1 = (DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E *)il2cpp_codegen_object_new(DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E_il2cpp_TypeInfo_var);
DragDropManager__ctor_m7B32F3C196FD7A26757CDE789701E9299EC1A0F7(L_1, /*hidden argument*/NULL);
((DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E_StaticFields*)il2cpp_codegen_static_fields_for(DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E_il2cpp_TypeInfo_var))->set__inst_2(L_1);
}
IL_0011:
{
// return _inst;
DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E * L_2 = ((DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E_StaticFields*)il2cpp_codegen_static_fields_for(DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E_il2cpp_TypeInfo_var))->get__inst_2();
return L_2;
}
}
// System.Void FairyGUI.DragDropManager::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DragDropManager__ctor_m7B32F3C196FD7A26757CDE789701E9299EC1A0F7 (DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DragDropManager__ctor_m7B32F3C196FD7A26757CDE789701E9299EC1A0F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public DragDropManager()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _agent = (GLoader)UIObjectFactory.NewObject(ObjectType.Loader);
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = UIObjectFactory_NewObject_m3ECE19102DBC0A0F9CB926FC0A923D6C928662AD(4, /*hidden argument*/NULL);
__this->set__agent_0(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_0, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
// _agent.gameObjectName = "DragDropAgent";
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_1 = __this->get__agent_0();
NullCheck(L_1);
GObject_set_gameObjectName_m1917229F0090A1EC698B985ADE6FC13C3F115160(L_1, _stringLiteral6E9814053270940A646CD5E833299690FC23226A, /*hidden argument*/NULL);
// _agent.SetHome(GRoot.inst);
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_2 = __this->get__agent_0();
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_3 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
NullCheck(L_2);
GObject_SetHome_mD8B27223002B3EC3731440E31F30FE80904676D4(L_2, L_3, /*hidden argument*/NULL);
// _agent.touchable = false;//important
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_4 = __this->get__agent_0();
NullCheck(L_4);
GObject_set_touchable_m08158DAF75D2FBDF81D3666FF5A135569A005D95(L_4, (bool)0, /*hidden argument*/NULL);
// _agent.draggable = true;
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_5 = __this->get__agent_0();
NullCheck(L_5);
GObject_set_draggable_m6E417D48468158CEAEA55ED93B1D608508C98AC3(L_5, (bool)1, /*hidden argument*/NULL);
// _agent.SetSize(100, 100);
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_6 = __this->get__agent_0();
NullCheck(L_6);
GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E(L_6, (100.0f), (100.0f), /*hidden argument*/NULL);
// _agent.SetPivot(0.5f, 0.5f, true);
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_7 = __this->get__agent_0();
NullCheck(L_7);
GObject_SetPivot_m64CE550F65ABC5CD126FFA69B3C6AC11725562E7(L_7, (0.5f), (0.5f), (bool)1, /*hidden argument*/NULL);
// _agent.align = AlignType.Center;
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_8 = __this->get__agent_0();
NullCheck(L_8);
GLoader_set_align_m1FFD9D82359D6D76FBAD261153EEA81FF9329A8B(L_8, 1, /*hidden argument*/NULL);
// _agent.verticalAlign = VertAlignType.Middle;
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_9 = __this->get__agent_0();
NullCheck(L_9);
GLoader_set_verticalAlign_m042BF12F50BA2DD2021FD6E0A9FD330FA33AE3CA(L_9, 1, /*hidden argument*/NULL);
// _agent.sortingOrder = int.MaxValue;
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_10 = __this->get__agent_0();
NullCheck(L_10);
GObject_set_sortingOrder_m0F212D879E53BB06E349324102CD5FB5487FB2B6(L_10, ((int32_t)2147483647LL), /*hidden argument*/NULL);
// _agent.onDragEnd.Add(__dragEnd);
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_11 = __this->get__agent_0();
NullCheck(L_11);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_12 = GObject_get_onDragEnd_mDB9CDE8F348C282F55A6BB562466F3A532E14203(L_11, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_13 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_13, __this, (intptr_t)((intptr_t)DragDropManager___dragEnd_m6AE78A3CA32ADD46F28835BB9FB558FA86917A2F_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_12);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_12, L_13, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.GLoader FairyGUI.DragDropManager::get_dragAgent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GLoader_t79DB886430214FA5031328823142509230E0E4A8 * DragDropManager_get_dragAgent_m81F6FFA0C2BF37E00A62F3307EB422E599359BF2 (DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E * __this, const RuntimeMethod* method)
{
{
// get { return _agent; }
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_0 = __this->get__agent_0();
return L_0;
}
}
// System.Boolean FairyGUI.DragDropManager::get_dragging()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DragDropManager_get_dragging_mEFAFB5523135CF236E12C2C0E564BE6FC573089A (DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E * __this, const RuntimeMethod* method)
{
{
// get { return _agent.parent != null; }
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_0 = __this->get__agent_0();
NullCheck(L_0);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_0, /*hidden argument*/NULL);
return (bool)((!(((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Void FairyGUI.DragDropManager::StartDrag(FairyGUI.GObject,System.String,System.Object,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DragDropManager_StartDrag_mE2512D407AC035F3ACF668542D20F550DAB1390A (DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___source0, String_t* ___icon1, RuntimeObject * ___sourceData2, int32_t ___touchPointID3, const RuntimeMethod* method)
{
{
// if (_agent.parent != null)
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_0 = __this->get__agent_0();
NullCheck(L_0);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000e;
}
}
{
// return;
return;
}
IL_000e:
{
// _sourceData = sourceData;
RuntimeObject * L_2 = ___sourceData2;
__this->set__sourceData_1(L_2);
// _agent.url = icon;
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_3 = __this->get__agent_0();
String_t* L_4 = ___icon1;
NullCheck(L_3);
GLoader_set_url_mF7D7464F7E47EAA7AB96D9B418CBB906281168CB(L_3, L_4, /*hidden argument*/NULL);
// GRoot.inst.AddChild(_agent);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_5 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_6 = __this->get__agent_0();
NullCheck(L_5);
GComponent_AddChild_m19636256D7C8BD209522E91EC12A0B44176236D2(L_5, L_6, /*hidden argument*/NULL);
// _agent.xy = GRoot.inst.GlobalToLocal(Stage.inst.GetTouchPosition(touchPointID));
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_7 = __this->get__agent_0();
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_8 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_9 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
int32_t L_10 = ___touchPointID3;
NullCheck(L_9);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = Stage_GetTouchPosition_m23562A6532BB2E452C8A769FA22BAAB4B4349AB9(L_9, L_10, /*hidden argument*/NULL);
NullCheck(L_8);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(L_8, L_11, /*hidden argument*/NULL);
NullCheck(L_7);
GObject_set_xy_mE9FF4BB0E0A552C09BF033BED9610CD03B63F518(L_7, L_12, /*hidden argument*/NULL);
// _agent.StartDrag(touchPointID);
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_13 = __this->get__agent_0();
int32_t L_14 = ___touchPointID3;
NullCheck(L_13);
GObject_StartDrag_mE67D7212353EDC7758B75614C23ACB039AD2BFAD(L_13, L_14, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.DragDropManager::Cancel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DragDropManager_Cancel_mDC1C5EDF62E2F187AB6FBD308E1A333D5283CB6E (DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E * __this, const RuntimeMethod* method)
{
{
// if (_agent.parent != null)
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_0 = __this->get__agent_0();
NullCheck(L_0);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0030;
}
}
{
// _agent.StopDrag();
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_2 = __this->get__agent_0();
NullCheck(L_2);
GObject_StopDrag_mD2D1569B47F688450E1D7A8186A35B855C27D5F3(L_2, /*hidden argument*/NULL);
// GRoot.inst.RemoveChild(_agent);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_3 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_4 = __this->get__agent_0();
NullCheck(L_3);
GComponent_RemoveChild_m3AC05AED1E411CC68D31BBB761DAC6E12A3E118D(L_3, L_4, /*hidden argument*/NULL);
// _sourceData = null;
__this->set__sourceData_1(NULL);
}
IL_0030:
{
// }
return;
}
}
// System.Void FairyGUI.DragDropManager::__dragEnd(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DragDropManager___dragEnd_m6AE78A3CA32ADD46F28835BB9FB558FA86917A2F (DragDropManager_t9645C80494D106EE72E66256E819DF30DD1BF90E * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___evt0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DragDropManager___dragEnd_m6AE78A3CA32ADD46F28835BB9FB558FA86917A2F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_1 = NULL;
{
// if (_agent.parent == null) //cancelled
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_0 = __this->get__agent_0();
NullCheck(L_0);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000e;
}
}
{
// return;
return;
}
IL_000e:
{
// GRoot.inst.RemoveChild(_agent);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_2 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_3 = __this->get__agent_0();
NullCheck(L_2);
GComponent_RemoveChild_m3AC05AED1E411CC68D31BBB761DAC6E12A3E118D(L_2, L_3, /*hidden argument*/NULL);
// object sourceData = _sourceData;
RuntimeObject * L_4 = __this->get__sourceData_1();
V_0 = L_4;
// _sourceData = null;
__this->set__sourceData_1(NULL);
// GObject obj = GRoot.inst.touchTarget;
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_5 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
NullCheck(L_5);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = GRoot_get_touchTarget_mE4A3754B3797ECAEBC1A915E1C10C8FD226C0470(L_5, /*hidden argument*/NULL);
V_1 = L_6;
goto IL_0062;
}
IL_003a:
{
// if (obj.hasEventListeners("onDrop"))
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = V_1;
NullCheck(L_7);
bool L_8 = EventDispatcher_hasEventListeners_mB2B597F656DDCCC9D4A78DF10F86198E0F2D4B1C(L_7, _stringLiteral3B74573A9F74E7C59AE8E85009A28535C2715529, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_005b;
}
}
{
// obj.RequestFocus();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = V_1;
NullCheck(L_9);
GObject_RequestFocus_mF48B2C61C76A43FE6325D4B92B61C91DEC65A6BD(L_9, /*hidden argument*/NULL);
// obj.DispatchEvent("onDrop", sourceData);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = V_1;
RuntimeObject * L_11 = V_0;
NullCheck(L_10);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(L_10, _stringLiteral3B74573A9F74E7C59AE8E85009A28535C2715529, L_11, /*hidden argument*/NULL);
// return;
return;
}
IL_005b:
{
// obj = obj.parent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = V_1;
NullCheck(L_12);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_13 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_12, /*hidden argument*/NULL);
V_1 = L_13;
}
IL_0062:
{
// while (obj != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = V_1;
if (L_14)
{
goto IL_003a;
}
}
{
// }
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 FairyGUI.DynamicFont::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicFont__ctor_m7ED559157A273F081CACAEAA79D5E1824F2AB599 (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * __this, String_t* ___name0, const RuntimeMethod* method)
{
{
// public DynamicFont(string name) : this(name,null)
String_t* L_0 = ___name0;
DynamicFont__ctor_m7EBD08615DE8235637056E5A4EA74A36C8D12C47(__this, L_0, (String_t*)NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.DynamicFont::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicFont__ctor_m7EBD08615DE8235637056E5A4EA74A36C8D12C47 (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * __this, String_t* ___name0, String_t* ___path1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DynamicFont__ctor_m7EBD08615DE8235637056E5A4EA74A36C8D12C47_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public DynamicFont(string name, string path)
BaseFont__ctor_mAD14869B4B0F23B549AE228F644DCC96069A0145(__this, /*hidden argument*/NULL);
// this.name = name;
String_t* L_0 = ___name0;
BaseFont_set_name_m761C9192ED6DCB3912DACF45A637DA266FF8CC66_inline(__this, L_0, /*hidden argument*/NULL);
// _path = path;
String_t* L_1 = ___path1;
__this->set__path_14(L_1);
// this.canTint = true;
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->set_canTint_2((bool)1);
// this.keepCrisp = true;
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->set_keepCrisp_6((bool)1);
// this.shader = ShaderConfig.textShader;
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
String_t* L_2 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get_textShader_2();
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->set_shader_5(L_2);
// _lastFontSize = -1;
__this->set__lastFontSize_11((-1));
// if (name.ToLower().IndexOf("bold") == -1)
String_t* L_3 = ___name0;
NullCheck(L_3);
String_t* L_4 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_5 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_4, _stringLiteralC9B76AE79584AABFA8A92E1E354D651804860118, /*hidden argument*/NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)(-1)))))
{
goto IL_0052;
}
}
{
// this.customBold = Application.isMobilePlatform;
bool L_6 = Application_get_isMobilePlatform_m11B260E344378D2A3CE53FCCA64DAC70F0B783E7(/*hidden argument*/NULL);
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->set_customBold_3(L_6);
}
IL_0052:
{
// _renderInfo = new Dictionary<int, RenderInfo>();
Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 * L_7 = (Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 *)il2cpp_codegen_object_new(Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m6D27DF771BB09FE5C7AD418E63057537B5E6564A(L_7, /*hidden argument*/Dictionary_2__ctor_m6D27DF771BB09FE5C7AD418E63057537B5E6564A_RuntimeMethod_var);
__this->set__renderInfo_9(L_7);
// LoadFont();
VirtActionInvoker0::Invoke(9 /* System.Void FairyGUI.DynamicFont::LoadFont() */, __this);
// }
return;
}
}
// System.Void FairyGUI.DynamicFont::LoadFont()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicFont_LoadFont_mD65E78ACDA94AF13BEA1438DABD8D36B62B2F0A7 (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DynamicFont_LoadFont_mD65E78ACDA94AF13BEA1438DABD8D36B62B2F0A7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * V_3 = NULL;
{
// if (!string.IsNullOrEmpty(_path))
String_t* L_0 = __this->get__path_14();
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_001e;
}
}
{
// _font = taurus.unity.ResourcesManager.LoadObject<Font>(_path);
String_t* L_2 = __this->get__path_14();
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_3 = ResourcesManager_LoadObject_TisFont_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26_m7FA7212AE603E6025E74652EA54916820A7152F1(L_2, /*hidden argument*/ResourcesManager_LoadObject_TisFont_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26_m7FA7212AE603E6025E74652EA54916820A7152F1_RuntimeMethod_var);
__this->set__font_8(L_3);
}
IL_001e:
{
// if (_font == null)
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_4 = __this->get__font_8();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_5 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_4, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_004c;
}
}
{
// _font = (Font)Resources.Load(name, typeof(Font));
String_t* L_6 = BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline(__this, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_9 = Resources_Load_mF0FA033BF566CDDA6A0E69BB97283B44C40726E7(L_6, L_8, /*hidden argument*/NULL);
__this->set__font_8(((Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 *)CastclassSealed((RuntimeObject*)L_9, Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26_il2cpp_TypeInfo_var)));
}
IL_004c:
{
// if (_font == null)
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_10 = __this->get__font_8();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_11 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_10, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0084;
}
}
{
// _font = (Font)Resources.Load("Fonts/" + name, typeof(Font));
String_t* L_12 = BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline(__this, /*hidden argument*/NULL);
String_t* L_13 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral2C712A80AAE7E7A0D23634CC84CBF78E68366B92, L_12, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26_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);
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_16 = Resources_Load_mF0FA033BF566CDDA6A0E69BB97283B44C40726E7(L_13, L_15, /*hidden argument*/NULL);
__this->set__font_8(((Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 *)CastclassSealed((RuntimeObject*)L_16, Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26_il2cpp_TypeInfo_var)));
}
IL_0084:
{
// if (_font == null)
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_17 = __this->get__font_8();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_18 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_17, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_00fa;
}
}
{
// if (name.IndexOf(",") != -1)
String_t* L_19 = BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline(__this, /*hidden argument*/NULL);
NullCheck(L_19);
int32_t L_20 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_19, _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808, /*hidden argument*/NULL);
if ((((int32_t)L_20) == ((int32_t)(-1))))
{
goto IL_00e7;
}
}
{
// string[] arr = name.Split(',');
String_t* L_21 = BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline(__this, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = L_22;
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)44));
NullCheck(L_21);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_21, L_23, /*hidden argument*/NULL);
V_0 = L_24;
// int cnt = arr.Length;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = V_0;
NullCheck(L_25);
V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length))));
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_00d3;
}
IL_00c4:
{
// arr[i] = arr[i].Trim();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = V_0;
int32_t L_27 = V_2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = V_0;
int32_t L_29 = V_2;
NullCheck(L_28);
int32_t L_30 = L_29;
String_t* L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
NullCheck(L_31);
String_t* L_32 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_31, /*hidden argument*/NULL);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_32);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(L_27), (String_t*)L_32);
// for (int i = 0; i < cnt; i++)
int32_t L_33 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
}
IL_00d3:
{
// for (int i = 0; i < cnt; i++)
int32_t L_34 = V_2;
int32_t L_35 = V_1;
if ((((int32_t)L_34) < ((int32_t)L_35)))
{
goto IL_00c4;
}
}
{
// _font = Font.CreateDynamicFontFromOSFont(arr, 16);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_36 = V_0;
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_37 = Font_CreateDynamicFontFromOSFont_mC67BE05157E03E78B07E241DE3F76B705FA84602(L_36, ((int32_t)16), /*hidden argument*/NULL);
__this->set__font_8(L_37);
// }
goto IL_00fa;
}
IL_00e7:
{
// _font = Font.CreateDynamicFontFromOSFont(name, 16);
String_t* L_38 = BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline(__this, /*hidden argument*/NULL);
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_39 = Font_CreateDynamicFontFromOSFont_m45A9E67DED6075958AB768A70765A2C222C1E8C2(L_38, ((int32_t)16), /*hidden argument*/NULL);
__this->set__font_8(L_39);
}
IL_00fa:
{
// if (_font == null)
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_40 = __this->get__font_8();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_41 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_40, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_41)
{
goto IL_0192;
}
}
{
// if (name != UIConfig.defaultFont)
String_t* L_42 = BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_43 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultFont_4();
bool L_44 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_42, L_43, /*hidden argument*/NULL);
if (!L_44)
{
goto IL_013c;
}
}
{
// DynamicFont bf = FontManager.GetFont(UIConfig.defaultFont) as DynamicFont;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_45 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultFont_4();
IL2CPP_RUNTIME_CLASS_INIT(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_46 = FontManager_GetFont_mE0F498CC7137BDEEF892E5C67EBAC540CA863A32(L_45, /*hidden argument*/NULL);
V_3 = ((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 *)IsInstClass((RuntimeObject*)L_46, DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var));
// if (bf != null)
DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * L_47 = V_3;
if (!L_47)
{
goto IL_013c;
}
}
{
// _font = bf._font;
DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * L_48 = V_3;
NullCheck(L_48);
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_49 = L_48->get__font_8();
__this->set__font_8(L_49);
}
IL_013c:
{
// if (_font == null)
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_50 = __this->get__font_8();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_51 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_50, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_51)
{
goto IL_0169;
}
}
{
// _font = (Font)Resources.GetBuiltinResource(typeof(Font), "Arial.ttf");
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_52 = { reinterpret_cast<intptr_t> (Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_53 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_52, /*hidden argument*/NULL);
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_54 = Resources_GetBuiltinResource_m73DDAC485E1E06C925628AA7285AC63D0797BD0A(L_53, _stringLiteralAD01E3847AA5918933113DC21A22AF4AD31DD4B7, /*hidden argument*/NULL);
__this->set__font_8(((Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 *)CastclassSealed((RuntimeObject*)L_54, Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26_il2cpp_TypeInfo_var)));
}
IL_0169:
{
// if (_font == null)
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_55 = __this->get__font_8();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_56 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_55, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_56)
{
goto IL_01d1;
}
}
{
// throw new Exception("Cant load font '" + name + "'");
String_t* L_57 = BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline(__this, /*hidden argument*/NULL);
String_t* L_58 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral03F652301B7380E9F8F11ADCC9BA5DCFE7A31FE4, L_57, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL);
Exception_t * L_59 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_59, L_58, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_59, DynamicFont_LoadFont_mD65E78ACDA94AF13BEA1438DABD8D36B62B2F0A7_RuntimeMethod_var);
}
IL_0192:
{
// _font.hideFlags = DisplayOptions.hideFlags;
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_60 = __this->get__font_8();
IL2CPP_RUNTIME_CLASS_INIT(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var);
int32_t L_61 = ((DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields*)il2cpp_codegen_static_fields_for(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var))->get_hideFlags_0();
NullCheck(L_60);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_60, L_61, /*hidden argument*/NULL);
// _font.material.hideFlags = DisplayOptions.hideFlags;
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_62 = __this->get__font_8();
NullCheck(L_62);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_63 = Font_get_material_m92A995029540A5FACAEA3A2FE792FFDAC294827D(L_62, /*hidden argument*/NULL);
int32_t L_64 = ((DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields*)il2cpp_codegen_static_fields_for(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var))->get_hideFlags_0();
NullCheck(L_63);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_63, L_64, /*hidden argument*/NULL);
// _font.material.mainTexture.hideFlags = DisplayOptions.hideFlags;
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_65 = __this->get__font_8();
NullCheck(L_65);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_66 = Font_get_material_m92A995029540A5FACAEA3A2FE792FFDAC294827D(L_65, /*hidden argument*/NULL);
NullCheck(L_66);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_67 = Material_get_mainTexture_mE85CF647728AD145D7E03A172EFD5930773E514E(L_66, /*hidden argument*/NULL);
int32_t L_68 = ((DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields*)il2cpp_codegen_static_fields_for(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var))->get_hideFlags_0();
NullCheck(L_67);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_67, L_68, /*hidden argument*/NULL);
}
IL_01d1:
{
// Font.textureRebuilt += textureRebuildCallback;
Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C * L_69 = (Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C *)il2cpp_codegen_object_new(Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C_il2cpp_TypeInfo_var);
Action_1__ctor_mC0DA38C909C636AF229862D2E4CD9C480C7383A0(L_69, __this, (intptr_t)((intptr_t)DynamicFont_textureRebuildCallback_m56352844C7D1CB65B1FAD663B388EF535D5D43F8_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mC0DA38C909C636AF229862D2E4CD9C480C7383A0_RuntimeMethod_var);
Font_add_textureRebuilt_m031EFCD3B164273920B133A8689C18ED87C9B18F(L_69, /*hidden argument*/NULL);
// mainTexture = new NTexture(_font.material.mainTexture);
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_70 = __this->get__font_8();
NullCheck(L_70);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_71 = Font_get_material_m92A995029540A5FACAEA3A2FE792FFDAC294827D(L_70, /*hidden argument*/NULL);
NullCheck(L_71);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_72 = Material_get_mainTexture_mE85CF647728AD145D7E03A172EFD5930773E514E(L_71, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_73 = (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)il2cpp_codegen_object_new(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var);
NTexture__ctor_m8A21ABAD86CF9509D24FE8FFFAC43365B9DCBFAA(L_73, L_72, /*hidden argument*/NULL);
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->set_mainTexture_1(L_73);
// mainTexture.destroyMethod = DestroyMethod.None;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_74 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->get_mainTexture_1();
NullCheck(L_74);
L_74->set_destroyMethod_4(2);
// }
return;
}
}
// System.Void FairyGUI.DynamicFont::SetFormat(FairyGUI.TextFormat,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicFont_SetFormat_mB0C64931945E97DA02180FF6131297156DF2E4D3 (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___format0, float ___fontSizeScale1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DynamicFont_SetFormat_mB0C64931945E97DA02180FF6131297156DF2E4D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (keepCrisp)
bool L_0 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->get_keepCrisp_6();
if (!L_0)
{
goto IL_0024;
}
}
{
// _size = Mathf.FloorToInt((float)format.size * fontSizeScale * UIContentScaler.scaleFactor);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_1 = ___format0;
NullCheck(L_1);
int32_t L_2 = L_1->get_size_0();
float L_3 = ___fontSizeScale1;
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
float L_4 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_5 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_2))), (float)L_3)), (float)L_4)), /*hidden argument*/NULL);
__this->set__size_12(L_5);
// }
goto IL_004e;
}
IL_0024:
{
// if (fontSizeScale == 1)
float L_6 = ___fontSizeScale1;
if ((!(((float)L_6) == ((float)(1.0f)))))
{
goto IL_003a;
}
}
{
// _size = format.size;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_7 = ___format0;
NullCheck(L_7);
int32_t L_8 = L_7->get_size_0();
__this->set__size_12(L_8);
goto IL_004e;
}
IL_003a:
{
// _size = Mathf.FloorToInt((float)format.size * fontSizeScale);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_9 = ___format0;
NullCheck(L_9);
int32_t L_10 = L_9->get_size_0();
float L_11 = ___fontSizeScale1;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_12 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)il2cpp_codegen_multiply((float)(((float)((float)L_10))), (float)L_11)), /*hidden argument*/NULL);
__this->set__size_12(L_12);
}
IL_004e:
{
// if (_size == 0)
int32_t L_13 = __this->get__size_12();
if (L_13)
{
goto IL_005d;
}
}
{
// _size = 1;
__this->set__size_12(1);
}
IL_005d:
{
// if (format.bold && !customBold)
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_14 = ___format0;
NullCheck(L_14);
bool L_15 = L_14->get_bold_5();
if (!L_15)
{
goto IL_0095;
}
}
{
bool L_16 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->get_customBold_3();
if (L_16)
{
goto IL_0095;
}
}
{
// if (format.italic)
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_17 = ___format0;
NullCheck(L_17);
bool L_18 = L_17->get_italic_7();
if (!L_18)
{
goto IL_008d;
}
}
{
// if (customBoldAndItalic)
bool L_19 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->get_customBoldAndItalic_4();
if (!L_19)
{
goto IL_0085;
}
}
{
// _style = FontStyle.Italic;
__this->set__style_13(2);
return;
}
IL_0085:
{
// _style = FontStyle.BoldAndItalic;
__this->set__style_13(3);
// }
return;
}
IL_008d:
{
// _style = FontStyle.Bold;
__this->set__style_13(1);
// }
return;
}
IL_0095:
{
// if (format.italic)
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_20 = ___format0;
NullCheck(L_20);
bool L_21 = L_20->get_italic_7();
if (!L_21)
{
goto IL_00a5;
}
}
{
// _style = FontStyle.Italic;
__this->set__style_13(2);
return;
}
IL_00a5:
{
// _style = FontStyle.Normal;
__this->set__style_13(0);
// }
return;
}
}
// System.Void FairyGUI.DynamicFont::PrepareCharacters(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicFont_PrepareCharacters_mA914B29C52EB1333B91393631B1473AD70948630 (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * __this, String_t* ___text0, const RuntimeMethod* method)
{
{
// _font.RequestCharactersInTexture(text, _size, _style);
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_0 = __this->get__font_8();
String_t* L_1 = ___text0;
int32_t L_2 = __this->get__size_12();
int32_t L_3 = __this->get__style_13();
NullCheck(L_0);
Font_RequestCharactersInTexture_mDD60F1C27486774C51F157FD9043D022EAE5F5BA(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.DynamicFont::GetGlyphSize(System.Char,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DynamicFont_GetGlyphSize_m33EEED2D17BED9F8331E1FB9B1A725F3D3AAC40A (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * __this, Il2CppChar ___ch0, float* ___width1, float* ___height2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DynamicFont_GetGlyphSize_m33EEED2D17BED9F8331E1FB9B1A725F3D3AAC40A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * V_0 = NULL;
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * V_1 = NULL;
{
// if (_font.GetCharacterInfo(ch, out sTempChar, _size, _style))
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_0 = __this->get__font_8();
Il2CppChar L_1 = ___ch0;
int32_t L_2 = __this->get__size_12();
int32_t L_3 = __this->get__style_13();
NullCheck(L_0);
bool L_4 = Font_GetCharacterInfo_mFC0350FC06315C632781B0BAF05F9C4F0F0B7E12(L_0, L_1, (CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->get_address_of_sTempChar_15()), L_2, L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_009e;
}
}
{
// if (_lastFontSize == _size)
int32_t L_5 = __this->get__lastFontSize_11();
int32_t L_6 = __this->get__size_12();
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
{
goto IL_0036;
}
}
{
// ri = _lastRenderInfo;
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_7 = __this->get__lastRenderInfo_10();
V_0 = L_7;
goto IL_0058;
}
IL_0036:
{
// _lastFontSize = _size;
int32_t L_8 = __this->get__size_12();
__this->set__lastFontSize_11(L_8);
// ri = _lastRenderInfo = GetRenderInfo(_size);
int32_t L_9 = __this->get__size_12();
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_10 = DynamicFont_GetRenderInfo_mEE4D83D16FC35982101EF4E54199F6D1579EABE8(__this, L_9, /*hidden argument*/NULL);
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_11 = L_10;
V_1 = L_11;
__this->set__lastRenderInfo_10(L_11);
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_12 = V_1;
V_0 = L_12;
}
IL_0058:
{
// width = sTempChar.advance;
float* L_13 = ___width1;
int32_t L_14 = CharacterInfo_get_advance_mCCD27183A01AB4F83305230D5AB39AE6F0E4779C((CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->get_address_of_sTempChar_15()), /*hidden argument*/NULL);
*((float*)L_13) = (float)(((float)((float)L_14)));
// height = ri.height;
float* L_15 = ___height2;
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_16 = V_0;
NullCheck(L_16);
int32_t L_17 = L_16->get_height_1();
*((float*)L_15) = (float)(((float)((float)L_17)));
// if (customBold)
bool L_18 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->get_customBold_3();
if (!L_18)
{
goto IL_0080;
}
}
{
// width++;
float* L_19 = ___width1;
float* L_20 = ___width1;
float L_21 = *((float*)L_20);
*((float*)L_19) = (float)((float)il2cpp_codegen_add((float)L_21, (float)(1.0f)));
}
IL_0080:
{
// if (keepCrisp)
bool L_22 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->get_keepCrisp_6();
if (!L_22)
{
goto IL_009c;
}
}
{
// width /= UIContentScaler.scaleFactor;
float* L_23 = ___width1;
float* L_24 = ___width1;
float L_25 = *((float*)L_24);
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
float L_26 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
*((float*)L_23) = (float)((float)((float)L_25/(float)L_26));
// height /= UIContentScaler.scaleFactor;
float* L_27 = ___height2;
float* L_28 = ___height2;
float L_29 = *((float*)L_28);
float L_30 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
*((float*)L_27) = (float)((float)((float)L_29/(float)L_30));
}
IL_009c:
{
// return true;
return (bool)1;
}
IL_009e:
{
// width = 0;
float* L_31 = ___width1;
*((float*)L_31) = (float)(0.0f);
// height = 0;
float* L_32 = ___height2;
*((float*)L_32) = (float)(0.0f);
// return false;
return (bool)0;
}
}
// System.Boolean FairyGUI.DynamicFont::GetGlyph(System.Char,FairyGUI.GlyphInfo&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DynamicFont_GetGlyph_mA82554C8B2120FEEF91E4AC7E36FAB5296530E2D (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * __this, Il2CppChar ___ch0, GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * ___glyph1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DynamicFont_GetGlyph_mA82554C8B2120FEEF91E4AC7E36FAB5296530E2D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * V_0 = NULL;
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * V_1 = NULL;
{
// if (_font.GetCharacterInfo(ch, out sTempChar, _size, _style))
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_0 = __this->get__font_8();
Il2CppChar L_1 = ___ch0;
int32_t L_2 = __this->get__size_12();
int32_t L_3 = __this->get__style_13();
NullCheck(L_0);
bool L_4 = Font_GetCharacterInfo_mFC0350FC06315C632781B0BAF05F9C4F0F0B7E12(L_0, L_1, (CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->get_address_of_sTempChar_15()), L_2, L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_01d4;
}
}
{
// if (_lastFontSize == _size) //??????
int32_t L_5 = __this->get__lastFontSize_11();
int32_t L_6 = __this->get__size_12();
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
{
goto IL_0039;
}
}
{
// ri = _lastRenderInfo;
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_7 = __this->get__lastRenderInfo_10();
V_0 = L_7;
goto IL_005b;
}
IL_0039:
{
// _lastFontSize = _size;
int32_t L_8 = __this->get__size_12();
__this->set__lastFontSize_11(L_8);
// ri = _lastRenderInfo = GetRenderInfo(_size);
int32_t L_9 = __this->get__size_12();
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_10 = DynamicFont_GetRenderInfo_mEE4D83D16FC35982101EF4E54199F6D1579EABE8(__this, L_9, /*hidden argument*/NULL);
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_11 = L_10;
V_1 = L_11;
__this->set__lastRenderInfo_10(L_11);
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_12 = V_1;
V_0 = L_12;
}
IL_005b:
{
// glyph.vertMin.x = sTempChar.minX;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_13 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_14 = L_13->get_address_of_vertMin_0();
int32_t L_15 = CharacterInfo_get_minX_m51C7EFF3C4940A8A0CA6B8450EBA2054890324E7((CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->get_address_of_sTempChar_15()), /*hidden argument*/NULL);
L_14->set_x_0((((float)((float)L_15))));
// glyph.vertMin.y = ri.yIndent - sTempChar.maxY;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_16 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_17 = L_16->get_address_of_vertMin_0();
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_18 = V_0;
NullCheck(L_18);
int32_t L_19 = L_18->get_yIndent_0();
int32_t L_20 = CharacterInfo_get_maxY_m0C198EE565EB35E826D612603513D0878B6803B7((CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->get_address_of_sTempChar_15()), /*hidden argument*/NULL);
L_17->set_y_1((((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20))))));
// glyph.vertMax.x = sTempChar.maxX;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_21 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_22 = L_21->get_address_of_vertMax_1();
int32_t L_23 = CharacterInfo_get_maxX_m305845784C54BB9DDF7EBB5868ABDCA2F50A4ED5((CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->get_address_of_sTempChar_15()), /*hidden argument*/NULL);
L_22->set_x_0((((float)((float)L_23))));
// if (sTempChar.glyphWidth == 0) //zero width, space etc
int32_t L_24 = CharacterInfo_get_glyphWidth_m2F7106A3BF004260902516A911387F2E0CF25BB7((CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->get_address_of_sTempChar_15()), /*hidden argument*/NULL);
if (L_24)
{
goto IL_00d0;
}
}
{
// glyph.vertMax.x = glyph.vertMin.x + _size / 2;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_25 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_26 = L_25->get_address_of_vertMax_1();
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_27 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_28 = L_27->get_address_of_vertMin_0();
float L_29 = L_28->get_x_0();
int32_t L_30 = __this->get__size_12();
L_26->set_x_0(((float)il2cpp_codegen_add((float)L_29, (float)(((float)((float)((int32_t)((int32_t)L_30/(int32_t)2))))))));
}
IL_00d0:
{
// glyph.vertMax.y = ri.yIndent - sTempChar.minY;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_31 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_32 = L_31->get_address_of_vertMax_1();
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_33 = V_0;
NullCheck(L_33);
int32_t L_34 = L_33->get_yIndent_0();
int32_t L_35 = CharacterInfo_get_minY_mF507A0D8ABC6C1879D9C4C6803A83A6562D42C80((CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->get_address_of_sTempChar_15()), /*hidden argument*/NULL);
L_32->set_y_1((((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35))))));
// glyph.uvBottomLeft = sTempChar.uvBottomLeft;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_36 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_37 = CharacterInfo_get_uvBottomLeft_mDBE6B6202B0763B4AB7EE4E8003C3F9B64F20DFF((CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->get_address_of_sTempChar_15()), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_38 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_37, /*hidden argument*/NULL);
L_36->set_uvBottomLeft_2(L_38);
// glyph.uvTopLeft = sTempChar.uvTopLeft;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_39 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_40 = CharacterInfo_get_uvTopLeft_m1EAF80E2A6E59D5936F147555E301088C53F0E3C((CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->get_address_of_sTempChar_15()), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_41 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_40, /*hidden argument*/NULL);
L_39->set_uvTopLeft_3(L_41);
// glyph.uvTopRight = sTempChar.uvTopRight;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_42 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_43 = CharacterInfo_get_uvTopRight_m20DE62F442E6FBC11911597D0F47A83CA4478853((CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->get_address_of_sTempChar_15()), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_44 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_43, /*hidden argument*/NULL);
L_42->set_uvTopRight_4(L_44);
// glyph.uvBottomRight = sTempChar.uvBottomRight;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_45 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_46 = CharacterInfo_get_uvBottomRight_mAFDDFB6961CF9625BE7C13EF60992E9AAA52464D((CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->get_address_of_sTempChar_15()), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_47 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_46, /*hidden argument*/NULL);
L_45->set_uvBottomRight_5(L_47);
// glyph.width = sTempChar.advance;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_48 = ___glyph1;
int32_t L_49 = CharacterInfo_get_advance_mCCD27183A01AB4F83305230D5AB39AE6F0E4779C((CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->get_address_of_sTempChar_15()), /*hidden argument*/NULL);
L_48->set_width_6((((float)((float)L_49))));
// glyph.height = ri.height;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_50 = ___glyph1;
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_51 = V_0;
NullCheck(L_51);
int32_t L_52 = L_51->get_height_1();
L_50->set_height_7((((float)((float)L_52))));
// if (customBold)
bool L_53 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->get_customBold_3();
if (!L_53)
{
goto IL_0176;
}
}
{
// glyph.width++;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_54 = ___glyph1;
float* L_55 = L_54->get_address_of_width_6();
float* L_56 = L_55;
float L_57 = *((float*)L_56);
*((float*)L_56) = (float)((float)il2cpp_codegen_add((float)L_57, (float)(1.0f)));
}
IL_0176:
{
// if (keepCrisp)
bool L_58 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->get_keepCrisp_6();
if (!L_58)
{
goto IL_01d2;
}
}
{
// glyph.vertMin /= UIContentScaler.scaleFactor;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_59 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_60 = L_59->get_address_of_vertMin_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_61 = L_60;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_62 = (*(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_61);
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
float L_63 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_64 = Vector2_op_Division_m0961A935168EE6701E098E2B37013DFFF46A5077(L_62, L_63, /*hidden argument*/NULL);
*(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_61 = L_64;
// glyph.vertMax /= UIContentScaler.scaleFactor;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_65 = ___glyph1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_66 = L_65->get_address_of_vertMax_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_67 = L_66;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_68 = (*(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_67);
float L_69 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_70 = Vector2_op_Division_m0961A935168EE6701E098E2B37013DFFF46A5077(L_68, L_69, /*hidden argument*/NULL);
*(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_67 = L_70;
// glyph.width /= UIContentScaler.scaleFactor;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_71 = ___glyph1;
float* L_72 = L_71->get_address_of_width_6();
float* L_73 = L_72;
float L_74 = *((float*)L_73);
float L_75 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
*((float*)L_73) = (float)((float)((float)L_74/(float)L_75));
// glyph.height /= UIContentScaler.scaleFactor;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * L_76 = ___glyph1;
float* L_77 = L_76->get_address_of_height_7();
float* L_78 = L_77;
float L_79 = *((float*)L_78);
float L_80 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
*((float*)L_78) = (float)((float)((float)L_79/(float)L_80));
}
IL_01d2:
{
// return true;
return (bool)1;
}
IL_01d4:
{
// return false;
return (bool)0;
}
}
// System.Boolean FairyGUI.DynamicFont::HasCharacter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DynamicFont_HasCharacter_m7189B83D98F1DEE2C4A14BF9089E6214DCA96EA6 (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
// return _font.HasCharacter(ch);
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_0 = __this->get__font_8();
Il2CppChar L_1 = ___ch0;
NullCheck(L_0);
bool L_2 = Font_HasCharacter_m23CC7E1E37BCA115DC130B841CF3207212E2802E(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void FairyGUI.DynamicFont::textureRebuildCallback(UnityEngine.Font)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DynamicFont_textureRebuildCallback_m56352844C7D1CB65B1FAD663B388EF535D5D43F8 (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * __this, Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * ___targetFont0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DynamicFont_textureRebuildCallback_m56352844C7D1CB65B1FAD663B388EF535D5D43F8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_font != targetFont)
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_0 = __this->get__font_8();
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_1 = ___targetFont0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000f;
}
}
{
// return;
return;
}
IL_000f:
{
// if (mainTexture != null)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_3 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->get_mainTexture_1();
if (!L_3)
{
goto IL_0022;
}
}
{
// mainTexture.Dispose();
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_4 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->get_mainTexture_1();
NullCheck(L_4);
NTexture_Dispose_m0B1F7B320F32756E8E94B4753F4D3DD29A1D95F9(L_4, /*hidden argument*/NULL);
}
IL_0022:
{
// mainTexture = new NTexture(_font.material.mainTexture);
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_5 = __this->get__font_8();
NullCheck(L_5);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = Font_get_material_m92A995029540A5FACAEA3A2FE792FFDAC294827D(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_7 = Material_get_mainTexture_mE85CF647728AD145D7E03A172EFD5930773E514E(L_6, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_8 = (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)il2cpp_codegen_object_new(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var);
NTexture__ctor_m8A21ABAD86CF9509D24FE8FFFAC43365B9DCBFAA(L_8, L_7, /*hidden argument*/NULL);
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->set_mainTexture_1(L_8);
// mainTexture.destroyMethod = DestroyMethod.None;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_9 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)__this)->get_mainTexture_1();
NullCheck(L_9);
L_9->set_destroyMethod_4(2);
// textRebuildFlag = true;
((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->set_textRebuildFlag_16((bool)1);
// }
return;
}
}
// FairyGUI.DynamicFont_RenderInfo FairyGUI.DynamicFont::GetRenderInfo(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * DynamicFont_GetRenderInfo_mEE4D83D16FC35982101EF4E54199F6D1579EABE8 (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * __this, int32_t ___size0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DynamicFont_GetRenderInfo_mEE4D83D16FC35982101EF4E54199F6D1579EABE8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * V_0 = NULL;
CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
float V_3 = 0.0f;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
Il2CppChar V_8 = 0x0;
{
// if (!_renderInfo.TryGetValue(size, out result))
Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 * L_0 = __this->get__renderInfo_9();
int32_t L_1 = ___size0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_m6FDF0DF98246A8AA08D0C2434DBD2A8A08B7E783(L_0, L_1, (RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m6FDF0DF98246A8AA08D0C2434DBD2A8A08B7E783_RuntimeMethod_var);
if (L_2)
{
goto IL_00e4;
}
}
{
// result = new RenderInfo();
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_3 = (RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 *)il2cpp_codegen_object_new(RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03_il2cpp_TypeInfo_var);
RenderInfo__ctor_m4040D6EBDF75D48A4FC2B70F5EBB3D20359A4FC9(L_3, /*hidden argument*/NULL);
V_0 = L_3;
// _font.RequestCharactersInTexture(TEST_STRING, size, FontStyle.Normal);
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_4 = __this->get__font_8();
int32_t L_5 = ___size0;
NullCheck(L_4);
Font_RequestCharactersInTexture_mDD60F1C27486774C51F157FD9043D022EAE5F5BA(L_4, _stringLiteral6794D5BE97BEF169426A8F79CDA5FC95C79D0B35, L_5, 0, /*hidden argument*/NULL);
// float y0 = float.MinValue;
V_2 = (-(std::numeric_limits<float>::max)());
// float y1 = float.MaxValue;
V_3 = ((std::numeric_limits<float>::max)());
// int glyphHeight = size;
int32_t L_6 = ___size0;
V_4 = L_6;
// int cnt = TEST_STRING.Length;
NullCheck(_stringLiteral6794D5BE97BEF169426A8F79CDA5FC95C79D0B35);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(_stringLiteral6794D5BE97BEF169426A8F79CDA5FC95C79D0B35, /*hidden argument*/NULL);
V_5 = L_7;
// for (int i = 0; i < cnt; i++)
V_7 = 0;
goto IL_00a0;
}
IL_004b:
{
// char ch = TEST_STRING[i];
int32_t L_8 = V_7;
NullCheck(_stringLiteral6794D5BE97BEF169426A8F79CDA5FC95C79D0B35);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(_stringLiteral6794D5BE97BEF169426A8F79CDA5FC95C79D0B35, L_8, /*hidden argument*/NULL);
V_8 = L_9;
// if (_font.GetCharacterInfo(ch, out charInfo, size, FontStyle.Normal))
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_10 = __this->get__font_8();
Il2CppChar L_11 = V_8;
int32_t L_12 = ___size0;
NullCheck(L_10);
bool L_13 = Font_GetCharacterInfo_mFC0350FC06315C632781B0BAF05F9C4F0F0B7E12(L_10, L_11, (CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(&V_1), L_12, 0, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_009a;
}
}
{
// y0 = Mathf.Max(y0, charInfo.maxY);
float L_14 = V_2;
int32_t L_15 = CharacterInfo_get_maxY_m0C198EE565EB35E826D612603513D0878B6803B7((CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_16 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_14, (((float)((float)L_15))), /*hidden argument*/NULL);
V_2 = L_16;
// y1 = Mathf.Min(y1, charInfo.minY);
float L_17 = V_3;
int32_t L_18 = CharacterInfo_get_minY_mF507A0D8ABC6C1879D9C4C6803A83A6562D42C80((CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(&V_1), /*hidden argument*/NULL);
float L_19 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(L_17, (((float)((float)L_18))), /*hidden argument*/NULL);
V_3 = L_19;
// glyphHeight = Math.Max(glyphHeight, charInfo.glyphHeight);
int32_t L_20 = V_4;
int32_t L_21 = CharacterInfo_get_glyphHeight_m0815D42E365D1707DDBD5F07EC2F158522D80A13((CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 *)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_22 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(L_20, L_21, /*hidden argument*/NULL);
V_4 = L_22;
}
IL_009a:
{
// for (int i = 0; i < cnt; i++)
int32_t L_23 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_00a0:
{
// for (int i = 0; i < cnt; i++)
int32_t L_24 = V_7;
int32_t L_25 = V_5;
if ((((int32_t)L_24) < ((int32_t)L_25)))
{
goto IL_004b;
}
}
{
// int displayHeight = (int)(y0 - y1);
float L_26 = V_2;
float L_27 = V_3;
V_6 = (((int32_t)((int32_t)((float)il2cpp_codegen_subtract((float)L_26, (float)L_27)))));
// result.height = Math.Max(glyphHeight, displayHeight);
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_28 = V_0;
int32_t L_29 = V_4;
int32_t L_30 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_31 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(L_29, L_30, /*hidden argument*/NULL);
NullCheck(L_28);
L_28->set_height_1(L_31);
// result.yIndent = (int)y0;
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_32 = V_0;
float L_33 = V_2;
NullCheck(L_32);
L_32->set_yIndent_0((((int32_t)((int32_t)L_33))));
// if (displayHeight < glyphHeight)
int32_t L_34 = V_6;
int32_t L_35 = V_4;
if ((((int32_t)L_34) >= ((int32_t)L_35)))
{
goto IL_00d7;
}
}
{
// result.yIndent++;
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_36 = V_0;
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_37 = L_36;
NullCheck(L_37);
int32_t L_38 = L_37->get_yIndent_0();
NullCheck(L_37);
L_37->set_yIndent_0(((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)));
}
IL_00d7:
{
// _renderInfo.Add(size, result);
Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 * L_39 = __this->get__renderInfo_9();
int32_t L_40 = ___size0;
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_41 = V_0;
NullCheck(L_39);
Dictionary_2_Add_mF1308A82FC0045AEB1FE4425BC5C0A1FD0D49F8C(L_39, L_40, L_41, /*hidden argument*/Dictionary_2_Add_mF1308A82FC0045AEB1FE4425BC5C0A1FD0D49F8C_RuntimeMethod_var);
}
IL_00e4:
{
// return result;
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * L_42 = V_0;
return L_42;
}
}
#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 FairyGUI.DynamicFont_RenderInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderInfo__ctor_m4040D6EBDF75D48A4FC2B70F5EBB3D20359A4FC9 (RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean FairyGUI.EMRenderSupport::get_packageListReady()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EMRenderSupport_get_packageListReady_m21CA92241FAC0AFE3F9855ADF4A4773D23EDCE8D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EMRenderSupport_get_packageListReady_m21CA92241FAC0AFE3F9855ADF4A4773D23EDCE8D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static bool packageListReady { get; private set; }
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
bool L_0 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get_U3CpackageListReadyU3Ek__BackingField_3();
return L_0;
}
}
// System.Void FairyGUI.EMRenderSupport::set_packageListReady(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EMRenderSupport_set_packageListReady_m953D61E9F0D999534F49FB44490024087067EB33 (bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EMRenderSupport_set_packageListReady_m953D61E9F0D999534F49FB44490024087067EB33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static bool packageListReady { get; private set; }
bool L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->set_U3CpackageListReadyU3Ek__BackingField_3(L_0);
return;
}
}
// System.Boolean FairyGUI.EMRenderSupport::get_hasTarget()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EMRenderSupport_get_hasTarget_m78548D20443B75569318C06E7896F9D27E247A02 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EMRenderSupport_get_hasTarget_m78548D20443B75569318C06E7896F9D27E247A02_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return _targets.Count > 0; }
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * L_0 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get__targets_2();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mA074F7CB772C931E41F554B039A599A21BB3962F_inline(L_0, /*hidden argument*/List_1_get_Count_mA074F7CB772C931E41F554B039A599A21BB3962F_RuntimeMethod_var);
return (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0);
}
}
// System.Void FairyGUI.EMRenderSupport::Add(FairyGUI.EMRenderTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EMRenderSupport_Add_m593F6604CA4CE51F4EC9FDA9856FF2E1935CC163 (RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EMRenderSupport_Add_m593F6604CA4CE51F4EC9FDA9856FF2E1935CC163_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!_targets.Contains(value))
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * L_0 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get__targets_2();
RuntimeObject* L_1 = ___value0;
NullCheck(L_0);
bool L_2 = List_1_Contains_m86B7ADB60CD4091E7C423E5D4DCA57B66FD044BF(L_0, L_1, /*hidden argument*/List_1_Contains_m86B7ADB60CD4091E7C423E5D4DCA57B66FD044BF_RuntimeMethod_var);
if (L_2)
{
goto IL_0018;
}
}
{
// _targets.Add(value);
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * L_3 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get__targets_2();
RuntimeObject* L_4 = ___value0;
NullCheck(L_3);
List_1_Add_m2AA17FA37BA581395CC4D3F13EA0E042D6EECA6D(L_3, L_4, /*hidden argument*/List_1_Add_m2AA17FA37BA581395CC4D3F13EA0E042D6EECA6D_RuntimeMethod_var);
}
IL_0018:
{
// orderChanged = true;
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->set_orderChanged_0((bool)1);
// }
return;
}
}
// System.Void FairyGUI.EMRenderSupport::Remove(FairyGUI.EMRenderTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EMRenderSupport_Remove_mD1A68BE81081F4367C812CBCF34B9FAC2B3BAC4E (RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EMRenderSupport_Remove_mD1A68BE81081F4367C812CBCF34B9FAC2B3BAC4E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _targets.Remove(value);
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * L_0 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get__targets_2();
RuntimeObject* L_1 = ___value0;
NullCheck(L_0);
List_1_Remove_mEDAEAEADF38B390B2D890965EA9D01D949B44585(L_0, L_1, /*hidden argument*/List_1_Remove_mEDAEAEADF38B390B2D890965EA9D01D949B44585_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.EMRenderSupport::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EMRenderSupport_Update_m319EFF5A7482FC876641984B3D31998CD8C17F45 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EMRenderSupport_Update_m319EFF5A7482FC876641984B3D31998CD8C17F45_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
// if (Application.isPlaying)
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_0008;
}
}
{
// return;
return;
}
IL_0008:
{
// if (_updateContext == null)
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_1 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get__updateContext_1();
if (L_1)
{
goto IL_0019;
}
}
{
// _updateContext = new UpdateContext();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_2 = (UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 *)il2cpp_codegen_object_new(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var);
UpdateContext__ctor_m069781124D3B0B89FDF8352F49FE30D10EC9DC50(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->set__updateContext_1(L_2);
}
IL_0019:
{
// if (orderChanged)
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
bool L_3 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get_orderChanged_0();
if (!L_3)
{
goto IL_003c;
}
}
{
// _targets.Sort(CompareDepth);
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * L_4 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get__targets_2();
Comparison_1_t884447A7BB34C65ABC527C422490E7D4F91B1500 * L_5 = (Comparison_1_t884447A7BB34C65ABC527C422490E7D4F91B1500 *)il2cpp_codegen_object_new(Comparison_1_t884447A7BB34C65ABC527C422490E7D4F91B1500_il2cpp_TypeInfo_var);
Comparison_1__ctor_mC145FF6F2680D34FDEFB0B63FED708AE7B6ED0D3(L_5, NULL, (intptr_t)((intptr_t)EMRenderSupport_CompareDepth_m963F8241F22912709E7C59130A1009506BDC2A84_RuntimeMethod_var), /*hidden argument*/Comparison_1__ctor_mC145FF6F2680D34FDEFB0B63FED708AE7B6ED0D3_RuntimeMethod_var);
NullCheck(L_4);
List_1_Sort_m2B39F3B0EC8AED657B5E27425EFC4F0AD1BB6CF0(L_4, L_5, /*hidden argument*/List_1_Sort_m2B39F3B0EC8AED657B5E27425EFC4F0AD1BB6CF0_RuntimeMethod_var);
// orderChanged = false;
((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->set_orderChanged_0((bool)0);
}
IL_003c:
{
// int cnt = _targets.Count;
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * L_6 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get__targets_2();
NullCheck(L_6);
int32_t L_7 = List_1_get_Count_mA074F7CB772C931E41F554B039A599A21BB3962F_inline(L_6, /*hidden argument*/List_1_get_Count_mA074F7CB772C931E41F554B039A599A21BB3962F_RuntimeMethod_var);
V_0 = L_7;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_005f;
}
IL_004b:
{
// EMRenderTarget panel = _targets[i];
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * L_8 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get__targets_2();
int32_t L_9 = V_1;
NullCheck(L_8);
RuntimeObject* L_10 = List_1_get_Item_m18E7E5A07C4E2464D1A881FCECCEA774FB1A7C8C_inline(L_8, L_9, /*hidden argument*/List_1_get_Item_m18E7E5A07C4E2464D1A881FCECCEA774FB1A7C8C_RuntimeMethod_var);
// panel.EM_BeforeUpdate();
NullCheck(L_10);
InterfaceActionInvoker0::Invoke(1 /* System.Void FairyGUI.EMRenderTarget::EM_BeforeUpdate() */, EMRenderTarget_t416B833E695A88D5F935058B691F693BD1DEFA5C_il2cpp_TypeInfo_var, L_10);
// for (int i = 0; i < cnt; i++)
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_005f:
{
// for (int i = 0; i < cnt; i++)
int32_t L_12 = V_1;
int32_t L_13 = V_0;
if ((((int32_t)L_12) < ((int32_t)L_13)))
{
goto IL_004b;
}
}
{
// if (packageListReady)
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
bool L_14 = EMRenderSupport_get_packageListReady_m21CA92241FAC0AFE3F9855ADF4A4773D23EDCE8D_inline(/*hidden argument*/NULL);
if (!L_14)
{
goto IL_009f;
}
}
{
// _updateContext.Begin();
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_15 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get__updateContext_1();
NullCheck(L_15);
UpdateContext_Begin_mB37384A47CC631FDFD6C905F0CB14669BFD9F1E0(L_15, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_0091;
}
IL_0078:
{
// EMRenderTarget panel = _targets[i];
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * L_16 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get__targets_2();
int32_t L_17 = V_2;
NullCheck(L_16);
RuntimeObject* L_18 = List_1_get_Item_m18E7E5A07C4E2464D1A881FCECCEA774FB1A7C8C_inline(L_16, L_17, /*hidden argument*/List_1_get_Item_m18E7E5A07C4E2464D1A881FCECCEA774FB1A7C8C_RuntimeMethod_var);
// panel.EM_Update(_updateContext);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_19 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get__updateContext_1();
NullCheck(L_18);
InterfaceActionInvoker1< UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * >::Invoke(2 /* System.Void FairyGUI.EMRenderTarget::EM_Update(FairyGUI.UpdateContext) */, EMRenderTarget_t416B833E695A88D5F935058B691F693BD1DEFA5C_il2cpp_TypeInfo_var, L_18, L_19);
// for (int i = 0; i < cnt; i++)
int32_t L_20 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_0091:
{
// for (int i = 0; i < cnt; i++)
int32_t L_21 = V_2;
int32_t L_22 = V_0;
if ((((int32_t)L_21) < ((int32_t)L_22)))
{
goto IL_0078;
}
}
{
// _updateContext.End();
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_23 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get__updateContext_1();
NullCheck(L_23);
UpdateContext_End_mDE39A4FBBF84A7C848A8A9F4327C80F33DD89913(L_23, /*hidden argument*/NULL);
}
IL_009f:
{
// }
return;
}
}
// System.Void FairyGUI.EMRenderSupport::Reload()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EMRenderSupport_Reload_m12B7E5154D8E023A591A106EF0523ECA1657D8D9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EMRenderSupport_Reload_m12B7E5154D8E023A591A106EF0523ECA1657D8D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
UIConfigU5BU5D_tFE1F365297F99E2953513D9F51597A542F3B9478* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
// if (Application.isPlaying)
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_0008;
}
}
{
// return;
return;
}
IL_0008:
{
// UIConfig.ClearResourceRefs();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
UIConfig_ClearResourceRefs_mD0E3E0A57A49291E942F678A9515C53F39039F15(/*hidden argument*/NULL);
// UIConfig[] configs = GameObject.FindObjectsOfType<UIConfig>();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
UIConfigU5BU5D_tFE1F365297F99E2953513D9F51597A542F3B9478* L_1 = Object_FindObjectsOfType_TisUIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_m0DF625F3BB7315FF3D1F69084E3772E782DC8AF5(/*hidden argument*/Object_FindObjectsOfType_TisUIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_m0DF625F3BB7315FF3D1F69084E3772E782DC8AF5_RuntimeMethod_var);
// foreach (UIConfig config in configs)
V_1 = L_1;
V_2 = 0;
goto IL_0023;
}
IL_0017:
{
// foreach (UIConfig config in configs)
UIConfigU5BU5D_tFE1F365297F99E2953513D9F51597A542F3B9478* L_2 = V_1;
int32_t L_3 = V_2;
NullCheck(L_2);
int32_t L_4 = L_3;
UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
// config.Load();
NullCheck(L_5);
UIConfig_Load_m3EB302E61DAA35A143EC59B0E7384D6DBB18478A(L_5, /*hidden argument*/NULL);
int32_t L_6 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_0023:
{
// foreach (UIConfig config in configs)
int32_t L_7 = V_2;
UIConfigU5BU5D_tFE1F365297F99E2953513D9F51597A542F3B9478* L_8 = V_1;
NullCheck(L_8);
if ((((int32_t)L_7) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))))
{
goto IL_0017;
}
}
{
// packageListReady = true;
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
EMRenderSupport_set_packageListReady_m953D61E9F0D999534F49FB44490024087067EB33_inline((bool)1, /*hidden argument*/NULL);
// int cnt = _targets.Count;
List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * L_9 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get__targets_2();
NullCheck(L_9);
int32_t L_10 = List_1_get_Count_mA074F7CB772C931E41F554B039A599A21BB3962F_inline(L_9, /*hidden argument*/List_1_get_Count_mA074F7CB772C931E41F554B039A599A21BB3962F_RuntimeMethod_var);
V_0 = L_10;
// for (int i = 0; i < cnt; i++)
V_3 = 0;
goto IL_0052;
}
IL_003e:
{
// EMRenderTarget panel = _targets[i];
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * L_11 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get__targets_2();
int32_t L_12 = V_3;
NullCheck(L_11);
RuntimeObject* L_13 = List_1_get_Item_m18E7E5A07C4E2464D1A881FCECCEA774FB1A7C8C_inline(L_11, L_12, /*hidden argument*/List_1_get_Item_m18E7E5A07C4E2464D1A881FCECCEA774FB1A7C8C_RuntimeMethod_var);
// panel.EM_Reload();
NullCheck(L_13);
InterfaceActionInvoker0::Invoke(3 /* System.Void FairyGUI.EMRenderTarget::EM_Reload() */, EMRenderTarget_t416B833E695A88D5F935058B691F693BD1DEFA5C_il2cpp_TypeInfo_var, L_13);
// for (int i = 0; i < cnt; i++)
int32_t L_14 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_0052:
{
// for (int i = 0; i < cnt; i++)
int32_t L_15 = V_3;
int32_t L_16 = V_0;
if ((((int32_t)L_15) < ((int32_t)L_16)))
{
goto IL_003e;
}
}
{
// }
return;
}
}
// System.Int32 FairyGUI.EMRenderSupport::CompareDepth(FairyGUI.EMRenderTarget,FairyGUI.EMRenderTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EMRenderSupport_CompareDepth_m963F8241F22912709E7C59130A1009506BDC2A84 (RuntimeObject* ___c10, RuntimeObject* ___c21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EMRenderSupport_CompareDepth_m963F8241F22912709E7C59130A1009506BDC2A84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return c1.EM_sortingOrder - c2.EM_sortingOrder;
RuntimeObject* L_0 = ___c10;
NullCheck(L_0);
int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 FairyGUI.EMRenderTarget::get_EM_sortingOrder() */, EMRenderTarget_t416B833E695A88D5F935058B691F693BD1DEFA5C_il2cpp_TypeInfo_var, L_0);
RuntimeObject* L_2 = ___c21;
NullCheck(L_2);
int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 FairyGUI.EMRenderTarget::get_EM_sortingOrder() */, EMRenderTarget_t416B833E695A88D5F935058B691F693BD1DEFA5C_il2cpp_TypeInfo_var, L_2);
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3));
}
}
// System.Void FairyGUI.EMRenderSupport::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EMRenderSupport__ctor_m5F81909C4D66581549D2740EF1EF4DDDE1F3556D (EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.EMRenderSupport::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EMRenderSupport__cctor_m77F6DE3B19F30C8F7E00A44B5D4E7BA7C6FEA73F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EMRenderSupport__cctor_m77F6DE3B19F30C8F7E00A44B5D4E7BA7C6FEA73F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static List<EMRenderTarget> _targets = new List<EMRenderTarget>();
List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * L_0 = (List_1_tE262A84CC5F1151019072F2449190177E8FABB78 *)il2cpp_codegen_object_new(List_1_tE262A84CC5F1151019072F2449190177E8FABB78_il2cpp_TypeInfo_var);
List_1__ctor_m05C677B614B1786D4362FC04B0660110F48BEA01(L_0, /*hidden argument*/List_1__ctor_m05C677B614B1786D4362FC04B0660110F48BEA01_RuntimeMethod_var);
((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->set__targets_2(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Single FairyGUI.EaseManager::Evaluate(FairyGUI.EaseType,System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float EaseManager_Evaluate_mAB630EB5A81BF0F409DCD380E1C8D3949AC42F23 (int32_t ___easeType0, float ___time1, float ___duration2, float ___overshootOrAmplitude3, float ___period4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EaseManager_Evaluate_mAB630EB5A81BF0F409DCD380E1C8D3949AC42F23_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
{
// if (duration <= 0)
float L_0 = ___duration2;
if ((!(((float)L_0) <= ((float)(0.0f)))))
{
goto IL_000e;
}
}
{
// return 1;
return (1.0f);
}
IL_000e:
{
// switch (easeType)
int32_t L_1 = ___easeType0;
switch (L_1)
{
case 0:
{
goto IL_0095;
}
case 1:
{
goto IL_0099;
}
case 2:
{
goto IL_00b1;
}
case 3:
{
goto IL_00c2;
}
case 4:
{
goto IL_00df;
}
case 5:
{
goto IL_00e8;
}
case 6:
{
goto IL_00f8;
}
case 7:
{
goto IL_0134;
}
case 8:
{
goto IL_013f;
}
case 9:
{
goto IL_0156;
}
case 10:
{
goto IL_0190;
}
case 11:
{
goto IL_019d;
}
case 12:
{
goto IL_01b7;
}
case 13:
{
goto IL_01f5;
}
case 14:
{
goto IL_0204;
}
case 15:
{
goto IL_021f;
}
case 16:
{
goto IL_0261;
}
case 17:
{
goto IL_028f;
}
case 18:
{
goto IL_02ba;
}
case 19:
{
goto IL_0337;
}
case 20:
{
goto IL_0354;
}
case 21:
{
goto IL_0370;
}
case 22:
{
goto IL_03c6;
}
case 23:
{
goto IL_0465;
}
case 24:
{
goto IL_0500;
}
case 25:
{
goto IL_05f7;
}
case 26:
{
goto IL_060c;
}
case 27:
{
goto IL_062d;
}
case 28:
{
goto IL_068d;
}
case 29:
{
goto IL_0695;
}
case 30:
{
goto IL_069d;
}
}
}
{
goto IL_06a5;
}
IL_0095:
{
// return time / duration;
float L_2 = ___time1;
float L_3 = ___duration2;
return ((float)((float)L_2/(float)L_3));
}
IL_0099:
{
// return -(float)Math.Cos(time / duration * _PiOver2) + 1;
float L_4 = ___time1;
float L_5 = ___duration2;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_6 = cos((((double)((double)((float)il2cpp_codegen_multiply((float)((float)((float)L_4/(float)L_5)), (float)(1.57079637f)))))));
return ((float)il2cpp_codegen_add((float)((-(((float)((float)L_6))))), (float)(1.0f)));
}
IL_00b1:
{
// return (float)Math.Sin(time / duration * _PiOver2);
float L_7 = ___time1;
float L_8 = ___duration2;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_9 = sin((((double)((double)((float)il2cpp_codegen_multiply((float)((float)((float)L_7/(float)L_8)), (float)(1.57079637f)))))));
return (((float)((float)L_9)));
}
IL_00c2:
{
// return -0.5f * ((float)Math.Cos(Mathf.PI * time / duration) - 1);
float L_10 = ___time1;
float L_11 = ___duration2;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_12 = cos((((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)(3.14159274f), (float)L_10))/(float)L_11))))));
return ((float)il2cpp_codegen_multiply((float)(-0.5f), (float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_12))), (float)(1.0f)))));
}
IL_00df:
{
// return (time /= duration) * time;
float L_13 = ___time1;
float L_14 = ___duration2;
float L_15 = ((float)((float)L_13/(float)L_14));
___time1 = L_15;
float L_16 = ___time1;
return ((float)il2cpp_codegen_multiply((float)L_15, (float)L_16));
}
IL_00e8:
{
// return -(time /= duration) * (time - 2);
float L_17 = ___time1;
float L_18 = ___duration2;
float L_19 = ((float)((float)L_17/(float)L_18));
___time1 = L_19;
float L_20 = ___time1;
return ((float)il2cpp_codegen_multiply((float)((-L_19)), (float)((float)il2cpp_codegen_subtract((float)L_20, (float)(2.0f)))));
}
IL_00f8:
{
// if ((time /= duration * 0.5f) < 1) return 0.5f * time * time;
float L_21 = ___time1;
float L_22 = ___duration2;
float L_23 = ((float)((float)L_21/(float)((float)il2cpp_codegen_multiply((float)L_22, (float)(0.5f)))));
___time1 = L_23;
if ((!(((float)L_23) < ((float)(1.0f)))))
{
goto IL_0115;
}
}
{
// if ((time /= duration * 0.5f) < 1) return 0.5f * time * time;
float L_24 = ___time1;
float L_25 = ___time1;
return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_24)), (float)L_25));
}
IL_0115:
{
// return -0.5f * ((--time) * (time - 2) - 1);
float L_26 = ___time1;
float L_27 = ((float)il2cpp_codegen_subtract((float)L_26, (float)(1.0f)));
___time1 = L_27;
float L_28 = ___time1;
return ((float)il2cpp_codegen_multiply((float)(-0.5f), (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_27, (float)((float)il2cpp_codegen_subtract((float)L_28, (float)(2.0f))))), (float)(1.0f)))));
}
IL_0134:
{
// return (time /= duration) * time * time;
float L_29 = ___time1;
float L_30 = ___duration2;
float L_31 = ((float)((float)L_29/(float)L_30));
___time1 = L_31;
float L_32 = ___time1;
float L_33 = ___time1;
return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_31, (float)L_32)), (float)L_33));
}
IL_013f:
{
// return ((time = time / duration - 1) * time * time + 1);
float L_34 = ___time1;
float L_35 = ___duration2;
float L_36 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_34/(float)L_35)), (float)(1.0f)));
___time1 = L_36;
float L_37 = ___time1;
float L_38 = ___time1;
return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_36, (float)L_37)), (float)L_38)), (float)(1.0f)));
}
IL_0156:
{
// if ((time /= duration * 0.5f) < 1) return 0.5f * time * time * time;
float L_39 = ___time1;
float L_40 = ___duration2;
float L_41 = ((float)((float)L_39/(float)((float)il2cpp_codegen_multiply((float)L_40, (float)(0.5f)))));
___time1 = L_41;
if ((!(((float)L_41) < ((float)(1.0f)))))
{
goto IL_0175;
}
}
{
// if ((time /= duration * 0.5f) < 1) return 0.5f * time * time * time;
float L_42 = ___time1;
float L_43 = ___time1;
float L_44 = ___time1;
return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_42)), (float)L_43)), (float)L_44));
}
IL_0175:
{
// return 0.5f * ((time -= 2) * time * time + 2);
float L_45 = ___time1;
float L_46 = ((float)il2cpp_codegen_subtract((float)L_45, (float)(2.0f)));
___time1 = L_46;
float L_47 = ___time1;
float L_48 = ___time1;
return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_46, (float)L_47)), (float)L_48)), (float)(2.0f)))));
}
IL_0190:
{
// return (time /= duration) * time * time * time;
float L_49 = ___time1;
float L_50 = ___duration2;
float L_51 = ((float)((float)L_49/(float)L_50));
___time1 = L_51;
float L_52 = ___time1;
float L_53 = ___time1;
float L_54 = ___time1;
return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_51, (float)L_52)), (float)L_53)), (float)L_54));
}
IL_019d:
{
// return -((time = time / duration - 1) * time * time * time - 1);
float L_55 = ___time1;
float L_56 = ___duration2;
float L_57 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_55/(float)L_56)), (float)(1.0f)));
___time1 = L_57;
float L_58 = ___time1;
float L_59 = ___time1;
float L_60 = ___time1;
return ((-((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_57, (float)L_58)), (float)L_59)), (float)L_60)), (float)(1.0f)))));
}
IL_01b7:
{
// if ((time /= duration * 0.5f) < 1) return 0.5f * time * time * time * time;
float L_61 = ___time1;
float L_62 = ___duration2;
float L_63 = ((float)((float)L_61/(float)((float)il2cpp_codegen_multiply((float)L_62, (float)(0.5f)))));
___time1 = L_63;
if ((!(((float)L_63) < ((float)(1.0f)))))
{
goto IL_01d8;
}
}
{
// if ((time /= duration * 0.5f) < 1) return 0.5f * time * time * time * time;
float L_64 = ___time1;
float L_65 = ___time1;
float L_66 = ___time1;
float L_67 = ___time1;
return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_64)), (float)L_65)), (float)L_66)), (float)L_67));
}
IL_01d8:
{
// return -0.5f * ((time -= 2) * time * time * time - 2);
float L_68 = ___time1;
float L_69 = ((float)il2cpp_codegen_subtract((float)L_68, (float)(2.0f)));
___time1 = L_69;
float L_70 = ___time1;
float L_71 = ___time1;
float L_72 = ___time1;
return ((float)il2cpp_codegen_multiply((float)(-0.5f), (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_69, (float)L_70)), (float)L_71)), (float)L_72)), (float)(2.0f)))));
}
IL_01f5:
{
// return (time /= duration) * time * time * time * time;
float L_73 = ___time1;
float L_74 = ___duration2;
float L_75 = ((float)((float)L_73/(float)L_74));
___time1 = L_75;
float L_76 = ___time1;
float L_77 = ___time1;
float L_78 = ___time1;
float L_79 = ___time1;
return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_75, (float)L_76)), (float)L_77)), (float)L_78)), (float)L_79));
}
IL_0204:
{
// return ((time = time / duration - 1) * time * time * time * time + 1);
float L_80 = ___time1;
float L_81 = ___duration2;
float L_82 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_80/(float)L_81)), (float)(1.0f)));
___time1 = L_82;
float L_83 = ___time1;
float L_84 = ___time1;
float L_85 = ___time1;
float L_86 = ___time1;
return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_82, (float)L_83)), (float)L_84)), (float)L_85)), (float)L_86)), (float)(1.0f)));
}
IL_021f:
{
// if ((time /= duration * 0.5f) < 1) return 0.5f * time * time * time * time * time;
float L_87 = ___time1;
float L_88 = ___duration2;
float L_89 = ((float)((float)L_87/(float)((float)il2cpp_codegen_multiply((float)L_88, (float)(0.5f)))));
___time1 = L_89;
if ((!(((float)L_89) < ((float)(1.0f)))))
{
goto IL_0242;
}
}
{
// if ((time /= duration * 0.5f) < 1) return 0.5f * time * time * time * time * time;
float L_90 = ___time1;
float L_91 = ___time1;
float L_92 = ___time1;
float L_93 = ___time1;
float L_94 = ___time1;
return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(0.5f), (float)L_90)), (float)L_91)), (float)L_92)), (float)L_93)), (float)L_94));
}
IL_0242:
{
// return 0.5f * ((time -= 2) * time * time * time * time + 2);
float L_95 = ___time1;
float L_96 = ((float)il2cpp_codegen_subtract((float)L_95, (float)(2.0f)));
___time1 = L_96;
float L_97 = ___time1;
float L_98 = ___time1;
float L_99 = ___time1;
float L_100 = ___time1;
return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_96, (float)L_97)), (float)L_98)), (float)L_99)), (float)L_100)), (float)(2.0f)))));
}
IL_0261:
{
// return (time == 0) ? 0 : (float)Math.Pow(2, 10 * (time / duration - 1));
float L_101 = ___time1;
if ((((float)L_101) == ((float)(0.0f))))
{
goto IL_0289;
}
}
{
float L_102 = ___time1;
float L_103 = ___duration2;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_104 = Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(10.0f), (float)((float)il2cpp_codegen_subtract((float)((float)((float)L_102/(float)L_103)), (float)(1.0f)))))))), /*hidden argument*/NULL);
return (((float)((float)L_104)));
}
IL_0289:
{
return (0.0f);
}
IL_028f:
{
// if (time == duration) return 1;
float L_105 = ___time1;
float L_106 = ___duration2;
if ((!(((float)L_105) == ((float)L_106))))
{
goto IL_0299;
}
}
{
// if (time == duration) return 1;
return (1.0f);
}
IL_0299:
{
// return (-(float)Math.Pow(2, -10 * time / duration) + 1);
float L_107 = ___time1;
float L_108 = ___duration2;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_109 = Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1((2.0), (((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)(-10.0f), (float)L_107))/(float)L_108))))), /*hidden argument*/NULL);
return ((float)il2cpp_codegen_add((float)((-(((float)((float)L_109))))), (float)(1.0f)));
}
IL_02ba:
{
// if (time == 0) return 0;
float L_110 = ___time1;
if ((!(((float)L_110) == ((float)(0.0f)))))
{
goto IL_02c8;
}
}
{
// if (time == 0) return 0;
return (0.0f);
}
IL_02c8:
{
// if (time == duration) return 1;
float L_111 = ___time1;
float L_112 = ___duration2;
if ((!(((float)L_111) == ((float)L_112))))
{
goto IL_02d2;
}
}
{
// if (time == duration) return 1;
return (1.0f);
}
IL_02d2:
{
// if ((time /= duration * 0.5f) < 1) return 0.5f * (float)Math.Pow(2, 10 * (time - 1));
float L_113 = ___time1;
float L_114 = ___duration2;
float L_115 = ((float)((float)L_113/(float)((float)il2cpp_codegen_multiply((float)L_114, (float)(0.5f)))));
___time1 = L_115;
if ((!(((float)L_115) < ((float)(1.0f)))))
{
goto IL_0309;
}
}
{
// if ((time /= duration * 0.5f) < 1) return 0.5f * (float)Math.Pow(2, 10 * (time - 1));
float L_116 = ___time1;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_117 = Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(10.0f), (float)((float)il2cpp_codegen_subtract((float)L_116, (float)(1.0f)))))))), /*hidden argument*/NULL);
return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)(((float)((float)L_117)))));
}
IL_0309:
{
// return 0.5f * (-(float)Math.Pow(2, -10 * --time) + 2);
float L_118 = ___time1;
float L_119 = ((float)il2cpp_codegen_subtract((float)L_118, (float)(1.0f)));
___time1 = L_119;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_120 = Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(-10.0f), (float)L_119))))), /*hidden argument*/NULL);
return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_add((float)((-(((float)((float)L_120))))), (float)(2.0f)))));
}
IL_0337:
{
// return -((float)Math.Sqrt(1 - (time /= duration) * time) - 1);
float L_121 = ___time1;
float L_122 = ___duration2;
float L_123 = ((float)((float)L_121/(float)L_122));
___time1 = L_123;
float L_124 = ___time1;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_125 = sqrt((((double)((double)((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_123, (float)L_124))))))));
return ((-((float)il2cpp_codegen_subtract((float)(((float)((float)L_125))), (float)(1.0f)))));
}
IL_0354:
{
// return (float)Math.Sqrt(1 - (time = time / duration - 1) * time);
float L_126 = ___time1;
float L_127 = ___duration2;
float L_128 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_126/(float)L_127)), (float)(1.0f)));
___time1 = L_128;
float L_129 = ___time1;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_130 = sqrt((((double)((double)((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_128, (float)L_129))))))));
return (((float)((float)L_130)));
}
IL_0370:
{
// if ((time /= duration * 0.5f) < 1) return -0.5f * ((float)Math.Sqrt(1 - time * time) - 1);
float L_131 = ___time1;
float L_132 = ___duration2;
float L_133 = ((float)((float)L_131/(float)((float)il2cpp_codegen_multiply((float)L_132, (float)(0.5f)))));
___time1 = L_133;
if ((!(((float)L_133) < ((float)(1.0f)))))
{
goto IL_03a0;
}
}
{
// if ((time /= duration * 0.5f) < 1) return -0.5f * ((float)Math.Sqrt(1 - time * time) - 1);
float L_134 = ___time1;
float L_135 = ___time1;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_136 = sqrt((((double)((double)((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_134, (float)L_135))))))));
return ((float)il2cpp_codegen_multiply((float)(-0.5f), (float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_136))), (float)(1.0f)))));
}
IL_03a0:
{
// return 0.5f * ((float)Math.Sqrt(1 - (time -= 2) * time) + 1);
float L_137 = ___time1;
float L_138 = ((float)il2cpp_codegen_subtract((float)L_137, (float)(2.0f)));
___time1 = L_138;
float L_139 = ___time1;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_140 = sqrt((((double)((double)((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)L_138, (float)L_139))))))));
return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_add((float)(((float)((float)L_140))), (float)(1.0f)))));
}
IL_03c6:
{
// if (time == 0) return 0;
float L_141 = ___time1;
if ((!(((float)L_141) == ((float)(0.0f)))))
{
goto IL_03d4;
}
}
{
// if (time == 0) return 0;
return (0.0f);
}
IL_03d4:
{
// if ((time /= duration) == 1) return 1;
float L_142 = ___time1;
float L_143 = ___duration2;
float L_144 = ((float)((float)L_142/(float)L_143));
___time1 = L_144;
if ((!(((float)L_144) == ((float)(1.0f)))))
{
goto IL_03e7;
}
}
{
// if ((time /= duration) == 1) return 1;
return (1.0f);
}
IL_03e7:
{
// if (period == 0) period = duration * 0.3f;
float L_145 = ___period4;
if ((!(((float)L_145) == ((float)(0.0f)))))
{
goto IL_03f9;
}
}
{
// if (period == 0) period = duration * 0.3f;
float L_146 = ___duration2;
___period4 = ((float)il2cpp_codegen_multiply((float)L_146, (float)(0.3f)));
}
IL_03f9:
{
// if (overshootOrAmplitude < 1)
float L_147 = ___overshootOrAmplitude3;
if ((!(((float)L_147) < ((float)(1.0f)))))
{
goto IL_0413;
}
}
{
// overshootOrAmplitude = 1;
___overshootOrAmplitude3 = (1.0f);
// s0 = period / 4;
float L_148 = ___period4;
V_0 = ((float)((float)L_148/(float)(4.0f)));
// }
goto IL_042b;
}
IL_0413:
{
// else s0 = period / _TwoPi * (float)Math.Asin(1 / overshootOrAmplitude);
float L_149 = ___period4;
float L_150 = ___overshootOrAmplitude3;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_151 = asin((((double)((double)((float)((float)(1.0f)/(float)L_150))))));
V_0 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_149/(float)(6.28318548f))), (float)(((float)((float)L_151)))));
}
IL_042b:
{
// return -(overshootOrAmplitude * (float)Math.Pow(2, 10 * (time -= 1)) * (float)Math.Sin((time * duration - s0) * _TwoPi / period));
float L_152 = ___overshootOrAmplitude3;
float L_153 = ___time1;
float L_154 = ((float)il2cpp_codegen_subtract((float)L_153, (float)(1.0f)));
___time1 = L_154;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_155 = Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(10.0f), (float)L_154))))), /*hidden argument*/NULL);
float L_156 = ___time1;
float L_157 = ___duration2;
float L_158 = V_0;
float L_159 = ___period4;
double L_160 = sin((((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_156, (float)L_157)), (float)L_158)), (float)(6.28318548f)))/(float)L_159))))));
return ((-((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_152, (float)(((float)((float)L_155))))), (float)(((float)((float)L_160)))))));
}
IL_0465:
{
// if (time == 0) return 0;
float L_161 = ___time1;
if ((!(((float)L_161) == ((float)(0.0f)))))
{
goto IL_0473;
}
}
{
// if (time == 0) return 0;
return (0.0f);
}
IL_0473:
{
// if ((time /= duration) == 1) return 1;
float L_162 = ___time1;
float L_163 = ___duration2;
float L_164 = ((float)((float)L_162/(float)L_163));
___time1 = L_164;
if ((!(((float)L_164) == ((float)(1.0f)))))
{
goto IL_0486;
}
}
{
// if ((time /= duration) == 1) return 1;
return (1.0f);
}
IL_0486:
{
// if (period == 0) period = duration * 0.3f;
float L_165 = ___period4;
if ((!(((float)L_165) == ((float)(0.0f)))))
{
goto IL_0498;
}
}
{
// if (period == 0) period = duration * 0.3f;
float L_166 = ___duration2;
___period4 = ((float)il2cpp_codegen_multiply((float)L_166, (float)(0.3f)));
}
IL_0498:
{
// if (overshootOrAmplitude < 1)
float L_167 = ___overshootOrAmplitude3;
if ((!(((float)L_167) < ((float)(1.0f)))))
{
goto IL_04b2;
}
}
{
// overshootOrAmplitude = 1;
___overshootOrAmplitude3 = (1.0f);
// s1 = period / 4;
float L_168 = ___period4;
V_1 = ((float)((float)L_168/(float)(4.0f)));
// }
goto IL_04ca;
}
IL_04b2:
{
// else s1 = period / _TwoPi * (float)Math.Asin(1 / overshootOrAmplitude);
float L_169 = ___period4;
float L_170 = ___overshootOrAmplitude3;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_171 = asin((((double)((double)((float)((float)(1.0f)/(float)L_170))))));
V_1 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_169/(float)(6.28318548f))), (float)(((float)((float)L_171)))));
}
IL_04ca:
{
// return (overshootOrAmplitude * (float)Math.Pow(2, -10 * time) * (float)Math.Sin((time * duration - s1) * _TwoPi / period) + 1);
float L_172 = ___overshootOrAmplitude3;
float L_173 = ___time1;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_174 = Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(-10.0f), (float)L_173))))), /*hidden argument*/NULL);
float L_175 = ___time1;
float L_176 = ___duration2;
float L_177 = V_1;
float L_178 = ___period4;
double L_179 = sin((((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_175, (float)L_176)), (float)L_177)), (float)(6.28318548f)))/(float)L_178))))));
return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_172, (float)(((float)((float)L_174))))), (float)(((float)((float)L_179))))), (float)(1.0f)));
}
IL_0500:
{
// if (time == 0) return 0;
float L_180 = ___time1;
if ((!(((float)L_180) == ((float)(0.0f)))))
{
goto IL_050e;
}
}
{
// if (time == 0) return 0;
return (0.0f);
}
IL_050e:
{
// if ((time /= duration * 0.5f) == 2) return 1;
float L_181 = ___time1;
float L_182 = ___duration2;
float L_183 = ((float)((float)L_181/(float)((float)il2cpp_codegen_multiply((float)L_182, (float)(0.5f)))));
___time1 = L_183;
if ((!(((float)L_183) == ((float)(2.0f)))))
{
goto IL_0527;
}
}
{
// if ((time /= duration * 0.5f) == 2) return 1;
return (1.0f);
}
IL_0527:
{
// if (period == 0) period = duration * (0.3f * 1.5f);
float L_184 = ___period4;
if ((!(((float)L_184) == ((float)(0.0f)))))
{
goto IL_0539;
}
}
{
// if (period == 0) period = duration * (0.3f * 1.5f);
float L_185 = ___duration2;
___period4 = ((float)il2cpp_codegen_multiply((float)L_185, (float)(0.450000018f)));
}
IL_0539:
{
// if (overshootOrAmplitude < 1)
float L_186 = ___overshootOrAmplitude3;
if ((!(((float)L_186) < ((float)(1.0f)))))
{
goto IL_0553;
}
}
{
// overshootOrAmplitude = 1;
___overshootOrAmplitude3 = (1.0f);
// s = period / 4;
float L_187 = ___period4;
V_2 = ((float)((float)L_187/(float)(4.0f)));
// }
goto IL_056b;
}
IL_0553:
{
// else s = period / _TwoPi * (float)Math.Asin(1 / overshootOrAmplitude);
float L_188 = ___period4;
float L_189 = ___overshootOrAmplitude3;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_190 = asin((((double)((double)((float)((float)(1.0f)/(float)L_189))))));
V_2 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_188/(float)(6.28318548f))), (float)(((float)((float)L_190)))));
}
IL_056b:
{
// if (time < 1) return -0.5f * (overshootOrAmplitude * (float)Math.Pow(2, 10 * (time -= 1)) * (float)Math.Sin((time * duration - s) * _TwoPi / period));
float L_191 = ___time1;
if ((!(((float)L_191) < ((float)(1.0f)))))
{
goto IL_05b2;
}
}
{
// if (time < 1) return -0.5f * (overshootOrAmplitude * (float)Math.Pow(2, 10 * (time -= 1)) * (float)Math.Sin((time * duration - s) * _TwoPi / period));
float L_192 = ___overshootOrAmplitude3;
float L_193 = ___time1;
float L_194 = ((float)il2cpp_codegen_subtract((float)L_193, (float)(1.0f)));
___time1 = L_194;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_195 = Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(10.0f), (float)L_194))))), /*hidden argument*/NULL);
float L_196 = ___time1;
float L_197 = ___duration2;
float L_198 = V_2;
float L_199 = ___period4;
double L_200 = sin((((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_196, (float)L_197)), (float)L_198)), (float)(6.28318548f)))/(float)L_199))))));
return ((float)il2cpp_codegen_multiply((float)(-0.5f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_192, (float)(((float)((float)L_195))))), (float)(((float)((float)L_200)))))));
}
IL_05b2:
{
// return overshootOrAmplitude * (float)Math.Pow(2, -10 * (time -= 1)) * (float)Math.Sin((time * duration - s) * _TwoPi / period) * 0.5f + 1;
float L_201 = ___overshootOrAmplitude3;
float L_202 = ___time1;
float L_203 = ((float)il2cpp_codegen_subtract((float)L_202, (float)(1.0f)));
___time1 = L_203;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_204 = Math_Pow_m9CD842663B1A2FA4C66EEFFC6F0D705B40BE46F1((2.0), (((double)((double)((float)il2cpp_codegen_multiply((float)(-10.0f), (float)L_203))))), /*hidden argument*/NULL);
float L_205 = ___time1;
float L_206 = ___duration2;
float L_207 = V_2;
float L_208 = ___period4;
double L_209 = sin((((double)((double)((float)((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_205, (float)L_206)), (float)L_207)), (float)(6.28318548f)))/(float)L_208))))));
return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_201, (float)(((float)((float)L_204))))), (float)(((float)((float)L_209))))), (float)(0.5f))), (float)(1.0f)));
}
IL_05f7:
{
// return (time /= duration) * time * ((overshootOrAmplitude + 1) * time - overshootOrAmplitude);
float L_210 = ___time1;
float L_211 = ___duration2;
float L_212 = ((float)((float)L_210/(float)L_211));
___time1 = L_212;
float L_213 = ___time1;
float L_214 = ___overshootOrAmplitude3;
float L_215 = ___time1;
float L_216 = ___overshootOrAmplitude3;
return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_212, (float)L_213)), (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_214, (float)(1.0f))), (float)L_215)), (float)L_216))));
}
IL_060c:
{
// return ((time = time / duration - 1) * time * ((overshootOrAmplitude + 1) * time + overshootOrAmplitude) + 1);
float L_217 = ___time1;
float L_218 = ___duration2;
float L_219 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_217/(float)L_218)), (float)(1.0f)));
___time1 = L_219;
float L_220 = ___time1;
float L_221 = ___overshootOrAmplitude3;
float L_222 = ___time1;
float L_223 = ___overshootOrAmplitude3;
return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_219, (float)L_220)), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_221, (float)(1.0f))), (float)L_222)), (float)L_223)))), (float)(1.0f)));
}
IL_062d:
{
// if ((time /= duration * 0.5f) < 1) return 0.5f * (time * time * (((overshootOrAmplitude *= (1.525f)) + 1) * time - overshootOrAmplitude));
float L_224 = ___time1;
float L_225 = ___duration2;
float L_226 = ((float)((float)L_224/(float)((float)il2cpp_codegen_multiply((float)L_225, (float)(0.5f)))));
___time1 = L_226;
if ((!(((float)L_226) < ((float)(1.0f)))))
{
goto IL_065f;
}
}
{
// if ((time /= duration * 0.5f) < 1) return 0.5f * (time * time * (((overshootOrAmplitude *= (1.525f)) + 1) * time - overshootOrAmplitude));
float L_227 = ___time1;
float L_228 = ___time1;
float L_229 = ___overshootOrAmplitude3;
float L_230 = ((float)il2cpp_codegen_multiply((float)L_229, (float)(1.525f)));
___overshootOrAmplitude3 = L_230;
float L_231 = ___time1;
float L_232 = ___overshootOrAmplitude3;
return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_227, (float)L_228)), (float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_230, (float)(1.0f))), (float)L_231)), (float)L_232))))));
}
IL_065f:
{
// return 0.5f * ((time -= 2) * time * (((overshootOrAmplitude *= (1.525f)) + 1) * time + overshootOrAmplitude) + 2);
float L_233 = ___time1;
float L_234 = ((float)il2cpp_codegen_subtract((float)L_233, (float)(2.0f)));
___time1 = L_234;
float L_235 = ___time1;
float L_236 = ___overshootOrAmplitude3;
float L_237 = ((float)il2cpp_codegen_multiply((float)L_236, (float)(1.525f)));
___overshootOrAmplitude3 = L_237;
float L_238 = ___time1;
float L_239 = ___overshootOrAmplitude3;
return ((float)il2cpp_codegen_multiply((float)(0.5f), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_234, (float)L_235)), (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_237, (float)(1.0f))), (float)L_238)), (float)L_239)))), (float)(2.0f)))));
}
IL_068d:
{
// return Bounce.EaseIn(time, duration);
float L_240 = ___time1;
float L_241 = ___duration2;
float L_242 = Bounce_EaseIn_m43A18D1D7B07E3A0278721206AD89CD0FED0025D(L_240, L_241, /*hidden argument*/NULL);
return L_242;
}
IL_0695:
{
// return Bounce.EaseOut(time, duration);
float L_243 = ___time1;
float L_244 = ___duration2;
float L_245 = Bounce_EaseOut_m7D71E9C3009A2793BD38553263E360EF973EB479(L_243, L_244, /*hidden argument*/NULL);
return L_245;
}
IL_069d:
{
// return Bounce.EaseInOut(time, duration);
float L_246 = ___time1;
float L_247 = ___duration2;
float L_248 = Bounce_EaseInOut_m9AA6F22B1A96799088BF0D03A7CA682522ACC9AB(L_246, L_247, /*hidden argument*/NULL);
return L_248;
}
IL_06a5:
{
// return -(time /= duration) * (time - 2);
float L_249 = ___time1;
float L_250 = ___duration2;
float L_251 = ((float)((float)L_249/(float)L_250));
___time1 = L_251;
float L_252 = ___time1;
return ((float)il2cpp_codegen_multiply((float)((-L_251)), (float)((float)il2cpp_codegen_subtract((float)L_252, (float)(2.0f)))));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Single FairyGUI.EaseManager_Bounce::EaseIn(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Bounce_EaseIn_m43A18D1D7B07E3A0278721206AD89CD0FED0025D (float ___time0, float ___duration1, const RuntimeMethod* method)
{
{
// return 1 - EaseOut(duration - time, duration);
float L_0 = ___duration1;
float L_1 = ___time0;
float L_2 = ___duration1;
float L_3 = Bounce_EaseOut_m7D71E9C3009A2793BD38553263E360EF973EB479(((float)il2cpp_codegen_subtract((float)L_0, (float)L_1)), L_2, /*hidden argument*/NULL);
return ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_3));
}
}
// System.Single FairyGUI.EaseManager_Bounce::EaseOut(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Bounce_EaseOut_m7D71E9C3009A2793BD38553263E360EF973EB479 (float ___time0, float ___duration1, const RuntimeMethod* method)
{
{
// if ((time /= duration) < (1 / 2.75f))
float L_0 = ___time0;
float L_1 = ___duration1;
float L_2 = ((float)((float)L_0/(float)L_1));
___time0 = L_2;
if ((!(((float)L_2) < ((float)(0.363636374f)))))
{
goto IL_0017;
}
}
{
// return (7.5625f * time * time);
float L_3 = ___time0;
float L_4 = ___time0;
return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(7.5625f), (float)L_3)), (float)L_4));
}
IL_0017:
{
// if (time < (2 / 2.75f))
float L_5 = ___time0;
if ((!(((float)L_5) < ((float)(0.727272749f)))))
{
goto IL_0038;
}
}
{
// return (7.5625f * (time -= (1.5f / 2.75f)) * time + 0.75f);
float L_6 = ___time0;
float L_7 = ((float)il2cpp_codegen_subtract((float)L_6, (float)(0.545454562f)));
___time0 = L_7;
float L_8 = ___time0;
return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(7.5625f), (float)L_7)), (float)L_8)), (float)(0.75f)));
}
IL_0038:
{
// if (time < (2.5f / 2.75f))
float L_9 = ___time0;
if ((!(((float)L_9) < ((float)(0.909090936f)))))
{
goto IL_0059;
}
}
{
// return (7.5625f * (time -= (2.25f / 2.75f)) * time + 0.9375f);
float L_10 = ___time0;
float L_11 = ((float)il2cpp_codegen_subtract((float)L_10, (float)(0.8181818f)));
___time0 = L_11;
float L_12 = ___time0;
return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(7.5625f), (float)L_11)), (float)L_12)), (float)(0.9375f)));
}
IL_0059:
{
// return (7.5625f * (time -= (2.625f / 2.75f)) * time + 0.984375f);
float L_13 = ___time0;
float L_14 = ((float)il2cpp_codegen_subtract((float)L_13, (float)(0.954545438f)));
___time0 = L_14;
float L_15 = ___time0;
return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(7.5625f), (float)L_14)), (float)L_15)), (float)(0.984375f)));
}
}
// System.Single FairyGUI.EaseManager_Bounce::EaseInOut(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Bounce_EaseInOut_m9AA6F22B1A96799088BF0D03A7CA682522ACC9AB (float ___time0, float ___duration1, const RuntimeMethod* method)
{
{
// if (time < duration * 0.5f)
float L_0 = ___time0;
float L_1 = ___duration1;
if ((!(((float)L_0) < ((float)((float)il2cpp_codegen_multiply((float)L_1, (float)(0.5f)))))))
{
goto IL_001e;
}
}
{
// return EaseIn(time * 2, duration) * 0.5f;
float L_2 = ___time0;
float L_3 = ___duration1;
float L_4 = Bounce_EaseIn_m43A18D1D7B07E3A0278721206AD89CD0FED0025D(((float)il2cpp_codegen_multiply((float)L_2, (float)(2.0f))), L_3, /*hidden argument*/NULL);
return ((float)il2cpp_codegen_multiply((float)L_4, (float)(0.5f)));
}
IL_001e:
{
// return EaseOut(time * 2 - duration, duration) * 0.5f + 0.5f;
float L_5 = ___time0;
float L_6 = ___duration1;
float L_7 = ___duration1;
float L_8 = Bounce_EaseOut_m7D71E9C3009A2793BD38553263E360EF973EB479(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)L_5, (float)(2.0f))), (float)L_6)), L_7, /*hidden argument*/NULL);
return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_8, (float)(0.5f))), (float)(0.5f)));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.EllipseMesh::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EllipseMesh__ctor_mF5140CDF80B0B8708EAF786956E5772E02E8CE9A (EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * __this, const RuntimeMethod* method)
{
{
// public EllipseMesh()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// lineColor = Color.black;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_0, /*hidden argument*/NULL);
__this->set_lineColor_2(L_1);
// startDegree = 0;
__this->set_startDegree_5((0.0f));
// endDegreee = 360;
__this->set_endDegreee_6((360.0f));
// }
return;
}
}
// System.Void FairyGUI.EllipseMesh::OnPopulateMesh(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EllipseMesh_OnPopulateMesh_mE5AA1738D2B4BAE087B52DCC446C66D5722024EB (EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EllipseMesh_OnPopulateMesh_mE5AA1738D2B4BAE087B52DCC446C66D5722024EB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
memset((&V_0), 0, sizeof(V_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
float V_3 = 0.0f;
bool V_4 = false;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_5;
memset((&V_5), 0, sizeof(V_5));
float V_6 = 0.0f;
float V_7 = 0.0f;
int32_t V_8 = 0;
float V_9 = 0.0f;
float V_10 = 0.0f;
float V_11 = 0.0f;
int32_t V_12 = 0;
float V_13 = 0.0f;
float V_14 = 0.0f;
int32_t V_15 = 0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_16;
memset((&V_16), 0, sizeof(V_16));
int32_t V_17 = 0;
int32_t V_18 = 0;
int32_t V_19 = 0;
float V_20 = 0.0f;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B6_0;
memset((&G_B6_0), 0, sizeof(G_B6_0));
int32_t G_B9_0 = 0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 G_B12_0;
memset((&G_B12_0), 0, sizeof(G_B12_0));
{
// Rect rect = drawRect != null ? (Rect)drawRect : vb.contentRect;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_0 = __this->get_address_of_drawRect_0();
bool L_1 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if (L_1)
{
goto IL_0015;
}
}
{
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_2 = ___vb0;
NullCheck(L_2);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_3 = L_2->get_contentRect_0();
G_B3_0 = L_3;
goto IL_0020;
}
IL_0015:
{
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_4 = __this->get_address_of_drawRect_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_5 = Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_4, /*hidden argument*/Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_RuntimeMethod_var);
G_B3_0 = L_5;
}
IL_0020:
{
V_0 = G_B3_0;
// Color32 color = fillColor != null ? (Color32)fillColor : vb.vertexColor;
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_6 = __this->get_address_of_fillColor_4();
bool L_7 = Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_inline((Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *)L_6, /*hidden argument*/Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_RuntimeMethod_var);
if (L_7)
{
goto IL_0036;
}
}
{
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_8 = ___vb0;
NullCheck(L_8);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_9 = L_8->get_vertexColor_2();
G_B6_0 = L_9;
goto IL_0041;
}
IL_0036:
{
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_10 = __this->get_address_of_fillColor_4();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_11 = Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99((Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *)L_10, /*hidden argument*/Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99_RuntimeMethod_var);
G_B6_0 = L_11;
}
IL_0041:
{
V_1 = G_B6_0;
// float sectionStart = Mathf.Clamp(startDegree, 0, 360);
float L_12 = __this->get_startDegree_5();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_13 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(L_12, (0.0f), (360.0f), /*hidden argument*/NULL);
V_2 = L_13;
// float sectionEnd = Mathf.Clamp(endDegreee, 0, 360);
float L_14 = __this->get_endDegreee_6();
float L_15 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(L_14, (0.0f), (360.0f), /*hidden argument*/NULL);
V_3 = L_15;
// bool clipped = sectionStart > 0 || sectionEnd < 360;
float L_16 = V_2;
if ((((float)L_16) > ((float)(0.0f))))
{
goto IL_0080;
}
}
{
float L_17 = V_3;
G_B9_0 = ((((float)L_17) < ((float)(360.0f)))? 1 : 0);
goto IL_0081;
}
IL_0080:
{
G_B9_0 = 1;
}
IL_0081:
{
V_4 = (bool)G_B9_0;
// sectionStart = sectionStart * Mathf.Deg2Rad;
float L_18 = V_2;
V_2 = ((float)il2cpp_codegen_multiply((float)L_18, (float)(0.0174532924f)));
// sectionEnd = sectionEnd * Mathf.Deg2Rad;
float L_19 = V_3;
V_3 = ((float)il2cpp_codegen_multiply((float)L_19, (float)(0.0174532924f)));
// Color32 centerColor2 = centerColor == null ? color : (Color32)centerColor;
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_20 = __this->get_address_of_centerColor_3();
bool L_21 = Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_inline((Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *)L_20, /*hidden argument*/Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_RuntimeMethod_var);
if (!L_21)
{
goto IL_00ad;
}
}
{
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_22 = __this->get_address_of_centerColor_3();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_23 = Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99((Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *)L_22, /*hidden argument*/Nullable_1_get_Value_mA0FE850F75574CB392BF85064A169ADEBB516C99_RuntimeMethod_var);
G_B12_0 = L_23;
goto IL_00ae;
}
IL_00ad:
{
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_24 = V_1;
G_B12_0 = L_24;
}
IL_00ae:
{
V_5 = G_B12_0;
// float radiusX = rect.width / 2;
float L_25 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_6 = ((float)((float)L_25/(float)(2.0f)));
// float radiusY = rect.height / 2;
float L_26 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_7 = ((float)((float)L_26/(float)(2.0f)));
// int sides = Mathf.CeilToInt(Mathf.PI * (radiusX + radiusY) / 4);
float L_27 = V_6;
float L_28 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_29 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)((float)il2cpp_codegen_multiply((float)(3.14159274f), (float)((float)il2cpp_codegen_add((float)L_27, (float)L_28))))/(float)(4.0f))), /*hidden argument*/NULL);
V_8 = L_29;
// if (sides < 6)
int32_t L_30 = V_8;
if ((((int32_t)L_30) >= ((int32_t)6)))
{
goto IL_00ee;
}
}
{
// sides = 6;
V_8 = 6;
}
IL_00ee:
{
// float angleDelta = 2 * Mathf.PI / sides;
int32_t L_31 = V_8;
V_9 = ((float)((float)(6.28318548f)/(float)(((float)((float)L_31)))));
// float angle = 0;
V_10 = (0.0f);
// float lineAngle = 0;
V_11 = (0.0f);
// if (lineWidth > 0 && clipped)
float L_32 = __this->get_lineWidth_1();
bool L_33 = V_4;
if (!((int32_t)((int32_t)((((float)L_32) > ((float)(0.0f)))? 1 : 0)&(int32_t)L_33)))
{
goto IL_0135;
}
}
{
// lineAngle = lineWidth / Mathf.Max(radiusX, radiusY);
float L_34 = __this->get_lineWidth_1();
float L_35 = V_6;
float L_36 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_37 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_35, L_36, /*hidden argument*/NULL);
V_11 = ((float)((float)L_34/(float)L_37));
// sectionStart += lineAngle;
float L_38 = V_2;
float L_39 = V_11;
V_2 = ((float)il2cpp_codegen_add((float)L_38, (float)L_39));
// sectionEnd -= lineAngle;
float L_40 = V_3;
float L_41 = V_11;
V_3 = ((float)il2cpp_codegen_subtract((float)L_40, (float)L_41));
}
IL_0135:
{
// int vpos = vb.currentVertCount;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_42 = ___vb0;
NullCheck(L_42);
int32_t L_43 = VertexBuffer_get_currentVertCount_mA4B982DB778BE1454630660482579C1F629A174F(L_42, /*hidden argument*/NULL);
V_12 = L_43;
// float centerX = rect.x + radiusX;
float L_44 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_45 = V_6;
V_13 = ((float)il2cpp_codegen_add((float)L_44, (float)L_45));
// float centerY = rect.y + radiusY;
float L_46 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_47 = V_7;
V_14 = ((float)il2cpp_codegen_add((float)L_46, (float)L_47));
// vb.AddVert(new Vector3(centerX, centerY, 0), centerColor2);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_48 = ___vb0;
float L_49 = V_13;
float L_50 = V_14;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_51;
memset((&L_51), 0, sizeof(L_51));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_51), L_49, L_50, (0.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_52 = V_5;
NullCheck(L_48);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_48, L_51, L_52, /*hidden argument*/NULL);
// for (int i = 0; i < sides; i++)
V_15 = 0;
goto IL_021a;
}
IL_0173:
{
// if (angle < sectionStart)
float L_53 = V_10;
float L_54 = V_2;
if ((!(((float)L_53) < ((float)L_54))))
{
goto IL_017d;
}
}
{
// angle = sectionStart;
float L_55 = V_2;
V_10 = L_55;
goto IL_0185;
}
IL_017d:
{
// else if (angle > sectionEnd)
float L_56 = V_10;
float L_57 = V_3;
if ((!(((float)L_56) > ((float)L_57))))
{
goto IL_0185;
}
}
{
// angle = sectionEnd;
float L_58 = V_3;
V_10 = L_58;
}
IL_0185:
{
// Vector3 vec = new Vector3(Mathf.Cos(angle) * (radiusX - lineWidth) + centerX, Mathf.Sin(angle) * (radiusY - lineWidth) + centerY, 0);
float L_59 = V_10;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_60 = cosf(L_59);
float L_61 = V_6;
float L_62 = __this->get_lineWidth_1();
float L_63 = V_13;
float L_64 = V_10;
float L_65 = sinf(L_64);
float L_66 = V_7;
float L_67 = __this->get_lineWidth_1();
float L_68 = V_14;
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_16), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_60, (float)((float)il2cpp_codegen_subtract((float)L_61, (float)L_62)))), (float)L_63)), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_65, (float)((float)il2cpp_codegen_subtract((float)L_66, (float)L_67)))), (float)L_68)), (0.0f), /*hidden argument*/NULL);
// vb.AddVert(vec, color);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_69 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_70 = V_16;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_71 = V_1;
NullCheck(L_69);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_69, L_70, L_71, /*hidden argument*/NULL);
// if (lineWidth > 0)
float L_72 = __this->get_lineWidth_1();
if ((!(((float)L_72) > ((float)(0.0f)))))
{
goto IL_020d;
}
}
{
// vb.AddVert(vec, lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_73 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_74 = V_16;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_75 = __this->get_lineColor_2();
NullCheck(L_73);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_73, L_74, L_75, /*hidden argument*/NULL);
// vb.AddVert(new Vector3(Mathf.Cos(angle) * radiusX + centerX, Mathf.Sin(angle) * radiusY + centerY, 0), lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_76 = ___vb0;
float L_77 = V_10;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_78 = cosf(L_77);
float L_79 = V_6;
float L_80 = V_13;
float L_81 = V_10;
float L_82 = sinf(L_81);
float L_83 = V_7;
float L_84 = V_14;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_85;
memset((&L_85), 0, sizeof(L_85));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_85), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_78, (float)L_79)), (float)L_80)), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_82, (float)L_83)), (float)L_84)), (0.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_86 = __this->get_lineColor_2();
NullCheck(L_76);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_76, L_85, L_86, /*hidden argument*/NULL);
}
IL_020d:
{
// angle += angleDelta;
float L_87 = V_10;
float L_88 = V_9;
V_10 = ((float)il2cpp_codegen_add((float)L_87, (float)L_88));
// for (int i = 0; i < sides; i++)
int32_t L_89 = V_15;
V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1));
}
IL_021a:
{
// for (int i = 0; i < sides; i++)
int32_t L_90 = V_15;
int32_t L_91 = V_8;
if ((((int32_t)L_90) < ((int32_t)L_91)))
{
goto IL_0173;
}
}
{
// if (lineWidth > 0)
float L_92 = __this->get_lineWidth_1();
if ((!(((float)L_92) > ((float)(0.0f)))))
{
goto IL_02ef;
}
}
{
// int cnt = sides * 3;
int32_t L_93 = V_8;
V_17 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_93, (int32_t)3));
// for (int i = 0; i < cnt; i += 3)
V_18 = 0;
goto IL_02e4;
}
IL_0241:
{
// if (i != cnt - 3)
int32_t L_94 = V_18;
int32_t L_95 = V_17;
if ((((int32_t)L_94) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_95, (int32_t)3)))))
{
goto IL_027e;
}
}
{
// vb.AddTriangle(0, i + 1, i + 4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_96 = ___vb0;
int32_t L_97 = V_18;
int32_t L_98 = V_18;
NullCheck(L_96);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_96, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)4)), /*hidden argument*/NULL);
// vb.AddTriangle(i + 5, i + 2, i + 3);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_99 = ___vb0;
int32_t L_100 = V_18;
int32_t L_101 = V_18;
int32_t L_102 = V_18;
NullCheck(L_99);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_99, ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)5)), ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)3)), /*hidden argument*/NULL);
// vb.AddTriangle(i + 3, i + 6, i + 5);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_103 = ___vb0;
int32_t L_104 = V_18;
int32_t L_105 = V_18;
int32_t L_106 = V_18;
NullCheck(L_103);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_103, ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)3)), ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)6)), ((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)5)), /*hidden argument*/NULL);
// }
goto IL_02de;
}
IL_027e:
{
// else if (!clipped)
bool L_107 = V_4;
if (L_107)
{
goto IL_02ab;
}
}
{
// vb.AddTriangle(0, i + 1, 1);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_108 = ___vb0;
int32_t L_109 = V_18;
NullCheck(L_108);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_108, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1)), 1, /*hidden argument*/NULL);
// vb.AddTriangle(2, i + 2, i + 3);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_110 = ___vb0;
int32_t L_111 = V_18;
int32_t L_112 = V_18;
NullCheck(L_110);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_110, 2, ((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)3)), /*hidden argument*/NULL);
// vb.AddTriangle(i + 3, 3, 2);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_113 = ___vb0;
int32_t L_114 = V_18;
NullCheck(L_113);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_113, ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)3)), 3, 2, /*hidden argument*/NULL);
// }
goto IL_02de;
}
IL_02ab:
{
// vb.AddTriangle(0, i + 1, i + 1);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_115 = ___vb0;
int32_t L_116 = V_18;
int32_t L_117 = V_18;
NullCheck(L_115);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_115, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)1)), /*hidden argument*/NULL);
// vb.AddTriangle(i + 2, i + 2, i + 3);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_118 = ___vb0;
int32_t L_119 = V_18;
int32_t L_120 = V_18;
int32_t L_121 = V_18;
NullCheck(L_118);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_118, ((int32_t)il2cpp_codegen_add((int32_t)L_119, (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)2)), ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)3)), /*hidden argument*/NULL);
// vb.AddTriangle(i + 3, i + 3, i + 2);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_122 = ___vb0;
int32_t L_123 = V_18;
int32_t L_124 = V_18;
int32_t L_125 = V_18;
NullCheck(L_122);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_122, ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)3)), ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)3)), ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)2)), /*hidden argument*/NULL);
}
IL_02de:
{
// for (int i = 0; i < cnt; i += 3)
int32_t L_126 = V_18;
V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)3));
}
IL_02e4:
{
// for (int i = 0; i < cnt; i += 3)
int32_t L_127 = V_18;
int32_t L_128 = V_17;
if ((((int32_t)L_127) < ((int32_t)L_128)))
{
goto IL_0241;
}
}
{
// }
goto IL_033a;
}
IL_02ef:
{
// for (int i = 0; i < sides; i++)
V_19 = 0;
goto IL_0334;
}
IL_02f4:
{
// if (i != sides - 1)
int32_t L_129 = V_19;
int32_t L_130 = V_8;
if ((((int32_t)L_129) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_130, (int32_t)1)))))
{
goto IL_030d;
}
}
{
// vb.AddTriangle(0, i + 1, i + 2);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_131 = ___vb0;
int32_t L_132 = V_19;
int32_t L_133 = V_19;
NullCheck(L_131);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_131, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)2)), /*hidden argument*/NULL);
goto IL_032e;
}
IL_030d:
{
// else if (!clipped)
bool L_134 = V_4;
if (L_134)
{
goto IL_031f;
}
}
{
// vb.AddTriangle(0, i + 1, 1);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_135 = ___vb0;
int32_t L_136 = V_19;
NullCheck(L_135);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_135, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_136, (int32_t)1)), 1, /*hidden argument*/NULL);
goto IL_032e;
}
IL_031f:
{
// vb.AddTriangle(0, i + 1, i + 1);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_137 = ___vb0;
int32_t L_138 = V_19;
int32_t L_139 = V_19;
NullCheck(L_137);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_137, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1)), /*hidden argument*/NULL);
}
IL_032e:
{
// for (int i = 0; i < sides; i++)
int32_t L_140 = V_19;
V_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)1));
}
IL_0334:
{
// for (int i = 0; i < sides; i++)
int32_t L_141 = V_19;
int32_t L_142 = V_8;
if ((((int32_t)L_141) < ((int32_t)L_142)))
{
goto IL_02f4;
}
}
IL_033a:
{
// if (lineWidth > 0 && clipped)
float L_143 = __this->get_lineWidth_1();
bool L_144 = V_4;
if (!((int32_t)((int32_t)((((float)L_143) > ((float)(0.0f)))? 1 : 0)&(int32_t)L_144)))
{
goto IL_0515;
}
}
{
// vb.AddVert(new Vector3(radiusX, radiusY, 0), lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_145 = ___vb0;
float L_146 = V_6;
float L_147 = V_7;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_148;
memset((&L_148), 0, sizeof(L_148));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_148), L_146, L_147, (0.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_149 = __this->get_lineColor_2();
NullCheck(L_145);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_145, L_148, L_149, /*hidden argument*/NULL);
// float centerRadius = lineWidth * 0.5f;
float L_150 = __this->get_lineWidth_1();
V_20 = ((float)il2cpp_codegen_multiply((float)L_150, (float)(0.5f)));
// sectionStart -= lineAngle;
float L_151 = V_2;
float L_152 = V_11;
V_2 = ((float)il2cpp_codegen_subtract((float)L_151, (float)L_152));
// angle = sectionStart + lineAngle * 0.5f + Mathf.PI * 0.5f;
float L_153 = V_2;
float L_154 = V_11;
V_10 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_153, (float)((float)il2cpp_codegen_multiply((float)L_154, (float)(0.5f))))), (float)(1.57079637f)));
// vb.AddVert(new Vector3(Mathf.Cos(angle) * centerRadius + radiusX, Mathf.Sin(angle) * centerRadius + radiusY, 0), lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_155 = ___vb0;
float L_156 = V_10;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_157 = cosf(L_156);
float L_158 = V_20;
float L_159 = V_6;
float L_160 = V_10;
float L_161 = sinf(L_160);
float L_162 = V_20;
float L_163 = V_7;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_164;
memset((&L_164), 0, sizeof(L_164));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_164), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_157, (float)L_158)), (float)L_159)), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_161, (float)L_162)), (float)L_163)), (0.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_165 = __this->get_lineColor_2();
NullCheck(L_155);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_155, L_164, L_165, /*hidden argument*/NULL);
// angle -= Mathf.PI;
float L_166 = V_10;
V_10 = ((float)il2cpp_codegen_subtract((float)L_166, (float)(3.14159274f)));
// vb.AddVert(new Vector3(Mathf.Cos(angle) * centerRadius + radiusX, Mathf.Sin(angle) * centerRadius + radiusY, 0), lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_167 = ___vb0;
float L_168 = V_10;
float L_169 = cosf(L_168);
float L_170 = V_20;
float L_171 = V_6;
float L_172 = V_10;
float L_173 = sinf(L_172);
float L_174 = V_20;
float L_175 = V_7;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_176;
memset((&L_176), 0, sizeof(L_176));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_176), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_169, (float)L_170)), (float)L_171)), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_173, (float)L_174)), (float)L_175)), (0.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_177 = __this->get_lineColor_2();
NullCheck(L_167);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_167, L_176, L_177, /*hidden argument*/NULL);
// vb.AddVert(new Vector3(Mathf.Cos(sectionStart) * radiusX + radiusX, Mathf.Sin(sectionStart) * radiusY + radiusY, 0), lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_178 = ___vb0;
float L_179 = V_2;
float L_180 = cosf(L_179);
float L_181 = V_6;
float L_182 = V_6;
float L_183 = V_2;
float L_184 = sinf(L_183);
float L_185 = V_7;
float L_186 = V_7;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_187;
memset((&L_187), 0, sizeof(L_187));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_187), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_180, (float)L_181)), (float)L_182)), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_184, (float)L_185)), (float)L_186)), (0.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_188 = __this->get_lineColor_2();
NullCheck(L_178);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_178, L_187, L_188, /*hidden argument*/NULL);
// vb.AddVert(vb.GetPosition(vpos + 3), lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_189 = ___vb0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_190 = ___vb0;
int32_t L_191 = V_12;
NullCheck(L_190);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_192 = VertexBuffer_GetPosition_m6190300BF64A26E72539A014FC10475273ACA9FF(L_190, ((int32_t)il2cpp_codegen_add((int32_t)L_191, (int32_t)3)), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_193 = __this->get_lineColor_2();
NullCheck(L_189);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_189, L_192, L_193, /*hidden argument*/NULL);
// sectionEnd += lineAngle;
float L_194 = V_3;
float L_195 = V_11;
V_3 = ((float)il2cpp_codegen_add((float)L_194, (float)L_195));
// angle = sectionEnd - lineAngle * 0.5f + Mathf.PI * 0.5f;
float L_196 = V_3;
float L_197 = V_11;
V_10 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_196, (float)((float)il2cpp_codegen_multiply((float)L_197, (float)(0.5f))))), (float)(1.57079637f)));
// vb.AddVert(new Vector3(Mathf.Cos(angle) * centerRadius + radiusX, Mathf.Sin(angle) * centerRadius + radiusY, 0), lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_198 = ___vb0;
float L_199 = V_10;
float L_200 = cosf(L_199);
float L_201 = V_20;
float L_202 = V_6;
float L_203 = V_10;
float L_204 = sinf(L_203);
float L_205 = V_20;
float L_206 = V_7;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_207;
memset((&L_207), 0, sizeof(L_207));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_207), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_200, (float)L_201)), (float)L_202)), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_204, (float)L_205)), (float)L_206)), (0.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_208 = __this->get_lineColor_2();
NullCheck(L_198);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_198, L_207, L_208, /*hidden argument*/NULL);
// angle -= Mathf.PI;
float L_209 = V_10;
V_10 = ((float)il2cpp_codegen_subtract((float)L_209, (float)(3.14159274f)));
// vb.AddVert(new Vector3(Mathf.Cos(angle) * centerRadius + radiusX, Mathf.Sin(angle) * centerRadius + radiusY, 0), lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_210 = ___vb0;
float L_211 = V_10;
float L_212 = cosf(L_211);
float L_213 = V_20;
float L_214 = V_6;
float L_215 = V_10;
float L_216 = sinf(L_215);
float L_217 = V_20;
float L_218 = V_7;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_219;
memset((&L_219), 0, sizeof(L_219));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_219), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_212, (float)L_213)), (float)L_214)), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_216, (float)L_217)), (float)L_218)), (0.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_220 = __this->get_lineColor_2();
NullCheck(L_210);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_210, L_219, L_220, /*hidden argument*/NULL);
// vb.AddVert(vb.GetPosition(vpos + sides * 3), lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_221 = ___vb0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_222 = ___vb0;
int32_t L_223 = V_12;
int32_t L_224 = V_8;
NullCheck(L_222);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_225 = VertexBuffer_GetPosition_m6190300BF64A26E72539A014FC10475273ACA9FF(L_222, ((int32_t)il2cpp_codegen_add((int32_t)L_223, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_224, (int32_t)3)))), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_226 = __this->get_lineColor_2();
NullCheck(L_221);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_221, L_225, L_226, /*hidden argument*/NULL);
// vb.AddVert(new Vector3(Mathf.Cos(sectionEnd) * radiusX + radiusX, Mathf.Sin(sectionEnd) * radiusY + radiusY, 0), lineColor);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_227 = ___vb0;
float L_228 = V_3;
float L_229 = cosf(L_228);
float L_230 = V_6;
float L_231 = V_6;
float L_232 = V_3;
float L_233 = sinf(L_232);
float L_234 = V_7;
float L_235 = V_7;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_236;
memset((&L_236), 0, sizeof(L_236));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_236), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_229, (float)L_230)), (float)L_231)), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_233, (float)L_234)), (float)L_235)), (0.0f), /*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_237 = __this->get_lineColor_2();
NullCheck(L_227);
VertexBuffer_AddVert_m949230ABF6AA4D5FD7AFA5AA48C5587C1D5910A1(L_227, L_236, L_237, /*hidden argument*/NULL);
// vb.AddTriangles(SECTOR_CENTER_TRIANGLES, sides * 3 + 1);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_238 = ___vb0;
IL2CPP_RUNTIME_CLASS_INIT(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_239 = ((EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_StaticFields*)il2cpp_codegen_static_fields_for(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_il2cpp_TypeInfo_var))->get_SECTOR_CENTER_TRIANGLES_7();
int32_t L_240 = V_8;
NullCheck(L_238);
VertexBuffer_AddTriangles_m0EE6933112A9A3F76F73E23EE712CC6110507D66(L_238, L_239, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_240, (int32_t)3)), (int32_t)1)), /*hidden argument*/NULL);
}
IL_0515:
{
// }
return;
}
}
// System.Boolean FairyGUI.EllipseMesh::HitTest(UnityEngine.Rect,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EllipseMesh_HitTest_m81087A9496AF0297DAE7FAF93348597740446CA3 (EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___contentRect0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EllipseMesh_HitTest_m81087A9496AF0297DAE7FAF93348597740446CA3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
memset((&V_0), 0, sizeof(V_0));
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
float V_4 = 0.0f;
float V_5 = 0.0f;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
{
// Rect rect = drawRect != null ? (Rect)drawRect : contentRect;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_0 = __this->get_address_of_drawRect_0();
bool L_1 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if (L_1)
{
goto IL_0010;
}
}
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_2 = ___contentRect0;
G_B3_0 = L_2;
goto IL_001b;
}
IL_0010:
{
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_3 = __this->get_address_of_drawRect_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_4 = Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_3, /*hidden argument*/Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_RuntimeMethod_var);
G_B3_0 = L_4;
}
IL_001b:
{
V_0 = G_B3_0;
// if (!rect.Contains(point))
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = ___point1;
bool L_6 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0028;
}
}
{
// return false;
return (bool)0;
}
IL_0028:
{
// float radiusX = rect.width * 0.5f;
float L_7 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_1 = ((float)il2cpp_codegen_multiply((float)L_7, (float)(0.5f)));
// float raduisY = rect.height * 0.5f;
float L_8 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_2 = ((float)il2cpp_codegen_multiply((float)L_8, (float)(0.5f)));
// float xx = point.x - radiusX - rect.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = ___point1;
float L_10 = L_9.get_x_0();
float L_11 = V_1;
float L_12 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_3 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_10, (float)L_11)), (float)L_12));
// float yy = point.y - raduisY - rect.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = ___point1;
float L_14 = L_13.get_y_1();
float L_15 = V_2;
float L_16 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_4 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_14, (float)L_15)), (float)L_16));
// if (Mathf.Pow(xx / radiusX, 2) + Mathf.Pow(yy / raduisY, 2) < 1)
float L_17 = V_3;
float L_18 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_19 = powf(((float)((float)L_17/(float)L_18)), (2.0f));
float L_20 = V_4;
float L_21 = V_2;
float L_22 = powf(((float)((float)L_20/(float)L_21)), (2.0f));
if ((!(((float)((float)il2cpp_codegen_add((float)L_19, (float)L_22))) < ((float)(1.0f)))))
{
goto IL_00e3;
}
}
{
// if (startDegree != 0 || endDegreee != 360)
float L_23 = __this->get_startDegree_5();
if ((!(((float)L_23) == ((float)(0.0f)))))
{
goto IL_00a4;
}
}
{
float L_24 = __this->get_endDegreee_6();
if ((((float)L_24) == ((float)(360.0f))))
{
goto IL_00e1;
}
}
IL_00a4:
{
// float deg = Mathf.Atan2(yy, xx) * Mathf.Rad2Deg;
float L_25 = V_4;
float L_26 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_27 = atan2f(L_25, L_26);
V_5 = ((float)il2cpp_codegen_multiply((float)L_27, (float)(57.29578f)));
// if (deg < 0)
float L_28 = V_5;
if ((!(((float)L_28) < ((float)(0.0f)))))
{
goto IL_00c7;
}
}
{
// deg += 360;
float L_29 = V_5;
V_5 = ((float)il2cpp_codegen_add((float)L_29, (float)(360.0f)));
}
IL_00c7:
{
// return deg >= startDegree && deg <= endDegreee;
float L_30 = V_5;
float L_31 = __this->get_startDegree_5();
if ((!(((float)L_30) >= ((float)L_31))))
{
goto IL_00df;
}
}
{
float L_32 = V_5;
float L_33 = __this->get_endDegreee_6();
return (bool)((((int32_t)((!(((float)L_32) <= ((float)L_33)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_00df:
{
return (bool)0;
}
IL_00e1:
{
// return true;
return (bool)1;
}
IL_00e3:
{
// return false;
return (bool)0;
}
}
// System.Void FairyGUI.EllipseMesh::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EllipseMesh__cctor_mF7E07FCFC9E2D3DB5B1D33CB55A01722C40ACB79 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EllipseMesh__cctor_mF7E07FCFC9E2D3DB5B1D33CB55A01722C40ACB79_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static int[] SECTOR_CENTER_TRIANGLES = new int[] {
// 0, 4, 1,
// 0, 3, 4,
// 0, 2, 3,
// 0, 8, 5,
// 0, 7, 8,
// 0, 6, 7,
// 6, 5, 2,
// 2, 1, 6
// };
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)24));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = L_0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____6D90B721AD0313E43506A66F721242CF2358462B_17_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
((EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_StaticFields*)il2cpp_codegen_static_fields_for(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_il2cpp_TypeInfo_var))->set_SECTOR_CENTER_TRIANGLES_7(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.Emoji::.ctor(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Emoji__ctor_m302A185FA5BAEB948CB65E1E400D19155E236D72 (Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583 * __this, String_t* ___url0, int32_t ___width1, int32_t ___height2, const RuntimeMethod* method)
{
{
// public Emoji(string url, int width, int height)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// this.url = url;
String_t* L_0 = ___url0;
__this->set_url_0(L_0);
// this.width = width;
int32_t L_1 = ___width1;
__this->set_width_1(L_1);
// this.height = height;
int32_t L_2 = ___height2;
__this->set_height_2(L_2);
// }
return;
}
}
// System.Void FairyGUI.Emoji::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Emoji__ctor_m2A1A0610DE9EF36F4EE9659B9C7307BCF439BA2D (Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583 * __this, String_t* ___url0, const RuntimeMethod* method)
{
{
// public Emoji(string url)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// this.url = url;
String_t* L_0 = ___url0;
__this->set_url_0(L_0);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.EventBridge::.ctor(FairyGUI.EventDispatcher)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge__ctor_m1A11F251A8DE90A8EC5C07B34A9157DC1DBBF480 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___owner0, const RuntimeMethod* method)
{
{
// public EventBridge(EventDispatcher owner)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// this.owner = owner;
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_0 = ___owner0;
__this->set_owner_0(L_0);
// }
return;
}
}
// System.Void FairyGUI.EventBridge::AddCapture(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_AddCapture_m5609A01AF8F0FE8DF63717BBBBFAC67C11DB7214 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventBridge_AddCapture_m5609A01AF8F0FE8DF63717BBBBFAC67C11DB7214_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _captureCallback -= callback;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_0 = __this->get__captureCallback_3();
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_1 = ___callback0;
Delegate_t * L_2 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_0, L_1, /*hidden argument*/NULL);
__this->set__captureCallback_3(((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_2, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var)));
// _captureCallback += callback;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_3 = __this->get__captureCallback_3();
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_4 = ___callback0;
Delegate_t * L_5 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_3, L_4, /*hidden argument*/NULL);
__this->set__captureCallback_3(((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_5, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var)));
// }
return;
}
}
// System.Void FairyGUI.EventBridge::RemoveCapture(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_RemoveCapture_mAFBC3CC85DFDE6B895A71CAD9A81A5ED4C3FE896 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventBridge_RemoveCapture_mAFBC3CC85DFDE6B895A71CAD9A81A5ED4C3FE896_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _captureCallback -= callback;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_0 = __this->get__captureCallback_3();
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_1 = ___callback0;
Delegate_t * L_2 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_0, L_1, /*hidden argument*/NULL);
__this->set__captureCallback_3(((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_2, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var)));
// }
return;
}
}
// System.Void FairyGUI.EventBridge::Add(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Add_m664536FF36C8A6D8297F278E3D22BE4345560E05 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventBridge_Add_m664536FF36C8A6D8297F278E3D22BE4345560E05_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _callback1 -= callback;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_0 = __this->get__callback1_2();
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_1 = ___callback0;
Delegate_t * L_2 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_0, L_1, /*hidden argument*/NULL);
__this->set__callback1_2(((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_2, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var)));
// _callback1 += callback;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_3 = __this->get__callback1_2();
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_4 = ___callback0;
Delegate_t * L_5 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_3, L_4, /*hidden argument*/NULL);
__this->set__callback1_2(((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_5, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var)));
// }
return;
}
}
// System.Void FairyGUI.EventBridge::Remove(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Remove_m5B1F039FFAE8BB51D82F09044728D45B1A52A3DB (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventBridge_Remove_m5B1F039FFAE8BB51D82F09044728D45B1A52A3DB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _callback1 -= callback;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_0 = __this->get__callback1_2();
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_1 = ___callback0;
Delegate_t * L_2 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_0, L_1, /*hidden argument*/NULL);
__this->set__callback1_2(((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_2, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var)));
// }
return;
}
}
// System.Void FairyGUI.EventBridge::Add(FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Add_m96A37E3C221FA16A70C7CFCFF91249A69E03BF45 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventBridge_Add_m96A37E3C221FA16A70C7CFCFF91249A69E03BF45_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _callback0 -= callback;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_0 = __this->get__callback0_1();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_1 = ___callback0;
Delegate_t * L_2 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_0, L_1, /*hidden argument*/NULL);
__this->set__callback0_1(((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_2, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var)));
// _callback0 += callback;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_3 = __this->get__callback0_1();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_4 = ___callback0;
Delegate_t * L_5 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_3, L_4, /*hidden argument*/NULL);
__this->set__callback0_1(((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_5, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var)));
// }
return;
}
}
// System.Void FairyGUI.EventBridge::Remove(FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Remove_m5B2BE2D3D47404A71A38D3C1A8142A22CDC3D42B (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventBridge_Remove_m5B2BE2D3D47404A71A38D3C1A8142A22CDC3D42B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _callback0 -= callback;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_0 = __this->get__callback0_1();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_1 = ___callback0;
Delegate_t * L_2 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_0, L_1, /*hidden argument*/NULL);
__this->set__callback0_1(((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_2, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var)));
// }
return;
}
}
// System.Void FairyGUI.EventBridge::Add(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Add_m218F0CCEA761CDE88C153B67D7DBF95FE7CE3089 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventBridge_Add_m218F0CCEA761CDE88C153B67D7DBF95FE7CE3089_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * V_0 = NULL;
{
// EventCallback1 callback = (EventCallback1)DelegateTraits<EventCallback1>.Create(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = ___self1;
IL2CPP_RUNTIME_CLASS_INIT(DelegateTraits_1_t93F39C2A14587E21167772FF32604529106E3646_il2cpp_TypeInfo_var);
Delegate_t * L_2 = DelegateTraits_1_Create_mF9165CBEA09040C247F538B355A8523B8F194DBE(L_0, L_1, /*hidden argument*/DelegateTraits_1_Create_mF9165CBEA09040C247F538B355A8523B8F194DBE_RuntimeMethod_var);
V_0 = ((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_2, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var));
// _callback1 -= callback;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_3 = __this->get__callback1_2();
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_4 = V_0;
Delegate_t * L_5 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_3, L_4, /*hidden argument*/NULL);
__this->set__callback1_2(((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_5, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var)));
// _callback1 += callback;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_6 = __this->get__callback1_2();
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_7 = V_0;
Delegate_t * L_8 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_6, L_7, /*hidden argument*/NULL);
__this->set__callback1_2(((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_8, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var)));
// }
return;
}
}
// System.Void FairyGUI.EventBridge::Add(LuaInterface.LuaFunction,FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Add_m1C6005095F665B52EFE2CDBE7D642A0580A35F4F (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___self1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventBridge_Add_m1C6005095F665B52EFE2CDBE7D642A0580A35F4F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (self._peerTable == null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = ___self1;
NullCheck(L_0);
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = L_0->get__peerTable_92();
bool L_2 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_1, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0019;
}
}
{
// throw new Exception("self is not connected to lua.");
Exception_t * L_3 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_3, _stringLiteral8785A8EE80EE87DBC1CE5819E2B83E7E619DC943, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, EventBridge_Add_m1C6005095F665B52EFE2CDBE7D642A0580A35F4F_RuntimeMethod_var);
}
IL_0019:
{
// Add(func, self._peerTable);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ___func0;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_5 = ___self1;
NullCheck(L_5);
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_6 = L_5->get__peerTable_92();
EventBridge_Add_m218F0CCEA761CDE88C153B67D7DBF95FE7CE3089(__this, L_4, L_6, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.EventBridge::Remove(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Remove_mDA770A9FE823F1795BD4C982A3C0682389C1759D (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventBridge_Remove_mDA770A9FE823F1795BD4C982A3C0682389C1759D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * V_0 = NULL;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * V_1 = NULL;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* V_2 = NULL;
int32_t V_3 = 0;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * V_4 = NULL;
{
// LuaState state = func.GetLuaState();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_0 = ___func0;
NullCheck(L_0);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_1 = LuaBaseRef_GetLuaState_m59DE3FCE4CC705ACD929988CF70F8609260CD99B_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (self != null)
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ___self1;
bool L_3 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_2, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001b;
}
}
{
// target = state.GetLuaDelegate(func, self);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_4 = V_0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_6 = ___self1;
NullCheck(L_4);
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_7 = LuaState_GetLuaDelegate_m5B0A60156CA990789AFC7FD30FDE6E211350347D(L_4, L_5, L_6, /*hidden argument*/NULL);
V_1 = L_7;
goto IL_0023;
}
IL_001b:
{
// target = state.GetLuaDelegate(func);
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_8 = V_0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_9 = ___func0;
NullCheck(L_8);
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_10 = LuaState_GetLuaDelegate_mA6AA7F2956C629132A7932754D9FF9BCF6228253(L_8, L_9, /*hidden argument*/NULL);
V_1 = L_10;
}
IL_0023:
{
// Delegate[] ds = _callback1.GetInvocationList();
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_11 = __this->get__callback1_2();
NullCheck(L_11);
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_12 = VirtFuncInvoker0< DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* >::Invoke(10 /* System.Delegate[] System.Delegate::GetInvocationList() */, L_11);
V_2 = L_12;
// for (int i = 0; i < ds.Length; i++)
V_3 = 0;
goto IL_0074;
}
IL_0033:
{
// LuaDelegate ld = ds[i].Target as LuaDelegate;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_13 = V_2;
int32_t L_14 = V_3;
NullCheck(L_13);
int32_t L_15 = L_14;
Delegate_t * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
NullCheck(L_16);
RuntimeObject * L_17 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline(L_16, /*hidden argument*/NULL);
V_4 = ((LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)IsInstClass((RuntimeObject*)L_17, LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1_il2cpp_TypeInfo_var));
// if (ld != null && ld.Equals(target))
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_18 = V_4;
bool L_19 = LuaDelegate_op_Inequality_mCDDE3D8D1A261E210AB9B13C96081BBA9466327E(L_18, (LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 *)NULL, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_0070;
}
}
{
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_20 = V_4;
LuaDelegate_tB38D2386AAC5AF73845F197604BC4A11E8FA27F1 * L_21 = V_1;
NullCheck(L_20);
bool L_22 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_20, L_21);
if (!L_22)
{
goto IL_0070;
}
}
{
// _callback1 = (EventCallback1)Delegate.Remove(_callback1, ds[i]);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_23 = __this->get__callback1_2();
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_24 = V_2;
int32_t L_25 = V_3;
NullCheck(L_24);
int32_t L_26 = L_25;
Delegate_t * L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
Delegate_t * L_28 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_23, L_27, /*hidden argument*/NULL);
__this->set__callback1_2(((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)CastclassSealed((RuntimeObject*)L_28, EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var)));
// break;
return;
}
IL_0070:
{
// for (int i = 0; i < ds.Length; i++)
int32_t L_29 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
}
IL_0074:
{
// for (int i = 0; i < ds.Length; i++)
int32_t L_30 = V_3;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* L_31 = V_2;
NullCheck(L_31);
if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))))))
{
goto IL_0033;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.EventBridge::Remove(LuaInterface.LuaFunction,FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Remove_m85F07C9554EF510F22656E9E913BCBF5CB5D6489 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___self1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventBridge_Remove_m85F07C9554EF510F22656E9E913BCBF5CB5D6489_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (self._peerTable == null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = ___self1;
NullCheck(L_0);
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_1 = L_0->get__peerTable_92();
bool L_2 = LuaBaseRef_op_Equality_m3930A4B3F75C8D691B661568896F24C8155CD102(L_1, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0019;
}
}
{
// throw new Exception("self is not connected to lua.");
Exception_t * L_3 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_3, _stringLiteral8785A8EE80EE87DBC1CE5819E2B83E7E619DC943, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, EventBridge_Remove_m85F07C9554EF510F22656E9E913BCBF5CB5D6489_RuntimeMethod_var);
}
IL_0019:
{
// Remove(func, self._peerTable);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ___func0;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_5 = ___self1;
NullCheck(L_5);
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_6 = L_5->get__peerTable_92();
EventBridge_Remove_mDA770A9FE823F1795BD4C982A3C0682389C1759D(__this, L_4, L_6, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.EventBridge::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventBridge_get_isEmpty_m7AB5499EB50BE41B93BA1E2035D5BC63505B8FE9 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, const RuntimeMethod* method)
{
{
// get { return _callback1 == null && _callback0 == null && _captureCallback == null; }
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_0 = __this->get__callback1_2();
if (L_0)
{
goto IL_001a;
}
}
{
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_1 = __this->get__callback0_1();
if (L_1)
{
goto IL_001a;
}
}
{
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_2 = __this->get__captureCallback_3();
return (bool)((((RuntimeObject*)(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)L_2) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
}
IL_001a:
{
return (bool)0;
}
}
// System.Void FairyGUI.EventBridge::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_Clear_mCB1E4E23B82DA2B4F0A5B92B5636397124A5AD00 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, const RuntimeMethod* method)
{
{
// _callback1 = null;
__this->set__callback1_2((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)NULL);
// _callback0 = null;
__this->set__callback0_1((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)NULL);
// _captureCallback = null;
__this->set__captureCallback_3((EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)NULL);
// }
return;
}
}
// System.Void FairyGUI.EventBridge::CallInternal(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_CallInternal_m169C6DA5156E785C3B8ADC2829BA9C29A404C249 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// _dispatching = true;
__this->set__dispatching_4((bool)1);
// context.sender = owner;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_0 = ___context0;
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_1 = __this->get_owner_0();
NullCheck(L_0);
EventContext_set_sender_mF002FE606984760364182316D66A508EFD363802_inline(L_0, L_1, /*hidden argument*/NULL);
}
IL_0013:
try
{ // begin try (depth: 1)
{
// if (_callback1 != null)
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_2 = __this->get__callback1_2();
if (!L_2)
{
goto IL_0027;
}
}
IL_001b:
{
// _callback1(context);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_3 = __this->get__callback1_2();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_4 = ___context0;
NullCheck(L_3);
EventCallback1_Invoke_m129CE06C626FEED668B6597E5384EFFF659CF905(L_3, L_4, /*hidden argument*/NULL);
}
IL_0027:
{
// if (_callback0 != null)
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_5 = __this->get__callback0_1();
if (!L_5)
{
goto IL_003a;
}
}
IL_002f:
{
// _callback0();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_6 = __this->get__callback0_1();
NullCheck(L_6);
EventCallback0_Invoke_m5F19E5736B5156889F3F9DF0B3BF355E9BD30E65(L_6, /*hidden argument*/NULL);
}
IL_003a:
{
// }
IL2CPP_LEAVE(0x44, FINALLY_003c);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_003c;
}
FINALLY_003c:
{ // begin finally (depth: 1)
// _dispatching = false;
__this->set__dispatching_4((bool)0);
// }
IL2CPP_END_FINALLY(60)
} // end finally (depth: 1)
IL2CPP_CLEANUP(60)
{
IL2CPP_JUMP_TBL(0x44, IL_0044)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0044:
{
// }
return;
}
}
// System.Void FairyGUI.EventBridge::CallCaptureInternal(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBridge_CallCaptureInternal_m86CD15D8611BF04E4107A07796A6DA8355A0E200 (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// if (_captureCallback == null)
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_0 = __this->get__captureCallback_3();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// _dispatching = true;
__this->set__dispatching_4((bool)1);
// context.sender = owner;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_1 = ___context0;
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_2 = __this->get_owner_0();
NullCheck(L_1);
EventContext_set_sender_mF002FE606984760364182316D66A508EFD363802_inline(L_1, L_2, /*hidden argument*/NULL);
}
IL_001c:
try
{ // begin try (depth: 1)
// _captureCallback(context);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_3 = __this->get__captureCallback_3();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_4 = ___context0;
NullCheck(L_3);
EventCallback1_Invoke_m129CE06C626FEED668B6597E5384EFFF659CF905(L_3, L_4, /*hidden argument*/NULL);
// }
IL2CPP_LEAVE(0x32, FINALLY_002a);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_002a;
}
FINALLY_002a:
{ // begin finally (depth: 1)
// _dispatching = false;
__this->set__dispatching_4((bool)0);
// }
IL2CPP_END_FINALLY(42)
} // end finally (depth: 1)
IL2CPP_CLEANUP(42)
{
IL2CPP_JUMP_TBL(0x32, IL_0032)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0032:
{
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * __this, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc)();
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Native function invocation
il2cppPInvokeFunc();
}
// 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)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void FairyGUI.EventCallback0::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback0_Invoke_m5F19E5736B5156889F3F9DF0B3BF355E9BD30E65 (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * __this, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 0)
{
// open
typedef void (*FunctionPointerType) (const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis);
else
GenericVirtActionInvoker0::Invoke(targetMethod, targetThis);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis);
}
}
else
{
typedef void (*FunctionPointerType) (void*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod);
}
}
}
}
// System.IAsyncResult FairyGUI.EventCallback0::BeginInvoke(System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EventCallback0_BeginInvoke_m56BCFB8BDD392CEC2EC56B99B7CE48D9D5C7575A (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method)
{
void *__d_args[1] = {0};
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1);
}
// System.Void FairyGUI.EventCallback0::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback0_EndInvoke_mAA4D31462E612A23B792291B2ED6E51AAC22F060 (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.EventCallback1::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4 (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void FairyGUI.EventCallback1::Invoke(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback1_Invoke_m129CE06C626FEED668B6597E5384EFFF659CF905 (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef void (*FunctionPointerType) (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___context0, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___context0, targetMethod);
}
}
else if (___parameterCount != 1)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker0::Invoke(targetMethod, ___context0);
else
GenericVirtActionInvoker0::Invoke(targetMethod, ___context0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___context0);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___context0);
}
}
else
{
typedef void (*FunctionPointerType) (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___context0, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * >::Invoke(targetMethod, targetThis, ___context0);
else
GenericVirtActionInvoker1< EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * >::Invoke(targetMethod, targetThis, ___context0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___context0);
else
VirtActionInvoker1< EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___context0);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___context0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___context0, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___context0, targetMethod);
}
}
}
}
}
// System.IAsyncResult FairyGUI.EventCallback1::BeginInvoke(FairyGUI.EventContext,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EventCallback1_BeginInvoke_m714F48D5C4B5F78295F0DFBD209FDE623FB0C654 (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___context0;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void FairyGUI.EventCallback1::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback1_EndInvoke_mB068464847DE7AF2C3AEB99389A5C782E6E892FB (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FairyGUI.EventDispatcher FairyGUI.EventContext::get_sender()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * EventContext_get_sender_m4BD309D8B049AD4CD8098EC735A082700AAD8C5F (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// public EventDispatcher sender { get; internal set; }
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_0 = __this->get_U3CsenderU3Ek__BackingField_0();
return L_0;
}
}
// System.Void FairyGUI.EventContext::set_sender(FairyGUI.EventDispatcher)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_set_sender_mF002FE606984760364182316D66A508EFD363802 (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___value0, const RuntimeMethod* method)
{
{
// public EventDispatcher sender { get; internal set; }
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_0 = ___value0;
__this->set_U3CsenderU3Ek__BackingField_0(L_0);
return;
}
}
// System.Object FairyGUI.EventContext::get_initiator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EventContext_get_initiator_mAB4600A4739AD4DC64629B395577648DE0DA9425 (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// public object initiator { get; internal set; }
RuntimeObject * L_0 = __this->get_U3CinitiatorU3Ek__BackingField_1();
return L_0;
}
}
// System.Void FairyGUI.EventContext::set_initiator(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_set_initiator_m22E5AE7A43DA5C82BDAE4995B8117B1003CE53A1 (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
// public object initiator { get; internal set; }
RuntimeObject * L_0 = ___value0;
__this->set_U3CinitiatorU3Ek__BackingField_1(L_0);
return;
}
}
// FairyGUI.InputEvent FairyGUI.EventContext::get_inputEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4 (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// public InputEvent inputEvent { get; internal set; }
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_0 = __this->get_U3CinputEventU3Ek__BackingField_2();
return L_0;
}
}
// System.Void FairyGUI.EventContext::set_inputEvent(FairyGUI.InputEvent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_set_inputEvent_mC6F5E79EB7B6D6440774BB859611A003F2173B06 (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * ___value0, const RuntimeMethod* method)
{
{
// public InputEvent inputEvent { get; internal set; }
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_0 = ___value0;
__this->set_U3CinputEventU3Ek__BackingField_2(L_0);
return;
}
}
// System.Void FairyGUI.EventContext::StopPropagation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_StopPropagation_m8C61C071E1C217F9A6896855EFB2DA9C0E2AC3D6 (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// _stopsPropagation = true;
__this->set__stopsPropagation_6((bool)1);
// }
return;
}
}
// System.Void FairyGUI.EventContext::PreventDefault()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6 (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// _defaultPrevented = true;
__this->set__defaultPrevented_5((bool)1);
// }
return;
}
}
// System.Void FairyGUI.EventContext::CaptureTouch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_CaptureTouch_m65DBDB9617F3CAA1B20FEE80C30068FECF74A33D (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// _touchCapture = true;
__this->set__touchCapture_7((bool)1);
// }
return;
}
}
// System.Boolean FairyGUI.EventContext::get_isDefaultPrevented()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventContext_get_isDefaultPrevented_m2DB98AA51820D24EB9A31B25C13966D9D4CD8486 (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// get { return _defaultPrevented; }
bool L_0 = __this->get__defaultPrevented_5();
return L_0;
}
}
// FairyGUI.EventContext FairyGUI.EventContext::Get()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * EventContext_Get_mDFDAF4C98A42686D5C5F9C2457FB15C4272F19D0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventContext_Get_mDFDAF4C98A42686D5C5F9C2457FB15C4272F19D0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (pool.Count > 0)
IL2CPP_RUNTIME_CLASS_INIT(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var);
Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * L_0 = ((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_StaticFields*)il2cpp_codegen_static_fields_for(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var))->get_pool_9();
NullCheck(L_0);
int32_t L_1 = Stack_1_get_Count_m4A6949B6E25064D6466B2D2CFD7E35DC361E1F6F_inline(L_0, /*hidden argument*/Stack_1_get_Count_m4A6949B6E25064D6466B2D2CFD7E35DC361E1F6F_RuntimeMethod_var);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_002d;
}
}
{
// EventContext context = pool.Pop();
IL2CPP_RUNTIME_CLASS_INIT(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var);
Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * L_2 = ((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_StaticFields*)il2cpp_codegen_static_fields_for(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var))->get_pool_9();
NullCheck(L_2);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_3 = Stack_1_Pop_mB353AE54AD1542418AC87DA938715993C6630A7F(L_2, /*hidden argument*/Stack_1_Pop_mB353AE54AD1542418AC87DA938715993C6630A7F_RuntimeMethod_var);
// context._stopsPropagation = false;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_4 = L_3;
NullCheck(L_4);
L_4->set__stopsPropagation_6((bool)0);
// context._defaultPrevented = false;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_5 = L_4;
NullCheck(L_5);
L_5->set__defaultPrevented_5((bool)0);
// context._touchCapture = false;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_6 = L_5;
NullCheck(L_6);
L_6->set__touchCapture_7((bool)0);
// return context;
return L_6;
}
IL_002d:
{
// return new EventContext();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_7 = (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 *)il2cpp_codegen_object_new(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var);
EventContext__ctor_mE435514E110AD7993D1E32A80115FE0A3797546F(L_7, /*hidden argument*/NULL);
return L_7;
}
}
// System.Void FairyGUI.EventContext::Return(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_Return_m5D8DE13B79EA179962D4CAA93DE5A007650C22CE (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventContext_Return_m5D8DE13B79EA179962D4CAA93DE5A007650C22CE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// pool.Push(value);
IL2CPP_RUNTIME_CLASS_INIT(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var);
Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * L_0 = ((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_StaticFields*)il2cpp_codegen_static_fields_for(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var))->get_pool_9();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_1 = ___value0;
NullCheck(L_0);
Stack_1_Push_m22F3F022753F4BD2C292EDC2A3DF1C2D37568930(L_0, L_1, /*hidden argument*/Stack_1_Push_m22F3F022753F4BD2C292EDC2A3DF1C2D37568930_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.EventContext::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext__ctor_mE435514E110AD7993D1E32A80115FE0A3797546F (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventContext__ctor_mE435514E110AD7993D1E32A80115FE0A3797546F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// internal List<EventBridge> callChain = new List<EventBridge>();
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_0 = (List_1_t96F9041444F491A9089B15870662D9839D1B9728 *)il2cpp_codegen_object_new(List_1_t96F9041444F491A9089B15870662D9839D1B9728_il2cpp_TypeInfo_var);
List_1__ctor_m8979C394D977C9901630BBCCA7B05AA110B4BE85(L_0, /*hidden argument*/List_1__ctor_m8979C394D977C9901630BBCCA7B05AA110B4BE85_RuntimeMethod_var);
__this->set_callChain_8(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.EventContext::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext__cctor_mD948A563042626B421EC163C00048B81B69BA1F7 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventContext__cctor_mD948A563042626B421EC163C00048B81B69BA1F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static Stack<EventContext> pool = new Stack<EventContext>();
Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * L_0 = (Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A *)il2cpp_codegen_object_new(Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A_il2cpp_TypeInfo_var);
Stack_1__ctor_m12C9C2BF29873BE61A823CBAD701EF4252138EFB(L_0, /*hidden argument*/Stack_1__ctor_m12C9C2BF29873BE61A823CBAD701EF4252138EFB_RuntimeMethod_var);
((EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_StaticFields*)il2cpp_codegen_static_fields_for(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var))->set_pool_9(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.EventDispatcher::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher__ctor_mC394F1C3DFFDFFE762CF707D0E87CE6628F42A37 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, const RuntimeMethod* method)
{
{
// public EventDispatcher()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.EventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_AddEventListener_m2420A72A70DC279D04D6C2EDEFAB74946C934A30 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventDispatcher_AddEventListener_m2420A72A70DC279D04D6C2EDEFAB74946C934A30_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * V_0 = NULL;
{
// if (strType == null)
String_t* L_0 = ___strType0;
if (L_0)
{
goto IL_000e;
}
}
{
// throw new Exception("event type cant be null");
Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_1, _stringLiteral4A656E5330339672DE414CFC1CD81BFC6A66943B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, EventDispatcher_AddEventListener_m2420A72A70DC279D04D6C2EDEFAB74946C934A30_RuntimeMethod_var);
}
IL_000e:
{
// if (_dic == null)
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_2 = __this->get__dic_0();
if (L_2)
{
goto IL_0021;
}
}
{
// _dic = new Dictionary<string, EventBridge>();
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_3 = (Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B *)il2cpp_codegen_object_new(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m0A23B0E5704DACC62B9FD73843DE1124FFE3E647(L_3, /*hidden argument*/Dictionary_2__ctor_m0A23B0E5704DACC62B9FD73843DE1124FFE3E647_RuntimeMethod_var);
__this->set__dic_0(L_3);
}
IL_0021:
{
// EventBridge bridge = null;
V_0 = (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *)NULL;
// if (!_dic.TryGetValue(strType, out bridge))
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_4 = __this->get__dic_0();
String_t* L_5 = ___strType0;
NullCheck(L_4);
bool L_6 = Dictionary_2_TryGetValue_m705342AF9C7A59E15E6788672A55F2217B31F13C(L_4, L_5, (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m705342AF9C7A59E15E6788672A55F2217B31F13C_RuntimeMethod_var);
if (L_6)
{
goto IL_0047;
}
}
{
// bridge = new EventBridge(this);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_7 = (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *)il2cpp_codegen_object_new(EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84_il2cpp_TypeInfo_var);
EventBridge__ctor_m1A11F251A8DE90A8EC5C07B34A9157DC1DBBF480(L_7, __this, /*hidden argument*/NULL);
V_0 = L_7;
// _dic[strType] = bridge;
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_8 = __this->get__dic_0();
String_t* L_9 = ___strType0;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_10 = V_0;
NullCheck(L_8);
Dictionary_2_set_Item_m3C401487CB309AEF1E8470E427CA30E905C80495(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m3C401487CB309AEF1E8470E427CA30E905C80495_RuntimeMethod_var);
}
IL_0047:
{
// bridge.Add(callback);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_11 = V_0;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_12 = ___callback1;
NullCheck(L_11);
EventBridge_Add_m664536FF36C8A6D8297F278E3D22BE4345560E05(L_11, L_12, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.EventDispatcher::AddEventListener(System.String,FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_AddEventListener_m71BD99E645D43A709A8D779C6694985E6385ADE4 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventDispatcher_AddEventListener_m71BD99E645D43A709A8D779C6694985E6385ADE4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * V_0 = NULL;
{
// if (strType == null)
String_t* L_0 = ___strType0;
if (L_0)
{
goto IL_000e;
}
}
{
// throw new Exception("event type cant be null");
Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_1, _stringLiteral4A656E5330339672DE414CFC1CD81BFC6A66943B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, EventDispatcher_AddEventListener_m71BD99E645D43A709A8D779C6694985E6385ADE4_RuntimeMethod_var);
}
IL_000e:
{
// if (_dic == null)
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_2 = __this->get__dic_0();
if (L_2)
{
goto IL_0021;
}
}
{
// _dic = new Dictionary<string, EventBridge>();
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_3 = (Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B *)il2cpp_codegen_object_new(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m0A23B0E5704DACC62B9FD73843DE1124FFE3E647(L_3, /*hidden argument*/Dictionary_2__ctor_m0A23B0E5704DACC62B9FD73843DE1124FFE3E647_RuntimeMethod_var);
__this->set__dic_0(L_3);
}
IL_0021:
{
// EventBridge bridge = null;
V_0 = (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *)NULL;
// if (!_dic.TryGetValue(strType, out bridge))
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_4 = __this->get__dic_0();
String_t* L_5 = ___strType0;
NullCheck(L_4);
bool L_6 = Dictionary_2_TryGetValue_m705342AF9C7A59E15E6788672A55F2217B31F13C(L_4, L_5, (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m705342AF9C7A59E15E6788672A55F2217B31F13C_RuntimeMethod_var);
if (L_6)
{
goto IL_0047;
}
}
{
// bridge = new EventBridge(this);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_7 = (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *)il2cpp_codegen_object_new(EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84_il2cpp_TypeInfo_var);
EventBridge__ctor_m1A11F251A8DE90A8EC5C07B34A9157DC1DBBF480(L_7, __this, /*hidden argument*/NULL);
V_0 = L_7;
// _dic[strType] = bridge;
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_8 = __this->get__dic_0();
String_t* L_9 = ___strType0;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_10 = V_0;
NullCheck(L_8);
Dictionary_2_set_Item_m3C401487CB309AEF1E8470E427CA30E905C80495(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_m3C401487CB309AEF1E8470E427CA30E905C80495_RuntimeMethod_var);
}
IL_0047:
{
// bridge.Add(callback);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_11 = V_0;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_12 = ___callback1;
NullCheck(L_11);
EventBridge_Add_m96A37E3C221FA16A70C7CFCFF91249A69E03BF45(L_11, L_12, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.EventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_RemoveEventListener_m1C068FBDC60415AF172EE9ACDF15ECE95C2A0E6D (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventDispatcher_RemoveEventListener_m1C068FBDC60415AF172EE9ACDF15ECE95C2A0E6D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * V_0 = NULL;
{
// if (_dic == null)
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_0 = __this->get__dic_0();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// EventBridge bridge = null;
V_0 = (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *)NULL;
// if (_dic.TryGetValue(strType, out bridge))
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_1 = __this->get__dic_0();
String_t* L_2 = ___strType0;
NullCheck(L_1);
bool L_3 = Dictionary_2_TryGetValue_m705342AF9C7A59E15E6788672A55F2217B31F13C(L_1, L_2, (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m705342AF9C7A59E15E6788672A55F2217B31F13C_RuntimeMethod_var);
if (!L_3)
{
goto IL_0022;
}
}
{
// bridge.Remove(callback);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_4 = V_0;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_5 = ___callback1;
NullCheck(L_4);
EventBridge_Remove_m5B1F039FFAE8BB51D82F09044728D45B1A52A3DB(L_4, L_5, /*hidden argument*/NULL);
}
IL_0022:
{
// }
return;
}
}
// System.Void FairyGUI.EventDispatcher::RemoveEventListener(System.String,FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_RemoveEventListener_m4F6E8E933765C8B0D9545FAC6A7894B20471811F (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventDispatcher_RemoveEventListener_m4F6E8E933765C8B0D9545FAC6A7894B20471811F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * V_0 = NULL;
{
// if (_dic == null)
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_0 = __this->get__dic_0();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// EventBridge bridge = null;
V_0 = (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *)NULL;
// if (_dic.TryGetValue(strType, out bridge))
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_1 = __this->get__dic_0();
String_t* L_2 = ___strType0;
NullCheck(L_1);
bool L_3 = Dictionary_2_TryGetValue_m705342AF9C7A59E15E6788672A55F2217B31F13C(L_1, L_2, (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m705342AF9C7A59E15E6788672A55F2217B31F13C_RuntimeMethod_var);
if (!L_3)
{
goto IL_0022;
}
}
{
// bridge.Remove(callback);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_4 = V_0;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_5 = ___callback1;
NullCheck(L_4);
EventBridge_Remove_m5B2BE2D3D47404A71A38D3C1A8142A22CDC3D42B(L_4, L_5, /*hidden argument*/NULL);
}
IL_0022:
{
// }
return;
}
}
// System.Void FairyGUI.EventDispatcher::RemoveEventListeners()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_RemoveEventListeners_mD42A57F23130CA8489B9343A9DB734111098568E (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, const RuntimeMethod* method)
{
{
// RemoveEventListeners(null);
EventDispatcher_RemoveEventListeners_m45F5C0F1C79676493737213387738340E8E7D0F2(__this, (String_t*)NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.EventDispatcher::RemoveEventListeners(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_RemoveEventListeners_m45F5C0F1C79676493737213387738340E8E7D0F2 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventDispatcher_RemoveEventListeners_m45F5C0F1C79676493737213387738340E8E7D0F2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * V_0 = NULL;
Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040 V_1;
memset((&V_1), 0, sizeof(V_1));
KeyValuePair_2_tB66FD8DCD44F4451FB18A13BC0DA29389CBA55CB V_2;
memset((&V_2), 0, sizeof(V_2));
Exception_t * __last_unhandled_exception = 0;
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);
{
// if (_dic == null)
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_0 = __this->get__dic_0();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// if (strType != null)
String_t* L_1 = ___strType0;
if (!L_1)
{
goto IL_0023;
}
}
{
// if (_dic.TryGetValue(strType, out bridge))
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_2 = __this->get__dic_0();
String_t* L_3 = ___strType0;
NullCheck(L_2);
bool L_4 = Dictionary_2_TryGetValue_m705342AF9C7A59E15E6788672A55F2217B31F13C(L_2, L_3, (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m705342AF9C7A59E15E6788672A55F2217B31F13C_RuntimeMethod_var);
if (!L_4)
{
goto IL_005e;
}
}
{
// bridge.Clear();
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_5 = V_0;
NullCheck(L_5);
EventBridge_Clear_mCB1E4E23B82DA2B4F0A5B92B5636397124A5AD00(L_5, /*hidden argument*/NULL);
// }
return;
}
IL_0023:
{
// foreach (KeyValuePair<string, EventBridge> kv in _dic)
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_6 = __this->get__dic_0();
NullCheck(L_6);
Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040 L_7 = Dictionary_2_GetEnumerator_mE108384DFBAED539DC5D08D4A00A355B01FACB02(L_6, /*hidden argument*/Dictionary_2_GetEnumerator_mE108384DFBAED539DC5D08D4A00A355B01FACB02_RuntimeMethod_var);
V_1 = L_7;
}
IL_002f:
try
{ // begin try (depth: 1)
{
goto IL_0045;
}
IL_0031:
{
// foreach (KeyValuePair<string, EventBridge> kv in _dic)
KeyValuePair_2_tB66FD8DCD44F4451FB18A13BC0DA29389CBA55CB L_8 = Enumerator_get_Current_m9CA024D266F53ECB0BDC77DD4E2CDA899D3CDFE6_inline((Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m9CA024D266F53ECB0BDC77DD4E2CDA899D3CDFE6_RuntimeMethod_var);
V_2 = L_8;
// kv.Value.Clear();
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_9 = KeyValuePair_2_get_Value_m9ECC19EFE784CBD0B8BA7E31C225BCB7822883CC_inline((KeyValuePair_2_tB66FD8DCD44F4451FB18A13BC0DA29389CBA55CB *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m9ECC19EFE784CBD0B8BA7E31C225BCB7822883CC_RuntimeMethod_var);
NullCheck(L_9);
EventBridge_Clear_mCB1E4E23B82DA2B4F0A5B92B5636397124A5AD00(L_9, /*hidden argument*/NULL);
}
IL_0045:
{
// foreach (KeyValuePair<string, EventBridge> kv in _dic)
bool L_10 = Enumerator_MoveNext_mE145F53B9D8E4C1CEAC67592060432B21A083AAA((Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_mE145F53B9D8E4C1CEAC67592060432B21A083AAA_RuntimeMethod_var);
if (L_10)
{
goto IL_0031;
}
}
IL_004e:
{
IL2CPP_LEAVE(0x5E, FINALLY_0050);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0050;
}
FINALLY_0050:
{ // begin finally (depth: 1)
Enumerator_Dispose_m478B824BD171864B29B34C10C016CB74669843D4((Enumerator_t6E2D9B64C9D5FF7A3DC37E58D79C084655AE8040 *)(&V_1), /*hidden argument*/Enumerator_Dispose_m478B824BD171864B29B34C10C016CB74669843D4_RuntimeMethod_var);
IL2CPP_END_FINALLY(80)
} // end finally (depth: 1)
IL2CPP_CLEANUP(80)
{
IL2CPP_JUMP_TBL(0x5E, IL_005e)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_005e:
{
// }
return;
}
}
// System.Boolean FairyGUI.EventDispatcher::hasEventListeners(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_hasEventListeners_mB2B597F656DDCCC9D4A78DF10F86198E0F2D4B1C (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, const RuntimeMethod* method)
{
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * V_0 = NULL;
{
// EventBridge bridge = TryGetEventBridge(strType);
String_t* L_0 = ___strType0;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_1 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (bridge == null)
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_2 = V_0;
if (L_2)
{
goto IL_000d;
}
}
{
// return false;
return (bool)0;
}
IL_000d:
{
// return !bridge.isEmpty;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_3 = V_0;
NullCheck(L_3);
bool L_4 = EventBridge_get_isEmpty_m7AB5499EB50BE41B93BA1E2035D5BC63505B8FE9(L_3, /*hidden argument*/NULL);
return (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean FairyGUI.EventDispatcher::isDispatching(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_isDispatching_m8519B8CCF9CAE58C5A59351903C13AFEC72173F1 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, const RuntimeMethod* method)
{
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * V_0 = NULL;
{
// EventBridge bridge = TryGetEventBridge(strType);
String_t* L_0 = ___strType0;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_1 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (bridge == null)
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_2 = V_0;
if (L_2)
{
goto IL_000d;
}
}
{
// return false;
return (bool)0;
}
IL_000d:
{
// return bridge._dispatching;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_3 = V_0;
NullCheck(L_3);
bool L_4 = L_3->get__dispatching_4();
return L_4;
}
}
// FairyGUI.EventBridge FairyGUI.EventDispatcher::TryGetEventBridge(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * V_0 = NULL;
{
// if (_dic == null)
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_0 = __this->get__dic_0();
if (L_0)
{
goto IL_000a;
}
}
{
// return null;
return (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *)NULL;
}
IL_000a:
{
// EventBridge bridge = null;
V_0 = (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *)NULL;
// _dic.TryGetValue(strType, out bridge);
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_1 = __this->get__dic_0();
String_t* L_2 = ___strType0;
NullCheck(L_1);
Dictionary_2_TryGetValue_m705342AF9C7A59E15E6788672A55F2217B31F13C(L_1, L_2, (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m705342AF9C7A59E15E6788672A55F2217B31F13C_RuntimeMethod_var);
// return bridge;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_3 = V_0;
return L_3;
}
}
// FairyGUI.EventBridge FairyGUI.EventDispatcher::GetEventBridge(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * EventDispatcher_GetEventBridge_mE90BBC5BE6F780CEE475D53C1EE4F30109AFBA85 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventDispatcher_GetEventBridge_mE90BBC5BE6F780CEE475D53C1EE4F30109AFBA85_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * V_0 = NULL;
{
// if (_dic == null)
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_0 = __this->get__dic_0();
if (L_0)
{
goto IL_0013;
}
}
{
// _dic = new Dictionary<string, EventBridge>();
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_1 = (Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B *)il2cpp_codegen_object_new(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m0A23B0E5704DACC62B9FD73843DE1124FFE3E647(L_1, /*hidden argument*/Dictionary_2__ctor_m0A23B0E5704DACC62B9FD73843DE1124FFE3E647_RuntimeMethod_var);
__this->set__dic_0(L_1);
}
IL_0013:
{
// EventBridge bridge = null;
V_0 = (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *)NULL;
// if (!_dic.TryGetValue(strType, out bridge))
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_2 = __this->get__dic_0();
String_t* L_3 = ___strType0;
NullCheck(L_2);
bool L_4 = Dictionary_2_TryGetValue_m705342AF9C7A59E15E6788672A55F2217B31F13C(L_2, L_3, (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m705342AF9C7A59E15E6788672A55F2217B31F13C_RuntimeMethod_var);
if (L_4)
{
goto IL_0039;
}
}
{
// bridge = new EventBridge(this);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_5 = (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *)il2cpp_codegen_object_new(EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84_il2cpp_TypeInfo_var);
EventBridge__ctor_m1A11F251A8DE90A8EC5C07B34A9157DC1DBBF480(L_5, __this, /*hidden argument*/NULL);
V_0 = L_5;
// _dic[strType] = bridge;
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * L_6 = __this->get__dic_0();
String_t* L_7 = ___strType0;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_8 = V_0;
NullCheck(L_6);
Dictionary_2_set_Item_m3C401487CB309AEF1E8470E427CA30E905C80495(L_6, L_7, L_8, /*hidden argument*/Dictionary_2_set_Item_m3C401487CB309AEF1E8470E427CA30E905C80495_RuntimeMethod_var);
}
IL_0039:
{
// return bridge;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_9 = V_0;
return L_9;
}
}
// System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_DispatchEvent_mAB0BC8CFC1902CC89D4AD92D6344A6C29F3E4177 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, const RuntimeMethod* method)
{
{
// return DispatchEvent(strType, null);
String_t* L_0 = ___strType0;
bool L_1 = EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(__this, L_0, NULL, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, RuntimeObject * ___data1, const RuntimeMethod* method)
{
{
// return InternalDispatchEvent(strType, null, data, null);
String_t* L_0 = ___strType0;
RuntimeObject * L_1 = ___data1;
bool L_2 = EventDispatcher_InternalDispatchEvent_mAAF3177C2D8B6065B5C253A8AF520FC64E32CAFF(__this, L_0, (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *)NULL, L_1, NULL, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_DispatchEvent_mEA455D8BB6FE28181D527893DB66636704D88DC3 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, RuntimeObject * ___data1, RuntimeObject * ___initiator2, const RuntimeMethod* method)
{
{
// return InternalDispatchEvent(strType, null, data, initiator);
String_t* L_0 = ___strType0;
RuntimeObject * L_1 = ___data1;
RuntimeObject * L_2 = ___initiator2;
bool L_3 = EventDispatcher_InternalDispatchEvent_mAAF3177C2D8B6065B5C253A8AF520FC64E32CAFF(__this, L_0, (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *)NULL, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean FairyGUI.EventDispatcher::InternalDispatchEvent(System.String,FairyGUI.EventBridge,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_InternalDispatchEvent_mAAF3177C2D8B6065B5C253A8AF520FC64E32CAFF (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * ___bridge1, RuntimeObject * ___data2, RuntimeObject * ___initiator3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventDispatcher_InternalDispatchEvent_mAAF3177C2D8B6065B5C253A8AF520FC64E32CAFF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * V_3 = NULL;
int32_t G_B8_0 = 0;
int32_t G_B11_0 = 0;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * G_B14_0 = NULL;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * G_B13_0 = NULL;
RuntimeObject * G_B15_0 = NULL;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * G_B15_1 = NULL;
{
// if (bridge == null)
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = ___bridge1;
if (L_0)
{
goto IL_000c;
}
}
{
// bridge = TryGetEventBridge(strType);
String_t* L_1 = ___strType0;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_2 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(__this, L_1, /*hidden argument*/NULL);
___bridge1 = L_2;
}
IL_000c:
{
// EventBridge gBridge = null;
V_0 = (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *)NULL;
// if ((this is DisplayObject) && ((DisplayObject)this).gOwner != null)
if (!((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)IsInstClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)))
{
goto IL_0035;
}
}
{
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var))->get_gOwner_9();
if (!L_3)
{
goto IL_0035;
}
}
{
// gBridge = ((DisplayObject)this).gOwner.TryGetEventBridge(strType);
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var))->get_gOwner_9();
String_t* L_5 = ___strType0;
NullCheck(L_4);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_6 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(L_4, L_5, /*hidden argument*/NULL);
V_0 = L_6;
}
IL_0035:
{
// bool b1 = bridge != null && !bridge.isEmpty;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_7 = ___bridge1;
if (!L_7)
{
goto IL_0043;
}
}
{
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_8 = ___bridge1;
NullCheck(L_8);
bool L_9 = EventBridge_get_isEmpty_m7AB5499EB50BE41B93BA1E2035D5BC63505B8FE9(L_8, /*hidden argument*/NULL);
G_B8_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
goto IL_0044;
}
IL_0043:
{
G_B8_0 = 0;
}
IL_0044:
{
V_1 = (bool)G_B8_0;
// bool b2 = gBridge != null && !gBridge.isEmpty;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_10 = V_0;
if (!L_10)
{
goto IL_0053;
}
}
{
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_11 = V_0;
NullCheck(L_11);
bool L_12 = EventBridge_get_isEmpty_m7AB5499EB50BE41B93BA1E2035D5BC63505B8FE9(L_11, /*hidden argument*/NULL);
G_B11_0 = ((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
goto IL_0054;
}
IL_0053:
{
G_B11_0 = 0;
}
IL_0054:
{
V_2 = (bool)G_B11_0;
// if (b1 || b2)
bool L_13 = V_1;
bool L_14 = V_2;
if (!((int32_t)((int32_t)L_13|(int32_t)L_14)))
{
goto IL_00e2;
}
}
{
// EventContext context = EventContext.Get();
IL2CPP_RUNTIME_CLASS_INIT(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_15 = EventContext_Get_mDFDAF4C98A42686D5C5F9C2457FB15C4272F19D0(/*hidden argument*/NULL);
V_3 = L_15;
// context.initiator = initiator != null ? initiator : this;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_16 = V_3;
RuntimeObject * L_17 = ___initiator3;
G_B13_0 = L_16;
if (L_17)
{
G_B14_0 = L_16;
goto IL_006b;
}
}
{
G_B15_0 = ((RuntimeObject *)(__this));
G_B15_1 = G_B13_0;
goto IL_006d;
}
IL_006b:
{
RuntimeObject * L_18 = ___initiator3;
G_B15_0 = L_18;
G_B15_1 = G_B14_0;
}
IL_006d:
{
NullCheck(G_B15_1);
EventContext_set_initiator_m22E5AE7A43DA5C82BDAE4995B8117B1003CE53A1_inline(G_B15_1, G_B15_0, /*hidden argument*/NULL);
// context.type = strType;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_19 = V_3;
String_t* L_20 = ___strType0;
NullCheck(L_19);
L_19->set_type_3(L_20);
// context.data = data;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_21 = V_3;
RuntimeObject * L_22 = ___data2;
NullCheck(L_21);
L_21->set_data_4(L_22);
// if (data is InputEvent)
RuntimeObject * L_23 = ___data2;
if (!((InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 *)IsInstClass((RuntimeObject*)L_23, InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_il2cpp_TypeInfo_var)))
{
goto IL_0093;
}
}
{
// sCurrentInputEvent = (InputEvent)data;
RuntimeObject * L_24 = ___data2;
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields*)il2cpp_codegen_static_fields_for(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var))->set_sCurrentInputEvent_1(((InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 *)CastclassClass((RuntimeObject*)L_24, InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_il2cpp_TypeInfo_var)));
}
IL_0093:
{
// context.inputEvent = sCurrentInputEvent;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_25 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_26 = ((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields*)il2cpp_codegen_static_fields_for(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var))->get_sCurrentInputEvent_1();
NullCheck(L_25);
EventContext_set_inputEvent_mC6F5E79EB7B6D6440774BB859611A003F2173B06_inline(L_25, L_26, /*hidden argument*/NULL);
// if (b1)
bool L_27 = V_1;
if (!L_27)
{
goto IL_00af;
}
}
{
// bridge.CallCaptureInternal(context);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_28 = ___bridge1;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_29 = V_3;
NullCheck(L_28);
EventBridge_CallCaptureInternal_m86CD15D8611BF04E4107A07796A6DA8355A0E200(L_28, L_29, /*hidden argument*/NULL);
// bridge.CallInternal(context);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_30 = ___bridge1;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_31 = V_3;
NullCheck(L_30);
EventBridge_CallInternal_m169C6DA5156E785C3B8ADC2829BA9C29A404C249(L_30, L_31, /*hidden argument*/NULL);
}
IL_00af:
{
// if (b2)
bool L_32 = V_2;
if (!L_32)
{
goto IL_00c0;
}
}
{
// gBridge.CallCaptureInternal(context);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_33 = V_0;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_34 = V_3;
NullCheck(L_33);
EventBridge_CallCaptureInternal_m86CD15D8611BF04E4107A07796A6DA8355A0E200(L_33, L_34, /*hidden argument*/NULL);
// gBridge.CallInternal(context);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_35 = V_0;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_36 = V_3;
NullCheck(L_35);
EventBridge_CallInternal_m169C6DA5156E785C3B8ADC2829BA9C29A404C249(L_35, L_36, /*hidden argument*/NULL);
}
IL_00c0:
{
// EventContext.Return(context);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_37 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var);
EventContext_Return_m5D8DE13B79EA179962D4CAA93DE5A007650C22CE(L_37, /*hidden argument*/NULL);
// context.initiator = null;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_38 = V_3;
NullCheck(L_38);
EventContext_set_initiator_m22E5AE7A43DA5C82BDAE4995B8117B1003CE53A1_inline(L_38, NULL, /*hidden argument*/NULL);
// context.sender = null;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_39 = V_3;
NullCheck(L_39);
EventContext_set_sender_mF002FE606984760364182316D66A508EFD363802_inline(L_39, (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)NULL, /*hidden argument*/NULL);
// context.data = null;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_40 = V_3;
NullCheck(L_40);
L_40->set_data_4(NULL);
// return context._defaultPrevented;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_41 = V_3;
NullCheck(L_41);
bool L_42 = L_41->get__defaultPrevented_5();
return L_42;
}
IL_00e2:
{
// return false;
return (bool)0;
}
}
// System.Boolean FairyGUI.EventDispatcher::DispatchEvent(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_DispatchEvent_mBCF99E50F1FFB230AE8DF3E711B8C24017E17502 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventDispatcher_DispatchEvent_mBCF99E50F1FFB230AE8DF3E711B8C24017E17502_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * V_0 = NULL;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * V_1 = NULL;
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * V_2 = NULL;
{
// EventBridge bridge = TryGetEventBridge(context.type);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_0 = ___context0;
NullCheck(L_0);
String_t* L_1 = L_0->get_type_3();
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_2 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(__this, L_1, /*hidden argument*/NULL);
V_0 = L_2;
// EventBridge gBridge = null;
V_1 = (EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 *)NULL;
// if ((this is DisplayObject) && ((DisplayObject)this).gOwner != null)
if (!((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)IsInstClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)))
{
goto IL_003b;
}
}
{
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var))->get_gOwner_9();
if (!L_3)
{
goto IL_003b;
}
}
{
// gBridge = ((DisplayObject)this).gOwner.TryGetEventBridge(context.type);
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var))->get_gOwner_9();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_5 = ___context0;
NullCheck(L_5);
String_t* L_6 = L_5->get_type_3();
NullCheck(L_4);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_7 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(L_4, L_6, /*hidden argument*/NULL);
V_1 = L_7;
}
IL_003b:
{
// EventDispatcher savedSender = context.sender;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_8 = ___context0;
NullCheck(L_8);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_9 = EventContext_get_sender_m4BD309D8B049AD4CD8098EC735A082700AAD8C5F_inline(L_8, /*hidden argument*/NULL);
V_2 = L_9;
// if (bridge != null && !bridge.isEmpty)
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_10 = V_0;
if (!L_10)
{
goto IL_005b;
}
}
{
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_11 = V_0;
NullCheck(L_11);
bool L_12 = EventBridge_get_isEmpty_m7AB5499EB50BE41B93BA1E2035D5BC63505B8FE9(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_005b;
}
}
{
// bridge.CallCaptureInternal(context);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_13 = V_0;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_14 = ___context0;
NullCheck(L_13);
EventBridge_CallCaptureInternal_m86CD15D8611BF04E4107A07796A6DA8355A0E200(L_13, L_14, /*hidden argument*/NULL);
// bridge.CallInternal(context);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_15 = V_0;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_16 = ___context0;
NullCheck(L_15);
EventBridge_CallInternal_m169C6DA5156E785C3B8ADC2829BA9C29A404C249(L_15, L_16, /*hidden argument*/NULL);
}
IL_005b:
{
// if (gBridge != null && !gBridge.isEmpty)
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_17 = V_1;
if (!L_17)
{
goto IL_0074;
}
}
{
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_18 = V_1;
NullCheck(L_18);
bool L_19 = EventBridge_get_isEmpty_m7AB5499EB50BE41B93BA1E2035D5BC63505B8FE9(L_18, /*hidden argument*/NULL);
if (L_19)
{
goto IL_0074;
}
}
{
// gBridge.CallCaptureInternal(context);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_20 = V_1;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_21 = ___context0;
NullCheck(L_20);
EventBridge_CallCaptureInternal_m86CD15D8611BF04E4107A07796A6DA8355A0E200(L_20, L_21, /*hidden argument*/NULL);
// gBridge.CallInternal(context);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_22 = V_1;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_23 = ___context0;
NullCheck(L_22);
EventBridge_CallInternal_m169C6DA5156E785C3B8ADC2829BA9C29A404C249(L_22, L_23, /*hidden argument*/NULL);
}
IL_0074:
{
// context.sender = savedSender;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_24 = ___context0;
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_25 = V_2;
NullCheck(L_24);
EventContext_set_sender_mF002FE606984760364182316D66A508EFD363802_inline(L_24, L_25, /*hidden argument*/NULL);
// return context._defaultPrevented;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_26 = ___context0;
NullCheck(L_26);
bool L_27 = L_26->get__defaultPrevented_5();
return L_27;
}
}
// System.Boolean FairyGUI.EventDispatcher::BubbleEvent(System.String,System.Object,System.Collections.Generic.List`1<FairyGUI.EventBridge>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_BubbleEvent_m43B2422BBBF22953274772FB0BDBCC44BD66CBE2 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, RuntimeObject * ___data1, List_1_t96F9041444F491A9089B15870662D9839D1B9728 * ___addChain2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventDispatcher_BubbleEvent_m43B2422BBBF22953274772FB0BDBCC44BD66CBE2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * V_0 = NULL;
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * V_6 = NULL;
{
// EventContext context = EventContext.Get();
IL2CPP_RUNTIME_CLASS_INIT(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_0 = EventContext_Get_mDFDAF4C98A42686D5C5F9C2457FB15C4272F19D0(/*hidden argument*/NULL);
V_0 = L_0;
// context.initiator = this;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_1 = V_0;
NullCheck(L_1);
EventContext_set_initiator_m22E5AE7A43DA5C82BDAE4995B8117B1003CE53A1_inline(L_1, __this, /*hidden argument*/NULL);
// context.type = strType;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_2 = V_0;
String_t* L_3 = ___strType0;
NullCheck(L_2);
L_2->set_type_3(L_3);
// context.data = data;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_4 = V_0;
RuntimeObject * L_5 = ___data1;
NullCheck(L_4);
L_4->set_data_4(L_5);
// if (data is InputEvent)
RuntimeObject * L_6 = ___data1;
if (!((InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 *)IsInstClass((RuntimeObject*)L_6, InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_il2cpp_TypeInfo_var)))
{
goto IL_002e;
}
}
{
// sCurrentInputEvent = (InputEvent)data;
RuntimeObject * L_7 = ___data1;
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields*)il2cpp_codegen_static_fields_for(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var))->set_sCurrentInputEvent_1(((InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 *)CastclassClass((RuntimeObject*)L_7, InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_il2cpp_TypeInfo_var)));
}
IL_002e:
{
// context.inputEvent = sCurrentInputEvent;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_9 = ((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields*)il2cpp_codegen_static_fields_for(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var))->get_sCurrentInputEvent_1();
NullCheck(L_8);
EventContext_set_inputEvent_mC6F5E79EB7B6D6440774BB859611A003F2173B06_inline(L_8, L_9, /*hidden argument*/NULL);
// List<EventBridge> bubbleChain = context.callChain;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_10 = V_0;
NullCheck(L_10);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_11 = L_10->get_callChain_8();
V_1 = L_11;
// bubbleChain.Clear();
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_12 = V_1;
NullCheck(L_12);
List_1_Clear_m1B5590ED2BBB261B8F8DFF72894E8B9C2D7633E1(L_12, /*hidden argument*/List_1_Clear_m1B5590ED2BBB261B8F8DFF72894E8B9C2D7633E1_RuntimeMethod_var);
// GetChainBridges(strType, bubbleChain, true);
String_t* L_13 = ___strType0;
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_14 = V_1;
EventDispatcher_GetChainBridges_m5D7F599BFF90BB0FF1328724F712F1E67E29ECEF(__this, L_13, L_14, (bool)1, /*hidden argument*/NULL);
// int length = bubbleChain.Count;
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_15 = V_1;
NullCheck(L_15);
int32_t L_16 = List_1_get_Count_mFD30DBD95510768C7D07118A38174BE2FC1106B5_inline(L_15, /*hidden argument*/List_1_get_Count_mFD30DBD95510768C7D07118A38174BE2FC1106B5_RuntimeMethod_var);
V_2 = L_16;
// for (int i = length - 1; i >= 0; i--)
int32_t L_17 = V_2;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1));
goto IL_00aa;
}
IL_005c:
{
// bubbleChain[i].CallCaptureInternal(context);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_18 = V_1;
int32_t L_19 = V_3;
NullCheck(L_18);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_20 = List_1_get_Item_mC852C75A27BC43E1F11D22B0622775AD5FB409E8_inline(L_18, L_19, /*hidden argument*/List_1_get_Item_mC852C75A27BC43E1F11D22B0622775AD5FB409E8_RuntimeMethod_var);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_21 = V_0;
NullCheck(L_20);
EventBridge_CallCaptureInternal_m86CD15D8611BF04E4107A07796A6DA8355A0E200(L_20, L_21, /*hidden argument*/NULL);
// if (context._touchCapture)
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_22 = V_0;
NullCheck(L_22);
bool L_23 = L_22->get__touchCapture_7();
if (!L_23)
{
goto IL_00a6;
}
}
{
// context._touchCapture = false;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_24 = V_0;
NullCheck(L_24);
L_24->set__touchCapture_7((bool)0);
// if (strType == "onTouchBegin")
String_t* L_25 = ___strType0;
bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_25, _stringLiteralAF4C3C106FBE1851EAB9BC02365CED02E746822C, /*hidden argument*/NULL);
if (!L_26)
{
goto IL_00a6;
}
}
{
// Stage.inst.AddTouchMonitor(context.inputEvent.touchId, bubbleChain[i].owner);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_27 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_28 = V_0;
NullCheck(L_28);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_29 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_28, /*hidden argument*/NULL);
NullCheck(L_29);
int32_t L_30 = InputEvent_get_touchId_mF49C46B8546915BE1727492794E5F37F3A7AE3A0_inline(L_29, /*hidden argument*/NULL);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_31 = V_1;
int32_t L_32 = V_3;
NullCheck(L_31);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_33 = List_1_get_Item_mC852C75A27BC43E1F11D22B0622775AD5FB409E8_inline(L_31, L_32, /*hidden argument*/List_1_get_Item_mC852C75A27BC43E1F11D22B0622775AD5FB409E8_RuntimeMethod_var);
NullCheck(L_33);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_34 = L_33->get_owner_0();
NullCheck(L_27);
Stage_AddTouchMonitor_mE7D5212D24C10DA2D694534B72636D9F1C4C261C(L_27, L_30, L_34, /*hidden argument*/NULL);
}
IL_00a6:
{
// for (int i = length - 1; i >= 0; i--)
int32_t L_35 = V_3;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1));
}
IL_00aa:
{
// for (int i = length - 1; i >= 0; i--)
int32_t L_36 = V_3;
if ((((int32_t)L_36) >= ((int32_t)0)))
{
goto IL_005c;
}
}
{
// if (!context._stopsPropagation)
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_37 = V_0;
NullCheck(L_37);
bool L_38 = L_37->get__stopsPropagation_6();
if (L_38)
{
goto IL_015c;
}
}
{
// for (int i = 0; i < length; ++i)
V_4 = 0;
goto IL_0118;
}
IL_00be:
{
// bubbleChain[i].CallInternal(context);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_39 = V_1;
int32_t L_40 = V_4;
NullCheck(L_39);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_41 = List_1_get_Item_mC852C75A27BC43E1F11D22B0622775AD5FB409E8_inline(L_39, L_40, /*hidden argument*/List_1_get_Item_mC852C75A27BC43E1F11D22B0622775AD5FB409E8_RuntimeMethod_var);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_42 = V_0;
NullCheck(L_41);
EventBridge_CallInternal_m169C6DA5156E785C3B8ADC2829BA9C29A404C249(L_41, L_42, /*hidden argument*/NULL);
// if (context._touchCapture)
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_43 = V_0;
NullCheck(L_43);
bool L_44 = L_43->get__touchCapture_7();
if (!L_44)
{
goto IL_010a;
}
}
{
// context._touchCapture = false;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_45 = V_0;
NullCheck(L_45);
L_45->set__touchCapture_7((bool)0);
// if (strType == "onTouchBegin")
String_t* L_46 = ___strType0;
bool L_47 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_46, _stringLiteralAF4C3C106FBE1851EAB9BC02365CED02E746822C, /*hidden argument*/NULL);
if (!L_47)
{
goto IL_010a;
}
}
{
// Stage.inst.AddTouchMonitor(context.inputEvent.touchId, bubbleChain[i].owner);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_48 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_49 = V_0;
NullCheck(L_49);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_50 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_49, /*hidden argument*/NULL);
NullCheck(L_50);
int32_t L_51 = InputEvent_get_touchId_mF49C46B8546915BE1727492794E5F37F3A7AE3A0_inline(L_50, /*hidden argument*/NULL);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_52 = V_1;
int32_t L_53 = V_4;
NullCheck(L_52);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_54 = List_1_get_Item_mC852C75A27BC43E1F11D22B0622775AD5FB409E8_inline(L_52, L_53, /*hidden argument*/List_1_get_Item_mC852C75A27BC43E1F11D22B0622775AD5FB409E8_RuntimeMethod_var);
NullCheck(L_54);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_55 = L_54->get_owner_0();
NullCheck(L_48);
Stage_AddTouchMonitor_mE7D5212D24C10DA2D694534B72636D9F1C4C261C(L_48, L_51, L_55, /*hidden argument*/NULL);
}
IL_010a:
{
// if (context._stopsPropagation)
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_56 = V_0;
NullCheck(L_56);
bool L_57 = L_56->get__stopsPropagation_6();
if (L_57)
{
goto IL_011d;
}
}
{
// for (int i = 0; i < length; ++i)
int32_t L_58 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1));
}
IL_0118:
{
// for (int i = 0; i < length; ++i)
int32_t L_59 = V_4;
int32_t L_60 = V_2;
if ((((int32_t)L_59) < ((int32_t)L_60)))
{
goto IL_00be;
}
}
IL_011d:
{
// if (addChain != null)
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_61 = ___addChain2;
if (!L_61)
{
goto IL_015c;
}
}
{
// length = addChain.Count;
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_62 = ___addChain2;
NullCheck(L_62);
int32_t L_63 = List_1_get_Count_mFD30DBD95510768C7D07118A38174BE2FC1106B5_inline(L_62, /*hidden argument*/List_1_get_Count_mFD30DBD95510768C7D07118A38174BE2FC1106B5_RuntimeMethod_var);
V_2 = L_63;
// for (int i = 0; i < length; ++i)
V_5 = 0;
goto IL_0157;
}
IL_012c:
{
// EventBridge bridge = addChain[i];
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_64 = ___addChain2;
int32_t L_65 = V_5;
NullCheck(L_64);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_66 = List_1_get_Item_mC852C75A27BC43E1F11D22B0622775AD5FB409E8_inline(L_64, L_65, /*hidden argument*/List_1_get_Item_mC852C75A27BC43E1F11D22B0622775AD5FB409E8_RuntimeMethod_var);
V_6 = L_66;
// if (bubbleChain.IndexOf(bridge) == -1)
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_67 = V_1;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_68 = V_6;
NullCheck(L_67);
int32_t L_69 = List_1_IndexOf_m1EAEBD49F3D9F398A6E7792AD00EB0F64E3A9CDF(L_67, L_68, /*hidden argument*/List_1_IndexOf_m1EAEBD49F3D9F398A6E7792AD00EB0F64E3A9CDF_RuntimeMethod_var);
if ((!(((uint32_t)L_69) == ((uint32_t)(-1)))))
{
goto IL_0151;
}
}
{
// bridge.CallCaptureInternal(context);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_70 = V_6;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_71 = V_0;
NullCheck(L_70);
EventBridge_CallCaptureInternal_m86CD15D8611BF04E4107A07796A6DA8355A0E200(L_70, L_71, /*hidden argument*/NULL);
// bridge.CallInternal(context);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_72 = V_6;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_73 = V_0;
NullCheck(L_72);
EventBridge_CallInternal_m169C6DA5156E785C3B8ADC2829BA9C29A404C249(L_72, L_73, /*hidden argument*/NULL);
}
IL_0151:
{
// for (int i = 0; i < length; ++i)
int32_t L_74 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1));
}
IL_0157:
{
// for (int i = 0; i < length; ++i)
int32_t L_75 = V_5;
int32_t L_76 = V_2;
if ((((int32_t)L_75) < ((int32_t)L_76)))
{
goto IL_012c;
}
}
IL_015c:
{
// EventContext.Return(context);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_77 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var);
EventContext_Return_m5D8DE13B79EA179962D4CAA93DE5A007650C22CE(L_77, /*hidden argument*/NULL);
// context.initiator = null;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_78 = V_0;
NullCheck(L_78);
EventContext_set_initiator_m22E5AE7A43DA5C82BDAE4995B8117B1003CE53A1_inline(L_78, NULL, /*hidden argument*/NULL);
// context.sender = null;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_79 = V_0;
NullCheck(L_79);
EventContext_set_sender_mF002FE606984760364182316D66A508EFD363802_inline(L_79, (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)NULL, /*hidden argument*/NULL);
// context.data = null;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_80 = V_0;
NullCheck(L_80);
L_80->set_data_4(NULL);
// return context._defaultPrevented;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_81 = V_0;
NullCheck(L_81);
bool L_82 = L_81->get__defaultPrevented_5();
return L_82;
}
}
// System.Boolean FairyGUI.EventDispatcher::BubbleEvent(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, RuntimeObject * ___data1, const RuntimeMethod* method)
{
{
// return BubbleEvent(strType, data, null);
String_t* L_0 = ___strType0;
RuntimeObject * L_1 = ___data1;
bool L_2 = EventDispatcher_BubbleEvent_m43B2422BBBF22953274772FB0BDBCC44BD66CBE2(__this, L_0, L_1, (List_1_t96F9041444F491A9089B15870662D9839D1B9728 *)NULL, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean FairyGUI.EventDispatcher::BroadcastEvent(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_BroadcastEvent_m7A6869856F884D2E98EC3491DCBE19BC7AAC8D7C (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, RuntimeObject * ___data1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventDispatcher_BroadcastEvent_m7A6869856F884D2E98EC3491DCBE19BC7AAC8D7C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * V_0 = NULL;
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
// EventContext context = EventContext.Get();
IL2CPP_RUNTIME_CLASS_INIT(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_0 = EventContext_Get_mDFDAF4C98A42686D5C5F9C2457FB15C4272F19D0(/*hidden argument*/NULL);
V_0 = L_0;
// context.initiator = this;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_1 = V_0;
NullCheck(L_1);
EventContext_set_initiator_m22E5AE7A43DA5C82BDAE4995B8117B1003CE53A1_inline(L_1, __this, /*hidden argument*/NULL);
// context.type = strType;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_2 = V_0;
String_t* L_3 = ___strType0;
NullCheck(L_2);
L_2->set_type_3(L_3);
// context.data = data;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_4 = V_0;
RuntimeObject * L_5 = ___data1;
NullCheck(L_4);
L_4->set_data_4(L_5);
// if (data is InputEvent)
RuntimeObject * L_6 = ___data1;
if (!((InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 *)IsInstClass((RuntimeObject*)L_6, InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_il2cpp_TypeInfo_var)))
{
goto IL_002e;
}
}
{
// sCurrentInputEvent = (InputEvent)data;
RuntimeObject * L_7 = ___data1;
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields*)il2cpp_codegen_static_fields_for(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var))->set_sCurrentInputEvent_1(((InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 *)CastclassClass((RuntimeObject*)L_7, InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_il2cpp_TypeInfo_var)));
}
IL_002e:
{
// context.inputEvent = sCurrentInputEvent;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_9 = ((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields*)il2cpp_codegen_static_fields_for(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var))->get_sCurrentInputEvent_1();
NullCheck(L_8);
EventContext_set_inputEvent_mC6F5E79EB7B6D6440774BB859611A003F2173B06_inline(L_8, L_9, /*hidden argument*/NULL);
// List<EventBridge> bubbleChain = context.callChain;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_10 = V_0;
NullCheck(L_10);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_11 = L_10->get_callChain_8();
V_1 = L_11;
// bubbleChain.Clear();
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_12 = V_1;
NullCheck(L_12);
List_1_Clear_m1B5590ED2BBB261B8F8DFF72894E8B9C2D7633E1(L_12, /*hidden argument*/List_1_Clear_m1B5590ED2BBB261B8F8DFF72894E8B9C2D7633E1_RuntimeMethod_var);
// if (this is Container)
if (!((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))
{
goto IL_005d;
}
}
{
// GetChildEventBridges(strType, (Container)this, bubbleChain);
String_t* L_13 = ___strType0;
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_14 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
EventDispatcher_GetChildEventBridges_m3A95BD49300828F494750F157435289BC4B65FDC(L_13, ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)__this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_14, /*hidden argument*/NULL);
goto IL_0072;
}
IL_005d:
{
// else if (this is GComponent)
if (!((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)IsInstClass((RuntimeObject*)__this, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)))
{
goto IL_0072;
}
}
{
// GetChildEventBridges(strType, (GComponent)this, bubbleChain);
String_t* L_15 = ___strType0;
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_16 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
EventDispatcher_GetChildEventBridges_mDA1E0DDC2338EE7DC067E94570139A68345E9BFB(L_15, ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)__this, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)), L_16, /*hidden argument*/NULL);
}
IL_0072:
{
// int length = bubbleChain.Count;
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_17 = V_1;
NullCheck(L_17);
int32_t L_18 = List_1_get_Count_mFD30DBD95510768C7D07118A38174BE2FC1106B5_inline(L_17, /*hidden argument*/List_1_get_Count_mFD30DBD95510768C7D07118A38174BE2FC1106B5_RuntimeMethod_var);
V_2 = L_18;
// for (int i = 0; i < length; ++i)
V_3 = 0;
goto IL_008e;
}
IL_007d:
{
// bubbleChain[i].CallInternal(context);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_19 = V_1;
int32_t L_20 = V_3;
NullCheck(L_19);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_21 = List_1_get_Item_mC852C75A27BC43E1F11D22B0622775AD5FB409E8_inline(L_19, L_20, /*hidden argument*/List_1_get_Item_mC852C75A27BC43E1F11D22B0622775AD5FB409E8_RuntimeMethod_var);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_22 = V_0;
NullCheck(L_21);
EventBridge_CallInternal_m169C6DA5156E785C3B8ADC2829BA9C29A404C249(L_21, L_22, /*hidden argument*/NULL);
// for (int i = 0; i < length; ++i)
int32_t L_23 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_008e:
{
// for (int i = 0; i < length; ++i)
int32_t L_24 = V_3;
int32_t L_25 = V_2;
if ((((int32_t)L_24) < ((int32_t)L_25)))
{
goto IL_007d;
}
}
{
// EventContext.Return(context);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_26 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_il2cpp_TypeInfo_var);
EventContext_Return_m5D8DE13B79EA179962D4CAA93DE5A007650C22CE(L_26, /*hidden argument*/NULL);
// context.initiator = null;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_27 = V_0;
NullCheck(L_27);
EventContext_set_initiator_m22E5AE7A43DA5C82BDAE4995B8117B1003CE53A1_inline(L_27, NULL, /*hidden argument*/NULL);
// context.sender = null;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_28 = V_0;
NullCheck(L_28);
EventContext_set_sender_mF002FE606984760364182316D66A508EFD363802_inline(L_28, (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)NULL, /*hidden argument*/NULL);
// context.data = null;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_29 = V_0;
NullCheck(L_29);
L_29->set_data_4(NULL);
// return context._defaultPrevented;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_30 = V_0;
NullCheck(L_30);
bool L_31 = L_30->get__defaultPrevented_5();
return L_31;
}
}
// System.Void FairyGUI.EventDispatcher::GetChildEventBridges(System.String,FairyGUI.Container,System.Collections.Generic.List`1<FairyGUI.EventBridge>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_GetChildEventBridges_m3A95BD49300828F494750F157435289BC4B65FDC (String_t* ___strType0, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___container1, List_1_t96F9041444F491A9089B15870662D9839D1B9728 * ___bridges2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventDispatcher_GetChildEventBridges_m3A95BD49300828F494750F157435289BC4B65FDC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_3 = NULL;
{
// EventBridge bridge = container.TryGetEventBridge(strType);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = ___container1;
String_t* L_1 = ___strType0;
NullCheck(L_0);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_2 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
// if (bridge != null)
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_3 = V_0;
if (!L_3)
{
goto IL_0012;
}
}
{
// bridges.Add(bridge);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_4 = ___bridges2;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_5 = V_0;
NullCheck(L_4);
List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E(L_4, L_5, /*hidden argument*/List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E_RuntimeMethod_var);
}
IL_0012:
{
// if (container.gOwner != null)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_6 = ___container1;
NullCheck(L_6);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_6)->get_gOwner_9();
if (!L_7)
{
goto IL_0039;
}
}
{
// bridge = container.gOwner.TryGetEventBridge(strType);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_8 = ___container1;
NullCheck(L_8);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_8)->get_gOwner_9();
String_t* L_10 = ___strType0;
NullCheck(L_9);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_11 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(L_9, L_10, /*hidden argument*/NULL);
V_0 = L_11;
// if (bridge != null && !bridge.isEmpty)
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_12 = V_0;
if (!L_12)
{
goto IL_0039;
}
}
{
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_13 = V_0;
NullCheck(L_13);
bool L_14 = EventBridge_get_isEmpty_m7AB5499EB50BE41B93BA1E2035D5BC63505B8FE9(L_13, /*hidden argument*/NULL);
if (L_14)
{
goto IL_0039;
}
}
{
// bridges.Add(bridge);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_15 = ___bridges2;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_16 = V_0;
NullCheck(L_15);
List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E(L_15, L_16, /*hidden argument*/List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E_RuntimeMethod_var);
}
IL_0039:
{
// int count = container.numChildren;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_17 = ___container1;
NullCheck(L_17);
int32_t L_18 = Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73(L_17, /*hidden argument*/NULL);
V_1 = L_18;
// for (int i = 0; i < count; ++i)
V_2 = 0;
goto IL_00a8;
}
IL_0044:
{
// DisplayObject obj = container.GetChildAt(i);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_19 = ___container1;
int32_t L_20 = V_2;
NullCheck(L_19);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_21 = Container_GetChildAt_mF1A7165A6C4555A7832B91C7A71048E58C761E02(L_19, L_20, /*hidden argument*/NULL);
V_3 = L_21;
// if (obj is Container)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_22 = V_3;
if (!((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)L_22, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))
{
goto IL_0063;
}
}
{
// GetChildEventBridges(strType, (Container)obj, bridges);
String_t* L_23 = ___strType0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_24 = V_3;
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_25 = ___bridges2;
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
EventDispatcher_GetChildEventBridges_m3A95BD49300828F494750F157435289BC4B65FDC(L_23, ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_24, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)), L_25, /*hidden argument*/NULL);
goto IL_00a4;
}
IL_0063:
{
// bridge = obj.TryGetEventBridge(strType);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_26 = V_3;
String_t* L_27 = ___strType0;
NullCheck(L_26);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_28 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(L_26, L_27, /*hidden argument*/NULL);
V_0 = L_28;
// if (bridge != null && !bridge.isEmpty)
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_29 = V_0;
if (!L_29)
{
goto IL_007d;
}
}
{
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_30 = V_0;
NullCheck(L_30);
bool L_31 = EventBridge_get_isEmpty_m7AB5499EB50BE41B93BA1E2035D5BC63505B8FE9(L_30, /*hidden argument*/NULL);
if (L_31)
{
goto IL_007d;
}
}
{
// bridges.Add(bridge);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_32 = ___bridges2;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_33 = V_0;
NullCheck(L_32);
List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E(L_32, L_33, /*hidden argument*/List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E_RuntimeMethod_var);
}
IL_007d:
{
// if (obj.gOwner != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_34 = V_3;
NullCheck(L_34);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_35 = L_34->get_gOwner_9();
if (!L_35)
{
goto IL_00a4;
}
}
{
// bridge = obj.gOwner.TryGetEventBridge(strType);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_36 = V_3;
NullCheck(L_36);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_37 = L_36->get_gOwner_9();
String_t* L_38 = ___strType0;
NullCheck(L_37);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_39 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(L_37, L_38, /*hidden argument*/NULL);
V_0 = L_39;
// if (bridge != null && !bridge.isEmpty)
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_40 = V_0;
if (!L_40)
{
goto IL_00a4;
}
}
{
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_41 = V_0;
NullCheck(L_41);
bool L_42 = EventBridge_get_isEmpty_m7AB5499EB50BE41B93BA1E2035D5BC63505B8FE9(L_41, /*hidden argument*/NULL);
if (L_42)
{
goto IL_00a4;
}
}
{
// bridges.Add(bridge);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_43 = ___bridges2;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_44 = V_0;
NullCheck(L_43);
List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E(L_43, L_44, /*hidden argument*/List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E_RuntimeMethod_var);
}
IL_00a4:
{
// for (int i = 0; i < count; ++i)
int32_t L_45 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1));
}
IL_00a8:
{
// for (int i = 0; i < count; ++i)
int32_t L_46 = V_2;
int32_t L_47 = V_1;
if ((((int32_t)L_46) < ((int32_t)L_47)))
{
goto IL_0044;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.EventDispatcher::GetChildEventBridges(System.String,FairyGUI.GComponent,System.Collections.Generic.List`1<FairyGUI.EventBridge>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_GetChildEventBridges_mDA1E0DDC2338EE7DC067E94570139A68345E9BFB (String_t* ___strType0, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___container1, List_1_t96F9041444F491A9089B15870662D9839D1B9728 * ___bridges2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventDispatcher_GetChildEventBridges_mDA1E0DDC2338EE7DC067E94570139A68345E9BFB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_3 = NULL;
{
// EventBridge bridge = container.TryGetEventBridge(strType);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = ___container1;
String_t* L_1 = ___strType0;
NullCheck(L_0);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_2 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
// if (bridge != null)
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_3 = V_0;
if (!L_3)
{
goto IL_0012;
}
}
{
// bridges.Add(bridge);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_4 = ___bridges2;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_5 = V_0;
NullCheck(L_4);
List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E(L_4, L_5, /*hidden argument*/List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E_RuntimeMethod_var);
}
IL_0012:
{
// int count = container.numChildren;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = ___container1;
NullCheck(L_6);
int32_t L_7 = GComponent_get_numChildren_m3295721B2CADEDDA4A896EF65214E708AE76C19E(L_6, /*hidden argument*/NULL);
V_1 = L_7;
// for (int i = 0; i < count; ++i)
V_2 = 0;
goto IL_0052;
}
IL_001d:
{
// GObject obj = container.GetChildAt(i);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_8 = ___container1;
int32_t L_9 = V_2;
NullCheck(L_8);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = GComponent_GetChildAt_mF74B1D0431936054AEB4DB2755A54CBAA243A3FF(L_8, L_9, /*hidden argument*/NULL);
V_3 = L_10;
// if (obj is GComponent)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = V_3;
if (!((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)IsInstClass((RuntimeObject*)L_11, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)))
{
goto IL_003c;
}
}
{
// GetChildEventBridges(strType, (GComponent)obj, bridges);
String_t* L_12 = ___strType0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = V_3;
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_14 = ___bridges2;
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
EventDispatcher_GetChildEventBridges_mDA1E0DDC2338EE7DC067E94570139A68345E9BFB(L_12, ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_13, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)), L_14, /*hidden argument*/NULL);
goto IL_004e;
}
IL_003c:
{
// bridge = obj.TryGetEventBridge(strType);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = V_3;
String_t* L_16 = ___strType0;
NullCheck(L_15);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_17 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(L_15, L_16, /*hidden argument*/NULL);
V_0 = L_17;
// if (bridge != null)
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_18 = V_0;
if (!L_18)
{
goto IL_004e;
}
}
{
// bridges.Add(bridge);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_19 = ___bridges2;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_20 = V_0;
NullCheck(L_19);
List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E(L_19, L_20, /*hidden argument*/List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E_RuntimeMethod_var);
}
IL_004e:
{
// for (int i = 0; i < count; ++i)
int32_t L_21 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_0052:
{
// for (int i = 0; i < count; ++i)
int32_t L_22 = V_2;
int32_t L_23 = V_1;
if ((((int32_t)L_22) < ((int32_t)L_23)))
{
goto IL_001d;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.EventDispatcher::GetChainBridges(System.String,System.Collections.Generic.List`1<FairyGUI.EventBridge>,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_GetChainBridges_m5D7F599BFF90BB0FF1328724F712F1E67E29ECEF (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, List_1_t96F9041444F491A9089B15870662D9839D1B9728 * ___chain1, bool ___bubble2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventDispatcher_GetChainBridges_m5D7F599BFF90BB0FF1328724F712F1E67E29ECEF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * V_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_1 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_2 = NULL;
{
// EventBridge bridge = TryGetEventBridge(strType);
String_t* L_0 = ___strType0;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_1 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (bridge != null && !bridge.isEmpty)
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_2 = V_0;
if (!L_2)
{
goto IL_001a;
}
}
{
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_3 = V_0;
NullCheck(L_3);
bool L_4 = EventBridge_get_isEmpty_m7AB5499EB50BE41B93BA1E2035D5BC63505B8FE9(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_001a;
}
}
{
// chain.Add(bridge);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_5 = ___chain1;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_6 = V_0;
NullCheck(L_5);
List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E(L_5, L_6, /*hidden argument*/List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E_RuntimeMethod_var);
}
IL_001a:
{
// if ((this is DisplayObject) && ((DisplayObject)this).gOwner != null)
if (!((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)IsInstClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)))
{
goto IL_0053;
}
}
{
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var))->get_gOwner_9();
if (!L_7)
{
goto IL_0053;
}
}
{
// bridge = ((DisplayObject)this).gOwner.TryGetEventBridge(strType);
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var))->get_gOwner_9();
String_t* L_9 = ___strType0;
NullCheck(L_8);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_10 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(L_8, L_9, /*hidden argument*/NULL);
V_0 = L_10;
// if (bridge != null && !bridge.isEmpty)
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_11 = V_0;
if (!L_11)
{
goto IL_0053;
}
}
{
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_12 = V_0;
NullCheck(L_12);
bool L_13 = EventBridge_get_isEmpty_m7AB5499EB50BE41B93BA1E2035D5BC63505B8FE9(L_12, /*hidden argument*/NULL);
if (L_13)
{
goto IL_0053;
}
}
{
// chain.Add(bridge);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_14 = ___chain1;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_15 = V_0;
NullCheck(L_14);
List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E(L_14, L_15, /*hidden argument*/List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E_RuntimeMethod_var);
}
IL_0053:
{
// if (!bubble)
bool L_16 = ___bubble2;
if (L_16)
{
goto IL_0057;
}
}
{
// return;
return;
}
IL_0057:
{
// if (this is DisplayObject)
if (!((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)IsInstClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)))
{
goto IL_00b4;
}
}
{
// DisplayObject element = (DisplayObject)this;
V_1 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)__this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var));
goto IL_00a9;
}
IL_0068:
{
// bridge = element.TryGetEventBridge(strType);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_17 = V_1;
String_t* L_18 = ___strType0;
NullCheck(L_17);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_19 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(L_17, L_18, /*hidden argument*/NULL);
V_0 = L_19;
// if (bridge != null && !bridge.isEmpty)
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_20 = V_0;
if (!L_20)
{
goto IL_0082;
}
}
{
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_21 = V_0;
NullCheck(L_21);
bool L_22 = EventBridge_get_isEmpty_m7AB5499EB50BE41B93BA1E2035D5BC63505B8FE9(L_21, /*hidden argument*/NULL);
if (L_22)
{
goto IL_0082;
}
}
{
// chain.Add(bridge);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_23 = ___chain1;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_24 = V_0;
NullCheck(L_23);
List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E(L_23, L_24, /*hidden argument*/List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E_RuntimeMethod_var);
}
IL_0082:
{
// if (element.gOwner != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_25 = V_1;
NullCheck(L_25);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_26 = L_25->get_gOwner_9();
if (!L_26)
{
goto IL_00a9;
}
}
{
// bridge = element.gOwner.TryGetEventBridge(strType);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_27 = V_1;
NullCheck(L_27);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_28 = L_27->get_gOwner_9();
String_t* L_29 = ___strType0;
NullCheck(L_28);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_30 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(L_28, L_29, /*hidden argument*/NULL);
V_0 = L_30;
// if (bridge != null && !bridge.isEmpty)
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_31 = V_0;
if (!L_31)
{
goto IL_00a9;
}
}
{
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_32 = V_0;
NullCheck(L_32);
bool L_33 = EventBridge_get_isEmpty_m7AB5499EB50BE41B93BA1E2035D5BC63505B8FE9(L_32, /*hidden argument*/NULL);
if (L_33)
{
goto IL_00a9;
}
}
{
// chain.Add(bridge);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_34 = ___chain1;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_35 = V_0;
NullCheck(L_34);
List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E(L_34, L_35, /*hidden argument*/List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E_RuntimeMethod_var);
}
IL_00a9:
{
// while ((element = element.parent) != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_36 = V_1;
NullCheck(L_36);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_37 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_36, /*hidden argument*/NULL);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_38 = L_37;
V_1 = L_38;
if (L_38)
{
goto IL_0068;
}
}
{
// }
return;
}
IL_00b4:
{
// else if (this is GObject)
if (!((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)IsInstClass((RuntimeObject*)__this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var)))
{
goto IL_00e9;
}
}
{
// GObject element = (GObject)this;
V_2 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)CastclassClass((RuntimeObject*)__this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var));
goto IL_00df;
}
IL_00c5:
{
// bridge = element.TryGetEventBridge(strType);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_39 = V_2;
String_t* L_40 = ___strType0;
NullCheck(L_39);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_41 = EventDispatcher_TryGetEventBridge_mAA6E36384E383EAC31E932D8AB4F8BC4ECB9545B(L_39, L_40, /*hidden argument*/NULL);
V_0 = L_41;
// if (bridge != null && !bridge.isEmpty)
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_42 = V_0;
if (!L_42)
{
goto IL_00df;
}
}
{
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_43 = V_0;
NullCheck(L_43);
bool L_44 = EventBridge_get_isEmpty_m7AB5499EB50BE41B93BA1E2035D5BC63505B8FE9(L_43, /*hidden argument*/NULL);
if (L_44)
{
goto IL_00df;
}
}
{
// chain.Add(bridge);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_45 = ___chain1;
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_46 = V_0;
NullCheck(L_45);
List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E(L_45, L_46, /*hidden argument*/List_1_Add_mCC9665DA654E5F102CC329E3A5557D18625C534E_RuntimeMethod_var);
}
IL_00df:
{
// while ((element = element.parent) != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_47 = V_2;
NullCheck(L_47);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_48 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_47, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_49 = L_48;
V_2 = L_49;
if (L_49)
{
goto IL_00c5;
}
}
IL_00e9:
{
// }
return;
}
}
// System.Void FairyGUI.EventDispatcher::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher__cctor_mC81526B033FD3309812F574B4B67F1D1596B5CAA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventDispatcher__cctor_mC81526B033FD3309812F574B4B67F1D1596B5CAA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static InputEvent sCurrentInputEvent = new InputEvent();
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_0 = (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 *)il2cpp_codegen_object_new(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_il2cpp_TypeInfo_var);
InputEvent__ctor_m22AAD294F29C76B61889C0E9DCA2170D64DE7337(L_0, /*hidden argument*/NULL);
((EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields*)il2cpp_codegen_static_fields_for(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var))->set_sCurrentInputEvent_1(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.EventListener::.ctor(FairyGUI.EventDispatcher,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___owner0, String_t* ___type1, const RuntimeMethod* method)
{
{
// public EventListener(EventDispatcher owner, string type)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _bridge = owner.GetEventBridge(type);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_0 = ___owner0;
String_t* L_1 = ___type1;
NullCheck(L_0);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_2 = EventDispatcher_GetEventBridge_mE90BBC5BE6F780CEE475D53C1EE4F30109AFBA85(L_0, L_1, /*hidden argument*/NULL);
__this->set__bridge_0(L_2);
// _type = type;
String_t* L_3 = ___type1;
__this->set__type_1(L_3);
// }
return;
}
}
// System.String FairyGUI.EventListener::get_type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EventListener_get_type_m83053F942463CA59DAEF326E9FCA58D92397654D (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method)
{
{
// get { return _type; }
String_t* L_0 = __this->get__type_1();
return L_0;
}
}
// System.Void FairyGUI.EventListener::AddCapture(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_AddCapture_mCE2A23DC083D747B0BF7120578DA36B58017666F (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method)
{
{
// _bridge.AddCapture(callback);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_1 = ___callback0;
NullCheck(L_0);
EventBridge_AddCapture_m5609A01AF8F0FE8DF63717BBBBFAC67C11DB7214(L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.EventListener::RemoveCapture(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_RemoveCapture_m66B74CDDC8A412F63242D60FD68EECA246F61936 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method)
{
{
// _bridge.RemoveCapture(callback);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_1 = ___callback0;
NullCheck(L_0);
EventBridge_RemoveCapture_mAFBC3CC85DFDE6B895A71CAD9A81A5ED4C3FE896(L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.EventListener::Add(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method)
{
{
// _bridge.Add(callback);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_1 = ___callback0;
NullCheck(L_0);
EventBridge_Add_m664536FF36C8A6D8297F278E3D22BE4345560E05(L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.EventListener::Remove(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method)
{
{
// _bridge.Remove(callback);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_1 = ___callback0;
NullCheck(L_0);
EventBridge_Remove_m5B1F039FFAE8BB51D82F09044728D45B1A52A3DB(L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.EventListener::Add(FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback0, const RuntimeMethod* method)
{
{
// _bridge.Add(callback);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_1 = ___callback0;
NullCheck(L_0);
EventBridge_Add_m96A37E3C221FA16A70C7CFCFF91249A69E03BF45(L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.EventListener::Remove(FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Remove_m2379AAC6F916B28BB2F815442506267B0FED5FE1 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback0, const RuntimeMethod* method)
{
{
// _bridge.Remove(callback);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_1 = ___callback0;
NullCheck(L_0);
EventBridge_Remove_m5B2BE2D3D47404A71A38D3C1A8142A22CDC3D42B(L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.EventListener::Set(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Set_mC94794F8672E7B7E0C1E4E658207F6B56DD170D7 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method)
{
{
// _bridge.Clear();
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
NullCheck(L_0);
EventBridge_Clear_mCB1E4E23B82DA2B4F0A5B92B5636397124A5AD00(L_0, /*hidden argument*/NULL);
// if (callback != null)
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_1 = ___callback0;
if (!L_1)
{
goto IL_001a;
}
}
{
// _bridge.Add(callback);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_2 = __this->get__bridge_0();
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_3 = ___callback0;
NullCheck(L_2);
EventBridge_Add_m664536FF36C8A6D8297F278E3D22BE4345560E05(L_2, L_3, /*hidden argument*/NULL);
}
IL_001a:
{
// }
return;
}
}
// 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)
{
{
// _bridge.Clear();
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
NullCheck(L_0);
EventBridge_Clear_mCB1E4E23B82DA2B4F0A5B92B5636397124A5AD00(L_0, /*hidden argument*/NULL);
// if (callback != null)
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_1 = ___callback0;
if (!L_1)
{
goto IL_001a;
}
}
{
// _bridge.Add(callback);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_2 = __this->get__bridge_0();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_3 = ___callback0;
NullCheck(L_2);
EventBridge_Add_m96A37E3C221FA16A70C7CFCFF91249A69E03BF45(L_2, L_3, /*hidden argument*/NULL);
}
IL_001a:
{
// }
return;
}
}
// System.Void FairyGUI.EventListener::Add(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Add_m0ABB46563BC3E033046464484B457BCD22CDF1EF (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// _bridge.Add(func, self);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ___self1;
NullCheck(L_0);
EventBridge_Add_m218F0CCEA761CDE88C153B67D7DBF95FE7CE3089(L_0, L_1, L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.EventListener::Add(LuaInterface.LuaFunction,FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Add_mDAADDA24E6C41AAC1213A18150A5759F393FFE01 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___self1, const RuntimeMethod* method)
{
{
// _bridge.Add(func, self);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ___func0;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = ___self1;
NullCheck(L_0);
EventBridge_Add_m1C6005095F665B52EFE2CDBE7D642A0580A35F4F(L_0, L_1, L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.EventListener::Remove(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Remove_mC2552C8F8F6C28211DFC753D79E23E2E1E45EFE7 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// _bridge.Remove(func, self);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_2 = ___self1;
NullCheck(L_0);
EventBridge_Remove_mDA770A9FE823F1795BD4C982A3C0682389C1759D(L_0, L_1, L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.EventListener::Remove(LuaInterface.LuaFunction,FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Remove_mF973FB055C47B0E0D24416E5426E2AC66D3AB3C3 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___self1, const RuntimeMethod* method)
{
{
// _bridge.Remove(func, self);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ___func0;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = ___self1;
NullCheck(L_0);
EventBridge_Remove_m85F07C9554EF510F22656E9E913BCBF5CB5D6489(L_0, L_1, L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.EventListener::Set(LuaInterface.LuaFunction,LuaInterface.LuaTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Set_mC11C6F968CF8BB88AE3A24AEB7DE7CE5E571D834 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___self1, const RuntimeMethod* method)
{
{
// _bridge.Clear();
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
NullCheck(L_0);
EventBridge_Clear_mCB1E4E23B82DA2B4F0A5B92B5636397124A5AD00(L_0, /*hidden argument*/NULL);
// if (func != null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ___func0;
bool L_2 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_1, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_001c;
}
}
{
// Add(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ___func0;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_4 = ___self1;
EventListener_Add_m0ABB46563BC3E033046464484B457BCD22CDF1EF(__this, L_3, L_4, /*hidden argument*/NULL);
}
IL_001c:
{
// }
return;
}
}
// System.Void FairyGUI.EventListener::Set(LuaInterface.LuaFunction,FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Set_mBF75099924D517A23F826E7DD7D2A70E28D2C40C (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___func0, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___self1, const RuntimeMethod* method)
{
{
// _bridge.Clear();
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
NullCheck(L_0);
EventBridge_Clear_mCB1E4E23B82DA2B4F0A5B92B5636397124A5AD00(L_0, /*hidden argument*/NULL);
// if (func != null)
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_1 = ___func0;
bool L_2 = LuaBaseRef_op_Inequality_m4E0A4DED8FEF3D699AD927A851AF293C530F7220(L_1, (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_001c;
}
}
{
// Add(func, self);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = ___func0;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = ___self1;
EventListener_Add_mDAADDA24E6C41AAC1213A18150A5759F393FFE01(__this, L_3, L_4, /*hidden argument*/NULL);
}
IL_001c:
{
// }
return;
}
}
// System.Boolean FairyGUI.EventListener::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_get_isEmpty_m52DB0AE501C80C1A666A740D6F232EFB10D3DDA4 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method)
{
{
// return !_bridge.owner.hasEventListeners(_type);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
NullCheck(L_0);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_1 = L_0->get_owner_0();
String_t* L_2 = __this->get__type_1();
NullCheck(L_1);
bool L_3 = EventDispatcher_hasEventListeners_mB2B597F656DDCCC9D4A78DF10F86198E0F2D4B1C(L_1, L_2, /*hidden argument*/NULL);
return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean FairyGUI.EventListener::get_isDispatching()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_get_isDispatching_mBB4AFC69DFFD02A477AB82A58CBDE6DB8F506111 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method)
{
{
// return _bridge.owner.isDispatching(_type);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
NullCheck(L_0);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_1 = L_0->get_owner_0();
String_t* L_2 = __this->get__type_1();
NullCheck(L_1);
bool L_3 = EventDispatcher_isDispatching_m8519B8CCF9CAE58C5A59351903C13AFEC72173F1(L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Void FairyGUI.EventListener::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Clear_mF751C576281A08387F73AEF3B8DE6B01A20A7CCF (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method)
{
{
// _bridge.Clear();
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
NullCheck(L_0);
EventBridge_Clear_mCB1E4E23B82DA2B4F0A5B92B5636397124A5AD00(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.EventListener::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method)
{
{
// return _bridge.owner.InternalDispatchEvent(this._type, _bridge, null, null);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
NullCheck(L_0);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_1 = L_0->get_owner_0();
String_t* L_2 = __this->get__type_1();
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_3 = __this->get__bridge_0();
NullCheck(L_1);
bool L_4 = EventDispatcher_InternalDispatchEvent_mAAF3177C2D8B6065B5C253A8AF520FC64E32CAFF(L_1, L_2, L_3, NULL, NULL, /*hidden argument*/NULL);
return L_4;
}
}
// System.Boolean FairyGUI.EventListener::Call(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, RuntimeObject * ___data0, const RuntimeMethod* method)
{
{
// return _bridge.owner.InternalDispatchEvent(this._type, _bridge, data, null);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
NullCheck(L_0);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_1 = L_0->get_owner_0();
String_t* L_2 = __this->get__type_1();
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_3 = __this->get__bridge_0();
RuntimeObject * L_4 = ___data0;
NullCheck(L_1);
bool L_5 = EventDispatcher_InternalDispatchEvent_mAAF3177C2D8B6065B5C253A8AF520FC64E32CAFF(L_1, L_2, L_3, L_4, NULL, /*hidden argument*/NULL);
return L_5;
}
}
// System.Boolean FairyGUI.EventListener::BubbleCall(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_BubbleCall_mBEE9447E0BC2F55EDF1BF81710F4937F059A1A81 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, RuntimeObject * ___data0, const RuntimeMethod* method)
{
{
// return _bridge.owner.BubbleEvent(_type, data);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
NullCheck(L_0);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_1 = L_0->get_owner_0();
String_t* L_2 = __this->get__type_1();
RuntimeObject * L_3 = ___data0;
NullCheck(L_1);
bool L_4 = EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB(L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Boolean FairyGUI.EventListener::BubbleCall()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_BubbleCall_m9BD9134A40D5BB7D313FE005482A931A5B32A145 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method)
{
{
// return _bridge.owner.BubbleEvent(_type, null);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
NullCheck(L_0);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_1 = L_0->get_owner_0();
String_t* L_2 = __this->get__type_1();
NullCheck(L_1);
bool L_3 = EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB(L_1, L_2, NULL, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean FairyGUI.EventListener::BroadcastCall(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_BroadcastCall_m41208AE3A7E2A439C0C75664E52BF3CDE51F312D (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, RuntimeObject * ___data0, const RuntimeMethod* method)
{
{
// return _bridge.owner.BroadcastEvent(_type, data);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
NullCheck(L_0);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_1 = L_0->get_owner_0();
String_t* L_2 = __this->get__type_1();
RuntimeObject * L_3 = ___data0;
NullCheck(L_1);
bool L_4 = EventDispatcher_BroadcastEvent_m7A6869856F884D2E98EC3491DCBE19BC7AAC8D7C(L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Boolean FairyGUI.EventListener::BroadcastCall()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_BroadcastCall_m1D13950A6DE7B03C238CD20DB71D3987B85F79AF (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method)
{
{
// return _bridge.owner.BroadcastEvent(_type, null);
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * L_0 = __this->get__bridge_0();
NullCheck(L_0);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_1 = L_0->get_owner_0();
String_t* L_2 = __this->get__type_1();
NullCheck(L_1);
bool L_3 = EventDispatcher_BroadcastEvent_m7A6869856F884D2E98EC3491DCBE19BC7AAC8D7C(L_1, L_2, NULL, /*hidden argument*/NULL);
return L_3;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.FillMesh::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FillMesh__ctor_m716625BCFC1E791491D86A8393026371E7D60CED (FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * __this, const RuntimeMethod* method)
{
{
// public FillMesh()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// clockwise = true;
__this->set_clockwise_3((bool)1);
// }
return;
}
}
// System.Void FairyGUI.FillMesh::OnPopulateMesh(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FillMesh_OnPopulateMesh_m0F0CFB7D9FE58B7C714980034DA695C0C84533C6 (FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FillMesh_OnPopulateMesh_m0F0CFB7D9FE58B7C714980034DA695C0C84533C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
int32_t V_1 = 0;
{
// float amount = Mathf.Clamp01(this.amount);
float L_0 = __this->get_amount_2();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_1 = Mathf_Clamp01_m1E5F736941A7E6DC4DBCA88A1E38FE9FBFE0C42B(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// switch (method)
int32_t L_2 = __this->get_method_0();
V_1 = L_2;
int32_t L_3 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)))
{
case 0:
{
goto IL_0030;
}
case 1:
{
goto IL_0044;
}
case 2:
{
goto IL_0058;
}
case 3:
{
goto IL_0072;
}
case 4:
{
goto IL_008c;
}
}
}
{
return;
}
IL_0030:
{
// FillHorizontal(vb, vb.contentRect, origin, amount);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_4 = ___vb0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_5 = ___vb0;
NullCheck(L_5);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_6 = L_5->get_contentRect_0();
int32_t L_7 = __this->get_origin_1();
float L_8 = V_0;
FillMesh_FillHorizontal_mF9B1AA13BB8B4321E5A4B15FA3D2F80FBC7D7E9B(L_4, L_6, L_7, L_8, /*hidden argument*/NULL);
// break;
return;
}
IL_0044:
{
// FillVertical(vb, vb.contentRect, origin, amount);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_9 = ___vb0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_10 = ___vb0;
NullCheck(L_10);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_11 = L_10->get_contentRect_0();
int32_t L_12 = __this->get_origin_1();
float L_13 = V_0;
FillMesh_FillVertical_m6390E41E52500BD200A98575E654C2972F0C4D7B(L_9, L_11, L_12, L_13, /*hidden argument*/NULL);
// break;
return;
}
IL_0058:
{
// FillRadial90(vb, vb.contentRect, (Origin90)origin, amount, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_14 = ___vb0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_15 = ___vb0;
NullCheck(L_15);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_16 = L_15->get_contentRect_0();
int32_t L_17 = __this->get_origin_1();
float L_18 = V_0;
bool L_19 = __this->get_clockwise_3();
FillMesh_FillRadial90_m2362F0A645712D77F3C2C2DF6A6863A549AAD7E8(L_14, L_16, L_17, L_18, L_19, /*hidden argument*/NULL);
// break;
return;
}
IL_0072:
{
// FillRadial180(vb, vb.contentRect, (Origin180)origin, amount, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_20 = ___vb0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_21 = ___vb0;
NullCheck(L_21);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_22 = L_21->get_contentRect_0();
int32_t L_23 = __this->get_origin_1();
float L_24 = V_0;
bool L_25 = __this->get_clockwise_3();
FillMesh_FillRadial180_mDAF43FE657AE51E677C4B3AAF86E60C9231442A8(L_20, L_22, L_23, L_24, L_25, /*hidden argument*/NULL);
// break;
return;
}
IL_008c:
{
// FillRadial360(vb, vb.contentRect, (Origin360)origin, amount, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_26 = ___vb0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_27 = ___vb0;
NullCheck(L_27);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_28 = L_27->get_contentRect_0();
int32_t L_29 = __this->get_origin_1();
float L_30 = V_0;
bool L_31 = __this->get_clockwise_3();
FillMesh_FillRadial360_mAB358BC356DC08F923BF2C6977E8E4DFC5289507(L_26, L_28, L_29, L_30, L_31, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.FillMesh::FillHorizontal(FairyGUI.VertexBuffer,UnityEngine.Rect,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FillMesh_FillHorizontal_mF9B1AA13BB8B4321E5A4B15FA3D2F80FBC7D7E9B (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vertRect1, int32_t ___origin2, float ___amount3, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// float a = vertRect.width * amount;
float L_0 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
float L_1 = ___amount3;
V_0 = ((float)il2cpp_codegen_multiply((float)L_0, (float)L_1));
// if ((OriginHorizontal)origin == OriginHorizontal.Right || (OriginVertical)origin == OriginVertical.Bottom)
int32_t L_2 = ___origin2;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0012;
}
}
{
int32_t L_3 = ___origin2;
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
{
goto IL_0029;
}
}
IL_0012:
{
// vertRect.x += (vertRect.width - a);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_4 = (&___vertRect1);
float L_5 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_4, /*hidden argument*/NULL);
float L_6 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
float L_7 = V_0;
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_4, ((float)il2cpp_codegen_add((float)L_5, (float)((float)il2cpp_codegen_subtract((float)L_6, (float)L_7)))), /*hidden argument*/NULL);
}
IL_0029:
{
// vertRect.width = a;
float L_8 = V_0;
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), L_8, /*hidden argument*/NULL);
// vb.AddQuad(vertRect);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_9 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_10 = ___vertRect1;
NullCheck(L_9);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_9, L_10, /*hidden argument*/NULL);
// vb.AddTriangles();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_11 = ___vb0;
NullCheck(L_11);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_11, 0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.FillMesh::FillVertical(FairyGUI.VertexBuffer,UnityEngine.Rect,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FillMesh_FillVertical_m6390E41E52500BD200A98575E654C2972F0C4D7B (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vertRect1, int32_t ___origin2, float ___amount3, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// float a = vertRect.height * amount;
float L_0 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
float L_1 = ___amount3;
V_0 = ((float)il2cpp_codegen_multiply((float)L_0, (float)L_1));
// if ((OriginHorizontal)origin == OriginHorizontal.Right || (OriginVertical)origin == OriginVertical.Bottom)
int32_t L_2 = ___origin2;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0012;
}
}
{
int32_t L_3 = ___origin2;
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
{
goto IL_0029;
}
}
IL_0012:
{
// vertRect.y += (vertRect.height - a);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_4 = (&___vertRect1);
float L_5 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_4, /*hidden argument*/NULL);
float L_6 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
float L_7 = V_0;
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_4, ((float)il2cpp_codegen_add((float)L_5, (float)((float)il2cpp_codegen_subtract((float)L_6, (float)L_7)))), /*hidden argument*/NULL);
}
IL_0029:
{
// vertRect.height = a;
float L_8 = V_0;
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), L_8, /*hidden argument*/NULL);
// vb.AddQuad(vertRect);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_9 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_10 = ___vertRect1;
NullCheck(L_9);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_9, L_10, /*hidden argument*/NULL);
// vb.AddTriangles();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_11 = ___vb0;
NullCheck(L_11);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_11, 0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.FillMesh::FillRadial90(FairyGUI.VertexBuffer,UnityEngine.Rect,FairyGUI.Origin90,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FillMesh_FillRadial90_m2362F0A645712D77F3C2C2DF6A6863A549AAD7E8 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vertRect1, int32_t ___origin2, float ___amount3, bool ___clockwise4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FillMesh_FillRadial90_m2362F0A645712D77F3C2C2DF6A6863A549AAD7E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
float V_1 = 0.0f;
float V_2 = 0.0f;
bool V_3 = false;
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;
int32_t G_B3_0 = 0;
int32_t G_B5_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
int32_t G_B8_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B10_0 = 0;
int32_t G_B9_0 = 0;
float G_B11_0 = 0.0f;
int32_t G_B11_1 = 0;
int32_t G_B13_0 = 0;
int32_t G_B12_0 = 0;
int32_t G_B15_0 = 0;
int32_t G_B14_0 = 0;
float G_B17_0 = 0.0f;
int32_t G_B17_1 = 0;
float G_B16_0 = 0.0f;
int32_t G_B16_1 = 0;
float G_B18_0 = 0.0f;
float G_B18_1 = 0.0f;
int32_t G_B18_2 = 0;
float G_B20_0 = 0.0f;
int32_t G_B20_1 = 0;
float G_B19_0 = 0.0f;
int32_t G_B19_1 = 0;
float G_B21_0 = 0.0f;
float G_B21_1 = 0.0f;
int32_t G_B21_2 = 0;
int32_t G_B23_0 = 0;
int32_t G_B22_0 = 0;
int32_t G_B25_0 = 0;
int32_t G_B24_0 = 0;
int32_t G_B27_0 = 0;
int32_t G_B26_0 = 0;
float G_B28_0 = 0.0f;
int32_t G_B28_1 = 0;
int32_t G_B30_0 = 0;
int32_t G_B29_0 = 0;
float G_B31_0 = 0.0f;
int32_t G_B31_1 = 0;
int32_t G_B33_0 = 0;
int32_t G_B32_0 = 0;
float G_B34_0 = 0.0f;
int32_t G_B34_1 = 0;
int32_t G_B36_0 = 0;
int32_t G_B35_0 = 0;
float G_B37_0 = 0.0f;
int32_t G_B37_1 = 0;
int32_t G_B39_0 = 0;
int32_t G_B38_0 = 0;
int32_t G_B43_0 = 0;
int32_t G_B40_0 = 0;
int32_t G_B42_0 = 0;
int32_t G_B41_0 = 0;
int32_t G_B44_0 = 0;
int32_t G_B48_0 = 0;
int32_t G_B45_0 = 0;
int32_t G_B47_0 = 0;
int32_t G_B46_0 = 0;
int32_t G_B49_0 = 0;
int32_t G_B51_0 = 0;
int32_t G_B50_0 = 0;
{
// bool flipX = origin == Origin90.TopRight || origin == Origin90.BottomRight;
int32_t L_0 = ___origin2;
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_000a;
}
}
{
int32_t L_1 = ___origin2;
G_B3_0 = ((((int32_t)L_1) == ((int32_t)3))? 1 : 0);
goto IL_000b;
}
IL_000a:
{
G_B3_0 = 1;
}
IL_000b:
{
// bool flipY = origin == Origin90.BottomLeft || origin == Origin90.BottomRight;
int32_t L_2 = ___origin2;
G_B4_0 = G_B3_0;
if ((((int32_t)L_2) == ((int32_t)2)))
{
G_B5_0 = G_B3_0;
goto IL_0015;
}
}
{
int32_t L_3 = ___origin2;
G_B6_0 = ((((int32_t)L_3) == ((int32_t)3))? 1 : 0);
G_B6_1 = G_B4_0;
goto IL_0016;
}
IL_0015:
{
G_B6_0 = 1;
G_B6_1 = G_B5_0;
}
IL_0016:
{
V_0 = (bool)G_B6_0;
// if (flipX != flipY)
int32_t L_4 = G_B6_1;
bool L_5 = V_0;
G_B7_0 = L_4;
if ((((int32_t)L_4) == ((int32_t)L_5)))
{
G_B8_0 = L_4;
goto IL_0022;
}
}
{
// clockwise = !clockwise;
bool L_6 = ___clockwise4;
___clockwise4 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
G_B8_0 = G_B7_0;
}
IL_0022:
{
// float ratio = clockwise ? amount : (1 - amount);
bool L_7 = ___clockwise4;
G_B9_0 = G_B8_0;
if (L_7)
{
G_B10_0 = G_B8_0;
goto IL_002f;
}
}
{
float L_8 = ___amount3;
G_B11_0 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_8));
G_B11_1 = G_B9_0;
goto IL_0030;
}
IL_002f:
{
float L_9 = ___amount3;
G_B11_0 = L_9;
G_B11_1 = G_B10_0;
}
IL_0030:
{
V_1 = G_B11_0;
// float tan = Mathf.Tan(Mathf.PI * 0.5f * ratio);
float L_10 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_11 = tanf(((float)il2cpp_codegen_multiply((float)(1.57079637f), (float)L_10)));
V_2 = L_11;
// bool thresold = false;
V_3 = (bool)0;
// if (ratio != 1)
float L_12 = V_1;
G_B12_0 = G_B11_1;
if ((((float)L_12) == ((float)(1.0f))))
{
G_B13_0 = G_B11_1;
goto IL_0061;
}
}
{
// thresold = (vertRect.height / vertRect.width - tan) > 0;
float L_13 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
float L_14 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
float L_15 = V_2;
V_3 = (bool)((((float)((float)il2cpp_codegen_subtract((float)((float)((float)L_13/(float)L_14)), (float)L_15))) > ((float)(0.0f)))? 1 : 0);
G_B13_0 = G_B12_0;
}
IL_0061:
{
// if (!clockwise)
bool L_16 = ___clockwise4;
G_B14_0 = G_B13_0;
if (L_16)
{
G_B15_0 = G_B13_0;
goto IL_006a;
}
}
{
// thresold = !thresold;
bool L_17 = V_3;
V_3 = (bool)((((int32_t)L_17) == ((int32_t)0))? 1 : 0);
G_B15_0 = G_B14_0;
}
IL_006a:
{
// float x = vertRect.x + (ratio == 0 ? float.MaxValue : (vertRect.height / tan));
float L_18 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
float L_19 = V_1;
G_B16_0 = L_18;
G_B16_1 = G_B15_0;
if ((((float)L_19) == ((float)(0.0f))))
{
G_B17_0 = L_18;
G_B17_1 = G_B15_0;
goto IL_0084;
}
}
{
float L_20 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
float L_21 = V_2;
G_B18_0 = ((float)((float)L_20/(float)L_21));
G_B18_1 = G_B16_0;
G_B18_2 = G_B16_1;
goto IL_0089;
}
IL_0084:
{
G_B18_0 = ((std::numeric_limits<float>::max)());
G_B18_1 = G_B17_0;
G_B18_2 = G_B17_1;
}
IL_0089:
{
V_4 = ((float)il2cpp_codegen_add((float)G_B18_1, (float)G_B18_0));
// float y = vertRect.y + (ratio == 1 ? float.MaxValue : (vertRect.width * tan));
float L_22 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
float L_23 = V_1;
G_B19_0 = L_22;
G_B19_1 = G_B18_2;
if ((((float)L_23) == ((float)(1.0f))))
{
G_B20_0 = L_22;
G_B20_1 = G_B18_2;
goto IL_00a6;
}
}
{
float L_24 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
float L_25 = V_2;
G_B21_0 = ((float)il2cpp_codegen_multiply((float)L_24, (float)L_25));
G_B21_1 = G_B19_0;
G_B21_2 = G_B19_1;
goto IL_00ab;
}
IL_00a6:
{
G_B21_0 = ((std::numeric_limits<float>::max)());
G_B21_1 = G_B20_0;
G_B21_2 = G_B20_1;
}
IL_00ab:
{
V_5 = ((float)il2cpp_codegen_add((float)G_B21_1, (float)G_B21_0));
// float x2 = x;
float L_26 = V_4;
V_6 = L_26;
// float y2 = y;
float L_27 = V_5;
V_7 = L_27;
// if (flipX)
int32_t L_28 = G_B21_2;
G_B22_0 = L_28;
if (!L_28)
{
G_B23_0 = L_28;
goto IL_00c5;
}
}
{
// x2 = vertRect.width - x;
float L_29 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
float L_30 = V_4;
V_6 = ((float)il2cpp_codegen_subtract((float)L_29, (float)L_30));
G_B23_0 = G_B22_0;
}
IL_00c5:
{
// if (flipY)
bool L_31 = V_0;
G_B24_0 = G_B23_0;
if (!L_31)
{
G_B25_0 = G_B23_0;
goto IL_00d4;
}
}
{
// y2 = vertRect.height - y;
float L_32 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
float L_33 = V_5;
V_7 = ((float)il2cpp_codegen_subtract((float)L_32, (float)L_33));
G_B25_0 = G_B24_0;
}
IL_00d4:
{
// float xMin = flipX ? (vertRect.width - vertRect.x) : vertRect.xMin;
int32_t L_34 = G_B25_0;
G_B26_0 = L_34;
if (L_34)
{
G_B27_0 = L_34;
goto IL_00e0;
}
}
{
float L_35 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
G_B28_0 = L_35;
G_B28_1 = G_B26_0;
goto IL_00ef;
}
IL_00e0:
{
float L_36 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
float L_37 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
G_B28_0 = ((float)il2cpp_codegen_subtract((float)L_36, (float)L_37));
G_B28_1 = G_B27_0;
}
IL_00ef:
{
V_8 = G_B28_0;
// float yMin = flipY ? (vertRect.height - vertRect.y) : vertRect.yMin;
bool L_38 = V_0;
G_B29_0 = G_B28_1;
if (L_38)
{
G_B30_0 = G_B28_1;
goto IL_00fd;
}
}
{
float L_39 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
G_B31_0 = L_39;
G_B31_1 = G_B29_0;
goto IL_010c;
}
IL_00fd:
{
float L_40 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
float L_41 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
G_B31_0 = ((float)il2cpp_codegen_subtract((float)L_40, (float)L_41));
G_B31_1 = G_B30_0;
}
IL_010c:
{
V_9 = G_B31_0;
// float xMax = flipX ? -vertRect.xMin : vertRect.xMax;
int32_t L_42 = G_B31_1;
G_B32_0 = L_42;
if (L_42)
{
G_B33_0 = L_42;
goto IL_011a;
}
}
{
float L_43 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
G_B34_0 = L_43;
G_B34_1 = G_B32_0;
goto IL_0122;
}
IL_011a:
{
float L_44 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
G_B34_0 = ((-L_44));
G_B34_1 = G_B33_0;
}
IL_0122:
{
V_10 = G_B34_0;
// float yMax = flipY ? -vertRect.yMin : vertRect.yMax;
bool L_45 = V_0;
G_B35_0 = G_B34_1;
if (L_45)
{
G_B36_0 = G_B34_1;
goto IL_0130;
}
}
{
float L_46 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
G_B37_0 = L_46;
G_B37_1 = G_B35_0;
goto IL_0138;
}
IL_0130:
{
float L_47 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
G_B37_0 = ((-L_47));
G_B37_1 = G_B36_0;
}
IL_0138:
{
V_11 = G_B37_0;
// vb.AddVert(new Vector3(xMin, yMin, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_48 = ___vb0;
float L_49 = V_8;
float L_50 = V_9;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_51;
memset((&L_51), 0, sizeof(L_51));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_51), L_49, L_50, (0.0f), /*hidden argument*/NULL);
NullCheck(L_48);
VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C(L_48, L_51, /*hidden argument*/NULL);
// if (clockwise)
bool L_52 = ___clockwise4;
G_B38_0 = G_B37_1;
if (!L_52)
{
G_B39_0 = G_B37_1;
goto IL_0166;
}
}
{
// vb.AddVert(new Vector3(xMax, yMin, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_53 = ___vb0;
float L_54 = V_10;
float L_55 = V_9;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_56;
memset((&L_56), 0, sizeof(L_56));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_56), L_54, L_55, (0.0f), /*hidden argument*/NULL);
NullCheck(L_53);
VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C(L_53, L_56, /*hidden argument*/NULL);
G_B39_0 = G_B38_0;
}
IL_0166:
{
// if (y > vertRect.yMax)
float L_57 = V_5;
float L_58 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
G_B40_0 = G_B39_0;
if ((!(((float)L_57) > ((float)L_58))))
{
G_B43_0 = G_B39_0;
goto IL_01a0;
}
}
{
// if (thresold)
bool L_59 = V_3;
G_B41_0 = G_B40_0;
if (!L_59)
{
G_B42_0 = G_B40_0;
goto IL_018a;
}
}
{
// vb.AddVert(new Vector3(x2, yMax, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_60 = ___vb0;
float L_61 = V_6;
float L_62 = V_11;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_63;
memset((&L_63), 0, sizeof(L_63));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_63), L_61, L_62, (0.0f), /*hidden argument*/NULL);
NullCheck(L_60);
VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C(L_60, L_63, /*hidden argument*/NULL);
G_B44_0 = G_B41_0;
goto IL_01b4;
}
IL_018a:
{
// vb.AddVert(new Vector3(xMax, yMax, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_64 = ___vb0;
float L_65 = V_10;
float L_66 = V_11;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_67;
memset((&L_67), 0, sizeof(L_67));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_67), L_65, L_66, (0.0f), /*hidden argument*/NULL);
NullCheck(L_64);
VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C(L_64, L_67, /*hidden argument*/NULL);
// }
G_B44_0 = G_B42_0;
goto IL_01b4;
}
IL_01a0:
{
// vb.AddVert(new Vector3(xMax, y2, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_68 = ___vb0;
float L_69 = V_10;
float L_70 = V_7;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_71;
memset((&L_71), 0, sizeof(L_71));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_71), L_69, L_70, (0.0f), /*hidden argument*/NULL);
NullCheck(L_68);
VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C(L_68, L_71, /*hidden argument*/NULL);
G_B44_0 = G_B43_0;
}
IL_01b4:
{
// if (x > vertRect.xMax)
float L_72 = V_4;
float L_73 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
G_B45_0 = G_B44_0;
if ((!(((float)L_72) > ((float)L_73))))
{
G_B48_0 = G_B44_0;
goto IL_01ee;
}
}
{
// if (thresold)
bool L_74 = V_3;
G_B46_0 = G_B45_0;
if (!L_74)
{
G_B47_0 = G_B45_0;
goto IL_01d8;
}
}
{
// vb.AddVert(new Vector3(xMax, y2, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_75 = ___vb0;
float L_76 = V_10;
float L_77 = V_7;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_78;
memset((&L_78), 0, sizeof(L_78));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_78), L_76, L_77, (0.0f), /*hidden argument*/NULL);
NullCheck(L_75);
VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C(L_75, L_78, /*hidden argument*/NULL);
G_B49_0 = G_B46_0;
goto IL_0202;
}
IL_01d8:
{
// vb.AddVert(new Vector3(xMax, yMax, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_79 = ___vb0;
float L_80 = V_10;
float L_81 = V_11;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_82;
memset((&L_82), 0, sizeof(L_82));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_82), L_80, L_81, (0.0f), /*hidden argument*/NULL);
NullCheck(L_79);
VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C(L_79, L_82, /*hidden argument*/NULL);
// }
G_B49_0 = G_B47_0;
goto IL_0202;
}
IL_01ee:
{
// vb.AddVert(new Vector3(x2, yMax, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_83 = ___vb0;
float L_84 = V_6;
float L_85 = V_11;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_86;
memset((&L_86), 0, sizeof(L_86));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_86), L_84, L_85, (0.0f), /*hidden argument*/NULL);
NullCheck(L_83);
VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C(L_83, L_86, /*hidden argument*/NULL);
G_B49_0 = G_B48_0;
}
IL_0202:
{
// if (!clockwise)
bool L_87 = ___clockwise4;
G_B50_0 = G_B49_0;
if (L_87)
{
G_B51_0 = G_B49_0;
goto IL_021a;
}
}
{
// vb.AddVert(new Vector3(xMin, yMax, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_88 = ___vb0;
float L_89 = V_8;
float L_90 = V_11;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_91;
memset((&L_91), 0, sizeof(L_91));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_91), L_89, L_90, (0.0f), /*hidden argument*/NULL);
NullCheck(L_88);
VertexBuffer_AddVert_m3C678AD38877C9BB181F893A765C5276CA06701C(L_88, L_91, /*hidden argument*/NULL);
G_B51_0 = G_B50_0;
}
IL_021a:
{
// if (flipX == flipY)
bool L_92 = V_0;
if ((!(((uint32_t)G_B51_0) == ((uint32_t)L_92))))
{
goto IL_0230;
}
}
{
// vb.AddTriangle(0, 1, 2);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_93 = ___vb0;
NullCheck(L_93);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_93, 0, 1, 2, /*hidden argument*/NULL);
// vb.AddTriangle(0, 2, 3);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_94 = ___vb0;
NullCheck(L_94);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_94, 0, 2, 3, /*hidden argument*/NULL);
// }
return;
}
IL_0230:
{
// vb.AddTriangle(2, 1, 0);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_95 = ___vb0;
NullCheck(L_95);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_95, 2, 1, 0, /*hidden argument*/NULL);
// vb.AddTriangle(3, 2, 0);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_96 = ___vb0;
NullCheck(L_96);
VertexBuffer_AddTriangle_mEEDFF38C260A5F3A401F3D86034C5FC924340789(L_96, 3, 2, 0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.FillMesh::FillRadial180(FairyGUI.VertexBuffer,UnityEngine.Rect,FairyGUI.Origin180,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FillMesh_FillRadial180_mDAF43FE657AE51E677C4B3AAF86E60C9231442A8 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vertRect1, int32_t ___origin2, float ___amount3, bool ___clockwise4, const RuntimeMethod* method)
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
memset((&V_2), 0, sizeof(V_2));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_3;
memset((&V_3), 0, sizeof(V_3));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B7_0;
memset((&G_B7_0), 0, sizeof(G_B7_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B7_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B6_0;
memset((&G_B6_0), 0, sizeof(G_B6_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B6_1 = NULL;
int32_t G_B8_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B8_1;
memset((&G_B8_1), 0, sizeof(G_B8_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B8_2 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B13_0;
memset((&G_B13_0), 0, sizeof(G_B13_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B13_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B12_0;
memset((&G_B12_0), 0, sizeof(G_B12_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B12_1 = NULL;
int32_t G_B14_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B14_1;
memset((&G_B14_1), 0, sizeof(G_B14_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B14_2 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B23_0;
memset((&G_B23_0), 0, sizeof(G_B23_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B23_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B22_0;
memset((&G_B22_0), 0, sizeof(G_B22_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B22_1 = NULL;
int32_t G_B24_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B24_1;
memset((&G_B24_1), 0, sizeof(G_B24_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B24_2 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B29_0;
memset((&G_B29_0), 0, sizeof(G_B29_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B29_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B28_0;
memset((&G_B28_0), 0, sizeof(G_B28_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B28_1 = NULL;
int32_t G_B30_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B30_1;
memset((&G_B30_1), 0, sizeof(G_B30_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B30_2 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B39_0;
memset((&G_B39_0), 0, sizeof(G_B39_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B39_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B38_0;
memset((&G_B38_0), 0, sizeof(G_B38_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B38_1 = NULL;
int32_t G_B40_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B40_1;
memset((&G_B40_1), 0, sizeof(G_B40_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B40_2 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B45_0;
memset((&G_B45_0), 0, sizeof(G_B45_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B45_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B44_0;
memset((&G_B44_0), 0, sizeof(G_B44_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B44_1 = NULL;
int32_t G_B46_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B46_1;
memset((&G_B46_1), 0, sizeof(G_B46_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B46_2 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B55_0;
memset((&G_B55_0), 0, sizeof(G_B55_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B55_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B54_0;
memset((&G_B54_0), 0, sizeof(G_B54_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B54_1 = NULL;
int32_t G_B56_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B56_1;
memset((&G_B56_1), 0, sizeof(G_B56_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B56_2 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B61_0;
memset((&G_B61_0), 0, sizeof(G_B61_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B61_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B60_0;
memset((&G_B60_0), 0, sizeof(G_B60_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B60_1 = NULL;
int32_t G_B62_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B62_1;
memset((&G_B62_1), 0, sizeof(G_B62_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B62_2 = NULL;
{
// switch (origin)
int32_t L_0 = ___origin2;
switch (L_0)
{
case 0:
{
goto IL_0017;
}
case 1:
{
goto IL_0120;
}
case 2:
{
goto IL_0229;
}
case 3:
{
goto IL_0332;
}
}
}
{
return;
}
IL_0017:
{
// if (amount <= 0.5f)
float L_1 = ___amount3;
if ((!(((float)L_1) <= ((float)(0.5f)))))
{
goto IL_0096;
}
}
{
// vertRect.width /= 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_2 = (&___vertRect1);
float L_3 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_2, /*hidden argument*/NULL);
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_2, ((float)((float)L_3/(float)(2.0f))), /*hidden argument*/NULL);
// if (clockwise)
bool L_4 = ___clockwise4;
if (!L_4)
{
goto IL_004b;
}
}
{
// vertRect.x += vertRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_5 = (&___vertRect1);
float L_6 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_5, /*hidden argument*/NULL);
float L_7 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_5, ((float)il2cpp_codegen_add((float)L_6, (float)L_7)), /*hidden argument*/NULL);
}
IL_004b:
{
// FillRadial90(vb, vertRect, clockwise ? Origin90.TopLeft : Origin90.TopRight, amount / 0.5f, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_8 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_9 = ___vertRect1;
bool L_10 = ___clockwise4;
G_B6_0 = L_9;
G_B6_1 = L_8;
if (L_10)
{
G_B7_0 = L_9;
G_B7_1 = L_8;
goto IL_0054;
}
}
{
G_B8_0 = 1;
G_B8_1 = G_B6_0;
G_B8_2 = G_B6_1;
goto IL_0055;
}
IL_0054:
{
G_B8_0 = 0;
G_B8_1 = G_B7_0;
G_B8_2 = G_B7_1;
}
IL_0055:
{
float L_11 = ___amount3;
bool L_12 = ___clockwise4;
FillMesh_FillRadial90_m2362F0A645712D77F3C2C2DF6A6863A549AAD7E8(G_B8_2, G_B8_1, G_B8_0, ((float)((float)L_11/(float)(0.5f))), L_12, /*hidden argument*/NULL);
// Vector3 vec = vb.GetPosition(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_13 = ___vb0;
NullCheck(L_13);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14 = VertexBuffer_GetPosition_m6190300BF64A26E72539A014FC10475273ACA9FF(L_13, ((int32_t)-4), /*hidden argument*/NULL);
V_0 = L_14;
// vb.AddQuad(new Rect(vec.x, vec.y, 0, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_15 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_16 = V_0;
float L_17 = L_16.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_18 = V_0;
float L_19 = L_18.get_y_3();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_20;
memset((&L_20), 0, sizeof(L_20));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_20), L_17, L_19, (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_15);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_15, L_20, /*hidden argument*/NULL);
// vb.AddTriangles(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_21 = ___vb0;
NullCheck(L_21);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_21, ((int32_t)-4), /*hidden argument*/NULL);
// }
return;
}
IL_0096:
{
// vertRect.width /= 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_22 = (&___vertRect1);
float L_23 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_22, /*hidden argument*/NULL);
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_22, ((float)((float)L_23/(float)(2.0f))), /*hidden argument*/NULL);
// if (!clockwise)
bool L_24 = ___clockwise4;
if (L_24)
{
goto IL_00c2;
}
}
{
// vertRect.x += vertRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_25 = (&___vertRect1);
float L_26 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_25, /*hidden argument*/NULL);
float L_27 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_25, ((float)il2cpp_codegen_add((float)L_26, (float)L_27)), /*hidden argument*/NULL);
}
IL_00c2:
{
// FillRadial90(vb, vertRect, clockwise ? Origin90.TopRight : Origin90.TopLeft, (amount - 0.5f) / 0.5f, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_28 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_29 = ___vertRect1;
bool L_30 = ___clockwise4;
G_B12_0 = L_29;
G_B12_1 = L_28;
if (L_30)
{
G_B13_0 = L_29;
G_B13_1 = L_28;
goto IL_00cb;
}
}
{
G_B14_0 = 0;
G_B14_1 = G_B12_0;
G_B14_2 = G_B12_1;
goto IL_00cc;
}
IL_00cb:
{
G_B14_0 = 1;
G_B14_1 = G_B13_0;
G_B14_2 = G_B13_1;
}
IL_00cc:
{
float L_31 = ___amount3;
bool L_32 = ___clockwise4;
FillMesh_FillRadial90_m2362F0A645712D77F3C2C2DF6A6863A549AAD7E8(G_B14_2, G_B14_1, G_B14_0, ((float)((float)((float)il2cpp_codegen_subtract((float)L_31, (float)(0.5f)))/(float)(0.5f))), L_32, /*hidden argument*/NULL);
// if (clockwise)
bool L_33 = ___clockwise4;
if (!L_33)
{
goto IL_00fb;
}
}
{
// vertRect.x += vertRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_34 = (&___vertRect1);
float L_35 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_34, /*hidden argument*/NULL);
float L_36 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_34, ((float)il2cpp_codegen_add((float)L_35, (float)L_36)), /*hidden argument*/NULL);
goto IL_0110;
}
IL_00fb:
{
// vertRect.x -= vertRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_37 = (&___vertRect1);
float L_38 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_37, /*hidden argument*/NULL);
float L_39 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_37, ((float)il2cpp_codegen_subtract((float)L_38, (float)L_39)), /*hidden argument*/NULL);
}
IL_0110:
{
// vb.AddQuad(vertRect);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_40 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_41 = ___vertRect1;
NullCheck(L_40);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_40, L_41, /*hidden argument*/NULL);
// vb.AddTriangles(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_42 = ___vb0;
NullCheck(L_42);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_42, ((int32_t)-4), /*hidden argument*/NULL);
// break;
return;
}
IL_0120:
{
// if (amount <= 0.5f)
float L_43 = ___amount3;
if ((!(((float)L_43) <= ((float)(0.5f)))))
{
goto IL_019f;
}
}
{
// vertRect.width /= 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_44 = (&___vertRect1);
float L_45 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_44, /*hidden argument*/NULL);
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_44, ((float)((float)L_45/(float)(2.0f))), /*hidden argument*/NULL);
// if (!clockwise)
bool L_46 = ___clockwise4;
if (L_46)
{
goto IL_0154;
}
}
{
// vertRect.x += vertRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_47 = (&___vertRect1);
float L_48 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_47, /*hidden argument*/NULL);
float L_49 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_47, ((float)il2cpp_codegen_add((float)L_48, (float)L_49)), /*hidden argument*/NULL);
}
IL_0154:
{
// FillRadial90(vb, vertRect, clockwise ? Origin90.BottomRight : Origin90.BottomLeft, amount / 0.5f, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_50 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_51 = ___vertRect1;
bool L_52 = ___clockwise4;
G_B22_0 = L_51;
G_B22_1 = L_50;
if (L_52)
{
G_B23_0 = L_51;
G_B23_1 = L_50;
goto IL_015d;
}
}
{
G_B24_0 = 2;
G_B24_1 = G_B22_0;
G_B24_2 = G_B22_1;
goto IL_015e;
}
IL_015d:
{
G_B24_0 = 3;
G_B24_1 = G_B23_0;
G_B24_2 = G_B23_1;
}
IL_015e:
{
float L_53 = ___amount3;
bool L_54 = ___clockwise4;
FillMesh_FillRadial90_m2362F0A645712D77F3C2C2DF6A6863A549AAD7E8(G_B24_2, G_B24_1, G_B24_0, ((float)((float)L_53/(float)(0.5f))), L_54, /*hidden argument*/NULL);
// Vector3 vec = vb.GetPosition(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_55 = ___vb0;
NullCheck(L_55);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_56 = VertexBuffer_GetPosition_m6190300BF64A26E72539A014FC10475273ACA9FF(L_55, ((int32_t)-4), /*hidden argument*/NULL);
V_1 = L_56;
// vb.AddQuad(new Rect(vec.x, vec.y, 0, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_57 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_58 = V_1;
float L_59 = L_58.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_60 = V_1;
float L_61 = L_60.get_y_3();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_62;
memset((&L_62), 0, sizeof(L_62));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_62), L_59, L_61, (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_57);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_57, L_62, /*hidden argument*/NULL);
// vb.AddTriangles(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_63 = ___vb0;
NullCheck(L_63);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_63, ((int32_t)-4), /*hidden argument*/NULL);
// }
return;
}
IL_019f:
{
// vertRect.width /= 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_64 = (&___vertRect1);
float L_65 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_64, /*hidden argument*/NULL);
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_64, ((float)((float)L_65/(float)(2.0f))), /*hidden argument*/NULL);
// if (clockwise)
bool L_66 = ___clockwise4;
if (!L_66)
{
goto IL_01cb;
}
}
{
// vertRect.x += vertRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_67 = (&___vertRect1);
float L_68 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_67, /*hidden argument*/NULL);
float L_69 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_67, ((float)il2cpp_codegen_add((float)L_68, (float)L_69)), /*hidden argument*/NULL);
}
IL_01cb:
{
// FillRadial90(vb, vertRect, clockwise ? Origin90.BottomLeft : Origin90.BottomRight, (amount - 0.5f) / 0.5f, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_70 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_71 = ___vertRect1;
bool L_72 = ___clockwise4;
G_B28_0 = L_71;
G_B28_1 = L_70;
if (L_72)
{
G_B29_0 = L_71;
G_B29_1 = L_70;
goto IL_01d4;
}
}
{
G_B30_0 = 3;
G_B30_1 = G_B28_0;
G_B30_2 = G_B28_1;
goto IL_01d5;
}
IL_01d4:
{
G_B30_0 = 2;
G_B30_1 = G_B29_0;
G_B30_2 = G_B29_1;
}
IL_01d5:
{
float L_73 = ___amount3;
bool L_74 = ___clockwise4;
FillMesh_FillRadial90_m2362F0A645712D77F3C2C2DF6A6863A549AAD7E8(G_B30_2, G_B30_1, G_B30_0, ((float)((float)((float)il2cpp_codegen_subtract((float)L_73, (float)(0.5f)))/(float)(0.5f))), L_74, /*hidden argument*/NULL);
// if (clockwise)
bool L_75 = ___clockwise4;
if (!L_75)
{
goto IL_0204;
}
}
{
// vertRect.x -= vertRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_76 = (&___vertRect1);
float L_77 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_76, /*hidden argument*/NULL);
float L_78 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_76, ((float)il2cpp_codegen_subtract((float)L_77, (float)L_78)), /*hidden argument*/NULL);
goto IL_0219;
}
IL_0204:
{
// vertRect.x += vertRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_79 = (&___vertRect1);
float L_80 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_79, /*hidden argument*/NULL);
float L_81 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_79, ((float)il2cpp_codegen_add((float)L_80, (float)L_81)), /*hidden argument*/NULL);
}
IL_0219:
{
// vb.AddQuad(vertRect);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_82 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_83 = ___vertRect1;
NullCheck(L_82);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_82, L_83, /*hidden argument*/NULL);
// vb.AddTriangles(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_84 = ___vb0;
NullCheck(L_84);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_84, ((int32_t)-4), /*hidden argument*/NULL);
// break;
return;
}
IL_0229:
{
// if (amount <= 0.5f)
float L_85 = ___amount3;
if ((!(((float)L_85) <= ((float)(0.5f)))))
{
goto IL_02a8;
}
}
{
// vertRect.height /= 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_86 = (&___vertRect1);
float L_87 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_86, /*hidden argument*/NULL);
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_86, ((float)((float)L_87/(float)(2.0f))), /*hidden argument*/NULL);
// if (!clockwise)
bool L_88 = ___clockwise4;
if (L_88)
{
goto IL_025d;
}
}
{
// vertRect.y += vertRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_89 = (&___vertRect1);
float L_90 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_89, /*hidden argument*/NULL);
float L_91 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_89, ((float)il2cpp_codegen_add((float)L_90, (float)L_91)), /*hidden argument*/NULL);
}
IL_025d:
{
// FillRadial90(vb, vertRect, clockwise ? Origin90.BottomLeft : Origin90.TopLeft, amount / 0.5f, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_92 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_93 = ___vertRect1;
bool L_94 = ___clockwise4;
G_B38_0 = L_93;
G_B38_1 = L_92;
if (L_94)
{
G_B39_0 = L_93;
G_B39_1 = L_92;
goto IL_0266;
}
}
{
G_B40_0 = 0;
G_B40_1 = G_B38_0;
G_B40_2 = G_B38_1;
goto IL_0267;
}
IL_0266:
{
G_B40_0 = 2;
G_B40_1 = G_B39_0;
G_B40_2 = G_B39_1;
}
IL_0267:
{
float L_95 = ___amount3;
bool L_96 = ___clockwise4;
FillMesh_FillRadial90_m2362F0A645712D77F3C2C2DF6A6863A549AAD7E8(G_B40_2, G_B40_1, G_B40_0, ((float)((float)L_95/(float)(0.5f))), L_96, /*hidden argument*/NULL);
// Vector3 vec = vb.GetPosition(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_97 = ___vb0;
NullCheck(L_97);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_98 = VertexBuffer_GetPosition_m6190300BF64A26E72539A014FC10475273ACA9FF(L_97, ((int32_t)-4), /*hidden argument*/NULL);
V_2 = L_98;
// vb.AddQuad(new Rect(vec.x, vec.y, 0, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_99 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_100 = V_2;
float L_101 = L_100.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_102 = V_2;
float L_103 = L_102.get_y_3();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_104;
memset((&L_104), 0, sizeof(L_104));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_104), L_101, L_103, (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_99);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_99, L_104, /*hidden argument*/NULL);
// vb.AddTriangles(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_105 = ___vb0;
NullCheck(L_105);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_105, ((int32_t)-4), /*hidden argument*/NULL);
// }
return;
}
IL_02a8:
{
// vertRect.height /= 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_106 = (&___vertRect1);
float L_107 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_106, /*hidden argument*/NULL);
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_106, ((float)((float)L_107/(float)(2.0f))), /*hidden argument*/NULL);
// if (clockwise)
bool L_108 = ___clockwise4;
if (!L_108)
{
goto IL_02d4;
}
}
{
// vertRect.y += vertRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_109 = (&___vertRect1);
float L_110 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_109, /*hidden argument*/NULL);
float L_111 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_109, ((float)il2cpp_codegen_add((float)L_110, (float)L_111)), /*hidden argument*/NULL);
}
IL_02d4:
{
// FillRadial90(vb, vertRect, clockwise ? Origin90.TopLeft : Origin90.BottomLeft, (amount - 0.5f) / 0.5f, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_112 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_113 = ___vertRect1;
bool L_114 = ___clockwise4;
G_B44_0 = L_113;
G_B44_1 = L_112;
if (L_114)
{
G_B45_0 = L_113;
G_B45_1 = L_112;
goto IL_02dd;
}
}
{
G_B46_0 = 2;
G_B46_1 = G_B44_0;
G_B46_2 = G_B44_1;
goto IL_02de;
}
IL_02dd:
{
G_B46_0 = 0;
G_B46_1 = G_B45_0;
G_B46_2 = G_B45_1;
}
IL_02de:
{
float L_115 = ___amount3;
bool L_116 = ___clockwise4;
FillMesh_FillRadial90_m2362F0A645712D77F3C2C2DF6A6863A549AAD7E8(G_B46_2, G_B46_1, G_B46_0, ((float)((float)((float)il2cpp_codegen_subtract((float)L_115, (float)(0.5f)))/(float)(0.5f))), L_116, /*hidden argument*/NULL);
// if (clockwise)
bool L_117 = ___clockwise4;
if (!L_117)
{
goto IL_030d;
}
}
{
// vertRect.y -= vertRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_118 = (&___vertRect1);
float L_119 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_118, /*hidden argument*/NULL);
float L_120 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_118, ((float)il2cpp_codegen_subtract((float)L_119, (float)L_120)), /*hidden argument*/NULL);
goto IL_0322;
}
IL_030d:
{
// vertRect.y += vertRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_121 = (&___vertRect1);
float L_122 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_121, /*hidden argument*/NULL);
float L_123 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_121, ((float)il2cpp_codegen_add((float)L_122, (float)L_123)), /*hidden argument*/NULL);
}
IL_0322:
{
// vb.AddQuad(vertRect);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_124 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_125 = ___vertRect1;
NullCheck(L_124);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_124, L_125, /*hidden argument*/NULL);
// vb.AddTriangles(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_126 = ___vb0;
NullCheck(L_126);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_126, ((int32_t)-4), /*hidden argument*/NULL);
// break;
return;
}
IL_0332:
{
// if (amount <= 0.5f)
float L_127 = ___amount3;
if ((!(((float)L_127) <= ((float)(0.5f)))))
{
goto IL_03b1;
}
}
{
// vertRect.height /= 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_128 = (&___vertRect1);
float L_129 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_128, /*hidden argument*/NULL);
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_128, ((float)((float)L_129/(float)(2.0f))), /*hidden argument*/NULL);
// if (clockwise)
bool L_130 = ___clockwise4;
if (!L_130)
{
goto IL_0366;
}
}
{
// vertRect.y += vertRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_131 = (&___vertRect1);
float L_132 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_131, /*hidden argument*/NULL);
float L_133 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_131, ((float)il2cpp_codegen_add((float)L_132, (float)L_133)), /*hidden argument*/NULL);
}
IL_0366:
{
// FillRadial90(vb, vertRect, clockwise ? Origin90.TopRight : Origin90.BottomRight, amount / 0.5f, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_134 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_135 = ___vertRect1;
bool L_136 = ___clockwise4;
G_B54_0 = L_135;
G_B54_1 = L_134;
if (L_136)
{
G_B55_0 = L_135;
G_B55_1 = L_134;
goto IL_036f;
}
}
{
G_B56_0 = 3;
G_B56_1 = G_B54_0;
G_B56_2 = G_B54_1;
goto IL_0370;
}
IL_036f:
{
G_B56_0 = 1;
G_B56_1 = G_B55_0;
G_B56_2 = G_B55_1;
}
IL_0370:
{
float L_137 = ___amount3;
bool L_138 = ___clockwise4;
FillMesh_FillRadial90_m2362F0A645712D77F3C2C2DF6A6863A549AAD7E8(G_B56_2, G_B56_1, G_B56_0, ((float)((float)L_137/(float)(0.5f))), L_138, /*hidden argument*/NULL);
// Vector3 vec = vb.GetPosition(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_139 = ___vb0;
NullCheck(L_139);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_140 = VertexBuffer_GetPosition_m6190300BF64A26E72539A014FC10475273ACA9FF(L_139, ((int32_t)-4), /*hidden argument*/NULL);
V_3 = L_140;
// vb.AddQuad(new Rect(vec.x, vec.y, 0, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_141 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_142 = V_3;
float L_143 = L_142.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_144 = V_3;
float L_145 = L_144.get_y_3();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_146;
memset((&L_146), 0, sizeof(L_146));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_146), L_143, L_145, (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_141);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_141, L_146, /*hidden argument*/NULL);
// vb.AddTriangles(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_147 = ___vb0;
NullCheck(L_147);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_147, ((int32_t)-4), /*hidden argument*/NULL);
// }
return;
}
IL_03b1:
{
// vertRect.height /= 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_148 = (&___vertRect1);
float L_149 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_148, /*hidden argument*/NULL);
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_148, ((float)((float)L_149/(float)(2.0f))), /*hidden argument*/NULL);
// if (!clockwise)
bool L_150 = ___clockwise4;
if (L_150)
{
goto IL_03dd;
}
}
{
// vertRect.y += vertRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_151 = (&___vertRect1);
float L_152 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_151, /*hidden argument*/NULL);
float L_153 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_151, ((float)il2cpp_codegen_add((float)L_152, (float)L_153)), /*hidden argument*/NULL);
}
IL_03dd:
{
// FillRadial90(vb, vertRect, clockwise ? Origin90.BottomRight : Origin90.TopRight, (amount - 0.5f) / 0.5f, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_154 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_155 = ___vertRect1;
bool L_156 = ___clockwise4;
G_B60_0 = L_155;
G_B60_1 = L_154;
if (L_156)
{
G_B61_0 = L_155;
G_B61_1 = L_154;
goto IL_03e6;
}
}
{
G_B62_0 = 1;
G_B62_1 = G_B60_0;
G_B62_2 = G_B60_1;
goto IL_03e7;
}
IL_03e6:
{
G_B62_0 = 3;
G_B62_1 = G_B61_0;
G_B62_2 = G_B61_1;
}
IL_03e7:
{
float L_157 = ___amount3;
bool L_158 = ___clockwise4;
FillMesh_FillRadial90_m2362F0A645712D77F3C2C2DF6A6863A549AAD7E8(G_B62_2, G_B62_1, G_B62_0, ((float)((float)((float)il2cpp_codegen_subtract((float)L_157, (float)(0.5f)))/(float)(0.5f))), L_158, /*hidden argument*/NULL);
// if (clockwise)
bool L_159 = ___clockwise4;
if (!L_159)
{
goto IL_0416;
}
}
{
// vertRect.y += vertRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_160 = (&___vertRect1);
float L_161 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_160, /*hidden argument*/NULL);
float L_162 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_160, ((float)il2cpp_codegen_add((float)L_161, (float)L_162)), /*hidden argument*/NULL);
goto IL_042b;
}
IL_0416:
{
// vertRect.y -= vertRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_163 = (&___vertRect1);
float L_164 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_163, /*hidden argument*/NULL);
float L_165 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_163, ((float)il2cpp_codegen_subtract((float)L_164, (float)L_165)), /*hidden argument*/NULL);
}
IL_042b:
{
// vb.AddQuad(vertRect);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_166 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_167 = ___vertRect1;
NullCheck(L_166);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_166, L_167, /*hidden argument*/NULL);
// vb.AddTriangles(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_168 = ___vb0;
NullCheck(L_168);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_168, ((int32_t)-4), /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.FillMesh::FillRadial360(FairyGUI.VertexBuffer,UnityEngine.Rect,FairyGUI.Origin360,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FillMesh_FillRadial360_mAB358BC356DC08F923BF2C6977E8E4DFC5289507 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vertRect1, int32_t ___origin2, float ___amount3, bool ___clockwise4, const RuntimeMethod* method)
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
memset((&V_2), 0, sizeof(V_2));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_3;
memset((&V_3), 0, sizeof(V_3));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B7_0;
memset((&G_B7_0), 0, sizeof(G_B7_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B7_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B6_0;
memset((&G_B6_0), 0, sizeof(G_B6_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B6_1 = NULL;
int32_t G_B8_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B8_1;
memset((&G_B8_1), 0, sizeof(G_B8_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B8_2 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B13_0;
memset((&G_B13_0), 0, sizeof(G_B13_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B13_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B12_0;
memset((&G_B12_0), 0, sizeof(G_B12_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B12_1 = NULL;
int32_t G_B14_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B14_1;
memset((&G_B14_1), 0, sizeof(G_B14_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B14_2 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B23_0;
memset((&G_B23_0), 0, sizeof(G_B23_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B23_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B22_0;
memset((&G_B22_0), 0, sizeof(G_B22_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B22_1 = NULL;
int32_t G_B24_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B24_1;
memset((&G_B24_1), 0, sizeof(G_B24_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B24_2 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B29_0;
memset((&G_B29_0), 0, sizeof(G_B29_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B29_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B28_0;
memset((&G_B28_0), 0, sizeof(G_B28_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B28_1 = NULL;
int32_t G_B30_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B30_1;
memset((&G_B30_1), 0, sizeof(G_B30_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B30_2 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B39_0;
memset((&G_B39_0), 0, sizeof(G_B39_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B39_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B38_0;
memset((&G_B38_0), 0, sizeof(G_B38_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B38_1 = NULL;
int32_t G_B40_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B40_1;
memset((&G_B40_1), 0, sizeof(G_B40_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B40_2 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B45_0;
memset((&G_B45_0), 0, sizeof(G_B45_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B45_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B44_0;
memset((&G_B44_0), 0, sizeof(G_B44_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B44_1 = NULL;
int32_t G_B46_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B46_1;
memset((&G_B46_1), 0, sizeof(G_B46_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B46_2 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B55_0;
memset((&G_B55_0), 0, sizeof(G_B55_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B55_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B54_0;
memset((&G_B54_0), 0, sizeof(G_B54_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B54_1 = NULL;
int32_t G_B56_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B56_1;
memset((&G_B56_1), 0, sizeof(G_B56_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B56_2 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B61_0;
memset((&G_B61_0), 0, sizeof(G_B61_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B61_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B60_0;
memset((&G_B60_0), 0, sizeof(G_B60_0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B60_1 = NULL;
int32_t G_B62_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B62_1;
memset((&G_B62_1), 0, sizeof(G_B62_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B62_2 = NULL;
{
// switch (origin)
int32_t L_0 = ___origin2;
switch (L_0)
{
case 0:
{
goto IL_0017;
}
case 1:
{
goto IL_0120;
}
case 2:
{
goto IL_0229;
}
case 3:
{
goto IL_0332;
}
}
}
{
return;
}
IL_0017:
{
// if (amount < 0.5f)
float L_1 = ___amount3;
if ((!(((float)L_1) < ((float)(0.5f)))))
{
goto IL_0096;
}
}
{
// vertRect.width /= 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_2 = (&___vertRect1);
float L_3 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_2, /*hidden argument*/NULL);
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_2, ((float)((float)L_3/(float)(2.0f))), /*hidden argument*/NULL);
// if (clockwise)
bool L_4 = ___clockwise4;
if (!L_4)
{
goto IL_004b;
}
}
{
// vertRect.x += vertRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_5 = (&___vertRect1);
float L_6 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_5, /*hidden argument*/NULL);
float L_7 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_5, ((float)il2cpp_codegen_add((float)L_6, (float)L_7)), /*hidden argument*/NULL);
}
IL_004b:
{
// FillRadial180(vb, vertRect, clockwise ? Origin180.Left : Origin180.Right, amount / 0.5f, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_8 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_9 = ___vertRect1;
bool L_10 = ___clockwise4;
G_B6_0 = L_9;
G_B6_1 = L_8;
if (L_10)
{
G_B7_0 = L_9;
G_B7_1 = L_8;
goto IL_0054;
}
}
{
G_B8_0 = 3;
G_B8_1 = G_B6_0;
G_B8_2 = G_B6_1;
goto IL_0055;
}
IL_0054:
{
G_B8_0 = 2;
G_B8_1 = G_B7_0;
G_B8_2 = G_B7_1;
}
IL_0055:
{
float L_11 = ___amount3;
bool L_12 = ___clockwise4;
FillMesh_FillRadial180_mDAF43FE657AE51E677C4B3AAF86E60C9231442A8(G_B8_2, G_B8_1, G_B8_0, ((float)((float)L_11/(float)(0.5f))), L_12, /*hidden argument*/NULL);
// Vector3 vec = vb.GetPosition(-8);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_13 = ___vb0;
NullCheck(L_13);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14 = VertexBuffer_GetPosition_m6190300BF64A26E72539A014FC10475273ACA9FF(L_13, ((int32_t)-8), /*hidden argument*/NULL);
V_0 = L_14;
// vb.AddQuad(new Rect(vec.x, vec.y, 0, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_15 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_16 = V_0;
float L_17 = L_16.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_18 = V_0;
float L_19 = L_18.get_y_3();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_20;
memset((&L_20), 0, sizeof(L_20));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_20), L_17, L_19, (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_15);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_15, L_20, /*hidden argument*/NULL);
// vb.AddTriangles(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_21 = ___vb0;
NullCheck(L_21);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_21, ((int32_t)-4), /*hidden argument*/NULL);
// }
return;
}
IL_0096:
{
// vertRect.width /= 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_22 = (&___vertRect1);
float L_23 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_22, /*hidden argument*/NULL);
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_22, ((float)((float)L_23/(float)(2.0f))), /*hidden argument*/NULL);
// if (!clockwise)
bool L_24 = ___clockwise4;
if (L_24)
{
goto IL_00c2;
}
}
{
// vertRect.x += vertRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_25 = (&___vertRect1);
float L_26 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_25, /*hidden argument*/NULL);
float L_27 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_25, ((float)il2cpp_codegen_add((float)L_26, (float)L_27)), /*hidden argument*/NULL);
}
IL_00c2:
{
// FillRadial180(vb, vertRect, clockwise ? Origin180.Right : Origin180.Left, (amount - 0.5f) / 0.5f, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_28 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_29 = ___vertRect1;
bool L_30 = ___clockwise4;
G_B12_0 = L_29;
G_B12_1 = L_28;
if (L_30)
{
G_B13_0 = L_29;
G_B13_1 = L_28;
goto IL_00cb;
}
}
{
G_B14_0 = 2;
G_B14_1 = G_B12_0;
G_B14_2 = G_B12_1;
goto IL_00cc;
}
IL_00cb:
{
G_B14_0 = 3;
G_B14_1 = G_B13_0;
G_B14_2 = G_B13_1;
}
IL_00cc:
{
float L_31 = ___amount3;
bool L_32 = ___clockwise4;
FillMesh_FillRadial180_mDAF43FE657AE51E677C4B3AAF86E60C9231442A8(G_B14_2, G_B14_1, G_B14_0, ((float)((float)((float)il2cpp_codegen_subtract((float)L_31, (float)(0.5f)))/(float)(0.5f))), L_32, /*hidden argument*/NULL);
// if (clockwise)
bool L_33 = ___clockwise4;
if (!L_33)
{
goto IL_00fb;
}
}
{
// vertRect.x += vertRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_34 = (&___vertRect1);
float L_35 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_34, /*hidden argument*/NULL);
float L_36 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_34, ((float)il2cpp_codegen_add((float)L_35, (float)L_36)), /*hidden argument*/NULL);
goto IL_0110;
}
IL_00fb:
{
// vertRect.x -= vertRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_37 = (&___vertRect1);
float L_38 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_37, /*hidden argument*/NULL);
float L_39 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_37, ((float)il2cpp_codegen_subtract((float)L_38, (float)L_39)), /*hidden argument*/NULL);
}
IL_0110:
{
// vb.AddQuad(vertRect);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_40 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_41 = ___vertRect1;
NullCheck(L_40);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_40, L_41, /*hidden argument*/NULL);
// vb.AddTriangles(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_42 = ___vb0;
NullCheck(L_42);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_42, ((int32_t)-4), /*hidden argument*/NULL);
// break;
return;
}
IL_0120:
{
// if (amount < 0.5f)
float L_43 = ___amount3;
if ((!(((float)L_43) < ((float)(0.5f)))))
{
goto IL_019f;
}
}
{
// vertRect.width /= 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_44 = (&___vertRect1);
float L_45 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_44, /*hidden argument*/NULL);
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_44, ((float)((float)L_45/(float)(2.0f))), /*hidden argument*/NULL);
// if (!clockwise)
bool L_46 = ___clockwise4;
if (L_46)
{
goto IL_0154;
}
}
{
// vertRect.x += vertRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_47 = (&___vertRect1);
float L_48 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_47, /*hidden argument*/NULL);
float L_49 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_47, ((float)il2cpp_codegen_add((float)L_48, (float)L_49)), /*hidden argument*/NULL);
}
IL_0154:
{
// FillRadial180(vb, vertRect, clockwise ? Origin180.Right : Origin180.Left, amount / 0.5f, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_50 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_51 = ___vertRect1;
bool L_52 = ___clockwise4;
G_B22_0 = L_51;
G_B22_1 = L_50;
if (L_52)
{
G_B23_0 = L_51;
G_B23_1 = L_50;
goto IL_015d;
}
}
{
G_B24_0 = 2;
G_B24_1 = G_B22_0;
G_B24_2 = G_B22_1;
goto IL_015e;
}
IL_015d:
{
G_B24_0 = 3;
G_B24_1 = G_B23_0;
G_B24_2 = G_B23_1;
}
IL_015e:
{
float L_53 = ___amount3;
bool L_54 = ___clockwise4;
FillMesh_FillRadial180_mDAF43FE657AE51E677C4B3AAF86E60C9231442A8(G_B24_2, G_B24_1, G_B24_0, ((float)((float)L_53/(float)(0.5f))), L_54, /*hidden argument*/NULL);
// Vector3 vec = vb.GetPosition(-8);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_55 = ___vb0;
NullCheck(L_55);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_56 = VertexBuffer_GetPosition_m6190300BF64A26E72539A014FC10475273ACA9FF(L_55, ((int32_t)-8), /*hidden argument*/NULL);
V_1 = L_56;
// vb.AddQuad(new Rect(vec.x, vec.y, 0, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_57 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_58 = V_1;
float L_59 = L_58.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_60 = V_1;
float L_61 = L_60.get_y_3();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_62;
memset((&L_62), 0, sizeof(L_62));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_62), L_59, L_61, (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_57);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_57, L_62, /*hidden argument*/NULL);
// vb.AddTriangles(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_63 = ___vb0;
NullCheck(L_63);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_63, ((int32_t)-4), /*hidden argument*/NULL);
// }
return;
}
IL_019f:
{
// vertRect.width /= 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_64 = (&___vertRect1);
float L_65 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_64, /*hidden argument*/NULL);
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_64, ((float)((float)L_65/(float)(2.0f))), /*hidden argument*/NULL);
// if (clockwise)
bool L_66 = ___clockwise4;
if (!L_66)
{
goto IL_01cb;
}
}
{
// vertRect.x += vertRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_67 = (&___vertRect1);
float L_68 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_67, /*hidden argument*/NULL);
float L_69 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_67, ((float)il2cpp_codegen_add((float)L_68, (float)L_69)), /*hidden argument*/NULL);
}
IL_01cb:
{
// FillRadial180(vb, vertRect, clockwise ? Origin180.Left : Origin180.Right, (amount - 0.5f) / 0.5f, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_70 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_71 = ___vertRect1;
bool L_72 = ___clockwise4;
G_B28_0 = L_71;
G_B28_1 = L_70;
if (L_72)
{
G_B29_0 = L_71;
G_B29_1 = L_70;
goto IL_01d4;
}
}
{
G_B30_0 = 3;
G_B30_1 = G_B28_0;
G_B30_2 = G_B28_1;
goto IL_01d5;
}
IL_01d4:
{
G_B30_0 = 2;
G_B30_1 = G_B29_0;
G_B30_2 = G_B29_1;
}
IL_01d5:
{
float L_73 = ___amount3;
bool L_74 = ___clockwise4;
FillMesh_FillRadial180_mDAF43FE657AE51E677C4B3AAF86E60C9231442A8(G_B30_2, G_B30_1, G_B30_0, ((float)((float)((float)il2cpp_codegen_subtract((float)L_73, (float)(0.5f)))/(float)(0.5f))), L_74, /*hidden argument*/NULL);
// if (clockwise)
bool L_75 = ___clockwise4;
if (!L_75)
{
goto IL_0204;
}
}
{
// vertRect.x -= vertRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_76 = (&___vertRect1);
float L_77 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_76, /*hidden argument*/NULL);
float L_78 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_76, ((float)il2cpp_codegen_subtract((float)L_77, (float)L_78)), /*hidden argument*/NULL);
goto IL_0219;
}
IL_0204:
{
// vertRect.x += vertRect.width;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_79 = (&___vertRect1);
float L_80 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_79, /*hidden argument*/NULL);
float L_81 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_79, ((float)il2cpp_codegen_add((float)L_80, (float)L_81)), /*hidden argument*/NULL);
}
IL_0219:
{
// vb.AddQuad(vertRect);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_82 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_83 = ___vertRect1;
NullCheck(L_82);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_82, L_83, /*hidden argument*/NULL);
// vb.AddTriangles(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_84 = ___vb0;
NullCheck(L_84);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_84, ((int32_t)-4), /*hidden argument*/NULL);
// break;
return;
}
IL_0229:
{
// if (amount < 0.5f)
float L_85 = ___amount3;
if ((!(((float)L_85) < ((float)(0.5f)))))
{
goto IL_02a8;
}
}
{
// vertRect.height /= 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_86 = (&___vertRect1);
float L_87 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_86, /*hidden argument*/NULL);
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_86, ((float)((float)L_87/(float)(2.0f))), /*hidden argument*/NULL);
// if (!clockwise)
bool L_88 = ___clockwise4;
if (L_88)
{
goto IL_025d;
}
}
{
// vertRect.y += vertRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_89 = (&___vertRect1);
float L_90 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_89, /*hidden argument*/NULL);
float L_91 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_89, ((float)il2cpp_codegen_add((float)L_90, (float)L_91)), /*hidden argument*/NULL);
}
IL_025d:
{
// FillRadial180(vb, vertRect, clockwise ? Origin180.Bottom : Origin180.Top, amount / 0.5f, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_92 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_93 = ___vertRect1;
bool L_94 = ___clockwise4;
G_B38_0 = L_93;
G_B38_1 = L_92;
if (L_94)
{
G_B39_0 = L_93;
G_B39_1 = L_92;
goto IL_0266;
}
}
{
G_B40_0 = 0;
G_B40_1 = G_B38_0;
G_B40_2 = G_B38_1;
goto IL_0267;
}
IL_0266:
{
G_B40_0 = 1;
G_B40_1 = G_B39_0;
G_B40_2 = G_B39_1;
}
IL_0267:
{
float L_95 = ___amount3;
bool L_96 = ___clockwise4;
FillMesh_FillRadial180_mDAF43FE657AE51E677C4B3AAF86E60C9231442A8(G_B40_2, G_B40_1, G_B40_0, ((float)((float)L_95/(float)(0.5f))), L_96, /*hidden argument*/NULL);
// Vector3 vec = vb.GetPosition(-8);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_97 = ___vb0;
NullCheck(L_97);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_98 = VertexBuffer_GetPosition_m6190300BF64A26E72539A014FC10475273ACA9FF(L_97, ((int32_t)-8), /*hidden argument*/NULL);
V_2 = L_98;
// vb.AddQuad(new Rect(vec.x, vec.y, 0, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_99 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_100 = V_2;
float L_101 = L_100.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_102 = V_2;
float L_103 = L_102.get_y_3();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_104;
memset((&L_104), 0, sizeof(L_104));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_104), L_101, L_103, (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_99);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_99, L_104, /*hidden argument*/NULL);
// vb.AddTriangles(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_105 = ___vb0;
NullCheck(L_105);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_105, ((int32_t)-4), /*hidden argument*/NULL);
// }
return;
}
IL_02a8:
{
// vertRect.height /= 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_106 = (&___vertRect1);
float L_107 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_106, /*hidden argument*/NULL);
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_106, ((float)((float)L_107/(float)(2.0f))), /*hidden argument*/NULL);
// if (clockwise)
bool L_108 = ___clockwise4;
if (!L_108)
{
goto IL_02d4;
}
}
{
// vertRect.y += vertRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_109 = (&___vertRect1);
float L_110 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_109, /*hidden argument*/NULL);
float L_111 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_109, ((float)il2cpp_codegen_add((float)L_110, (float)L_111)), /*hidden argument*/NULL);
}
IL_02d4:
{
// FillRadial180(vb, vertRect, clockwise ? Origin180.Top : Origin180.Bottom, (amount - 0.5f) / 0.5f, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_112 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_113 = ___vertRect1;
bool L_114 = ___clockwise4;
G_B44_0 = L_113;
G_B44_1 = L_112;
if (L_114)
{
G_B45_0 = L_113;
G_B45_1 = L_112;
goto IL_02dd;
}
}
{
G_B46_0 = 1;
G_B46_1 = G_B44_0;
G_B46_2 = G_B44_1;
goto IL_02de;
}
IL_02dd:
{
G_B46_0 = 0;
G_B46_1 = G_B45_0;
G_B46_2 = G_B45_1;
}
IL_02de:
{
float L_115 = ___amount3;
bool L_116 = ___clockwise4;
FillMesh_FillRadial180_mDAF43FE657AE51E677C4B3AAF86E60C9231442A8(G_B46_2, G_B46_1, G_B46_0, ((float)((float)((float)il2cpp_codegen_subtract((float)L_115, (float)(0.5f)))/(float)(0.5f))), L_116, /*hidden argument*/NULL);
// if (clockwise)
bool L_117 = ___clockwise4;
if (!L_117)
{
goto IL_030d;
}
}
{
// vertRect.y -= vertRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_118 = (&___vertRect1);
float L_119 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_118, /*hidden argument*/NULL);
float L_120 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_118, ((float)il2cpp_codegen_subtract((float)L_119, (float)L_120)), /*hidden argument*/NULL);
goto IL_0322;
}
IL_030d:
{
// vertRect.y += vertRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_121 = (&___vertRect1);
float L_122 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_121, /*hidden argument*/NULL);
float L_123 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_121, ((float)il2cpp_codegen_add((float)L_122, (float)L_123)), /*hidden argument*/NULL);
}
IL_0322:
{
// vb.AddQuad(vertRect);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_124 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_125 = ___vertRect1;
NullCheck(L_124);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_124, L_125, /*hidden argument*/NULL);
// vb.AddTriangles(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_126 = ___vb0;
NullCheck(L_126);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_126, ((int32_t)-4), /*hidden argument*/NULL);
// break;
return;
}
IL_0332:
{
// if (amount < 0.5f)
float L_127 = ___amount3;
if ((!(((float)L_127) < ((float)(0.5f)))))
{
goto IL_03b1;
}
}
{
// vertRect.height /= 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_128 = (&___vertRect1);
float L_129 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_128, /*hidden argument*/NULL);
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_128, ((float)((float)L_129/(float)(2.0f))), /*hidden argument*/NULL);
// if (clockwise)
bool L_130 = ___clockwise4;
if (!L_130)
{
goto IL_0366;
}
}
{
// vertRect.y += vertRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_131 = (&___vertRect1);
float L_132 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_131, /*hidden argument*/NULL);
float L_133 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_131, ((float)il2cpp_codegen_add((float)L_132, (float)L_133)), /*hidden argument*/NULL);
}
IL_0366:
{
// FillRadial180(vb, vertRect, clockwise ? Origin180.Top : Origin180.Bottom, amount / 0.5f, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_134 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_135 = ___vertRect1;
bool L_136 = ___clockwise4;
G_B54_0 = L_135;
G_B54_1 = L_134;
if (L_136)
{
G_B55_0 = L_135;
G_B55_1 = L_134;
goto IL_036f;
}
}
{
G_B56_0 = 1;
G_B56_1 = G_B54_0;
G_B56_2 = G_B54_1;
goto IL_0370;
}
IL_036f:
{
G_B56_0 = 0;
G_B56_1 = G_B55_0;
G_B56_2 = G_B55_1;
}
IL_0370:
{
float L_137 = ___amount3;
bool L_138 = ___clockwise4;
FillMesh_FillRadial180_mDAF43FE657AE51E677C4B3AAF86E60C9231442A8(G_B56_2, G_B56_1, G_B56_0, ((float)((float)L_137/(float)(0.5f))), L_138, /*hidden argument*/NULL);
// Vector3 vec = vb.GetPosition(-8);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_139 = ___vb0;
NullCheck(L_139);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_140 = VertexBuffer_GetPosition_m6190300BF64A26E72539A014FC10475273ACA9FF(L_139, ((int32_t)-8), /*hidden argument*/NULL);
V_3 = L_140;
// vb.AddQuad(new Rect(vec.x, vec.y, 0, 0));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_141 = ___vb0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_142 = V_3;
float L_143 = L_142.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_144 = V_3;
float L_145 = L_144.get_y_3();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_146;
memset((&L_146), 0, sizeof(L_146));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_146), L_143, L_145, (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_141);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_141, L_146, /*hidden argument*/NULL);
// vb.AddTriangles(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_147 = ___vb0;
NullCheck(L_147);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_147, ((int32_t)-4), /*hidden argument*/NULL);
// }
return;
}
IL_03b1:
{
// vertRect.height /= 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_148 = (&___vertRect1);
float L_149 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_148, /*hidden argument*/NULL);
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_148, ((float)((float)L_149/(float)(2.0f))), /*hidden argument*/NULL);
// if (!clockwise)
bool L_150 = ___clockwise4;
if (L_150)
{
goto IL_03dd;
}
}
{
// vertRect.y += vertRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_151 = (&___vertRect1);
float L_152 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_151, /*hidden argument*/NULL);
float L_153 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_151, ((float)il2cpp_codegen_add((float)L_152, (float)L_153)), /*hidden argument*/NULL);
}
IL_03dd:
{
// FillRadial180(vb, vertRect, clockwise ? Origin180.Bottom : Origin180.Top, (amount - 0.5f) / 0.5f, clockwise);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_154 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_155 = ___vertRect1;
bool L_156 = ___clockwise4;
G_B60_0 = L_155;
G_B60_1 = L_154;
if (L_156)
{
G_B61_0 = L_155;
G_B61_1 = L_154;
goto IL_03e6;
}
}
{
G_B62_0 = 0;
G_B62_1 = G_B60_0;
G_B62_2 = G_B60_1;
goto IL_03e7;
}
IL_03e6:
{
G_B62_0 = 1;
G_B62_1 = G_B61_0;
G_B62_2 = G_B61_1;
}
IL_03e7:
{
float L_157 = ___amount3;
bool L_158 = ___clockwise4;
FillMesh_FillRadial180_mDAF43FE657AE51E677C4B3AAF86E60C9231442A8(G_B62_2, G_B62_1, G_B62_0, ((float)((float)((float)il2cpp_codegen_subtract((float)L_157, (float)(0.5f)))/(float)(0.5f))), L_158, /*hidden argument*/NULL);
// if (clockwise)
bool L_159 = ___clockwise4;
if (!L_159)
{
goto IL_0416;
}
}
{
// vertRect.y += vertRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_160 = (&___vertRect1);
float L_161 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_160, /*hidden argument*/NULL);
float L_162 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_160, ((float)il2cpp_codegen_add((float)L_161, (float)L_162)), /*hidden argument*/NULL);
goto IL_042b;
}
IL_0416:
{
// vertRect.y -= vertRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_163 = (&___vertRect1);
float L_164 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_163, /*hidden argument*/NULL);
float L_165 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___vertRect1), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_163, ((float)il2cpp_codegen_subtract((float)L_164, (float)L_165)), /*hidden argument*/NULL);
}
IL_042b:
{
// vb.AddQuad(vertRect);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_166 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_167 = ___vertRect1;
NullCheck(L_166);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_166, L_167, /*hidden argument*/NULL);
// vb.AddTriangles(-4);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_168 = ___vb0;
NullCheck(L_168);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_168, ((int32_t)-4), /*hidden argument*/NULL);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#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 FairyGUI.FontManager::RegisterFont(FairyGUI.BaseFont,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontManager_RegisterFont_mD7BA260FF560D481E50B3255EA06D57A58722BC5 (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * ___font0, String_t* ___alias1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FontManager_RegisterFont_mD7BA260FF560D481E50B3255EA06D57A58722BC5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// sFontFactory[font.name] = font;
IL2CPP_RUNTIME_CLASS_INIT(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var);
Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * L_0 = ((FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_StaticFields*)il2cpp_codegen_static_fields_for(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var))->get_sFontFactory_0();
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_1 = ___font0;
NullCheck(L_1);
String_t* L_2 = BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline(L_1, /*hidden argument*/NULL);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_3 = ___font0;
NullCheck(L_0);
Dictionary_2_set_Item_m128504F2644E253DF0E8BCEF07A05A1C9A50B1B4(L_0, L_2, L_3, /*hidden argument*/Dictionary_2_set_Item_m128504F2644E253DF0E8BCEF07A05A1C9A50B1B4_RuntimeMethod_var);
// if (alias != null)
String_t* L_4 = ___alias1;
if (!L_4)
{
goto IL_0020;
}
}
{
// sFontFactory[alias] = font;
IL2CPP_RUNTIME_CLASS_INIT(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var);
Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * L_5 = ((FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_StaticFields*)il2cpp_codegen_static_fields_for(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var))->get_sFontFactory_0();
String_t* L_6 = ___alias1;
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_7 = ___font0;
NullCheck(L_5);
Dictionary_2_set_Item_m128504F2644E253DF0E8BCEF07A05A1C9A50B1B4(L_5, L_6, L_7, /*hidden argument*/Dictionary_2_set_Item_m128504F2644E253DF0E8BCEF07A05A1C9A50B1B4_RuntimeMethod_var);
}
IL_0020:
{
// }
return;
}
}
// System.Void FairyGUI.FontManager::UnregisterFont(FairyGUI.BaseFont)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontManager_UnregisterFont_m423ABE397792A30BDCCBF696F36A180EB9F5EBDC (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * ___font0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FontManager_UnregisterFont_m423ABE397792A30BDCCBF696F36A180EB9F5EBDC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// sFontFactory.Remove(font.name);
IL2CPP_RUNTIME_CLASS_INIT(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var);
Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * L_0 = ((FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_StaticFields*)il2cpp_codegen_static_fields_for(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var))->get_sFontFactory_0();
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_1 = ___font0;
NullCheck(L_1);
String_t* L_2 = BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
Dictionary_2_Remove_mAF811E6B9DB164138099849ADB6C97110E57EF23(L_0, L_2, /*hidden argument*/Dictionary_2_Remove_mAF811E6B9DB164138099849ADB6C97110E57EF23_RuntimeMethod_var);
// }
return;
}
}
// FairyGUI.BaseFont FairyGUI.FontManager::GetFont(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * FontManager_GetFont_mE0F498CC7137BDEEF892E5C67EBAC540CA863A32 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FontManager_GetFont_mE0F498CC7137BDEEF892E5C67EBAC540CA863A32_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * V_0 = NULL;
{
// if (name.StartsWith(UIPackage.URL_PREFIX))
String_t* L_0 = ___name0;
NullCheck(L_0);
bool L_1 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_0, _stringLiteralE61E700555BBD71A47EE5D7118B4E515CD8951A9, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001e;
}
}
{
// ret = UIPackage.GetItemAssetByURL(name) as BaseFont;
String_t* L_2 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
RuntimeObject * L_3 = UIPackage_GetItemAssetByURL_mADD6D0566B616E029A8A858F87E72204F6BE7895(L_2, /*hidden argument*/NULL);
V_0 = ((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)IsInstClass((RuntimeObject*)L_3, BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F_il2cpp_TypeInfo_var));
// if (ret != null)
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_4 = V_0;
if (!L_4)
{
goto IL_001e;
}
}
{
// return ret;
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_5 = V_0;
return L_5;
}
IL_001e:
{
// if (!sFontFactory.TryGetValue(name, out ret))
IL2CPP_RUNTIME_CLASS_INIT(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var);
Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * L_6 = ((FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_StaticFields*)il2cpp_codegen_static_fields_for(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var))->get_sFontFactory_0();
String_t* L_7 = ___name0;
NullCheck(L_6);
bool L_8 = Dictionary_2_TryGetValue_m387DDFF5A92C6380294E021C4A9B18A3A3272408(L_6, L_7, (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m387DDFF5A92C6380294E021C4A9B18A3A3272408_RuntimeMethod_var);
if (L_8)
{
goto IL_0040;
}
}
{
// ret = new DynamicFont(name);
String_t* L_9 = ___name0;
DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 * L_10 = (DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 *)il2cpp_codegen_object_new(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var);
DynamicFont__ctor_m7ED559157A273F081CACAEAA79D5E1824F2AB599(L_10, L_9, /*hidden argument*/NULL);
V_0 = L_10;
// sFontFactory.Add(name, ret);
IL2CPP_RUNTIME_CLASS_INIT(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var);
Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * L_11 = ((FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_StaticFields*)il2cpp_codegen_static_fields_for(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var))->get_sFontFactory_0();
String_t* L_12 = ___name0;
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_13 = V_0;
NullCheck(L_11);
Dictionary_2_Add_m4E400307E133C9C28CFCFC1155B39224A75E329F(L_11, L_12, L_13, /*hidden argument*/Dictionary_2_Add_m4E400307E133C9C28CFCFC1155B39224A75E329F_RuntimeMethod_var);
}
IL_0040:
{
// return ret;
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_14 = V_0;
return L_14;
}
}
// System.Void FairyGUI.FontManager::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontManager_Clear_m07DB8B7E80DC78736F598BBEB0595A3BA40F9939 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FontManager_Clear_m07DB8B7E80DC78736F598BBEB0595A3BA40F9939_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// sFontFactory.Clear();
IL2CPP_RUNTIME_CLASS_INIT(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var);
Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * L_0 = ((FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_StaticFields*)il2cpp_codegen_static_fields_for(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var))->get_sFontFactory_0();
NullCheck(L_0);
Dictionary_2_Clear_m53D94BAE060189DC9B47016903EAAA39113CE02F(L_0, /*hidden argument*/Dictionary_2_Clear_m53D94BAE060189DC9B47016903EAAA39113CE02F_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.FontManager::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontManager__ctor_m4B4A81E85C6AFA8F4668F7B31A80FBBABFF0287C (FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.FontManager::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FontManager__cctor_mBA816F59F405A309A2BC692F72E36E76C8BDCD6A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FontManager__cctor_mBA816F59F405A309A2BC692F72E36E76C8BDCD6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static Dictionary<string, BaseFont> sFontFactory = new Dictionary<string, BaseFont>();
Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 * L_0 = (Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9 *)il2cpp_codegen_object_new(Dictionary_2_t459BA02D78EB2073814716DDEA0A68F453755EE9_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m006D930797D26ABDB4BE4B0E95CBD23C9BD7ADA6(L_0, /*hidden argument*/Dictionary_2__ctor_m006D930797D26ABDB4BE4B0E95CBD23C9BD7ADA6_RuntimeMethod_var);
((FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_StaticFields*)il2cpp_codegen_static_fields_for(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var))->set_sFontFactory_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FairyGUI.PageOption FairyGUI.GButton::get_pageOption()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * GButton_get_pageOption_mBB774E0D39D2C03543D6EBE45F4F8D90A1AC426A (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// public PageOption pageOption { get; private set; }
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * L_0 = __this->get_U3CpageOptionU3Ek__BackingField_93();
return L_0;
}
}
// System.Void FairyGUI.GButton::set_pageOption(FairyGUI.PageOption)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_pageOption_m164092CD44204F3928F6F643FAFD1DF0C9CFD077 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * ___value0, const RuntimeMethod* method)
{
{
// public PageOption pageOption { get; private set; }
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * L_0 = ___value0;
__this->set_U3CpageOptionU3Ek__BackingField_93(L_0);
return;
}
}
// System.Void FairyGUI.GButton::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton__ctor_m2E4F4216DBBE5724DE85D27D5A427F578D164CFD (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GButton__ctor_m2E4F4216DBBE5724DE85D27D5A427F578D164CFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public GButton()
GComponent__ctor_mC1D8ACC5AD72FF3D49D73176975190947F9A0DF3(__this, /*hidden argument*/NULL);
// pageOption = new PageOption();
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * L_0 = (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 *)il2cpp_codegen_object_new(PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3_il2cpp_TypeInfo_var);
PageOption__ctor_m7806918ECAB6A68813CB4E20458026B8B3F860F3(L_0, /*hidden argument*/NULL);
GButton_set_pageOption_m164092CD44204F3928F6F643FAFD1DF0C9CFD077_inline(__this, L_0, /*hidden argument*/NULL);
// sound = UIConfig.buttonSound;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_buttonSound_9();
__this->set_sound_94(L_1);
// soundVolumeScale = UIConfig.buttonSoundVolumeScale;
float L_2 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_buttonSoundVolumeScale_10();
__this->set_soundVolumeScale_95(L_2);
// changeStateOnClick = true;
__this->set_changeStateOnClick_96((bool)1);
// _downEffectValue = 0.8f;
__this->set__downEffectValue_109((0.8f));
// _title = string.Empty;
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set__title_103(L_3);
// }
return;
}
}
// FairyGUI.EventListener FairyGUI.GButton::get_onChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GButton_get_onChanged_mF83C664E9FCA52E1433B5FFAC25239CC01531396 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GButton_get_onChanged_mF83C664E9FCA52E1433B5FFAC25239CC01531396_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onChanged ?? (_onChanged = new EventListener(this, "onChanged")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onChanged_113();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onChanged_113(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// System.String FairyGUI.GButton::get_icon()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GButton_get_icon_m5C4E346CAA837851F657D5D623BBF959849A0984 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// return _icon;
String_t* L_0 = __this->get__icon_104();
return L_0;
}
}
// System.Void FairyGUI.GButton::set_icon(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_icon_mB29FDA093D4CEC4ED1C9FA8A0B75ED35F865130D (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, String_t* ___value0, const RuntimeMethod* method)
{
String_t* G_B4_0 = NULL;
{
// _icon = value;
String_t* L_0 = ___value0;
__this->set__icon_104(L_0);
// value = (_selected && _selectedIcon != null) ? _selectedIcon : _icon;
bool L_1 = __this->get__selected_102();
if (!L_1)
{
goto IL_0017;
}
}
{
String_t* L_2 = __this->get__selectedIcon_106();
if (L_2)
{
goto IL_001f;
}
}
IL_0017:
{
String_t* L_3 = __this->get__icon_104();
G_B4_0 = L_3;
goto IL_0025;
}
IL_001f:
{
String_t* L_4 = __this->get__selectedIcon_106();
G_B4_0 = L_4;
}
IL_0025:
{
___value0 = G_B4_0;
// if (_iconObject != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = __this->get__iconObject_99();
if (!L_5)
{
goto IL_003b;
}
}
{
// _iconObject.icon = value;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = __this->get__iconObject_99();
String_t* L_7 = ___value0;
NullCheck(L_6);
VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void FairyGUI.GObject::set_icon(System.String) */, L_6, L_7);
}
IL_003b:
{
// UpdateGear(7);
GObject_UpdateGear_mF3DA284C33BDFF78BA5B8BA926A69B46B136B398(__this, 7, /*hidden argument*/NULL);
// }
return;
}
}
// System.String FairyGUI.GButton::get_title()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GButton_get_title_mD64F33CF4AFF3FAAEA3CE6AB8B998BF8BDFD2479 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// return _title;
String_t* L_0 = __this->get__title_103();
return L_0;
}
}
// System.Void FairyGUI.GButton::set_title(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_title_m14681E0E91A96504D573F4B205E8B12248F26C6E (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, String_t* ___value0, const RuntimeMethod* method)
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B3_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B2_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B4_0 = NULL;
String_t* G_B5_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B5_1 = NULL;
{
// _title = value;
String_t* L_0 = ___value0;
__this->set__title_103(L_0);
// if (_titleObject != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = __this->get__titleObject_98();
if (!L_1)
{
goto IL_0038;
}
}
{
// _titleObject.text = (_selected && _selectedTitle != null) ? _selectedTitle : _title;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = __this->get__titleObject_98();
bool L_3 = __this->get__selected_102();
G_B2_0 = L_2;
if (!L_3)
{
G_B3_0 = L_2;
goto IL_0025;
}
}
{
String_t* L_4 = __this->get__selectedTitle_105();
G_B3_0 = G_B2_0;
if (L_4)
{
G_B4_0 = G_B2_0;
goto IL_002d;
}
}
IL_0025:
{
String_t* L_5 = __this->get__title_103();
G_B5_0 = L_5;
G_B5_1 = G_B3_0;
goto IL_0033;
}
IL_002d:
{
String_t* L_6 = __this->get__selectedTitle_105();
G_B5_0 = L_6;
G_B5_1 = G_B4_0;
}
IL_0033:
{
NullCheck(G_B5_1);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, G_B5_1, G_B5_0);
}
IL_0038:
{
// UpdateGear(6);
GObject_UpdateGear_mF3DA284C33BDFF78BA5B8BA926A69B46B136B398(__this, 6, /*hidden argument*/NULL);
// }
return;
}
}
// System.String FairyGUI.GButton::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GButton_get_text_mC639EC87693FAF1D5785FC4E92B5A3668E61F978 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// get { return this.title; }
String_t* L_0 = GButton_get_title_mD64F33CF4AFF3FAAEA3CE6AB8B998BF8BDFD2479_inline(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void FairyGUI.GButton::set_text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_text_m3F3E4678E076AF07152F1A3A353504E3DAFA73BA (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set { this.title = value; }
String_t* L_0 = ___value0;
GButton_set_title_m14681E0E91A96504D573F4B205E8B12248F26C6E(__this, L_0, /*hidden argument*/NULL);
// set { this.title = value; }
return;
}
}
// System.String FairyGUI.GButton::get_selectedIcon()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GButton_get_selectedIcon_m14BA0BB73DA8CE46D1733208A38612411859D4E4 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// return _selectedIcon;
String_t* L_0 = __this->get__selectedIcon_106();
return L_0;
}
}
// System.Void FairyGUI.GButton::set_selectedIcon(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_selectedIcon_m8215B8C056C7D61E756EC81FD15EC977CD9DBC7F (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, String_t* ___value0, const RuntimeMethod* method)
{
String_t* G_B4_0 = NULL;
{
// _selectedIcon = value;
String_t* L_0 = ___value0;
__this->set__selectedIcon_106(L_0);
// value = (_selected && _selectedIcon != null) ? _selectedIcon : _icon;
bool L_1 = __this->get__selected_102();
if (!L_1)
{
goto IL_0017;
}
}
{
String_t* L_2 = __this->get__selectedIcon_106();
if (L_2)
{
goto IL_001f;
}
}
IL_0017:
{
String_t* L_3 = __this->get__icon_104();
G_B4_0 = L_3;
goto IL_0025;
}
IL_001f:
{
String_t* L_4 = __this->get__selectedIcon_106();
G_B4_0 = L_4;
}
IL_0025:
{
___value0 = G_B4_0;
// if (_iconObject != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = __this->get__iconObject_99();
if (!L_5)
{
goto IL_003b;
}
}
{
// _iconObject.icon = value;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = __this->get__iconObject_99();
String_t* L_7 = ___value0;
NullCheck(L_6);
VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void FairyGUI.GObject::set_icon(System.String) */, L_6, L_7);
}
IL_003b:
{
// }
return;
}
}
// System.String FairyGUI.GButton::get_selectedTitle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GButton_get_selectedTitle_m8BDB852B48FE8E11ACAEA64C881968B945743145 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// return _selectedTitle;
String_t* L_0 = __this->get__selectedTitle_105();
return L_0;
}
}
// System.Void FairyGUI.GButton::set_selectedTitle(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_selectedTitle_m3FE3D7305E70318BD2601D01637295B0B30A3BA0 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, String_t* ___value0, const RuntimeMethod* method)
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B3_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B2_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B4_0 = NULL;
String_t* G_B5_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B5_1 = NULL;
{
// _selectedTitle = value;
String_t* L_0 = ___value0;
__this->set__selectedTitle_105(L_0);
// if (_titleObject != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = __this->get__titleObject_98();
if (!L_1)
{
goto IL_0038;
}
}
{
// _titleObject.text = (_selected && _selectedTitle != null) ? _selectedTitle : _title;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = __this->get__titleObject_98();
bool L_3 = __this->get__selected_102();
G_B2_0 = L_2;
if (!L_3)
{
G_B3_0 = L_2;
goto IL_0025;
}
}
{
String_t* L_4 = __this->get__selectedTitle_105();
G_B3_0 = G_B2_0;
if (L_4)
{
G_B4_0 = G_B2_0;
goto IL_002d;
}
}
IL_0025:
{
String_t* L_5 = __this->get__title_103();
G_B5_0 = L_5;
G_B5_1 = G_B3_0;
goto IL_0033;
}
IL_002d:
{
String_t* L_6 = __this->get__selectedTitle_105();
G_B5_0 = L_6;
G_B5_1 = G_B4_0;
}
IL_0033:
{
NullCheck(G_B5_1);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, G_B5_1, G_B5_0);
}
IL_0038:
{
// }
return;
}
}
// UnityEngine.Color FairyGUI.GButton::get_titleColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GButton_get_titleColor_m329560CC6A9EE4B25095F5D84B034F6B1B739528 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * V_0 = NULL;
{
// GTextField tf = GetTextField();
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_0 = GButton_GetTextField_m01BBDAA2AFE5998B38D0A80F66C09C7C74BF67DF(__this, /*hidden argument*/NULL);
V_0 = L_0;
// if (tf != null)
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_1 = V_0;
if (!L_1)
{
goto IL_0011;
}
}
{
// return tf.color;
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_2 = V_0;
NullCheck(L_2);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = GTextField_get_color_mFD6838B7360FC945D2182793F9679DF18CC01EF7(L_2, /*hidden argument*/NULL);
return L_3;
}
IL_0011:
{
// return Color.black;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF(/*hidden argument*/NULL);
return L_4;
}
}
// System.Void FairyGUI.GButton::set_titleColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_titleColor_mB4469ED9C03BA8CC29DE31C56EC8A978CE83C64B (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * V_0 = NULL;
{
// GTextField tf = GetTextField();
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_0 = GButton_GetTextField_m01BBDAA2AFE5998B38D0A80F66C09C7C74BF67DF(__this, /*hidden argument*/NULL);
V_0 = L_0;
// if (tf != null)
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_1 = V_0;
if (!L_1)
{
goto IL_0018;
}
}
{
// tf.color = value;
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_2 = V_0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = ___value0;
NullCheck(L_2);
GTextField_set_color_mA4ECB9D2314F1FA35F9020A92BEAC6A90833BE99(L_2, L_3, /*hidden argument*/NULL);
// UpdateGear(4);
GObject_UpdateGear_mF3DA284C33BDFF78BA5B8BA926A69B46B136B398(__this, 4, /*hidden argument*/NULL);
}
IL_0018:
{
// }
return;
}
}
// UnityEngine.Color FairyGUI.GButton::get_color()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GButton_get_color_m0E848CD8BE96D01A1DBADA564E7B426EFB6CC9FF (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// get { return this.titleColor; }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = GButton_get_titleColor_m329560CC6A9EE4B25095F5D84B034F6B1B739528(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void FairyGUI.GButton::set_color(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_color_mDDFF552C1ED2EEB8F6568AA02188B6ADF34E2735 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// set { this.titleColor = value; }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
GButton_set_titleColor_mB4469ED9C03BA8CC29DE31C56EC8A978CE83C64B(__this, L_0, /*hidden argument*/NULL);
// set { this.titleColor = value; }
return;
}
}
// System.Int32 FairyGUI.GButton::get_titleFontSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GButton_get_titleFontSize_m716233E88A755558E9D2CA0968D1DD0E3B4B582C (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * V_0 = NULL;
{
// GTextField tf = GetTextField();
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_0 = GButton_GetTextField_m01BBDAA2AFE5998B38D0A80F66C09C7C74BF67DF(__this, /*hidden argument*/NULL);
V_0 = L_0;
// if (tf != null)
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
// return tf.textFormat.size;
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_2 = V_0;
NullCheck(L_2);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_3 = GTextField_get_textFormat_m17F3655CA652ACE28AAF36C258BC764319A6BFD0(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
int32_t L_4 = L_3->get_size_0();
return L_4;
}
IL_0016:
{
// return 0;
return 0;
}
}
// System.Void FairyGUI.GButton::set_titleFontSize(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_titleFontSize_m7B27F71E2895A9C0FF3FED26A653D4AC5A6C03E5 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, int32_t ___value0, const RuntimeMethod* method)
{
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * V_0 = NULL;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * V_1 = NULL;
{
// GTextField tf = GetTextField();
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_0 = GButton_GetTextField_m01BBDAA2AFE5998B38D0A80F66C09C7C74BF67DF(__this, /*hidden argument*/NULL);
V_0 = L_0;
// if (tf != null)
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_1 = V_0;
if (!L_1)
{
goto IL_001f;
}
}
{
// TextFormat format = tf.textFormat;
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_2 = V_0;
NullCheck(L_2);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_3 = GTextField_get_textFormat_m17F3655CA652ACE28AAF36C258BC764319A6BFD0(L_2, /*hidden argument*/NULL);
V_1 = L_3;
// format.size = value;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_4 = V_1;
int32_t L_5 = ___value0;
NullCheck(L_4);
L_4->set_size_0(L_5);
// tf.textFormat = format;
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_6 = V_0;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_7 = V_1;
NullCheck(L_6);
GTextField_set_textFormat_mD748D394818BE6294995D73ACB89F125181FDBD0(L_6, L_7, /*hidden argument*/NULL);
}
IL_001f:
{
// }
return;
}
}
// System.Boolean FairyGUI.GButton::get_selected()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GButton_get_selected_mC3BCF13B80624C0DB093B7EF9ED726E1676FBCC5 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// return _selected;
bool L_0 = __this->get__selected_102();
return L_0;
}
}
// System.Void FairyGUI.GButton::set_selected(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_selected_mEFF2DBEBDD2F34C37D08E78524205F989A715055 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, bool ___value0, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B7_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B6_0 = NULL;
String_t* G_B8_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * G_B8_1 = NULL;
String_t* G_B13_0 = NULL;
{
// if (_mode == ButtonMode.Common)
int32_t L_0 = __this->get__mode_101();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// if (_selected != value)
bool L_1 = __this->get__selected_102();
bool L_2 = ___value0;
if ((((int32_t)L_1) == ((int32_t)L_2)))
{
goto IL_0123;
}
}
{
// _selected = value;
bool L_3 = ___value0;
__this->set__selected_102(L_3);
// SetCurrentState();
GButton_SetCurrentState_m804BD6C292479B3D91ECF3640CDF44846618BB7B(__this, /*hidden argument*/NULL);
// if (_selectedTitle != null && _titleObject != null)
String_t* L_4 = __this->get__selectedTitle_105();
if (!L_4)
{
goto IL_0053;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = __this->get__titleObject_98();
if (!L_5)
{
goto IL_0053;
}
}
{
// _titleObject.text = _selected ? _selectedTitle : _title;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = __this->get__titleObject_98();
bool L_7 = __this->get__selected_102();
G_B6_0 = L_6;
if (L_7)
{
G_B7_0 = L_6;
goto IL_0048;
}
}
{
String_t* L_8 = __this->get__title_103();
G_B8_0 = L_8;
G_B8_1 = G_B6_0;
goto IL_004e;
}
IL_0048:
{
String_t* L_9 = __this->get__selectedTitle_105();
G_B8_0 = L_9;
G_B8_1 = G_B7_0;
}
IL_004e:
{
NullCheck(G_B8_1);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, G_B8_1, G_B8_0);
}
IL_0053:
{
// if (_selectedIcon != null)
String_t* L_10 = __this->get__selectedIcon_106();
if (!L_10)
{
goto IL_0086;
}
}
{
// string str = _selected ? _selectedIcon : _icon;
bool L_11 = __this->get__selected_102();
if (L_11)
{
goto IL_006b;
}
}
{
String_t* L_12 = __this->get__icon_104();
G_B13_0 = L_12;
goto IL_0071;
}
IL_006b:
{
String_t* L_13 = __this->get__selectedIcon_106();
G_B13_0 = L_13;
}
IL_0071:
{
V_0 = G_B13_0;
// if (_iconObject != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = __this->get__iconObject_99();
if (!L_14)
{
goto IL_0086;
}
}
{
// _iconObject.icon = str;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = __this->get__iconObject_99();
String_t* L_16 = V_0;
NullCheck(L_15);
VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void FairyGUI.GObject::set_icon(System.String) */, L_15, L_16);
}
IL_0086:
{
// if (_relatedController != null
// && parent != null
// && !parent._buildingDisplayList)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_17 = __this->get__relatedController_100();
if (!L_17)
{
goto IL_0123;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_18 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(__this, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_0123;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_19 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(__this, /*hidden argument*/NULL);
NullCheck(L_19);
bool L_20 = L_19->get__buildingDisplayList_80();
if (L_20)
{
goto IL_0123;
}
}
{
// if (_selected)
bool L_21 = __this->get__selected_102();
if (!L_21)
{
goto IL_00e7;
}
}
{
// _relatedController.selectedPageId = pageOption.id;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_22 = __this->get__relatedController_100();
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * L_23 = GButton_get_pageOption_mBB774E0D39D2C03543D6EBE45F4F8D90A1AC426A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_23);
String_t* L_24 = PageOption_get_id_m994E3023E58A847716BD54D4D3763394D0E14FCD_inline(L_23, /*hidden argument*/NULL);
NullCheck(L_22);
Controller_set_selectedPageId_m5AD05F9CA77EF32AA132EA6B0192F51E7E20214F(L_22, L_24, /*hidden argument*/NULL);
// if (_relatedController.autoRadioGroupDepth)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_25 = __this->get__relatedController_100();
NullCheck(L_25);
bool L_26 = L_25->get_autoRadioGroupDepth_4();
if (!L_26)
{
goto IL_0123;
}
}
{
// parent.AdjustRadioGroupDepth(this, _relatedController);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_27 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(__this, /*hidden argument*/NULL);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_28 = __this->get__relatedController_100();
NullCheck(L_27);
GComponent_AdjustRadioGroupDepth_m9C73488F85FB7E054A8665F705786A6E997BCFA1(L_27, __this, L_28, /*hidden argument*/NULL);
// }
return;
}
IL_00e7:
{
// else if (_mode == ButtonMode.Check && _relatedController.selectedPageId == pageOption.id)
int32_t L_29 = __this->get__mode_101();
if ((!(((uint32_t)L_29) == ((uint32_t)1))))
{
goto IL_0123;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_30 = __this->get__relatedController_100();
NullCheck(L_30);
String_t* L_31 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_30, /*hidden argument*/NULL);
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * L_32 = GButton_get_pageOption_mBB774E0D39D2C03543D6EBE45F4F8D90A1AC426A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_32);
String_t* L_33 = PageOption_get_id_m994E3023E58A847716BD54D4D3763394D0E14FCD_inline(L_32, /*hidden argument*/NULL);
bool L_34 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_31, L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_0123;
}
}
{
// _relatedController.oppositePageId = pageOption.id;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_35 = __this->get__relatedController_100();
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * L_36 = GButton_get_pageOption_mBB774E0D39D2C03543D6EBE45F4F8D90A1AC426A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_36);
String_t* L_37 = PageOption_get_id_m994E3023E58A847716BD54D4D3763394D0E14FCD_inline(L_36, /*hidden argument*/NULL);
NullCheck(L_35);
Controller_set_oppositePageId_m7A345ABAF052BEC8C95B2F31E1A5C3C9353AF910(L_35, L_37, /*hidden argument*/NULL);
}
IL_0123:
{
// }
return;
}
}
// FairyGUI.ButtonMode FairyGUI.GButton::get_mode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GButton_get_mode_mC8E7E62AB9DB99512F672B7073604994295492BB (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// return _mode;
int32_t L_0 = __this->get__mode_101();
return L_0;
}
}
// System.Void FairyGUI.GButton::set_mode(FairyGUI.ButtonMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_mode_mB73A20FF6D2B21EB18F0EC22BB2652EE172CCCD9 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// if (_mode != value)
int32_t L_0 = __this->get__mode_101();
int32_t L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_001a;
}
}
{
// if (value == ButtonMode.Common)
int32_t L_2 = ___value0;
if (L_2)
{
goto IL_0013;
}
}
{
// this.selected = false;
GButton_set_selected_mEFF2DBEBDD2F34C37D08E78524205F989A715055(__this, (bool)0, /*hidden argument*/NULL);
}
IL_0013:
{
// _mode = value;
int32_t L_3 = ___value0;
__this->set__mode_101(L_3);
}
IL_001a:
{
// }
return;
}
}
// FairyGUI.Controller FairyGUI.GButton::get_relatedController()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * GButton_get_relatedController_mDD806416696E232B9D5D10889D8819AA4100214B (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// return _relatedController;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = __this->get__relatedController_100();
return L_0;
}
}
// System.Void FairyGUI.GButton::set_relatedController(FairyGUI.Controller)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_set_relatedController_m7768EFAFBDE4C7457DAA7605B5678038174D0A97 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___value0, const RuntimeMethod* method)
{
{
// if (value != _relatedController)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = ___value0;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = __this->get__relatedController_100();
if ((((RuntimeObject*)(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)L_0) == ((RuntimeObject*)(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)L_1)))
{
goto IL_0027;
}
}
{
// _relatedController = value;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_2 = ___value0;
__this->set__relatedController_100(L_2);
// pageOption.controller = value;
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * L_3 = GButton_get_pageOption_mBB774E0D39D2C03543D6EBE45F4F8D90A1AC426A_inline(__this, /*hidden argument*/NULL);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_4 = ___value0;
NullCheck(L_3);
PageOption_set_controller_mEFB3D5D51BDC4091A57F20E4A2244743672190D5_inline(L_3, L_4, /*hidden argument*/NULL);
// pageOption.Clear();
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * L_5 = GButton_get_pageOption_mBB774E0D39D2C03543D6EBE45F4F8D90A1AC426A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
PageOption_Clear_mB727464F81F2E3039173365574AD364AFAD24B7A(L_5, /*hidden argument*/NULL);
}
IL_0027:
{
// }
return;
}
}
// System.Void FairyGUI.GButton::FireClick(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_FireClick_mC17E9C7C08E9793AAC7176DBEEDF0AF6EBFE8CD9 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, bool ___downEffect0, bool ___clickCall1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GButton_FireClick_mC17E9C7C08E9793AAC7176DBEEDF0AF6EBFE8CD9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass66_0_t6BD1A04E0F29977D8E5473EDD645FA1D5286526D * V_0 = NULL;
{
U3CU3Ec__DisplayClass66_0_t6BD1A04E0F29977D8E5473EDD645FA1D5286526D * L_0 = (U3CU3Ec__DisplayClass66_0_t6BD1A04E0F29977D8E5473EDD645FA1D5286526D *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass66_0_t6BD1A04E0F29977D8E5473EDD645FA1D5286526D_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass66_0__ctor_m6A7B4351426576A4470853D5DD3C79BCC34EF569(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass66_0_t6BD1A04E0F29977D8E5473EDD645FA1D5286526D * L_1 = V_0;
NullCheck(L_1);
L_1->set_U3CU3E4__this_0(__this);
U3CU3Ec__DisplayClass66_0_t6BD1A04E0F29977D8E5473EDD645FA1D5286526D * L_2 = V_0;
bool L_3 = ___clickCall1;
NullCheck(L_2);
L_2->set_clickCall_1(L_3);
// if (downEffect && _mode == ButtonMode.Common)
bool L_4 = ___downEffect0;
if (!L_4)
{
goto IL_0064;
}
}
{
int32_t L_5 = __this->get__mode_101();
if (L_5)
{
goto IL_0064;
}
}
{
// SetState(OVER);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(__this, _stringLiteralF0FED7E4932302916B4E9C73FE47EDCAFEED7C44, /*hidden argument*/NULL);
// Timers.inst.Add(0.1f, 1, (object param) => { SetState(DOWN); });
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_6 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
U3CU3Ec__DisplayClass66_0_t6BD1A04E0F29977D8E5473EDD645FA1D5286526D * L_7 = V_0;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_8 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass66_0_U3CFireClickU3Eb__0_m68D354548BA962FAEB8489B745A945F8441F3B78_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_6);
Timers_Add_m862C25E7E9E8CA7F085B82228D5EC269B49218EB(L_6, (0.1f), 1, L_8, /*hidden argument*/NULL);
// Timers.inst.Add(0.2f, 1,
// (object param) =>
// {
// SetState(UP);
// if (clickCall)
// {
// onClick.Call();
// }
// }
// );
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_9 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
U3CU3Ec__DisplayClass66_0_t6BD1A04E0F29977D8E5473EDD645FA1D5286526D * L_10 = V_0;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_11 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_11, L_10, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass66_0_U3CFireClickU3Eb__1_mB7466289E67674D81516C11393A5BEA699E9C507_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_9);
Timers_Add_m862C25E7E9E8CA7F085B82228D5EC269B49218EB(L_9, (0.2f), 1, L_11, /*hidden argument*/NULL);
// }
goto IL_0078;
}
IL_0064:
{
// if (clickCall)
U3CU3Ec__DisplayClass66_0_t6BD1A04E0F29977D8E5473EDD645FA1D5286526D * L_12 = V_0;
NullCheck(L_12);
bool L_13 = L_12->get_clickCall_1();
if (!L_13)
{
goto IL_0078;
}
}
{
// onClick.Call();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_14 = GObject_get_onClick_mCF76152ACE86201C8082E871FBF6FD28BA83CEFC(__this, /*hidden argument*/NULL);
NullCheck(L_14);
EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556(L_14, /*hidden argument*/NULL);
}
IL_0078:
{
// __click();
GButton___click_mB3119C5B1A5E8AA4FFE51DC0900C103EF8695552(__this, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.GTextField FairyGUI.GButton::GetTextField()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * GButton_GetTextField_m01BBDAA2AFE5998B38D0A80F66C09C7C74BF67DF (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GButton_GetTextField_m01BBDAA2AFE5998B38D0A80F66C09C7C74BF67DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_titleObject is GTextField)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__titleObject_98();
if (!((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)IsInstClass((RuntimeObject*)L_0, GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058_il2cpp_TypeInfo_var)))
{
goto IL_0019;
}
}
{
// return (GTextField)_titleObject;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = __this->get__titleObject_98();
return ((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)CastclassClass((RuntimeObject*)L_1, GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058_il2cpp_TypeInfo_var));
}
IL_0019:
{
// else if (_titleObject is GLabel)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = __this->get__titleObject_98();
if (!((GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5 *)IsInstClass((RuntimeObject*)L_2, GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5_il2cpp_TypeInfo_var)))
{
goto IL_0037;
}
}
{
// return ((GLabel)_titleObject).GetTextField();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__titleObject_98();
NullCheck(((GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5 *)CastclassClass((RuntimeObject*)L_3, GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5_il2cpp_TypeInfo_var)));
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_4 = GLabel_GetTextField_m701BD420FD6A5C911F021B4BCFFC256880AC14A6(((GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5 *)CastclassClass((RuntimeObject*)L_3, GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_4;
}
IL_0037:
{
// else if (_titleObject is GButton)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = __this->get__titleObject_98();
if (!((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)IsInstClass((RuntimeObject*)L_5, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)))
{
goto IL_0055;
}
}
{
// return ((GButton)_titleObject).GetTextField();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = __this->get__titleObject_98();
NullCheck(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_6, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)));
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_7 = GButton_GetTextField_m01BBDAA2AFE5998B38D0A80F66C09C7C74BF67DF(((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_6, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_7;
}
IL_0055:
{
// return null;
return (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)NULL;
}
}
// System.Void FairyGUI.GButton::SetState(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, String_t* ___val0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_3 = NULL;
int32_t V_4 = 0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_5 = NULL;
{
// if (_buttonController != null)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = __this->get__buttonController_107();
if (!L_0)
{
goto IL_0014;
}
}
{
// _buttonController.selectedPage = val;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = __this->get__buttonController_107();
String_t* L_2 = ___val0;
NullCheck(L_1);
Controller_set_selectedPage_mB745713A16D373B32555ABF702DFA1D74052A451(L_1, L_2, /*hidden argument*/NULL);
}
IL_0014:
{
// if (_downEffect == 1)
int32_t L_3 = __this->get__downEffect_108();
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
{
goto IL_00d6;
}
}
{
// int cnt = this.numChildren;
int32_t L_4 = GComponent_get_numChildren_m3295721B2CADEDDA4A896EF65214E708AE76C19E(__this, /*hidden argument*/NULL);
V_0 = L_4;
// if (val == DOWN || val == SELECTED_OVER || val == SELECTED_DISABLED)
String_t* L_5 = ___val0;
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral77346D0447DAFF959358A0ECBEEC83BFD9EC86BB, /*hidden argument*/NULL);
if (L_6)
{
goto IL_004e;
}
}
{
String_t* L_7 = ___val0;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, _stringLiteral92047F68F9C7CA8725FECD3E892E5505BE19875E, /*hidden argument*/NULL);
if (L_8)
{
goto IL_004e;
}
}
{
String_t* L_9 = ___val0;
bool L_10 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_9, _stringLiteral2842B5DE9DE996DC0415EC7ED9BC632BEAEBB69E, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0098;
}
}
IL_004e:
{
// Color color = new Color(_downEffectValue, _downEffectValue, _downEffectValue);
float L_11 = __this->get__downEffectValue_109();
float L_12 = __this->get__downEffectValue_109();
float L_13 = __this->get__downEffectValue_109();
Color__ctor_mC9AEEB3931D5B8C37483A884DD8EB40DC8946369((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&V_1), L_11, L_12, L_13, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_0093;
}
IL_006b:
{
// GObject obj = this.GetChildAt(i);
int32_t L_14 = V_2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = GComponent_GetChildAt_mF74B1D0431936054AEB4DB2755A54CBAA243A3FF(__this, L_14, /*hidden argument*/NULL);
V_3 = L_15;
// if ((obj is IColorGear) && !(obj is GTextField))
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_16 = V_3;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_16, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)))
{
goto IL_008f;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_17 = V_3;
if (((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)IsInstClass((RuntimeObject*)L_17, GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058_il2cpp_TypeInfo_var)))
{
goto IL_008f;
}
}
{
// ((IColorGear)obj).color = color;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_18 = V_3;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_19 = V_1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_18, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(1 /* System.Void FairyGUI.IColorGear::set_color(UnityEngine.Color) */, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_18, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)), L_19);
}
IL_008f:
{
// for (int i = 0; i < cnt; i++)
int32_t L_20 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_0093:
{
// for (int i = 0; i < cnt; i++)
int32_t L_21 = V_2;
int32_t L_22 = V_0;
if ((((int32_t)L_21) < ((int32_t)L_22)))
{
goto IL_006b;
}
}
{
// }
return;
}
IL_0098:
{
// for (int i = 0; i < cnt; i++)
V_4 = 0;
goto IL_00d0;
}
IL_009d:
{
// GObject obj = this.GetChildAt(i);
int32_t L_23 = V_4;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_24 = GComponent_GetChildAt_mF74B1D0431936054AEB4DB2755A54CBAA243A3FF(__this, L_23, /*hidden argument*/NULL);
V_5 = L_24;
// if ((obj is IColorGear) && !(obj is GTextField))
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_25 = V_5;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_25, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)))
{
goto IL_00ca;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_26 = V_5;
if (((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)IsInstClass((RuntimeObject*)L_26, GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058_il2cpp_TypeInfo_var)))
{
goto IL_00ca;
}
}
{
// ((IColorGear)obj).color = Color.white;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_27 = V_5;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_28 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_27, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(1 /* System.Void FairyGUI.IColorGear::set_color(UnityEngine.Color) */, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_27, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)), L_28);
}
IL_00ca:
{
// for (int i = 0; i < cnt; i++)
int32_t L_29 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
}
IL_00d0:
{
// for (int i = 0; i < cnt; i++)
int32_t L_30 = V_4;
int32_t L_31 = V_0;
if ((((int32_t)L_30) < ((int32_t)L_31)))
{
goto IL_009d;
}
}
{
// }
return;
}
IL_00d6:
{
// else if (_downEffect == 2)
int32_t L_32 = __this->get__downEffect_108();
if ((!(((uint32_t)L_32) == ((uint32_t)2))))
{
goto IL_0168;
}
}
{
// if (val == DOWN || val == SELECTED_OVER || val == SELECTED_DISABLED)
String_t* L_33 = ___val0;
bool L_34 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_33, _stringLiteral77346D0447DAFF959358A0ECBEEC83BFD9EC86BB, /*hidden argument*/NULL);
if (L_34)
{
goto IL_0109;
}
}
{
String_t* L_35 = ___val0;
bool L_36 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_35, _stringLiteral92047F68F9C7CA8725FECD3E892E5505BE19875E, /*hidden argument*/NULL);
if (L_36)
{
goto IL_0109;
}
}
{
String_t* L_37 = ___val0;
bool L_38 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_37, _stringLiteral2842B5DE9DE996DC0415EC7ED9BC632BEAEBB69E, /*hidden argument*/NULL);
if (!L_38)
{
goto IL_0139;
}
}
IL_0109:
{
// if (!_downScaled)
bool L_39 = __this->get__downScaled_110();
if (L_39)
{
goto IL_0168;
}
}
{
// _downScaled = true;
__this->set__downScaled_110((bool)1);
// SetScale(this.scaleX * _downEffectValue, this.scaleY * _downEffectValue);
float L_40 = GObject_get_scaleX_m67F271CDE40D793156923C4AFE8C643CD569D62C_inline(__this, /*hidden argument*/NULL);
float L_41 = __this->get__downEffectValue_109();
float L_42 = GObject_get_scaleY_m8505506C24D3A12C36BFC235652C0723888B4D59_inline(__this, /*hidden argument*/NULL);
float L_43 = __this->get__downEffectValue_109();
GObject_SetScale_m0681416DAD5C0BB4E09811BA8E608113D10F7241(__this, ((float)il2cpp_codegen_multiply((float)L_40, (float)L_41)), ((float)il2cpp_codegen_multiply((float)L_42, (float)L_43)), /*hidden argument*/NULL);
// }
return;
}
IL_0139:
{
// if (_downScaled)
bool L_44 = __this->get__downScaled_110();
if (!L_44)
{
goto IL_0168;
}
}
{
// _downScaled = false;
__this->set__downScaled_110((bool)0);
// SetScale(this.scaleX / _downEffectValue, this.scaleY / _downEffectValue);
float L_45 = GObject_get_scaleX_m67F271CDE40D793156923C4AFE8C643CD569D62C_inline(__this, /*hidden argument*/NULL);
float L_46 = __this->get__downEffectValue_109();
float L_47 = GObject_get_scaleY_m8505506C24D3A12C36BFC235652C0723888B4D59_inline(__this, /*hidden argument*/NULL);
float L_48 = __this->get__downEffectValue_109();
GObject_SetScale_m0681416DAD5C0BB4E09811BA8E608113D10F7241(__this, ((float)((float)L_45/(float)L_46)), ((float)((float)L_47/(float)L_48)), /*hidden argument*/NULL);
}
IL_0168:
{
// }
return;
}
}
// System.Void FairyGUI.GButton::SetCurrentState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_SetCurrentState_m804BD6C292479B3D91ECF3640CDF44846618BB7B (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GButton_SetCurrentState_m804BD6C292479B3D91ECF3640CDF44846618BB7B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B9_0 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B8_0 = NULL;
String_t* G_B10_0 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B10_1 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B13_0 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B12_0 = NULL;
String_t* G_B14_0 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B14_1 = NULL;
{
// if (this.grayed && _buttonController != null && _buttonController.HasPage(DISABLED))
bool L_0 = GObject_get_grayed_mE73AA9A745453FE200E097DD49CB5CA744AE98E3_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0042;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = __this->get__buttonController_107();
if (!L_1)
{
goto IL_0042;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_2 = __this->get__buttonController_107();
NullCheck(L_2);
bool L_3 = Controller_HasPage_m909C10E977B6E5F3FCD556E59C15A3991A34DCFC(L_2, _stringLiteral07596F183F5E91B1778D5E47B2752B8D42AA763D, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0042;
}
}
{
// if (_selected)
bool L_4 = __this->get__selected_102();
if (!L_4)
{
goto IL_0036;
}
}
{
// SetState(SELECTED_DISABLED);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(__this, _stringLiteral2842B5DE9DE996DC0415EC7ED9BC632BEAEBB69E, /*hidden argument*/NULL);
return;
}
IL_0036:
{
// SetState(DISABLED);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(__this, _stringLiteral07596F183F5E91B1778D5E47B2752B8D42AA763D, /*hidden argument*/NULL);
// }
return;
}
IL_0042:
{
// if (_selected)
bool L_5 = __this->get__selected_102();
if (!L_5)
{
goto IL_0065;
}
}
{
// SetState(_over ? SELECTED_OVER : DOWN);
bool L_6 = __this->get__over_112();
G_B8_0 = __this;
if (L_6)
{
G_B9_0 = __this;
goto IL_005a;
}
}
{
G_B10_0 = _stringLiteral77346D0447DAFF959358A0ECBEEC83BFD9EC86BB;
G_B10_1 = G_B8_0;
goto IL_005f;
}
IL_005a:
{
G_B10_0 = _stringLiteral92047F68F9C7CA8725FECD3E892E5505BE19875E;
G_B10_1 = G_B9_0;
}
IL_005f:
{
NullCheck(G_B10_1);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(G_B10_1, G_B10_0, /*hidden argument*/NULL);
return;
}
IL_0065:
{
// SetState(_over ? OVER : UP);
bool L_7 = __this->get__over_112();
G_B12_0 = __this;
if (L_7)
{
G_B13_0 = __this;
goto IL_0075;
}
}
{
G_B14_0 = _stringLiteral7C0A25C06EA30BAE50E39A37A5997E31A1A96E20;
G_B14_1 = G_B12_0;
goto IL_007a;
}
IL_0075:
{
G_B14_0 = _stringLiteralF0FED7E4932302916B4E9C73FE47EDCAFEED7C44;
G_B14_1 = G_B13_0;
}
IL_007a:
{
NullCheck(G_B14_1);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(G_B14_1, G_B14_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GButton::HandleControllerChanged(FairyGUI.Controller)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_HandleControllerChanged_m0ACC49F1B22AA0C723F527EED3ACF0D73D02889B (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___c0, const RuntimeMethod* method)
{
{
// base.HandleControllerChanged(c);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = ___c0;
GComponent_HandleControllerChanged_mC5E4E5AF3B1A0277F1B0D13CDD34BE97256C07C8(__this, L_0, /*hidden argument*/NULL);
// if (_relatedController == c)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = __this->get__relatedController_100();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_2 = ___c0;
if ((!(((RuntimeObject*)(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)L_1) == ((RuntimeObject*)(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)L_2))))
{
goto IL_002c;
}
}
{
// this.selected = pageOption.id == c.selectedPageId;
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * L_3 = GButton_get_pageOption_mBB774E0D39D2C03543D6EBE45F4F8D90A1AC426A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
String_t* L_4 = PageOption_get_id_m994E3023E58A847716BD54D4D3763394D0E14FCD_inline(L_3, /*hidden argument*/NULL);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_5 = ___c0;
NullCheck(L_5);
String_t* L_6 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_5, /*hidden argument*/NULL);
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, L_6, /*hidden argument*/NULL);
GButton_set_selected_mEFF2DBEBDD2F34C37D08E78524205F989A715055(__this, L_7, /*hidden argument*/NULL);
}
IL_002c:
{
// }
return;
}
}
// System.Void FairyGUI.GButton::HandleGrayedChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_HandleGrayedChanged_m68BD7C8BF2693638E34E8EC6B2AD9817702032A2 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GButton_HandleGrayedChanged_m68BD7C8BF2693638E34E8EC6B2AD9817702032A2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_buttonController != null && _buttonController.HasPage(DISABLED))
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = __this->get__buttonController_107();
if (!L_0)
{
goto IL_0062;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = __this->get__buttonController_107();
NullCheck(L_1);
bool L_2 = Controller_HasPage_m909C10E977B6E5F3FCD556E59C15A3991A34DCFC(L_1, _stringLiteral07596F183F5E91B1778D5E47B2752B8D42AA763D, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0062;
}
}
{
// if (this.grayed)
bool L_3 = GObject_get_grayed_mE73AA9A745453FE200E097DD49CB5CA744AE98E3_inline(__this, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0042;
}
}
{
// if (_selected)
bool L_4 = __this->get__selected_102();
if (!L_4)
{
goto IL_0036;
}
}
{
// SetState(SELECTED_DISABLED);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(__this, _stringLiteral2842B5DE9DE996DC0415EC7ED9BC632BEAEBB69E, /*hidden argument*/NULL);
return;
}
IL_0036:
{
// SetState(DISABLED);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(__this, _stringLiteral07596F183F5E91B1778D5E47B2752B8D42AA763D, /*hidden argument*/NULL);
// }
return;
}
IL_0042:
{
// if (_selected)
bool L_5 = __this->get__selected_102();
if (!L_5)
{
goto IL_0056;
}
}
{
// SetState(DOWN);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(__this, _stringLiteral77346D0447DAFF959358A0ECBEEC83BFD9EC86BB, /*hidden argument*/NULL);
return;
}
IL_0056:
{
// SetState(UP);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(__this, _stringLiteral7C0A25C06EA30BAE50E39A37A5997E31A1A96E20, /*hidden argument*/NULL);
// }
return;
}
IL_0062:
{
// base.HandleGrayedChanged();
GComponent_HandleGrayedChanged_m536F712C96ACE815B52BDB3B5A0C08BEE590AA2E(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GButton::ConstructExtension(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_ConstructExtension_mD44F7D80294AE775AED969B8E893A4A6094569C4 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GButton_ConstructExtension_mD44F7D80294AE775AED969B8E893A4A6094569C4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// buffer.Seek(0, 6);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
NullCheck(L_0);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_0, 0, 6, /*hidden argument*/NULL);
// _mode = (ButtonMode)buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_1 = ___buffer0;
NullCheck(L_1);
uint8_t L_2 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_1, /*hidden argument*/NULL);
__this->set__mode_101(L_2);
// string str = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_3 = ___buffer0;
NullCheck(L_3);
String_t* L_4 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_3, /*hidden argument*/NULL);
V_0 = L_4;
// if (str != null)
String_t* L_5 = V_0;
if (!L_5)
{
goto IL_0030;
}
}
{
// sound = UIPackage.GetItemAssetByURL(str) as NAudioClip;
String_t* L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
RuntimeObject * L_7 = UIPackage_GetItemAssetByURL_mADD6D0566B616E029A8A858F87E72204F6BE7895(L_6, /*hidden argument*/NULL);
__this->set_sound_94(((NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *)IsInstClass((RuntimeObject*)L_7, NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_il2cpp_TypeInfo_var)));
}
IL_0030:
{
// soundVolumeScale = buffer.ReadFloat();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_8 = ___buffer0;
NullCheck(L_8);
float L_9 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_8, /*hidden argument*/NULL);
__this->set_soundVolumeScale_95(L_9);
// _downEffect = buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_10 = ___buffer0;
NullCheck(L_10);
uint8_t L_11 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_10, /*hidden argument*/NULL);
__this->set__downEffect_108(L_11);
// _downEffectValue = buffer.ReadFloat();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_12 = ___buffer0;
NullCheck(L_12);
float L_13 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_12, /*hidden argument*/NULL);
__this->set__downEffectValue_109(L_13);
// if (_downEffect == 2)
int32_t L_14 = __this->get__downEffect_108();
if ((!(((uint32_t)L_14) == ((uint32_t)2))))
{
goto IL_0073;
}
}
{
// SetPivot(0.5f, 0.5f, this.pivotAsAnchor);
bool L_15 = GObject_get_pivotAsAnchor_m887CD832AE37FC81EC8FE358C2772F0EB53C49AC_inline(__this, /*hidden argument*/NULL);
GObject_SetPivot_m64CE550F65ABC5CD126FFA69B3C6AC11725562E7(__this, (0.5f), (0.5f), L_15, /*hidden argument*/NULL);
}
IL_0073:
{
// _buttonController = GetController("button");
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_16 = GComponent_GetController_m06FAB111095468519250A84CC95E2F1386AA20DD(__this, _stringLiteral7B7FCC78D6CD1507925B769B1386CED3683F99C7, /*hidden argument*/NULL);
__this->set__buttonController_107(L_16);
// _titleObject = GetChild("title");
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_17 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(__this, _stringLiteral3C6DE1B7DD91465D437EF415F94F36AFC1FBC8A8, /*hidden argument*/NULL);
__this->set__titleObject_98(L_17);
// _iconObject = GetChild("icon");
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_18 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(__this, _stringLiteralF8995BA5891B07E328C60D6BD6C10159878C5A13, /*hidden argument*/NULL);
__this->set__iconObject_99(L_18);
// if (_titleObject != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_19 = __this->get__titleObject_98();
if (!L_19)
{
goto IL_00bf;
}
}
{
// _title = _titleObject.text;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_20 = __this->get__titleObject_98();
NullCheck(L_20);
String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(14 /* System.String FairyGUI.GObject::get_text() */, L_20);
__this->set__title_103(L_21);
}
IL_00bf:
{
// if (_iconObject != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_22 = __this->get__iconObject_99();
if (!L_22)
{
goto IL_00d8;
}
}
{
// _icon = _iconObject.icon;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_23 = __this->get__iconObject_99();
NullCheck(L_23);
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String FairyGUI.GObject::get_icon() */, L_23);
__this->set__icon_104(L_24);
}
IL_00d8:
{
// if (_mode == ButtonMode.Common)
int32_t L_25 = __this->get__mode_101();
if (L_25)
{
goto IL_00eb;
}
}
{
// SetState(UP);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(__this, _stringLiteral7C0A25C06EA30BAE50E39A37A5997E31A1A96E20, /*hidden argument*/NULL);
}
IL_00eb:
{
// displayObject.onRollOver.Add(__rollover);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_26 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(__this, /*hidden argument*/NULL);
NullCheck(L_26);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_27 = DisplayObject_get_onRollOver_m111E9DEB8F948748A238F24304FA917FB60B1C3B(L_26, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_28 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_28, __this, (intptr_t)((intptr_t)GButton___rollover_mF28E6AA66AEED86775CD566D6794CD6247905A12_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_27);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_27, L_28, /*hidden argument*/NULL);
// displayObject.onRollOut.Add(__rollout);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_29 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(__this, /*hidden argument*/NULL);
NullCheck(L_29);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_30 = DisplayObject_get_onRollOut_mF5E8ADC68F9D9681320261FD482A529927D9F9A2(L_29, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_31 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_31, __this, (intptr_t)((intptr_t)GButton___rollout_m38743B9E7CFD6A508A424DAAE410CA845BD139D7_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_30);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_30, L_31, /*hidden argument*/NULL);
// displayObject.onTouchBegin.Add(__touchBegin);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_32 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(__this, /*hidden argument*/NULL);
NullCheck(L_32);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_33 = DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308(L_32, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_34 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_34, __this, (intptr_t)((intptr_t)GButton___touchBegin_mE8358C8A2CC8CE20244CE531C6622922C7983AB1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_33);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_33, L_34, /*hidden argument*/NULL);
// displayObject.onTouchEnd.Add(__touchEnd);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_35 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(__this, /*hidden argument*/NULL);
NullCheck(L_35);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_36 = DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC(L_35, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_37 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_37, __this, (intptr_t)((intptr_t)GButton___touchEnd_m96642566A6A642C4DEEBE89980FC18DDEA54CFFE_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_36);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_36, L_37, /*hidden argument*/NULL);
// displayObject.onRemovedFromStage.Add(__removedFromStage);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_38 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(__this, /*hidden argument*/NULL);
NullCheck(L_38);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_39 = DisplayObject_get_onRemovedFromStage_mB3154C5532AE6EBE528CBF055D1EE14718509E4A(L_38, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_40 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_40, __this, (intptr_t)((intptr_t)GButton___removedFromStage_m688A0861D8D78D6DDC4D0037D5748BD717E39639_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_39);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_39, L_40, /*hidden argument*/NULL);
// displayObject.onClick.Add(__click);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_41 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(__this, /*hidden argument*/NULL);
NullCheck(L_41);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_42 = DisplayObject_get_onClick_mADFE1D946BFFC149983712F7231EFBC81F416D2E(L_41, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_43 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_43, __this, (intptr_t)((intptr_t)GButton___click_mB3119C5B1A5E8AA4FFE51DC0900C103EF8695552_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_42);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_42, L_43, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GButton::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton_Setup_AfterAdd_mE073A2BFB76548943E22344E000030291FE64429 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, int32_t ___beginPos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GButton_Setup_AfterAdd_mE073A2BFB76548943E22344E000030291FE64429_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
{
// base.Setup_AfterAdd(buffer, beginPos);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
int32_t L_1 = ___beginPos1;
GComponent_Setup_AfterAdd_m0885FD330DB62285D385F2E80373296C002EFAF4(__this, L_0, L_1, /*hidden argument*/NULL);
// if (!buffer.Seek(beginPos, 6))
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_2 = ___buffer0;
int32_t L_3 = ___beginPos1;
NullCheck(L_2);
bool L_4 = ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_2, L_3, 6, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0013;
}
}
{
// return;
return;
}
IL_0013:
{
// if ((ObjectType)buffer.ReadByte() != packageItem.objectType)
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_5 = ___buffer0;
NullCheck(L_5);
uint8_t L_6 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_5, /*hidden argument*/NULL);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_7 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)__this)->get_packageItem_18();
NullCheck(L_7);
int32_t L_8 = L_7->get_objectType_2();
if ((((int32_t)L_6) == ((int32_t)L_8)))
{
goto IL_0027;
}
}
{
// return;
return;
}
IL_0027:
{
// str = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_9 = ___buffer0;
NullCheck(L_9);
String_t* L_10 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_9, /*hidden argument*/NULL);
V_0 = L_10;
// if (str != null)
String_t* L_11 = V_0;
if (!L_11)
{
goto IL_0038;
}
}
{
// this.title = str;
String_t* L_12 = V_0;
GButton_set_title_m14681E0E91A96504D573F4B205E8B12248F26C6E(__this, L_12, /*hidden argument*/NULL);
}
IL_0038:
{
// str = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_13 = ___buffer0;
NullCheck(L_13);
String_t* L_14 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_13, /*hidden argument*/NULL);
V_0 = L_14;
// if (str != null)
String_t* L_15 = V_0;
if (!L_15)
{
goto IL_0049;
}
}
{
// this.selectedTitle = str;
String_t* L_16 = V_0;
GButton_set_selectedTitle_m3FE3D7305E70318BD2601D01637295B0B30A3BA0(__this, L_16, /*hidden argument*/NULL);
}
IL_0049:
{
// str = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_17 = ___buffer0;
NullCheck(L_17);
String_t* L_18 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_17, /*hidden argument*/NULL);
V_0 = L_18;
// if (str != null)
String_t* L_19 = V_0;
if (!L_19)
{
goto IL_005a;
}
}
{
// this.icon = str;
String_t* L_20 = V_0;
VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void FairyGUI.GObject::set_icon(System.String) */, __this, L_20);
}
IL_005a:
{
// str = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_21 = ___buffer0;
NullCheck(L_21);
String_t* L_22 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_21, /*hidden argument*/NULL);
V_0 = L_22;
// if (str != null)
String_t* L_23 = V_0;
if (!L_23)
{
goto IL_006b;
}
}
{
// this.selectedIcon = str;
String_t* L_24 = V_0;
GButton_set_selectedIcon_m8215B8C056C7D61E756EC81FD15EC977CD9DBC7F(__this, L_24, /*hidden argument*/NULL);
}
IL_006b:
{
// if (buffer.ReadBool())
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_25 = ___buffer0;
NullCheck(L_25);
bool L_26 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_25, /*hidden argument*/NULL);
if (!L_26)
{
goto IL_007f;
}
}
{
// this.titleColor = buffer.ReadColor();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_27 = ___buffer0;
NullCheck(L_27);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_28 = ByteBuffer_ReadColor_mEFD8F75A81AFF30EEBCE1022AA51298D8B6CF53E(L_27, /*hidden argument*/NULL);
GButton_set_titleColor_mB4469ED9C03BA8CC29DE31C56EC8A978CE83C64B(__this, L_28, /*hidden argument*/NULL);
}
IL_007f:
{
// int iv = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_29 = ___buffer0;
NullCheck(L_29);
int32_t L_30 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_29, /*hidden argument*/NULL);
V_1 = L_30;
// if (iv != 0)
int32_t L_31 = V_1;
if (!L_31)
{
goto IL_0090;
}
}
{
// this.titleFontSize = iv;
int32_t L_32 = V_1;
GButton_set_titleFontSize_m7B27F71E2895A9C0FF3FED26A653D4AC5A6C03E5(__this, L_32, /*hidden argument*/NULL);
}
IL_0090:
{
// iv = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_33 = ___buffer0;
NullCheck(L_33);
int16_t L_34 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_33, /*hidden argument*/NULL);
V_1 = L_34;
// if (iv >= 0)
int32_t L_35 = V_1;
if ((((int32_t)L_35) < ((int32_t)0)))
{
goto IL_00ad;
}
}
{
// _relatedController = parent.GetControllerAt(iv);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_36 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(__this, /*hidden argument*/NULL);
int32_t L_37 = V_1;
NullCheck(L_36);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_38 = GComponent_GetControllerAt_m6B9245962503DAD24ADBF4C376B82358F04A9B96(L_36, L_37, /*hidden argument*/NULL);
__this->set__relatedController_100(L_38);
}
IL_00ad:
{
// pageOption.id = buffer.ReadS();
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * L_39 = GButton_get_pageOption_mBB774E0D39D2C03543D6EBE45F4F8D90A1AC426A_inline(__this, /*hidden argument*/NULL);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_40 = ___buffer0;
NullCheck(L_40);
String_t* L_41 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_40, /*hidden argument*/NULL);
NullCheck(L_39);
PageOption_set_id_m67C3562F0DF0A702A170DADACF477BA417B68FD9_inline(L_39, L_41, /*hidden argument*/NULL);
// str = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_42 = ___buffer0;
NullCheck(L_42);
String_t* L_43 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_42, /*hidden argument*/NULL);
V_0 = L_43;
// if (str != null)
String_t* L_44 = V_0;
if (!L_44)
{
goto IL_00d9;
}
}
{
// sound = UIPackage.GetItemAssetByURL(str) as NAudioClip;
String_t* L_45 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
RuntimeObject * L_46 = UIPackage_GetItemAssetByURL_mADD6D0566B616E029A8A858F87E72204F6BE7895(L_45, /*hidden argument*/NULL);
__this->set_sound_94(((NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *)IsInstClass((RuntimeObject*)L_46, NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_il2cpp_TypeInfo_var)));
}
IL_00d9:
{
// if (buffer.ReadBool())
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_47 = ___buffer0;
NullCheck(L_47);
bool L_48 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_47, /*hidden argument*/NULL);
if (!L_48)
{
goto IL_00ed;
}
}
{
// soundVolumeScale = buffer.ReadFloat();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_49 = ___buffer0;
NullCheck(L_49);
float L_50 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_49, /*hidden argument*/NULL);
__this->set_soundVolumeScale_95(L_50);
}
IL_00ed:
{
// this.selected = buffer.ReadBool();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_51 = ___buffer0;
NullCheck(L_51);
bool L_52 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_51, /*hidden argument*/NULL);
GButton_set_selected_mEFF2DBEBDD2F34C37D08E78524205F989A715055(__this, L_52, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GButton::__rollover()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton___rollover_mF28E6AA66AEED86775CD566D6794CD6247905A12 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GButton___rollover_mF28E6AA66AEED86775CD566D6794CD6247905A12_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B10_0 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B9_0 = NULL;
String_t* G_B11_0 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B11_1 = NULL;
{
// if (_buttonController == null || !_buttonController.HasPage(OVER))
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = __this->get__buttonController_107();
if (!L_0)
{
goto IL_001a;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = __this->get__buttonController_107();
NullCheck(L_1);
bool L_2 = Controller_HasPage_m909C10E977B6E5F3FCD556E59C15A3991A34DCFC(L_1, _stringLiteralF0FED7E4932302916B4E9C73FE47EDCAFEED7C44, /*hidden argument*/NULL);
if (L_2)
{
goto IL_001b;
}
}
IL_001a:
{
// return;
return;
}
IL_001b:
{
// _over = true;
__this->set__over_112((bool)1);
// if (_down)
bool L_3 = __this->get__down_111();
if (!L_3)
{
goto IL_002b;
}
}
{
// return;
return;
}
IL_002b:
{
// if (this.grayed && _buttonController.HasPage(DISABLED))
bool L_4 = GObject_get_grayed_mE73AA9A745453FE200E097DD49CB5CA744AE98E3_inline(__this, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0046;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_5 = __this->get__buttonController_107();
NullCheck(L_5);
bool L_6 = Controller_HasPage_m909C10E977B6E5F3FCD556E59C15A3991A34DCFC(L_5, _stringLiteral07596F183F5E91B1778D5E47B2752B8D42AA763D, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0046;
}
}
{
// return;
return;
}
IL_0046:
{
// SetState(_selected ? SELECTED_OVER : OVER);
bool L_7 = __this->get__selected_102();
G_B9_0 = __this;
if (L_7)
{
G_B10_0 = __this;
goto IL_0056;
}
}
{
G_B11_0 = _stringLiteralF0FED7E4932302916B4E9C73FE47EDCAFEED7C44;
G_B11_1 = G_B9_0;
goto IL_005b;
}
IL_0056:
{
G_B11_0 = _stringLiteral92047F68F9C7CA8725FECD3E892E5505BE19875E;
G_B11_1 = G_B10_0;
}
IL_005b:
{
NullCheck(G_B11_1);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(G_B11_1, G_B11_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GButton::__rollout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton___rollout_m38743B9E7CFD6A508A424DAAE410CA845BD139D7 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GButton___rollout_m38743B9E7CFD6A508A424DAAE410CA845BD139D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B10_0 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B9_0 = NULL;
String_t* G_B11_0 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * G_B11_1 = NULL;
{
// if (_buttonController == null || !_buttonController.HasPage(OVER))
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = __this->get__buttonController_107();
if (!L_0)
{
goto IL_001a;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = __this->get__buttonController_107();
NullCheck(L_1);
bool L_2 = Controller_HasPage_m909C10E977B6E5F3FCD556E59C15A3991A34DCFC(L_1, _stringLiteralF0FED7E4932302916B4E9C73FE47EDCAFEED7C44, /*hidden argument*/NULL);
if (L_2)
{
goto IL_001b;
}
}
IL_001a:
{
// return;
return;
}
IL_001b:
{
// _over = false;
__this->set__over_112((bool)0);
// if (_down)
bool L_3 = __this->get__down_111();
if (!L_3)
{
goto IL_002b;
}
}
{
// return;
return;
}
IL_002b:
{
// if (this.grayed && _buttonController.HasPage(DISABLED))
bool L_4 = GObject_get_grayed_mE73AA9A745453FE200E097DD49CB5CA744AE98E3_inline(__this, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0046;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_5 = __this->get__buttonController_107();
NullCheck(L_5);
bool L_6 = Controller_HasPage_m909C10E977B6E5F3FCD556E59C15A3991A34DCFC(L_5, _stringLiteral07596F183F5E91B1778D5E47B2752B8D42AA763D, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0046;
}
}
{
// return;
return;
}
IL_0046:
{
// SetState(_selected ? DOWN : UP);
bool L_7 = __this->get__selected_102();
G_B9_0 = __this;
if (L_7)
{
G_B10_0 = __this;
goto IL_0056;
}
}
{
G_B11_0 = _stringLiteral7C0A25C06EA30BAE50E39A37A5997E31A1A96E20;
G_B11_1 = G_B9_0;
goto IL_005b;
}
IL_0056:
{
G_B11_0 = _stringLiteral77346D0447DAFF959358A0ECBEEC83BFD9EC86BB;
G_B11_1 = G_B10_0;
}
IL_005b:
{
NullCheck(G_B11_1);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(G_B11_1, G_B11_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GButton::__touchBegin(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton___touchBegin_mE8358C8A2CC8CE20244CE531C6622922C7983AB1 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GButton___touchBegin_mE8358C8A2CC8CE20244CE531C6622922C7983AB1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (context.inputEvent.button != 0)
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_0 = ___context0;
NullCheck(L_0);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_1 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_2 = InputEvent_get_button_mA0AFF1A99898B31AFC52C5A9CB3880608F83451F_inline(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000e;
}
}
{
// return;
return;
}
IL_000e:
{
// _down = true;
__this->set__down_111((bool)1);
// context.CaptureTouch();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_3 = ___context0;
NullCheck(L_3);
EventContext_CaptureTouch_m65DBDB9617F3CAA1B20FEE80C30068FECF74A33D(L_3, /*hidden argument*/NULL);
// if (_mode == ButtonMode.Common)
int32_t L_4 = __this->get__mode_101();
if (L_4)
{
goto IL_005d;
}
}
{
// if (this.grayed && _buttonController != null && _buttonController.HasPage(DISABLED))
bool L_5 = GObject_get_grayed_mE73AA9A745453FE200E097DD49CB5CA744AE98E3_inline(__this, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0052;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_6 = __this->get__buttonController_107();
if (!L_6)
{
goto IL_0052;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_7 = __this->get__buttonController_107();
NullCheck(L_7);
bool L_8 = Controller_HasPage_m909C10E977B6E5F3FCD556E59C15A3991A34DCFC(L_7, _stringLiteral07596F183F5E91B1778D5E47B2752B8D42AA763D, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0052;
}
}
{
// SetState(SELECTED_DISABLED);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(__this, _stringLiteral2842B5DE9DE996DC0415EC7ED9BC632BEAEBB69E, /*hidden argument*/NULL);
goto IL_005d;
}
IL_0052:
{
// SetState(DOWN);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(__this, _stringLiteral77346D0447DAFF959358A0ECBEEC83BFD9EC86BB, /*hidden argument*/NULL);
}
IL_005d:
{
// if (linkedPopup != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = __this->get_linkedPopup_97();
if (!L_9)
{
goto IL_0095;
}
}
{
// if (linkedPopup is Window)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = __this->get_linkedPopup_97();
if (!((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)IsInstClass((RuntimeObject*)L_10, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)))
{
goto IL_0083;
}
}
{
// ((Window)linkedPopup).ToggleStatus();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = __this->get_linkedPopup_97();
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_11, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_ToggleStatus_m565EC5EF552C195BA3B97B718B8E30DEF463A69F(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_11, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return;
}
IL_0083:
{
// this.root.TogglePopup(linkedPopup, this);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_12 = GObject_get_root_m1C4DC9603085BCEA94EB98296164BF405CBDE473(__this, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = __this->get_linkedPopup_97();
NullCheck(L_12);
GRoot_TogglePopup_mE0C4E3AC6FC26AD89BA3A8B1E84E30E8E97F17EA(L_12, L_13, __this, /*hidden argument*/NULL);
}
IL_0095:
{
// }
return;
}
}
// System.Void FairyGUI.GButton::__touchEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton___touchEnd_m96642566A6A642C4DEEBE89980FC18DDEA54CFFE (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GButton___touchEnd_m96642566A6A642C4DEEBE89980FC18DDEA54CFFE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_down)
bool L_0 = __this->get__down_111();
if (!L_0)
{
goto IL_00ac;
}
}
{
// _down = false;
__this->set__down_111((bool)0);
// if (_mode == ButtonMode.Common)
int32_t L_1 = __this->get__mode_101();
if (L_1)
{
goto IL_0068;
}
}
{
// if (this.grayed && _buttonController != null && _buttonController.HasPage(DISABLED))
bool L_2 = GObject_get_grayed_mE73AA9A745453FE200E097DD49CB5CA744AE98E3_inline(__this, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0048;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_3 = __this->get__buttonController_107();
if (!L_3)
{
goto IL_0048;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_4 = __this->get__buttonController_107();
NullCheck(L_4);
bool L_5 = Controller_HasPage_m909C10E977B6E5F3FCD556E59C15A3991A34DCFC(L_4, _stringLiteral07596F183F5E91B1778D5E47B2752B8D42AA763D, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0048;
}
}
{
// SetState(DISABLED);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(__this, _stringLiteral07596F183F5E91B1778D5E47B2752B8D42AA763D, /*hidden argument*/NULL);
return;
}
IL_0048:
{
// else if (_over)
bool L_6 = __this->get__over_112();
if (!L_6)
{
goto IL_005c;
}
}
{
// SetState(OVER);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(__this, _stringLiteralF0FED7E4932302916B4E9C73FE47EDCAFEED7C44, /*hidden argument*/NULL);
return;
}
IL_005c:
{
// SetState(UP);
GButton_SetState_m2D5BF16157618877D48FB50880B38ADF5FA6D376(__this, _stringLiteral7C0A25C06EA30BAE50E39A37A5997E31A1A96E20, /*hidden argument*/NULL);
// }
return;
}
IL_0068:
{
// if (!_over
// && _buttonController != null
// && (_buttonController.selectedPage == OVER || _buttonController.selectedPage == SELECTED_OVER))
bool L_7 = __this->get__over_112();
if (L_7)
{
goto IL_00ac;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_8 = __this->get__buttonController_107();
if (!L_8)
{
goto IL_00ac;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_9 = __this->get__buttonController_107();
NullCheck(L_9);
String_t* L_10 = Controller_get_selectedPage_m2B6A819B5A7B0C1B124BE5F0C4FBF2E882625CB5(L_9, /*hidden argument*/NULL);
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, _stringLiteralF0FED7E4932302916B4E9C73FE47EDCAFEED7C44, /*hidden argument*/NULL);
if (L_11)
{
goto IL_00a6;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_12 = __this->get__buttonController_107();
NullCheck(L_12);
String_t* L_13 = Controller_get_selectedPage_m2B6A819B5A7B0C1B124BE5F0C4FBF2E882625CB5(L_12, /*hidden argument*/NULL);
bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_13, _stringLiteral92047F68F9C7CA8725FECD3E892E5505BE19875E, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_00ac;
}
}
IL_00a6:
{
// SetCurrentState();
GButton_SetCurrentState_m804BD6C292479B3D91ECF3640CDF44846618BB7B(__this, /*hidden argument*/NULL);
}
IL_00ac:
{
// }
return;
}
}
// System.Void FairyGUI.GButton::__removedFromStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton___removedFromStage_m688A0861D8D78D6DDC4D0037D5748BD717E39639 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// if (_over)
bool L_0 = __this->get__over_112();
if (!L_0)
{
goto IL_000e;
}
}
{
// __rollout();
GButton___rollout_m38743B9E7CFD6A508A424DAAE410CA845BD139D7(__this, /*hidden argument*/NULL);
}
IL_000e:
{
// }
return;
}
}
// System.Void FairyGUI.GButton::__click()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton___click_mB3119C5B1A5E8AA4FFE51DC0900C103EF8695552 (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GButton___click_mB3119C5B1A5E8AA4FFE51DC0900C103EF8695552_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (sound != null && sound.nativeClip != null)
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_0 = __this->get_sound_94();
if (!L_0)
{
goto IL_0036;
}
}
{
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_1 = __this->get_sound_94();
NullCheck(L_1);
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_2 = L_1->get_nativeClip_1();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_3 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_2, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0036;
}
}
{
// Stage.inst.PlayOneShotSound(sound.nativeClip, soundVolumeScale);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_4 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_5 = __this->get_sound_94();
NullCheck(L_5);
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_6 = L_5->get_nativeClip_1();
float L_7 = __this->get_soundVolumeScale_95();
NullCheck(L_4);
Stage_PlayOneShotSound_mA29219A0BE1BCD00E7E78ED88D8FBF4B2760ED1E(L_4, L_6, L_7, /*hidden argument*/NULL);
}
IL_0036:
{
// if (_mode == ButtonMode.Check)
int32_t L_8 = __this->get__mode_101();
if ((!(((uint32_t)L_8) == ((uint32_t)1))))
{
goto IL_0064;
}
}
{
// if (changeStateOnClick)
bool L_9 = __this->get_changeStateOnClick_96();
if (!L_9)
{
goto IL_00b0;
}
}
{
// this.selected = !_selected;
bool L_10 = __this->get__selected_102();
GButton_set_selected_mEFF2DBEBDD2F34C37D08E78524205F989A715055(__this, (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
// DispatchEvent("onChanged", null);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(__this, _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002, NULL, /*hidden argument*/NULL);
// }
return;
}
IL_0064:
{
// else if (_mode == ButtonMode.Radio)
int32_t L_11 = __this->get__mode_101();
if ((!(((uint32_t)L_11) == ((uint32_t)2))))
{
goto IL_0092;
}
}
{
// if (changeStateOnClick && !_selected)
bool L_12 = __this->get_changeStateOnClick_96();
if (!L_12)
{
goto IL_00b0;
}
}
{
bool L_13 = __this->get__selected_102();
if (L_13)
{
goto IL_00b0;
}
}
{
// this.selected = true;
GButton_set_selected_mEFF2DBEBDD2F34C37D08E78524205F989A715055(__this, (bool)1, /*hidden argument*/NULL);
// DispatchEvent("onChanged", null);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(__this, _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002, NULL, /*hidden argument*/NULL);
// }
return;
}
IL_0092:
{
// if (_relatedController != null)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_14 = __this->get__relatedController_100();
if (!L_14)
{
goto IL_00b0;
}
}
{
// _relatedController.selectedPageId = pageOption.id;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_15 = __this->get__relatedController_100();
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * L_16 = GButton_get_pageOption_mBB774E0D39D2C03543D6EBE45F4F8D90A1AC426A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_16);
String_t* L_17 = PageOption_get_id_m994E3023E58A847716BD54D4D3763394D0E14FCD_inline(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
Controller_set_selectedPageId_m5AD05F9CA77EF32AA132EA6B0192F51E7E20214F(L_15, L_17, /*hidden argument*/NULL);
}
IL_00b0:
{
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public NGraphics graphics { get; protected set; }
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = __this->get_U3CgraphicsU3Ek__BackingField_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * DisplayObject_get_paintingGraphics_m83CE352AF96A18564A50301B6AA8F39B75A265DD_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public NGraphics paintingGraphics { get; protected set; }
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = __this->get_U3CpaintingGraphicsU3Ek__BackingField_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * NGraphics_get_material_mFCAE729EB1780226A82754E772A34996B1D367B7_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _material; }
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_0 = __this->get__material_9();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public Container parent { get; private set; }
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = __this->get_U3CparentU3Ek__BackingField_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DisplayObject_get_touchable_m65AC808CF39AE15DF4A65C6B3C8CDEE17AD6ED80_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _touchable; }
bool L_0 = __this->get__touchable_12();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DisplayObject_set_touchable_m165CF943B6D5C11568709C7DDE9B6B43FFF4600D_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _touchable = value; }
bool L_0 = ___value0;
__this->set__touchable_12(L_0);
// set { _touchable = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public GameObject gameObject { get; protected set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_U3CgameObjectU3Ek__BackingField_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public Transform cachedTransform { get; protected set; }
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = __this->get_U3CcachedTransformU3Ek__BackingField_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float DisplayObject_get_alpha_m998194D620CED18A611199F7F6CB6C5606F1F493_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _alpha; }
float L_0 = __this->get__alpha_17();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DisplayObject_get_grayed_mE5B8F265844C94C0CA51D5C56D151C3A82C290A4_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _grayed; }
bool L_0 = __this->get__grayed_18();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool DisplayObject_get_visible_mAC592C4E9C512B8C487417138816F0850B4569A5_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// get { return _visible; }
bool L_0 = __this->get__visible_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _texture; }
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = __this->get__texture_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method)
{
{
// get { return _pointer; }
int32_t L_0 = __this->get__pointer_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { _pointer = value; }
int32_t L_0 = ___value0;
__this->set__pointer_3(L_0);
// set { _pointer = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DisplayObject_set_gameObject_m04C8325C463D222B40D377406A87EF6A3A28E842_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// public GameObject gameObject { get; protected set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___value0;
__this->set_U3CgameObjectU3Ek__BackingField_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DisplayObject_set_cachedTransform_m6E09669B82554861FE63CACC105B9D849E08B51D_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___value0, const RuntimeMethod* method)
{
{
// public Transform cachedTransform { get; protected set; }
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = ___value0;
__this->set_U3CcachedTransformU3Ek__BackingField_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NGraphics_get_shader_m870C5803B7027A055FBE8B1079C0F254483F583B_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _shader; }
String_t* L_0 = __this->get__shader_8();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * NGraphics_get_gameObject_m7FFE7F33E6B28AF9A06E1A3C8C425116231719F7_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// public GameObject gameObject { get; private set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_U3CgameObjectU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DisplayObject_set_parent_mD1CA8BD0F298C852B7435AD842BC314A74B03357_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___value0, const RuntimeMethod* method)
{
{
// public Container parent { get; private set; }
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = ___value0;
__this->set_U3CparentU3Ek__BackingField_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DisplayObject_set_paintingGraphics_mDF2BFF1D0DCC517799B36075AA555313BD77D63A_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___value0, const RuntimeMethod* method)
{
{
// public NGraphics paintingGraphics { get; protected set; }
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = ___value0;
__this->set_U3CpaintingGraphicsU3Ek__BackingField_7(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stage_get_stageHeight_m979ECFABF811ADCDE89B970B7FF1B9765CE28C92_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
{
// public int stageHeight { get; private set; }
int32_t L_0 = __this->get_U3CstageHeightU3Ek__BackingField_69();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// public GComponent parent { get; private set; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get_U3CparentU3Ek__BackingField_15();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void BaseFont_set_name_m761C9192ED6DCB3912DACF45A637DA266FF8CC66_inline (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string name { get; protected set; }
String_t* L_0 = ___value0;
__this->set_U3CnameU3Ek__BackingField_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, const RuntimeMethod* method)
{
{
// public string name { get; protected set; }
String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_stringLength_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EMRenderSupport_get_packageListReady_m21CA92241FAC0AFE3F9855ADF4A4773D23EDCE8D_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EMRenderSupport_get_packageListReady_m21CA92241FAC0AFE3F9855ADF4A4773D23EDCE8DAssemblyU2DCSharp1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static bool packageListReady { get; private set; }
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
bool L_0 = ((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->get_U3CpackageListReadyU3Ek__BackingField_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void EMRenderSupport_set_packageListReady_m953D61E9F0D999534F49FB44490024087067EB33_inline (bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EMRenderSupport_set_packageListReady_m953D61E9F0D999534F49FB44490024087067EB33AssemblyU2DCSharp1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static bool packageListReady { get; private set; }
bool L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
((EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields*)il2cpp_codegen_static_fields_for(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var))->set_U3CpackageListReadyU3Ek__BackingField_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * LuaBaseRef_GetLuaState_m59DE3FCE4CC705ACD929988CF70F8609260CD99B_inline (LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 * __this, const RuntimeMethod* method)
{
{
// return luaState;
LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * L_0 = __this->get_luaState_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline (Delegate_t * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_target_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void EventContext_set_sender_mF002FE606984760364182316D66A508EFD363802_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___value0, const RuntimeMethod* method)
{
{
// public EventDispatcher sender { get; internal set; }
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_0 = ___value0;
__this->set_U3CsenderU3Ek__BackingField_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void EventContext_set_initiator_m22E5AE7A43DA5C82BDAE4995B8117B1003CE53A1_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
// public object initiator { get; internal set; }
RuntimeObject * L_0 = ___value0;
__this->set_U3CinitiatorU3Ek__BackingField_1(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void EventContext_set_inputEvent_mC6F5E79EB7B6D6440774BB859611A003F2173B06_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * ___value0, const RuntimeMethod* method)
{
{
// public InputEvent inputEvent { get; internal set; }
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_0 = ___value0;
__this->set_U3CinputEventU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * EventContext_get_sender_m4BD309D8B049AD4CD8098EC735A082700AAD8C5F_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// public EventDispatcher sender { get; internal set; }
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_0 = __this->get_U3CsenderU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// public InputEvent inputEvent { get; internal set; }
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_0 = __this->get_U3CinputEventU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputEvent_get_touchId_mF49C46B8546915BE1727492794E5F37F3A7AE3A0_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public int touchId { get; internal set; }
int32_t L_0 = __this->get_U3CtouchIdU3Ek__BackingField_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GButton_set_pageOption_m164092CD44204F3928F6F643FAFD1DF0C9CFD077_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * ___value0, const RuntimeMethod* method)
{
{
// public PageOption pageOption { get; private set; }
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * L_0 = ___value0;
__this->set_U3CpageOptionU3Ek__BackingField_93(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GButton_get_title_mD64F33CF4AFF3FAAEA3CE6AB8B998BF8BDFD2479_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// return _title;
String_t* L_0 = __this->get__title_103();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * GButton_get_pageOption_mBB774E0D39D2C03543D6EBE45F4F8D90A1AC426A_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// public PageOption pageOption { get; private set; }
PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * L_0 = __this->get_U3CpageOptionU3Ek__BackingField_93();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* PageOption_get_id_m994E3023E58A847716BD54D4D3763394D0E14FCD_inline (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, const RuntimeMethod* method)
{
{
// return _id;
String_t* L_0 = __this->get__id_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PageOption_set_controller_mEFB3D5D51BDC4091A57F20E4A2244743672190D5_inline (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___value0, const RuntimeMethod* method)
{
{
// _controller = value;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = ___value0;
__this->set__controller_0(L_0);
// }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_scaleX_m67F271CDE40D793156923C4AFE8C643CD569D62C_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// get { return _scaleX; }
float L_0 = __this->get__scaleX_35();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_scaleY_m8505506C24D3A12C36BFC235652C0723888B4D59_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// get { return _scaleY; }
float L_0 = __this->get__scaleY_36();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_grayed_mE73AA9A745453FE200E097DD49CB5CA744AE98E3_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// return _grayed;
bool L_0 = __this->get__grayed_33();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_pivotAsAnchor_m887CD832AE37FC81EC8FE358C2772F0EB53C49AC_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// get { return _pivotAsAnchor; }
bool L_0 = __this->get__pivotAsAnchor_24();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// public DisplayObject displayObject { get; protected set; }
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = __this->get_U3CdisplayObjectU3Ek__BackingField_16();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PageOption_set_id_m67C3562F0DF0A702A170DADACF477BA417B68FD9_inline (PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// _id = value;
String_t* L_0 = ___value0;
__this->set__id_1(L_0);
// }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputEvent_get_button_mA0AFF1A99898B31AFC52C5A9CB3880608F83451F_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public int button { get; internal set; }
int32_t L_0 = __this->get_U3CbuttonU3Ek__BackingField_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1();
int32_t L_3 = ___index0;
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_gshared_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_gshared_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)__this->get__items_1();
int32_t L_3 = ___index0;
int32_t L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_gshared_inline (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->get_has_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_gshared_inline (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method)
{
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = (Rect_t35B976DE901B5423C11705E156938EA27AB402CE )__this->get_value_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m0F9CE98DED723C4ABCF73F4941E35AE098318797_gshared_inline (Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->get_has_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m03CCC63A37FCE702C4D78396076BAC618943C30A_gshared_inline (Nullable_1_t669A0C6E1DF776D3F5E7B255719947BFBF9F5BA0 * __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->get_has_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m00247CF164A2FD4619D1F04AEFCA13BA28E216A1_gshared_inline (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->get_has_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mADA59B620C88DF47CBB953A8941CFE545BDF556D_gshared_inline (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method)
{
{
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_0 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE )__this->get_current_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1();
return L_0;
}
}