fengye/fk101/web_xcode/Classes/Native/Assembly-CSharp6.cpp

45786 lines
2.1 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template <typename R>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct VirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, 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 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 R>
struct GenericVirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct GenericVirtFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, 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, typename T2>
struct GenericVirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
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);
}
};
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, typename T1>
struct InterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct InterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, 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 R>
struct GenericInterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct GenericInterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, 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);
}
};
template <typename T1, typename T2>
struct GenericInterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
// FairyGUI.BaseFont
struct BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F;
// FairyGUI.BitmapFont
struct BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88;
// FairyGUI.BitmapFont/BMGlyph
struct BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA;
// FairyGUI.ColliderHitTest
struct ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67;
// FairyGUI.ColorFilter
struct ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0;
// FairyGUI.Container
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68;
// FairyGUI.Controller
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64;
// FairyGUI.DisplayObject
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB;
// FairyGUI.DisplayObject[]
struct DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204;
// FairyGUI.EMRenderTarget
struct EMRenderTarget_t416B833E695A88D5F935058B691F693BD1DEFA5C;
// 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.EventDispatcher
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7;
// FairyGUI.EventDispatcher[]
struct EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E;
// FairyGUI.EventListener
struct EventListener_t49A905F03D200ACE99DE09C02C7007437397826F;
// FairyGUI.GButton
struct GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942;
// FairyGUI.GComboBox
struct GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C;
// FairyGUI.GComponent
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC;
// FairyGUI.GGraph
struct GGraph_tD2F718A15120D167149C9E19B8802F8862458858;
// FairyGUI.GGroup
struct GGroup_tC639447CD683C998CC282B1BEB24798021939CB4;
// FairyGUI.GImage
struct GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A;
// FairyGUI.GLabel
struct GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5;
// FairyGUI.GList
struct GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38;
// FairyGUI.GLoader
struct GLoader_t79DB886430214FA5031328823142509230E0E4A8;
// FairyGUI.GMovieClip
struct GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84;
// FairyGUI.GObject
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB;
// FairyGUI.GObjectPool
struct GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17;
// FairyGUI.GObjectPool/InitCallbackDelegate
struct InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57;
// FairyGUI.GPath
struct GPath_t097563F29B192985F7F754E478BB55F8224DF2A2;
// FairyGUI.GProgressBar
struct GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A;
// FairyGUI.GRichTextField
struct GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F;
// FairyGUI.GRoot
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F;
// FairyGUI.GScrollBar
struct GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2;
// FairyGUI.GSlider
struct GSlider_t6744387ADB3DE64C71458B21627B32714BD96816;
// FairyGUI.GTextField
struct GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058;
// FairyGUI.GTextInput
struct GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C;
// FairyGUI.GTweenCallback
struct GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F;
// FairyGUI.GTweenCallback1
struct GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D;
// FairyGUI.GTweener
struct GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C;
// FairyGUI.GTweener[]
struct GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22;
// 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.ITweenListener
struct ITweenListener_t2A71276DD281AA503C802C7AFC7C97EE3503FD34;
// FairyGUI.Image
struct Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8;
// FairyGUI.InputEvent
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495;
// FairyGUI.InputTextField
struct InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC;
// FairyGUI.ListItemProvider
struct ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1;
// FairyGUI.ListItemRenderer
struct ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9;
// FairyGUI.MaterialManager
struct MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098;
// FairyGUI.MeshColliderHitTest
struct MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5;
// FairyGUI.MovieClip
struct MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547;
// FairyGUI.MovieClip/Frame
struct Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B;
// 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.PackageItem[]
struct PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1;
// FairyGUI.PageOption
struct PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3;
// FairyGUI.PixelHitTestData
struct PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4;
// FairyGUI.PlayCompleteCallback
struct PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554;
// FairyGUI.Relations
struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF;
// FairyGUI.RichTextField
struct RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294;
// FairyGUI.ScrollPane
struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE;
// FairyGUI.ShaderConfig/GetFunction
struct GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA;
// FairyGUI.ShaderConfig/PropertyIDs
struct PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71;
// FairyGUI.Shape
struct Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8;
// FairyGUI.Stage
struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8;
// FairyGUI.StencilEraser
struct StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B;
// FairyGUI.TValue
struct TValue_t82801118914234C897121D3AFA68F615837FB309;
// FairyGUI.TValue_Animation
struct TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B;
// FairyGUI.TValue_Shake
struct TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04;
// FairyGUI.TValue_Sound
struct TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF;
// FairyGUI.TValue_Text
struct TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252;
// FairyGUI.TValue_Transition
struct TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131;
// FairyGUI.TValue_Visible
struct TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E;
// FairyGUI.TextField
struct TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D;
// FairyGUI.TextField/CharPosition[]
struct CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4;
// FairyGUI.TextFormat
struct TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135;
// FairyGUI.TimerCallback
struct TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879;
// FairyGUI.Timers
struct Timers_t0460FD83034A09479176FC176CB5306B89A14EB3;
// FairyGUI.TimersEngine
struct TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06;
// FairyGUI.TouchInfo
struct TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C;
// FairyGUI.TouchInfo[]
struct TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD;
// FairyGUI.TouchScreenKeyboard
struct TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937;
// FairyGUI.Transition
struct Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA;
// FairyGUI.Transition/<>c__DisplayClass75_0
struct U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1;
// FairyGUI.TransitionHook
struct TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585;
// FairyGUI.TransitionItem
struct TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC;
// FairyGUI.TransitionItem[]
struct TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807;
// FairyGUI.TranslationHelper
struct TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694;
// FairyGUI.TreeNode
struct TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB;
// FairyGUI.TreeNode[]
struct TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0;
// FairyGUI.TreeView
struct TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5;
// FairyGUI.TreeView/TreeNodeCreateCellDelegate
struct TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4;
// FairyGUI.TreeView/TreeNodeRenderDelegate
struct TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861;
// FairyGUI.TreeView/TreeNodeWillExpandDelegate
struct TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B;
// FairyGUI.TweenConfig
struct TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F;
// FairyGUI.TweenManager/TweenEngine
struct TweenEngine_tDAD1112226D38D6B00E07A6AE2F6148D72DC1A92;
// FairyGUI.TweenPropTypeUtils
struct TweenPropTypeUtils_tEDC4635BD363AC34D50815F0BE07C0FFF3D75316;
// FairyGUI.TweenValue
struct TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9;
// FairyGUI.TypingEffect
struct TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C;
// FairyGUI.TypingEffect/<Print>d__17
struct U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5;
// FairyGUI.UIConfig
struct UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A;
// FairyGUI.UIConfig/ConfigValue
struct ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB;
// FairyGUI.UIConfig/ConfigValue[]
struct ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662;
// FairyGUI.UIConfig/SoundLoader
struct SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2;
// FairyGUI.UIContentScaler
struct UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B;
// FairyGUI.UILoadCallback
struct UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D;
// FairyGUI.UIObjectFactory
struct UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9;
// FairyGUI.UIObjectFactory/<>c__DisplayClass4_0
struct U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED;
// FairyGUI.UIObjectFactory/<>c__DisplayClass6_0
struct U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2;
// FairyGUI.UIObjectFactory/<>c__DisplayClass7_0
struct U3CU3Ec__DisplayClass7_0_tB95B3A18E0F1C2B8E61C96DF5B1E5DD6E1C7DF33;
// FairyGUI.UIObjectFactory/GComponentCreator
struct GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28;
// FairyGUI.UIObjectFactory/GLoaderCreator
struct GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1;
// FairyGUI.UIPackage
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693;
// FairyGUI.UIPackage/AtlasSprite
struct AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F;
// FairyGUI.UIPackage/CreateObjectCallback
struct CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4;
// FairyGUI.UIPackage[]
struct UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1;
// FairyGUI.UIPainter
struct UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A;
// FairyGUI.UIPanel
struct UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC;
// FairyGUI.UpdateContext
struct UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7;
// FairyGUI.Utils.ByteBuffer
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268;
// FairyGUI.Utils.HtmlParseOptions
struct HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67;
// FairyGUI.Utils.IHtmlPageContext
struct IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA;
// FairyGUI.Utils.XML
struct XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253;
// FairyGUI.Utils.XMLList
struct XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C;
// LuaInterface.LuaFunction
struct LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B;
// LuaInterface.LuaState
struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE;
// LuaInterface.LuaTable
struct LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87;
// LuaInterface.ObjectTranslator
struct ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.Generic.Dictionary`2/Entry<System.String,FairyGUI.PackageItem>[]
struct EntryU5BU5D_t264167D3656104A44F0EE2AC57BBDF4BC7D6DE84;
// System.Collections.Generic.Dictionary`2/Entry<System.String,FairyGUI.UIObjectFactory/GComponentCreator>[]
struct EntryU5BU5D_tFB3EB361BE401A0F4A7102AF9992BE69C385B2D7;
// System.Collections.Generic.Dictionary`2/Entry<System.String,FairyGUI.UIPackage/AtlasSprite>[]
struct EntryU5BU5D_tBA956F47BADEC9C6E4DB08F76CFCA0F5BB51A3BB;
// System.Collections.Generic.Dictionary`2/Entry<System.String,FairyGUI.UIPackage>[]
struct EntryU5BU5D_tD87CE8F9B17DE0D23143C3EC4BBF2C045F243357;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>>[]
struct EntryU5BU5D_tC0C96D4AA89AAA3BB24F5FE6D3F0534C823E542B;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.String>[]
struct EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,FairyGUI.PackageItem>
struct KeyCollection_t8E1299D25FC721A757CEA5468960B0F6505E9EAA;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,FairyGUI.UIObjectFactory/GComponentCreator>
struct KeyCollection_t5A617B3EEF4252C270CC9B36E09ED684B856ED38;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,FairyGUI.UIPackage/AtlasSprite>
struct KeyCollection_t2EDEDABC1680F62F7D6C92F2C88D5994E53B8BE9;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,FairyGUI.UIPackage>
struct KeyCollection_tCB50DD398D56A638E09AFAFCEB5BC877B7BF8E9D;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>>
struct KeyCollection_tB94B11C4DA5950CD1A9E1BD7B4AAA7FC4149EFED;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
struct KeyCollection_tC73654392B284B89334464107B696C9BD89776D9;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.PackageItem>
struct ValueCollection_tD0BE4AF1DC4C3133839C488BA23D6D4B3ECE05B1;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.UIObjectFactory/GComponentCreator>
struct ValueCollection_tAB17C08B04C6E6A07784EAA1508D263E9ECBBBA5;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.UIPackage/AtlasSprite>
struct ValueCollection_t7D520C45785FE890A66D7BA5AD212558BF7B9B83;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.UIPackage>
struct ValueCollection_t87965D05E58EE17C4D1491AC403FBF9E1DB91F76;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>>
struct ValueCollection_tADA2CBBE00C3C265365793F9F7568456E40623B5;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.String>
struct ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43;
// System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>
struct Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B;
// System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont/BMGlyph>
struct Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge>
struct Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>
struct Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>
struct Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIObjectFactory/GComponentCreator>
struct Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage/AtlasSprite>
struct Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>
struct Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949;
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>>
struct Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F;
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>
struct Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666;
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC;
// System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji>
struct Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73;
// System.Collections.Generic.IEnumerable`1<UnityEngine.Renderer>
struct IEnumerable_1_tC3F719794890B44C361BE9B57A7EBEF2F4E07794;
// 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.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.EventDispatcher>
struct List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219;
// System.Collections.Generic.List`1<FairyGUI.GList/ItemInfo>
struct List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991;
// System.Collections.Generic.List`1<FairyGUI.GObject>
struct List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42;
// System.Collections.Generic.List`1<FairyGUI.GTweener>
struct List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C;
// System.Collections.Generic.List`1<FairyGUI.NTexture>
struct List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87;
// System.Collections.Generic.List`1<FairyGUI.PackageItem>
struct List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822;
// System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>
struct List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3;
// System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>
struct List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5;
// System.Collections.Generic.List`1<FairyGUI.Transition>
struct List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281;
// System.Collections.Generic.List`1<FairyGUI.TreeNode>
struct List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C;
// System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>
struct List_1_t74B6A4CA646AC394724678D53711955E95B67FB2;
// System.Collections.Generic.List`1<FairyGUI.UIPackage>
struct List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC;
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>
struct List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00;
// System.Collections.Generic.List`1<FairyGUI.Utils.XML>
struct List_1_tF2DE6534667495498DB8419191E85A16E962ABEE;
// 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.Renderer>
struct List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749;
// 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.Utils.XML>
struct Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8;
// System.Collections.Generic.Stack`1<LuaInterface.LuaFunction/FuncData>
struct Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Comparison`1<FairyGUI.PackageItem>
struct Comparison_1_tE5D7D3C8CDA1244BA4C36C7B500AC4390D67FCB3;
// 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.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Single[]
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.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.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8;
// UnityEngine.BoxCollider
struct BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA;
// UnityEngine.Camera
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34;
// UnityEngine.Camera/CameraCallback
struct CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0;
// UnityEngine.Collider
struct Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF;
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621;
// UnityEngine.Display
struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57;
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F;
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598;
// UnityEngine.Mesh
struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C;
// UnityEngine.MeshCollider
struct MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE;
// 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.Renderer
struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4;
// UnityEngine.Renderer[]
struct RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93;
// UnityEngine.TextAsset
struct TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E;
// UnityEngine.Texture
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4;
// UnityEngine.Texture2D
struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C;
// UnityEngine.TouchScreenKeyboard
struct TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90;
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA;
// UnityEngine.Vector2[]
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6;
// UnityEngine.Vector3[]
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28;
// UnityEngine.WaitForSeconds
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8;
IL2CPP_EXTERN_C RuntimeClass* AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_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* Color_t119BCA590009762C7223FDD3AF9706653AC84ED2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Comparison_1_tE5D7D3C8CDA1244BA4C36C7B500AC4390D67FCB3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F_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* EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_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* 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* FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GGraph_tD2F718A15120D167149C9E19B8802F8862458858_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GGroup_tC639447CD683C998CC282B1BEB24798021939CB4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GSlider_t6744387ADB3DE64C71458B21627B32714BD96816_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_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_t1C8C520C896B743C64F472C95C0CA89355A465CC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t74B6A4CA646AC394724678D53711955E95B67FB2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t96F9041444F491A9089B15870662D9839D1B9728_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SkinnedMeshRenderer_tFC8103EE7842F7F8A98BEF0C855D32A9711B7B65_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_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* TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass7_0_tB95B3A18E0F1C2B8E61C96DF5B1E5DD6E1C7DF33_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* UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral049B4361E7D3CA93056C0297D386A4EC212882C3;
IL2CPP_EXTERN_C String_t* _stringLiteral095EA6E93A24395E2BDEF065A8309DDDE0D3330E;
IL2CPP_EXTERN_C String_t* _stringLiteral0AC1DD1D058492A6A7D397C6878BD101D5CF978B;
IL2CPP_EXTERN_C String_t* _stringLiteral0FEFD27CAD4915946049F0352BEDC0FA59D601E2;
IL2CPP_EXTERN_C String_t* _stringLiteral1EF11F85C136A2A33675E067C888EC24B7B3B606;
IL2CPP_EXTERN_C String_t* _stringLiteral24E57DF6BB7BD4DD518B2E452B82F2796901EB82;
IL2CPP_EXTERN_C String_t* _stringLiteral27F7CCB7958566C11E6C8319AD91205DBC7CAA69;
IL2CPP_EXTERN_C String_t* _stringLiteral2955BED013334BE04DF6DCCA65A37088323E6C64;
IL2CPP_EXTERN_C String_t* _stringLiteral2AE44813F3C9DF646A69A8663A3B6DDB74B956F3;
IL2CPP_EXTERN_C String_t* _stringLiteral2DDFCFD74CE268F2240D18CBF8C26A399B4BD596;
IL2CPP_EXTERN_C String_t* _stringLiteral31914E178B319D98D3294637D34FDF039503C9C9;
IL2CPP_EXTERN_C String_t* _stringLiteral3ABD271F9280667CF51D9CC18F9F1C9D65381AA5;
IL2CPP_EXTERN_C String_t* _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9;
IL2CPP_EXTERN_C String_t* _stringLiteral3CC46D20365996EFE5FF1D4A9E0D401D68F186ED;
IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
IL2CPP_EXTERN_C String_t* _stringLiteral4916EC2F580C77A4D1B5E63910F76B907C733A98;
IL2CPP_EXTERN_C String_t* _stringLiteral4FED6A08B0F7134800C8311E7A424FB34EAC4F97;
IL2CPP_EXTERN_C String_t* _stringLiteral53A0ACFAD59379B3E050338BF9F23CFC172EE787;
IL2CPP_EXTERN_C String_t* _stringLiteral596B5DEB09E7FC1EE858A0BA758EEA190F8179B5;
IL2CPP_EXTERN_C String_t* _stringLiteral619A5448073D98AAA9699C8E12321DE0C6433291;
IL2CPP_EXTERN_C String_t* _stringLiteral63CACEFC94B716C69D8FAA41C7CA3232D7290BCA;
IL2CPP_EXTERN_C String_t* _stringLiteral64D2F058B2C616C8EFED8152F4A527D3F4A3F56F;
IL2CPP_EXTERN_C String_t* _stringLiteral677E46DA059D6F482CB89CCA4EAF3C9129D5C5DA;
IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
IL2CPP_EXTERN_C String_t* _stringLiteral7492A4B8A404C2C59D63DF6A249CCF270A1FADDF;
IL2CPP_EXTERN_C String_t* _stringLiteral78DC5F935B2B42FCA1F412CAD75F151593FE24E1;
IL2CPP_EXTERN_C String_t* _stringLiteral82371543DCEAE1B6A11A275E3470234B2D5C9BCD;
IL2CPP_EXTERN_C String_t* _stringLiteral82503DB1AD210123739C00464A7C2D48FB1DF501;
IL2CPP_EXTERN_C String_t* _stringLiteral870421DBC96A2D5BB63DE60F361A781B02E0FAB3;
IL2CPP_EXTERN_C String_t* _stringLiteral986E3A1FEC099E52741EF3829D7F41A5F0925EE3;
IL2CPP_EXTERN_C String_t* _stringLiteral99ED786D49F5A2473F8E332A2B716BB21E7596F8;
IL2CPP_EXTERN_C String_t* _stringLiteral9A78211436F6D425EC38F5C4E02270801F3524F8;
IL2CPP_EXTERN_C String_t* _stringLiteralA0B7CDC69729E1E903BF14BC6D554BBA61359AE2;
IL2CPP_EXTERN_C String_t* _stringLiteralA22C828F59C915641487548CBADE37BD9B94C502;
IL2CPP_EXTERN_C String_t* _stringLiteralA5ADFD8D1B6DA0288CE787567334D8BB4F158D94;
IL2CPP_EXTERN_C String_t* _stringLiteralB0EF1B4DF83D896154A8D2172E713EFCD9E9AFCF;
IL2CPP_EXTERN_C String_t* _stringLiteralB6DB24CEF8318F8CB66C488CE6275C1D6A8304D2;
IL2CPP_EXTERN_C String_t* _stringLiteralB6F825E68EF71F9CB88A3178EA1FAA295B27E866;
IL2CPP_EXTERN_C String_t* _stringLiteralB9DA209FB6E529C0A16F8684E759EA12AD9E6EFE;
IL2CPP_EXTERN_C String_t* _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8;
IL2CPP_EXTERN_C String_t* _stringLiteralBEF6B9ECBAA815FC64F26BE47E0746C2D96F3ABF;
IL2CPP_EXTERN_C String_t* _stringLiteralC0143D6E25DEBE62413B678F68E39E7C0F88B6C6;
IL2CPP_EXTERN_C String_t* _stringLiteralC19AD0F96E43C4BA7AA55B62E30063A154A42520;
IL2CPP_EXTERN_C String_t* _stringLiteralD4D053AF721D93614FD944705380F62D3B99869D;
IL2CPP_EXTERN_C String_t* _stringLiteralD5B65D9449F3D8D91F57547DF58AE1D2E1F56CD7;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralE5E93EDFBE434830039F664F82C3943C6BCADB12;
IL2CPP_EXTERN_C String_t* _stringLiteralE61E700555BBD71A47EE5D7118B4E515CD8951A9;
IL2CPP_EXTERN_C String_t* _stringLiteralEBBFFB7D7EA5362A22BFA1BAB0BFDEB1617CD610;
IL2CPP_EXTERN_C String_t* _stringLiteralECB252044B5EA0F679EE78EC1A12904739E2904D;
IL2CPP_EXTERN_C String_t* _stringLiteralECC9AF31D793BCD3974DB06968F250B749CA276D;
IL2CPP_EXTERN_C String_t* _stringLiteralF0DEB00F1E5549F03717336E78D3ABB1EFF04272;
IL2CPP_EXTERN_C String_t* _stringLiteralFA19807D983AEF92D7451073976197C398AC044A;
IL2CPP_EXTERN_C String_t* _stringLiteralFE328F8C0187723E775DBAB25B70C8E18448F58C;
IL2CPP_EXTERN_C const RuntimeMethod* Comparison_1__ctor_mAD50E4953927E6EA5CB876201E4A17F5EC8EA4AF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m072BCAEFE8BEC3E94C39CACA6D5384AC9D4EA424_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m5730DCD49A8795A151D36554C0A751674B8A74DB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mE84580A21564560F9AC48A89B85D62B84C4D4050_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mD1D355D151FE31D1C2E31F67B54CE8A208E08B1E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m574476E79975FFFB3FFEA409325A60B1AF4A0F82_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m7851E5E7F7538D989CAE84691CA2F40AB98E8D2F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mABDF9A84D415E6693812C34A7E87A8C93F1376F9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mFD19D601B8B130D072604516010B29F602496DF7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m430B86D9131D63A36EA3FA015217AF6B282D1A6E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m602FA380C8BFDDA770CB448A5387163BF530BBBD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m6C21C089BCF0F262F2B59A8397FEE49EF2C6C66B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m7A9F3295D00E9A8238F347799CCFFA5A2269EA76_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mFD62FE71C615B8F63F303EBCE042E50D07A9DE62_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m64AC587DEF0638313894F21BBFDBCF123412D65D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m5E08DEF3BFF8BB65FAEDBC7E55491413AD3E3F0D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mB5363FDA53B846B0FE12818EB31DFF0C7C21DA5E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m79C7D31C33DB79821C5607F0125EAFB31CCBB12A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mB084C04B058F3D2E6AD882D44D6AF14FCD137F3A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mCFBD5751293AF70ECB7159FEECA213C05DFA8F9C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mCFF3580762FA397E554CB23F34B18E0D63A6CD28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mF14786A4048308C8A98FB02178134821B664DC3E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mD9B1DB257A9F9A3CEA69542101B953689A4AD978_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m129741E497FB617DC9845CFEE4CB27B84C86301A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m894E7226842A0AB920967095678A311EFF7C5737_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisBoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_m94D5E6D9493DE6A574C28A9517C792D607653FE2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m7DF3B4DB4CA60855860B6760DBA2B1AE5883D20F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTweenEngine_tDAD1112226D38D6B00E07A6AE2F6148D72DC1A92_m480385373AD36C125E84887040758BC8025376A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisBoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_mC89D6D0649D82CB969262590D25615C13052FF55_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisMeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE_mB641FEAC42399B72BD9F987B4D9919BE52EDFCEA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_mEBEAE59DE5185530F0EF89BE492BE2A3383F9EBC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentsInChildren_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_mEFF311BFACB83A4F6499400C7DBB72FAA0A64AEC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m2C2320736348D3459BAE9875D67A5AFA52B1DF43_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m2ADE3870FA0AAAD9206D771CF1E801B47F5D2C20_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mCA413DD63FF3B1708E2980F05267B22C541B5058_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD4E2E83E118DF3B5683660E8CD3CE8073F84D85D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE1687CFAE89EB21C60FC748F071EDE309C585ABB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m1B5590ED2BBB261B8F8DFF72894E8B9C2D7633E1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m1BEFBBAC63223083D0C1B8F3ACE3D02EE44E9311_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m21E21D9D85013BCCFAFD2FE59617F190A0E30AE8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m5D52117423535CB5EE6416A08A3D38D2C67488C8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m749C232BE0A959D4406004C3C9402BA8B7E385B5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mED314869AE8D01EA55EC2B0E75B45BEA2BCC420D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mDFFBEE5A0B86EF1F068C4ED0ABC0F39B7CA7677E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_mFA0391B378B05677712CC17DBEC1A72898FB2283_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m8F7E3B4FBF7CFB5C06B8E8776E1A50B49B3D0CB5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mB1B69852A179CE2258E38AC57C9ECAADCE9572AA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m7C5B6D8B333BBE2A1EEF74ABC0DC26060DEC95C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_mDF663973F86DF9C6F24F75A1650C6541C844C59D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m6BB4B05CB5150702525483BA05BC4844D94DB558_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m10E27C9C1A7EBAC685142221A6DD16875F51FA1C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m13200EC88E521A479191631946DB38F8F20CE955_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2EE3F9E8946F5EF6AABA23EE01DC59007E0E4E8E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m32010D66589E93D7A885B6EF5231A1144163FFFE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8979C394D977C9901630BBCCA7B05AA110B4BE85_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m912A9480C53C8BA334C0B7804D6FE034980E4DCD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m9348E8F21550362DF50EB6C7BF75D9D17CC0BF2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA63F792C7B57DC02745D4E2E9D5A1D5B52197C8C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC1494E230E578FEAFEFA18D0F860EBEE88D60BB8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m693EE20967BC1B4A000BDD523916BFB7B8CA552C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mAE6B4343698B182D3B53B8125C117C2352109AF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mCE2974C157A49F7BB61BE1D900DA788F00573F66_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mEBE43F73E44A1B549C2785952FC62BDFCA83C8F6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m43BD4F498F045AB526E721D60E8581080258C686_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m478F737B9969A1C375F3BDC255177BD154319F6E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m98CF5227607F42665304FEDC08FAEA98C8F7EABA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9B7A1166B922F50E0E83B056A5C42AAED4CBC733_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m14C234510865CCF1E3E4D08CDA1D48604738D516_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Transition_OnDelayedPlayItem_mA4BEAB4EF64856CA2D8D2CED864D0E08D3F3D7D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Transition_OnDelayedPlay_m2EF1D5CFD08C78336EBC71BF6FAD0F7598C37A49_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Transition_SetDuration_m0B496EB132B98C8BC6FA050D376C79255D783E6E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Transition_SetHook_m3507A40F01A74668C57DA494D05C9D935637C268_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Transition_SetTarget_m7223E99182BB77AC9029F10D567B7C54687A5BDD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Transition_SetValue_mA1C8005F7624F129AC24521F8FF6CF26104AEB94_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TreeNode_AddChildAt_m8E2A83B83CC4373CDD2C6A80F98AC102C45A8000_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TreeNode_GetChildAt_m59BE68DA5DA23C9C290C4316E1CAEC6318C6C6F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TreeNode_RemoveChildAt_mFF187FC02D3721FE29D0773C30CC283073337BDA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TreeNode_SetChildIndex_mBAAB3532568DE6CF89138D48BC96B403ADA95FAD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TreeNode_SwapChildren_m343EFBFB6621C1E9995AE966A9AEAA1912AE8BF9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TreeView_CreateCell_mBCCE313E355E4C68AEFA3EDE3B034F694177329B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TreeView___clickExpandButton_mD7ACA21A9DC7801960287F1AA73C500AC07E18F3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TreeView___clickItem_mE73E4059B4D5CEE29FB532F636E07C3B947B9CF7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TweenValue_get_Item_m7FAF335C897B075C89EB20956DD2A8CFF0437492_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TweenValue_set_Item_m63A59F0385ED4EE5B8D3199378C10710D7E9EC11_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TypingEffect_OnMeshModified_m3381AD2B7E845AE462430759FA92A8FD8155EAA5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CPrintU3Ed__17_System_Collections_IEnumerator_Reset_m99DB50D8E986805FBA9157C77414A59F93D8B0BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass4_0_U3CSetPackageItemExtensionU3Eb__0_mACB6EE01CEC92D57C56151DDF0FF6C71787FDBF7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass6_0_U3CSetExtensionU3Eb__0_mDCEE63D586E4D64EEC88BE7152EF8591DCCCA939_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass75_0_U3CDecodeValueU3Eb__0_mE40F82A52833D2870169CF35E0D9EE7FD2454249_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass7_0_U3CSetLoaderExtensionU3Eb__0_mEB7AF27FC600359B80A3C1DB71059B91EB3D392C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UIObjectFactory_SetPackageItemExtension_m37B15526B862E06ACE310A8A64DC4C4A441449ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UIPackage_AddPackage_m6A42966AADCCFBF9E8BD97B80A39DF47C4BC700C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UIPackage_ComparePackageItem_mCD29D74C7315D8E5C5B1651D7192143379487608_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UIPackage_LoadPackage_mE0A617BF0C11B7F7A3317F19B3CB6C59D9E3D39D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UIPainter_Capture_mC9B5D05514554B65E9965E3B0D77857AD333016F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UIPainter_U3CCreateUIU3Eb__26_0_mB0D47EB57604CE5F9EB5E955F1F046A7F35679DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UIPanel_U3CCreateContainerU3Eb__29_0_mA8F0C827B4E144E22E6BE47D12478D9233EA5643_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UIPanel_UpdateHitArea_mA99C42D87BCDCC7EF01C347ED95C11A7552FDBE1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t EMRenderSupport_get_packageListReady_m21CA92241FAC0AFE3F9855ADF4A4773D23EDCE8DAssemblyU2DCSharp6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TimersEngine_Update_m3B1F7D59562C5887A40429B05D217B35975ABBDC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TouchInfo_Begin_mED0A1B201E15E154BC4D55EACEEC8077450E9FE0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TouchInfo_ClickTest_m7DA8AF0617163F30545AE1CCB7DCFF45DAB2B046_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TouchInfo_End_mDD4084ED4A9E7D26C74C745D55A961E883EA4E46_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TouchInfo_Move_mC5BFAF851E56CBF39A07539F3967B01F5C3EE9E8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TouchInfo_Reset_mF3B6E584FB88EDE44AA82E452BB925DC10193F85_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TouchInfo__cctor_mBD0E7ABB76C9D5AE6014BC3C0F8263D1A8A5C7C0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TouchInfo__ctor_m932A51FDDD5D6CD7E47B2A4D64E9288590DE3532_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TransitionItem__ctor_mA29D7378E238345771C420B26698F51E6C063EE2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_ApplyValue_m0A01DA9AB6D566D5E3515B7A3B1B3FA3E6EAC67A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_DecodeValue_mDDBFBBB440539BB6A8039D8AFBAFF2C9DC349095_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_Dispose_m063EEC94C6AEBD3A0A99331C43563DFFAF99FD4F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_InternalPlay_m5009E5AE66E44E7B8D530413BDF9CEA80B6782E2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_OnDelayedPlayItem_mA4BEAB4EF64856CA2D8D2CED864D0E08D3F3D7D8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_OnTweenComplete_mF732B0E2E478FAEDE2392031C66B89329DF81B28_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_OnTweenStart_m872428BB94C6B1559CA55AC54EE5A70E8C481B1F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_OnTweenUpdate_mD0D37948F0CF9D5759FD318D1AA29A26F2FB92AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_PlayItem_mCADF9CD03023BAD1E673E7FC4C96817F546F28A8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_SetDuration_m0B496EB132B98C8BC6FA050D376C79255D783E6E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_SetHook_m3507A40F01A74668C57DA494D05C9D935637C268_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_SetPaused_m5AB9F1C21D59406FB11971906361FA28D3B4A635_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_SetTarget_m7223E99182BB77AC9029F10D567B7C54687A5BDD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_SetValue_mA1C8005F7624F129AC24521F8FF6CF26104AEB94_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_Setup_m589693781EACDF65CF48C047E1C5530B722D9CE9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_SkipAnimations_m40C19DD35A12B0B285D2F9ED9458FEF45BE207A3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_StopItem_m448B62164EFE5DEE35CE81475EC1F4EDED3100A4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_Stop_m9587BA269CF3383D602BE44C1AC5675F51AC2F0F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_UpdateFromRelations_mE61E25DF3A7047C80B6D86EA1F526F4E6655918B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition__Play_m08FE7BA916BFDE0433ABA96252DD6A8F70C92E3F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition__ctor_m5AF12FFAAEE2CCDEE237651C391ECAF025ECAF57_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_set_ignoreEngineTimeScale_mA3B19B5057D306202E98A0E4C4F5937374E1F89E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Transition_set_timeScale_mA753F0ECC59A31B407B45ABC1B405CAE2C29C4D6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TranslationHelper_LoadFromXML_m8829B6D9BD5172D4D2D38A13F8C26A85E28E8A43_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TranslationHelper_TranslateComponent_m579FA9AA9C87C956AA9FEF33E40CCA6610EE178D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeNodeWillExpandDelegate_BeginInvoke_m92A46621A18DC65A459A28F4D52B0EC03A638DD6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeNode_AddChildAt_m8E2A83B83CC4373CDD2C6A80F98AC102C45A8000_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeNode_AddChild_mA9653D89E8AACD5F6B872A0932E377537371325D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeNode_GetChildAt_m59BE68DA5DA23C9C290C4316E1CAEC6318C6C6F2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeNode_GetChildIndex_mFA85B986F671047E6F0BC14303D9434E795E0E79_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeNode_GetNextSibling_m758A0AFF1CB27401AEA10A6DB29CC21E3A7E5BF3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeNode_GetPrevSibling_m43CF30DBDF822A454FB6254AA98743C5CD22A078_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeNode_RemoveChildAt_mFF187FC02D3721FE29D0773C30CC283073337BDA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeNode_RemoveChild_m10331A923B1A9EC96141921E71F06E09A480F3C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeNode_SetChildIndex_mBAAB3532568DE6CF89138D48BC96B403ADA95FAD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeNode_SetTree_mD55AF6BD51429BDD2AF7627366D260AE78D2F67F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeNode_SwapChildrenAt_mE0E4AAE19E80D138E48F180309A4E8446FDF64AC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeNode_SwapChildren_m343EFBFB6621C1E9995AE966A9AEAA1912AE8BF9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeNode__ctor_m9F6BEA34101EEF0F4345582F85D2EB8E5C96F44E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeNode_get_numChildren_m1936A55B97E9E2BDE5808A6AD3147BD3E390D124_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeView_AfterCollapsed_m6FBB210B95643344DA72C038F341806C22ED0B5F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeView_AfterExpanded_m1F93E6AC4127123780BE1EC189B103E14314012C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeView_CreateCell_mBCCE313E355E4C68AEFA3EDE3B034F694177329B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeView_GetInsertIndexForNode_mFC33F596FC83FA2D01871D5E2C2EAC7D2917607A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeView_GetSelectedNode_m4494FFC9C62F39053920AE1F2CB265CF7AD6D8CC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeView_GetSelection_m6C66CB7AD1C605A82B4001AF1838478EDD8D9F40_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeView_UpdateNodes_m6BE6948A3BD4B397E2346028BFD7A0AFD18993ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeView___clickExpandButton_mD7ACA21A9DC7801960287F1AA73C500AC07E18F3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeView___clickItem_mE73E4059B4D5CEE29FB532F636E07C3B947B9CF7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TreeView__ctor_m6D3C98522D36809C541D6BD2415BE8633A5893F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TweenConfig__ctor_mEC03B5B44FC058333E6B5FD35623C3DB23C2703F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TweenEngine_Update_m6E5FCDA0974A400611C53F9A821033BCF47A4F21_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TweenManager_Clean_m02561EA80D96D8B09553F8E1067181A1A6C6CD49_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TweenManager_CreateTween_mDB34E9FFC48569CC19F8E1653C676A506527FF06_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TweenManager_GetTween_m799F4E4297D2709E8D767EE15B7641F9C42D2328_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TweenManager_Init_mEC6CD88867FF26BAAA534625B6FA0E04283D7B58_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TweenManager_IsTweening_mC030658730BEBAC4EE45E51C172A09190145F9D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TweenManager_KillTweens_mBDBAB6B4961E9645C7C94DF9ADB092D5FA8A829D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TweenManager_Update_mD4BDAB201318BE4BC79DAE2F043708C2CD688241_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TweenManager__cctor_mA59DBDABEA769A247234D2B2EBACC9122FBC9214_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TweenPropTypeUtils_SetProps_m7D66A161361B29380CEFED2A1D2CDA9155C9DB30_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TweenValue_get_Item_m7FAF335C897B075C89EB20956DD2A8CFF0437492_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TweenValue_set_Item_m63A59F0385ED4EE5B8D3199378C10710D7E9EC11_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypingEffect_Cancel_m22CC8C2EACB8610F63447FD9E8A47DC66A9B8D4F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypingEffect_OnMeshModified_m3381AD2B7E845AE462430759FA92A8FD8155EAA5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypingEffect_PrintAll_mBDDC8F36D96C6BACB8128F5554AB7221C7DA90FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypingEffect_Print_mCA495301948CDAEB23A399865AB3027AC8A88050_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypingEffect_Print_mD63BF6C13CB224A1D0D72177B87C8892679111CF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypingEffect_Start_m1A0A2BE406C551A8A4374770E3345DD5B595747D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TypingEffect__ctor_m6D7DA420207FCF6F7E9304377CD35E30C65A030D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CPrintU3Ed__17_MoveNext_m875CFEC7498A8C72A05E105DC3CF4EBB0FD20A19_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CPrintU3Ed__17_System_Collections_IEnumerator_Reset_m99DB50D8E986805FBA9157C77414A59F93D8B0BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass4_0_U3CSetPackageItemExtensionU3Eb__0_mACB6EE01CEC92D57C56151DDF0FF6C71787FDBF7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass6_0_U3CSetExtensionU3Eb__0_mDCEE63D586E4D64EEC88BE7152EF8591DCCCA939_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass7_0_U3CSetLoaderExtensionU3Eb__0_mEB7AF27FC600359B80A3C1DB71059B91EB3D392C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIConfig_ApplyModifiedProperties_mA852C0D7FAEA95C677A80DE0EBA02B40E03F42CA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIConfig_Awake_m8F8EB77816A7DA3798D90FEEB76E34B80935F786_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIConfig_ClearResourceRefs_mD0E3E0A57A49291E942F678A9515C53F39039F15_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIConfig_Load_m3EB302E61DAA35A143EC59B0E7384D6DBB18478A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIConfig__cctor_m9947F21EB74F404F04E5600FB4FCC8C57B8EF93B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIConfig__ctor_m3D99D3D221067EFBEA6BC79BD3CD706FF6143621_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIContentScaler_ApplyChange_mEB8E7480E42BFE7E465545AA692F160C6DD40EDA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIContentScaler_OnDestroy_m4639240528719C75D892AE19344A9CEC27B8CCBE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIContentScaler_OnEnable_m39525AC55203FA059FD54DC855E2BBC076563CA4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIContentScaler__cctor_mBC8A4C492E83619895FF6611DA47B01970370684_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIObjectFactory_Clear_mEF671D0FC192B13B56C0D396F4F26810235F3BEA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIObjectFactory_NewObject_m34A581ED482FCD0565642CEB38C85812F556AAB8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIObjectFactory_NewObject_m3ECE19102DBC0A0F9CB926FC0A923D6C928662AD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIObjectFactory_ResolvePackageItemExtension_mBF33E50B0E1DA614E06E60A4904074D17EA25102_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIObjectFactory_SetExtension_mC11C04CFC7D6AAAB3887E5545A27C43355EB8C20_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIObjectFactory_SetLoaderExtension_m230649C6E4309C7FC7E9F039942615D1CE113CDB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIObjectFactory_SetLoaderExtension_mF8CBAF5B25086030A765048DE5EDF52391E10F6E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIObjectFactory_SetPackageItemExtension_m37B15526B862E06ACE310A8A64DC4C4A441449ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIObjectFactory_SetPackageItemExtension_mC3CEC198A32AF74A974FA4BA75A1919CF71B5FBA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIObjectFactory__cctor_m250DDC80BDF4EC8D63D4F771ED503E052EF59C05_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_AddPackage_m6A42966AADCCFBF9E8BD97B80A39DF47C4BC700C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_AddPackage_mF3B305A96529EABBB4AD2F99D95CAE7BE1F33F15_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObjectAsync_m32EBB7497791C5CF62B6C1A817156AE24DE2984E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObjectAsync_mB27840F48D4424D67E1F1F4D98DEE60582A4DEB2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObjectFromURL_m49B95314D8A99FE3748A8B8A0D93CEF9AA3A9CF0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObjectFromURL_m9B33D8E06ED632C72ACED1C5658F442E67DA1CE3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObject_m0A657547A64BAF6857035BFDF32B76BE7C8EA36D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObject_m0D76EA70E9E9131334E71C41E6D2DB9E406A25DD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObject_m1A2802AD14ABC7227BCC3570C079B03925AF370D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObject_m7C4F576EA69933D1D4CC43EA521D76DBBCA2E948_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObject_mC52A36C089B36A32A22762AF22215FD0E42328B0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_Dispose_mE43597D350AFD743B7024D568E84109D83AD7A1B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_GetById_m3AE748461D7196BFBA870A6F56D2336988EC623D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_GetItemAssetByURL_mADD6D0566B616E029A8A858F87E72204F6BE7895_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_GetItemAsset_m41BC6059FA02B8F5287C56A9ECFEFE13565291DD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_GetItemAsset_mDE5DDE7986C7CEDC58CCD0A5FFD2286CA0C64C64_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_GetItemByName_m9FDB7C7C7722329E2E761B9487941B6DE7BB64FF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_GetItemByURL_m42A2983D16F9885843B3205EF2B16FBD398A628C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_GetItemURL_m6533391887B91F235D268F8632DD782592236951_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_GetItem_m3C44EBD952417BD291B50D1BA16D547B8414DCF7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_GetPackages_mC2EA7EC163F08245F552E09E63E2C69A62BA189B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_LoadAllAssets_m7EFB122F1D2F96B211B8F52E6CF006B84C37F476_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_LoadAtlas_m70D797B4E52D882E8DEBDBFFAF1E1F47A38BF95E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_LoadBinary_mABE228AD20F90C5E2F2F262191B0305DA41945BD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_LoadFont_m38624F676040D364532DCCAD99D97EF5A4EAB1C5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_LoadImage_m92EDE2981BBB78C7AB607A4932A76C6DC5D44AC2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_LoadMovieClip_mDE4B1636841A793D4115C01947476B0F8C935C42_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_LoadPackage_mE0A617BF0C11B7F7A3317F19B3CB6C59D9E3D39D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_LoadSound_mDFCAD982123F1D207C6552337D348017367686D1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_NormalizeURL_m45855C062CBC11DE5646735352B184FBFE7F18CA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_ReloadAssets_m34B27391EE9D1CF6BA31BA0436BECB506EA3E690_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_RemoveAllPackages_m52EA1AE5F9EE50B834CB23DC9AC45EFF0E9012A4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_RemovePackage_mD6FA826B7316DE6B748EE5EEB238AD011BC62588_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_UnloadAssets_mAFDFDD0852BCB23C5699A5AD259D551962DBB5F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage__cctor_m6F78333C797763641EB5404FDBB2CFAD8A372126_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage__ctor_m7B3C379A540879F02273E6237AACC524DE7B6BF1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage__loadFunc_mC46ABA29568423BB23221E87E74CA6CCFBE11899_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPackage_set_customId_mEFAEB4DDE4CF2507EE04B55B4D95F91ED5DC9D11_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPainter_ApplyModifiedProperties_mCDE8945701713F86DBA0E616EBA752DCF8463186_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPainter_CaptureInEditMode_m8EBE6923D82A08BD1F5D114D70C1AC213D080DAD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPainter_Capture_mC9B5D05514554B65E9965E3B0D77857AD333016F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPainter_CreateContainer_m305C66D3B4AA9239E8B872290AA713F053439798_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPainter_CreateUI_mF7782430FCCF986DB735D7D92DA786B71984C848_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPainter_DestroyTexture_m5E40AE8BCBAC0A97E14EE1639A9044DC684F8B3B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPainter_EM_BeforeUpdate_mFCDB9FA842B94BA5911351F1FFB3DE985FB94E5A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPainter_EM_Update_m893CA350665D576AA2CCDF6153C8D4C6403D277B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPainter_OnDestroy_mE71AF7C57369095DF4FFD75504FA699D1BF87D53_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPainter_OnDisable_m89B850836773B4CAEEA07349A262EC9E44955EB1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPainter_OnEnable_mDB274A441EF26CA8CC5148756F7B3D2007E32A18_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPainter_OnUpdateSource_m267C3C66332946A3444FB19D8E1E7E22FCB5D485_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPainter_U3CCreateUIU3Eb__26_0_mB0D47EB57604CE5F9EB5E955F1F046A7F35679DC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_ApplyModifiedProperties_m8E4BB6DDF1F2C0A85B84B9D3733FC78658109749_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_CacheNativeChildrenRenderers_mB0081F3960CF08C00B873A7D835ED4425A9F3D4F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_CreateContainer_m106F47B352E9C09D8DBC8D4E5FE75487D34284C5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_CreateUI_EditMode_m66C6224141650D33A0427E84885C3098B422D00E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_CreateUI_PlayMode_mCAF1513FF49DF720702D306FDD93C20ADAF816FF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_EM_BeforeUpdate_mE850C7687987C9499A111E23D3D0A068C7EF1116_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_EM_Update_mC242416FE2F836C37F6EE90951B8A946AE10BE63_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_GetUIWorldPosition_m41B2616D5F83952BB3F60C25596D1ACF991BEFB6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_HandleScreenSizeChanged_m6FED4337A3FE60DEDDD9CFD35EA878D51C1397E0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_MoveUI_mDD6874D650B88A2BEEC55AAB4F9FF70BDF2E4B8E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_OnDestroy_mFAED8F57AC745158792E6974E8527EDBAE758D4D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_OnDisable_m3BAF85161EC53602D5883CD2FFD49D9908DAF365_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_OnEnable_m9F125F9B40F696E09BCFA62AA8BA820BDC748954_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_OnUpdateSource_m70083E9D9F0860528E9DB62115CBC19E7ED5B781_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_SetHitTestMode_m9E15FA8C797F5D6399D8EB9882D35104DDB5CC25_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_U3CCreateContainerU3Eb__29_0_mA8F0C827B4E144E22E6BE47D12478D9233EA5643_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_UpdateHitArea_mA99C42D87BCDCC7EF01C347ED95C11A7552FDBE1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_Update_mDA061C139ED5C5EEE1A152988115217FC7F2ABDC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIPanel_get_ui_m232D9C9DDB9D8F74C06A87464AF6E94E54D4466E_MetadataUsageId;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22;
struct FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6;
struct CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4;
struct TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807;
struct UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93;
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6;
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28;
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.BitmapFont_BMGlyph
struct BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA : public RuntimeObject
{
public:
// System.Int32 FairyGUI.BitmapFont_BMGlyph::offsetX
int32_t ___offsetX_0;
// System.Int32 FairyGUI.BitmapFont_BMGlyph::offsetY
int32_t ___offsetY_1;
// System.Int32 FairyGUI.BitmapFont_BMGlyph::width
int32_t ___width_2;
// System.Int32 FairyGUI.BitmapFont_BMGlyph::height
int32_t ___height_3;
// System.Int32 FairyGUI.BitmapFont_BMGlyph::advance
int32_t ___advance_4;
// System.Int32 FairyGUI.BitmapFont_BMGlyph::lineHeight
int32_t ___lineHeight_5;
// UnityEngine.Vector2[] FairyGUI.BitmapFont_BMGlyph::uv
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___uv_6;
// System.Int32 FairyGUI.BitmapFont_BMGlyph::channel
int32_t ___channel_7;
public:
inline static int32_t get_offset_of_offsetX_0() { return static_cast<int32_t>(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___offsetX_0)); }
inline int32_t get_offsetX_0() const { return ___offsetX_0; }
inline int32_t* get_address_of_offsetX_0() { return &___offsetX_0; }
inline void set_offsetX_0(int32_t value)
{
___offsetX_0 = value;
}
inline static int32_t get_offset_of_offsetY_1() { return static_cast<int32_t>(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___offsetY_1)); }
inline int32_t get_offsetY_1() const { return ___offsetY_1; }
inline int32_t* get_address_of_offsetY_1() { return &___offsetY_1; }
inline void set_offsetY_1(int32_t value)
{
___offsetY_1 = value;
}
inline static int32_t get_offset_of_width_2() { return static_cast<int32_t>(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___width_2)); }
inline int32_t get_width_2() const { return ___width_2; }
inline int32_t* get_address_of_width_2() { return &___width_2; }
inline void set_width_2(int32_t value)
{
___width_2 = value;
}
inline static int32_t get_offset_of_height_3() { return static_cast<int32_t>(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___height_3)); }
inline int32_t get_height_3() const { return ___height_3; }
inline int32_t* get_address_of_height_3() { return &___height_3; }
inline void set_height_3(int32_t value)
{
___height_3 = value;
}
inline static int32_t get_offset_of_advance_4() { return static_cast<int32_t>(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___advance_4)); }
inline int32_t get_advance_4() const { return ___advance_4; }
inline int32_t* get_address_of_advance_4() { return &___advance_4; }
inline void set_advance_4(int32_t value)
{
___advance_4 = value;
}
inline static int32_t get_offset_of_lineHeight_5() { return static_cast<int32_t>(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___lineHeight_5)); }
inline int32_t get_lineHeight_5() const { return ___lineHeight_5; }
inline int32_t* get_address_of_lineHeight_5() { return &___lineHeight_5; }
inline void set_lineHeight_5(int32_t value)
{
___lineHeight_5 = value;
}
inline static int32_t get_offset_of_uv_6() { return static_cast<int32_t>(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___uv_6)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_uv_6() const { return ___uv_6; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_uv_6() { return &___uv_6; }
inline void set_uv_6(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value)
{
___uv_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___uv_6), (void*)value);
}
inline static int32_t get_offset_of_channel_7() { return static_cast<int32_t>(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___channel_7)); }
inline int32_t get_channel_7() const { return ___channel_7; }
inline int32_t* get_address_of_channel_7() { return &___channel_7; }
inline void set_channel_7(int32_t value)
{
___channel_7 = 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.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.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.GObjectPool
struct GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 : public RuntimeObject
{
public:
// FairyGUI.GObjectPool_InitCallbackDelegate FairyGUI.GObjectPool::initCallback
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * ___initCallback_0;
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>> FairyGUI.GObjectPool::_pool
Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * ____pool_1;
// UnityEngine.Transform FairyGUI.GObjectPool::_manager
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ____manager_2;
public:
inline static int32_t get_offset_of_initCallback_0() { return static_cast<int32_t>(offsetof(GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17, ___initCallback_0)); }
inline InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * get_initCallback_0() const { return ___initCallback_0; }
inline InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 ** get_address_of_initCallback_0() { return &___initCallback_0; }
inline void set_initCallback_0(InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * value)
{
___initCallback_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___initCallback_0), (void*)value);
}
inline static int32_t get_offset_of__pool_1() { return static_cast<int32_t>(offsetof(GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17, ____pool_1)); }
inline Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * get__pool_1() const { return ____pool_1; }
inline Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 ** get_address_of__pool_1() { return &____pool_1; }
inline void set__pool_1(Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * value)
{
____pool_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pool_1), (void*)value);
}
inline static int32_t get_offset_of__manager_2() { return static_cast<int32_t>(offsetof(GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17, ____manager_2)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get__manager_2() const { return ____manager_2; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of__manager_2() { return &____manager_2; }
inline void set__manager_2(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
____manager_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____manager_2), (void*)value);
}
};
// FairyGUI.MovieClip_Frame
struct Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B : public RuntimeObject
{
public:
// FairyGUI.NTexture FairyGUI.MovieClip_Frame::texture
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture_0;
// System.Single FairyGUI.MovieClip_Frame::addDelay
float ___addDelay_1;
public:
inline static int32_t get_offset_of_texture_0() { return static_cast<int32_t>(offsetof(Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B, ___texture_0)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get_texture_0() const { return ___texture_0; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of_texture_0() { return &___texture_0; }
inline void set_texture_0(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
___texture_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___texture_0), (void*)value);
}
inline static int32_t get_offset_of_addDelay_1() { return static_cast<int32_t>(offsetof(Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B, ___addDelay_1)); }
inline float get_addDelay_1() const { return ___addDelay_1; }
inline float* get_address_of_addDelay_1() { return &___addDelay_1; }
inline void set_addDelay_1(float value)
{
___addDelay_1 = value;
}
};
// FairyGUI.PixelHitTestData
struct PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 : public RuntimeObject
{
public:
// System.Int32 FairyGUI.PixelHitTestData::pixelWidth
int32_t ___pixelWidth_0;
// System.Single FairyGUI.PixelHitTestData::scale
float ___scale_1;
// System.Byte[] FairyGUI.PixelHitTestData::pixels
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___pixels_2;
// System.Int32 FairyGUI.PixelHitTestData::pixelsLength
int32_t ___pixelsLength_3;
// System.Int32 FairyGUI.PixelHitTestData::pixelsOffset
int32_t ___pixelsOffset_4;
public:
inline static int32_t get_offset_of_pixelWidth_0() { return static_cast<int32_t>(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___pixelWidth_0)); }
inline int32_t get_pixelWidth_0() const { return ___pixelWidth_0; }
inline int32_t* get_address_of_pixelWidth_0() { return &___pixelWidth_0; }
inline void set_pixelWidth_0(int32_t value)
{
___pixelWidth_0 = value;
}
inline static int32_t get_offset_of_scale_1() { return static_cast<int32_t>(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___scale_1)); }
inline float get_scale_1() const { return ___scale_1; }
inline float* get_address_of_scale_1() { return &___scale_1; }
inline void set_scale_1(float value)
{
___scale_1 = value;
}
inline static int32_t get_offset_of_pixels_2() { return static_cast<int32_t>(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___pixels_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_pixels_2() const { return ___pixels_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_pixels_2() { return &___pixels_2; }
inline void set_pixels_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___pixels_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pixels_2), (void*)value);
}
inline static int32_t get_offset_of_pixelsLength_3() { return static_cast<int32_t>(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___pixelsLength_3)); }
inline int32_t get_pixelsLength_3() const { return ___pixelsLength_3; }
inline int32_t* get_address_of_pixelsLength_3() { return &___pixelsLength_3; }
inline void set_pixelsLength_3(int32_t value)
{
___pixelsLength_3 = value;
}
inline static int32_t get_offset_of_pixelsOffset_4() { return static_cast<int32_t>(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___pixelsOffset_4)); }
inline int32_t get_pixelsOffset_4() const { return ___pixelsOffset_4; }
inline int32_t* get_address_of_pixelsOffset_4() { return &___pixelsOffset_4; }
inline void set_pixelsOffset_4(int32_t value)
{
___pixelsOffset_4 = 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.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.TValue
struct TValue_t82801118914234C897121D3AFA68F615837FB309 : public RuntimeObject
{
public:
// System.Single FairyGUI.TValue::f1
float ___f1_0;
// System.Single FairyGUI.TValue::f2
float ___f2_1;
// System.Single FairyGUI.TValue::f3
float ___f3_2;
// System.Single FairyGUI.TValue::f4
float ___f4_3;
// System.Boolean FairyGUI.TValue::b1
bool ___b1_4;
// System.Boolean FairyGUI.TValue::b2
bool ___b2_5;
public:
inline static int32_t get_offset_of_f1_0() { return static_cast<int32_t>(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___f1_0)); }
inline float get_f1_0() const { return ___f1_0; }
inline float* get_address_of_f1_0() { return &___f1_0; }
inline void set_f1_0(float value)
{
___f1_0 = value;
}
inline static int32_t get_offset_of_f2_1() { return static_cast<int32_t>(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___f2_1)); }
inline float get_f2_1() const { return ___f2_1; }
inline float* get_address_of_f2_1() { return &___f2_1; }
inline void set_f2_1(float value)
{
___f2_1 = value;
}
inline static int32_t get_offset_of_f3_2() { return static_cast<int32_t>(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___f3_2)); }
inline float get_f3_2() const { return ___f3_2; }
inline float* get_address_of_f3_2() { return &___f3_2; }
inline void set_f3_2(float value)
{
___f3_2 = value;
}
inline static int32_t get_offset_of_f4_3() { return static_cast<int32_t>(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___f4_3)); }
inline float get_f4_3() const { return ___f4_3; }
inline float* get_address_of_f4_3() { return &___f4_3; }
inline void set_f4_3(float value)
{
___f4_3 = value;
}
inline static int32_t get_offset_of_b1_4() { return static_cast<int32_t>(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___b1_4)); }
inline bool get_b1_4() const { return ___b1_4; }
inline bool* get_address_of_b1_4() { return &___b1_4; }
inline void set_b1_4(bool value)
{
___b1_4 = value;
}
inline static int32_t get_offset_of_b2_5() { return static_cast<int32_t>(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___b2_5)); }
inline bool get_b2_5() const { return ___b2_5; }
inline bool* get_address_of_b2_5() { return &___b2_5; }
inline void set_b2_5(bool value)
{
___b2_5 = value;
}
};
// FairyGUI.TValue_Animation
struct TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B : public RuntimeObject
{
public:
// System.Int32 FairyGUI.TValue_Animation::frame
int32_t ___frame_0;
// System.Boolean FairyGUI.TValue_Animation::playing
bool ___playing_1;
// System.Boolean FairyGUI.TValue_Animation::flag
bool ___flag_2;
public:
inline static int32_t get_offset_of_frame_0() { return static_cast<int32_t>(offsetof(TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B, ___frame_0)); }
inline int32_t get_frame_0() const { return ___frame_0; }
inline int32_t* get_address_of_frame_0() { return &___frame_0; }
inline void set_frame_0(int32_t value)
{
___frame_0 = value;
}
inline static int32_t get_offset_of_playing_1() { return static_cast<int32_t>(offsetof(TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B, ___playing_1)); }
inline bool get_playing_1() const { return ___playing_1; }
inline bool* get_address_of_playing_1() { return &___playing_1; }
inline void set_playing_1(bool value)
{
___playing_1 = value;
}
inline static int32_t get_offset_of_flag_2() { return static_cast<int32_t>(offsetof(TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B, ___flag_2)); }
inline bool get_flag_2() const { return ___flag_2; }
inline bool* get_address_of_flag_2() { return &___flag_2; }
inline void set_flag_2(bool value)
{
___flag_2 = value;
}
};
// FairyGUI.TValue_Sound
struct TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF : public RuntimeObject
{
public:
// System.String FairyGUI.TValue_Sound::sound
String_t* ___sound_0;
// System.Single FairyGUI.TValue_Sound::volume
float ___volume_1;
// FairyGUI.NAudioClip FairyGUI.TValue_Sound::audioClip
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * ___audioClip_2;
public:
inline static int32_t get_offset_of_sound_0() { return static_cast<int32_t>(offsetof(TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF, ___sound_0)); }
inline String_t* get_sound_0() const { return ___sound_0; }
inline String_t** get_address_of_sound_0() { return &___sound_0; }
inline void set_sound_0(String_t* value)
{
___sound_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sound_0), (void*)value);
}
inline static int32_t get_offset_of_volume_1() { return static_cast<int32_t>(offsetof(TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF, ___volume_1)); }
inline float get_volume_1() const { return ___volume_1; }
inline float* get_address_of_volume_1() { return &___volume_1; }
inline void set_volume_1(float value)
{
___volume_1 = value;
}
inline static int32_t get_offset_of_audioClip_2() { return static_cast<int32_t>(offsetof(TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF, ___audioClip_2)); }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * get_audioClip_2() const { return ___audioClip_2; }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 ** get_address_of_audioClip_2() { return &___audioClip_2; }
inline void set_audioClip_2(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * value)
{
___audioClip_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___audioClip_2), (void*)value);
}
};
// FairyGUI.TValue_Text
struct TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252 : public RuntimeObject
{
public:
// System.String FairyGUI.TValue_Text::text
String_t* ___text_0;
public:
inline static int32_t get_offset_of_text_0() { return static_cast<int32_t>(offsetof(TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252, ___text_0)); }
inline String_t* get_text_0() const { return ___text_0; }
inline String_t** get_address_of_text_0() { return &___text_0; }
inline void set_text_0(String_t* value)
{
___text_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___text_0), (void*)value);
}
};
// FairyGUI.TValue_Transition
struct TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 : public RuntimeObject
{
public:
// System.String FairyGUI.TValue_Transition::transName
String_t* ___transName_0;
// System.Int32 FairyGUI.TValue_Transition::playTimes
int32_t ___playTimes_1;
// FairyGUI.Transition FairyGUI.TValue_Transition::trans
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * ___trans_2;
// FairyGUI.PlayCompleteCallback FairyGUI.TValue_Transition::playCompleteDelegate
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___playCompleteDelegate_3;
// System.Single FairyGUI.TValue_Transition::stopTime
float ___stopTime_4;
public:
inline static int32_t get_offset_of_transName_0() { return static_cast<int32_t>(offsetof(TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131, ___transName_0)); }
inline String_t* get_transName_0() const { return ___transName_0; }
inline String_t** get_address_of_transName_0() { return &___transName_0; }
inline void set_transName_0(String_t* value)
{
___transName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___transName_0), (void*)value);
}
inline static int32_t get_offset_of_playTimes_1() { return static_cast<int32_t>(offsetof(TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131, ___playTimes_1)); }
inline int32_t get_playTimes_1() const { return ___playTimes_1; }
inline int32_t* get_address_of_playTimes_1() { return &___playTimes_1; }
inline void set_playTimes_1(int32_t value)
{
___playTimes_1 = value;
}
inline static int32_t get_offset_of_trans_2() { return static_cast<int32_t>(offsetof(TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131, ___trans_2)); }
inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * get_trans_2() const { return ___trans_2; }
inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA ** get_address_of_trans_2() { return &___trans_2; }
inline void set_trans_2(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * value)
{
___trans_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___trans_2), (void*)value);
}
inline static int32_t get_offset_of_playCompleteDelegate_3() { return static_cast<int32_t>(offsetof(TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131, ___playCompleteDelegate_3)); }
inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * get_playCompleteDelegate_3() const { return ___playCompleteDelegate_3; }
inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 ** get_address_of_playCompleteDelegate_3() { return &___playCompleteDelegate_3; }
inline void set_playCompleteDelegate_3(PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * value)
{
___playCompleteDelegate_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___playCompleteDelegate_3), (void*)value);
}
inline static int32_t get_offset_of_stopTime_4() { return static_cast<int32_t>(offsetof(TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131, ___stopTime_4)); }
inline float get_stopTime_4() const { return ___stopTime_4; }
inline float* get_address_of_stopTime_4() { return &___stopTime_4; }
inline void set_stopTime_4(float value)
{
___stopTime_4 = value;
}
};
// FairyGUI.TValue_Visible
struct TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E : public RuntimeObject
{
public:
// System.Boolean FairyGUI.TValue_Visible::visible
bool ___visible_0;
public:
inline static int32_t get_offset_of_visible_0() { return static_cast<int32_t>(offsetof(TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E, ___visible_0)); }
inline bool get_visible_0() const { return ___visible_0; }
inline bool* get_address_of_visible_0() { return &___visible_0; }
inline void set_visible_0(bool value)
{
___visible_0 = 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.TouchScreenKeyboard
struct TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937 : public RuntimeObject
{
public:
// UnityEngine.TouchScreenKeyboard FairyGUI.TouchScreenKeyboard::_keyboard
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * ____keyboard_0;
public:
inline static int32_t get_offset_of__keyboard_0() { return static_cast<int32_t>(offsetof(TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937, ____keyboard_0)); }
inline TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * get__keyboard_0() const { return ____keyboard_0; }
inline TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 ** get_address_of__keyboard_0() { return &____keyboard_0; }
inline void set__keyboard_0(TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * value)
{
____keyboard_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____keyboard_0), (void*)value);
}
};
// FairyGUI.Transition
struct Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA : public RuntimeObject
{
public:
// System.String FairyGUI.Transition::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_0;
// System.Boolean FairyGUI.Transition::invalidateBatchingEveryFrame
bool ___invalidateBatchingEveryFrame_1;
// FairyGUI.GComponent FairyGUI.Transition::_owner
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____owner_2;
// FairyGUI.TransitionItem[] FairyGUI.Transition::_items
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* ____items_3;
// System.Int32 FairyGUI.Transition::_totalTimes
int32_t ____totalTimes_4;
// System.Int32 FairyGUI.Transition::_totalTasks
int32_t ____totalTasks_5;
// System.Boolean FairyGUI.Transition::_playing
bool ____playing_6;
// System.Boolean FairyGUI.Transition::_paused
bool ____paused_7;
// System.Single FairyGUI.Transition::_ownerBaseX
float ____ownerBaseX_8;
// System.Single FairyGUI.Transition::_ownerBaseY
float ____ownerBaseY_9;
// FairyGUI.PlayCompleteCallback FairyGUI.Transition::_onComplete
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ____onComplete_10;
// System.Int32 FairyGUI.Transition::_options
int32_t ____options_11;
// System.Boolean FairyGUI.Transition::_reversed
bool ____reversed_12;
// System.Single FairyGUI.Transition::_totalDuration
float ____totalDuration_13;
// System.Boolean FairyGUI.Transition::_autoPlay
bool ____autoPlay_14;
// System.Int32 FairyGUI.Transition::_autoPlayTimes
int32_t ____autoPlayTimes_15;
// System.Single FairyGUI.Transition::_autoPlayDelay
float ____autoPlayDelay_16;
// System.Single FairyGUI.Transition::_timeScale
float ____timeScale_17;
// System.Boolean FairyGUI.Transition::_ignoreEngineTimeScale
bool ____ignoreEngineTimeScale_18;
// System.Single FairyGUI.Transition::_startTime
float ____startTime_19;
// System.Single FairyGUI.Transition::_endTime
float ____endTime_20;
// FairyGUI.GTweenCallback FairyGUI.Transition::_delayedCallDelegate
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____delayedCallDelegate_21;
// FairyGUI.GTweenCallback1 FairyGUI.Transition::_delayedCallDelegate2
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____delayedCallDelegate2_22;
public:
inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ___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_invalidateBatchingEveryFrame_1() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ___invalidateBatchingEveryFrame_1)); }
inline bool get_invalidateBatchingEveryFrame_1() const { return ___invalidateBatchingEveryFrame_1; }
inline bool* get_address_of_invalidateBatchingEveryFrame_1() { return &___invalidateBatchingEveryFrame_1; }
inline void set_invalidateBatchingEveryFrame_1(bool value)
{
___invalidateBatchingEveryFrame_1 = value;
}
inline static int32_t get_offset_of__owner_2() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____owner_2)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__owner_2() const { return ____owner_2; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__owner_2() { return &____owner_2; }
inline void set__owner_2(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____owner_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____owner_2), (void*)value);
}
inline static int32_t get_offset_of__items_3() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____items_3)); }
inline TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* get__items_3() const { return ____items_3; }
inline TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807** get_address_of__items_3() { return &____items_3; }
inline void set__items_3(TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* value)
{
____items_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_3), (void*)value);
}
inline static int32_t get_offset_of__totalTimes_4() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____totalTimes_4)); }
inline int32_t get__totalTimes_4() const { return ____totalTimes_4; }
inline int32_t* get_address_of__totalTimes_4() { return &____totalTimes_4; }
inline void set__totalTimes_4(int32_t value)
{
____totalTimes_4 = value;
}
inline static int32_t get_offset_of__totalTasks_5() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____totalTasks_5)); }
inline int32_t get__totalTasks_5() const { return ____totalTasks_5; }
inline int32_t* get_address_of__totalTasks_5() { return &____totalTasks_5; }
inline void set__totalTasks_5(int32_t value)
{
____totalTasks_5 = value;
}
inline static int32_t get_offset_of__playing_6() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____playing_6)); }
inline bool get__playing_6() const { return ____playing_6; }
inline bool* get_address_of__playing_6() { return &____playing_6; }
inline void set__playing_6(bool value)
{
____playing_6 = value;
}
inline static int32_t get_offset_of__paused_7() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____paused_7)); }
inline bool get__paused_7() const { return ____paused_7; }
inline bool* get_address_of__paused_7() { return &____paused_7; }
inline void set__paused_7(bool value)
{
____paused_7 = value;
}
inline static int32_t get_offset_of__ownerBaseX_8() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____ownerBaseX_8)); }
inline float get__ownerBaseX_8() const { return ____ownerBaseX_8; }
inline float* get_address_of__ownerBaseX_8() { return &____ownerBaseX_8; }
inline void set__ownerBaseX_8(float value)
{
____ownerBaseX_8 = value;
}
inline static int32_t get_offset_of__ownerBaseY_9() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____ownerBaseY_9)); }
inline float get__ownerBaseY_9() const { return ____ownerBaseY_9; }
inline float* get_address_of__ownerBaseY_9() { return &____ownerBaseY_9; }
inline void set__ownerBaseY_9(float value)
{
____ownerBaseY_9 = value;
}
inline static int32_t get_offset_of__onComplete_10() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____onComplete_10)); }
inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * get__onComplete_10() const { return ____onComplete_10; }
inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 ** get_address_of__onComplete_10() { return &____onComplete_10; }
inline void set__onComplete_10(PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * value)
{
____onComplete_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onComplete_10), (void*)value);
}
inline static int32_t get_offset_of__options_11() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____options_11)); }
inline int32_t get__options_11() const { return ____options_11; }
inline int32_t* get_address_of__options_11() { return &____options_11; }
inline void set__options_11(int32_t value)
{
____options_11 = value;
}
inline static int32_t get_offset_of__reversed_12() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____reversed_12)); }
inline bool get__reversed_12() const { return ____reversed_12; }
inline bool* get_address_of__reversed_12() { return &____reversed_12; }
inline void set__reversed_12(bool value)
{
____reversed_12 = value;
}
inline static int32_t get_offset_of__totalDuration_13() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____totalDuration_13)); }
inline float get__totalDuration_13() const { return ____totalDuration_13; }
inline float* get_address_of__totalDuration_13() { return &____totalDuration_13; }
inline void set__totalDuration_13(float value)
{
____totalDuration_13 = value;
}
inline static int32_t get_offset_of__autoPlay_14() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____autoPlay_14)); }
inline bool get__autoPlay_14() const { return ____autoPlay_14; }
inline bool* get_address_of__autoPlay_14() { return &____autoPlay_14; }
inline void set__autoPlay_14(bool value)
{
____autoPlay_14 = value;
}
inline static int32_t get_offset_of__autoPlayTimes_15() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____autoPlayTimes_15)); }
inline int32_t get__autoPlayTimes_15() const { return ____autoPlayTimes_15; }
inline int32_t* get_address_of__autoPlayTimes_15() { return &____autoPlayTimes_15; }
inline void set__autoPlayTimes_15(int32_t value)
{
____autoPlayTimes_15 = value;
}
inline static int32_t get_offset_of__autoPlayDelay_16() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____autoPlayDelay_16)); }
inline float get__autoPlayDelay_16() const { return ____autoPlayDelay_16; }
inline float* get_address_of__autoPlayDelay_16() { return &____autoPlayDelay_16; }
inline void set__autoPlayDelay_16(float value)
{
____autoPlayDelay_16 = value;
}
inline static int32_t get_offset_of__timeScale_17() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____timeScale_17)); }
inline float get__timeScale_17() const { return ____timeScale_17; }
inline float* get_address_of__timeScale_17() { return &____timeScale_17; }
inline void set__timeScale_17(float value)
{
____timeScale_17 = value;
}
inline static int32_t get_offset_of__ignoreEngineTimeScale_18() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____ignoreEngineTimeScale_18)); }
inline bool get__ignoreEngineTimeScale_18() const { return ____ignoreEngineTimeScale_18; }
inline bool* get_address_of__ignoreEngineTimeScale_18() { return &____ignoreEngineTimeScale_18; }
inline void set__ignoreEngineTimeScale_18(bool value)
{
____ignoreEngineTimeScale_18 = value;
}
inline static int32_t get_offset_of__startTime_19() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____startTime_19)); }
inline float get__startTime_19() const { return ____startTime_19; }
inline float* get_address_of__startTime_19() { return &____startTime_19; }
inline void set__startTime_19(float value)
{
____startTime_19 = value;
}
inline static int32_t get_offset_of__endTime_20() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____endTime_20)); }
inline float get__endTime_20() const { return ____endTime_20; }
inline float* get_address_of__endTime_20() { return &____endTime_20; }
inline void set__endTime_20(float value)
{
____endTime_20 = value;
}
inline static int32_t get_offset_of__delayedCallDelegate_21() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____delayedCallDelegate_21)); }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * get__delayedCallDelegate_21() const { return ____delayedCallDelegate_21; }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F ** get_address_of__delayedCallDelegate_21() { return &____delayedCallDelegate_21; }
inline void set__delayedCallDelegate_21(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * value)
{
____delayedCallDelegate_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&____delayedCallDelegate_21), (void*)value);
}
inline static int32_t get_offset_of__delayedCallDelegate2_22() { return static_cast<int32_t>(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____delayedCallDelegate2_22)); }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * get__delayedCallDelegate2_22() const { return ____delayedCallDelegate2_22; }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D ** get_address_of__delayedCallDelegate2_22() { return &____delayedCallDelegate2_22; }
inline void set__delayedCallDelegate2_22(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * value)
{
____delayedCallDelegate2_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____delayedCallDelegate2_22), (void*)value);
}
};
// FairyGUI.Transition_<>c__DisplayClass75_0
struct U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1 : public RuntimeObject
{
public:
// FairyGUI.Transition FairyGUI.Transition_<>c__DisplayClass75_0::<>4__this
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * ___U3CU3E4__this_0;
// FairyGUI.TransitionItem FairyGUI.Transition_<>c__DisplayClass75_0::item
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * ___item_1;
public:
inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1, ___U3CU3E4__this_0)); }
inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; }
inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; }
inline void set_U3CU3E4__this_0(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * value)
{
___U3CU3E4__this_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value);
}
inline static int32_t get_offset_of_item_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1, ___item_1)); }
inline TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * get_item_1() const { return ___item_1; }
inline TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC ** get_address_of_item_1() { return &___item_1; }
inline void set_item_1(TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * value)
{
___item_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___item_1), (void*)value);
}
};
// FairyGUI.TranslationHelper
struct TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694 : public RuntimeObject
{
public:
public:
};
struct TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>> FairyGUI.TranslationHelper::strings
Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F * ___strings_0;
public:
inline static int32_t get_offset_of_strings_0() { return static_cast<int32_t>(offsetof(TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694_StaticFields, ___strings_0)); }
inline Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F * get_strings_0() const { return ___strings_0; }
inline Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F ** get_address_of_strings_0() { return &___strings_0; }
inline void set_strings_0(Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F * value)
{
___strings_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___strings_0), (void*)value);
}
};
// FairyGUI.TreeNode
struct TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB : public RuntimeObject
{
public:
// System.Object FairyGUI.TreeNode::data
RuntimeObject * ___data_0;
// FairyGUI.TreeNode FairyGUI.TreeNode::<parent>k__BackingField
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___U3CparentU3Ek__BackingField_1;
// FairyGUI.TreeView FairyGUI.TreeNode::<tree>k__BackingField
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * ___U3CtreeU3Ek__BackingField_2;
// FairyGUI.GComponent FairyGUI.TreeNode::<cell>k__BackingField
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___U3CcellU3Ek__BackingField_3;
// System.Int32 FairyGUI.TreeNode::<level>k__BackingField
int32_t ___U3ClevelU3Ek__BackingField_4;
// System.Collections.Generic.List`1<FairyGUI.TreeNode> FairyGUI.TreeNode::_children
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * ____children_5;
// System.Boolean FairyGUI.TreeNode::_expanded
bool ____expanded_6;
public:
inline static int32_t get_offset_of_data_0() { return static_cast<int32_t>(offsetof(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB, ___data_0)); }
inline RuntimeObject * get_data_0() const { return ___data_0; }
inline RuntimeObject ** get_address_of_data_0() { return &___data_0; }
inline void set_data_0(RuntimeObject * value)
{
___data_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_0), (void*)value);
}
inline static int32_t get_offset_of_U3CparentU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB, ___U3CparentU3Ek__BackingField_1)); }
inline TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * get_U3CparentU3Ek__BackingField_1() const { return ___U3CparentU3Ek__BackingField_1; }
inline TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB ** get_address_of_U3CparentU3Ek__BackingField_1() { return &___U3CparentU3Ek__BackingField_1; }
inline void set_U3CparentU3Ek__BackingField_1(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * value)
{
___U3CparentU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CparentU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of_U3CtreeU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB, ___U3CtreeU3Ek__BackingField_2)); }
inline TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * get_U3CtreeU3Ek__BackingField_2() const { return ___U3CtreeU3Ek__BackingField_2; }
inline TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 ** get_address_of_U3CtreeU3Ek__BackingField_2() { return &___U3CtreeU3Ek__BackingField_2; }
inline void set_U3CtreeU3Ek__BackingField_2(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * value)
{
___U3CtreeU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CtreeU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_U3CcellU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB, ___U3CcellU3Ek__BackingField_3)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_U3CcellU3Ek__BackingField_3() const { return ___U3CcellU3Ek__BackingField_3; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_U3CcellU3Ek__BackingField_3() { return &___U3CcellU3Ek__BackingField_3; }
inline void set_U3CcellU3Ek__BackingField_3(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
___U3CcellU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CcellU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_U3ClevelU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB, ___U3ClevelU3Ek__BackingField_4)); }
inline int32_t get_U3ClevelU3Ek__BackingField_4() const { return ___U3ClevelU3Ek__BackingField_4; }
inline int32_t* get_address_of_U3ClevelU3Ek__BackingField_4() { return &___U3ClevelU3Ek__BackingField_4; }
inline void set_U3ClevelU3Ek__BackingField_4(int32_t value)
{
___U3ClevelU3Ek__BackingField_4 = value;
}
inline static int32_t get_offset_of__children_5() { return static_cast<int32_t>(offsetof(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB, ____children_5)); }
inline List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * get__children_5() const { return ____children_5; }
inline List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C ** get_address_of__children_5() { return &____children_5; }
inline void set__children_5(List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * value)
{
____children_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____children_5), (void*)value);
}
inline static int32_t get_offset_of__expanded_6() { return static_cast<int32_t>(offsetof(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB, ____expanded_6)); }
inline bool get__expanded_6() const { return ____expanded_6; }
inline bool* get_address_of__expanded_6() { return &____expanded_6; }
inline void set__expanded_6(bool value)
{
____expanded_6 = value;
}
};
// FairyGUI.TweenManager
struct TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915 : public RuntimeObject
{
public:
public:
};
struct TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields
{
public:
// FairyGUI.GTweener[] FairyGUI.TweenManager::_activeTweens
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* ____activeTweens_0;
// System.Collections.Generic.List`1<FairyGUI.GTweener> FairyGUI.TweenManager::_tweenerPool
List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * ____tweenerPool_1;
// System.Int32 FairyGUI.TweenManager::_totalActiveTweens
int32_t ____totalActiveTweens_2;
// System.Boolean FairyGUI.TweenManager::_inited
bool ____inited_3;
public:
inline static int32_t get_offset_of__activeTweens_0() { return static_cast<int32_t>(offsetof(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields, ____activeTweens_0)); }
inline GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* get__activeTweens_0() const { return ____activeTweens_0; }
inline GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22** get_address_of__activeTweens_0() { return &____activeTweens_0; }
inline void set__activeTweens_0(GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* value)
{
____activeTweens_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____activeTweens_0), (void*)value);
}
inline static int32_t get_offset_of__tweenerPool_1() { return static_cast<int32_t>(offsetof(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields, ____tweenerPool_1)); }
inline List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * get__tweenerPool_1() const { return ____tweenerPool_1; }
inline List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C ** get_address_of__tweenerPool_1() { return &____tweenerPool_1; }
inline void set__tweenerPool_1(List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * value)
{
____tweenerPool_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tweenerPool_1), (void*)value);
}
inline static int32_t get_offset_of__totalActiveTweens_2() { return static_cast<int32_t>(offsetof(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields, ____totalActiveTweens_2)); }
inline int32_t get__totalActiveTweens_2() const { return ____totalActiveTweens_2; }
inline int32_t* get_address_of__totalActiveTweens_2() { return &____totalActiveTweens_2; }
inline void set__totalActiveTweens_2(int32_t value)
{
____totalActiveTweens_2 = value;
}
inline static int32_t get_offset_of__inited_3() { return static_cast<int32_t>(offsetof(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields, ____inited_3)); }
inline bool get__inited_3() const { return ____inited_3; }
inline bool* get_address_of__inited_3() { return &____inited_3; }
inline void set__inited_3(bool value)
{
____inited_3 = value;
}
};
// FairyGUI.TweenPropTypeUtils
struct TweenPropTypeUtils_tEDC4635BD363AC34D50815F0BE07C0FFF3D75316 : public RuntimeObject
{
public:
public:
};
// FairyGUI.TweenValue
struct TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 : public RuntimeObject
{
public:
// System.Single FairyGUI.TweenValue::x
float ___x_0;
// System.Single FairyGUI.TweenValue::y
float ___y_1;
// System.Single FairyGUI.TweenValue::z
float ___z_2;
// System.Single FairyGUI.TweenValue::w
float ___w_3;
// System.Double FairyGUI.TweenValue::d
double ___d_4;
public:
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9, ___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(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9, ___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(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9, ___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(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9, ___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;
}
inline static int32_t get_offset_of_d_4() { return static_cast<int32_t>(offsetof(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9, ___d_4)); }
inline double get_d_4() const { return ___d_4; }
inline double* get_address_of_d_4() { return &___d_4; }
inline void set_d_4(double value)
{
___d_4 = value;
}
};
// FairyGUI.TypingEffect
struct TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C : public RuntimeObject
{
public:
// FairyGUI.TextField FairyGUI.TypingEffect::_textField
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * ____textField_0;
// UnityEngine.Vector3[] FairyGUI.TypingEffect::_backupVerts
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ____backupVerts_1;
// UnityEngine.Vector3[] FairyGUI.TypingEffect::_vertices
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ____vertices_2;
// System.Boolean FairyGUI.TypingEffect::_stroke
bool ____stroke_3;
// System.Boolean FairyGUI.TypingEffect::_shadow
bool ____shadow_4;
// System.Int32 FairyGUI.TypingEffect::_printIndex
int32_t ____printIndex_5;
// System.Int32 FairyGUI.TypingEffect::_mainLayerStart
int32_t ____mainLayerStart_6;
// System.Int32 FairyGUI.TypingEffect::_strokeLayerStart
int32_t ____strokeLayerStart_7;
// System.Int32 FairyGUI.TypingEffect::_strokeDrawDirs
int32_t ____strokeDrawDirs_8;
// System.Int32 FairyGUI.TypingEffect::_vertIndex
int32_t ____vertIndex_9;
// System.Int32 FairyGUI.TypingEffect::_mainLayerVertCount
int32_t ____mainLayerVertCount_10;
// System.Boolean FairyGUI.TypingEffect::_started
bool ____started_11;
public:
inline static int32_t get_offset_of__textField_0() { return static_cast<int32_t>(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____textField_0)); }
inline TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * get__textField_0() const { return ____textField_0; }
inline TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D ** get_address_of__textField_0() { return &____textField_0; }
inline void set__textField_0(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * value)
{
____textField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____textField_0), (void*)value);
}
inline static int32_t get_offset_of__backupVerts_1() { return static_cast<int32_t>(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____backupVerts_1)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get__backupVerts_1() const { return ____backupVerts_1; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of__backupVerts_1() { return &____backupVerts_1; }
inline void set__backupVerts_1(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value)
{
____backupVerts_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____backupVerts_1), (void*)value);
}
inline static int32_t get_offset_of__vertices_2() { return static_cast<int32_t>(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____vertices_2)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get__vertices_2() const { return ____vertices_2; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of__vertices_2() { return &____vertices_2; }
inline void set__vertices_2(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value)
{
____vertices_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____vertices_2), (void*)value);
}
inline static int32_t get_offset_of__stroke_3() { return static_cast<int32_t>(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____stroke_3)); }
inline bool get__stroke_3() const { return ____stroke_3; }
inline bool* get_address_of__stroke_3() { return &____stroke_3; }
inline void set__stroke_3(bool value)
{
____stroke_3 = value;
}
inline static int32_t get_offset_of__shadow_4() { return static_cast<int32_t>(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____shadow_4)); }
inline bool get__shadow_4() const { return ____shadow_4; }
inline bool* get_address_of__shadow_4() { return &____shadow_4; }
inline void set__shadow_4(bool value)
{
____shadow_4 = value;
}
inline static int32_t get_offset_of__printIndex_5() { return static_cast<int32_t>(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____printIndex_5)); }
inline int32_t get__printIndex_5() const { return ____printIndex_5; }
inline int32_t* get_address_of__printIndex_5() { return &____printIndex_5; }
inline void set__printIndex_5(int32_t value)
{
____printIndex_5 = value;
}
inline static int32_t get_offset_of__mainLayerStart_6() { return static_cast<int32_t>(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____mainLayerStart_6)); }
inline int32_t get__mainLayerStart_6() const { return ____mainLayerStart_6; }
inline int32_t* get_address_of__mainLayerStart_6() { return &____mainLayerStart_6; }
inline void set__mainLayerStart_6(int32_t value)
{
____mainLayerStart_6 = value;
}
inline static int32_t get_offset_of__strokeLayerStart_7() { return static_cast<int32_t>(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____strokeLayerStart_7)); }
inline int32_t get__strokeLayerStart_7() const { return ____strokeLayerStart_7; }
inline int32_t* get_address_of__strokeLayerStart_7() { return &____strokeLayerStart_7; }
inline void set__strokeLayerStart_7(int32_t value)
{
____strokeLayerStart_7 = value;
}
inline static int32_t get_offset_of__strokeDrawDirs_8() { return static_cast<int32_t>(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____strokeDrawDirs_8)); }
inline int32_t get__strokeDrawDirs_8() const { return ____strokeDrawDirs_8; }
inline int32_t* get_address_of__strokeDrawDirs_8() { return &____strokeDrawDirs_8; }
inline void set__strokeDrawDirs_8(int32_t value)
{
____strokeDrawDirs_8 = value;
}
inline static int32_t get_offset_of__vertIndex_9() { return static_cast<int32_t>(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____vertIndex_9)); }
inline int32_t get__vertIndex_9() const { return ____vertIndex_9; }
inline int32_t* get_address_of__vertIndex_9() { return &____vertIndex_9; }
inline void set__vertIndex_9(int32_t value)
{
____vertIndex_9 = value;
}
inline static int32_t get_offset_of__mainLayerVertCount_10() { return static_cast<int32_t>(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____mainLayerVertCount_10)); }
inline int32_t get__mainLayerVertCount_10() const { return ____mainLayerVertCount_10; }
inline int32_t* get_address_of__mainLayerVertCount_10() { return &____mainLayerVertCount_10; }
inline void set__mainLayerVertCount_10(int32_t value)
{
____mainLayerVertCount_10 = value;
}
inline static int32_t get_offset_of__started_11() { return static_cast<int32_t>(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____started_11)); }
inline bool get__started_11() const { return ____started_11; }
inline bool* get_address_of__started_11() { return &____started_11; }
inline void set__started_11(bool value)
{
____started_11 = value;
}
};
// FairyGUI.TypingEffect_<Print>d__17
struct U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5 : public RuntimeObject
{
public:
// System.Int32 FairyGUI.TypingEffect_<Print>d__17::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object FairyGUI.TypingEffect_<Print>d__17::<>2__current
RuntimeObject * ___U3CU3E2__current_1;
// System.Single FairyGUI.TypingEffect_<Print>d__17::interval
float ___interval_2;
// FairyGUI.TypingEffect FairyGUI.TypingEffect_<Print>d__17::<>4__this
TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * ___U3CU3E4__this_3;
public:
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5, ___U3CU3E1__state_0)); }
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
inline void set_U3CU3E1__state_0(int32_t value)
{
___U3CU3E1__state_0 = value;
}
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5, ___U3CU3E2__current_1)); }
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
inline void set_U3CU3E2__current_1(RuntimeObject * value)
{
___U3CU3E2__current_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
}
inline static int32_t get_offset_of_interval_2() { return static_cast<int32_t>(offsetof(U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5, ___interval_2)); }
inline float get_interval_2() const { return ___interval_2; }
inline float* get_address_of_interval_2() { return &___interval_2; }
inline void set_interval_2(float value)
{
___interval_2 = value;
}
inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast<int32_t>(offsetof(U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5, ___U3CU3E4__this_3)); }
inline TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; }
inline TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; }
inline void set_U3CU3E4__this_3(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * value)
{
___U3CU3E4__this_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value);
}
};
// FairyGUI.UIObjectFactory
struct UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9 : public RuntimeObject
{
public:
public:
};
struct UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIObjectFactory_GComponentCreator> FairyGUI.UIObjectFactory::packageItemExtensions
Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * ___packageItemExtensions_0;
// FairyGUI.UIObjectFactory_GLoaderCreator FairyGUI.UIObjectFactory::loaderCreator
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * ___loaderCreator_1;
public:
inline static int32_t get_offset_of_packageItemExtensions_0() { return static_cast<int32_t>(offsetof(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields, ___packageItemExtensions_0)); }
inline Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * get_packageItemExtensions_0() const { return ___packageItemExtensions_0; }
inline Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 ** get_address_of_packageItemExtensions_0() { return &___packageItemExtensions_0; }
inline void set_packageItemExtensions_0(Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * value)
{
___packageItemExtensions_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___packageItemExtensions_0), (void*)value);
}
inline static int32_t get_offset_of_loaderCreator_1() { return static_cast<int32_t>(offsetof(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields, ___loaderCreator_1)); }
inline GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * get_loaderCreator_1() const { return ___loaderCreator_1; }
inline GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 ** get_address_of_loaderCreator_1() { return &___loaderCreator_1; }
inline void set_loaderCreator_1(GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * value)
{
___loaderCreator_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___loaderCreator_1), (void*)value);
}
};
// FairyGUI.UIObjectFactory_<>c__DisplayClass4_0
struct U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED : public RuntimeObject
{
public:
// System.Type FairyGUI.UIObjectFactory_<>c__DisplayClass4_0::type
Type_t * ___type_0;
public:
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED, ___type_0)); }
inline Type_t * get_type_0() const { return ___type_0; }
inline Type_t ** get_address_of_type_0() { return &___type_0; }
inline void set_type_0(Type_t * value)
{
___type_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___type_0), (void*)value);
}
};
// FairyGUI.UIObjectFactory_<>c__DisplayClass6_0
struct U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2 : public RuntimeObject
{
public:
// System.Type FairyGUI.UIObjectFactory_<>c__DisplayClass6_0::baseType
Type_t * ___baseType_0;
// LuaInterface.LuaFunction FairyGUI.UIObjectFactory_<>c__DisplayClass6_0::extendFunction
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___extendFunction_1;
public:
inline static int32_t get_offset_of_baseType_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2, ___baseType_0)); }
inline Type_t * get_baseType_0() const { return ___baseType_0; }
inline Type_t ** get_address_of_baseType_0() { return &___baseType_0; }
inline void set_baseType_0(Type_t * value)
{
___baseType_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___baseType_0), (void*)value);
}
inline static int32_t get_offset_of_extendFunction_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2, ___extendFunction_1)); }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_extendFunction_1() const { return ___extendFunction_1; }
inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_extendFunction_1() { return &___extendFunction_1; }
inline void set_extendFunction_1(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value)
{
___extendFunction_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___extendFunction_1), (void*)value);
}
};
// FairyGUI.UIObjectFactory_<>c__DisplayClass7_0
struct U3CU3Ec__DisplayClass7_0_tB95B3A18E0F1C2B8E61C96DF5B1E5DD6E1C7DF33 : public RuntimeObject
{
public:
// System.Type FairyGUI.UIObjectFactory_<>c__DisplayClass7_0::type
Type_t * ___type_0;
public:
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass7_0_tB95B3A18E0F1C2B8E61C96DF5B1E5DD6E1C7DF33, ___type_0)); }
inline Type_t * get_type_0() const { return ___type_0; }
inline Type_t ** get_address_of_type_0() { return &___type_0; }
inline void set_type_0(Type_t * value)
{
___type_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___type_0), (void*)value);
}
};
// FairyGUI.UIPackage
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 : public RuntimeObject
{
public:
// System.String FairyGUI.UIPackage::<id>k__BackingField
String_t* ___U3CidU3Ek__BackingField_0;
// System.String FairyGUI.UIPackage::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_1;
// System.String FairyGUI.UIPackage::<assetPath>k__BackingField
String_t* ___U3CassetPathU3Ek__BackingField_2;
// System.Collections.Generic.List`1<FairyGUI.PackageItem> FairyGUI.UIPackage::_items
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * ____items_3;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem> FairyGUI.UIPackage::_itemsById
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * ____itemsById_4;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem> FairyGUI.UIPackage::_itemsByName
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * ____itemsByName_5;
// System.String FairyGUI.UIPackage::_customId
String_t* ____customId_6;
// System.Boolean FairyGUI.UIPackage::_resourceMode
bool ____resourceMode_7;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage_AtlasSprite> FairyGUI.UIPackage::_sprites
Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * ____sprites_8;
public:
inline static int32_t get_offset_of_U3CidU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CidU3Ek__BackingField_0)); }
inline String_t* get_U3CidU3Ek__BackingField_0() const { return ___U3CidU3Ek__BackingField_0; }
inline String_t** get_address_of_U3CidU3Ek__BackingField_0() { return &___U3CidU3Ek__BackingField_0; }
inline void set_U3CidU3Ek__BackingField_0(String_t* value)
{
___U3CidU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CidU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CnameU3Ek__BackingField_1)); }
inline String_t* get_U3CnameU3Ek__BackingField_1() const { return ___U3CnameU3Ek__BackingField_1; }
inline String_t** get_address_of_U3CnameU3Ek__BackingField_1() { return &___U3CnameU3Ek__BackingField_1; }
inline void set_U3CnameU3Ek__BackingField_1(String_t* value)
{
___U3CnameU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of_U3CassetPathU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CassetPathU3Ek__BackingField_2)); }
inline String_t* get_U3CassetPathU3Ek__BackingField_2() const { return ___U3CassetPathU3Ek__BackingField_2; }
inline String_t** get_address_of_U3CassetPathU3Ek__BackingField_2() { return &___U3CassetPathU3Ek__BackingField_2; }
inline void set_U3CassetPathU3Ek__BackingField_2(String_t* value)
{
___U3CassetPathU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CassetPathU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of__items_3() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____items_3)); }
inline List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * get__items_3() const { return ____items_3; }
inline List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 ** get_address_of__items_3() { return &____items_3; }
inline void set__items_3(List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * value)
{
____items_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_3), (void*)value);
}
inline static int32_t get_offset_of__itemsById_4() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____itemsById_4)); }
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * get__itemsById_4() const { return ____itemsById_4; }
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 ** get_address_of__itemsById_4() { return &____itemsById_4; }
inline void set__itemsById_4(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * value)
{
____itemsById_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____itemsById_4), (void*)value);
}
inline static int32_t get_offset_of__itemsByName_5() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____itemsByName_5)); }
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * get__itemsByName_5() const { return ____itemsByName_5; }
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 ** get_address_of__itemsByName_5() { return &____itemsByName_5; }
inline void set__itemsByName_5(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * value)
{
____itemsByName_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____itemsByName_5), (void*)value);
}
inline static int32_t get_offset_of__customId_6() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____customId_6)); }
inline String_t* get__customId_6() const { return ____customId_6; }
inline String_t** get_address_of__customId_6() { return &____customId_6; }
inline void set__customId_6(String_t* value)
{
____customId_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____customId_6), (void*)value);
}
inline static int32_t get_offset_of__resourceMode_7() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____resourceMode_7)); }
inline bool get__resourceMode_7() const { return ____resourceMode_7; }
inline bool* get_address_of__resourceMode_7() { return &____resourceMode_7; }
inline void set__resourceMode_7(bool value)
{
____resourceMode_7 = value;
}
inline static int32_t get_offset_of__sprites_8() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____sprites_8)); }
inline Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * get__sprites_8() const { return ____sprites_8; }
inline Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 ** get_address_of__sprites_8() { return &____sprites_8; }
inline void set__sprites_8(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * value)
{
____sprites_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____sprites_8), (void*)value);
}
};
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage> FairyGUI.UIPackage::_packageInstById
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * ____packageInstById_9;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage> FairyGUI.UIPackage::_packageInstByName
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * ____packageInstByName_10;
// System.Collections.Generic.List`1<FairyGUI.UIPackage> FairyGUI.UIPackage::_packageList
List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * ____packageList_11;
// System.Int32 FairyGUI.UIPackage::_constructing
int32_t ____constructing_12;
public:
inline static int32_t get_offset_of__packageInstById_9() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageInstById_9)); }
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * get__packageInstById_9() const { return ____packageInstById_9; }
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 ** get_address_of__packageInstById_9() { return &____packageInstById_9; }
inline void set__packageInstById_9(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * value)
{
____packageInstById_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____packageInstById_9), (void*)value);
}
inline static int32_t get_offset_of__packageInstByName_10() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageInstByName_10)); }
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * get__packageInstByName_10() const { return ____packageInstByName_10; }
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 ** get_address_of__packageInstByName_10() { return &____packageInstByName_10; }
inline void set__packageInstByName_10(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * value)
{
____packageInstByName_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____packageInstByName_10), (void*)value);
}
inline static int32_t get_offset_of__packageList_11() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageList_11)); }
inline List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * get__packageList_11() const { return ____packageList_11; }
inline List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC ** get_address_of__packageList_11() { return &____packageList_11; }
inline void set__packageList_11(List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * value)
{
____packageList_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____packageList_11), (void*)value);
}
inline static int32_t get_offset_of__constructing_12() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____constructing_12)); }
inline int32_t get__constructing_12() const { return ____constructing_12; }
inline int32_t* get_address_of__constructing_12() { return &____constructing_12; }
inline void set__constructing_12(int32_t value)
{
____constructing_12 = value;
}
};
// 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);
}
};
// FairyGUI.Utils.XML
struct XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 : public RuntimeObject
{
public:
// System.String FairyGUI.Utils.XML::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_0;
// System.String FairyGUI.Utils.XML::<text>k__BackingField
String_t* ___U3CtextU3Ek__BackingField_1;
// System.Collections.Generic.Dictionary`2<System.String,System.String> FairyGUI.Utils.XML::_attributes
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ____attributes_2;
// FairyGUI.Utils.XMLList FairyGUI.Utils.XML::_children
XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * ____children_3;
public:
inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253, ___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_U3CtextU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253, ___U3CtextU3Ek__BackingField_1)); }
inline String_t* get_U3CtextU3Ek__BackingField_1() const { return ___U3CtextU3Ek__BackingField_1; }
inline String_t** get_address_of_U3CtextU3Ek__BackingField_1() { return &___U3CtextU3Ek__BackingField_1; }
inline void set_U3CtextU3Ek__BackingField_1(String_t* value)
{
___U3CtextU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CtextU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of__attributes_2() { return static_cast<int32_t>(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253, ____attributes_2)); }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get__attributes_2() const { return ____attributes_2; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of__attributes_2() { return &____attributes_2; }
inline void set__attributes_2(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
{
____attributes_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____attributes_2), (void*)value);
}
inline static int32_t get_offset_of__children_3() { return static_cast<int32_t>(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253, ____children_3)); }
inline XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * get__children_3() const { return ____children_3; }
inline XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C ** get_address_of__children_3() { return &____children_3; }
inline void set__children_3(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * value)
{
____children_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____children_3), (void*)value);
}
};
struct XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_StaticFields
{
public:
// System.Collections.Generic.Stack`1<FairyGUI.Utils.XML> FairyGUI.Utils.XML::sNodeStack
Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * ___sNodeStack_4;
public:
inline static int32_t get_offset_of_sNodeStack_4() { return static_cast<int32_t>(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_StaticFields, ___sNodeStack_4)); }
inline Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * get_sNodeStack_4() const { return ___sNodeStack_4; }
inline Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 ** get_address_of_sNodeStack_4() { return &___sNodeStack_4; }
inline void set_sNodeStack_4(Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * value)
{
___sNodeStack_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sNodeStack_4), (void*)value);
}
};
struct Il2CppArrayBounds;
// System.Array
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>
struct Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 : 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_t264167D3656104A44F0EE2AC57BBDF4BC7D6DE84* ___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_t8E1299D25FC721A757CEA5468960B0F6505E9EAA * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tD0BE4AF1DC4C3133839C488BA23D6D4B3ECE05B1 * ___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_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___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_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___entries_1)); }
inline EntryU5BU5D_t264167D3656104A44F0EE2AC57BBDF4BC7D6DE84* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t264167D3656104A44F0EE2AC57BBDF4BC7D6DE84** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t264167D3656104A44F0EE2AC57BBDF4BC7D6DE84* 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_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___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_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___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_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___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_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___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_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___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_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___keys_7)); }
inline KeyCollection_t8E1299D25FC721A757CEA5468960B0F6505E9EAA * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t8E1299D25FC721A757CEA5468960B0F6505E9EAA ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t8E1299D25FC721A757CEA5468960B0F6505E9EAA * 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_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___values_8)); }
inline ValueCollection_tD0BE4AF1DC4C3133839C488BA23D6D4B3ECE05B1 * get_values_8() const { return ___values_8; }
inline ValueCollection_tD0BE4AF1DC4C3133839C488BA23D6D4B3ECE05B1 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tD0BE4AF1DC4C3133839C488BA23D6D4B3ECE05B1 * 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_tD881350B51AAC8120E5FC036217F6291F787ECD5, ____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.UIObjectFactory_GComponentCreator>
struct Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 : 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_tFB3EB361BE401A0F4A7102AF9992BE69C385B2D7* ___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_t5A617B3EEF4252C270CC9B36E09ED684B856ED38 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tAB17C08B04C6E6A07784EAA1508D263E9ECBBBA5 * ___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_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___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_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___entries_1)); }
inline EntryU5BU5D_tFB3EB361BE401A0F4A7102AF9992BE69C385B2D7* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tFB3EB361BE401A0F4A7102AF9992BE69C385B2D7** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tFB3EB361BE401A0F4A7102AF9992BE69C385B2D7* 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_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___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_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___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_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___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_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___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_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___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_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___keys_7)); }
inline KeyCollection_t5A617B3EEF4252C270CC9B36E09ED684B856ED38 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t5A617B3EEF4252C270CC9B36E09ED684B856ED38 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t5A617B3EEF4252C270CC9B36E09ED684B856ED38 * 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_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___values_8)); }
inline ValueCollection_tAB17C08B04C6E6A07784EAA1508D263E9ECBBBA5 * get_values_8() const { return ___values_8; }
inline ValueCollection_tAB17C08B04C6E6A07784EAA1508D263E9ECBBBA5 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tAB17C08B04C6E6A07784EAA1508D263E9ECBBBA5 * 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_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ____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.UIPackage_AtlasSprite>
struct Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 : 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_tBA956F47BADEC9C6E4DB08F76CFCA0F5BB51A3BB* ___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_t2EDEDABC1680F62F7D6C92F2C88D5994E53B8BE9 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t7D520C45785FE890A66D7BA5AD212558BF7B9B83 * ___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_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___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_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___entries_1)); }
inline EntryU5BU5D_tBA956F47BADEC9C6E4DB08F76CFCA0F5BB51A3BB* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tBA956F47BADEC9C6E4DB08F76CFCA0F5BB51A3BB** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tBA956F47BADEC9C6E4DB08F76CFCA0F5BB51A3BB* 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_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___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_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___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_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___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_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___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_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___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_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___keys_7)); }
inline KeyCollection_t2EDEDABC1680F62F7D6C92F2C88D5994E53B8BE9 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t2EDEDABC1680F62F7D6C92F2C88D5994E53B8BE9 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t2EDEDABC1680F62F7D6C92F2C88D5994E53B8BE9 * 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_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___values_8)); }
inline ValueCollection_t7D520C45785FE890A66D7BA5AD212558BF7B9B83 * get_values_8() const { return ___values_8; }
inline ValueCollection_t7D520C45785FE890A66D7BA5AD212558BF7B9B83 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t7D520C45785FE890A66D7BA5AD212558BF7B9B83 * 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_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ____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.UIPackage>
struct Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 : 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_tD87CE8F9B17DE0D23143C3EC4BBF2C045F243357* ___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_tCB50DD398D56A638E09AFAFCEB5BC877B7BF8E9D * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t87965D05E58EE17C4D1491AC403FBF9E1DB91F76 * ___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_t3252B03A5712C9CF799ED70903944F15BC639949, ___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_t3252B03A5712C9CF799ED70903944F15BC639949, ___entries_1)); }
inline EntryU5BU5D_tD87CE8F9B17DE0D23143C3EC4BBF2C045F243357* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tD87CE8F9B17DE0D23143C3EC4BBF2C045F243357** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tD87CE8F9B17DE0D23143C3EC4BBF2C045F243357* 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_t3252B03A5712C9CF799ED70903944F15BC639949, ___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_t3252B03A5712C9CF799ED70903944F15BC639949, ___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_t3252B03A5712C9CF799ED70903944F15BC639949, ___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_t3252B03A5712C9CF799ED70903944F15BC639949, ___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_t3252B03A5712C9CF799ED70903944F15BC639949, ___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_t3252B03A5712C9CF799ED70903944F15BC639949, ___keys_7)); }
inline KeyCollection_tCB50DD398D56A638E09AFAFCEB5BC877B7BF8E9D * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tCB50DD398D56A638E09AFAFCEB5BC877B7BF8E9D ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tCB50DD398D56A638E09AFAFCEB5BC877B7BF8E9D * 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_t3252B03A5712C9CF799ED70903944F15BC639949, ___values_8)); }
inline ValueCollection_t87965D05E58EE17C4D1491AC403FBF9E1DB91F76 * get_values_8() const { return ___values_8; }
inline ValueCollection_t87965D05E58EE17C4D1491AC403FBF9E1DB91F76 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t87965D05E58EE17C4D1491AC403FBF9E1DB91F76 * 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_t3252B03A5712C9CF799ED70903944F15BC639949, ____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,System.Collections.Generic.Dictionary`2<System.String,System.String>>
struct Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F : 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_tC0C96D4AA89AAA3BB24F5FE6D3F0534C823E542B* ___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_tB94B11C4DA5950CD1A9E1BD7B4AAA7FC4149EFED * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tADA2CBBE00C3C265365793F9F7568456E40623B5 * ___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_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___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_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___entries_1)); }
inline EntryU5BU5D_tC0C96D4AA89AAA3BB24F5FE6D3F0534C823E542B* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tC0C96D4AA89AAA3BB24F5FE6D3F0534C823E542B** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tC0C96D4AA89AAA3BB24F5FE6D3F0534C823E542B* 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_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___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_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___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_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___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_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___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_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___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_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___keys_7)); }
inline KeyCollection_tB94B11C4DA5950CD1A9E1BD7B4AAA7FC4149EFED * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tB94B11C4DA5950CD1A9E1BD7B4AAA7FC4149EFED ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tB94B11C4DA5950CD1A9E1BD7B4AAA7FC4149EFED * 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_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___values_8)); }
inline ValueCollection_tADA2CBBE00C3C265365793F9F7568456E40623B5 * get_values_8() const { return ___values_8; }
inline ValueCollection_tADA2CBBE00C3C265365793F9F7568456E40623B5 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tADA2CBBE00C3C265365793F9F7568456E40623B5 * 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_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ____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,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___entries_1)); }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___keys_7)); }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___values_8)); }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * get_values_8() const { return ___values_8; }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.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.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.EventDispatcher>
struct List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* ____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_t7F2BA2E77D288C0F962389E45CC6D491B329E219, ____items_1)); }
inline EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* get__items_1() const { return ____items_1; }
inline EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* 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_t7F2BA2E77D288C0F962389E45CC6D491B329E219, ____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_t7F2BA2E77D288C0F962389E45CC6D491B329E219, ____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_t7F2BA2E77D288C0F962389E45CC6D491B329E219, ____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_t7F2BA2E77D288C0F962389E45CC6D491B329E219_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219_StaticFields, ____emptyArray_5)); }
inline EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* get__emptyArray_5() const { return ____emptyArray_5; }
inline EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.GTweener>
struct List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* ____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_tF91B4D2C05FB451A547287310EF7663B6C645C3C, ____items_1)); }
inline GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* get__items_1() const { return ____items_1; }
inline GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* 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_tF91B4D2C05FB451A547287310EF7663B6C645C3C, ____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_tF91B4D2C05FB451A547287310EF7663B6C645C3C, ____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_tF91B4D2C05FB451A547287310EF7663B6C645C3C, ____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_tF91B4D2C05FB451A547287310EF7663B6C645C3C_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C_StaticFields, ____emptyArray_5)); }
inline GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* get__emptyArray_5() const { return ____emptyArray_5; }
inline GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.PackageItem>
struct List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* ____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_tA00D4B1D4831291FA22D554225B0BA1D7D690822, ____items_1)); }
inline PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* get__items_1() const { return ____items_1; }
inline PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* 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_tA00D4B1D4831291FA22D554225B0BA1D7D690822, ____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_tA00D4B1D4831291FA22D554225B0BA1D7D690822, ____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_tA00D4B1D4831291FA22D554225B0BA1D7D690822, ____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_tA00D4B1D4831291FA22D554225B0BA1D7D690822_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822_StaticFields, ____emptyArray_5)); }
inline PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* get__emptyArray_5() const { return ____emptyArray_5; }
inline PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.TextField_CharPosition>
struct List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4* ____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_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3, ____items_1)); }
inline CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4* get__items_1() const { return ____items_1; }
inline CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4* 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_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3, ____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_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3, ____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_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3, ____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_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3_StaticFields, ____emptyArray_5)); }
inline CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4* get__emptyArray_5() const { return ____emptyArray_5; }
inline CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.TreeNode>
struct List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0* ____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_t3269624C635BAA14F9E8CABB76CEBA60A300887C, ____items_1)); }
inline TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0* get__items_1() const { return ____items_1; }
inline TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0* 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_t3269624C635BAA14F9E8CABB76CEBA60A300887C, ____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_t3269624C635BAA14F9E8CABB76CEBA60A300887C, ____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_t3269624C635BAA14F9E8CABB76CEBA60A300887C, ____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_t3269624C635BAA14F9E8CABB76CEBA60A300887C_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C_StaticFields, ____emptyArray_5)); }
inline TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0* get__emptyArray_5() const { return ____emptyArray_5; }
inline TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.UIConfig_ConfigValue>
struct List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* ____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_t74B6A4CA646AC394724678D53711955E95B67FB2, ____items_1)); }
inline ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* get__items_1() const { return ____items_1; }
inline ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* 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_t74B6A4CA646AC394724678D53711955E95B67FB2, ____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_t74B6A4CA646AC394724678D53711955E95B67FB2, ____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_t74B6A4CA646AC394724678D53711955E95B67FB2, ____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_t74B6A4CA646AC394724678D53711955E95B67FB2_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t74B6A4CA646AC394724678D53711955E95B67FB2_StaticFields, ____emptyArray_5)); }
inline ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* get__emptyArray_5() const { return ____emptyArray_5; }
inline ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.UIPackage>
struct List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* ____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_t1C8C520C896B743C64F472C95C0CA89355A465CC, ____items_1)); }
inline UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* get__items_1() const { return ____items_1; }
inline UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* 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_t1C8C520C896B743C64F472C95C0CA89355A465CC, ____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_t1C8C520C896B743C64F472C95C0CA89355A465CC, ____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_t1C8C520C896B743C64F472C95C0CA89355A465CC, ____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_t1C8C520C896B743C64F472C95C0CA89355A465CC_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC_StaticFields, ____emptyArray_5)); }
inline UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* get__emptyArray_5() const { return ____emptyArray_5; }
inline UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* 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.List`1<UnityEngine.Renderer>
struct List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* ____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_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749, ____items_1)); }
inline RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* get__items_1() const { return ____items_1; }
inline RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* 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_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749, ____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_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749, ____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_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749, ____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_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749_StaticFields, ____emptyArray_5)); }
inline RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* get__emptyArray_5() const { return ____emptyArray_5; }
inline RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (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
{
};
// UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 : public RuntimeObject
{
public:
public:
};
// Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
};
// Native definition for COM marshalling of UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
};
// FairyGUI.BitmapFont
struct BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 : public BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F
{
public:
// System.Int32 FairyGUI.BitmapFont::size
int32_t ___size_8;
// System.Boolean FairyGUI.BitmapFont::resizable
bool ___resizable_9;
// System.Boolean FairyGUI.BitmapFont::hasChannel
bool ___hasChannel_10;
// System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.BitmapFont_BMGlyph> FairyGUI.BitmapFont::_dict
Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * ____dict_11;
// System.Single FairyGUI.BitmapFont::scale
float ___scale_12;
public:
inline static int32_t get_offset_of_size_8() { return static_cast<int32_t>(offsetof(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88, ___size_8)); }
inline int32_t get_size_8() const { return ___size_8; }
inline int32_t* get_address_of_size_8() { return &___size_8; }
inline void set_size_8(int32_t value)
{
___size_8 = value;
}
inline static int32_t get_offset_of_resizable_9() { return static_cast<int32_t>(offsetof(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88, ___resizable_9)); }
inline bool get_resizable_9() const { return ___resizable_9; }
inline bool* get_address_of_resizable_9() { return &___resizable_9; }
inline void set_resizable_9(bool value)
{
___resizable_9 = value;
}
inline static int32_t get_offset_of_hasChannel_10() { return static_cast<int32_t>(offsetof(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88, ___hasChannel_10)); }
inline bool get_hasChannel_10() const { return ___hasChannel_10; }
inline bool* get_address_of_hasChannel_10() { return &___hasChannel_10; }
inline void set_hasChannel_10(bool value)
{
___hasChannel_10 = value;
}
inline static int32_t get_offset_of__dict_11() { return static_cast<int32_t>(offsetof(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88, ____dict_11)); }
inline Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * get__dict_11() const { return ____dict_11; }
inline Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C ** get_address_of__dict_11() { return &____dict_11; }
inline void set__dict_11(Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * value)
{
____dict_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dict_11), (void*)value);
}
inline static int32_t get_offset_of_scale_12() { return static_cast<int32_t>(offsetof(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88, ___scale_12)); }
inline float get_scale_12() const { return ___scale_12; }
inline float* get_address_of_scale_12() { return &___scale_12; }
inline void set_scale_12(float value)
{
___scale_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.TextField_CharPosition
struct CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8
{
public:
// System.Int32 FairyGUI.TextField_CharPosition::charIndex
int32_t ___charIndex_0;
// System.Int16 FairyGUI.TextField_CharPosition::lineIndex
int16_t ___lineIndex_1;
// System.Int32 FairyGUI.TextField_CharPosition::offsetX
int32_t ___offsetX_2;
// System.Int16 FairyGUI.TextField_CharPosition::vertCount
int16_t ___vertCount_3;
public:
inline static int32_t get_offset_of_charIndex_0() { return static_cast<int32_t>(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___charIndex_0)); }
inline int32_t get_charIndex_0() const { return ___charIndex_0; }
inline int32_t* get_address_of_charIndex_0() { return &___charIndex_0; }
inline void set_charIndex_0(int32_t value)
{
___charIndex_0 = value;
}
inline static int32_t get_offset_of_lineIndex_1() { return static_cast<int32_t>(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___lineIndex_1)); }
inline int16_t get_lineIndex_1() const { return ___lineIndex_1; }
inline int16_t* get_address_of_lineIndex_1() { return &___lineIndex_1; }
inline void set_lineIndex_1(int16_t value)
{
___lineIndex_1 = value;
}
inline static int32_t get_offset_of_offsetX_2() { return static_cast<int32_t>(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___offsetX_2)); }
inline int32_t get_offsetX_2() const { return ___offsetX_2; }
inline int32_t* get_address_of_offsetX_2() { return &___offsetX_2; }
inline void set_offsetX_2(int32_t value)
{
___offsetX_2 = value;
}
inline static int32_t get_offset_of_vertCount_3() { return static_cast<int32_t>(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___vertCount_3)); }
inline int16_t get_vertCount_3() const { return ___vertCount_3; }
inline int16_t* get_address_of_vertCount_3() { return &___vertCount_3; }
inline void set_vertCount_3(int16_t value)
{
___vertCount_3 = value;
}
};
// FairyGUI.TreeView
struct TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// FairyGUI.GList FairyGUI.TreeView::<list>k__BackingField
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * ___U3ClistU3Ek__BackingField_2;
// FairyGUI.TreeNode FairyGUI.TreeView::<root>k__BackingField
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___U3CrootU3Ek__BackingField_3;
// System.Int32 FairyGUI.TreeView::indent
int32_t ___indent_4;
// FairyGUI.TreeView_TreeNodeCreateCellDelegate FairyGUI.TreeView::treeNodeCreateCell
TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4 * ___treeNodeCreateCell_5;
// FairyGUI.TreeView_TreeNodeRenderDelegate FairyGUI.TreeView::treeNodeRender
TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * ___treeNodeRender_6;
// FairyGUI.TreeView_TreeNodeWillExpandDelegate FairyGUI.TreeView::treeNodeWillExpand
TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * ___treeNodeWillExpand_7;
// FairyGUI.EventListener FairyGUI.TreeView::<onClickNode>k__BackingField
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConClickNodeU3Ek__BackingField_8;
// FairyGUI.EventListener FairyGUI.TreeView::<onRightClickNode>k__BackingField
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConRightClickNodeU3Ek__BackingField_9;
public:
inline static int32_t get_offset_of_U3ClistU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5, ___U3ClistU3Ek__BackingField_2)); }
inline GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * get_U3ClistU3Ek__BackingField_2() const { return ___U3ClistU3Ek__BackingField_2; }
inline GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 ** get_address_of_U3ClistU3Ek__BackingField_2() { return &___U3ClistU3Ek__BackingField_2; }
inline void set_U3ClistU3Ek__BackingField_2(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * value)
{
___U3ClistU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ClistU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_U3CrootU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5, ___U3CrootU3Ek__BackingField_3)); }
inline TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * get_U3CrootU3Ek__BackingField_3() const { return ___U3CrootU3Ek__BackingField_3; }
inline TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB ** get_address_of_U3CrootU3Ek__BackingField_3() { return &___U3CrootU3Ek__BackingField_3; }
inline void set_U3CrootU3Ek__BackingField_3(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * value)
{
___U3CrootU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CrootU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_indent_4() { return static_cast<int32_t>(offsetof(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5, ___indent_4)); }
inline int32_t get_indent_4() const { return ___indent_4; }
inline int32_t* get_address_of_indent_4() { return &___indent_4; }
inline void set_indent_4(int32_t value)
{
___indent_4 = value;
}
inline static int32_t get_offset_of_treeNodeCreateCell_5() { return static_cast<int32_t>(offsetof(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5, ___treeNodeCreateCell_5)); }
inline TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4 * get_treeNodeCreateCell_5() const { return ___treeNodeCreateCell_5; }
inline TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4 ** get_address_of_treeNodeCreateCell_5() { return &___treeNodeCreateCell_5; }
inline void set_treeNodeCreateCell_5(TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4 * value)
{
___treeNodeCreateCell_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___treeNodeCreateCell_5), (void*)value);
}
inline static int32_t get_offset_of_treeNodeRender_6() { return static_cast<int32_t>(offsetof(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5, ___treeNodeRender_6)); }
inline TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * get_treeNodeRender_6() const { return ___treeNodeRender_6; }
inline TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 ** get_address_of_treeNodeRender_6() { return &___treeNodeRender_6; }
inline void set_treeNodeRender_6(TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * value)
{
___treeNodeRender_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___treeNodeRender_6), (void*)value);
}
inline static int32_t get_offset_of_treeNodeWillExpand_7() { return static_cast<int32_t>(offsetof(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5, ___treeNodeWillExpand_7)); }
inline TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * get_treeNodeWillExpand_7() const { return ___treeNodeWillExpand_7; }
inline TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B ** get_address_of_treeNodeWillExpand_7() { return &___treeNodeWillExpand_7; }
inline void set_treeNodeWillExpand_7(TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * value)
{
___treeNodeWillExpand_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___treeNodeWillExpand_7), (void*)value);
}
inline static int32_t get_offset_of_U3ConClickNodeU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5, ___U3ConClickNodeU3Ek__BackingField_8)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConClickNodeU3Ek__BackingField_8() const { return ___U3ConClickNodeU3Ek__BackingField_8; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConClickNodeU3Ek__BackingField_8() { return &___U3ConClickNodeU3Ek__BackingField_8; }
inline void set_U3ConClickNodeU3Ek__BackingField_8(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
___U3ConClickNodeU3Ek__BackingField_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ConClickNodeU3Ek__BackingField_8), (void*)value);
}
inline static int32_t get_offset_of_U3ConRightClickNodeU3Ek__BackingField_9() { return static_cast<int32_t>(offsetof(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5, ___U3ConRightClickNodeU3Ek__BackingField_9)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConRightClickNodeU3Ek__BackingField_9() const { return ___U3ConRightClickNodeU3Ek__BackingField_9; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConRightClickNodeU3Ek__BackingField_9() { return &___U3ConRightClickNodeU3Ek__BackingField_9; }
inline void set_U3ConRightClickNodeU3Ek__BackingField_9(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
___U3ConRightClickNodeU3Ek__BackingField_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ConRightClickNodeU3Ek__BackingField_9), (void*)value);
}
};
// FairyGUI.Utils.XMLList_Enumerator
struct Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E
{
public:
// System.Collections.Generic.List`1<FairyGUI.Utils.XML> FairyGUI.Utils.XMLList_Enumerator::_source
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * ____source_0;
// System.String FairyGUI.Utils.XMLList_Enumerator::_selector
String_t* ____selector_1;
// System.Int32 FairyGUI.Utils.XMLList_Enumerator::_index
int32_t ____index_2;
// System.Int32 FairyGUI.Utils.XMLList_Enumerator::_total
int32_t ____total_3;
// FairyGUI.Utils.XML FairyGUI.Utils.XMLList_Enumerator::_current
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ____current_4;
public:
inline static int32_t get_offset_of__source_0() { return static_cast<int32_t>(offsetof(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E, ____source_0)); }
inline List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * get__source_0() const { return ____source_0; }
inline List_1_tF2DE6534667495498DB8419191E85A16E962ABEE ** get_address_of__source_0() { return &____source_0; }
inline void set__source_0(List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * value)
{
____source_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____source_0), (void*)value);
}
inline static int32_t get_offset_of__selector_1() { return static_cast<int32_t>(offsetof(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E, ____selector_1)); }
inline String_t* get__selector_1() const { return ____selector_1; }
inline String_t** get_address_of__selector_1() { return &____selector_1; }
inline void set__selector_1(String_t* value)
{
____selector_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____selector_1), (void*)value);
}
inline static int32_t get_offset_of__index_2() { return static_cast<int32_t>(offsetof(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E, ____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__total_3() { return static_cast<int32_t>(offsetof(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E, ____total_3)); }
inline int32_t get__total_3() const { return ____total_3; }
inline int32_t* get_address_of__total_3() { return &____total_3; }
inline void set__total_3(int32_t value)
{
____total_3 = value;
}
inline static int32_t get_offset_of__current_4() { return static_cast<int32_t>(offsetof(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E, ____current_4)); }
inline XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * get__current_4() const { return ____current_4; }
inline XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 ** get_address_of__current_4() { return &____current_4; }
inline void set__current_4(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * value)
{
____current_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____current_4), (void*)value);
}
};
// Native definition for P/Invoke marshalling of FairyGUI.Utils.XMLList/Enumerator
struct Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshaled_pinvoke
{
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * ____source_0;
char* ____selector_1;
int32_t ____index_2;
int32_t ____total_3;
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ____current_4;
};
// Native definition for COM marshalling of FairyGUI.Utils.XMLList/Enumerator
struct Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshaled_com
{
List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * ____source_0;
Il2CppChar* ____selector_1;
int32_t ____index_2;
int32_t ____total_3;
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ____current_4;
};
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
}
};
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<System.Object>
struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
RuntimeObject * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); }
inline RuntimeObject * get_current_3() const { return ___current_3; }
inline RuntimeObject ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(RuntimeObject * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<System.String>
struct Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
String_t* ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813, ___list_0)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_list_0() const { return ___list_0; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813, ___current_3)); }
inline String_t* get_current_3() const { return ___current_3; }
inline String_t** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(String_t* value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
// System.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.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;
}
};
// UnityEngine.WaitForSeconds
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
{
public:
// System.Single UnityEngine.WaitForSeconds::m_Seconds
float ___m_Seconds_0;
public:
inline static int32_t get_offset_of_m_Seconds_0() { return static_cast<int32_t>(offsetof(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8, ___m_Seconds_0)); }
inline float get_m_Seconds_0() const { return ___m_Seconds_0; }
inline float* get_address_of_m_Seconds_0() { return &___m_Seconds_0; }
inline void set_m_Seconds_0(float value)
{
___m_Seconds_0 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
float ___m_Seconds_0;
};
// Native definition for COM marshalling of UnityEngine.WaitForSeconds
struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
float ___m_Seconds_0;
};
// 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.AutoSizeType
struct AutoSizeType_tEA834A59FCFC66A35B1F42476E2A86E9003225D7
{
public:
// System.Int32 FairyGUI.AutoSizeType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AutoSizeType_tEA834A59FCFC66A35B1F42476E2A86E9003225D7, ___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.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.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.GroupLayoutType
struct GroupLayoutType_t81434278F5305DBEF156B778CE67F25B0113F88D
{
public:
// System.Int32 FairyGUI.GroupLayoutType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(GroupLayoutType_t81434278F5305DBEF156B778CE67F25B0113F88D, ___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.HitTestMode
struct HitTestMode_tFADFA502ABA82CCDD28E7BC72FA608B7C4981CD9
{
public:
// System.Int32 FairyGUI.HitTestMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HitTestMode_tFADFA502ABA82CCDD28E7BC72FA608B7C4981CD9, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.ListLayoutType
struct ListLayoutType_tBEB61127E5A5DED0578EEA9049DE68FDBC98A723
{
public:
// System.Int32 FairyGUI.ListLayoutType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ListLayoutType_tBEB61127E5A5DED0578EEA9049DE68FDBC98A723, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.ListSelectionMode
struct ListSelectionMode_tC8709114EB86CA50B7602FFD799EA4DE84BBC51D
{
public:
// System.Int32 FairyGUI.ListSelectionMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ListSelectionMode_tC8709114EB86CA50B7602FFD799EA4DE84BBC51D, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.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.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.PopupDirection
struct PopupDirection_t5C571F0A10904882F8B0DF8A1A2EBBD602B8E141
{
public:
// System.Int32 FairyGUI.PopupDirection::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PopupDirection_t5C571F0A10904882F8B0DF8A1A2EBBD602B8E141, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.ProgressTitleType
struct ProgressTitleType_tF5A2E4106DC0DB224A25C6295F3E6A890C570418
{
public:
// System.Int32 FairyGUI.ProgressTitleType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ProgressTitleType_tF5A2E4106DC0DB224A25C6295F3E6A890C570418, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// 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.ScrollType
struct ScrollType_t4D86E5E8AA379086B00B4F4939F4C055B8E6002E
{
public:
// System.Int32 FairyGUI.ScrollType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ScrollType_t4D86E5E8AA379086B00B4F4939F4C055B8E6002E, ___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.TValue_Shake
struct TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 : public RuntimeObject
{
public:
// System.Single FairyGUI.TValue_Shake::amplitude
float ___amplitude_0;
// System.Single FairyGUI.TValue_Shake::duration
float ___duration_1;
// UnityEngine.Vector2 FairyGUI.TValue_Shake::lastOffset
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___lastOffset_2;
// UnityEngine.Vector2 FairyGUI.TValue_Shake::offset
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___offset_3;
public:
inline static int32_t get_offset_of_amplitude_0() { return static_cast<int32_t>(offsetof(TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04, ___amplitude_0)); }
inline float get_amplitude_0() const { return ___amplitude_0; }
inline float* get_address_of_amplitude_0() { return &___amplitude_0; }
inline void set_amplitude_0(float value)
{
___amplitude_0 = value;
}
inline static int32_t get_offset_of_duration_1() { return static_cast<int32_t>(offsetof(TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04, ___duration_1)); }
inline float get_duration_1() const { return ___duration_1; }
inline float* get_address_of_duration_1() { return &___duration_1; }
inline void set_duration_1(float value)
{
___duration_1 = value;
}
inline static int32_t get_offset_of_lastOffset_2() { return static_cast<int32_t>(offsetof(TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04, ___lastOffset_2)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_lastOffset_2() const { return ___lastOffset_2; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_lastOffset_2() { return &___lastOffset_2; }
inline void set_lastOffset_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___lastOffset_2 = value;
}
inline static int32_t get_offset_of_offset_3() { return static_cast<int32_t>(offsetof(TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04, ___offset_3)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_offset_3() const { return ___offset_3; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_offset_3() { return &___offset_3; }
inline void set_offset_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___offset_3 = value;
}
};
// FairyGUI.TransitionActionType
struct TransitionActionType_t556D39288D5B4F1C8BD54D63FB309FF77C8B8D17
{
public:
// System.Int32 FairyGUI.TransitionActionType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TransitionActionType_t556D39288D5B4F1C8BD54D63FB309FF77C8B8D17, ___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.TweenPropType
struct TweenPropType_tCCA4504CFBCABEFC577FB2DA2CC2B466636E4EC3
{
public:
// System.Int32 FairyGUI.TweenPropType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TweenPropType_tCCA4504CFBCABEFC577FB2DA2CC2B466636E4EC3, ___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.UIConfig_ConfigKey
struct ConfigKey_t4F52D7EC466A924A7678B553D14BF5B779A8880B
{
public:
// System.Int32 FairyGUI.UIConfig_ConfigKey::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConfigKey_t4F52D7EC466A924A7678B553D14BF5B779A8880B, ___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.UIConfig_ConfigValue
struct ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB : public RuntimeObject
{
public:
// System.Boolean FairyGUI.UIConfig_ConfigValue::valid
bool ___valid_0;
// System.String FairyGUI.UIConfig_ConfigValue::s
String_t* ___s_1;
// System.Int32 FairyGUI.UIConfig_ConfigValue::i
int32_t ___i_2;
// System.Single FairyGUI.UIConfig_ConfigValue::f
float ___f_3;
// System.Boolean FairyGUI.UIConfig_ConfigValue::b
bool ___b_4;
// UnityEngine.Color FairyGUI.UIConfig_ConfigValue::c
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___c_5;
public:
inline static int32_t get_offset_of_valid_0() { return static_cast<int32_t>(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___valid_0)); }
inline bool get_valid_0() const { return ___valid_0; }
inline bool* get_address_of_valid_0() { return &___valid_0; }
inline void set_valid_0(bool value)
{
___valid_0 = value;
}
inline static int32_t get_offset_of_s_1() { return static_cast<int32_t>(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___s_1)); }
inline String_t* get_s_1() const { return ___s_1; }
inline String_t** get_address_of_s_1() { return &___s_1; }
inline void set_s_1(String_t* value)
{
___s_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_1), (void*)value);
}
inline static int32_t get_offset_of_i_2() { return static_cast<int32_t>(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___i_2)); }
inline int32_t get_i_2() const { return ___i_2; }
inline int32_t* get_address_of_i_2() { return &___i_2; }
inline void set_i_2(int32_t value)
{
___i_2 = value;
}
inline static int32_t get_offset_of_f_3() { return static_cast<int32_t>(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___f_3)); }
inline float get_f_3() const { return ___f_3; }
inline float* get_address_of_f_3() { return &___f_3; }
inline void set_f_3(float value)
{
___f_3 = value;
}
inline static int32_t get_offset_of_b_4() { return static_cast<int32_t>(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___b_4)); }
inline bool get_b_4() const { return ___b_4; }
inline bool* get_address_of_b_4() { return &___b_4; }
inline void set_b_4(bool value)
{
___b_4 = value;
}
inline static int32_t get_offset_of_c_5() { return static_cast<int32_t>(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___c_5)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_c_5() const { return ___c_5; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_c_5() { return &___c_5; }
inline void set_c_5(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___c_5 = 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.UIPackage_AtlasSprite
struct AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F : public RuntimeObject
{
public:
// FairyGUI.PackageItem FairyGUI.UIPackage_AtlasSprite::atlas
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___atlas_0;
// UnityEngine.Rect FairyGUI.UIPackage_AtlasSprite::rect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_1;
// System.Boolean FairyGUI.UIPackage_AtlasSprite::rotated
bool ___rotated_2;
public:
inline static int32_t get_offset_of_atlas_0() { return static_cast<int32_t>(offsetof(AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F, ___atlas_0)); }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get_atlas_0() const { return ___atlas_0; }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of_atlas_0() { return &___atlas_0; }
inline void set_atlas_0(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value)
{
___atlas_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___atlas_0), (void*)value);
}
inline static int32_t get_offset_of_rect_1() { return static_cast<int32_t>(offsetof(AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F, ___rect_1)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_rect_1() const { return ___rect_1; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_rect_1() { return &___rect_1; }
inline void set_rect_1(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___rect_1 = value;
}
inline static int32_t get_offset_of_rotated_2() { return static_cast<int32_t>(offsetof(AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F, ___rotated_2)); }
inline bool get_rotated_2() const { return ___rotated_2; }
inline bool* get_address_of_rotated_2() { return &___rotated_2; }
inline void set_rotated_2(bool value)
{
___rotated_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;
}
};
// 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;
}
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// System.Nullable`1<UnityEngine.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.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.CameraClearFlags
struct CameraClearFlags_tAC22BD22D12708CBDC63F6CFB31109E5E17CF239
{
public:
// System.Int32 UnityEngine.CameraClearFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CameraClearFlags_tAC22BD22D12708CBDC63F6CFB31109E5E17CF239, ___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.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.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.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;
}
};
// UnityEngine.TouchScreenKeyboard
struct TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.TouchScreenKeyboard::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
};
// UnityEngine.TouchScreenKeyboard_Status
struct Status_t30C5BC9C53914BC5D15849920F7684493D884090
{
public:
// System.Int32 UnityEngine.TouchScreenKeyboard_Status::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Status_t30C5BC9C53914BC5D15849920F7684493D884090, ___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.TouchScreenKeyboardType
struct TouchScreenKeyboardType_tDD21D45735F3021BF4C6C7C1A660ABF03EBCE602
{
public:
// System.Int32 UnityEngine.TouchScreenKeyboardType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TouchScreenKeyboardType_tDD21D45735F3021BF4C6C7C1A660ABF03EBCE602, ___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.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.GTweener
struct GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C : public RuntimeObject
{
public:
// System.Object FairyGUI.GTweener::_target
RuntimeObject * ____target_0;
// FairyGUI.TweenPropType FairyGUI.GTweener::_propType
int32_t ____propType_1;
// System.Boolean FairyGUI.GTweener::_killed
bool ____killed_2;
// System.Boolean FairyGUI.GTweener::_paused
bool ____paused_3;
// System.Single FairyGUI.GTweener::_delay
float ____delay_4;
// System.Single FairyGUI.GTweener::_duration
float ____duration_5;
// System.Single FairyGUI.GTweener::_breakpoint
float ____breakpoint_6;
// FairyGUI.EaseType FairyGUI.GTweener::_easeType
int32_t ____easeType_7;
// System.Single FairyGUI.GTweener::_easeOvershootOrAmplitude
float ____easeOvershootOrAmplitude_8;
// System.Single FairyGUI.GTweener::_easePeriod
float ____easePeriod_9;
// System.Int32 FairyGUI.GTweener::_repeat
int32_t ____repeat_10;
// System.Boolean FairyGUI.GTweener::_yoyo
bool ____yoyo_11;
// System.Single FairyGUI.GTweener::_timeScale
float ____timeScale_12;
// System.Boolean FairyGUI.GTweener::_ignoreEngineTimeScale
bool ____ignoreEngineTimeScale_13;
// System.Boolean FairyGUI.GTweener::_snapping
bool ____snapping_14;
// System.Object FairyGUI.GTweener::_userData
RuntimeObject * ____userData_15;
// FairyGUI.GPath FairyGUI.GTweener::_path
GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * ____path_16;
// FairyGUI.GTweenCallback FairyGUI.GTweener::_onUpdate
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____onUpdate_17;
// FairyGUI.GTweenCallback FairyGUI.GTweener::_onStart
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____onStart_18;
// FairyGUI.GTweenCallback FairyGUI.GTweener::_onComplete
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____onComplete_19;
// FairyGUI.GTweenCallback1 FairyGUI.GTweener::_onUpdate1
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____onUpdate1_20;
// FairyGUI.GTweenCallback1 FairyGUI.GTweener::_onStart1
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____onStart1_21;
// FairyGUI.GTweenCallback1 FairyGUI.GTweener::_onComplete1
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____onComplete1_22;
// FairyGUI.ITweenListener FairyGUI.GTweener::_listener
RuntimeObject* ____listener_23;
// FairyGUI.TweenValue FairyGUI.GTweener::_startValue
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ____startValue_24;
// FairyGUI.TweenValue FairyGUI.GTweener::_endValue
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ____endValue_25;
// FairyGUI.TweenValue FairyGUI.GTweener::_value
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ____value_26;
// FairyGUI.TweenValue FairyGUI.GTweener::_deltaValue
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ____deltaValue_27;
// System.Int32 FairyGUI.GTweener::_valueSize
int32_t ____valueSize_28;
// System.Boolean FairyGUI.GTweener::_started
bool ____started_29;
// System.Int32 FairyGUI.GTweener::_ended
int32_t ____ended_30;
// System.Single FairyGUI.GTweener::_elapsedTime
float ____elapsedTime_31;
// System.Single FairyGUI.GTweener::_normalizedTime
float ____normalizedTime_32;
// System.Int32 FairyGUI.GTweener::_smoothStart
int32_t ____smoothStart_33;
public:
inline static int32_t get_offset_of__target_0() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____target_0)); }
inline RuntimeObject * get__target_0() const { return ____target_0; }
inline RuntimeObject ** get_address_of__target_0() { return &____target_0; }
inline void set__target_0(RuntimeObject * value)
{
____target_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____target_0), (void*)value);
}
inline static int32_t get_offset_of__propType_1() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____propType_1)); }
inline int32_t get__propType_1() const { return ____propType_1; }
inline int32_t* get_address_of__propType_1() { return &____propType_1; }
inline void set__propType_1(int32_t value)
{
____propType_1 = value;
}
inline static int32_t get_offset_of__killed_2() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____killed_2)); }
inline bool get__killed_2() const { return ____killed_2; }
inline bool* get_address_of__killed_2() { return &____killed_2; }
inline void set__killed_2(bool value)
{
____killed_2 = value;
}
inline static int32_t get_offset_of__paused_3() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____paused_3)); }
inline bool get__paused_3() const { return ____paused_3; }
inline bool* get_address_of__paused_3() { return &____paused_3; }
inline void set__paused_3(bool value)
{
____paused_3 = value;
}
inline static int32_t get_offset_of__delay_4() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____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__duration_5() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____duration_5)); }
inline float get__duration_5() const { return ____duration_5; }
inline float* get_address_of__duration_5() { return &____duration_5; }
inline void set__duration_5(float value)
{
____duration_5 = value;
}
inline static int32_t get_offset_of__breakpoint_6() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____breakpoint_6)); }
inline float get__breakpoint_6() const { return ____breakpoint_6; }
inline float* get_address_of__breakpoint_6() { return &____breakpoint_6; }
inline void set__breakpoint_6(float value)
{
____breakpoint_6 = value;
}
inline static int32_t get_offset_of__easeType_7() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____easeType_7)); }
inline int32_t get__easeType_7() const { return ____easeType_7; }
inline int32_t* get_address_of__easeType_7() { return &____easeType_7; }
inline void set__easeType_7(int32_t value)
{
____easeType_7 = value;
}
inline static int32_t get_offset_of__easeOvershootOrAmplitude_8() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____easeOvershootOrAmplitude_8)); }
inline float get__easeOvershootOrAmplitude_8() const { return ____easeOvershootOrAmplitude_8; }
inline float* get_address_of__easeOvershootOrAmplitude_8() { return &____easeOvershootOrAmplitude_8; }
inline void set__easeOvershootOrAmplitude_8(float value)
{
____easeOvershootOrAmplitude_8 = value;
}
inline static int32_t get_offset_of__easePeriod_9() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____easePeriod_9)); }
inline float get__easePeriod_9() const { return ____easePeriod_9; }
inline float* get_address_of__easePeriod_9() { return &____easePeriod_9; }
inline void set__easePeriod_9(float value)
{
____easePeriod_9 = value;
}
inline static int32_t get_offset_of__repeat_10() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____repeat_10)); }
inline int32_t get__repeat_10() const { return ____repeat_10; }
inline int32_t* get_address_of__repeat_10() { return &____repeat_10; }
inline void set__repeat_10(int32_t value)
{
____repeat_10 = value;
}
inline static int32_t get_offset_of__yoyo_11() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____yoyo_11)); }
inline bool get__yoyo_11() const { return ____yoyo_11; }
inline bool* get_address_of__yoyo_11() { return &____yoyo_11; }
inline void set__yoyo_11(bool value)
{
____yoyo_11 = value;
}
inline static int32_t get_offset_of__timeScale_12() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____timeScale_12)); }
inline float get__timeScale_12() const { return ____timeScale_12; }
inline float* get_address_of__timeScale_12() { return &____timeScale_12; }
inline void set__timeScale_12(float value)
{
____timeScale_12 = value;
}
inline static int32_t get_offset_of__ignoreEngineTimeScale_13() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____ignoreEngineTimeScale_13)); }
inline bool get__ignoreEngineTimeScale_13() const { return ____ignoreEngineTimeScale_13; }
inline bool* get_address_of__ignoreEngineTimeScale_13() { return &____ignoreEngineTimeScale_13; }
inline void set__ignoreEngineTimeScale_13(bool value)
{
____ignoreEngineTimeScale_13 = value;
}
inline static int32_t get_offset_of__snapping_14() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____snapping_14)); }
inline bool get__snapping_14() const { return ____snapping_14; }
inline bool* get_address_of__snapping_14() { return &____snapping_14; }
inline void set__snapping_14(bool value)
{
____snapping_14 = value;
}
inline static int32_t get_offset_of__userData_15() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____userData_15)); }
inline RuntimeObject * get__userData_15() const { return ____userData_15; }
inline RuntimeObject ** get_address_of__userData_15() { return &____userData_15; }
inline void set__userData_15(RuntimeObject * value)
{
____userData_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&____userData_15), (void*)value);
}
inline static int32_t get_offset_of__path_16() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____path_16)); }
inline GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * get__path_16() const { return ____path_16; }
inline GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 ** get_address_of__path_16() { return &____path_16; }
inline void set__path_16(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * value)
{
____path_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&____path_16), (void*)value);
}
inline static int32_t get_offset_of__onUpdate_17() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onUpdate_17)); }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * get__onUpdate_17() const { return ____onUpdate_17; }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F ** get_address_of__onUpdate_17() { return &____onUpdate_17; }
inline void set__onUpdate_17(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * value)
{
____onUpdate_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onUpdate_17), (void*)value);
}
inline static int32_t get_offset_of__onStart_18() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onStart_18)); }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * get__onStart_18() const { return ____onStart_18; }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F ** get_address_of__onStart_18() { return &____onStart_18; }
inline void set__onStart_18(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * value)
{
____onStart_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onStart_18), (void*)value);
}
inline static int32_t get_offset_of__onComplete_19() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onComplete_19)); }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * get__onComplete_19() const { return ____onComplete_19; }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F ** get_address_of__onComplete_19() { return &____onComplete_19; }
inline void set__onComplete_19(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * value)
{
____onComplete_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onComplete_19), (void*)value);
}
inline static int32_t get_offset_of__onUpdate1_20() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onUpdate1_20)); }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * get__onUpdate1_20() const { return ____onUpdate1_20; }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D ** get_address_of__onUpdate1_20() { return &____onUpdate1_20; }
inline void set__onUpdate1_20(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * value)
{
____onUpdate1_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onUpdate1_20), (void*)value);
}
inline static int32_t get_offset_of__onStart1_21() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onStart1_21)); }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * get__onStart1_21() const { return ____onStart1_21; }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D ** get_address_of__onStart1_21() { return &____onStart1_21; }
inline void set__onStart1_21(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * value)
{
____onStart1_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onStart1_21), (void*)value);
}
inline static int32_t get_offset_of__onComplete1_22() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onComplete1_22)); }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * get__onComplete1_22() const { return ____onComplete1_22; }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D ** get_address_of__onComplete1_22() { return &____onComplete1_22; }
inline void set__onComplete1_22(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * value)
{
____onComplete1_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onComplete1_22), (void*)value);
}
inline static int32_t get_offset_of__listener_23() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____listener_23)); }
inline RuntimeObject* get__listener_23() const { return ____listener_23; }
inline RuntimeObject** get_address_of__listener_23() { return &____listener_23; }
inline void set__listener_23(RuntimeObject* value)
{
____listener_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&____listener_23), (void*)value);
}
inline static int32_t get_offset_of__startValue_24() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____startValue_24)); }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * get__startValue_24() const { return ____startValue_24; }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 ** get_address_of__startValue_24() { return &____startValue_24; }
inline void set__startValue_24(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * value)
{
____startValue_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&____startValue_24), (void*)value);
}
inline static int32_t get_offset_of__endValue_25() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____endValue_25)); }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * get__endValue_25() const { return ____endValue_25; }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 ** get_address_of__endValue_25() { return &____endValue_25; }
inline void set__endValue_25(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * value)
{
____endValue_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&____endValue_25), (void*)value);
}
inline static int32_t get_offset_of__value_26() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____value_26)); }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * get__value_26() const { return ____value_26; }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 ** get_address_of__value_26() { return &____value_26; }
inline void set__value_26(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * value)
{
____value_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&____value_26), (void*)value);
}
inline static int32_t get_offset_of__deltaValue_27() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____deltaValue_27)); }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * get__deltaValue_27() const { return ____deltaValue_27; }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 ** get_address_of__deltaValue_27() { return &____deltaValue_27; }
inline void set__deltaValue_27(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * value)
{
____deltaValue_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&____deltaValue_27), (void*)value);
}
inline static int32_t get_offset_of__valueSize_28() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____valueSize_28)); }
inline int32_t get__valueSize_28() const { return ____valueSize_28; }
inline int32_t* get_address_of__valueSize_28() { return &____valueSize_28; }
inline void set__valueSize_28(int32_t value)
{
____valueSize_28 = value;
}
inline static int32_t get_offset_of__started_29() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____started_29)); }
inline bool get__started_29() const { return ____started_29; }
inline bool* get_address_of__started_29() { return &____started_29; }
inline void set__started_29(bool value)
{
____started_29 = value;
}
inline static int32_t get_offset_of__ended_30() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____ended_30)); }
inline int32_t get__ended_30() const { return ____ended_30; }
inline int32_t* get_address_of__ended_30() { return &____ended_30; }
inline void set__ended_30(int32_t value)
{
____ended_30 = value;
}
inline static int32_t get_offset_of__elapsedTime_31() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____elapsedTime_31)); }
inline float get__elapsedTime_31() const { return ____elapsedTime_31; }
inline float* get_address_of__elapsedTime_31() { return &____elapsedTime_31; }
inline void set__elapsedTime_31(float value)
{
____elapsedTime_31 = value;
}
inline static int32_t get_offset_of__normalizedTime_32() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____normalizedTime_32)); }
inline float get__normalizedTime_32() const { return ____normalizedTime_32; }
inline float* get_address_of__normalizedTime_32() { return &____normalizedTime_32; }
inline void set__normalizedTime_32(float value)
{
____normalizedTime_32 = value;
}
inline static int32_t get_offset_of__smoothStart_33() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____smoothStart_33)); }
inline int32_t get__smoothStart_33() const { return ____smoothStart_33; }
inline int32_t* get_address_of__smoothStart_33() { return &____smoothStart_33; }
inline void set__smoothStart_33(int32_t value)
{
____smoothStart_33 = 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.ScrollPane
struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// FairyGUI.ScrollType FairyGUI.ScrollPane::_scrollType
int32_t ____scrollType_3;
// System.Single FairyGUI.ScrollPane::_scrollStep
float ____scrollStep_4;
// System.Single FairyGUI.ScrollPane::_mouseWheelStep
float ____mouseWheelStep_5;
// FairyGUI.Margin FairyGUI.ScrollPane::_scrollBarMargin
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ____scrollBarMargin_6;
// System.Boolean FairyGUI.ScrollPane::_bouncebackEffect
bool ____bouncebackEffect_7;
// System.Boolean FairyGUI.ScrollPane::_touchEffect
bool ____touchEffect_8;
// System.Boolean FairyGUI.ScrollPane::_scrollBarDisplayAuto
bool ____scrollBarDisplayAuto_9;
// System.Boolean FairyGUI.ScrollPane::_vScrollNone
bool ____vScrollNone_10;
// System.Boolean FairyGUI.ScrollPane::_hScrollNone
bool ____hScrollNone_11;
// System.Boolean FairyGUI.ScrollPane::_needRefresh
bool ____needRefresh_12;
// System.Int32 FairyGUI.ScrollPane::_refreshBarAxis
int32_t ____refreshBarAxis_13;
// System.Boolean FairyGUI.ScrollPane::_displayOnLeft
bool ____displayOnLeft_14;
// System.Boolean FairyGUI.ScrollPane::_snapToItem
bool ____snapToItem_15;
// System.Boolean FairyGUI.ScrollPane::_displayInDemand
bool ____displayInDemand_16;
// System.Boolean FairyGUI.ScrollPane::_mouseWheelEnabled
bool ____mouseWheelEnabled_17;
// System.Boolean FairyGUI.ScrollPane::_softnessOnTopOrLeftSide
bool ____softnessOnTopOrLeftSide_18;
// System.Boolean FairyGUI.ScrollPane::_pageMode
bool ____pageMode_19;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_pageSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____pageSize_20;
// System.Boolean FairyGUI.ScrollPane::_inertiaDisabled
bool ____inertiaDisabled_21;
// System.Boolean FairyGUI.ScrollPane::_maskDisabled
bool ____maskDisabled_22;
// System.Single FairyGUI.ScrollPane::_decelerationRate
float ____decelerationRate_23;
// System.Single FairyGUI.ScrollPane::_xPos
float ____xPos_24;
// System.Single FairyGUI.ScrollPane::_yPos
float ____yPos_25;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_viewSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____viewSize_26;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_contentSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____contentSize_27;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_overlapSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____overlapSize_28;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_containerPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____containerPos_29;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_beginTouchPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____beginTouchPos_30;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_lastTouchPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____lastTouchPos_31;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_lastTouchGlobalPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____lastTouchGlobalPos_32;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_velocity
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____velocity_33;
// System.Single FairyGUI.ScrollPane::_velocityScale
float ____velocityScale_34;
// System.Single FairyGUI.ScrollPane::_lastMoveTime
float ____lastMoveTime_35;
// System.Boolean FairyGUI.ScrollPane::_isMouseMoved
bool ____isMouseMoved_36;
// System.Boolean FairyGUI.ScrollPane::_isHoldAreaDone
bool ____isHoldAreaDone_37;
// System.Int32 FairyGUI.ScrollPane::_aniFlag
int32_t ____aniFlag_38;
// System.Boolean FairyGUI.ScrollPane::_scrollBarVisible
bool ____scrollBarVisible_39;
// System.Int32 FairyGUI.ScrollPane::_loop
int32_t ____loop_40;
// System.Int32 FairyGUI.ScrollPane::_headerLockedSize
int32_t ____headerLockedSize_41;
// System.Int32 FairyGUI.ScrollPane::_footerLockedSize
int32_t ____footerLockedSize_42;
// System.Int32 FairyGUI.ScrollPane::_tweening
int32_t ____tweening_43;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_tweenStart
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____tweenStart_44;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_tweenChange
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____tweenChange_45;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_tweenTime
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____tweenTime_46;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_tweenDuration
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____tweenDuration_47;
// FairyGUI.EventCallback0 FairyGUI.ScrollPane::_refreshDelegate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____refreshDelegate_48;
// FairyGUI.TimerCallback FairyGUI.ScrollPane::_tweenUpdateDelegate
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ____tweenUpdateDelegate_49;
// FairyGUI.TimerCallback FairyGUI.ScrollPane::_showScrollBarDelegate
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ____showScrollBarDelegate_50;
// FairyGUI.GComponent FairyGUI.ScrollPane::_owner
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____owner_51;
// FairyGUI.Container FairyGUI.ScrollPane::_maskContainer
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ____maskContainer_52;
// FairyGUI.Container FairyGUI.ScrollPane::_container
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ____container_53;
// FairyGUI.GScrollBar FairyGUI.ScrollPane::_hzScrollBar
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * ____hzScrollBar_54;
// FairyGUI.GScrollBar FairyGUI.ScrollPane::_vtScrollBar
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * ____vtScrollBar_55;
// FairyGUI.GComponent FairyGUI.ScrollPane::_header
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____header_56;
// FairyGUI.GComponent FairyGUI.ScrollPane::_footer
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____footer_57;
// FairyGUI.Controller FairyGUI.ScrollPane::_pageController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____pageController_58;
// FairyGUI.EventListener FairyGUI.ScrollPane::_onScroll
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onScroll_59;
// FairyGUI.EventListener FairyGUI.ScrollPane::_onScrollEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onScrollEnd_60;
// FairyGUI.EventListener FairyGUI.ScrollPane::_onPullDownRelease
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onPullDownRelease_61;
// FairyGUI.EventListener FairyGUI.ScrollPane::_onPullUpRelease
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onPullUpRelease_62;
public:
inline static int32_t get_offset_of__scrollType_3() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____scrollType_3)); }
inline int32_t get__scrollType_3() const { return ____scrollType_3; }
inline int32_t* get_address_of__scrollType_3() { return &____scrollType_3; }
inline void set__scrollType_3(int32_t value)
{
____scrollType_3 = value;
}
inline static int32_t get_offset_of__scrollStep_4() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____scrollStep_4)); }
inline float get__scrollStep_4() const { return ____scrollStep_4; }
inline float* get_address_of__scrollStep_4() { return &____scrollStep_4; }
inline void set__scrollStep_4(float value)
{
____scrollStep_4 = value;
}
inline static int32_t get_offset_of__mouseWheelStep_5() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____mouseWheelStep_5)); }
inline float get__mouseWheelStep_5() const { return ____mouseWheelStep_5; }
inline float* get_address_of__mouseWheelStep_5() { return &____mouseWheelStep_5; }
inline void set__mouseWheelStep_5(float value)
{
____mouseWheelStep_5 = value;
}
inline static int32_t get_offset_of__scrollBarMargin_6() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____scrollBarMargin_6)); }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get__scrollBarMargin_6() const { return ____scrollBarMargin_6; }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of__scrollBarMargin_6() { return &____scrollBarMargin_6; }
inline void set__scrollBarMargin_6(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
{
____scrollBarMargin_6 = value;
}
inline static int32_t get_offset_of__bouncebackEffect_7() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____bouncebackEffect_7)); }
inline bool get__bouncebackEffect_7() const { return ____bouncebackEffect_7; }
inline bool* get_address_of__bouncebackEffect_7() { return &____bouncebackEffect_7; }
inline void set__bouncebackEffect_7(bool value)
{
____bouncebackEffect_7 = value;
}
inline static int32_t get_offset_of__touchEffect_8() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____touchEffect_8)); }
inline bool get__touchEffect_8() const { return ____touchEffect_8; }
inline bool* get_address_of__touchEffect_8() { return &____touchEffect_8; }
inline void set__touchEffect_8(bool value)
{
____touchEffect_8 = value;
}
inline static int32_t get_offset_of__scrollBarDisplayAuto_9() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____scrollBarDisplayAuto_9)); }
inline bool get__scrollBarDisplayAuto_9() const { return ____scrollBarDisplayAuto_9; }
inline bool* get_address_of__scrollBarDisplayAuto_9() { return &____scrollBarDisplayAuto_9; }
inline void set__scrollBarDisplayAuto_9(bool value)
{
____scrollBarDisplayAuto_9 = value;
}
inline static int32_t get_offset_of__vScrollNone_10() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____vScrollNone_10)); }
inline bool get__vScrollNone_10() const { return ____vScrollNone_10; }
inline bool* get_address_of__vScrollNone_10() { return &____vScrollNone_10; }
inline void set__vScrollNone_10(bool value)
{
____vScrollNone_10 = value;
}
inline static int32_t get_offset_of__hScrollNone_11() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____hScrollNone_11)); }
inline bool get__hScrollNone_11() const { return ____hScrollNone_11; }
inline bool* get_address_of__hScrollNone_11() { return &____hScrollNone_11; }
inline void set__hScrollNone_11(bool value)
{
____hScrollNone_11 = value;
}
inline static int32_t get_offset_of__needRefresh_12() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____needRefresh_12)); }
inline bool get__needRefresh_12() const { return ____needRefresh_12; }
inline bool* get_address_of__needRefresh_12() { return &____needRefresh_12; }
inline void set__needRefresh_12(bool value)
{
____needRefresh_12 = value;
}
inline static int32_t get_offset_of__refreshBarAxis_13() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____refreshBarAxis_13)); }
inline int32_t get__refreshBarAxis_13() const { return ____refreshBarAxis_13; }
inline int32_t* get_address_of__refreshBarAxis_13() { return &____refreshBarAxis_13; }
inline void set__refreshBarAxis_13(int32_t value)
{
____refreshBarAxis_13 = value;
}
inline static int32_t get_offset_of__displayOnLeft_14() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____displayOnLeft_14)); }
inline bool get__displayOnLeft_14() const { return ____displayOnLeft_14; }
inline bool* get_address_of__displayOnLeft_14() { return &____displayOnLeft_14; }
inline void set__displayOnLeft_14(bool value)
{
____displayOnLeft_14 = value;
}
inline static int32_t get_offset_of__snapToItem_15() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____snapToItem_15)); }
inline bool get__snapToItem_15() const { return ____snapToItem_15; }
inline bool* get_address_of__snapToItem_15() { return &____snapToItem_15; }
inline void set__snapToItem_15(bool value)
{
____snapToItem_15 = value;
}
inline static int32_t get_offset_of__displayInDemand_16() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____displayInDemand_16)); }
inline bool get__displayInDemand_16() const { return ____displayInDemand_16; }
inline bool* get_address_of__displayInDemand_16() { return &____displayInDemand_16; }
inline void set__displayInDemand_16(bool value)
{
____displayInDemand_16 = value;
}
inline static int32_t get_offset_of__mouseWheelEnabled_17() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____mouseWheelEnabled_17)); }
inline bool get__mouseWheelEnabled_17() const { return ____mouseWheelEnabled_17; }
inline bool* get_address_of__mouseWheelEnabled_17() { return &____mouseWheelEnabled_17; }
inline void set__mouseWheelEnabled_17(bool value)
{
____mouseWheelEnabled_17 = value;
}
inline static int32_t get_offset_of__softnessOnTopOrLeftSide_18() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____softnessOnTopOrLeftSide_18)); }
inline bool get__softnessOnTopOrLeftSide_18() const { return ____softnessOnTopOrLeftSide_18; }
inline bool* get_address_of__softnessOnTopOrLeftSide_18() { return &____softnessOnTopOrLeftSide_18; }
inline void set__softnessOnTopOrLeftSide_18(bool value)
{
____softnessOnTopOrLeftSide_18 = value;
}
inline static int32_t get_offset_of__pageMode_19() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____pageMode_19)); }
inline bool get__pageMode_19() const { return ____pageMode_19; }
inline bool* get_address_of__pageMode_19() { return &____pageMode_19; }
inline void set__pageMode_19(bool value)
{
____pageMode_19 = value;
}
inline static int32_t get_offset_of__pageSize_20() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____pageSize_20)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__pageSize_20() const { return ____pageSize_20; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__pageSize_20() { return &____pageSize_20; }
inline void set__pageSize_20(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____pageSize_20 = value;
}
inline static int32_t get_offset_of__inertiaDisabled_21() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____inertiaDisabled_21)); }
inline bool get__inertiaDisabled_21() const { return ____inertiaDisabled_21; }
inline bool* get_address_of__inertiaDisabled_21() { return &____inertiaDisabled_21; }
inline void set__inertiaDisabled_21(bool value)
{
____inertiaDisabled_21 = value;
}
inline static int32_t get_offset_of__maskDisabled_22() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____maskDisabled_22)); }
inline bool get__maskDisabled_22() const { return ____maskDisabled_22; }
inline bool* get_address_of__maskDisabled_22() { return &____maskDisabled_22; }
inline void set__maskDisabled_22(bool value)
{
____maskDisabled_22 = value;
}
inline static int32_t get_offset_of__decelerationRate_23() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____decelerationRate_23)); }
inline float get__decelerationRate_23() const { return ____decelerationRate_23; }
inline float* get_address_of__decelerationRate_23() { return &____decelerationRate_23; }
inline void set__decelerationRate_23(float value)
{
____decelerationRate_23 = value;
}
inline static int32_t get_offset_of__xPos_24() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____xPos_24)); }
inline float get__xPos_24() const { return ____xPos_24; }
inline float* get_address_of__xPos_24() { return &____xPos_24; }
inline void set__xPos_24(float value)
{
____xPos_24 = value;
}
inline static int32_t get_offset_of__yPos_25() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____yPos_25)); }
inline float get__yPos_25() const { return ____yPos_25; }
inline float* get_address_of__yPos_25() { return &____yPos_25; }
inline void set__yPos_25(float value)
{
____yPos_25 = value;
}
inline static int32_t get_offset_of__viewSize_26() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____viewSize_26)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__viewSize_26() const { return ____viewSize_26; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__viewSize_26() { return &____viewSize_26; }
inline void set__viewSize_26(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____viewSize_26 = value;
}
inline static int32_t get_offset_of__contentSize_27() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____contentSize_27)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__contentSize_27() const { return ____contentSize_27; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__contentSize_27() { return &____contentSize_27; }
inline void set__contentSize_27(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____contentSize_27 = value;
}
inline static int32_t get_offset_of__overlapSize_28() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____overlapSize_28)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__overlapSize_28() const { return ____overlapSize_28; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__overlapSize_28() { return &____overlapSize_28; }
inline void set__overlapSize_28(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____overlapSize_28 = value;
}
inline static int32_t get_offset_of__containerPos_29() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____containerPos_29)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__containerPos_29() const { return ____containerPos_29; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__containerPos_29() { return &____containerPos_29; }
inline void set__containerPos_29(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____containerPos_29 = value;
}
inline static int32_t get_offset_of__beginTouchPos_30() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____beginTouchPos_30)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__beginTouchPos_30() const { return ____beginTouchPos_30; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__beginTouchPos_30() { return &____beginTouchPos_30; }
inline void set__beginTouchPos_30(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____beginTouchPos_30 = value;
}
inline static int32_t get_offset_of__lastTouchPos_31() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____lastTouchPos_31)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__lastTouchPos_31() const { return ____lastTouchPos_31; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__lastTouchPos_31() { return &____lastTouchPos_31; }
inline void set__lastTouchPos_31(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____lastTouchPos_31 = value;
}
inline static int32_t get_offset_of__lastTouchGlobalPos_32() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____lastTouchGlobalPos_32)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__lastTouchGlobalPos_32() const { return ____lastTouchGlobalPos_32; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__lastTouchGlobalPos_32() { return &____lastTouchGlobalPos_32; }
inline void set__lastTouchGlobalPos_32(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____lastTouchGlobalPos_32 = value;
}
inline static int32_t get_offset_of__velocity_33() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____velocity_33)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__velocity_33() const { return ____velocity_33; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__velocity_33() { return &____velocity_33; }
inline void set__velocity_33(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____velocity_33 = value;
}
inline static int32_t get_offset_of__velocityScale_34() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____velocityScale_34)); }
inline float get__velocityScale_34() const { return ____velocityScale_34; }
inline float* get_address_of__velocityScale_34() { return &____velocityScale_34; }
inline void set__velocityScale_34(float value)
{
____velocityScale_34 = value;
}
inline static int32_t get_offset_of__lastMoveTime_35() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____lastMoveTime_35)); }
inline float get__lastMoveTime_35() const { return ____lastMoveTime_35; }
inline float* get_address_of__lastMoveTime_35() { return &____lastMoveTime_35; }
inline void set__lastMoveTime_35(float value)
{
____lastMoveTime_35 = value;
}
inline static int32_t get_offset_of__isMouseMoved_36() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____isMouseMoved_36)); }
inline bool get__isMouseMoved_36() const { return ____isMouseMoved_36; }
inline bool* get_address_of__isMouseMoved_36() { return &____isMouseMoved_36; }
inline void set__isMouseMoved_36(bool value)
{
____isMouseMoved_36 = value;
}
inline static int32_t get_offset_of__isHoldAreaDone_37() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____isHoldAreaDone_37)); }
inline bool get__isHoldAreaDone_37() const { return ____isHoldAreaDone_37; }
inline bool* get_address_of__isHoldAreaDone_37() { return &____isHoldAreaDone_37; }
inline void set__isHoldAreaDone_37(bool value)
{
____isHoldAreaDone_37 = value;
}
inline static int32_t get_offset_of__aniFlag_38() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____aniFlag_38)); }
inline int32_t get__aniFlag_38() const { return ____aniFlag_38; }
inline int32_t* get_address_of__aniFlag_38() { return &____aniFlag_38; }
inline void set__aniFlag_38(int32_t value)
{
____aniFlag_38 = value;
}
inline static int32_t get_offset_of__scrollBarVisible_39() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____scrollBarVisible_39)); }
inline bool get__scrollBarVisible_39() const { return ____scrollBarVisible_39; }
inline bool* get_address_of__scrollBarVisible_39() { return &____scrollBarVisible_39; }
inline void set__scrollBarVisible_39(bool value)
{
____scrollBarVisible_39 = value;
}
inline static int32_t get_offset_of__loop_40() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____loop_40)); }
inline int32_t get__loop_40() const { return ____loop_40; }
inline int32_t* get_address_of__loop_40() { return &____loop_40; }
inline void set__loop_40(int32_t value)
{
____loop_40 = value;
}
inline static int32_t get_offset_of__headerLockedSize_41() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____headerLockedSize_41)); }
inline int32_t get__headerLockedSize_41() const { return ____headerLockedSize_41; }
inline int32_t* get_address_of__headerLockedSize_41() { return &____headerLockedSize_41; }
inline void set__headerLockedSize_41(int32_t value)
{
____headerLockedSize_41 = value;
}
inline static int32_t get_offset_of__footerLockedSize_42() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____footerLockedSize_42)); }
inline int32_t get__footerLockedSize_42() const { return ____footerLockedSize_42; }
inline int32_t* get_address_of__footerLockedSize_42() { return &____footerLockedSize_42; }
inline void set__footerLockedSize_42(int32_t value)
{
____footerLockedSize_42 = value;
}
inline static int32_t get_offset_of__tweening_43() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____tweening_43)); }
inline int32_t get__tweening_43() const { return ____tweening_43; }
inline int32_t* get_address_of__tweening_43() { return &____tweening_43; }
inline void set__tweening_43(int32_t value)
{
____tweening_43 = value;
}
inline static int32_t get_offset_of__tweenStart_44() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____tweenStart_44)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__tweenStart_44() const { return ____tweenStart_44; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__tweenStart_44() { return &____tweenStart_44; }
inline void set__tweenStart_44(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____tweenStart_44 = value;
}
inline static int32_t get_offset_of__tweenChange_45() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____tweenChange_45)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__tweenChange_45() const { return ____tweenChange_45; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__tweenChange_45() { return &____tweenChange_45; }
inline void set__tweenChange_45(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____tweenChange_45 = value;
}
inline static int32_t get_offset_of__tweenTime_46() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____tweenTime_46)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__tweenTime_46() const { return ____tweenTime_46; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__tweenTime_46() { return &____tweenTime_46; }
inline void set__tweenTime_46(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____tweenTime_46 = value;
}
inline static int32_t get_offset_of__tweenDuration_47() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____tweenDuration_47)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__tweenDuration_47() const { return ____tweenDuration_47; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__tweenDuration_47() { return &____tweenDuration_47; }
inline void set__tweenDuration_47(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____tweenDuration_47 = value;
}
inline static int32_t get_offset_of__refreshDelegate_48() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____refreshDelegate_48)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__refreshDelegate_48() const { return ____refreshDelegate_48; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__refreshDelegate_48() { return &____refreshDelegate_48; }
inline void set__refreshDelegate_48(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____refreshDelegate_48 = value;
Il2CppCodeGenWriteBarrier((void**)(&____refreshDelegate_48), (void*)value);
}
inline static int32_t get_offset_of__tweenUpdateDelegate_49() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____tweenUpdateDelegate_49)); }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * get__tweenUpdateDelegate_49() const { return ____tweenUpdateDelegate_49; }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 ** get_address_of__tweenUpdateDelegate_49() { return &____tweenUpdateDelegate_49; }
inline void set__tweenUpdateDelegate_49(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * value)
{
____tweenUpdateDelegate_49 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tweenUpdateDelegate_49), (void*)value);
}
inline static int32_t get_offset_of__showScrollBarDelegate_50() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____showScrollBarDelegate_50)); }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * get__showScrollBarDelegate_50() const { return ____showScrollBarDelegate_50; }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 ** get_address_of__showScrollBarDelegate_50() { return &____showScrollBarDelegate_50; }
inline void set__showScrollBarDelegate_50(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * value)
{
____showScrollBarDelegate_50 = value;
Il2CppCodeGenWriteBarrier((void**)(&____showScrollBarDelegate_50), (void*)value);
}
inline static int32_t get_offset_of__owner_51() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____owner_51)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__owner_51() const { return ____owner_51; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__owner_51() { return &____owner_51; }
inline void set__owner_51(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____owner_51 = value;
Il2CppCodeGenWriteBarrier((void**)(&____owner_51), (void*)value);
}
inline static int32_t get_offset_of__maskContainer_52() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____maskContainer_52)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get__maskContainer_52() const { return ____maskContainer_52; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of__maskContainer_52() { return &____maskContainer_52; }
inline void set__maskContainer_52(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
____maskContainer_52 = value;
Il2CppCodeGenWriteBarrier((void**)(&____maskContainer_52), (void*)value);
}
inline static int32_t get_offset_of__container_53() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____container_53)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get__container_53() const { return ____container_53; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of__container_53() { return &____container_53; }
inline void set__container_53(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
____container_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&____container_53), (void*)value);
}
inline static int32_t get_offset_of__hzScrollBar_54() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____hzScrollBar_54)); }
inline GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * get__hzScrollBar_54() const { return ____hzScrollBar_54; }
inline GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 ** get_address_of__hzScrollBar_54() { return &____hzScrollBar_54; }
inline void set__hzScrollBar_54(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * value)
{
____hzScrollBar_54 = value;
Il2CppCodeGenWriteBarrier((void**)(&____hzScrollBar_54), (void*)value);
}
inline static int32_t get_offset_of__vtScrollBar_55() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____vtScrollBar_55)); }
inline GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * get__vtScrollBar_55() const { return ____vtScrollBar_55; }
inline GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 ** get_address_of__vtScrollBar_55() { return &____vtScrollBar_55; }
inline void set__vtScrollBar_55(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * value)
{
____vtScrollBar_55 = value;
Il2CppCodeGenWriteBarrier((void**)(&____vtScrollBar_55), (void*)value);
}
inline static int32_t get_offset_of__header_56() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____header_56)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__header_56() const { return ____header_56; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__header_56() { return &____header_56; }
inline void set__header_56(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____header_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&____header_56), (void*)value);
}
inline static int32_t get_offset_of__footer_57() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____footer_57)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__footer_57() const { return ____footer_57; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__footer_57() { return &____footer_57; }
inline void set__footer_57(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____footer_57 = value;
Il2CppCodeGenWriteBarrier((void**)(&____footer_57), (void*)value);
}
inline static int32_t get_offset_of__pageController_58() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____pageController_58)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__pageController_58() const { return ____pageController_58; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__pageController_58() { return &____pageController_58; }
inline void set__pageController_58(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____pageController_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pageController_58), (void*)value);
}
inline static int32_t get_offset_of__onScroll_59() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____onScroll_59)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onScroll_59() const { return ____onScroll_59; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onScroll_59() { return &____onScroll_59; }
inline void set__onScroll_59(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onScroll_59 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onScroll_59), (void*)value);
}
inline static int32_t get_offset_of__onScrollEnd_60() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____onScrollEnd_60)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onScrollEnd_60() const { return ____onScrollEnd_60; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onScrollEnd_60() { return &____onScrollEnd_60; }
inline void set__onScrollEnd_60(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onScrollEnd_60 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onScrollEnd_60), (void*)value);
}
inline static int32_t get_offset_of__onPullDownRelease_61() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____onPullDownRelease_61)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onPullDownRelease_61() const { return ____onPullDownRelease_61; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onPullDownRelease_61() { return &____onPullDownRelease_61; }
inline void set__onPullDownRelease_61(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onPullDownRelease_61 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onPullDownRelease_61), (void*)value);
}
inline static int32_t get_offset_of__onPullUpRelease_62() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____onPullUpRelease_62)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onPullUpRelease_62() const { return ____onPullUpRelease_62; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onPullUpRelease_62() { return &____onPullUpRelease_62; }
inline void set__onPullUpRelease_62(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onPullUpRelease_62 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onPullUpRelease_62), (void*)value);
}
};
struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields
{
public:
// FairyGUI.ScrollPane FairyGUI.ScrollPane::<draggingPane>k__BackingField
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ___U3CdraggingPaneU3Ek__BackingField_2;
// System.Int32 FairyGUI.ScrollPane::_gestureFlag
int32_t ____gestureFlag_63;
public:
inline static int32_t get_offset_of_U3CdraggingPaneU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields, ___U3CdraggingPaneU3Ek__BackingField_2)); }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * get_U3CdraggingPaneU3Ek__BackingField_2() const { return ___U3CdraggingPaneU3Ek__BackingField_2; }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE ** get_address_of_U3CdraggingPaneU3Ek__BackingField_2() { return &___U3CdraggingPaneU3Ek__BackingField_2; }
inline void set_U3CdraggingPaneU3Ek__BackingField_2(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * value)
{
___U3CdraggingPaneU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CdraggingPaneU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of__gestureFlag_63() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields, ____gestureFlag_63)); }
inline int32_t get__gestureFlag_63() const { return ____gestureFlag_63; }
inline int32_t* get_address_of__gestureFlag_63() { return &____gestureFlag_63; }
inline void set__gestureFlag_63(int32_t value)
{
____gestureFlag_63 = value;
}
};
// FairyGUI.TouchInfo
struct TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C : public RuntimeObject
{
public:
// System.Single FairyGUI.TouchInfo::x
float ___x_0;
// System.Single FairyGUI.TouchInfo::y
float ___y_1;
// System.Int32 FairyGUI.TouchInfo::touchId
int32_t ___touchId_2;
// System.Int32 FairyGUI.TouchInfo::clickCount
int32_t ___clickCount_3;
// UnityEngine.KeyCode FairyGUI.TouchInfo::keyCode
int32_t ___keyCode_4;
// System.Char FairyGUI.TouchInfo::character
Il2CppChar ___character_5;
// UnityEngine.EventModifiers FairyGUI.TouchInfo::modifiers
int32_t ___modifiers_6;
// System.Int32 FairyGUI.TouchInfo::mouseWheelDelta
int32_t ___mouseWheelDelta_7;
// System.Int32 FairyGUI.TouchInfo::button
int32_t ___button_8;
// System.Single FairyGUI.TouchInfo::downX
float ___downX_9;
// System.Single FairyGUI.TouchInfo::downY
float ___downY_10;
// System.Boolean FairyGUI.TouchInfo::began
bool ___began_11;
// System.Boolean FairyGUI.TouchInfo::clickCancelled
bool ___clickCancelled_12;
// System.Single FairyGUI.TouchInfo::lastClickTime
float ___lastClickTime_13;
// FairyGUI.DisplayObject FairyGUI.TouchInfo::target
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___target_14;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.TouchInfo::downTargets
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ___downTargets_15;
// FairyGUI.DisplayObject FairyGUI.TouchInfo::lastRollOver
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___lastRollOver_16;
// System.Collections.Generic.List`1<FairyGUI.EventDispatcher> FairyGUI.TouchInfo::touchMonitors
List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * ___touchMonitors_17;
// FairyGUI.InputEvent FairyGUI.TouchInfo::evt
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * ___evt_18;
public:
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___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(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___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_touchId_2() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___touchId_2)); }
inline int32_t get_touchId_2() const { return ___touchId_2; }
inline int32_t* get_address_of_touchId_2() { return &___touchId_2; }
inline void set_touchId_2(int32_t value)
{
___touchId_2 = value;
}
inline static int32_t get_offset_of_clickCount_3() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___clickCount_3)); }
inline int32_t get_clickCount_3() const { return ___clickCount_3; }
inline int32_t* get_address_of_clickCount_3() { return &___clickCount_3; }
inline void set_clickCount_3(int32_t value)
{
___clickCount_3 = value;
}
inline static int32_t get_offset_of_keyCode_4() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___keyCode_4)); }
inline int32_t get_keyCode_4() const { return ___keyCode_4; }
inline int32_t* get_address_of_keyCode_4() { return &___keyCode_4; }
inline void set_keyCode_4(int32_t value)
{
___keyCode_4 = value;
}
inline static int32_t get_offset_of_character_5() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___character_5)); }
inline Il2CppChar get_character_5() const { return ___character_5; }
inline Il2CppChar* get_address_of_character_5() { return &___character_5; }
inline void set_character_5(Il2CppChar value)
{
___character_5 = value;
}
inline static int32_t get_offset_of_modifiers_6() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___modifiers_6)); }
inline int32_t get_modifiers_6() const { return ___modifiers_6; }
inline int32_t* get_address_of_modifiers_6() { return &___modifiers_6; }
inline void set_modifiers_6(int32_t value)
{
___modifiers_6 = value;
}
inline static int32_t get_offset_of_mouseWheelDelta_7() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___mouseWheelDelta_7)); }
inline int32_t get_mouseWheelDelta_7() const { return ___mouseWheelDelta_7; }
inline int32_t* get_address_of_mouseWheelDelta_7() { return &___mouseWheelDelta_7; }
inline void set_mouseWheelDelta_7(int32_t value)
{
___mouseWheelDelta_7 = value;
}
inline static int32_t get_offset_of_button_8() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___button_8)); }
inline int32_t get_button_8() const { return ___button_8; }
inline int32_t* get_address_of_button_8() { return &___button_8; }
inline void set_button_8(int32_t value)
{
___button_8 = value;
}
inline static int32_t get_offset_of_downX_9() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___downX_9)); }
inline float get_downX_9() const { return ___downX_9; }
inline float* get_address_of_downX_9() { return &___downX_9; }
inline void set_downX_9(float value)
{
___downX_9 = value;
}
inline static int32_t get_offset_of_downY_10() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___downY_10)); }
inline float get_downY_10() const { return ___downY_10; }
inline float* get_address_of_downY_10() { return &___downY_10; }
inline void set_downY_10(float value)
{
___downY_10 = value;
}
inline static int32_t get_offset_of_began_11() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___began_11)); }
inline bool get_began_11() const { return ___began_11; }
inline bool* get_address_of_began_11() { return &___began_11; }
inline void set_began_11(bool value)
{
___began_11 = value;
}
inline static int32_t get_offset_of_clickCancelled_12() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___clickCancelled_12)); }
inline bool get_clickCancelled_12() const { return ___clickCancelled_12; }
inline bool* get_address_of_clickCancelled_12() { return &___clickCancelled_12; }
inline void set_clickCancelled_12(bool value)
{
___clickCancelled_12 = value;
}
inline static int32_t get_offset_of_lastClickTime_13() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___lastClickTime_13)); }
inline float get_lastClickTime_13() const { return ___lastClickTime_13; }
inline float* get_address_of_lastClickTime_13() { return &___lastClickTime_13; }
inline void set_lastClickTime_13(float value)
{
___lastClickTime_13 = value;
}
inline static int32_t get_offset_of_target_14() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___target_14)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get_target_14() const { return ___target_14; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of_target_14() { return &___target_14; }
inline void set_target_14(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
___target_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___target_14), (void*)value);
}
inline static int32_t get_offset_of_downTargets_15() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___downTargets_15)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get_downTargets_15() const { return ___downTargets_15; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of_downTargets_15() { return &___downTargets_15; }
inline void set_downTargets_15(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
___downTargets_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___downTargets_15), (void*)value);
}
inline static int32_t get_offset_of_lastRollOver_16() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___lastRollOver_16)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get_lastRollOver_16() const { return ___lastRollOver_16; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of_lastRollOver_16() { return &___lastRollOver_16; }
inline void set_lastRollOver_16(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
___lastRollOver_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___lastRollOver_16), (void*)value);
}
inline static int32_t get_offset_of_touchMonitors_17() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___touchMonitors_17)); }
inline List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * get_touchMonitors_17() const { return ___touchMonitors_17; }
inline List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 ** get_address_of_touchMonitors_17() { return &___touchMonitors_17; }
inline void set_touchMonitors_17(List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * value)
{
___touchMonitors_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___touchMonitors_17), (void*)value);
}
inline static int32_t get_offset_of_evt_18() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C, ___evt_18)); }
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * get_evt_18() const { return ___evt_18; }
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 ** get_address_of_evt_18() { return &___evt_18; }
inline void set_evt_18(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * value)
{
___evt_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___evt_18), (void*)value);
}
};
struct TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_StaticFields
{
public:
// System.Collections.Generic.List`1<FairyGUI.EventBridge> FairyGUI.TouchInfo::sHelperChain
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * ___sHelperChain_19;
public:
inline static int32_t get_offset_of_sHelperChain_19() { return static_cast<int32_t>(offsetof(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_StaticFields, ___sHelperChain_19)); }
inline List_1_t96F9041444F491A9089B15870662D9839D1B9728 * get_sHelperChain_19() const { return ___sHelperChain_19; }
inline List_1_t96F9041444F491A9089B15870662D9839D1B9728 ** get_address_of_sHelperChain_19() { return &___sHelperChain_19; }
inline void set_sHelperChain_19(List_1_t96F9041444F491A9089B15870662D9839D1B9728 * value)
{
___sHelperChain_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sHelperChain_19), (void*)value);
}
};
// FairyGUI.TransitionItem
struct TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC : public RuntimeObject
{
public:
// System.Single FairyGUI.TransitionItem::time
float ___time_0;
// System.String FairyGUI.TransitionItem::targetId
String_t* ___targetId_1;
// FairyGUI.TransitionActionType FairyGUI.TransitionItem::type
int32_t ___type_2;
// FairyGUI.TweenConfig FairyGUI.TransitionItem::tweenConfig
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * ___tweenConfig_3;
// System.String FairyGUI.TransitionItem::label
String_t* ___label_4;
// System.Object FairyGUI.TransitionItem::value
RuntimeObject * ___value_5;
// FairyGUI.TransitionHook FairyGUI.TransitionItem::hook
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * ___hook_6;
// FairyGUI.GTweener FairyGUI.TransitionItem::tweener
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener_7;
// FairyGUI.GObject FairyGUI.TransitionItem::target
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target_8;
// System.UInt32 FairyGUI.TransitionItem::displayLockToken
uint32_t ___displayLockToken_9;
public:
inline static int32_t get_offset_of_time_0() { return static_cast<int32_t>(offsetof(TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC, ___time_0)); }
inline float get_time_0() const { return ___time_0; }
inline float* get_address_of_time_0() { return &___time_0; }
inline void set_time_0(float value)
{
___time_0 = value;
}
inline static int32_t get_offset_of_targetId_1() { return static_cast<int32_t>(offsetof(TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC, ___targetId_1)); }
inline String_t* get_targetId_1() const { return ___targetId_1; }
inline String_t** get_address_of_targetId_1() { return &___targetId_1; }
inline void set_targetId_1(String_t* value)
{
___targetId_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___targetId_1), (void*)value);
}
inline static int32_t get_offset_of_type_2() { return static_cast<int32_t>(offsetof(TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC, ___type_2)); }
inline int32_t get_type_2() const { return ___type_2; }
inline int32_t* get_address_of_type_2() { return &___type_2; }
inline void set_type_2(int32_t value)
{
___type_2 = value;
}
inline static int32_t get_offset_of_tweenConfig_3() { return static_cast<int32_t>(offsetof(TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC, ___tweenConfig_3)); }
inline TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * get_tweenConfig_3() const { return ___tweenConfig_3; }
inline TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F ** get_address_of_tweenConfig_3() { return &___tweenConfig_3; }
inline void set_tweenConfig_3(TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * value)
{
___tweenConfig_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___tweenConfig_3), (void*)value);
}
inline static int32_t get_offset_of_label_4() { return static_cast<int32_t>(offsetof(TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC, ___label_4)); }
inline String_t* get_label_4() const { return ___label_4; }
inline String_t** get_address_of_label_4() { return &___label_4; }
inline void set_label_4(String_t* value)
{
___label_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___label_4), (void*)value);
}
inline static int32_t get_offset_of_value_5() { return static_cast<int32_t>(offsetof(TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC, ___value_5)); }
inline RuntimeObject * get_value_5() const { return ___value_5; }
inline RuntimeObject ** get_address_of_value_5() { return &___value_5; }
inline void set_value_5(RuntimeObject * value)
{
___value_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_5), (void*)value);
}
inline static int32_t get_offset_of_hook_6() { return static_cast<int32_t>(offsetof(TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC, ___hook_6)); }
inline TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * get_hook_6() const { return ___hook_6; }
inline TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 ** get_address_of_hook_6() { return &___hook_6; }
inline void set_hook_6(TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * value)
{
___hook_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hook_6), (void*)value);
}
inline static int32_t get_offset_of_tweener_7() { return static_cast<int32_t>(offsetof(TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC, ___tweener_7)); }
inline GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * get_tweener_7() const { return ___tweener_7; }
inline GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C ** get_address_of_tweener_7() { return &___tweener_7; }
inline void set_tweener_7(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * value)
{
___tweener_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___tweener_7), (void*)value);
}
inline static int32_t get_offset_of_target_8() { return static_cast<int32_t>(offsetof(TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC, ___target_8)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_target_8() const { return ___target_8; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_target_8() { return &___target_8; }
inline void set_target_8(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___target_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___target_8), (void*)value);
}
inline static int32_t get_offset_of_displayLockToken_9() { return static_cast<int32_t>(offsetof(TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC, ___displayLockToken_9)); }
inline uint32_t get_displayLockToken_9() const { return ___displayLockToken_9; }
inline uint32_t* get_address_of_displayLockToken_9() { return &___displayLockToken_9; }
inline void set_displayLockToken_9(uint32_t value)
{
___displayLockToken_9 = value;
}
};
// FairyGUI.TweenConfig
struct TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F : public RuntimeObject
{
public:
// System.Single FairyGUI.TweenConfig::duration
float ___duration_0;
// FairyGUI.EaseType FairyGUI.TweenConfig::easeType
int32_t ___easeType_1;
// System.Int32 FairyGUI.TweenConfig::repeat
int32_t ___repeat_2;
// System.Boolean FairyGUI.TweenConfig::yoyo
bool ___yoyo_3;
// FairyGUI.TValue FairyGUI.TweenConfig::startValue
TValue_t82801118914234C897121D3AFA68F615837FB309 * ___startValue_4;
// FairyGUI.TValue FairyGUI.TweenConfig::endValue
TValue_t82801118914234C897121D3AFA68F615837FB309 * ___endValue_5;
// System.String FairyGUI.TweenConfig::endLabel
String_t* ___endLabel_6;
// FairyGUI.TransitionHook FairyGUI.TweenConfig::endHook
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * ___endHook_7;
public:
inline static int32_t get_offset_of_duration_0() { return static_cast<int32_t>(offsetof(TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F, ___duration_0)); }
inline float get_duration_0() const { return ___duration_0; }
inline float* get_address_of_duration_0() { return &___duration_0; }
inline void set_duration_0(float value)
{
___duration_0 = value;
}
inline static int32_t get_offset_of_easeType_1() { return static_cast<int32_t>(offsetof(TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F, ___easeType_1)); }
inline int32_t get_easeType_1() const { return ___easeType_1; }
inline int32_t* get_address_of_easeType_1() { return &___easeType_1; }
inline void set_easeType_1(int32_t value)
{
___easeType_1 = value;
}
inline static int32_t get_offset_of_repeat_2() { return static_cast<int32_t>(offsetof(TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F, ___repeat_2)); }
inline int32_t get_repeat_2() const { return ___repeat_2; }
inline int32_t* get_address_of_repeat_2() { return &___repeat_2; }
inline void set_repeat_2(int32_t value)
{
___repeat_2 = value;
}
inline static int32_t get_offset_of_yoyo_3() { return static_cast<int32_t>(offsetof(TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F, ___yoyo_3)); }
inline bool get_yoyo_3() const { return ___yoyo_3; }
inline bool* get_address_of_yoyo_3() { return &___yoyo_3; }
inline void set_yoyo_3(bool value)
{
___yoyo_3 = value;
}
inline static int32_t get_offset_of_startValue_4() { return static_cast<int32_t>(offsetof(TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F, ___startValue_4)); }
inline TValue_t82801118914234C897121D3AFA68F615837FB309 * get_startValue_4() const { return ___startValue_4; }
inline TValue_t82801118914234C897121D3AFA68F615837FB309 ** get_address_of_startValue_4() { return &___startValue_4; }
inline void set_startValue_4(TValue_t82801118914234C897121D3AFA68F615837FB309 * value)
{
___startValue_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___startValue_4), (void*)value);
}
inline static int32_t get_offset_of_endValue_5() { return static_cast<int32_t>(offsetof(TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F, ___endValue_5)); }
inline TValue_t82801118914234C897121D3AFA68F615837FB309 * get_endValue_5() const { return ___endValue_5; }
inline TValue_t82801118914234C897121D3AFA68F615837FB309 ** get_address_of_endValue_5() { return &___endValue_5; }
inline void set_endValue_5(TValue_t82801118914234C897121D3AFA68F615837FB309 * value)
{
___endValue_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___endValue_5), (void*)value);
}
inline static int32_t get_offset_of_endLabel_6() { return static_cast<int32_t>(offsetof(TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F, ___endLabel_6)); }
inline String_t* get_endLabel_6() const { return ___endLabel_6; }
inline String_t** get_address_of_endLabel_6() { return &___endLabel_6; }
inline void set_endLabel_6(String_t* value)
{
___endLabel_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___endLabel_6), (void*)value);
}
inline static int32_t get_offset_of_endHook_7() { return static_cast<int32_t>(offsetof(TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F, ___endHook_7)); }
inline TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * get_endHook_7() const { return ___endHook_7; }
inline TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 ** get_address_of_endHook_7() { return &___endHook_7; }
inline void set_endHook_7(TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * value)
{
___endHook_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___endHook_7), (void*)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.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.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Mesh
struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.TextAsset
struct TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E : 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.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.GGraph
struct GGraph_tD2F718A15120D167149C9E19B8802F8862458858 : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.Shape FairyGUI.GGraph::_shape
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * ____shape_74;
public:
inline static int32_t get_offset_of__shape_74() { return static_cast<int32_t>(offsetof(GGraph_tD2F718A15120D167149C9E19B8802F8862458858, ____shape_74)); }
inline Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * get__shape_74() const { return ____shape_74; }
inline Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 ** get_address_of__shape_74() { return &____shape_74; }
inline void set__shape_74(Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * value)
{
____shape_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&____shape_74), (void*)value);
}
};
// FairyGUI.GGroup
struct GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.GroupLayoutType FairyGUI.GGroup::_layout
int32_t ____layout_74;
// System.Int32 FairyGUI.GGroup::_lineGap
int32_t ____lineGap_75;
// System.Int32 FairyGUI.GGroup::_columnGap
int32_t ____columnGap_76;
// System.Boolean FairyGUI.GGroup::_percentReady
bool ____percentReady_77;
// System.Boolean FairyGUI.GGroup::_boundsChanged
bool ____boundsChanged_78;
// FairyGUI.EventCallback0 FairyGUI.GGroup::_refreshDelegate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____refreshDelegate_79;
// System.Int32 FairyGUI.GGroup::_updating
int32_t ____updating_80;
public:
inline static int32_t get_offset_of__layout_74() { return static_cast<int32_t>(offsetof(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4, ____layout_74)); }
inline int32_t get__layout_74() const { return ____layout_74; }
inline int32_t* get_address_of__layout_74() { return &____layout_74; }
inline void set__layout_74(int32_t value)
{
____layout_74 = value;
}
inline static int32_t get_offset_of__lineGap_75() { return static_cast<int32_t>(offsetof(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4, ____lineGap_75)); }
inline int32_t get__lineGap_75() const { return ____lineGap_75; }
inline int32_t* get_address_of__lineGap_75() { return &____lineGap_75; }
inline void set__lineGap_75(int32_t value)
{
____lineGap_75 = value;
}
inline static int32_t get_offset_of__columnGap_76() { return static_cast<int32_t>(offsetof(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4, ____columnGap_76)); }
inline int32_t get__columnGap_76() const { return ____columnGap_76; }
inline int32_t* get_address_of__columnGap_76() { return &____columnGap_76; }
inline void set__columnGap_76(int32_t value)
{
____columnGap_76 = value;
}
inline static int32_t get_offset_of__percentReady_77() { return static_cast<int32_t>(offsetof(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4, ____percentReady_77)); }
inline bool get__percentReady_77() const { return ____percentReady_77; }
inline bool* get_address_of__percentReady_77() { return &____percentReady_77; }
inline void set__percentReady_77(bool value)
{
____percentReady_77 = value;
}
inline static int32_t get_offset_of__boundsChanged_78() { return static_cast<int32_t>(offsetof(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4, ____boundsChanged_78)); }
inline bool get__boundsChanged_78() const { return ____boundsChanged_78; }
inline bool* get_address_of__boundsChanged_78() { return &____boundsChanged_78; }
inline void set__boundsChanged_78(bool value)
{
____boundsChanged_78 = value;
}
inline static int32_t get_offset_of__refreshDelegate_79() { return static_cast<int32_t>(offsetof(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4, ____refreshDelegate_79)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__refreshDelegate_79() const { return ____refreshDelegate_79; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__refreshDelegate_79() { return &____refreshDelegate_79; }
inline void set__refreshDelegate_79(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____refreshDelegate_79 = value;
Il2CppCodeGenWriteBarrier((void**)(&____refreshDelegate_79), (void*)value);
}
inline static int32_t get_offset_of__updating_80() { return static_cast<int32_t>(offsetof(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4, ____updating_80)); }
inline int32_t get__updating_80() const { return ____updating_80; }
inline int32_t* get_address_of__updating_80() { return &____updating_80; }
inline void set__updating_80(int32_t value)
{
____updating_80 = value;
}
};
// FairyGUI.GImage
struct GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.Image FairyGUI.GImage::_content
Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * ____content_74;
public:
inline static int32_t get_offset_of__content_74() { return static_cast<int32_t>(offsetof(GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A, ____content_74)); }
inline Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * get__content_74() const { return ____content_74; }
inline Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 ** get_address_of__content_74() { return &____content_74; }
inline void set__content_74(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * value)
{
____content_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&____content_74), (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.GMovieClip
struct GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.MovieClip FairyGUI.GMovieClip::_content
MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * ____content_74;
// FairyGUI.EventListener FairyGUI.GMovieClip::_onPlayEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onPlayEnd_75;
public:
inline static int32_t get_offset_of__content_74() { return static_cast<int32_t>(offsetof(GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84, ____content_74)); }
inline MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * get__content_74() const { return ____content_74; }
inline MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 ** get_address_of__content_74() { return &____content_74; }
inline void set__content_74(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * value)
{
____content_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&____content_74), (void*)value);
}
inline static int32_t get_offset_of__onPlayEnd_75() { return static_cast<int32_t>(offsetof(GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84, ____onPlayEnd_75)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onPlayEnd_75() const { return ____onPlayEnd_75; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onPlayEnd_75() { return &____onPlayEnd_75; }
inline void set__onPlayEnd_75(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onPlayEnd_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onPlayEnd_75), (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.GTweenCallback
struct GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.GTweenCallback1
struct GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.NGraphics_MeshModifier
struct MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.PlayCompleteCallback
struct PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.TextField
struct TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
public:
// FairyGUI.VertAlignType FairyGUI.TextField::_verticalAlign
int32_t ____verticalAlign_52;
// FairyGUI.TextFormat FairyGUI.TextField::_textFormat
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ____textFormat_53;
// System.Boolean FairyGUI.TextField::_input
bool ____input_54;
// System.String FairyGUI.TextField::_text
String_t* ____text_55;
// FairyGUI.AutoSizeType FairyGUI.TextField::_autoSize
int32_t ____autoSize_56;
// System.Boolean FairyGUI.TextField::_wordWrap
bool ____wordWrap_57;
// System.Boolean FairyGUI.TextField::_singleLine
bool ____singleLine_58;
// System.Boolean FairyGUI.TextField::_html
bool ____html_59;
// System.Int32 FairyGUI.TextField::_maxWidth
int32_t ____maxWidth_60;
// System.Int32 FairyGUI.TextField::_stroke
int32_t ____stroke_61;
// UnityEngine.Color FairyGUI.TextField::_strokeColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ____strokeColor_62;
// UnityEngine.Vector2 FairyGUI.TextField::_shadowOffset
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____shadowOffset_63;
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement> FairyGUI.TextField::_elements
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * ____elements_64;
// System.Collections.Generic.List`1<FairyGUI.TextField_LineInfo> FairyGUI.TextField::_lines
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * ____lines_65;
// System.Collections.Generic.List`1<FairyGUI.TextField_CharPosition> FairyGUI.TextField::_charPositions
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * ____charPositions_66;
// FairyGUI.BaseFont FairyGUI.TextField::_font
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * ____font_67;
// System.Single FairyGUI.TextField::_textWidth
float ____textWidth_68;
// System.Single FairyGUI.TextField::_textHeight
float ____textHeight_69;
// System.Single FairyGUI.TextField::_minHeight
float ____minHeight_70;
// System.Boolean FairyGUI.TextField::_textChanged
bool ____textChanged_71;
// System.Int32 FairyGUI.TextField::_yOffset
int32_t ____yOffset_72;
// System.Single FairyGUI.TextField::_fontSizeScale
float ____fontSizeScale_73;
// System.Single FairyGUI.TextField::_renderScale
float ____renderScale_74;
// System.String FairyGUI.TextField::_parsedText
String_t* ____parsedText_75;
// System.Boolean FairyGUI.TextField::_updatingSize
bool ____updatingSize_76;
// FairyGUI.RichTextField FairyGUI.TextField::_richTextField
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ____richTextField_77;
public:
inline static int32_t get_offset_of__verticalAlign_52() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____verticalAlign_52)); }
inline int32_t get__verticalAlign_52() const { return ____verticalAlign_52; }
inline int32_t* get_address_of__verticalAlign_52() { return &____verticalAlign_52; }
inline void set__verticalAlign_52(int32_t value)
{
____verticalAlign_52 = value;
}
inline static int32_t get_offset_of__textFormat_53() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____textFormat_53)); }
inline TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * get__textFormat_53() const { return ____textFormat_53; }
inline TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 ** get_address_of__textFormat_53() { return &____textFormat_53; }
inline void set__textFormat_53(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * value)
{
____textFormat_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&____textFormat_53), (void*)value);
}
inline static int32_t get_offset_of__input_54() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____input_54)); }
inline bool get__input_54() const { return ____input_54; }
inline bool* get_address_of__input_54() { return &____input_54; }
inline void set__input_54(bool value)
{
____input_54 = value;
}
inline static int32_t get_offset_of__text_55() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____text_55)); }
inline String_t* get__text_55() const { return ____text_55; }
inline String_t** get_address_of__text_55() { return &____text_55; }
inline void set__text_55(String_t* value)
{
____text_55 = value;
Il2CppCodeGenWriteBarrier((void**)(&____text_55), (void*)value);
}
inline static int32_t get_offset_of__autoSize_56() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____autoSize_56)); }
inline int32_t get__autoSize_56() const { return ____autoSize_56; }
inline int32_t* get_address_of__autoSize_56() { return &____autoSize_56; }
inline void set__autoSize_56(int32_t value)
{
____autoSize_56 = value;
}
inline static int32_t get_offset_of__wordWrap_57() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____wordWrap_57)); }
inline bool get__wordWrap_57() const { return ____wordWrap_57; }
inline bool* get_address_of__wordWrap_57() { return &____wordWrap_57; }
inline void set__wordWrap_57(bool value)
{
____wordWrap_57 = value;
}
inline static int32_t get_offset_of__singleLine_58() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____singleLine_58)); }
inline bool get__singleLine_58() const { return ____singleLine_58; }
inline bool* get_address_of__singleLine_58() { return &____singleLine_58; }
inline void set__singleLine_58(bool value)
{
____singleLine_58 = value;
}
inline static int32_t get_offset_of__html_59() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____html_59)); }
inline bool get__html_59() const { return ____html_59; }
inline bool* get_address_of__html_59() { return &____html_59; }
inline void set__html_59(bool value)
{
____html_59 = value;
}
inline static int32_t get_offset_of__maxWidth_60() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____maxWidth_60)); }
inline int32_t get__maxWidth_60() const { return ____maxWidth_60; }
inline int32_t* get_address_of__maxWidth_60() { return &____maxWidth_60; }
inline void set__maxWidth_60(int32_t value)
{
____maxWidth_60 = value;
}
inline static int32_t get_offset_of__stroke_61() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____stroke_61)); }
inline int32_t get__stroke_61() const { return ____stroke_61; }
inline int32_t* get_address_of__stroke_61() { return &____stroke_61; }
inline void set__stroke_61(int32_t value)
{
____stroke_61 = value;
}
inline static int32_t get_offset_of__strokeColor_62() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____strokeColor_62)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get__strokeColor_62() const { return ____strokeColor_62; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of__strokeColor_62() { return &____strokeColor_62; }
inline void set__strokeColor_62(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
____strokeColor_62 = value;
}
inline static int32_t get_offset_of__shadowOffset_63() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____shadowOffset_63)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__shadowOffset_63() const { return ____shadowOffset_63; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__shadowOffset_63() { return &____shadowOffset_63; }
inline void set__shadowOffset_63(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____shadowOffset_63 = value;
}
inline static int32_t get_offset_of__elements_64() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____elements_64)); }
inline List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * get__elements_64() const { return ____elements_64; }
inline List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 ** get_address_of__elements_64() { return &____elements_64; }
inline void set__elements_64(List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * value)
{
____elements_64 = value;
Il2CppCodeGenWriteBarrier((void**)(&____elements_64), (void*)value);
}
inline static int32_t get_offset_of__lines_65() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____lines_65)); }
inline List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * get__lines_65() const { return ____lines_65; }
inline List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 ** get_address_of__lines_65() { return &____lines_65; }
inline void set__lines_65(List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * value)
{
____lines_65 = value;
Il2CppCodeGenWriteBarrier((void**)(&____lines_65), (void*)value);
}
inline static int32_t get_offset_of__charPositions_66() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____charPositions_66)); }
inline List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * get__charPositions_66() const { return ____charPositions_66; }
inline List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 ** get_address_of__charPositions_66() { return &____charPositions_66; }
inline void set__charPositions_66(List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * value)
{
____charPositions_66 = value;
Il2CppCodeGenWriteBarrier((void**)(&____charPositions_66), (void*)value);
}
inline static int32_t get_offset_of__font_67() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____font_67)); }
inline BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * get__font_67() const { return ____font_67; }
inline BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F ** get_address_of__font_67() { return &____font_67; }
inline void set__font_67(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * value)
{
____font_67 = value;
Il2CppCodeGenWriteBarrier((void**)(&____font_67), (void*)value);
}
inline static int32_t get_offset_of__textWidth_68() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____textWidth_68)); }
inline float get__textWidth_68() const { return ____textWidth_68; }
inline float* get_address_of__textWidth_68() { return &____textWidth_68; }
inline void set__textWidth_68(float value)
{
____textWidth_68 = value;
}
inline static int32_t get_offset_of__textHeight_69() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____textHeight_69)); }
inline float get__textHeight_69() const { return ____textHeight_69; }
inline float* get_address_of__textHeight_69() { return &____textHeight_69; }
inline void set__textHeight_69(float value)
{
____textHeight_69 = value;
}
inline static int32_t get_offset_of__minHeight_70() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____minHeight_70)); }
inline float get__minHeight_70() const { return ____minHeight_70; }
inline float* get_address_of__minHeight_70() { return &____minHeight_70; }
inline void set__minHeight_70(float value)
{
____minHeight_70 = value;
}
inline static int32_t get_offset_of__textChanged_71() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____textChanged_71)); }
inline bool get__textChanged_71() const { return ____textChanged_71; }
inline bool* get_address_of__textChanged_71() { return &____textChanged_71; }
inline void set__textChanged_71(bool value)
{
____textChanged_71 = value;
}
inline static int32_t get_offset_of__yOffset_72() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____yOffset_72)); }
inline int32_t get__yOffset_72() const { return ____yOffset_72; }
inline int32_t* get_address_of__yOffset_72() { return &____yOffset_72; }
inline void set__yOffset_72(int32_t value)
{
____yOffset_72 = value;
}
inline static int32_t get_offset_of__fontSizeScale_73() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____fontSizeScale_73)); }
inline float get__fontSizeScale_73() const { return ____fontSizeScale_73; }
inline float* get_address_of__fontSizeScale_73() { return &____fontSizeScale_73; }
inline void set__fontSizeScale_73(float value)
{
____fontSizeScale_73 = value;
}
inline static int32_t get_offset_of__renderScale_74() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____renderScale_74)); }
inline float get__renderScale_74() const { return ____renderScale_74; }
inline float* get_address_of__renderScale_74() { return &____renderScale_74; }
inline void set__renderScale_74(float value)
{
____renderScale_74 = value;
}
inline static int32_t get_offset_of__parsedText_75() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____parsedText_75)); }
inline String_t* get__parsedText_75() const { return ____parsedText_75; }
inline String_t** get_address_of__parsedText_75() { return &____parsedText_75; }
inline void set__parsedText_75(String_t* value)
{
____parsedText_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&____parsedText_75), (void*)value);
}
inline static int32_t get_offset_of__updatingSize_76() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____updatingSize_76)); }
inline bool get__updatingSize_76() const { return ____updatingSize_76; }
inline bool* get_address_of__updatingSize_76() { return &____updatingSize_76; }
inline void set__updatingSize_76(bool value)
{
____updatingSize_76 = value;
}
inline static int32_t get_offset_of__richTextField_77() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D, ____richTextField_77)); }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * get__richTextField_77() const { return ____richTextField_77; }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 ** get_address_of__richTextField_77() { return &____richTextField_77; }
inline void set__richTextField_77(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * value)
{
____richTextField_77 = value;
Il2CppCodeGenWriteBarrier((void**)(&____richTextField_77), (void*)value);
}
};
struct TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_StaticFields
{
public:
// System.Single[] FairyGUI.TextField::STROKE_OFFSET
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___STROKE_OFFSET_80;
// System.Single[] FairyGUI.TextField::BOLD_OFFSET
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___BOLD_OFFSET_81;
public:
inline static int32_t get_offset_of_STROKE_OFFSET_80() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_StaticFields, ___STROKE_OFFSET_80)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_STROKE_OFFSET_80() const { return ___STROKE_OFFSET_80; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_STROKE_OFFSET_80() { return &___STROKE_OFFSET_80; }
inline void set_STROKE_OFFSET_80(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___STROKE_OFFSET_80 = value;
Il2CppCodeGenWriteBarrier((void**)(&___STROKE_OFFSET_80), (void*)value);
}
inline static int32_t get_offset_of_BOLD_OFFSET_81() { return static_cast<int32_t>(offsetof(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_StaticFields, ___BOLD_OFFSET_81)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_BOLD_OFFSET_81() const { return ___BOLD_OFFSET_81; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_BOLD_OFFSET_81() { return &___BOLD_OFFSET_81; }
inline void set_BOLD_OFFSET_81(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___BOLD_OFFSET_81 = value;
Il2CppCodeGenWriteBarrier((void**)(&___BOLD_OFFSET_81), (void*)value);
}
};
// FairyGUI.TransitionHook
struct TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.TreeView_TreeNodeCreateCellDelegate
struct TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.TreeView_TreeNodeRenderDelegate
struct TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.TreeView_TreeNodeWillExpandDelegate
struct TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.UIConfig_SoundLoader
struct SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.UILoadCallback
struct UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.UIObjectFactory_GComponentCreator
struct GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.UIObjectFactory_GLoaderCreator
struct GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.UIPackage_CreateObjectCallback
struct CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 : public MulticastDelegate_t
{
public:
public:
};
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
// System.Comparison`1<FairyGUI.PackageItem>
struct Comparison_1_tE5D7D3C8CDA1244BA4C36C7B500AC4390D67FCB3 : public MulticastDelegate_t
{
public:
public:
};
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// UnityEngine.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Collider
struct Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.RenderTexture
struct RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 : public Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4
{
public:
public:
};
// UnityEngine.Renderer
struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Texture2D
struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C : public Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4
{
public:
public:
};
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// FairyGUI.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.GComboBox
struct GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// System.Int32 FairyGUI.GComboBox::visibleItemCount
int32_t ___visibleItemCount_93;
// FairyGUI.GComponent FairyGUI.GComboBox::dropdown
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___dropdown_94;
// FairyGUI.GObject FairyGUI.GComboBox::_titleObject
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____titleObject_95;
// FairyGUI.GObject FairyGUI.GComboBox::_iconObject
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____iconObject_96;
// FairyGUI.GList FairyGUI.GComboBox::_list
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * ____list_97;
// System.String[] FairyGUI.GComboBox::_items
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____items_98;
// System.String[] FairyGUI.GComboBox::_icons
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____icons_99;
// System.String[] FairyGUI.GComboBox::_values
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____values_100;
// FairyGUI.PopupDirection FairyGUI.GComboBox::_popupDirection
int32_t ____popupDirection_101;
// FairyGUI.Controller FairyGUI.GComboBox::_selectionController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____selectionController_102;
// System.Boolean FairyGUI.GComboBox::_itemsUpdated
bool ____itemsUpdated_103;
// System.Int32 FairyGUI.GComboBox::_selectedIndex
int32_t ____selectedIndex_104;
// FairyGUI.Controller FairyGUI.GComboBox::_buttonController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____buttonController_105;
// System.Boolean FairyGUI.GComboBox::_down
bool ____down_106;
// System.Boolean FairyGUI.GComboBox::_over
bool ____over_107;
// FairyGUI.EventListener FairyGUI.GComboBox::_onChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_108;
public:
inline static int32_t get_offset_of_visibleItemCount_93() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ___visibleItemCount_93)); }
inline int32_t get_visibleItemCount_93() const { return ___visibleItemCount_93; }
inline int32_t* get_address_of_visibleItemCount_93() { return &___visibleItemCount_93; }
inline void set_visibleItemCount_93(int32_t value)
{
___visibleItemCount_93 = value;
}
inline static int32_t get_offset_of_dropdown_94() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ___dropdown_94)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_dropdown_94() const { return ___dropdown_94; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_dropdown_94() { return &___dropdown_94; }
inline void set_dropdown_94(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
___dropdown_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dropdown_94), (void*)value);
}
inline static int32_t get_offset_of__titleObject_95() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____titleObject_95)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__titleObject_95() const { return ____titleObject_95; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__titleObject_95() { return &____titleObject_95; }
inline void set__titleObject_95(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____titleObject_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&____titleObject_95), (void*)value);
}
inline static int32_t get_offset_of__iconObject_96() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____iconObject_96)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__iconObject_96() const { return ____iconObject_96; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__iconObject_96() { return &____iconObject_96; }
inline void set__iconObject_96(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____iconObject_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&____iconObject_96), (void*)value);
}
inline static int32_t get_offset_of__list_97() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____list_97)); }
inline GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * get__list_97() const { return ____list_97; }
inline GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 ** get_address_of__list_97() { return &____list_97; }
inline void set__list_97(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * value)
{
____list_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&____list_97), (void*)value);
}
inline static int32_t get_offset_of__items_98() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____items_98)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_98() const { return ____items_98; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_98() { return &____items_98; }
inline void set__items_98(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____items_98 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_98), (void*)value);
}
inline static int32_t get_offset_of__icons_99() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____icons_99)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__icons_99() const { return ____icons_99; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__icons_99() { return &____icons_99; }
inline void set__icons_99(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____icons_99 = value;
Il2CppCodeGenWriteBarrier((void**)(&____icons_99), (void*)value);
}
inline static int32_t get_offset_of__values_100() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____values_100)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__values_100() const { return ____values_100; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__values_100() { return &____values_100; }
inline void set__values_100(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____values_100 = value;
Il2CppCodeGenWriteBarrier((void**)(&____values_100), (void*)value);
}
inline static int32_t get_offset_of__popupDirection_101() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____popupDirection_101)); }
inline int32_t get__popupDirection_101() const { return ____popupDirection_101; }
inline int32_t* get_address_of__popupDirection_101() { return &____popupDirection_101; }
inline void set__popupDirection_101(int32_t value)
{
____popupDirection_101 = value;
}
inline static int32_t get_offset_of__selectionController_102() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____selectionController_102)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__selectionController_102() const { return ____selectionController_102; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__selectionController_102() { return &____selectionController_102; }
inline void set__selectionController_102(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____selectionController_102 = value;
Il2CppCodeGenWriteBarrier((void**)(&____selectionController_102), (void*)value);
}
inline static int32_t get_offset_of__itemsUpdated_103() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____itemsUpdated_103)); }
inline bool get__itemsUpdated_103() const { return ____itemsUpdated_103; }
inline bool* get_address_of__itemsUpdated_103() { return &____itemsUpdated_103; }
inline void set__itemsUpdated_103(bool value)
{
____itemsUpdated_103 = value;
}
inline static int32_t get_offset_of__selectedIndex_104() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____selectedIndex_104)); }
inline int32_t get__selectedIndex_104() const { return ____selectedIndex_104; }
inline int32_t* get_address_of__selectedIndex_104() { return &____selectedIndex_104; }
inline void set__selectedIndex_104(int32_t value)
{
____selectedIndex_104 = value;
}
inline static int32_t get_offset_of__buttonController_105() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____buttonController_105)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__buttonController_105() const { return ____buttonController_105; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__buttonController_105() { return &____buttonController_105; }
inline void set__buttonController_105(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____buttonController_105 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buttonController_105), (void*)value);
}
inline static int32_t get_offset_of__down_106() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____down_106)); }
inline bool get__down_106() const { return ____down_106; }
inline bool* get_address_of__down_106() { return &____down_106; }
inline void set__down_106(bool value)
{
____down_106 = value;
}
inline static int32_t get_offset_of__over_107() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____over_107)); }
inline bool get__over_107() const { return ____over_107; }
inline bool* get_address_of__over_107() { return &____over_107; }
inline void set__over_107(bool value)
{
____over_107 = value;
}
inline static int32_t get_offset_of__onChanged_108() { return static_cast<int32_t>(offsetof(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C, ____onChanged_108)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_108() const { return ____onChanged_108; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_108() { return &____onChanged_108; }
inline void set__onChanged_108(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onChanged_108 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_108), (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.GList
struct GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// System.String FairyGUI.GList::defaultItem
String_t* ___defaultItem_93;
// System.Boolean FairyGUI.GList::foldInvisibleItems
bool ___foldInvisibleItems_94;
// FairyGUI.ListSelectionMode FairyGUI.GList::selectionMode
int32_t ___selectionMode_95;
// FairyGUI.ListItemRenderer FairyGUI.GList::itemRenderer
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * ___itemRenderer_96;
// FairyGUI.ListItemProvider FairyGUI.GList::itemProvider
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * ___itemProvider_97;
// System.Boolean FairyGUI.GList::scrollItemToViewOnClick
bool ___scrollItemToViewOnClick_98;
// FairyGUI.ListLayoutType FairyGUI.GList::_layout
int32_t ____layout_99;
// System.Int32 FairyGUI.GList::_lineCount
int32_t ____lineCount_100;
// System.Int32 FairyGUI.GList::_columnCount
int32_t ____columnCount_101;
// System.Int32 FairyGUI.GList::_lineGap
int32_t ____lineGap_102;
// System.Int32 FairyGUI.GList::_columnGap
int32_t ____columnGap_103;
// FairyGUI.AlignType FairyGUI.GList::_align
int32_t ____align_104;
// FairyGUI.VertAlignType FairyGUI.GList::_verticalAlign
int32_t ____verticalAlign_105;
// System.Boolean FairyGUI.GList::_autoResizeItem
bool ____autoResizeItem_106;
// FairyGUI.Controller FairyGUI.GList::_selectionController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____selectionController_107;
// FairyGUI.GObjectPool FairyGUI.GList::_pool
GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * ____pool_108;
// System.Int32 FairyGUI.GList::_lastSelectedIndex
int32_t ____lastSelectedIndex_109;
// FairyGUI.EventListener FairyGUI.GList::_onClickItem
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClickItem_110;
// FairyGUI.EventListener FairyGUI.GList::_onRightClickItem
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRightClickItem_111;
// System.Boolean FairyGUI.GList::_virtual
bool ____virtual_112;
// System.Boolean FairyGUI.GList::_loop
bool ____loop_113;
// System.Int32 FairyGUI.GList::_numItems
int32_t ____numItems_114;
// System.Int32 FairyGUI.GList::_realNumItems
int32_t ____realNumItems_115;
// System.Int32 FairyGUI.GList::_firstIndex
int32_t ____firstIndex_116;
// System.Int32 FairyGUI.GList::_curLineItemCount
int32_t ____curLineItemCount_117;
// System.Int32 FairyGUI.GList::_curLineItemCount2
int32_t ____curLineItemCount2_118;
// UnityEngine.Vector2 FairyGUI.GList::_itemSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____itemSize_119;
// System.Int32 FairyGUI.GList::_virtualListChanged
int32_t ____virtualListChanged_120;
// System.Boolean FairyGUI.GList::_eventLocked
bool ____eventLocked_121;
// System.UInt32 FairyGUI.GList::itemInfoVer
uint32_t ___itemInfoVer_122;
// System.Collections.Generic.List`1<FairyGUI.GList_ItemInfo> FairyGUI.GList::_virtualItems
List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 * ____virtualItems_123;
// FairyGUI.EventCallback1 FairyGUI.GList::_itemClickDelegate
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____itemClickDelegate_124;
public:
inline static int32_t get_offset_of_defaultItem_93() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___defaultItem_93)); }
inline String_t* get_defaultItem_93() const { return ___defaultItem_93; }
inline String_t** get_address_of_defaultItem_93() { return &___defaultItem_93; }
inline void set_defaultItem_93(String_t* value)
{
___defaultItem_93 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultItem_93), (void*)value);
}
inline static int32_t get_offset_of_foldInvisibleItems_94() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___foldInvisibleItems_94)); }
inline bool get_foldInvisibleItems_94() const { return ___foldInvisibleItems_94; }
inline bool* get_address_of_foldInvisibleItems_94() { return &___foldInvisibleItems_94; }
inline void set_foldInvisibleItems_94(bool value)
{
___foldInvisibleItems_94 = value;
}
inline static int32_t get_offset_of_selectionMode_95() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___selectionMode_95)); }
inline int32_t get_selectionMode_95() const { return ___selectionMode_95; }
inline int32_t* get_address_of_selectionMode_95() { return &___selectionMode_95; }
inline void set_selectionMode_95(int32_t value)
{
___selectionMode_95 = value;
}
inline static int32_t get_offset_of_itemRenderer_96() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___itemRenderer_96)); }
inline ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * get_itemRenderer_96() const { return ___itemRenderer_96; }
inline ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 ** get_address_of_itemRenderer_96() { return &___itemRenderer_96; }
inline void set_itemRenderer_96(ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * value)
{
___itemRenderer_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&___itemRenderer_96), (void*)value);
}
inline static int32_t get_offset_of_itemProvider_97() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___itemProvider_97)); }
inline ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * get_itemProvider_97() const { return ___itemProvider_97; }
inline ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 ** get_address_of_itemProvider_97() { return &___itemProvider_97; }
inline void set_itemProvider_97(ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * value)
{
___itemProvider_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&___itemProvider_97), (void*)value);
}
inline static int32_t get_offset_of_scrollItemToViewOnClick_98() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___scrollItemToViewOnClick_98)); }
inline bool get_scrollItemToViewOnClick_98() const { return ___scrollItemToViewOnClick_98; }
inline bool* get_address_of_scrollItemToViewOnClick_98() { return &___scrollItemToViewOnClick_98; }
inline void set_scrollItemToViewOnClick_98(bool value)
{
___scrollItemToViewOnClick_98 = value;
}
inline static int32_t get_offset_of__layout_99() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____layout_99)); }
inline int32_t get__layout_99() const { return ____layout_99; }
inline int32_t* get_address_of__layout_99() { return &____layout_99; }
inline void set__layout_99(int32_t value)
{
____layout_99 = value;
}
inline static int32_t get_offset_of__lineCount_100() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____lineCount_100)); }
inline int32_t get__lineCount_100() const { return ____lineCount_100; }
inline int32_t* get_address_of__lineCount_100() { return &____lineCount_100; }
inline void set__lineCount_100(int32_t value)
{
____lineCount_100 = value;
}
inline static int32_t get_offset_of__columnCount_101() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____columnCount_101)); }
inline int32_t get__columnCount_101() const { return ____columnCount_101; }
inline int32_t* get_address_of__columnCount_101() { return &____columnCount_101; }
inline void set__columnCount_101(int32_t value)
{
____columnCount_101 = value;
}
inline static int32_t get_offset_of__lineGap_102() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____lineGap_102)); }
inline int32_t get__lineGap_102() const { return ____lineGap_102; }
inline int32_t* get_address_of__lineGap_102() { return &____lineGap_102; }
inline void set__lineGap_102(int32_t value)
{
____lineGap_102 = value;
}
inline static int32_t get_offset_of__columnGap_103() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____columnGap_103)); }
inline int32_t get__columnGap_103() const { return ____columnGap_103; }
inline int32_t* get_address_of__columnGap_103() { return &____columnGap_103; }
inline void set__columnGap_103(int32_t value)
{
____columnGap_103 = value;
}
inline static int32_t get_offset_of__align_104() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____align_104)); }
inline int32_t get__align_104() const { return ____align_104; }
inline int32_t* get_address_of__align_104() { return &____align_104; }
inline void set__align_104(int32_t value)
{
____align_104 = value;
}
inline static int32_t get_offset_of__verticalAlign_105() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____verticalAlign_105)); }
inline int32_t get__verticalAlign_105() const { return ____verticalAlign_105; }
inline int32_t* get_address_of__verticalAlign_105() { return &____verticalAlign_105; }
inline void set__verticalAlign_105(int32_t value)
{
____verticalAlign_105 = value;
}
inline static int32_t get_offset_of__autoResizeItem_106() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____autoResizeItem_106)); }
inline bool get__autoResizeItem_106() const { return ____autoResizeItem_106; }
inline bool* get_address_of__autoResizeItem_106() { return &____autoResizeItem_106; }
inline void set__autoResizeItem_106(bool value)
{
____autoResizeItem_106 = value;
}
inline static int32_t get_offset_of__selectionController_107() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____selectionController_107)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__selectionController_107() const { return ____selectionController_107; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__selectionController_107() { return &____selectionController_107; }
inline void set__selectionController_107(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____selectionController_107 = value;
Il2CppCodeGenWriteBarrier((void**)(&____selectionController_107), (void*)value);
}
inline static int32_t get_offset_of__pool_108() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____pool_108)); }
inline GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * get__pool_108() const { return ____pool_108; }
inline GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 ** get_address_of__pool_108() { return &____pool_108; }
inline void set__pool_108(GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * value)
{
____pool_108 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pool_108), (void*)value);
}
inline static int32_t get_offset_of__lastSelectedIndex_109() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____lastSelectedIndex_109)); }
inline int32_t get__lastSelectedIndex_109() const { return ____lastSelectedIndex_109; }
inline int32_t* get_address_of__lastSelectedIndex_109() { return &____lastSelectedIndex_109; }
inline void set__lastSelectedIndex_109(int32_t value)
{
____lastSelectedIndex_109 = value;
}
inline static int32_t get_offset_of__onClickItem_110() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____onClickItem_110)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClickItem_110() const { return ____onClickItem_110; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClickItem_110() { return &____onClickItem_110; }
inline void set__onClickItem_110(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClickItem_110 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClickItem_110), (void*)value);
}
inline static int32_t get_offset_of__onRightClickItem_111() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____onRightClickItem_111)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRightClickItem_111() const { return ____onRightClickItem_111; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRightClickItem_111() { return &____onRightClickItem_111; }
inline void set__onRightClickItem_111(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRightClickItem_111 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRightClickItem_111), (void*)value);
}
inline static int32_t get_offset_of__virtual_112() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____virtual_112)); }
inline bool get__virtual_112() const { return ____virtual_112; }
inline bool* get_address_of__virtual_112() { return &____virtual_112; }
inline void set__virtual_112(bool value)
{
____virtual_112 = value;
}
inline static int32_t get_offset_of__loop_113() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____loop_113)); }
inline bool get__loop_113() const { return ____loop_113; }
inline bool* get_address_of__loop_113() { return &____loop_113; }
inline void set__loop_113(bool value)
{
____loop_113 = value;
}
inline static int32_t get_offset_of__numItems_114() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____numItems_114)); }
inline int32_t get__numItems_114() const { return ____numItems_114; }
inline int32_t* get_address_of__numItems_114() { return &____numItems_114; }
inline void set__numItems_114(int32_t value)
{
____numItems_114 = value;
}
inline static int32_t get_offset_of__realNumItems_115() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____realNumItems_115)); }
inline int32_t get__realNumItems_115() const { return ____realNumItems_115; }
inline int32_t* get_address_of__realNumItems_115() { return &____realNumItems_115; }
inline void set__realNumItems_115(int32_t value)
{
____realNumItems_115 = value;
}
inline static int32_t get_offset_of__firstIndex_116() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____firstIndex_116)); }
inline int32_t get__firstIndex_116() const { return ____firstIndex_116; }
inline int32_t* get_address_of__firstIndex_116() { return &____firstIndex_116; }
inline void set__firstIndex_116(int32_t value)
{
____firstIndex_116 = value;
}
inline static int32_t get_offset_of__curLineItemCount_117() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____curLineItemCount_117)); }
inline int32_t get__curLineItemCount_117() const { return ____curLineItemCount_117; }
inline int32_t* get_address_of__curLineItemCount_117() { return &____curLineItemCount_117; }
inline void set__curLineItemCount_117(int32_t value)
{
____curLineItemCount_117 = value;
}
inline static int32_t get_offset_of__curLineItemCount2_118() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____curLineItemCount2_118)); }
inline int32_t get__curLineItemCount2_118() const { return ____curLineItemCount2_118; }
inline int32_t* get_address_of__curLineItemCount2_118() { return &____curLineItemCount2_118; }
inline void set__curLineItemCount2_118(int32_t value)
{
____curLineItemCount2_118 = value;
}
inline static int32_t get_offset_of__itemSize_119() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____itemSize_119)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__itemSize_119() const { return ____itemSize_119; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__itemSize_119() { return &____itemSize_119; }
inline void set__itemSize_119(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____itemSize_119 = value;
}
inline static int32_t get_offset_of__virtualListChanged_120() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____virtualListChanged_120)); }
inline int32_t get__virtualListChanged_120() const { return ____virtualListChanged_120; }
inline int32_t* get_address_of__virtualListChanged_120() { return &____virtualListChanged_120; }
inline void set__virtualListChanged_120(int32_t value)
{
____virtualListChanged_120 = value;
}
inline static int32_t get_offset_of__eventLocked_121() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____eventLocked_121)); }
inline bool get__eventLocked_121() const { return ____eventLocked_121; }
inline bool* get_address_of__eventLocked_121() { return &____eventLocked_121; }
inline void set__eventLocked_121(bool value)
{
____eventLocked_121 = value;
}
inline static int32_t get_offset_of_itemInfoVer_122() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___itemInfoVer_122)); }
inline uint32_t get_itemInfoVer_122() const { return ___itemInfoVer_122; }
inline uint32_t* get_address_of_itemInfoVer_122() { return &___itemInfoVer_122; }
inline void set_itemInfoVer_122(uint32_t value)
{
___itemInfoVer_122 = value;
}
inline static int32_t get_offset_of__virtualItems_123() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____virtualItems_123)); }
inline List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 * get__virtualItems_123() const { return ____virtualItems_123; }
inline List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 ** get_address_of__virtualItems_123() { return &____virtualItems_123; }
inline void set__virtualItems_123(List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 * value)
{
____virtualItems_123 = value;
Il2CppCodeGenWriteBarrier((void**)(&____virtualItems_123), (void*)value);
}
inline static int32_t get_offset_of__itemClickDelegate_124() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____itemClickDelegate_124)); }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__itemClickDelegate_124() const { return ____itemClickDelegate_124; }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__itemClickDelegate_124() { return &____itemClickDelegate_124; }
inline void set__itemClickDelegate_124(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
{
____itemClickDelegate_124 = value;
Il2CppCodeGenWriteBarrier((void**)(&____itemClickDelegate_124), (void*)value);
}
};
// FairyGUI.GProgressBar
struct GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// System.Double FairyGUI.GProgressBar::_max
double ____max_93;
// System.Double FairyGUI.GProgressBar::_value
double ____value_94;
// FairyGUI.ProgressTitleType FairyGUI.GProgressBar::_titleType
int32_t ____titleType_95;
// System.Boolean FairyGUI.GProgressBar::_reverse
bool ____reverse_96;
// FairyGUI.GTextField FairyGUI.GProgressBar::_titleObject
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * ____titleObject_97;
// FairyGUI.GMovieClip FairyGUI.GProgressBar::_aniObject
GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 * ____aniObject_98;
// FairyGUI.GObject FairyGUI.GProgressBar::_barObjectH
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____barObjectH_99;
// FairyGUI.GObject FairyGUI.GProgressBar::_barObjectV
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____barObjectV_100;
// System.Single FairyGUI.GProgressBar::_barMaxWidth
float ____barMaxWidth_101;
// System.Single FairyGUI.GProgressBar::_barMaxHeight
float ____barMaxHeight_102;
// System.Single FairyGUI.GProgressBar::_barMaxWidthDelta
float ____barMaxWidthDelta_103;
// System.Single FairyGUI.GProgressBar::_barMaxHeightDelta
float ____barMaxHeightDelta_104;
// System.Single FairyGUI.GProgressBar::_barStartX
float ____barStartX_105;
// System.Single FairyGUI.GProgressBar::_barStartY
float ____barStartY_106;
public:
inline static int32_t get_offset_of__max_93() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____max_93)); }
inline double get__max_93() const { return ____max_93; }
inline double* get_address_of__max_93() { return &____max_93; }
inline void set__max_93(double value)
{
____max_93 = value;
}
inline static int32_t get_offset_of__value_94() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____value_94)); }
inline double get__value_94() const { return ____value_94; }
inline double* get_address_of__value_94() { return &____value_94; }
inline void set__value_94(double value)
{
____value_94 = value;
}
inline static int32_t get_offset_of__titleType_95() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____titleType_95)); }
inline int32_t get__titleType_95() const { return ____titleType_95; }
inline int32_t* get_address_of__titleType_95() { return &____titleType_95; }
inline void set__titleType_95(int32_t value)
{
____titleType_95 = value;
}
inline static int32_t get_offset_of__reverse_96() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____reverse_96)); }
inline bool get__reverse_96() const { return ____reverse_96; }
inline bool* get_address_of__reverse_96() { return &____reverse_96; }
inline void set__reverse_96(bool value)
{
____reverse_96 = value;
}
inline static int32_t get_offset_of__titleObject_97() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____titleObject_97)); }
inline GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * get__titleObject_97() const { return ____titleObject_97; }
inline GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 ** get_address_of__titleObject_97() { return &____titleObject_97; }
inline void set__titleObject_97(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * value)
{
____titleObject_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&____titleObject_97), (void*)value);
}
inline static int32_t get_offset_of__aniObject_98() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____aniObject_98)); }
inline GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 * get__aniObject_98() const { return ____aniObject_98; }
inline GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 ** get_address_of__aniObject_98() { return &____aniObject_98; }
inline void set__aniObject_98(GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 * value)
{
____aniObject_98 = value;
Il2CppCodeGenWriteBarrier((void**)(&____aniObject_98), (void*)value);
}
inline static int32_t get_offset_of__barObjectH_99() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____barObjectH_99)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__barObjectH_99() const { return ____barObjectH_99; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__barObjectH_99() { return &____barObjectH_99; }
inline void set__barObjectH_99(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____barObjectH_99 = value;
Il2CppCodeGenWriteBarrier((void**)(&____barObjectH_99), (void*)value);
}
inline static int32_t get_offset_of__barObjectV_100() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____barObjectV_100)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__barObjectV_100() const { return ____barObjectV_100; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__barObjectV_100() { return &____barObjectV_100; }
inline void set__barObjectV_100(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____barObjectV_100 = value;
Il2CppCodeGenWriteBarrier((void**)(&____barObjectV_100), (void*)value);
}
inline static int32_t get_offset_of__barMaxWidth_101() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____barMaxWidth_101)); }
inline float get__barMaxWidth_101() const { return ____barMaxWidth_101; }
inline float* get_address_of__barMaxWidth_101() { return &____barMaxWidth_101; }
inline void set__barMaxWidth_101(float value)
{
____barMaxWidth_101 = value;
}
inline static int32_t get_offset_of__barMaxHeight_102() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____barMaxHeight_102)); }
inline float get__barMaxHeight_102() const { return ____barMaxHeight_102; }
inline float* get_address_of__barMaxHeight_102() { return &____barMaxHeight_102; }
inline void set__barMaxHeight_102(float value)
{
____barMaxHeight_102 = value;
}
inline static int32_t get_offset_of__barMaxWidthDelta_103() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____barMaxWidthDelta_103)); }
inline float get__barMaxWidthDelta_103() const { return ____barMaxWidthDelta_103; }
inline float* get_address_of__barMaxWidthDelta_103() { return &____barMaxWidthDelta_103; }
inline void set__barMaxWidthDelta_103(float value)
{
____barMaxWidthDelta_103 = value;
}
inline static int32_t get_offset_of__barMaxHeightDelta_104() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____barMaxHeightDelta_104)); }
inline float get__barMaxHeightDelta_104() const { return ____barMaxHeightDelta_104; }
inline float* get_address_of__barMaxHeightDelta_104() { return &____barMaxHeightDelta_104; }
inline void set__barMaxHeightDelta_104(float value)
{
____barMaxHeightDelta_104 = value;
}
inline static int32_t get_offset_of__barStartX_105() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____barStartX_105)); }
inline float get__barStartX_105() const { return ____barStartX_105; }
inline float* get_address_of__barStartX_105() { return &____barStartX_105; }
inline void set__barStartX_105(float value)
{
____barStartX_105 = value;
}
inline static int32_t get_offset_of__barStartY_106() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____barStartY_106)); }
inline float get__barStartY_106() const { return ____barStartY_106; }
inline float* get_address_of__barStartY_106() { return &____barStartY_106; }
inline void set__barStartY_106(float value)
{
____barStartY_106 = value;
}
};
// FairyGUI.GRichTextField
struct GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F : public GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058
{
public:
// FairyGUI.RichTextField FairyGUI.GRichTextField::<richTextField>k__BackingField
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ___U3CrichTextFieldU3Ek__BackingField_79;
public:
inline static int32_t get_offset_of_U3CrichTextFieldU3Ek__BackingField_79() { return static_cast<int32_t>(offsetof(GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F, ___U3CrichTextFieldU3Ek__BackingField_79)); }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * get_U3CrichTextFieldU3Ek__BackingField_79() const { return ___U3CrichTextFieldU3Ek__BackingField_79; }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 ** get_address_of_U3CrichTextFieldU3Ek__BackingField_79() { return &___U3CrichTextFieldU3Ek__BackingField_79; }
inline void set_U3CrichTextFieldU3Ek__BackingField_79(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * value)
{
___U3CrichTextFieldU3Ek__BackingField_79 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CrichTextFieldU3Ek__BackingField_79), (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.GScrollBar
struct GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// FairyGUI.GObject FairyGUI.GScrollBar::_grip
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____grip_93;
// FairyGUI.GObject FairyGUI.GScrollBar::_arrowButton1
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____arrowButton1_94;
// FairyGUI.GObject FairyGUI.GScrollBar::_arrowButton2
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____arrowButton2_95;
// FairyGUI.GObject FairyGUI.GScrollBar::_bar
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____bar_96;
// FairyGUI.ScrollPane FairyGUI.GScrollBar::_target
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ____target_97;
// System.Boolean FairyGUI.GScrollBar::_vertical
bool ____vertical_98;
// System.Single FairyGUI.GScrollBar::_scrollPerc
float ____scrollPerc_99;
// System.Boolean FairyGUI.GScrollBar::_fixedGripSize
bool ____fixedGripSize_100;
// UnityEngine.Vector2 FairyGUI.GScrollBar::_dragOffset
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____dragOffset_101;
public:
inline static int32_t get_offset_of__grip_93() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____grip_93)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__grip_93() const { return ____grip_93; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__grip_93() { return &____grip_93; }
inline void set__grip_93(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____grip_93 = value;
Il2CppCodeGenWriteBarrier((void**)(&____grip_93), (void*)value);
}
inline static int32_t get_offset_of__arrowButton1_94() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____arrowButton1_94)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__arrowButton1_94() const { return ____arrowButton1_94; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__arrowButton1_94() { return &____arrowButton1_94; }
inline void set__arrowButton1_94(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____arrowButton1_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&____arrowButton1_94), (void*)value);
}
inline static int32_t get_offset_of__arrowButton2_95() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____arrowButton2_95)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__arrowButton2_95() const { return ____arrowButton2_95; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__arrowButton2_95() { return &____arrowButton2_95; }
inline void set__arrowButton2_95(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____arrowButton2_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&____arrowButton2_95), (void*)value);
}
inline static int32_t get_offset_of__bar_96() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____bar_96)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__bar_96() const { return ____bar_96; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__bar_96() { return &____bar_96; }
inline void set__bar_96(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____bar_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&____bar_96), (void*)value);
}
inline static int32_t get_offset_of__target_97() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____target_97)); }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * get__target_97() const { return ____target_97; }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE ** get_address_of__target_97() { return &____target_97; }
inline void set__target_97(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * value)
{
____target_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&____target_97), (void*)value);
}
inline static int32_t get_offset_of__vertical_98() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____vertical_98)); }
inline bool get__vertical_98() const { return ____vertical_98; }
inline bool* get_address_of__vertical_98() { return &____vertical_98; }
inline void set__vertical_98(bool value)
{
____vertical_98 = value;
}
inline static int32_t get_offset_of__scrollPerc_99() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____scrollPerc_99)); }
inline float get__scrollPerc_99() const { return ____scrollPerc_99; }
inline float* get_address_of__scrollPerc_99() { return &____scrollPerc_99; }
inline void set__scrollPerc_99(float value)
{
____scrollPerc_99 = value;
}
inline static int32_t get_offset_of__fixedGripSize_100() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____fixedGripSize_100)); }
inline bool get__fixedGripSize_100() const { return ____fixedGripSize_100; }
inline bool* get_address_of__fixedGripSize_100() { return &____fixedGripSize_100; }
inline void set__fixedGripSize_100(bool value)
{
____fixedGripSize_100 = value;
}
inline static int32_t get_offset_of__dragOffset_101() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____dragOffset_101)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__dragOffset_101() const { return ____dragOffset_101; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__dragOffset_101() { return &____dragOffset_101; }
inline void set__dragOffset_101(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____dragOffset_101 = value;
}
};
// FairyGUI.GSlider
struct GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// System.Double FairyGUI.GSlider::_max
double ____max_93;
// System.Double FairyGUI.GSlider::_value
double ____value_94;
// FairyGUI.ProgressTitleType FairyGUI.GSlider::_titleType
int32_t ____titleType_95;
// System.Boolean FairyGUI.GSlider::_reverse
bool ____reverse_96;
// FairyGUI.GTextField FairyGUI.GSlider::_titleObject
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * ____titleObject_97;
// FairyGUI.GObject FairyGUI.GSlider::_barObjectH
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____barObjectH_98;
// FairyGUI.GObject FairyGUI.GSlider::_barObjectV
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____barObjectV_99;
// System.Single FairyGUI.GSlider::_barMaxWidth
float ____barMaxWidth_100;
// System.Single FairyGUI.GSlider::_barMaxHeight
float ____barMaxHeight_101;
// System.Single FairyGUI.GSlider::_barMaxWidthDelta
float ____barMaxWidthDelta_102;
// System.Single FairyGUI.GSlider::_barMaxHeightDelta
float ____barMaxHeightDelta_103;
// FairyGUI.GObject FairyGUI.GSlider::_gripObject
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____gripObject_104;
// UnityEngine.Vector2 FairyGUI.GSlider::_clickPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____clickPos_105;
// System.Single FairyGUI.GSlider::_clickPercent
float ____clickPercent_106;
// System.Single FairyGUI.GSlider::_barStartX
float ____barStartX_107;
// System.Single FairyGUI.GSlider::_barStartY
float ____barStartY_108;
// FairyGUI.EventListener FairyGUI.GSlider::_onChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_109;
// FairyGUI.EventListener FairyGUI.GSlider::_onGripTouchEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onGripTouchEnd_110;
// System.Boolean FairyGUI.GSlider::changeOnClick
bool ___changeOnClick_111;
// System.Boolean FairyGUI.GSlider::canDrag
bool ___canDrag_112;
public:
inline static int32_t get_offset_of__max_93() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____max_93)); }
inline double get__max_93() const { return ____max_93; }
inline double* get_address_of__max_93() { return &____max_93; }
inline void set__max_93(double value)
{
____max_93 = value;
}
inline static int32_t get_offset_of__value_94() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____value_94)); }
inline double get__value_94() const { return ____value_94; }
inline double* get_address_of__value_94() { return &____value_94; }
inline void set__value_94(double value)
{
____value_94 = value;
}
inline static int32_t get_offset_of__titleType_95() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____titleType_95)); }
inline int32_t get__titleType_95() const { return ____titleType_95; }
inline int32_t* get_address_of__titleType_95() { return &____titleType_95; }
inline void set__titleType_95(int32_t value)
{
____titleType_95 = value;
}
inline static int32_t get_offset_of__reverse_96() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____reverse_96)); }
inline bool get__reverse_96() const { return ____reverse_96; }
inline bool* get_address_of__reverse_96() { return &____reverse_96; }
inline void set__reverse_96(bool value)
{
____reverse_96 = value;
}
inline static int32_t get_offset_of__titleObject_97() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____titleObject_97)); }
inline GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * get__titleObject_97() const { return ____titleObject_97; }
inline GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 ** get_address_of__titleObject_97() { return &____titleObject_97; }
inline void set__titleObject_97(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * value)
{
____titleObject_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&____titleObject_97), (void*)value);
}
inline static int32_t get_offset_of__barObjectH_98() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barObjectH_98)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__barObjectH_98() const { return ____barObjectH_98; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__barObjectH_98() { return &____barObjectH_98; }
inline void set__barObjectH_98(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____barObjectH_98 = value;
Il2CppCodeGenWriteBarrier((void**)(&____barObjectH_98), (void*)value);
}
inline static int32_t get_offset_of__barObjectV_99() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barObjectV_99)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__barObjectV_99() const { return ____barObjectV_99; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__barObjectV_99() { return &____barObjectV_99; }
inline void set__barObjectV_99(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____barObjectV_99 = value;
Il2CppCodeGenWriteBarrier((void**)(&____barObjectV_99), (void*)value);
}
inline static int32_t get_offset_of__barMaxWidth_100() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barMaxWidth_100)); }
inline float get__barMaxWidth_100() const { return ____barMaxWidth_100; }
inline float* get_address_of__barMaxWidth_100() { return &____barMaxWidth_100; }
inline void set__barMaxWidth_100(float value)
{
____barMaxWidth_100 = value;
}
inline static int32_t get_offset_of__barMaxHeight_101() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barMaxHeight_101)); }
inline float get__barMaxHeight_101() const { return ____barMaxHeight_101; }
inline float* get_address_of__barMaxHeight_101() { return &____barMaxHeight_101; }
inline void set__barMaxHeight_101(float value)
{
____barMaxHeight_101 = value;
}
inline static int32_t get_offset_of__barMaxWidthDelta_102() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barMaxWidthDelta_102)); }
inline float get__barMaxWidthDelta_102() const { return ____barMaxWidthDelta_102; }
inline float* get_address_of__barMaxWidthDelta_102() { return &____barMaxWidthDelta_102; }
inline void set__barMaxWidthDelta_102(float value)
{
____barMaxWidthDelta_102 = value;
}
inline static int32_t get_offset_of__barMaxHeightDelta_103() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barMaxHeightDelta_103)); }
inline float get__barMaxHeightDelta_103() const { return ____barMaxHeightDelta_103; }
inline float* get_address_of__barMaxHeightDelta_103() { return &____barMaxHeightDelta_103; }
inline void set__barMaxHeightDelta_103(float value)
{
____barMaxHeightDelta_103 = value;
}
inline static int32_t get_offset_of__gripObject_104() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____gripObject_104)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__gripObject_104() const { return ____gripObject_104; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__gripObject_104() { return &____gripObject_104; }
inline void set__gripObject_104(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____gripObject_104 = value;
Il2CppCodeGenWriteBarrier((void**)(&____gripObject_104), (void*)value);
}
inline static int32_t get_offset_of__clickPos_105() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____clickPos_105)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__clickPos_105() const { return ____clickPos_105; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__clickPos_105() { return &____clickPos_105; }
inline void set__clickPos_105(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____clickPos_105 = value;
}
inline static int32_t get_offset_of__clickPercent_106() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____clickPercent_106)); }
inline float get__clickPercent_106() const { return ____clickPercent_106; }
inline float* get_address_of__clickPercent_106() { return &____clickPercent_106; }
inline void set__clickPercent_106(float value)
{
____clickPercent_106 = value;
}
inline static int32_t get_offset_of__barStartX_107() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barStartX_107)); }
inline float get__barStartX_107() const { return ____barStartX_107; }
inline float* get_address_of__barStartX_107() { return &____barStartX_107; }
inline void set__barStartX_107(float value)
{
____barStartX_107 = value;
}
inline static int32_t get_offset_of__barStartY_108() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barStartY_108)); }
inline float get__barStartY_108() const { return ____barStartY_108; }
inline float* get_address_of__barStartY_108() { return &____barStartY_108; }
inline void set__barStartY_108(float value)
{
____barStartY_108 = value;
}
inline static int32_t get_offset_of__onChanged_109() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____onChanged_109)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_109() const { return ____onChanged_109; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_109() { return &____onChanged_109; }
inline void set__onChanged_109(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onChanged_109 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_109), (void*)value);
}
inline static int32_t get_offset_of__onGripTouchEnd_110() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____onGripTouchEnd_110)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onGripTouchEnd_110() const { return ____onGripTouchEnd_110; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onGripTouchEnd_110() { return &____onGripTouchEnd_110; }
inline void set__onGripTouchEnd_110(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onGripTouchEnd_110 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onGripTouchEnd_110), (void*)value);
}
inline static int32_t get_offset_of_changeOnClick_111() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ___changeOnClick_111)); }
inline bool get_changeOnClick_111() const { return ___changeOnClick_111; }
inline bool* get_address_of_changeOnClick_111() { return &___changeOnClick_111; }
inline void set_changeOnClick_111(bool value)
{
___changeOnClick_111 = value;
}
inline static int32_t get_offset_of_canDrag_112() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ___canDrag_112)); }
inline bool get_canDrag_112() const { return ___canDrag_112; }
inline bool* get_address_of_canDrag_112() { return &___canDrag_112; }
inline void set_canDrag_112(bool value)
{
___canDrag_112 = value;
}
};
// FairyGUI.GTextInput
struct GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C : public GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058
{
public:
// FairyGUI.InputTextField FairyGUI.GTextInput::<inputTextField>k__BackingField
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * ___U3CinputTextFieldU3Ek__BackingField_79;
// FairyGUI.EventListener FairyGUI.GTextInput::_onFocusIn
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onFocusIn_80;
// FairyGUI.EventListener FairyGUI.GTextInput::_onFocusOut
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onFocusOut_81;
// FairyGUI.EventListener FairyGUI.GTextInput::_onChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_82;
// FairyGUI.EventListener FairyGUI.GTextInput::_onSubmit
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onSubmit_83;
public:
inline static int32_t get_offset_of_U3CinputTextFieldU3Ek__BackingField_79() { return static_cast<int32_t>(offsetof(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C, ___U3CinputTextFieldU3Ek__BackingField_79)); }
inline InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * get_U3CinputTextFieldU3Ek__BackingField_79() const { return ___U3CinputTextFieldU3Ek__BackingField_79; }
inline InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC ** get_address_of_U3CinputTextFieldU3Ek__BackingField_79() { return &___U3CinputTextFieldU3Ek__BackingField_79; }
inline void set_U3CinputTextFieldU3Ek__BackingField_79(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * value)
{
___U3CinputTextFieldU3Ek__BackingField_79 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CinputTextFieldU3Ek__BackingField_79), (void*)value);
}
inline static int32_t get_offset_of__onFocusIn_80() { return static_cast<int32_t>(offsetof(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C, ____onFocusIn_80)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onFocusIn_80() const { return ____onFocusIn_80; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onFocusIn_80() { return &____onFocusIn_80; }
inline void set__onFocusIn_80(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onFocusIn_80 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onFocusIn_80), (void*)value);
}
inline static int32_t get_offset_of__onFocusOut_81() { return static_cast<int32_t>(offsetof(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C, ____onFocusOut_81)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onFocusOut_81() const { return ____onFocusOut_81; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onFocusOut_81() { return &____onFocusOut_81; }
inline void set__onFocusOut_81(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onFocusOut_81 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onFocusOut_81), (void*)value);
}
inline static int32_t get_offset_of__onChanged_82() { return static_cast<int32_t>(offsetof(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C, ____onChanged_82)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_82() const { return ____onChanged_82; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_82() { return &____onChanged_82; }
inline void set__onChanged_82(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onChanged_82 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_82), (void*)value);
}
inline static int32_t get_offset_of__onSubmit_83() { return static_cast<int32_t>(offsetof(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C, ____onSubmit_83)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onSubmit_83() const { return ____onSubmit_83; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onSubmit_83() { return &____onSubmit_83; }
inline void set__onSubmit_83(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onSubmit_83 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onSubmit_83), (void*)value);
}
};
// FairyGUI.RichTextField
struct RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 : public Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68
{
public:
// FairyGUI.Utils.IHtmlPageContext FairyGUI.RichTextField::<htmlPageContext>k__BackingField
RuntimeObject* ___U3ChtmlPageContextU3Ek__BackingField_69;
// FairyGUI.Utils.HtmlParseOptions FairyGUI.RichTextField::<htmlParseOptions>k__BackingField
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * ___U3ChtmlParseOptionsU3Ek__BackingField_70;
// System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji> FairyGUI.RichTextField::<emojies>k__BackingField
Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * ___U3CemojiesU3Ek__BackingField_71;
// FairyGUI.TextField FairyGUI.RichTextField::<textField>k__BackingField
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * ___U3CtextFieldU3Ek__BackingField_72;
public:
inline static int32_t get_offset_of_U3ChtmlPageContextU3Ek__BackingField_69() { return static_cast<int32_t>(offsetof(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294, ___U3ChtmlPageContextU3Ek__BackingField_69)); }
inline RuntimeObject* get_U3ChtmlPageContextU3Ek__BackingField_69() const { return ___U3ChtmlPageContextU3Ek__BackingField_69; }
inline RuntimeObject** get_address_of_U3ChtmlPageContextU3Ek__BackingField_69() { return &___U3ChtmlPageContextU3Ek__BackingField_69; }
inline void set_U3ChtmlPageContextU3Ek__BackingField_69(RuntimeObject* value)
{
___U3ChtmlPageContextU3Ek__BackingField_69 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ChtmlPageContextU3Ek__BackingField_69), (void*)value);
}
inline static int32_t get_offset_of_U3ChtmlParseOptionsU3Ek__BackingField_70() { return static_cast<int32_t>(offsetof(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294, ___U3ChtmlParseOptionsU3Ek__BackingField_70)); }
inline HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * get_U3ChtmlParseOptionsU3Ek__BackingField_70() const { return ___U3ChtmlParseOptionsU3Ek__BackingField_70; }
inline HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 ** get_address_of_U3ChtmlParseOptionsU3Ek__BackingField_70() { return &___U3ChtmlParseOptionsU3Ek__BackingField_70; }
inline void set_U3ChtmlParseOptionsU3Ek__BackingField_70(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * value)
{
___U3ChtmlParseOptionsU3Ek__BackingField_70 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ChtmlParseOptionsU3Ek__BackingField_70), (void*)value);
}
inline static int32_t get_offset_of_U3CemojiesU3Ek__BackingField_71() { return static_cast<int32_t>(offsetof(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294, ___U3CemojiesU3Ek__BackingField_71)); }
inline Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * get_U3CemojiesU3Ek__BackingField_71() const { return ___U3CemojiesU3Ek__BackingField_71; }
inline Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 ** get_address_of_U3CemojiesU3Ek__BackingField_71() { return &___U3CemojiesU3Ek__BackingField_71; }
inline void set_U3CemojiesU3Ek__BackingField_71(Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * value)
{
___U3CemojiesU3Ek__BackingField_71 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CemojiesU3Ek__BackingField_71), (void*)value);
}
inline static int32_t get_offset_of_U3CtextFieldU3Ek__BackingField_72() { return static_cast<int32_t>(offsetof(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294, ___U3CtextFieldU3Ek__BackingField_72)); }
inline TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * get_U3CtextFieldU3Ek__BackingField_72() const { return ___U3CtextFieldU3Ek__BackingField_72; }
inline TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D ** get_address_of_U3CtextFieldU3Ek__BackingField_72() { return &___U3CtextFieldU3Ek__BackingField_72; }
inline void set_U3CtextFieldU3Ek__BackingField_72(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * value)
{
___U3CtextFieldU3Ek__BackingField_72 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CtextFieldU3Ek__BackingField_72), (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);
}
};
// UnityEngine.BoxCollider
struct BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA : public Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF
{
public:
public:
};
// 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.MeshCollider
struct MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE : public Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF
{
public:
public:
};
// UnityEngine.MeshRenderer
struct MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED : public Renderer_t0556D67DD582620D1F495627EDE30D03284151F4
{
public:
public:
};
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
// UnityEngine.SkinnedMeshRenderer
struct SkinnedMeshRenderer_tFC8103EE7842F7F8A98BEF0C855D32A9711B7B65 : public Renderer_t0556D67DD582620D1F495627EDE30D03284151F4
{
public:
public:
};
// 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.TimersEngine
struct TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
public:
};
// FairyGUI.TweenManager_TweenEngine
struct TweenEngine_tDAD1112226D38D6B00E07A6AE2F6148D72DC1A92 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
public:
};
// 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;
}
};
// FairyGUI.UIPainter
struct UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// FairyGUI.Container FairyGUI.UIPainter::<container>k__BackingField
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CcontainerU3Ek__BackingField_4;
// System.String FairyGUI.UIPainter::packageName
String_t* ___packageName_5;
// System.String FairyGUI.UIPainter::componentName
String_t* ___componentName_6;
// System.Int32 FairyGUI.UIPainter::sortingOrder
int32_t ___sortingOrder_7;
// System.String FairyGUI.UIPainter::packagePath
String_t* ___packagePath_8;
// UnityEngine.Camera FairyGUI.UIPainter::renderCamera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___renderCamera_9;
// System.Boolean FairyGUI.UIPainter::fairyBatching
bool ___fairyBatching_10;
// System.Boolean FairyGUI.UIPainter::touchDisabled
bool ___touchDisabled_11;
// FairyGUI.GComponent FairyGUI.UIPainter::_ui
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____ui_12;
// System.Boolean FairyGUI.UIPainter::_created
bool ____created_13;
// System.Boolean FairyGUI.UIPainter::_captured
bool ____captured_14;
// UnityEngine.Renderer FairyGUI.UIPainter::_renderer
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * ____renderer_15;
// UnityEngine.RenderTexture FairyGUI.UIPainter::_texture
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ____texture_16;
// FairyGUI.EventCallback0 FairyGUI.UIPainter::_captureDelegate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____captureDelegate_17;
public:
inline static int32_t get_offset_of_U3CcontainerU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A, ___U3CcontainerU3Ek__BackingField_4)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CcontainerU3Ek__BackingField_4() const { return ___U3CcontainerU3Ek__BackingField_4; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CcontainerU3Ek__BackingField_4() { return &___U3CcontainerU3Ek__BackingField_4; }
inline void set_U3CcontainerU3Ek__BackingField_4(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
___U3CcontainerU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CcontainerU3Ek__BackingField_4), (void*)value);
}
inline static int32_t get_offset_of_packageName_5() { return static_cast<int32_t>(offsetof(UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A, ___packageName_5)); }
inline String_t* get_packageName_5() const { return ___packageName_5; }
inline String_t** get_address_of_packageName_5() { return &___packageName_5; }
inline void set_packageName_5(String_t* value)
{
___packageName_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___packageName_5), (void*)value);
}
inline static int32_t get_offset_of_componentName_6() { return static_cast<int32_t>(offsetof(UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A, ___componentName_6)); }
inline String_t* get_componentName_6() const { return ___componentName_6; }
inline String_t** get_address_of_componentName_6() { return &___componentName_6; }
inline void set_componentName_6(String_t* value)
{
___componentName_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___componentName_6), (void*)value);
}
inline static int32_t get_offset_of_sortingOrder_7() { return static_cast<int32_t>(offsetof(UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A, ___sortingOrder_7)); }
inline int32_t get_sortingOrder_7() const { return ___sortingOrder_7; }
inline int32_t* get_address_of_sortingOrder_7() { return &___sortingOrder_7; }
inline void set_sortingOrder_7(int32_t value)
{
___sortingOrder_7 = value;
}
inline static int32_t get_offset_of_packagePath_8() { return static_cast<int32_t>(offsetof(UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A, ___packagePath_8)); }
inline String_t* get_packagePath_8() const { return ___packagePath_8; }
inline String_t** get_address_of_packagePath_8() { return &___packagePath_8; }
inline void set_packagePath_8(String_t* value)
{
___packagePath_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___packagePath_8), (void*)value);
}
inline static int32_t get_offset_of_renderCamera_9() { return static_cast<int32_t>(offsetof(UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A, ___renderCamera_9)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_renderCamera_9() const { return ___renderCamera_9; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_renderCamera_9() { return &___renderCamera_9; }
inline void set_renderCamera_9(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___renderCamera_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___renderCamera_9), (void*)value);
}
inline static int32_t get_offset_of_fairyBatching_10() { return static_cast<int32_t>(offsetof(UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A, ___fairyBatching_10)); }
inline bool get_fairyBatching_10() const { return ___fairyBatching_10; }
inline bool* get_address_of_fairyBatching_10() { return &___fairyBatching_10; }
inline void set_fairyBatching_10(bool value)
{
___fairyBatching_10 = value;
}
inline static int32_t get_offset_of_touchDisabled_11() { return static_cast<int32_t>(offsetof(UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A, ___touchDisabled_11)); }
inline bool get_touchDisabled_11() const { return ___touchDisabled_11; }
inline bool* get_address_of_touchDisabled_11() { return &___touchDisabled_11; }
inline void set_touchDisabled_11(bool value)
{
___touchDisabled_11 = value;
}
inline static int32_t get_offset_of__ui_12() { return static_cast<int32_t>(offsetof(UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A, ____ui_12)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__ui_12() const { return ____ui_12; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__ui_12() { return &____ui_12; }
inline void set__ui_12(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____ui_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ui_12), (void*)value);
}
inline static int32_t get_offset_of__created_13() { return static_cast<int32_t>(offsetof(UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A, ____created_13)); }
inline bool get__created_13() const { return ____created_13; }
inline bool* get_address_of__created_13() { return &____created_13; }
inline void set__created_13(bool value)
{
____created_13 = value;
}
inline static int32_t get_offset_of__captured_14() { return static_cast<int32_t>(offsetof(UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A, ____captured_14)); }
inline bool get__captured_14() const { return ____captured_14; }
inline bool* get_address_of__captured_14() { return &____captured_14; }
inline void set__captured_14(bool value)
{
____captured_14 = value;
}
inline static int32_t get_offset_of__renderer_15() { return static_cast<int32_t>(offsetof(UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A, ____renderer_15)); }
inline Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * get__renderer_15() const { return ____renderer_15; }
inline Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 ** get_address_of__renderer_15() { return &____renderer_15; }
inline void set__renderer_15(Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * value)
{
____renderer_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&____renderer_15), (void*)value);
}
inline static int32_t get_offset_of__texture_16() { return static_cast<int32_t>(offsetof(UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A, ____texture_16)); }
inline RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * get__texture_16() const { return ____texture_16; }
inline RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 ** get_address_of__texture_16() { return &____texture_16; }
inline void set__texture_16(RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * value)
{
____texture_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&____texture_16), (void*)value);
}
inline static int32_t get_offset_of__captureDelegate_17() { return static_cast<int32_t>(offsetof(UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A, ____captureDelegate_17)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__captureDelegate_17() const { return ____captureDelegate_17; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__captureDelegate_17() { return &____captureDelegate_17; }
inline void set__captureDelegate_17(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____captureDelegate_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&____captureDelegate_17), (void*)value);
}
};
// FairyGUI.UIPanel
struct UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// FairyGUI.Container FairyGUI.UIPanel::<container>k__BackingField
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CcontainerU3Ek__BackingField_4;
// System.String FairyGUI.UIPanel::packageName
String_t* ___packageName_5;
// System.String FairyGUI.UIPanel::componentName
String_t* ___componentName_6;
// FairyGUI.FitScreen FairyGUI.UIPanel::fitScreen
int32_t ___fitScreen_7;
// System.Int32 FairyGUI.UIPanel::sortingOrder
int32_t ___sortingOrder_8;
// System.String FairyGUI.UIPanel::packagePath
String_t* ___packagePath_9;
// UnityEngine.RenderMode FairyGUI.UIPanel::renderMode
int32_t ___renderMode_10;
// UnityEngine.Camera FairyGUI.UIPanel::renderCamera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___renderCamera_11;
// UnityEngine.Vector3 FairyGUI.UIPanel::position
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_12;
// UnityEngine.Vector3 FairyGUI.UIPanel::scale
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___scale_13;
// UnityEngine.Vector3 FairyGUI.UIPanel::rotation
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rotation_14;
// System.Boolean FairyGUI.UIPanel::fairyBatching
bool ___fairyBatching_15;
// System.Boolean FairyGUI.UIPanel::touchDisabled
bool ___touchDisabled_16;
// UnityEngine.Vector2 FairyGUI.UIPanel::cachedUISize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___cachedUISize_17;
// FairyGUI.HitTestMode FairyGUI.UIPanel::hitTestMode
int32_t ___hitTestMode_18;
// System.Boolean FairyGUI.UIPanel::setNativeChildrenOrder
bool ___setNativeChildrenOrder_19;
// System.Int32 FairyGUI.UIPanel::screenSizeVer
int32_t ___screenSizeVer_20;
// UnityEngine.Rect FairyGUI.UIPanel::uiBounds
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uiBounds_21;
// FairyGUI.GComponent FairyGUI.UIPanel::_ui
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____ui_22;
// System.Boolean FairyGUI.UIPanel::_created
bool ____created_23;
// System.Collections.Generic.List`1<UnityEngine.Renderer> FairyGUI.UIPanel::_renders
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * ____renders_24;
public:
inline static int32_t get_offset_of_U3CcontainerU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___U3CcontainerU3Ek__BackingField_4)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CcontainerU3Ek__BackingField_4() const { return ___U3CcontainerU3Ek__BackingField_4; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CcontainerU3Ek__BackingField_4() { return &___U3CcontainerU3Ek__BackingField_4; }
inline void set_U3CcontainerU3Ek__BackingField_4(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
___U3CcontainerU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CcontainerU3Ek__BackingField_4), (void*)value);
}
inline static int32_t get_offset_of_packageName_5() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___packageName_5)); }
inline String_t* get_packageName_5() const { return ___packageName_5; }
inline String_t** get_address_of_packageName_5() { return &___packageName_5; }
inline void set_packageName_5(String_t* value)
{
___packageName_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___packageName_5), (void*)value);
}
inline static int32_t get_offset_of_componentName_6() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___componentName_6)); }
inline String_t* get_componentName_6() const { return ___componentName_6; }
inline String_t** get_address_of_componentName_6() { return &___componentName_6; }
inline void set_componentName_6(String_t* value)
{
___componentName_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___componentName_6), (void*)value);
}
inline static int32_t get_offset_of_fitScreen_7() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___fitScreen_7)); }
inline int32_t get_fitScreen_7() const { return ___fitScreen_7; }
inline int32_t* get_address_of_fitScreen_7() { return &___fitScreen_7; }
inline void set_fitScreen_7(int32_t value)
{
___fitScreen_7 = value;
}
inline static int32_t get_offset_of_sortingOrder_8() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___sortingOrder_8)); }
inline int32_t get_sortingOrder_8() const { return ___sortingOrder_8; }
inline int32_t* get_address_of_sortingOrder_8() { return &___sortingOrder_8; }
inline void set_sortingOrder_8(int32_t value)
{
___sortingOrder_8 = value;
}
inline static int32_t get_offset_of_packagePath_9() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___packagePath_9)); }
inline String_t* get_packagePath_9() const { return ___packagePath_9; }
inline String_t** get_address_of_packagePath_9() { return &___packagePath_9; }
inline void set_packagePath_9(String_t* value)
{
___packagePath_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___packagePath_9), (void*)value);
}
inline static int32_t get_offset_of_renderMode_10() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___renderMode_10)); }
inline int32_t get_renderMode_10() const { return ___renderMode_10; }
inline int32_t* get_address_of_renderMode_10() { return &___renderMode_10; }
inline void set_renderMode_10(int32_t value)
{
___renderMode_10 = value;
}
inline static int32_t get_offset_of_renderCamera_11() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___renderCamera_11)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_renderCamera_11() const { return ___renderCamera_11; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_renderCamera_11() { return &___renderCamera_11; }
inline void set_renderCamera_11(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___renderCamera_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___renderCamera_11), (void*)value);
}
inline static int32_t get_offset_of_position_12() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___position_12)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_position_12() const { return ___position_12; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_position_12() { return &___position_12; }
inline void set_position_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___position_12 = value;
}
inline static int32_t get_offset_of_scale_13() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___scale_13)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_scale_13() const { return ___scale_13; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_scale_13() { return &___scale_13; }
inline void set_scale_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___scale_13 = value;
}
inline static int32_t get_offset_of_rotation_14() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___rotation_14)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rotation_14() const { return ___rotation_14; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rotation_14() { return &___rotation_14; }
inline void set_rotation_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___rotation_14 = value;
}
inline static int32_t get_offset_of_fairyBatching_15() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___fairyBatching_15)); }
inline bool get_fairyBatching_15() const { return ___fairyBatching_15; }
inline bool* get_address_of_fairyBatching_15() { return &___fairyBatching_15; }
inline void set_fairyBatching_15(bool value)
{
___fairyBatching_15 = value;
}
inline static int32_t get_offset_of_touchDisabled_16() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___touchDisabled_16)); }
inline bool get_touchDisabled_16() const { return ___touchDisabled_16; }
inline bool* get_address_of_touchDisabled_16() { return &___touchDisabled_16; }
inline void set_touchDisabled_16(bool value)
{
___touchDisabled_16 = value;
}
inline static int32_t get_offset_of_cachedUISize_17() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___cachedUISize_17)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_cachedUISize_17() const { return ___cachedUISize_17; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_cachedUISize_17() { return &___cachedUISize_17; }
inline void set_cachedUISize_17(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___cachedUISize_17 = value;
}
inline static int32_t get_offset_of_hitTestMode_18() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___hitTestMode_18)); }
inline int32_t get_hitTestMode_18() const { return ___hitTestMode_18; }
inline int32_t* get_address_of_hitTestMode_18() { return &___hitTestMode_18; }
inline void set_hitTestMode_18(int32_t value)
{
___hitTestMode_18 = value;
}
inline static int32_t get_offset_of_setNativeChildrenOrder_19() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___setNativeChildrenOrder_19)); }
inline bool get_setNativeChildrenOrder_19() const { return ___setNativeChildrenOrder_19; }
inline bool* get_address_of_setNativeChildrenOrder_19() { return &___setNativeChildrenOrder_19; }
inline void set_setNativeChildrenOrder_19(bool value)
{
___setNativeChildrenOrder_19 = value;
}
inline static int32_t get_offset_of_screenSizeVer_20() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___screenSizeVer_20)); }
inline int32_t get_screenSizeVer_20() const { return ___screenSizeVer_20; }
inline int32_t* get_address_of_screenSizeVer_20() { return &___screenSizeVer_20; }
inline void set_screenSizeVer_20(int32_t value)
{
___screenSizeVer_20 = value;
}
inline static int32_t get_offset_of_uiBounds_21() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ___uiBounds_21)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_uiBounds_21() const { return ___uiBounds_21; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_uiBounds_21() { return &___uiBounds_21; }
inline void set_uiBounds_21(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___uiBounds_21 = value;
}
inline static int32_t get_offset_of__ui_22() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ____ui_22)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__ui_22() const { return ____ui_22; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__ui_22() { return &____ui_22; }
inline void set__ui_22(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____ui_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ui_22), (void*)value);
}
inline static int32_t get_offset_of__created_23() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ____created_23)); }
inline bool get__created_23() const { return ____created_23; }
inline bool* get_address_of__created_23() { return &____created_23; }
inline void set__created_23(bool value)
{
____created_23 = value;
}
inline static int32_t get_offset_of__renders_24() { return static_cast<int32_t>(offsetof(UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC, ____renders_24)); }
inline List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * get__renders_24() const { return ____renders_24; }
inline List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 ** get_address_of__renders_24() { return &____renders_24; }
inline void set__renders_24(List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * value)
{
____renders_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&____renders_24), (void*)value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// FairyGUI.TransitionItem[]
struct TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807 : public RuntimeArray
{
public:
ALIGN_FIELD (8) TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * m_Items[1];
public:
inline TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC ** 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, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * 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.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);
}
};
// FairyGUI.GTweener[]
struct GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22 : public RuntimeArray
{
public:
ALIGN_FIELD (8) GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * m_Items[1];
public:
inline GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C ** 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, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.Vector3[]
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 m_Items[1];
public:
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
m_Items[index] = value;
}
};
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// FairyGUI.UIPackage[]
struct UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1 : public RuntimeArray
{
public:
ALIGN_FIELD (8) UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * m_Items[1];
public:
inline UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 ** 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, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)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);
}
};
// FairyGUI.MovieClip_Frame[]
struct FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * m_Items[1];
public:
inline Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B ** 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, Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.Vector2[]
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Vector2_tA85D2DD88578276CA8A8796756458277E72D073D m_Items[1];
public:
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
m_Items[index] = value;
}
};
// UnityEngine.Renderer[]
struct RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * m_Items[1];
public:
inline Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 ** 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, Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * 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;
}
};
// FairyGUI.TextField_CharPosition[]
struct CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4 : public RuntimeArray
{
public:
ALIGN_FIELD (8) CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 m_Items[1];
public:
inline CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 value)
{
m_Items[index] = value;
}
};
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.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>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.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.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.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.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.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);
// !!0 UnityEngine.GameObject::AddComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, 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.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_gshared_inline (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_gshared_inline (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, 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 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// !1 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Item(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// 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.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.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// !0[] System.Collections.Generic.List`1<System.Object>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Nullable`1<UnityEngine.Rect>::.ctor(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m14C234510865CCF1E3E4D08CDA1D48604738D516_gshared (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___value0, 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.Component::GetComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// !!0[] UnityEngine.GameObject::GetComponentsInChildren<System.Object>(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* GameObject_GetComponentsInChildren_TisRuntimeObject_mD84415C6B32CB15A7EFAB8ECFB745D5325990AF4_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, bool ___includeInactive0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m629B40CD4286736C328FA496AAFC388F697CF984_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject* ___collection0, 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.Timers::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_Update_mF446CD2CF2D25CBE7CA64D202C6F68D453F01A12 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __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 System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void FairyGUI.InputEvent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent__ctor_m22AAD294F29C76B61889C0E9DCA2170D64DE7337 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, 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.Void System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::.ctor()
inline void List_1__ctor_m10E27C9C1A7EBAC685142221A6DD16875F51FA1C (List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void FairyGUI.TouchInfo::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInfo_Reset_mF3B6E584FB88EDE44AA82E452BB925DC10193F85 (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * __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 System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::Clear()
inline void List_1_Clear_mED314869AE8D01EA55EC2B0E75B45BEA2BCC420D (List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Void FairyGUI.InputEvent::set_touchId(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_touchId_m303BBC55E449B30C3100801E430D321AF8F3D289_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputEvent::set_x(System.Single)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_x_mE8D9CF0DBB078E83DD57EC994A35EC743D333D62_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputEvent::set_y(System.Single)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_y_mFE4CA412C638263C1D07876B60E76DF6534EB670_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputEvent::set_keyCode(UnityEngine.KeyCode)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_keyCode_m76C791768842E48D20F6AFC2D9D13D0551FB44EC_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputEvent::set_character(System.Char)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_character_m6780962BCEC2996854C868305F87AC97888C3AED_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputEvent::set_modifiers(UnityEngine.EventModifiers)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_modifiers_m306ECBEF1E96A96CA68B5A1D4BDB5EF027F57EC3_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputEvent::set_mouseWheelDelta(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_mouseWheelDelta_m103C2F936D03F60E3E9B99C72852A7114E7540DB_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputEvent::set_button(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_button_mE0725365D1DE30A88DE67C29424980BC5169C282_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, 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);
}
// 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.TouchInfo::UpdateEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInfo_UpdateEvent_mBC260ABC8BF11B2A2C54C1D13D7BCB025A39A574 (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::get_Count()
inline int32_t List_1_get_Count_mEBE43F73E44A1B549C2785952FC62BDFCA83C8F6_inline (List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::get_Item(System.Int32)
inline EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * List_1_get_Item_m43BD4F498F045AB526E721D60E8581080258C686_inline (List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * (*) (List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, 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.GObject::get_onStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GObject_get_onStage_mB175540B7308797A50063E53C3A816C4FCA42520 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* 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);
// FairyGUI.Stage FairyGUI.Stage::get_inst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321 (const RuntimeMethod* 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 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.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.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.Time::get_realtimeSinceStartup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_realtimeSinceStartup_mCA1086EC9DFCF135F77BC46D3B7127711EA3DE03 (const RuntimeMethod* 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);
}
// !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.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);
}
// 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);
}
// UnityEngine.TouchScreenKeyboard/Status UnityEngine.TouchScreenKeyboard::get_status()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TouchScreenKeyboard_get_status_m17CF606283E9BAF02D76ADC813F63F036FAE33F2 (TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * __this, const RuntimeMethod* method);
// System.String UnityEngine.TouchScreenKeyboard::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TouchScreenKeyboard_get_text_mC025B2F295D315E1A18E7AA54B013A8072A8FEB0 (TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.TouchScreenKeyboard::set_hideInput(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchScreenKeyboard_set_hideInput_mA9729B01B360BF98153F40B96DDED39534B94840 (bool ___value0, const RuntimeMethod* method);
// UnityEngine.TouchScreenKeyboard UnityEngine.TouchScreenKeyboard::Open(System.String,UnityEngine.TouchScreenKeyboardType,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * TouchScreenKeyboard_Open_m906B322151D19D509C10744882D8ABC7BB46159D (String_t* ___text0, int32_t ___keyboardType1, bool ___autocorrection2, bool ___multiline3, bool ___secure4, bool ___alert5, String_t* ___textPlaceholder6, const RuntimeMethod* method);
// System.Void UnityEngine.TouchScreenKeyboard::set_active(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchScreenKeyboard_set_active_m8D5FDCFA997C5EAD7896F7EB456165498727792D (TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GTweenCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweenCallback__ctor_mE86930E15F44609368F9C8658766540642C0F49C (GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void FairyGUI.GTweenCallback1::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweenCallback1__ctor_mED597BC764074DD55176BA5157C9D091AC2BD859 (GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::_Play(System.Int32,System.Single,System.Single,System.Single,FairyGUI.PlayCompleteCallback,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition__Play_m08FE7BA916BFDE0433ABA96252DD6A8F70C92E3F (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, int32_t ___times0, float ___delay1, float ___startTime2, float ___endTime3, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___onComplete4, bool ___reverse5, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::Play(System.Int32,System.Single,FairyGUI.PlayCompleteCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Play_mF4528D7AF5FC672A0CBB4E4079F63FDC8411AD48 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, int32_t ___times0, float ___delay1, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___onComplete2, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::Stop(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Stop_m9587BA269CF3383D602BE44C1AC5675F51AC2F0F (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, bool ___setToComplete0, bool ___processCallback1, 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);
// FairyGUI.GObject FairyGUI.GComponent::GetChildById(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GComponent_GetChildById_mB415CB2FD2016AE4CF8C63368B977227B1DC2A91 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, String_t* ___id0, 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);
// FairyGUI.Transition FairyGUI.GComponent::GetTransition(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * GComponent_GetTransition_m97EFBD49C9F0B35D98566C3CD9547D52DAA4CD59 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::OnDelayedPlay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_OnDelayedPlay_m2EF1D5CFD08C78336EBC71BF6FAD0F7598C37A49 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTween::DelayedCall(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_DelayedCall_m53E733468253BDAEBA7A00DD27A9F4D7B4B9BF0B (float ___delay0, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::SetTarget(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetTarget_m95CDEB77F5F56289AE46FCFAAEE2448830B44F26 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::OnComplete(FairyGUI.GTweenCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_OnComplete_mBEDF898448308F073ACAF288600ABD2E09BA05B8 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.GTween::Kill(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTween_Kill_m4EAEC4CC1A5910C098A18BFA71CB81F7A213829E (RuntimeObject * ___target0, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::StopItem(FairyGUI.TransitionItem,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_StopItem_m448B62164EFE5DEE35CE81475EC1F4EDED3100A4 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * ___item0, bool ___setToComplete1, const RuntimeMethod* method);
// System.Void FairyGUI.PlayCompleteCallback::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayCompleteCallback_Invoke_m5678FD08AE0DB2FCC5C59A846213F45B29E5AB61 (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::ReleaseDisplayLock(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_ReleaseDisplayLock_mA4DBDE9EF4838C1427E40CA44F977BE5887D8D09 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, uint32_t ___token0, const RuntimeMethod* method);
// System.Void FairyGUI.GTweener::Kill(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener_Kill_mCCC79DE51185B6D32A1E0C143A21275C6E8E0997 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, bool ___complete0, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_x()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_y()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::SetXY(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_SetXY_mE2ED649A53C135D8AFCFF82139CF83E1647D8D01 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___xv0, float ___yv1, const RuntimeMethod* method);
// System.Void FairyGUI.GComponent::InvalidateBatchingState(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent_InvalidateBatchingState_mED7EF940AAF87D06695F79C878D654BED0D38084 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, bool ___childChanged0, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTween::GetTween(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_GetTween_mD3EC16E7F0AD1EA7F2FEC4C7582672D11D0C8720 (RuntimeObject * ___target0, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::SetPaused(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetPaused_m025848D51EFA1E270E9485C5E93EA8F0E63ACF7C (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, bool ___paused0, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::SetPaused(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_SetPaused_m5AB9F1C21D59406FB11971906361FA28D3B4A635 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, bool ___paused0, const RuntimeMethod* 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.Single System.Convert::ToSingle(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m26D22B66F0C3F2F01E31C915672C44D20F8D8F85 (RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.TValue::set_color(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue_set_color_mA43816718F197BEFCE86F1EA0FDE6C7E60D511E8 (TValue_t82801118914234C897121D3AFA68F615837FB309 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// System.Int32 System.Convert::ToInt32(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mCF1152AF4138C1DD7A16643B22EE69A38373EF86 (RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Boolean System.Convert::ToBoolean(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mAF61C76032F60EEEE1C694B209CE392F98BB6865 (RuntimeObject * ___value0, 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.String FairyGUI.GObject::get_id()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GObject_get_id_m917DDE197B7A33CE260877386F1F927215EEC1F0_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::SetTimeScale(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetTimeScale_m84DF3F773A5D7CFD35A6CBCD5E6F3EC49DD8B11B (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::set_timeScale(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_set_timeScale_mA753F0ECC59A31B407B45ABC1B405CAE2C29C4D6 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, float ___value0, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::SetIgnoreEngineTimeScale(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetIgnoreEngineTimeScale_mB68CF4D79C48D861371E6FE1ADD87E63D6E1EECE (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::set_ignoreEngineTimeScale(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_set_ignoreEngineTimeScale_mA3B19B5057D306202E98A0E4C4F5937374E1F89E (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::InternalPlay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_InternalPlay_m5009E5AE66E44E7B8D530413BDF9CEA80B6782E2 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method);
// System.UInt32 FairyGUI.GObject::AddDisplayLock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t GObject_AddDisplayLock_m3C5A7CC21DA6E22859E7710EE8A648C803C07159 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::PlayItem(FairyGUI.TransitionItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_PlayItem_mCADF9CD03023BAD1E673E7FC4C96817F546F28A8 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * ___item0, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::SkipAnimations()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_SkipAnimations_m40C19DD35A12B0B285D2F9ED9458FEF45BE207A3 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.TValue::get_vec2()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TValue_get_vec2_mCF34F63D95960618F4005B4C9C7012E6BCD6014F (TValue_t82801118914234C897121D3AFA68F615837FB309 * __this, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_To_m565DF71C5577CF63482B6EC64105A6ABD68D6A6A (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___startValue0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___endValue1, float ___duration2, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTween::To(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_To_m115CFC168A0090A201B8329C64722420C59C1AE3 (float ___startValue0, float ___endValue1, float ___duration2, const RuntimeMethod* method);
// UnityEngine.Color FairyGUI.TValue::get_color()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 TValue_get_color_mBD9E9A694DD778E3DAF47AD7E094B7FB2DA1B173 (TValue_t82801118914234C897121D3AFA68F615837FB309 * __this, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Color,UnityEngine.Color,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_To_mDF5EA382DA5D36CB51FA502B0ED8B323E1D3DC65 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___startValue0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___endValue1, float ___duration2, const RuntimeMethod* method);
// UnityEngine.Vector4 FairyGUI.TValue::get_vec4()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E TValue_get_vec4_m7ED1F51F0DBD58C96D9DD96C6DEFEE63CC9D5089 (TValue_t82801118914234C897121D3AFA68F615837FB309 * __this, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_To_mDA06E811102E2CDE27250A052111C9410B24554A (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___startValue0, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___endValue1, float ___duration2, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::SetDelay(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetDelay_m8FC9B4F7F97C5F29E5BCA344B00CFAD995F4FD70 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, float ___value0, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::SetEase(FairyGUI.EaseType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetEase_mF91A771B8A57093C78AD3E8545802266DACF6AEC (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, int32_t ___value0, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::SetRepeat(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetRepeat_mBDC73687BFA0B08EC64296ED8E89918CC1E3A68D (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, int32_t ___times0, bool ___yoyo1, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::SetListener(FairyGUI.ITweenListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetListener_mF4054E00E54DF889916E7D607CA14E2F2C371482 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, RuntimeObject* ___value0, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::SetBreakpoint(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetBreakpoint_m5E13B23D828B1467F18624CA2FFD12BEE2D03ACE (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Vector2::Set(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2_Set_m10BEF246805EE03D7D13B58C2CC8C598C2371139 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, float ___newX0, float ___newY1, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2 (const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTween::Shake(UnityEngine.Vector3,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_Shake_m57C46312DA561875C7C4C4D18DA34968B3FB7ED9 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___startValue0, float ___amplitude1, float ___duration2, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::ApplyValue(FairyGUI.TransitionItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_ApplyValue_m0A01DA9AB6D566D5E3515B7A3B1B3FA3E6EAC67A (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * ___item0, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::CallHook(FairyGUI.TransitionItem,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_CallHook_mABEF76F9687DF0660839579C574DD555F3D2C289 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * ___item0, bool ___tweenEnd1, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::OnComplete(FairyGUI.GTweenCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_OnComplete_m9031A75D6FC97DBACE72B4EA70E377864F711EEE (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.GTweener::Seek(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener_Seek_mE8071DEFC2A4D738127001B5C889A82E3D519FDB (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, float ___time0, const RuntimeMethod* method);
// System.Object FairyGUI.GTweener::get_target()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * GTweener_get_target_m74830BEB43E2E9089B9954F70A3271DEFE326678_inline (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::CheckAllComplete()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_CheckAllComplete_m435EED5716F66E348475594B5B43B01F2D70B617 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_width()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_height()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.TweenValue FairyGUI.GTweener::get_startValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * GTweener_get_startValue_mC09E4E1A3A7CDD5A2D225D2D0E65F4BAB3A995FF_inline (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TweenValue::set_vec2(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenValue_set_vec2_m9B9A0CAC043710945674243679646FBA17F2C86A (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// FairyGUI.TweenValue FairyGUI.GTweener::get_endValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * GTweener_get_endValue_mC646F9CBF41022753C17F3CF1A9D98B18D86651E_inline (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method);
// FairyGUI.TweenValue FairyGUI.GTweener::get_value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.TweenValue::get_vec2()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TweenValue_get_vec2_mD9CA082B7A3CCB6E90698E1E07DC209151754877 (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TValue::set_vec2(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue_set_vec2_mD7BFEDD32214ECB03977137782B0000E6B468F76 (TValue_t82801118914234C897121D3AFA68F615837FB309 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// UnityEngine.Color FairyGUI.TweenValue::get_color()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 TweenValue_get_color_m14A07EB8577CCF8CD054E40EC7906DC9CAE0343B (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, const RuntimeMethod* method);
// UnityEngine.Vector4 FairyGUI.TweenValue::get_vec4()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E TweenValue_get_vec4_m41BE58BDA6B2DBD6BCF8F36CCE71A9BBDD067D1F (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TValue::set_vec4(UnityEngine.Vector4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue_set_vec4_m4DA66044BF7EFED1A3C45E6627604CA2DEA5EBAA (TValue_t82801118914234C897121D3AFA68F615837FB309 * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value0, const RuntimeMethod* method);
// FairyGUI.TweenValue FairyGUI.GTweener::get_deltaValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * GTweener_get_deltaValue_m3A8A418B420EB2AD185746BAA3C1816B97B5152F_inline (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.GTweener::get_allCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GTweener_get_allCompleted_m92B8799C55ECAE7940DA1CBA9566445DBE853987 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TransitionHook::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionHook_Invoke_m56E470190CD4F0F693398CD2A8371CD94655F69C (TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * __this, 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.Boolean FairyGUI.GObject::get_pivotAsAnchor()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_pivotAsAnchor_m887CD832AE37FC81EC8FE358C2772F0EB53C49AC_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, 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.GObject::set_alpha(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_alpha_mE76A3DE78DC4966BE131A71354323E4C3383BF1D (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_rotation(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_rotation_mA51AEE14CE640813F5CFD2AEB22F0B9B144A8656 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, 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.Void FairyGUI.GObject::set_skew(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_skew_m9F0C99DEA7DC900346E81D3798E450396CA6EF86 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_visible(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_visible_m65268D438CCAEED62FE74782F6B2BA9B4C3CCD0E (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, bool ___value0, const RuntimeMethod* 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);
// FairyGUI.NAudioClip FairyGUI.UIConfig/SoundLoader::Invoke(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * SoundLoader_Invoke_m540FE124E365C7A9BE2112927C1A6F32299738BE (SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * __this, String_t* ___url0, 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 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 FairyGUI.ColorFilter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter__ctor_m4827156CAA2F4971F3282E19DA9F0850508E71BD (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.ColorFilter::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorFilter_Reset_m1B5AB953EDB7582A891FBA87BEF511D93319CE5D (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * __this, const RuntimeMethod* method);
// 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);
// 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);
// 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);
// 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);
// System.String FairyGUI.Utils.ByteBuffer::ReadS()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::set_name(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Transition_set_name_m0D5DBAC8E2A76763ED57460FCEF9F088765CEAF0_inline (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, String_t* ___value0, 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.Boolean FairyGUI.Utils.ByteBuffer::ReadBool()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __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.Int16 FairyGUI.Utils.ByteBuffer::ReadShort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, 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.Byte FairyGUI.Utils.ByteBuffer::ReadByte()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TransitionItem::.ctor(FairyGUI.TransitionActionType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionItem__ctor_mA29D7378E238345771C420B26698F51E6C063EE2 (TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * __this, int32_t ___type0, 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.TweenConfig::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenConfig__ctor_mEC03B5B44FC058333E6B5FD35623C3DB23C2703F (TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::DecodeValue(FairyGUI.TransitionItem,FairyGUI.Utils.ByteBuffer,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_DecodeValue_mDDBFBBB440539BB6A8039D8AFBAFF2C9DC349095 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * ___item0, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer1, RuntimeObject * ___value2, const RuntimeMethod* 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.Transition/<>c__DisplayClass75_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass75_0__ctor_m6317579DAE76BCAC6D1C6D37928F7DFE70FC6FC7 (U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1 * __this, 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.Void FairyGUI.PlayCompleteCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayCompleteCallback__ctor_m6BA7E59BE7FC4492F684AFF9A26B499E82F19D9C (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void FairyGUI.Transition::OnPlayTransCompleted(FairyGUI.TransitionItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_OnPlayTransCompleted_m77ECDC020ECD4097B73021BB5DFCB6556AD73E26 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * ___item0, const RuntimeMethod* method);
// System.Void FairyGUI.TValue::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue__ctor_m64A53758B49488EEE5B19822C0F8972AE50E0118 (TValue_t82801118914234C897121D3AFA68F615837FB309 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TValue_Animation::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue_Animation__ctor_mB1291F2E4F829CFC8A1889931C3D90D425B2DE49 (TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TValue_Shake::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue_Shake__ctor_m36C17233019D76BF73B8259E5AB4B74A39DD7AB4 (TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TValue_Sound::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue_Sound__ctor_mCD24C404998E5391E10112ACAD7DAF68AB3DCA51 (TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TValue_Transition::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue_Transition__ctor_mD73FD2FB78570D267C0DC2F6136825F20670E889 (TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TValue_Visible::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue_Visible__ctor_m2ABA4F2453E920A5D8EA3B2426B7AFAEF373BA47 (TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TValue_Text::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue_Text__ctor_m3FA003F6F903BEB08ACA8C6D5D018E13BDCF8E93 (TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>>::.ctor()
inline void Dictionary_2__ctor_m6C21C089BCF0F262F2B59A8397FEE49EF2C6C66B (Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// FairyGUI.Utils.XMLList/Enumerator FairyGUI.Utils.XML::GetEnumerator(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E XML_GetEnumerator_mF7228B20089D520CC18F7A84F2023606C0917D5D (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___selector0, const RuntimeMethod* method);
// FairyGUI.Utils.XML FairyGUI.Utils.XMLList/Enumerator::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * Enumerator_get_Current_mF5CEBEB5C0A3BAFB47AD5BF275AC85822B2BB1AF_inline (Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E * __this, const RuntimeMethod* method);
// System.String FairyGUI.Utils.XML::GetAttribute(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XML_GetAttribute_m9B36CAFF8022F95BB4C29B5C356998D9AFE29AC0 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, String_t* ___attrName0, const RuntimeMethod* method);
// System.String FairyGUI.Utils.XML::get_text()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XML_get_text_mDF776F8850B1A67217182F599D14FCC05D446B7D_inline (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __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.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mABDF9A84D415E6693812C34A7E87A8C93F1376F9 (Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F * __this, String_t* ___key0, Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F *, String_t*, Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor()
inline void Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_mCFF3580762FA397E554CB23F34B18E0D63A6CD28 (Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F * __this, String_t* ___key0, Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F *, String_t*, Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean FairyGUI.Utils.XMLList/Enumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m03DCB133768B7C6720B62B87AE4371EEE6CFB41A (Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E * __this, const RuntimeMethod* method);
// System.String FairyGUI.UIPackage::get_id()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* UIPackage_get_id_m7615CE5A25D41AA535E3EB3FA0905E6C049700CB_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __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.Int32 FairyGUI.Utils.ByteBuffer::Skip(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteBuffer_Skip_mFEB13122A61BF836E269E89D09BF09504C08974A (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, int32_t ___count0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.String>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* ___key0, String_t** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.Void FairyGUI.Utils.ByteBuffer::WriteS(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteBuffer_WriteS_mF1F3A2530794A726C57A95187BD5035A76CD7593 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.TreeNode>::.ctor()
inline void List_1__ctor_m912A9480C53C8BA334C0B7804D6FE034980E4DCD (List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// FairyGUI.TreeView FairyGUI.TreeNode::get_tree()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * TreeNode_get_tree_mC57319EC0E8E25F307360A2C912FE37D50ED637F_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TreeView::AfterExpanded(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_AfterExpanded_m1F93E6AC4127123780BE1EC189B103E14314012C (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method);
// System.Void FairyGUI.TreeView::AfterCollapsed(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_AfterCollapsed_m6FBB210B95643344DA72C038F341806C22ED0B5F (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method);
// FairyGUI.GComponent FairyGUI.TreeNode::get_cell()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.TreeNode>::get_Count()
inline int32_t List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_inline (List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// FairyGUI.TreeNode FairyGUI.TreeNode::AddChildAt(FairyGUI.TreeNode,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeNode_AddChildAt_m8E2A83B83CC4373CDD2C6A80F98AC102C45A8000 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___child0, int32_t ___index1, const RuntimeMethod* method);
// FairyGUI.TreeNode FairyGUI.TreeNode::get_parent()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeNode_get_parent_m98A048C2543039B4345B8DA27821D7E5D3E849C1_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TreeNode::SetChildIndex(FairyGUI.TreeNode,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNode_SetChildIndex_mBAAB3532568DE6CF89138D48BC96B403ADA95FAD (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___child0, int32_t ___index1, const RuntimeMethod* method);
// FairyGUI.TreeNode FairyGUI.TreeNode::RemoveChild(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeNode_RemoveChild_m10331A923B1A9EC96141921E71F06E09A480F3C9 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___child0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.TreeNode>::Add(!0)
inline void List_1_Add_mCA413DD63FF3B1708E2980F05267B22C541B5058 (List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C *, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.TreeNode>::Insert(System.Int32,!0)
inline void List_1_Insert_mFA0391B378B05677712CC17DBEC1A72898FB2283 (List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * __this, int32_t ___index0, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___item1, const RuntimeMethod* method)
{
(( void (*) (List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C *, int32_t, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, const RuntimeMethod*))List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_gshared)(__this, ___index0, ___item1, method);
}
// System.Void FairyGUI.TreeNode::set_parent(FairyGUI.TreeNode)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TreeNode_set_parent_m4A2EA419DCE745BE0E7DC101C9D487F4497302C1_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___value0, const RuntimeMethod* method);
// System.Int32 FairyGUI.TreeNode::get_level()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TreeNode_get_level_m094C308793245951771079285395AC0F2468C137_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TreeNode::set_level(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TreeNode_set_level_m7F0D036B2BF0F94506FC76B5E7BBD395016F90E3_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.TreeNode::SetTree(FairyGUI.TreeView)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNode_SetTree_mD55AF6BD51429BDD2AF7627366D260AE78D2F67F (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.TreeView::AfterInserted(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_AfterInserted_m400979DF269CC32A8D01C63D728AA89DB6200983 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.TreeNode>::IndexOf(!0)
inline int32_t List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057 (List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___item0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C *, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, const RuntimeMethod*))List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared)(__this, ___item0, method);
}
// FairyGUI.TreeNode FairyGUI.TreeNode::RemoveChildAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeNode_RemoveChildAt_mFF187FC02D3721FE29D0773C30CC283073337BDA (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Int32 FairyGUI.TreeNode::get_numChildren()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TreeNode_get_numChildren_m1936A55B97E9E2BDE5808A6AD3147BD3E390D124 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<FairyGUI.TreeNode>::get_Item(System.Int32)
inline TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_inline (List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * (*) (List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.TreeNode>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_mB1B69852A179CE2258E38AC57C9ECAADCE9572AA (List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared)(__this, ___index0, method);
}
// System.Void FairyGUI.TreeView::AfterRemoved(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_AfterRemoved_m0399D891E6A233A41D07013681FC5FCA51DBB9E4 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method);
// System.Void FairyGUI.TreeView::AfterMoved(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_AfterMoved_m966F43B1EBC20253D9A36D32A0895103EDA78CDB (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method);
// System.Void FairyGUI.TreeNode::SwapChildrenAt(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNode_SwapChildrenAt_mE0E4AAE19E80D138E48F180309A4E8446FDF64AC (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, int32_t ___index10, int32_t ___index21, const RuntimeMethod* method);
// System.Void FairyGUI.TreeNode::set_tree(FairyGUI.TreeView)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TreeNode_set_tree_m25D29B4A8C5F70B7D69D580AC4A65C022C54E8FA_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.TreeView/TreeNodeWillExpandDelegate::Invoke(FairyGUI.TreeNode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNodeWillExpandDelegate_Invoke_m53D44217AE85AC2E5C6DCD837C82F2C91F763F0F (TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, bool ___expand1, 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 FairyGUI.TreeView::set_list(FairyGUI.GList)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TreeView_set_list_mF0119AA5C6A609D8996624EC2C27FF4F77A44646_inline (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * ___value0, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GList::get_onClickItem()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GList_get_onClickItem_mA69184756E67B0966D585B4EFEF1ECBBFC4A0B3C (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __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);
// FairyGUI.EventListener FairyGUI.GList::get_onRightClickItem()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GList_get_onRightClickItem_m7E695D25E6F74E1C3E83B3FC142EB1389D62DFAF (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GList::RemoveChildrenToPool()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GList_RemoveChildrenToPool_mF8B135AD8D72678CE421402DB798078CBC53202D (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TreeNode::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNode__ctor_m9F6BEA34101EEF0F4345582F85D2EB8E5C96F44E (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, bool ___hasChild0, const RuntimeMethod* method);
// System.Void FairyGUI.TreeView::set_root(FairyGUI.TreeNode)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TreeView_set_root_m467D2BD4FB04FAE188B1502C76F70024D9213ED7_inline (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___value0, const RuntimeMethod* method);
// FairyGUI.TreeNode FairyGUI.TreeView::get_root()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeView_get_root_m9C865165D98C57D3F24AB972D74D126AE3343577_inline (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TreeNode::set_cell(FairyGUI.GComponent)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TreeNode_set_cell_m049B5004395B9B26BD085E438D07018B8DCC6827_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.TreeNode::set_expanded(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNode_set_expanded_mEDFF8CBACC38C6A862E3E83AEC49EFE39D46175D (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, bool ___value0, 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.Void FairyGUI.TreeView::set_onClickNode(FairyGUI.EventListener)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TreeView_set_onClickNode_m47780431FFFE6938DBE1BE0717AF770664EA6341_inline (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.TreeView::set_onRightClickNode(FairyGUI.EventListener)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TreeView_set_onRightClickNode_m90B33133BA6156CA43FE6BD10B41542114D1A6C3_inline (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method);
// FairyGUI.GList FairyGUI.TreeView::get_list()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.GList::get_selectedIndex()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GList_get_selectedIndex_mA37D50C8B0E4D01695B82B6F89ECF91ACA022517 (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method);
// System.Collections.Generic.List`1<System.Int32> FairyGUI.GList::GetSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * GList_GetSelection_mB986C5A58CF49E087DC0EF66026593E4C17A58FC (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* 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.Int32 FairyGUI.GComponent::GetChildIndex(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GComponent_GetChildIndex_mDB0881231CFC5A6970A573E4B43E4EAC4FD50D8C (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___child0, const RuntimeMethod* method);
// System.Void FairyGUI.GList::AddSelection(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GList_AddSelection_m6C88F68F67ED382979A9486B0C0D6ECDEA2F4958 (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, int32_t ___index0, bool ___scrollItToView1, const RuntimeMethod* method);
// System.Void FairyGUI.GList::RemoveSelection(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GList_RemoveSelection_m1E5FE241C3881E629B02BA0F63CE60DBD9844A5D (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void FairyGUI.GList::ClearSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GList_ClearSelection_m5557695C02516B129F1F0C3D6964729C74196C21 (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TreeView/TreeNodeRenderDelegate::Invoke(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNodeRenderDelegate_Invoke_mB2FECADB3C601A050F94DF260E481B3759295178 (TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method);
// FairyGUI.TreeNode FairyGUI.TreeNode::GetChildAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeNode_GetChildAt_m59BE68DA5DA23C9C290C4316E1CAEC6318C6C6F2 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Boolean FairyGUI.TreeNode::get_isFolder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TreeNode_get_isFolder_m22501E5A489B69843FB907A531396F968685642D (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TreeView::ExpandAll(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_ExpandAll_mCEE0347F101589452A1083029C39A84034D0BF14 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___folderNode0, const RuntimeMethod* method);
// System.Void FairyGUI.TreeView::CollapseAll(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_CollapseAll_m06D5DCB3B5D80CFF174756B9D9CC61A1D40B900A (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___folderNode0, const RuntimeMethod* method);
// FairyGUI.GComponent FairyGUI.TreeView/TreeNodeCreateCellDelegate::Invoke(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * TreeNodeCreateCellDelegate_Invoke_m90CB9AD01109FE65D825673D530F3642FAAD230E (TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method);
// FairyGUI.GObjectPool FairyGUI.GList::get_itemPool()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * GList_get_itemPool_mDF34A430E2602CCD0190CB35EFE830F8053F8027_inline (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GObjectPool::GetObject(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GObjectPool_GetObject_m37636B547359122C9B4384C73746B201682AED09 (GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * __this, String_t* ___url0, 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);
// System.Void FairyGUI.GObject::set_width(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, 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.TreeNode::get_expanded()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool TreeNode_get_expanded_m15F401942361779ADEF294A07541FC83830F7482_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, 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.TreeView::CreateCell(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_CreateCell_mBCCE313E355E4C68AEFA3EDE3B034F694177329B (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method);
// System.Int32 FairyGUI.TreeView::GetInsertIndexForNode(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TreeView_GetInsertIndexForNode_mFC33F596FC83FA2D01871D5E2C2EAC7D2917607A (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method);
// System.Int32 FairyGUI.TreeView::CheckChildren(FairyGUI.TreeNode,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TreeView_CheckChildren_m3F49CED683BBEFB9569C0BAF80C0EB2C8C5E63A0 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___folderNode0, int32_t ___index1, const RuntimeMethod* method);
// FairyGUI.TreeNode FairyGUI.TreeNode::GetPrevSibling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeNode_GetPrevSibling_m43CF30DBDF822A454FB6254AA98743C5CD22A078 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, 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);
// System.Void FairyGUI.TreeView::RemoveNode(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_RemoveNode_m81AE1B87612593275E9DFCA82FD52B5C414AAD86 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method);
// System.Void FairyGUI.TreeView::HideFolderNode(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_HideFolderNode_m7F76393E01BCF89A22DD6D09E52A30DBE7998A12 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___folderNode0, 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);
// System.Void FairyGUI.GObjectPool::ReturnObject(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObjectPool_ReturnObject_mA204088D910D2FD4E29000C476E8773D50E3BB53 (GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___obj0, const RuntimeMethod* method);
// System.Void FairyGUI.EventContext::StopPropagation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_StopPropagation_m8C61C071E1C217F9A6896855EFB2DA9C0E2AC3D6 (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, 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);
// FairyGUI.ScrollPane FairyGUI.GComponent::get_scrollPane()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * GComponent_get_scrollPane_m985575252119E48F6C77D7464D4BBFD3582E42EB_inline (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method);
// System.Single FairyGUI.ScrollPane::get_posY()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float ScrollPane_get_posY_m848F90B5DB3154E5BBA386557E0693B2567DEDF4_inline (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.GButton::get_selected()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GButton_get_selected_mC3BCF13B80624C0DB093B7EF9ED726E1676FBCC5_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::set_posY(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_posY_mE3CEE870130928A2E413AD1C6779F4647F1EB3DC (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollToView_m2E0DCD78050F107EBE569780EEA6F056ECB448E4 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___obj0, const RuntimeMethod* method);
// System.String FairyGUI.EventListener::get_type()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* EventListener_get_type_m83053F942463CA59DAEF326E9FCA58D92397654D_inline (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.TreeView::get_onRightClickNode()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * TreeView_get_onRightClickNode_m984FFB9313A63B15232868CD494CEF12227B5801_inline (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, const RuntimeMethod* method);
// 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);
// FairyGUI.EventListener FairyGUI.TreeView::get_onClickNode()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * TreeView_get_onClickNode_mD488104888E3D179BAE807BAB89596FC4BE60369_inline (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TweenManager::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenManager_Init_mEC6CD88867FF26BAAA534625B6FA0E04283D7B58 (const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.GTweener>::get_Count()
inline int32_t List_1_get_Count_mAE6B4343698B182D3B53B8125C117C2352109AF4_inline (List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.GTweener>::get_Item(System.Int32)
inline GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * List_1_get_Item_m98CF5227607F42665304FEDC08FAEA98C8F7EABA_inline (List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * (*) (List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.GTweener>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m8F7E3B4FBF7CFB5C06B8E8776E1A50B49B3D0CB5 (List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared)(__this, ___index0, method);
}
// System.Void FairyGUI.GTweener::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener__ctor_m83BC158B220E1F4241DCAF3A2F6195E652D9BBCF (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GTweener::_Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener__Init_mEE23E9D4B73DDEFAAEC86287725F2A34724A57A4 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, 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.Void System.Array::CopyTo(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_CopyTo_m455300D414FFB0EBFE53EA4E8BBD31532006EBB7 (RuntimeArray * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method);
// System.Void FairyGUI.GTweener::_Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener__Reset_mCA748E36ED3A31C2EA4C5A74034A958A07A8A050 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.GTweener>::Add(!0)
inline void List_1_Add_mD4E2E83E118DF3B5683660E8CD3CE8073F84D85D (List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C *, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void FairyGUI.GTweener::_Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener__Update_mCC588312F509555A5BC1618F5785975D640B226D (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.GTweener>::Clear()
inline void List_1_Clear_m5D52117423535CB5EE6416A08A3D38D2C67488C8 (List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Boolean UnityEngine.Application::get_isPlaying()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5 (const RuntimeMethod* 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 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.GameObject::SetActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, bool ___value0, 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);
// !!0 UnityEngine.GameObject::AddComponent<FairyGUI.TweenManager/TweenEngine>()
inline TweenEngine_tDAD1112226D38D6B00E07A6AE2F6148D72DC1A92 * GameObject_AddComponent_TisTweenEngine_tDAD1112226D38D6B00E07A6AE2F6148D72DC1A92_m480385373AD36C125E84887040758BC8025376A3 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( TweenEngine_tDAD1112226D38D6B00E07A6AE2F6148D72DC1A92 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.GTweener>::.ctor(System.Int32)
inline void List_1__ctor_m13200EC88E521A479191631946DB38F8F20CE955 (List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
}
// System.Void FairyGUI.TweenManager::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenManager_Update_mD4BDAB201318BE4BC79DAE2F043708C2CD688241 (const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_x(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_y(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_z(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_z_m837418AC95E4F0A2179D9453D55A529F0C7CEFF8 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, 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);
// UnityEngine.Vector3 FairyGUI.TweenValue::get_vec3()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 TweenValue_get_vec3_m8C89FDFF3513409A3C3A18691B91D159FADC9FDB (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_position(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_position_m16C085FE0353DC8750FA6A6868176292015CFF79 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_height(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_size(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_size_m1CB9011B43CBB8568C85165B772EEE564BAF5497 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_scaleX(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_scaleX_m84CE6C83796343749884F3B5CC29561902590B7F (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_scaleY(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_scaleY_m7AAC870C991683A4BE7D669F87ED94DAF28CEEBA (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_scale(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_scale_mFAD6AF12CA9731BDE5B22CB33DF022B1DA7B9F05 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_rotationX(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_rotationX_m1E42C64CA3D1FB8316EADA75A7FB8139463DB6E0 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_rotationY(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_rotationY_m9D791A2B345C2CA07BA7438BFEBF99271F367171 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// FairyGUI.GProgressBar FairyGUI.GObject::get_asProgress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * GObject_get_asProgress_m70B56A632D6DAFF43D3CB1B37B939461BE9624F8 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GProgressBar::Update(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GProgressBar_Update_mC0F9FF5EB1C2014B42C32723E39A45288E38B8D2 (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, double ___newValue0, const RuntimeMethod* method);
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, float ___x0, float ___y1, const RuntimeMethod* method);
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method);
// System.Void UnityEngine.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.Color::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, float ___r0, float ___g1, float ___b2, float ___a3, 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 FairyGUI.TextField::EnableCharPositionSupport()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_EnableCharPositionSupport_mC7182B6CF7CBD058F6DF55173C938F6A87C84C0A (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, 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.TextField FairyGUI.RichTextField::get_textField()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, 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/MeshModifier::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshModifier__ctor_m2C89D1A3E14197B70DC3A18D18B17D5BBC487442 (MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * __this, RuntimeObject * ___object0, intptr_t ___method1, 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.Boolean FairyGUI.TextField::Redraw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextField_Redraw_mDCF332C7214C3EE82AF96B9D3BE1947F5B51BBEA (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __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);
// UnityEngine.Mesh FairyGUI.NGraphics::get_mesh()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Mesh::get_vertexCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mesh_get_vertexCount_mE6F1153EA724F831AD11F10807ABE664CC02E0AF (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, const RuntimeMethod* method);
// UnityEngine.Vector3[] UnityEngine.Mesh::get_vertices()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* Mesh_get_vertices_m7D07DC0F071C142B87F675B148FC0F7A243238B9 (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Mesh::set_vertices(UnityEngine.Vector3[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_set_vertices_mC1406AE08BC3495F3B0E29B53BACC9FD7BA685C6 (Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * __this, Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___value0, const RuntimeMethod* method);
// FairyGUI.RichTextField FairyGUI.TextField::get_richTextField()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * TextField_get_richTextField_m0B9775D542EB8954EBFF0FF27266B3613C7C3532_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.RichTextField::get_htmlElementCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RichTextField_get_htmlElementCount_mE398D110BD9CA7E6E011E47F01EB154A37F031C6 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.RichTextField::ShowHtmlObject(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_ShowHtmlObject_m002F34A039A0A824FFE31DFFC7C07BDF8F2C4F4F (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, int32_t ___index0, bool ___show1, const RuntimeMethod* method);
// System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition> FairyGUI.TextField::get_charPositions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::get_Count()
inline int32_t List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 *, const RuntimeMethod*))List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::get_Item(System.Int32)
inline CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_inline (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 (*) (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 *, int32_t, const RuntimeMethod*))List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_gshared_inline)(__this, ___index0, method);
}
// System.String FairyGUI.TextField::get_parsedText()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TextField_get_parsedText_m3B6F2FDADF5AB6767E508A49798322C480F9C490_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __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.Boolean System.Char::IsWhiteSpace(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Void FairyGUI.TypingEffect::output(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypingEffect_output_m8C3052427790670A77A3BE78122CE01D901D262B (TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * __this, int32_t ___vertCount0, const RuntimeMethod* method);
// System.Void FairyGUI.TypingEffect::Cancel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypingEffect_Cancel_m22CC8C2EACB8610F63447FD9E8A47DC66A9B8D4F (TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TypingEffect/<Print>d__17::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPrintU3Ed__17__ctor_m606C16FF39E63C061F786B107DA72FC39C98BDFA (U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
// System.Collections.IEnumerator FairyGUI.TypingEffect::Print(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypingEffect_Print_mCA495301948CDAEB23A399865AB3027AC8A88050 (TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * __this, float ___interval0, const RuntimeMethod* method);
// System.Void FairyGUI.Timers::StartCoroutine(System.Collections.IEnumerator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_StartCoroutine_m920C719E3C4E527B4515FD4CE18434FB04CDE730 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, RuntimeObject* ___routine0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Vector3::op_Inequality(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3_op_Inequality_mFEEAA4C4BF743FB5B8A47FF4967A5E2C73273D6E (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___lhs0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rhs1, const RuntimeMethod* method);
// System.Void UnityEngine.WaitForSeconds::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559 (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * __this, float ___seconds0, const RuntimeMethod* method);
// System.Boolean FairyGUI.TypingEffect::Print()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypingEffect_Print_mD63BF6C13CB224A1D0D72177B87C8892679111CF (TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * __this, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.String>::GetEnumerator()
inline Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 List_1_GetEnumerator_mDFFBEE5A0B86EF1F068C4ED0ABC0F39B7CA7677E (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
{
return (( Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1/Enumerator<System.String>::get_Current()
inline String_t* Enumerator_get_Current_m894E7226842A0AB920967095678A311EFF7C5737_inline (Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 * __this, const RuntimeMethod* method)
{
return (( String_t* (*) (Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
}
// FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * UIPackage_AddPackage_mF3B305A96529EABBB4AD2F99D95CAE7BE1F33F15 (String_t* ___descFilePath0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.String>::MoveNext()
inline bool Enumerator_MoveNext_m129741E497FB617DC9845CFEE4CB27B84C86301A (Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<System.String>::Dispose()
inline void Enumerator_Dispose_mD9B1DB257A9F9A3CEA69542101B953689A4AD978 (Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
}
// System.Void FairyGUI.UIConfig::Load()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIConfig_Load_m3EB302E61DAA35A143EC59B0E7384D6DBB18478A (UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>::get_Count()
inline int32_t List_1_get_Count_m693EE20967BC1B4A000BDD523916BFB7B8CA552C_inline (List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>::get_Item(System.Int32)
inline ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * List_1_get_Item_m9B7A1166B922F50E0E83B056A5C42AAED4CBC733_inline (List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * (*) (List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void UnityEngine.Color32::.ctor(System.Byte,System.Byte,System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2 (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, uint8_t ___a3, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color32::op_Implicit(UnityEngine.Color32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61 (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___c0, const RuntimeMethod* method);
// System.Void FairyGUI.EMRenderSupport::Reload()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EMRenderSupport_Reload_m12B7E5154D8E023A591A106EF0523ECA1657D8D9 (const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>::.ctor()
inline void List_1__ctor_mA63F792C7B57DC02745D4E2E9D5A1D5B52197C8C (List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, 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);
}
// UnityEngine.Color UnityEngine.Color::get_black()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF (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);
// !!0 UnityEngine.GameObject::GetComponent<FairyGUI.UIContentScaler>()
inline UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * GameObject_GetComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_mEBEAE59DE5185530F0EF89BE492BE2A3383F9EBC (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void FairyGUI.UIContentScaler::ApplyChange()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIContentScaler_ApplyChange_mEB8E7480E42BFE7E465545AA692F160C6DD40EDA (UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * __this, const RuntimeMethod* method);
// FairyGUI.GRoot FairyGUI.GRoot::get_inst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12 (const RuntimeMethod* method);
// System.Void FairyGUI.GRoot::ApplyContentScaleFactor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_ApplyContentScaleFactor_m5B23FAFC75509692484AC7CE0978438D18CD3B7C (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Screen::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3 (const RuntimeMethod* method);
// System.Int32 UnityEngine.Screen::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150 (const RuntimeMethod* method);
// System.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.Single UnityEngine.Screen::get_dpi()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Screen_get_dpi_m92A755DE9E23ABA717B5594F4F52AFB0FBEAC1D3 (const RuntimeMethod* method);
// System.Void FairyGUI.UIObjectFactory/<>c__DisplayClass4_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m73B1720766DED2A6F43CFEC655FFC17085123F18 (U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UIObjectFactory/GComponentCreator::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponentCreator__ctor_m638B1C39A1BD5983159FE2AA369BD47C0014D010 (GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void FairyGUI.UIObjectFactory::SetPackageItemExtension(System.String,FairyGUI.UIObjectFactory/GComponentCreator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory_SetPackageItemExtension_m37B15526B862E06ACE310A8A64DC4C4A441449ED (String_t* ___url0, GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * ___creator1, const RuntimeMethod* method);
// FairyGUI.PackageItem FairyGUI.UIPackage::GetItemByURL(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * UIPackage_GetItemByURL_m42A2983D16F9885843B3205EF2B16FBD398A628C (String_t* ___url0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIObjectFactory/GComponentCreator>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_mB084C04B058F3D2E6AD882D44D6AF14FCD137F3A (Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * __this, String_t* ___key0, GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 *, String_t*, GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// System.Void FairyGUI.UIObjectFactory/<>c__DisplayClass6_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_mB1814622CE06DB0429FAE98703DC6D4F633C75D5 (U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UIObjectFactory/<>c__DisplayClass7_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0__ctor_m0012CDE0FA4F47E1A60DFEACF92E1F6C65DA3A23 (U3CU3Ec__DisplayClass7_0_tB95B3A18E0F1C2B8E61C96DF5B1E5DD6E1C7DF33 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UIObjectFactory/GLoaderCreator::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GLoaderCreator__ctor_m9D768378BB7560C6D630A00F8781E50F35603622 (GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * __this, RuntimeObject * ___object0, intptr_t ___method1, 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);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIObjectFactory/GComponentCreator>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mFD19D601B8B130D072604516010B29F602496DF7 (Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * __this, String_t* ___key0, GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 *, String_t*, GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.String FairyGUI.UIPackage::get_name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIObjectFactory/GComponentCreator>::Clear()
inline void Dictionary_2_Clear_m072BCAEFE8BEC3E94C39CACA6D5384AC9D4EA424 (Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 *, const RuntimeMethod*))Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared)(__this, method);
}
// FairyGUI.GComponent FairyGUI.UIObjectFactory/GComponentCreator::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * GComponentCreator_Invoke_m196BC4DEABCDE6CB1607A33C8069A7986207CF63 (GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * __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.GImage::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GImage__ctor_m823C0AF2DA2C48DABD18FE5F70CD12FB84BFC9BA (GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GMovieClip::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GMovieClip__ctor_mABF2FBFE115F1A7FAAC1E6ED41319191A6807D9F (GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 * __this, const RuntimeMethod* 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.GTextField::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField__ctor_m8705E6A0B5D50A68FF6290C58646285A2508D61A (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GRichTextField::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRichTextField__ctor_m29FF68A93DD3FC2C1D78D4DBEC7398066EAB6E61 (GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GTextInput::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput__ctor_m690F5A837B97009729E4C74615A4CDFABD72825E (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GGroup::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GGroup__ctor_mF4C886DF97D93B4E726F30C26ABCE967E0A42E3C (GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GList__ctor_mDE203B3987119A49C16CD653E0FD0010FC305DF8 (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GGraph::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GGraph__ctor_m2C760C9A2A039461ED06143CCBC607D0EEB415A3 (GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * __this, const RuntimeMethod* method);
// FairyGUI.GLoader FairyGUI.UIObjectFactory/GLoaderCreator::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GLoader_t79DB886430214FA5031328823142509230E0E4A8 * GLoaderCreator_Invoke_m8BB273F3DC70CDD38F3810D3ADD3D99CB006F7BD (GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GLoader::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GLoader__ctor_mC7CA7B84DB58D75AF9ABEDEAF20BD56A987175BA (GLoader_t79DB886430214FA5031328823142509230E0E4A8 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GButton::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GButton__ctor_m2E4F4216DBBE5724DE85D27D5A427F578D164CFD (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GLabel::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GLabel__ctor_m478F1E4094B50A6E10C2B1DBBB531402747F4FEA (GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GProgressBar::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GProgressBar__ctor_m8A6AB0E769E217A49AF9DA01946A162E38D63E8E (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GSlider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider__ctor_m3B25C475FD751469840EB2D596DAD40AE8257E92 (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GScrollBar::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GScrollBar__ctor_m6E6D75C248733275014B53788AA88F349339C742 (GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GComboBox::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComboBox__ctor_mEAE6F33102AC30DD0C380B7991F2011A698E5D1F (GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIObjectFactory/GComponentCreator>::.ctor()
inline void Dictionary_2__ctor_m7A9F3295D00E9A8238F347799CCFFA5A2269EA76 (Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Object System.Activator::CreateInstance(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16 (Type_t * ___type0, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::Push(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_Push_mFDEAE703096F9AF7446E8272719134D18EF409E0 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, RuntimeObject * ___o0, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::PCall()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method);
// LuaInterface.LuaTable LuaInterface.LuaFunction::CheckLuaTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * LuaFunction_CheckLuaTable_mCC5FDDD536CD076E3F8DCBB260796CD9C86AF1C6 (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GComponent::SetLuaPeer(LuaInterface.LuaTable)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GComponent_SetLuaPeer_mFFB419D70D04F70544D35B01BABEABA8B95C787D_inline (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___peerTable0, const RuntimeMethod* method);
// System.Void LuaInterface.LuaFunction::EndPCall()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB (LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.PackageItem>::.ctor()
inline void List_1__ctor_m2EE3F9E8946F5EF6AABA23EE01DC59007E0E4E8E (List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>::.ctor()
inline void Dictionary_2__ctor_m430B86D9131D63A36EA3FA015217AF6B282D1A6E (Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage/AtlasSprite>::.ctor()
inline void Dictionary_2__ctor_mFD62FE71C615B8F63F303EBCE042E50D07A9DE62 (Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m7851E5E7F7538D989CAE84691CA2F40AB98E8D2F (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * __this, String_t* ___key0, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 *, String_t*, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, 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);
// UnityEngine.Object taurus.unity.ResourcesManager::LoadObject(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ResourcesManager_LoadObject_m59A0FA507A5E59AB20C4FB84511BB1023ADBDA8C (String_t* ___path0, Type_t * ___type1, 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);
// FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * UIPackage_AddPackage_m6A42966AADCCFBF9E8BD97B80A39DF47C4BC700C (String_t* ___assetPath0, bool ____resourceMode1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_mE84580A21564560F9AC48A89B85D62B84C4D4050 (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * __this, String_t* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, ___key0, method);
}
// !1 System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::get_Item(!0)
inline UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * Dictionary_2_get_Item_mB5363FDA53B846B0FE12818EB31DFF0C7C21DA5E (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * __this, String_t* ___key0, const RuntimeMethod* method)
{
return (( UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * (*) (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared)(__this, ___key0, method);
}
// System.Void FairyGUI.UIPackage::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage__ctor_m7B3C379A540879F02273E6237AACC524DE7B6BF1 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __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 FairyGUI.UIPackage::_loadFunc(System.String,System.String,System.Type,FairyGUI.DestroyMethod&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * UIPackage__loadFunc_mC46ABA29568423BB23221E87E74CA6CCFBE11899 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___name0, String_t* ___extension1, Type_t * ___type2, int32_t* ___destroyMethod3, const RuntimeMethod* method);
// System.Void UnityEngine.Debug::LogWarning(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568 (RuntimeObject * ___message0, const RuntimeMethod* method);
// System.Byte[] UnityEngine.TextAsset::get_bytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* TextAsset_get_bytes_m33ED022ACD105C714589DB09B025BA7F860B31B4 (TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.ByteBuffer::.ctor(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteBuffer__ctor_mAB38FCDC18EE23064866F5569F1F7E6F2DAE1F9A (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage::set_assetPath(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UIPackage_set_assetPath_m7B87A34D0897AB91DA29811102921070233D90EB_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Boolean FairyGUI.UIPackage::LoadPackage(FairyGUI.Utils.ByteBuffer,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIPackage_LoadPackage_mE0A617BF0C11B7F7A3317F19B3CB6C59D9E3D39D (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, String_t* ___packageSource1, String_t* ___assetNamePrefix2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_m79C7D31C33DB79821C5607F0125EAFB31CCBB12A (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * __this, String_t* ___key0, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 *, String_t*, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.UIPackage>::Add(!0)
inline void List_1_Add_mE1687CFAE89EB21C60FC748F071EDE309C585ABB (List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * __this, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC *, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void FairyGUI.UIPackage::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_Dispose_mE43597D350AFD743B7024D568E84109D83AD7A1B (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method);
// System.Void taurus.unity.ResourcesManager::UnLoad(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResourcesManager_UnLoad_m2B247DDB9CD4F9260C66BC43D54E957F0FED24C8 (String_t* ___path0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::Remove(!0)
inline bool Dictionary_2_Remove_mD1D355D151FE31D1C2E31F67B54CE8A208E08B1E (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * __this, String_t* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared)(__this, ___key0, method);
}
// System.String FairyGUI.UIPackage::get_assetPath()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* UIPackage_get_assetPath_mF5A232F1EB11C1F313F0AC48D1AA1A5A602AE943_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1<FairyGUI.UIPackage>::Remove(!0)
inline bool List_1_Remove_m7C5B6D8B333BBE2A1EEF74ABC0DC26060DEC95C1 (List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * __this, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * ___item0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC *, UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *, const RuntimeMethod*))List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared)(__this, ___item0, method);
}
// System.Int32 System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::get_Count()
inline int32_t Dictionary_2_get_Count_m64AC587DEF0638313894F21BBFDBCF123412D65D (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 *, const RuntimeMethod*))Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared)(__this, method);
}
// !0[] System.Collections.Generic.List`1<FairyGUI.UIPackage>::ToArray()
inline UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* List_1_ToArray_m6BB4B05CB5150702525483BA05BC4844D94DB558 (List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * __this, const RuntimeMethod* method)
{
return (( UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* (*) (List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC *, const RuntimeMethod*))List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.UIPackage>::Clear()
inline void List_1_Clear_m749C232BE0A959D4406004C3C9402BA8B7E385B5 (List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::Clear()
inline void Dictionary_2_Clear_m5730DCD49A8795A151D36554C0A751674B8A74DB (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 *, const RuntimeMethod*))Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared)(__this, method);
}
// FairyGUI.UIPackage FairyGUI.UIPackage::GetByName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5 (String_t* ___name0, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObject_mC52A36C089B36A32A22762AF22215FD0E42328B0 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___resName0, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObject_m0D76EA70E9E9131334E71C41E6D2DB9E406A25DD (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___resName0, Type_t * ___userClass1, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.UIPackage::CreateObject(FairyGUI.PackageItem,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObject_m1A2802AD14ABC7227BCC3570C079B03925AF370D (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, Type_t * ___userClass1, const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage::CreateObjectAsync(System.String,FairyGUI.UIPackage/CreateObjectCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_CreateObjectAsync_mB27840F48D4424D67E1F1F4D98DEE60582A4DEB2 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___resName0, CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * ___callback1, const RuntimeMethod* method);
// System.Void UnityEngine.Debug::LogError(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29 (RuntimeObject * ___message0, const RuntimeMethod* method);
// System.Void FairyGUI.AsyncCreationHelper::CreateObject(FairyGUI.PackageItem,FairyGUI.UIPackage/CreateObjectCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCreationHelper_CreateObject_m9B253EBBD9ED3ECE74EF793ABA33F5846F9E9A6E (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * ___callback1, const RuntimeMethod* method);
// System.Object FairyGUI.UIPackage::GetItemAsset(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UIPackage_GetItemAsset_mDE5DDE7986C7CEDC58CCD0A5FFD2286CA0C64C64 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___resName0, const RuntimeMethod* method);
// System.Object FairyGUI.UIPackage::GetItemAsset(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UIPackage_GetItemAsset_m0EB4AEBF322AB8E8826B67FA06EDD3B49E101FE3 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A (Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * __this, String_t* ___key0, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 *, String_t*, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
// FairyGUI.UIPackage FairyGUI.UIPackage::GetById(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * UIPackage_GetById_m3AE748461D7196BFBA870A6F56D2336988EC623D (String_t* ___id0, const RuntimeMethod* method);
// FairyGUI.PackageItem FairyGUI.UIPackage::GetItem(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * UIPackage_GetItem_m3C44EBD952417BD291B50D1BA16D547B8414DCF7 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___itemId0, const RuntimeMethod* method);
// FairyGUI.PackageItem FairyGUI.UIPackage::GetItemByName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * UIPackage_GetItemByName_m9FDB7C7C7722329E2E761B9487941B6DE7BB64FF (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___itemName0, const RuntimeMethod* method);
// System.String FairyGUI.UIPackage::GetItemURL(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UIPackage_GetItemURL_m6533391887B91F235D268F8632DD782592236951 (String_t* ___pkgName0, String_t* ___resName1, const RuntimeMethod* method);
// System.Void FairyGUI.TranslationHelper::LoadFromXML(FairyGUI.Utils.XML)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TranslationHelper_LoadFromXML_m8829B6D9BD5172D4D2D38A13F8C26A85E28E8A43 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ___source0, const RuntimeMethod* method);
// System.UInt32 FairyGUI.Utils.ByteBuffer::ReadUint()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ByteBuffer_ReadUint_m7A7855F7C17C6823ED2E6F09D1B7B8BE83252DAB (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.String FairyGUI.Utils.ByteBuffer::ReadString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByteBuffer_ReadString_m5AFC623C35037FDE1DC81A8219CF25A659AF4518 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage::set_id(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UIPackage_set_id_mA4085129431C2425D211F8EC14BC2509F77B3F21_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage::set_name(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UIPackage_set_name_m164F37FAC7E9AA74471B0A822EFF2BDBBEF12C24_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___value0, 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);
// System.String System.String::Concat(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, const RuntimeMethod* method);
// System.Void FairyGUI.PackageItem::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PackageItem__ctor_m8AD178144FEB7034D128A07B517EBE7E1CA11E61 (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * __this, 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 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 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.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);
// System.Void System.Nullable`1<UnityEngine.Rect>::.ctor(!0)
inline void Nullable_1__ctor_m14C234510865CCF1E3E4D08CDA1D48604738D516 (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *, Rect_t35B976DE901B5423C11705E156938EA27AB402CE , const RuntimeMethod*))Nullable_1__ctor_m14C234510865CCF1E3E4D08CDA1D48604738D516_gshared)(__this, ___value0, method);
}
// FairyGUI.Utils.ByteBuffer FairyGUI.Utils.ByteBuffer::ReadBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ByteBuffer_ReadBuffer_m0FFEA1CB42CD976B0FA7CBE757E4161F9911F501 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UIObjectFactory::ResolvePackageItemExtension(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory_ResolvePackageItemExtension_mBF33E50B0E1DA614E06E60A4904074D17EA25102 (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___pi0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.PackageItem>::Add(!0)
inline void List_1_Add_m2ADE3870FA0AAAD9206D771CF1E801B47F5D2C20 (List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 *, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_mCFBD5751293AF70ECB7159FEECA213C05DFA8F9C (Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * __this, String_t* ___key0, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 *, String_t*, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// !1 System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>::get_Item(!0)
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * Dictionary_2_get_Item_m5E08DEF3BFF8BB65FAEDBC7E55491413AD3E3F0D (Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * __this, String_t* ___key0, const RuntimeMethod* method)
{
return (( PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * (*) (Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared)(__this, ___key0, method);
}
// System.Void FairyGUI.UIPackage/AtlasSprite::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasSprite__ctor_mC5939094609E8A3C0EF8115AA1210204C359EBAC (AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage/AtlasSprite>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_mF14786A4048308C8A98FB02178134821B664DC3E (Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * __this, String_t* ___key0, AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 *, String_t*, AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// System.Void FairyGUI.PixelHitTestData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PixelHitTestData__ctor_mD8495E35CB6BBD2B431329AD5DF69D91B20B49EF (PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.PixelHitTestData::Load(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PixelHitTestData_Load_m1CB557B74C5FB52F7AEE047C475B46330159B199 (PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___ba0, const RuntimeMethod* method);
// System.Void System.Comparison`1<FairyGUI.PackageItem>::.ctor(System.Object,System.IntPtr)
inline void Comparison_1__ctor_mAD50E4953927E6EA5CB876201E4A17F5EC8EA4AF (Comparison_1_tE5D7D3C8CDA1244BA4C36C7B500AC4390D67FCB3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Comparison_1_tE5D7D3C8CDA1244BA4C36C7B500AC4390D67FCB3 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m3445CDEBFFF4A3A9EAED69CBCC2D247630CA5BD4_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.PackageItem>::Sort(System.Comparison`1<!0>)
inline void List_1_Sort_mDF663973F86DF9C6F24F75A1650C6541C844C59D (List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * __this, Comparison_1_tE5D7D3C8CDA1244BA4C36C7B500AC4390D67FCB3 * ___comparison0, const RuntimeMethod* method)
{
(( void (*) (List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 *, Comparison_1_tE5D7D3C8CDA1244BA4C36C7B500AC4390D67FCB3 *, const RuntimeMethod*))List_1_Sort_mA3939603201EC0E13489EDA5975A07790CEDB483_gshared)(__this, ___comparison0, method);
}
// System.Int32 System.String::CompareTo(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareTo_m9FAB33E920810E148EDAA4F64E37F231412312AB (String_t* __this, String_t* ___strB0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.PackageItem>::get_Count()
inline int32_t List_1_get_Count_mCE2974C157A49F7BB61BE1D900DA788F00573F66_inline (List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.PackageItem>::get_Item(System.Int32)
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * List_1_get_Item_m478F737B9969A1C375F3BDC255177BD154319F6E_inline (List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * (*) (List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void FairyGUI.NTexture::Unload()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_Unload_m9B40DDA937A00D1EBB2DAF40142EEE336295CC0B (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NAudioClip::Unload()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NAudioClip_Unload_mBBE9B29B8D8E5FA0E556EB56DB6F9F8F64413958 (NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * __this, 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.UIPackage::LoadAtlas(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_LoadAtlas_m70D797B4E52D882E8DEBDBFFAF1E1F47A38BF95E (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage::LoadSound(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_LoadSound_mDFCAD982123F1D207C6552337D348017367686D1 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method);
// System.Void FairyGUI.NTexture::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_Dispose_m0B1F7B320F32756E8E94B4753F4D3DD29A1D95F9 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.PackageItem>::Clear()
inline void List_1_Clear_m1BEFBBAC63223083D0C1B8F3ACE3D02EE44E9311 (List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.UIObjectFactory::NewObject(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIObjectFactory_NewObject_m34A581ED482FCD0565642CEB38C85812F556AAB8 (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___pi0, const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage::LoadImage(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_LoadImage_m92EDE2981BBB78C7AB607A4932A76C6DC5D44AC2 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage::LoadFont(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_LoadFont_m38624F676040D364532DCCAD99D97EF5A4EAB1C5 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage::LoadMovieClip(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_LoadMovieClip_mDE4B1636841A793D4115C01947476B0F8C935C42 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method);
// System.Byte[] FairyGUI.UIPackage::LoadBinary(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* UIPackage_LoadBinary_mABE228AD20F90C5E2F2F262191B0305DA41945BD (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method);
// System.String System.IO.Path::GetExtension(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetExtension_mAB8DB12AA3F147A487ED6AFECF8CD0043402957B (String_t* ___path0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Texture::get_mipmapCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture_get_mipmapCount_mF0AADB6032B95C5C375CB6EA39A69738C402AB1B (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, const RuntimeMethod* method);
// UnityEngine.Texture2D FairyGUI.NTexture::CreateEmptyTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * NTexture_CreateEmptyTexture_mED3F51E1A79A2D29002473C34F980A47EA608330 (const RuntimeMethod* method);
// System.Void FairyGUI.NTexture::.ctor(UnityEngine.Texture,UnityEngine.Texture,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture__ctor_mE8B472524B5E0939F99D8D59E5264004509912C6 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___texture0, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___alphaTexture1, float ___xScale2, float ___yScale3, const RuntimeMethod* method);
// System.Void FairyGUI.NTexture::Reload(UnityEngine.Texture,UnityEngine.Texture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_Reload_m3D8CA25FB6F800EBECBAC311E9F134D765E94A33 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___nativeTexture0, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___alphaTexture1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage/AtlasSprite>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m574476E79975FFFB3FFEA409325A60B1AF4A0F82 (Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * __this, String_t* ___key0, AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 *, String_t*, AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.Void FairyGUI.NTexture::.ctor(FairyGUI.NTexture,UnityEngine.Rect,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture__ctor_m5B09819F61A7DB043F5BE92CD0B220979CE56701 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___root0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___region1, bool ___rotated2, const RuntimeMethod* method);
// FairyGUI.NTexture FairyGUI.NTexture::get_Empty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NTexture_get_Empty_mE27AE4B4DF76AC39A4EA15A41347E34668605579 (const RuntimeMethod* method);
// System.Void FairyGUI.NAudioClip::.ctor(UnityEngine.AudioClip)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NAudioClip__ctor_mA37D5984877FD05190029E53F49E6424090518BC (NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___audioClip0, const RuntimeMethod* method);
// System.Void FairyGUI.NAudioClip::Reload(UnityEngine.AudioClip)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void NAudioClip_Reload_m2CB6144ACF90F38206D4162539336AC467CD5AFC_inline (NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___audioClip0, const RuntimeMethod* method);
// System.Void FairyGUI.MovieClip/Frame::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Frame__ctor_m98ADF318EBBD245ACB695A451EEFD51D76FB8E61 (Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Rect::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Rect_get_position_m54A2ACD2F97988561D6C83FCEF7D082BC5226D4C (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NTexture::.ctor(FairyGUI.NTexture,UnityEngine.Rect,System.Boolean,UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture__ctor_mABD57D92134ADA5C9023D4D12C7D9F74A0B1519C (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___root0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___region1, bool ___rotated2, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___originalSize3, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___offset4, const RuntimeMethod* method);
// System.Void FairyGUI.BitmapFont::.ctor(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapFont__ctor_m0D2491EB5CA90C3BC5111961CEB4E3451DB4383C (BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method);
// FairyGUI.NTexture FairyGUI.NTexture::get_root()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NTexture_get_root_mF354B37A746484EE7BDC5F84A664002EB0DBC09A_inline (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, 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.Int32 FairyGUI.NTexture::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NTexture_get_width_m4792DA39FBA764B89C6701C227FA1C3727C2471F (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, 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.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.BitmapFont/BMGlyph::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BMGlyph__ctor_m85BDAB4FEAF9C3EBA91EE9A73D08EBC831005497 (BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * __this, const RuntimeMethod* method);
// System.Char FairyGUI.Utils.ByteBuffer::ReadChar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar ByteBuffer_ReadChar_mDE684A8859E3FB12684C75FFA046B79ACC535B98 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.BitmapFont::AddChar(System.Char,FairyGUI.BitmapFont/BMGlyph)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapFont_AddChar_m4906AA043C8BA3066EF1C7D4FD10C9E96D6E42C9 (BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * __this, Il2CppChar ___ch0, BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * ___glyph1, 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_yMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B (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.NTexture::GetUV(UnityEngine.Vector2[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_GetUV_m874298BFD77F92AF4060F80C01AE261FD05C4CF6 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___uv0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>::.ctor()
inline void Dictionary_2__ctor_m602FA380C8BFDDA770CB448A5387163BF530BBBD (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.UIPackage>::.ctor()
inline void List_1__ctor_m32010D66589E93D7A885B6EF5231A1144163FFFE (List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// FairyGUI.Container FairyGUI.UIPainter::get_container()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UIPainter::CreateContainer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_CreateContainer_m305C66D3B4AA9239E8B872290AA713F053439798 (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method);
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.EMRenderSupport::Add(FairyGUI.EMRenderTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EMRenderSupport_Add_m593F6604CA4CE51F4EC9FDA9856FF2E1935CC163 (RuntimeObject* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.EMRenderSupport::Remove(FairyGUI.EMRenderTarget)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EMRenderSupport_Remove_mD1A68BE81081F4367C812CBCF34B9FAC2B3BAC4E (RuntimeObject* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.UIPainter::EM_BeforeUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_EM_BeforeUpdate_mFCDB9FA842B94BA5911351F1FFB3DE985FB94E5A (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method);
// System.Void UnityEngine.MonoBehaviour::set_useGUILayout(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour_set_useGUILayout_m00327593C0DC39787FB9310328489F802FF63167 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.UIPainter::CreateUI()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_CreateUI_mF7782430FCCF986DB735D7D92DA786B71984C848 (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UIPainter::set_container(FairyGUI.Container)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UIPainter_set_container_m9CCA0E0DC4AB551132FB95F8135E650A8DEAFDC3_inline (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.UIPainter::DestroyTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_DestroyTexture_m5E40AE8BCBAC0A97E14EE1639A9044DC684F8B3B (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method);
// 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);
// 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);
// UnityEngine.GameObject UnityEngine.Component::get_gameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.MeshCollider>()
inline MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE * GameObject_GetComponent_TisMeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE_mB641FEAC42399B72BD9F987B4D9919BE52EDFCEA (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void FairyGUI.MeshColliderHitTest::.ctor(UnityEngine.MeshCollider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshColliderHitTest__ctor_mE9B5F9F4C0C317A9FC5CA4ABABB8E9D78E5FB52E (MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5 * __this, MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE * ___collider0, const RuntimeMethod* method);
// System.Void FairyGUI.UIPainter::SetSortingOrder(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_SetSortingOrder_m10B6F819640BDBCCFD79997255DAEF900E1CF1C0 (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, int32_t ___value0, bool ___apply1, 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.Void FairyGUI.Stage::ApplyPanelOrder(FairyGUI.Container)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_ApplyPanelOrder_mE83ABCE9CAB57AFBBE931677D47EB3DA359F4080 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___target0, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObject_m7C4F576EA69933D1D4CC43EA521D76DBBCA2E948 (String_t* ___pkgName0, String_t* ___resName1, const RuntimeMethod* method);
// 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);
// UnityEngine.Vector2 FairyGUI.GObject::get_size()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GObject_get_size_mB1E724FACF1B928DDDF438C02BC17DCD005FC7F1 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// 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);
// System.Int32 UnityEngine.Mathf::RoundToInt(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041 (float ___f0, 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);
// !!0 UnityEngine.Component::GetComponent<UnityEngine.Renderer>()
inline Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared)(__this, method);
}
// UnityEngine.Material UnityEngine.Renderer::get_sharedMaterial()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * Renderer_get_sharedMaterial_m2BE9FF3D269968F2E323AC60EFBBCC0B26E7E6F9 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Material::set_mainTexture(UnityEngine.Texture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_set_mainTexture_m0742CFF768E9701618DA07C71F009239AB31EB41 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___value0, 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.Int32 UnityEngine.Material::get_renderQueue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Material_get_renderQueue_mDEC48BD94C93FF5A04BC7190E4B5C56BB6E44140 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8 (const RuntimeMethod* method);
// System.Void 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);
// System.Void UnityEngine.Renderer::set_sortingOrder(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_sortingOrder_mBCE1207CDB46CB6BA4583B9C3FB4A2D28DC27D81 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, int32_t ___value0, 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.Object::DestroyImmediate(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* 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.DisplayOptions::SetEditModeHideFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayOptions_SetEditModeHideFlags_m99682C039495A233EA1036B43E8C426435AF2603 (const RuntimeMethod* method);
// System.Int32 FairyGUI.CaptureCamera::get_layer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CaptureCamera_get_layer_m4BE76B1B061F2135C7E38AC13EF5C3445E00F3D7 (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);
// !!0 UnityEngine.GameObject::AddComponent<UnityEngine.Camera>()
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * GameObject_AddComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m7DF3B4DB4CA60855860B6760DBA2B1AE5883D20F (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// System.Void UnityEngine.Camera::set_depth(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_depth_m4A83CCCF7370B8AD4BDB2CD5528A6E12A409AE58 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_cullingMask(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_cullingMask_m215DB1C878CF1ADEEF6800AF449EEEA7680ECCCD (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_clearFlags(UnityEngine.CameraClearFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_clearFlags_m805DFBD136AA3E1E46A2E61441965D174E87FE50 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_orthographic(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_orthographic_mB2549D26F5E220102D7478EB4C15F8F12D96FE09 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_nearClipPlane(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_nearClipPlane_m9D81E50F8658C16319BEF3774E78B93DEB208C6B (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_farClipPlane(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_farClipPlane_m52986DC40B7F577255C4D5A4F780FD8A7D862626 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Behaviour::set_enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_m9755D3B17D7022D23D1E4C618BD9A6B66A5ADC6B (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_targetTexture(UnityEngine.RenderTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_targetTexture_m9D0DCEFF0C5596CBBC6FA7EE206F196CB0A8997D (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_orthographicSize(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_orthographicSize_mF15F37A294A7AA2ADD9519728A495DFA0A836428 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, float ___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);
// 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);
// System.Single UnityEngine.Camera::get_aspect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_aspect_m2ADA7982754920C3B58B4DB664801D6F2416E0C6 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, 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.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.UpdateContext::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateContext__ctor_m069781124D3B0B89FDF8352F49FE30D10EC9DC50 (UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * __this, 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);
// UnityEngine.RenderTexture UnityEngine.RenderTexture::get_active()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * RenderTexture_get_active_m670416A37BF4239DE5A55F6138CAA1FEEF184957 (const RuntimeMethod* method);
// System.Void UnityEngine.RenderTexture::set_active(UnityEngine.RenderTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_active_m992E25C701DEFC8042B31022EA45F02A787A84F1 (RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * ___value0, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color::get_clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_clear_m419239BDAEB3D3C4B4291BF2C6EF09A7D7D81360 (const RuntimeMethod* method);
// System.Void UnityEngine.GL::Clear(System.Boolean,System.Boolean,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Clear_mBC8B714C794457D52A5343F40399BBDF57BA978A (bool ___clearDepth0, bool ___clearColor1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___backgroundColor2, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::Render()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_Render_m397647083E9A37A18A452C4D7FCF23CCF8870F42 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __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 FairyGUI.UIPainter::CaptureInEditMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_CaptureInEditMode_m8EBE6923D82A08BD1F5D114D70C1AC213D080DAD (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method);
// FairyGUI.Container FairyGUI.UIPanel::get_container()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UIPanel::CreateContainer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_CreateContainer_m106F47B352E9C09D8DBC8D4E5FE75487D34284C5 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UIPanel::OnDestroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_OnDestroy_mFAED8F57AC745158792E6974E8527EDBAE758D4D (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, 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);
// System.Void UnityEngine.Rect::set_position(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_position_mD92DFF591D9C96CDD6AF22EA2052BB3D468D68ED (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_size(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_size_m4618056983660063A74F40CCFF9A683933CB4C93 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___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.Boolean UnityEngine.Vector2::op_Equality(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector2_op_Equality_m0E86E1B1038DDB8554A8A0D58729A7788D989588 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___lhs0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rhs1, const RuntimeMethod* method);
// System.Void FairyGUI.UIPanel::CreateUI_PlayMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_CreateUI_PlayMode_mCAF1513FF49DF720702D306FDD93C20ADAF816FF (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UIPanel::HandleScreenSizeChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_HandleScreenSizeChanged_m6FED4337A3FE60DEDDD9CFD35EA878D51C1397E0 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.UIPanel::set_container(FairyGUI.Container)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UIPanel_set_container_m3FB4667ACD0A85667806636DBBCC2628798382B4_inline (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___value0, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.Component::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Transform::get_childCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_m7665D779DCDB6B175FB52A254276CDF0C384A724 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Transform_GetChild_mC86B9B61E4EC086A571B09EA7A33FFBF50DF52D3 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, int32_t ___index0, const RuntimeMethod* method);
// 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.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);
// System.Void FairyGUI.UIPanel::SetSortingOrder(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_SetSortingOrder_m850CB9163F196F27AC3498B7BAEFB0BA93322E48 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, int32_t ___value0, bool ___apply1, const RuntimeMethod* method);
// System.Void FairyGUI.ColliderHitTest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColliderHitTest__ctor_mB0738CF4B66B66626AEB2EF5DA61AB8C30A92917 (ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<UnityEngine.BoxCollider>()
inline BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * GameObject_AddComponent_TisBoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_m94D5E6D9493DE6A574C28A9517C792D607653FE2 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// System.Void FairyGUI.UIPanel::CacheNativeChildrenRenderers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_CacheNativeChildrenRenderers_mB0081F3960CF08C00B873A7D835ED4425A9F3D4F (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.BoxCollider>()
inline BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * GameObject_GetComponent_TisBoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_mC89D6D0649D82CB969262590D25615C13052FF55 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void FairyGUI.UIPanel::UpdateHitArea()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_UpdateHitArea_mA99C42D87BCDCC7EF01C347ED95C11A7552FDBE1 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Renderer>::.ctor()
inline void List_1__ctor_mC1494E230E578FEAFEFA18D0F860EBEE88D60BB8 (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Renderer>::Clear()
inline void List_1_Clear_m21E21D9D85013BCCFAFD2FE59617F190A0E30AE8 (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// !!0[] UnityEngine.GameObject::GetComponentsInChildren<UnityEngine.Renderer>(System.Boolean)
inline RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* GameObject_GetComponentsInChildren_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_mEFF311BFACB83A4F6499400C7DBB72FAA0A64AEC (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, bool ___includeInactive0, const RuntimeMethod* method)
{
return (( RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, bool, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_mD84415C6B32CB15A7EFAB8ECFB745D5325990AF4_gshared)(__this, ___includeInactive0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Renderer>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
inline void List_1_AddRange_m2C2320736348D3459BAE9875D67A5AFA52B1DF43 (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m629B40CD4286736C328FA496AAFC388F697CF984_gshared)(__this, ___collection0, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Renderer>::get_Count()
inline int32_t List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_inline (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<UnityEngine.Renderer>::get_Item(System.Int32)
inline Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_inline (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * (*) (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void UnityEngine.Material::set_renderQueue(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_set_renderQueue_m02A0C73EC4B9C9D2C2ABFFD777EBDA45C1E1BD4D (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, int32_t ___value0, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GObject::get_onSizeChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onSizeChanged_mB9EBA14747E7ED1FD26AC3F95CB30447DFA8D7DF (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __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.GObject::get_onPositionChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onPositionChanged_m4AF8906CBAF0AFCA10A5DD31EC9F4898582C38BE (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* 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);
// System.Single FairyGUI.GObject::get_xMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_yMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3__ctor_m6AD8F21FFCC7723C6F507CCF2E4E2EFFC4871584 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this, float ___x0, float ___y1, const RuntimeMethod* method);
// System.Void UnityEngine.BoxCollider::set_center(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoxCollider_set_center_m8A871056CA383C9932A7694FE396A1EFA247FC69 (BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, 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);
// System.Void UnityEngine.BoxCollider::set_size(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoxCollider_set_size_m65F9B4BD610D3094313EC8D1C5CE58D1D345A176 (BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
// UnityEngine.HideFlags UnityEngine.Object::get_hideFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_get_hideFlags_mCC5D0A1480AC0CDA190A63120B39C2C531428FC8 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, 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);
// 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);
// System.Void FairyGUI.GObject::SetXY(System.Single,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_SetXY_m4798DE6F22C5A7A4B205C9174CC7DE958BF75875 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___xv0, float ___yv1, bool ___topLeftValue2, 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.Vector3 UnityEngine.Transform::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Transform::TransformPoint(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_TransformPoint_mA96DC2A20EE7F4F915F7509863A18D99F5DD76CB (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method);
// UnityEngine.Matrix4x4 UnityEngine.Transform::get_localToWorldMatrix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA Transform_get_localToWorldMatrix_mBC86B8C7BA6F53DAB8E0120D77729166399A0EED (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Gizmos::set_matrix(UnityEngine.Matrix4x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_set_matrix_mA3B65EC8681EDF68BDD2A657F4B67C00C1C34565 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Gizmos::set_color(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_set_color_mFA6C199DF05FF557AEF662222CA60EC25DF54F28 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Gizmos::DrawCube(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawCube_m55519F7455796C0858AE0D0FD7BC2AA62138957E (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___center0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___size1, 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.Void UnityEngine.Gizmos::DrawWireCube(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gizmos_DrawWireCube_m13EF2562F3C09B1AFDF695D1832546C39E941327 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___center0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___size1, const RuntimeMethod* method);
// System.Void FairyGUI.UIPanel::CreateUI_EditMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_CreateUI_EditMode_m66C6224141650D33A0427E84885C3098B422D00E (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method);
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.TimersEngine::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimersEngine_Update_m3B1F7D59562C5887A40429B05D217B35975ABBDC (TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TimersEngine_Update_m3B1F7D59562C5887A40429B05D217B35975ABBDC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// Timers.inst.Update();
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_0 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
NullCheck(L_0);
Timers_Update_mF446CD2CF2D25CBE7CA64D202C6F68D453F01A12(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TimersEngine::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimersEngine__ctor_mBB133FBCE3DF27DEEDFAD72C17F44F3145A88618 (TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 * __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.TouchInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInfo__ctor_m932A51FDDD5D6CD7E47B2A4D64E9288590DE3532 (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TouchInfo__ctor_m932A51FDDD5D6CD7E47B2A4D64E9288590DE3532_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public TouchInfo()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// evt = 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);
__this->set_evt_18(L_0);
// downTargets = 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_downTargets_15(L_1);
// touchMonitors = new List<EventDispatcher>();
List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * L_2 = (List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 *)il2cpp_codegen_object_new(List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219_il2cpp_TypeInfo_var);
List_1__ctor_m10E27C9C1A7EBAC685142221A6DD16875F51FA1C(L_2, /*hidden argument*/List_1__ctor_m10E27C9C1A7EBAC685142221A6DD16875F51FA1C_RuntimeMethod_var);
__this->set_touchMonitors_17(L_2);
// Reset();
TouchInfo_Reset_mF3B6E584FB88EDE44AA82E452BB925DC10193F85(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TouchInfo::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInfo_Reset_mF3B6E584FB88EDE44AA82E452BB925DC10193F85 (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TouchInfo_Reset_mF3B6E584FB88EDE44AA82E452BB925DC10193F85_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// touchId = -1;
__this->set_touchId_2((-1));
// x = 0;
__this->set_x_0((0.0f));
// y = 0;
__this->set_y_1((0.0f));
// clickCount = 0;
__this->set_clickCount_3(0);
// button = -1;
__this->set_button_8((-1));
// keyCode = KeyCode.None;
__this->set_keyCode_4(0);
// character = '\0';
__this->set_character_5(0);
// modifiers = 0;
__this->set_modifiers_6(0);
// mouseWheelDelta = 0;
__this->set_mouseWheelDelta_7(0);
// lastClickTime = 0;
__this->set_lastClickTime_13((0.0f));
// began = false;
__this->set_began_11((bool)0);
// target = null;
__this->set_target_14((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL);
// downTargets.Clear();
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_0 = __this->get_downTargets_15();
NullCheck(L_0);
List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A(L_0, /*hidden argument*/List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A_RuntimeMethod_var);
// lastRollOver = null;
__this->set_lastRollOver_16((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL);
// clickCancelled = false;
__this->set_clickCancelled_12((bool)0);
// touchMonitors.Clear();
List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * L_1 = __this->get_touchMonitors_17();
NullCheck(L_1);
List_1_Clear_mED314869AE8D01EA55EC2B0E75B45BEA2BCC420D(L_1, /*hidden argument*/List_1_Clear_mED314869AE8D01EA55EC2B0E75B45BEA2BCC420D_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.TouchInfo::UpdateEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInfo_UpdateEvent_mBC260ABC8BF11B2A2C54C1D13D7BCB025A39A574 (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * __this, const RuntimeMethod* method)
{
{
// evt.touchId = this.touchId;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_0 = __this->get_evt_18();
int32_t L_1 = __this->get_touchId_2();
NullCheck(L_0);
InputEvent_set_touchId_m303BBC55E449B30C3100801E430D321AF8F3D289_inline(L_0, L_1, /*hidden argument*/NULL);
// evt.x = this.x;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_2 = __this->get_evt_18();
float L_3 = __this->get_x_0();
NullCheck(L_2);
InputEvent_set_x_mE8D9CF0DBB078E83DD57EC994A35EC743D333D62_inline(L_2, L_3, /*hidden argument*/NULL);
// evt.y = this.y;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_4 = __this->get_evt_18();
float L_5 = __this->get_y_1();
NullCheck(L_4);
InputEvent_set_y_mFE4CA412C638263C1D07876B60E76DF6534EB670_inline(L_4, L_5, /*hidden argument*/NULL);
// evt.clickCount = this.clickCount;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_6 = __this->get_evt_18();
int32_t L_7 = __this->get_clickCount_3();
NullCheck(L_6);
L_6->set_clickCount_8(L_7);
// evt.keyCode = this.keyCode;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_8 = __this->get_evt_18();
int32_t L_9 = __this->get_keyCode_4();
NullCheck(L_8);
InputEvent_set_keyCode_m76C791768842E48D20F6AFC2D9D13D0551FB44EC_inline(L_8, L_9, /*hidden argument*/NULL);
// evt.character = this.character;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_10 = __this->get_evt_18();
Il2CppChar L_11 = __this->get_character_5();
NullCheck(L_10);
InputEvent_set_character_m6780962BCEC2996854C868305F87AC97888C3AED_inline(L_10, L_11, /*hidden argument*/NULL);
// evt.modifiers = this.modifiers;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_12 = __this->get_evt_18();
int32_t L_13 = __this->get_modifiers_6();
NullCheck(L_12);
InputEvent_set_modifiers_m306ECBEF1E96A96CA68B5A1D4BDB5EF027F57EC3_inline(L_12, L_13, /*hidden argument*/NULL);
// evt.mouseWheelDelta = this.mouseWheelDelta;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_14 = __this->get_evt_18();
int32_t L_15 = __this->get_mouseWheelDelta_7();
NullCheck(L_14);
InputEvent_set_mouseWheelDelta_m103C2F936D03F60E3E9B99C72852A7114E7540DB_inline(L_14, L_15, /*hidden argument*/NULL);
// evt.button = this.button;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_16 = __this->get_evt_18();
int32_t L_17 = __this->get_button_8();
NullCheck(L_16);
InputEvent_set_button_mE0725365D1DE30A88DE67C29424980BC5169C282_inline(L_16, L_17, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TouchInfo::Begin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInfo_Begin_mED0A1B201E15E154BC4D55EACEEC8077450E9FE0 (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TouchInfo_Begin_mED0A1B201E15E154BC4D55EACEEC8077450E9FE0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_0 = NULL;
{
// began = true;
__this->set_began_11((bool)1);
// clickCancelled = false;
__this->set_clickCancelled_12((bool)0);
// downX = x;
float L_0 = __this->get_x_0();
__this->set_downX_9(L_0);
// downY = y;
float L_1 = __this->get_y_1();
__this->set_downY_10(L_1);
// downTargets.Clear();
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_2 = __this->get_downTargets_15();
NullCheck(L_2);
List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A(L_2, /*hidden argument*/List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A_RuntimeMethod_var);
// if (target != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = __this->get_target_14();
if (!L_3)
{
goto IL_0069;
}
}
{
// downTargets.Add(target);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_4 = __this->get_downTargets_15();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = __this->get_target_14();
NullCheck(L_4);
List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7(L_4, L_5, /*hidden argument*/List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7_RuntimeMethod_var);
// DisplayObject obj = target;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = __this->get_target_14();
V_0 = L_6;
goto IL_0066;
}
IL_0053:
{
// downTargets.Add(obj);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_7 = __this->get_downTargets_15();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = V_0;
NullCheck(L_7);
List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7(L_7, L_8, /*hidden argument*/List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7_RuntimeMethod_var);
// obj = obj.parent;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_9 = V_0;
NullCheck(L_9);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_10 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_9, /*hidden argument*/NULL);
V_0 = L_10;
}
IL_0066:
{
// while (obj != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_11 = V_0;
if (L_11)
{
goto IL_0053;
}
}
IL_0069:
{
// }
return;
}
}
// System.Void FairyGUI.TouchInfo::Move()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInfo_Move_mC5BFAF851E56CBF39A07539F3967B01F5C3EE9E8 (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TouchInfo_Move_mC5BFAF851E56CBF39A07539F3967B01F5C3EE9E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * V_2 = NULL;
{
// UpdateEvent();
TouchInfo_UpdateEvent_mBC260ABC8BF11B2A2C54C1D13D7BCB025A39A574(__this, /*hidden argument*/NULL);
// if (Mathf.Abs(x - downX) > 50 || Mathf.Abs(y - downY) > 50) clickCancelled = true;
float L_0 = __this->get_x_0();
float L_1 = __this->get_downX_9();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_2 = fabsf(((float)il2cpp_codegen_subtract((float)L_0, (float)L_1)));
if ((((float)L_2) > ((float)(50.0f))))
{
goto IL_0038;
}
}
{
float L_3 = __this->get_y_1();
float L_4 = __this->get_downY_10();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_5 = fabsf(((float)il2cpp_codegen_subtract((float)L_3, (float)L_4)));
if ((!(((float)L_5) > ((float)(50.0f)))))
{
goto IL_003f;
}
}
IL_0038:
{
// if (Mathf.Abs(x - downX) > 50 || Mathf.Abs(y - downY) > 50) clickCancelled = true;
__this->set_clickCancelled_12((bool)1);
}
IL_003f:
{
// if (touchMonitors.Count > 0)
List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * L_6 = __this->get_touchMonitors_17();
NullCheck(L_6);
int32_t L_7 = List_1_get_Count_mEBE43F73E44A1B549C2785952FC62BDFCA83C8F6_inline(L_6, /*hidden argument*/List_1_get_Count_mEBE43F73E44A1B549C2785952FC62BDFCA83C8F6_RuntimeMethod_var);
if ((((int32_t)L_7) <= ((int32_t)0)))
{
goto IL_00d9;
}
}
{
// int len = touchMonitors.Count;
List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * L_8 = __this->get_touchMonitors_17();
NullCheck(L_8);
int32_t L_9 = List_1_get_Count_mEBE43F73E44A1B549C2785952FC62BDFCA83C8F6_inline(L_8, /*hidden argument*/List_1_get_Count_mEBE43F73E44A1B549C2785952FC62BDFCA83C8F6_RuntimeMethod_var);
V_0 = L_9;
// for (int i = 0; i < len; i++)
V_1 = 0;
goto IL_00af;
}
IL_0060:
{
// EventDispatcher e = touchMonitors[i];
List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * L_10 = __this->get_touchMonitors_17();
int32_t L_11 = V_1;
NullCheck(L_10);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_12 = List_1_get_Item_m43BD4F498F045AB526E721D60E8581080258C686_inline(L_10, L_11, /*hidden argument*/List_1_get_Item_m43BD4F498F045AB526E721D60E8581080258C686_RuntimeMethod_var);
V_2 = L_12;
// if (e != null)
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_13 = V_2;
if (!L_13)
{
goto IL_00ab;
}
}
{
// if ((e is DisplayObject) && ((DisplayObject)e).stage == null)
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_14 = V_2;
if (!((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)IsInstClass((RuntimeObject*)L_14, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)))
{
goto IL_0085;
}
}
{
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_15 = V_2;
NullCheck(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_15, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)));
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_16 = DisplayObject_get_stage_mC9BF289AD8D0881BB526934FA4AF6366F09C1C7D(((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)CastclassClass((RuntimeObject*)L_15, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_16)
{
goto IL_00ab;
}
}
IL_0085:
{
// if ((e is GObject) && !((GObject)e).onStage)
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_17 = V_2;
if (!((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)IsInstClass((RuntimeObject*)L_17, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var)))
{
goto IL_009a;
}
}
{
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_18 = V_2;
NullCheck(((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)CastclassClass((RuntimeObject*)L_18, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var)));
bool L_19 = GObject_get_onStage_mB175540B7308797A50063E53C3A816C4FCA42520(((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)CastclassClass((RuntimeObject*)L_18, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_19)
{
goto IL_00ab;
}
}
IL_009a:
{
// e.GetChainBridges("onTouchMove", sHelperChain, false);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_20 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_il2cpp_TypeInfo_var);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_21 = ((TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_StaticFields*)il2cpp_codegen_static_fields_for(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_il2cpp_TypeInfo_var))->get_sHelperChain_19();
NullCheck(L_20);
EventDispatcher_GetChainBridges_m5D7F599BFF90BB0FF1328724F712F1E67E29ECEF(L_20, _stringLiteral82503DB1AD210123739C00464A7C2D48FB1DF501, L_21, (bool)0, /*hidden argument*/NULL);
}
IL_00ab:
{
// for (int i = 0; i < len; i++)
int32_t L_22 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_00af:
{
// for (int i = 0; i < len; i++)
int32_t L_23 = V_1;
int32_t L_24 = V_0;
if ((((int32_t)L_23) < ((int32_t)L_24)))
{
goto IL_0060;
}
}
{
// Stage.inst.BubbleEvent("onTouchMove", evt, sHelperChain);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_25 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_26 = __this->get_evt_18();
IL2CPP_RUNTIME_CLASS_INIT(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_il2cpp_TypeInfo_var);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_27 = ((TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_StaticFields*)il2cpp_codegen_static_fields_for(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_il2cpp_TypeInfo_var))->get_sHelperChain_19();
NullCheck(L_25);
EventDispatcher_BubbleEvent_m43B2422BBBF22953274772FB0BDBCC44BD66CBE2(L_25, _stringLiteral82503DB1AD210123739C00464A7C2D48FB1DF501, L_26, L_27, /*hidden argument*/NULL);
// sHelperChain.Clear();
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_28 = ((TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_StaticFields*)il2cpp_codegen_static_fields_for(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_il2cpp_TypeInfo_var))->get_sHelperChain_19();
NullCheck(L_28);
List_1_Clear_m1B5590ED2BBB261B8F8DFF72894E8B9C2D7633E1(L_28, /*hidden argument*/List_1_Clear_m1B5590ED2BBB261B8F8DFF72894E8B9C2D7633E1_RuntimeMethod_var);
// }
return;
}
IL_00d9:
{
// Stage.inst.DispatchEvent("onTouchMove", evt);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_29 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_30 = __this->get_evt_18();
NullCheck(L_29);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(L_29, _stringLiteral82503DB1AD210123739C00464A7C2D48FB1DF501, L_30, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TouchInfo::End()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInfo_End_mDD4084ED4A9E7D26C74C745D55A961E883EA4E46 (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TouchInfo_End_mDD4084ED4A9E7D26C74C745D55A961E883EA4E46_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * V_2 = NULL;
{
// began = false;
__this->set_began_11((bool)0);
// UpdateEvent();
TouchInfo_UpdateEvent_mBC260ABC8BF11B2A2C54C1D13D7BCB025A39A574(__this, /*hidden argument*/NULL);
// if (touchMonitors.Count > 0)
List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * L_0 = __this->get_touchMonitors_17();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mEBE43F73E44A1B549C2785952FC62BDFCA83C8F6_inline(L_0, /*hidden argument*/List_1_get_Count_mEBE43F73E44A1B549C2785952FC62BDFCA83C8F6_RuntimeMethod_var);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_0087;
}
}
{
// int len = touchMonitors.Count;
List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * L_2 = __this->get_touchMonitors_17();
NullCheck(L_2);
int32_t L_3 = List_1_get_Count_mEBE43F73E44A1B549C2785952FC62BDFCA83C8F6_inline(L_2, /*hidden argument*/List_1_get_Count_mEBE43F73E44A1B549C2785952FC62BDFCA83C8F6_RuntimeMethod_var);
V_0 = L_3;
// for (int i = 0; i < len; i++)
V_1 = 0;
goto IL_0050;
}
IL_002b:
{
// EventDispatcher e = touchMonitors[i];
List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * L_4 = __this->get_touchMonitors_17();
int32_t L_5 = V_1;
NullCheck(L_4);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_6 = List_1_get_Item_m43BD4F498F045AB526E721D60E8581080258C686_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_m43BD4F498F045AB526E721D60E8581080258C686_RuntimeMethod_var);
V_2 = L_6;
// if (e != null)
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_7 = V_2;
if (!L_7)
{
goto IL_004c;
}
}
{
// e.GetChainBridges("onTouchEnd", sHelperChain, false);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_8 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_il2cpp_TypeInfo_var);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_9 = ((TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_StaticFields*)il2cpp_codegen_static_fields_for(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_il2cpp_TypeInfo_var))->get_sHelperChain_19();
NullCheck(L_8);
EventDispatcher_GetChainBridges_m5D7F599BFF90BB0FF1328724F712F1E67E29ECEF(L_8, _stringLiteral31914E178B319D98D3294637D34FDF039503C9C9, L_9, (bool)0, /*hidden argument*/NULL);
}
IL_004c:
{
// for (int i = 0; i < len; i++)
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0050:
{
// for (int i = 0; i < len; i++)
int32_t L_11 = V_1;
int32_t L_12 = V_0;
if ((((int32_t)L_11) < ((int32_t)L_12)))
{
goto IL_002b;
}
}
{
// target.BubbleEvent("onTouchEnd", evt, sHelperChain);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_13 = __this->get_target_14();
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_14 = __this->get_evt_18();
IL2CPP_RUNTIME_CLASS_INIT(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_il2cpp_TypeInfo_var);
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_15 = ((TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_StaticFields*)il2cpp_codegen_static_fields_for(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_il2cpp_TypeInfo_var))->get_sHelperChain_19();
NullCheck(L_13);
EventDispatcher_BubbleEvent_m43B2422BBBF22953274772FB0BDBCC44BD66CBE2(L_13, _stringLiteral31914E178B319D98D3294637D34FDF039503C9C9, L_14, L_15, /*hidden argument*/NULL);
// touchMonitors.Clear();
List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * L_16 = __this->get_touchMonitors_17();
NullCheck(L_16);
List_1_Clear_mED314869AE8D01EA55EC2B0E75B45BEA2BCC420D(L_16, /*hidden argument*/List_1_Clear_mED314869AE8D01EA55EC2B0E75B45BEA2BCC420D_RuntimeMethod_var);
// sHelperChain.Clear();
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * L_17 = ((TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_StaticFields*)il2cpp_codegen_static_fields_for(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_il2cpp_TypeInfo_var))->get_sHelperChain_19();
NullCheck(L_17);
List_1_Clear_m1B5590ED2BBB261B8F8DFF72894E8B9C2D7633E1(L_17, /*hidden argument*/List_1_Clear_m1B5590ED2BBB261B8F8DFF72894E8B9C2D7633E1_RuntimeMethod_var);
// }
goto IL_009e;
}
IL_0087:
{
// target.BubbleEvent("onTouchEnd", evt);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_18 = __this->get_target_14();
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_19 = __this->get_evt_18();
NullCheck(L_18);
EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB(L_18, _stringLiteral31914E178B319D98D3294637D34FDF039503C9C9, L_19, /*hidden argument*/NULL);
}
IL_009e:
{
// if (Time.realtimeSinceStartup - lastClickTime < 0.35f)
float L_20 = Time_get_realtimeSinceStartup_mCA1086EC9DFCF135F77BC46D3B7127711EA3DE03(/*hidden argument*/NULL);
float L_21 = __this->get_lastClickTime_13();
if ((!(((float)((float)il2cpp_codegen_subtract((float)L_20, (float)L_21))) < ((float)(0.35f)))))
{
goto IL_00d3;
}
}
{
// if (clickCount == 2)
int32_t L_22 = __this->get_clickCount_3();
if ((!(((uint32_t)L_22) == ((uint32_t)2))))
{
goto IL_00c3;
}
}
{
// clickCount = 1;
__this->set_clickCount_3(1);
goto IL_00da;
}
IL_00c3:
{
// clickCount++;
int32_t L_23 = __this->get_clickCount_3();
__this->set_clickCount_3(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)));
// }
goto IL_00da;
}
IL_00d3:
{
// clickCount = 1;
__this->set_clickCount_3(1);
}
IL_00da:
{
// lastClickTime = Time.realtimeSinceStartup;
float L_24 = Time_get_realtimeSinceStartup_mCA1086EC9DFCF135F77BC46D3B7127711EA3DE03(/*hidden argument*/NULL);
__this->set_lastClickTime_13(L_24);
// }
return;
}
}
// FairyGUI.DisplayObject FairyGUI.TouchInfo::ClickTest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * TouchInfo_ClickTest_m7DA8AF0617163F30545AE1CCB7DCFF45DAB2B046 (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TouchInfo_ClickTest_m7DA8AF0617163F30545AE1CCB7DCFF45DAB2B046_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_0 = NULL;
{
// if (downTargets.Count == 0
// || clickCancelled
// || Mathf.Abs(x - downX) > 50 || Mathf.Abs(y - downY) > 50)
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_0 = __this->get_downTargets_15();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_0, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
if (!L_1)
{
goto IL_0047;
}
}
{
bool L_2 = __this->get_clickCancelled_12();
if (L_2)
{
goto IL_0047;
}
}
{
float L_3 = __this->get_x_0();
float L_4 = __this->get_downX_9();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_5 = fabsf(((float)il2cpp_codegen_subtract((float)L_3, (float)L_4)));
if ((((float)L_5) > ((float)(50.0f))))
{
goto IL_0047;
}
}
{
float L_6 = __this->get_y_1();
float L_7 = __this->get_downY_10();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_8 = fabsf(((float)il2cpp_codegen_subtract((float)L_6, (float)L_7)));
if ((!(((float)L_8) > ((float)(50.0f)))))
{
goto IL_0054;
}
}
IL_0047:
{
// downTargets.Clear();
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_9 = __this->get_downTargets_15();
NullCheck(L_9);
List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A(L_9, /*hidden argument*/List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A_RuntimeMethod_var);
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
IL_0054:
{
// DisplayObject obj = downTargets[0];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_10 = __this->get_downTargets_15();
NullCheck(L_10);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_11 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_10, 0, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
V_0 = L_11;
// if (obj.stage != null) //????????downTarget???????????????????????????????
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_12 = V_0;
NullCheck(L_12);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_13 = DisplayObject_get_stage_mC9BF289AD8D0881BB526934FA4AF6366F09C1C7D(L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0076;
}
}
{
// downTargets.Clear();
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_14 = __this->get_downTargets_15();
NullCheck(L_14);
List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A(L_14, /*hidden argument*/List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A_RuntimeMethod_var);
// return obj;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_15 = V_0;
return L_15;
}
IL_0076:
{
// obj = target;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_16 = __this->get_target_14();
V_0 = L_16;
goto IL_009d;
}
IL_007f:
{
// int i = downTargets.IndexOf(obj);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_17 = __this->get_downTargets_15();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_18 = V_0;
NullCheck(L_17);
int32_t L_19 = List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4(L_17, L_18, /*hidden argument*/List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4_RuntimeMethod_var);
// if (i != -1 && obj.stage != null)
if ((((int32_t)L_19) == ((int32_t)(-1))))
{
goto IL_0096;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_20 = V_0;
NullCheck(L_20);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_21 = DisplayObject_get_stage_mC9BF289AD8D0881BB526934FA4AF6366F09C1C7D(L_20, /*hidden argument*/NULL);
if (L_21)
{
goto IL_00a0;
}
}
IL_0096:
{
// obj = obj.parent;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_22 = V_0;
NullCheck(L_22);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_23 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_22, /*hidden argument*/NULL);
V_0 = L_23;
}
IL_009d:
{
// while (obj != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_24 = V_0;
if (L_24)
{
goto IL_007f;
}
}
IL_00a0:
{
// downTargets.Clear();
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_25 = __this->get_downTargets_15();
NullCheck(L_25);
List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A(L_25, /*hidden argument*/List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A_RuntimeMethod_var);
// return obj;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_26 = V_0;
return L_26;
}
}
// System.Void FairyGUI.TouchInfo::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInfo__cctor_mBD0E7ABB76C9D5AE6014BC3C0F8263D1A8A5C7C0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TouchInfo__cctor_mBD0E7ABB76C9D5AE6014BC3C0F8263D1A8A5C7C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static List<EventBridge> sHelperChain = 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);
((TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_StaticFields*)il2cpp_codegen_static_fields_for(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_il2cpp_TypeInfo_var))->set_sHelperChain_19(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.Boolean FairyGUI.TouchScreenKeyboard::get_done()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchScreenKeyboard_get_done_mF9599AD4CC695B2F61B50DB5E981E57B3E369085 (TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937 * __this, const RuntimeMethod* method)
{
{
// get { return _keyboard == null || _keyboard.status == UnityEngine.TouchScreenKeyboard.Status.Done || _keyboard.status == UnityEngine.TouchScreenKeyboard.Status.Canceled; }
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * L_0 = __this->get__keyboard_0();
if (!L_0)
{
goto IL_0025;
}
}
{
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * L_1 = __this->get__keyboard_0();
NullCheck(L_1);
int32_t L_2 = TouchScreenKeyboard_get_status_m17CF606283E9BAF02D76ADC813F63F036FAE33F2(L_1, /*hidden argument*/NULL);
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0025;
}
}
{
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * L_3 = __this->get__keyboard_0();
NullCheck(L_3);
int32_t L_4 = TouchScreenKeyboard_get_status_m17CF606283E9BAF02D76ADC813F63F036FAE33F2(L_3, /*hidden argument*/NULL);
return (bool)((((int32_t)L_4) == ((int32_t)2))? 1 : 0);
}
IL_0025:
{
return (bool)1;
}
}
// System.Boolean FairyGUI.TouchScreenKeyboard::get_supportsCaret()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchScreenKeyboard_get_supportsCaret_m9C71AE30A317CE821B87CBA2388250704E14D48B (TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937 * __this, const RuntimeMethod* method)
{
{
// get { return false; }
return (bool)0;
}
}
// System.String FairyGUI.TouchScreenKeyboard::GetInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TouchScreenKeyboard_GetInput_mCB8FD74941B6C7B82612813FAFBACFB9669D06B2 (TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937 * __this, const RuntimeMethod* method)
{
String_t* G_B3_0 = NULL;
String_t* G_B2_0 = NULL;
String_t* G_B4_0 = NULL;
{
// if (_keyboard != null)
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * L_0 = __this->get__keyboard_0();
if (!L_0)
{
goto IL_0037;
}
}
{
// string s = _keyboard.text;
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * L_1 = __this->get__keyboard_0();
NullCheck(L_1);
String_t* L_2 = TouchScreenKeyboard_get_text_mC025B2F295D315E1A18E7AA54B013A8072A8FEB0(L_1, /*hidden argument*/NULL);
// if (_keyboard.status == UnityEngine.TouchScreenKeyboard.Status.Done || _keyboard.status == UnityEngine.TouchScreenKeyboard.Status.Canceled)
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * L_3 = __this->get__keyboard_0();
NullCheck(L_3);
int32_t L_4 = TouchScreenKeyboard_get_status_m17CF606283E9BAF02D76ADC813F63F036FAE33F2(L_3, /*hidden argument*/NULL);
G_B2_0 = L_2;
if ((((int32_t)L_4) == ((int32_t)1)))
{
G_B3_0 = L_2;
goto IL_002f;
}
}
{
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * L_5 = __this->get__keyboard_0();
NullCheck(L_5);
int32_t L_6 = TouchScreenKeyboard_get_status_m17CF606283E9BAF02D76ADC813F63F036FAE33F2(L_5, /*hidden argument*/NULL);
G_B3_0 = G_B2_0;
if ((!(((uint32_t)L_6) == ((uint32_t)2))))
{
G_B4_0 = G_B2_0;
goto IL_0036;
}
}
IL_002f:
{
// _keyboard = null;
__this->set__keyboard_0((TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 *)NULL);
G_B4_0 = G_B3_0;
}
IL_0036:
{
// return s;
return G_B4_0;
}
IL_0037:
{
// return null;
return (String_t*)NULL;
}
}
// System.Void FairyGUI.TouchScreenKeyboard::Open(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchScreenKeyboard_Open_m191E655DC3C516EFAE1D251F6167B2468A1FAFC8 (TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937 * __this, String_t* ___text0, bool ___autocorrection1, bool ___multiline2, bool ___secure3, bool ___alert4, String_t* ___textPlaceholder5, int32_t ___keyboardType6, bool ___hideInput7, const RuntimeMethod* method)
{
{
// if (_keyboard != null)
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * L_0 = __this->get__keyboard_0();
if (!L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// UnityEngine.TouchScreenKeyboard.hideInput = hideInput;
bool L_1 = ___hideInput7;
TouchScreenKeyboard_set_hideInput_mA9729B01B360BF98153F40B96DDED39534B94840(L_1, /*hidden argument*/NULL);
// _keyboard = UnityEngine.TouchScreenKeyboard.Open(text, (TouchScreenKeyboardType)keyboardType, autocorrection, multiline, secure, alert, textPlaceholder);
String_t* L_2 = ___text0;
int32_t L_3 = ___keyboardType6;
bool L_4 = ___autocorrection1;
bool L_5 = ___multiline2;
bool L_6 = ___secure3;
bool L_7 = ___alert4;
String_t* L_8 = ___textPlaceholder5;
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * L_9 = TouchScreenKeyboard_Open_m906B322151D19D509C10744882D8ABC7BB46159D(L_2, L_3, L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL);
__this->set__keyboard_0(L_9);
// }
return;
}
}
// System.Void FairyGUI.TouchScreenKeyboard::Close()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchScreenKeyboard_Close_m6463C659D96F55B41923D033721ED526C0D2B46F (TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937 * __this, const RuntimeMethod* method)
{
{
// if (_keyboard != null)
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * L_0 = __this->get__keyboard_0();
if (!L_0)
{
goto IL_001b;
}
}
{
// _keyboard.active = false;
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * L_1 = __this->get__keyboard_0();
NullCheck(L_1);
TouchScreenKeyboard_set_active_m8D5FDCFA997C5EAD7896F7EB456165498727792D(L_1, (bool)0, /*hidden argument*/NULL);
// _keyboard = null;
__this->set__keyboard_0((TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 *)NULL);
}
IL_001b:
{
// }
return;
}
}
// System.Void FairyGUI.TouchScreenKeyboard::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchScreenKeyboard__ctor_m5D8247172CD3159061FB10E09133029737BBA604 (TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937 * __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.String FairyGUI.Transition::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Transition_get_name_m96578E973B7AD8B4D4222F58F4B1F0AAD0C864F6 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
{
// public string name { get; private set; }
String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_0();
return L_0;
}
}
// System.Void FairyGUI.Transition::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_set_name_m0D5DBAC8E2A76763ED57460FCEF9F088765CEAF0 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string name { get; private set; }
String_t* L_0 = ___value0;
__this->set_U3CnameU3Ek__BackingField_0(L_0);
return;
}
}
// System.Void FairyGUI.Transition::.ctor(FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition__ctor_m5AF12FFAAEE2CCDEE237651C391ECAF025ECAF57 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___owner0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition__ctor_m5AF12FFAAEE2CCDEE237651C391ECAF025ECAF57_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public Transition(GComponent owner)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _owner = owner;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = ___owner0;
__this->set__owner_2(L_0);
// _timeScale = 1;
__this->set__timeScale_17((1.0f));
// _ignoreEngineTimeScale = true;
__this->set__ignoreEngineTimeScale_18((bool)1);
// _delayedCallDelegate = OnDelayedPlay;
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_1 = (GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F *)il2cpp_codegen_object_new(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F_il2cpp_TypeInfo_var);
GTweenCallback__ctor_mE86930E15F44609368F9C8658766540642C0F49C(L_1, __this, (intptr_t)((intptr_t)Transition_OnDelayedPlay_m2EF1D5CFD08C78336EBC71BF6FAD0F7598C37A49_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set__delayedCallDelegate_21(L_1);
// _delayedCallDelegate2 = OnDelayedPlayItem;
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_2 = (GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D *)il2cpp_codegen_object_new(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D_il2cpp_TypeInfo_var);
GTweenCallback1__ctor_mED597BC764074DD55176BA5157C9D091AC2BD859(L_2, __this, (intptr_t)((intptr_t)Transition_OnDelayedPlayItem_mA4BEAB4EF64856CA2D8D2CED864D0E08D3F3D7D8_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set__delayedCallDelegate2_22(L_2);
// }
return;
}
}
// System.Void FairyGUI.Transition::Play()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Play_mDF0B4326CFB886CF6352A6DC30F1A492EB5FD209 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
{
// _Play(1, 0, 0, -1, null, false);
Transition__Play_m08FE7BA916BFDE0433ABA96252DD6A8F70C92E3F(__this, 1, (0.0f), (0.0f), (-1.0f), (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)NULL, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Transition::Play(FairyGUI.PlayCompleteCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Play_mBCD9340A3813C36738A582167B12BF4EB20A6CBC (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___onComplete0, const RuntimeMethod* method)
{
{
// _Play(1, 0, 0, -1, onComplete, false);
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_0 = ___onComplete0;
Transition__Play_m08FE7BA916BFDE0433ABA96252DD6A8F70C92E3F(__this, 1, (0.0f), (0.0f), (-1.0f), L_0, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Transition::Play(System.Int32,System.Single,FairyGUI.PlayCompleteCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Play_mF4528D7AF5FC672A0CBB4E4079F63FDC8411AD48 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, int32_t ___times0, float ___delay1, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___onComplete2, const RuntimeMethod* method)
{
{
// _Play(times, delay, 0, -1, onComplete, false);
int32_t L_0 = ___times0;
float L_1 = ___delay1;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_2 = ___onComplete2;
Transition__Play_m08FE7BA916BFDE0433ABA96252DD6A8F70C92E3F(__this, L_0, L_1, (0.0f), (-1.0f), L_2, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Transition::Play(System.Int32,System.Single,System.Single,System.Single,FairyGUI.PlayCompleteCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Play_m6854034AB2D09FB6C0C66FE0D6C22EA5104FCFD7 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, int32_t ___times0, float ___delay1, float ___startTime2, float ___endTime3, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___onComplete4, const RuntimeMethod* method)
{
{
// _Play(times, delay, startTime, endTime, onComplete, false);
int32_t L_0 = ___times0;
float L_1 = ___delay1;
float L_2 = ___startTime2;
float L_3 = ___endTime3;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_4 = ___onComplete4;
Transition__Play_m08FE7BA916BFDE0433ABA96252DD6A8F70C92E3F(__this, L_0, L_1, L_2, L_3, L_4, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Transition::PlayReverse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_PlayReverse_m4207B22DEA0646CE7A8B5EAEEDEA53A458480EE1 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
{
// _Play(1, 0, 0, -1, null, true);
Transition__Play_m08FE7BA916BFDE0433ABA96252DD6A8F70C92E3F(__this, 1, (0.0f), (0.0f), (-1.0f), (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)NULL, (bool)1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Transition::PlayReverse(FairyGUI.PlayCompleteCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_PlayReverse_m897F19A612E01DA1097DBAAF43CC051846FFE952 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___onComplete0, const RuntimeMethod* method)
{
{
// _Play(1, 0, 0, -1, onComplete, true);
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_0 = ___onComplete0;
Transition__Play_m08FE7BA916BFDE0433ABA96252DD6A8F70C92E3F(__this, 1, (0.0f), (0.0f), (-1.0f), L_0, (bool)1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Transition::PlayReverse(System.Int32,System.Single,FairyGUI.PlayCompleteCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_PlayReverse_m87512CA2077ADD251CDAFAD82351B08370FE1500 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, int32_t ___times0, float ___delay1, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___onComplete2, const RuntimeMethod* method)
{
{
// _Play(times, delay, 0, -1, onComplete, true);
int32_t L_0 = ___times0;
float L_1 = ___delay1;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_2 = ___onComplete2;
Transition__Play_m08FE7BA916BFDE0433ABA96252DD6A8F70C92E3F(__this, L_0, L_1, (0.0f), (-1.0f), L_2, (bool)1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Transition::ChangePlayTimes(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_ChangePlayTimes_m04A3E1BFF28D445CB099F01CC9C998AC430C66A9 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// _totalTimes = value;
int32_t L_0 = ___value0;
__this->set__totalTimes_4(L_0);
// }
return;
}
}
// System.Void FairyGUI.Transition::SetAutoPlay(System.Boolean,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_SetAutoPlay_mC097C2981386E0575A90EDBE1F737B8A10759498 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, bool ___autoPlay0, int32_t ___times1, float ___delay2, const RuntimeMethod* method)
{
{
// if (_autoPlay != autoPlay)
bool L_0 = __this->get__autoPlay_14();
bool L_1 = ___autoPlay0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0052;
}
}
{
// _autoPlay = autoPlay;
bool L_2 = ___autoPlay0;
__this->set__autoPlay_14(L_2);
// _autoPlayTimes = times;
int32_t L_3 = ___times1;
__this->set__autoPlayTimes_15(L_3);
// _autoPlayDelay = delay;
float L_4 = ___delay2;
__this->set__autoPlayDelay_16(L_4);
// if (_autoPlay)
bool L_5 = __this->get__autoPlay_14();
if (!L_5)
{
goto IL_003d;
}
}
{
// if (_owner.onStage)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = __this->get__owner_2();
NullCheck(L_6);
bool L_7 = GObject_get_onStage_mB175540B7308797A50063E53C3A816C4FCA42520(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0052;
}
}
{
// Play(times, delay, null);
int32_t L_8 = ___times1;
float L_9 = ___delay2;
Transition_Play_mF4528D7AF5FC672A0CBB4E4079F63FDC8411AD48(__this, L_8, L_9, (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)NULL, /*hidden argument*/NULL);
// }
return;
}
IL_003d:
{
// if (!_owner.onStage)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_10 = __this->get__owner_2();
NullCheck(L_10);
bool L_11 = GObject_get_onStage_mB175540B7308797A50063E53C3A816C4FCA42520(L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_0052;
}
}
{
// Stop(false, true);
Transition_Stop_m9587BA269CF3383D602BE44C1AC5675F51AC2F0F(__this, (bool)0, (bool)1, /*hidden argument*/NULL);
}
IL_0052:
{
// }
return;
}
}
// System.Void FairyGUI.Transition::_Play(System.Int32,System.Single,System.Single,System.Single,FairyGUI.PlayCompleteCallback,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition__Play_m08FE7BA916BFDE0433ABA96252DD6A8F70C92E3F (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, int32_t ___times0, float ___delay1, float ___startTime2, float ___endTime3, PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___onComplete4, bool ___reverse5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition__Play_m08FE7BA916BFDE0433ABA96252DD6A8F70C92E3F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_2 = NULL;
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * V_3 = NULL;
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * V_4 = NULL;
int32_t V_5 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_6 = NULL;
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * V_7 = NULL;
{
// Stop(true, true);
Transition_Stop_m9587BA269CF3383D602BE44C1AC5675F51AC2F0F(__this, (bool)1, (bool)1, /*hidden argument*/NULL);
// _totalTimes = times;
int32_t L_0 = ___times0;
__this->set__totalTimes_4(L_0);
// _reversed = reverse;
bool L_1 = ___reverse5;
__this->set__reversed_12(L_1);
// _startTime = startTime;
float L_2 = ___startTime2;
__this->set__startTime_19(L_2);
// _endTime = endTime;
float L_3 = ___endTime3;
__this->set__endTime_20(L_3);
// _playing = true;
__this->set__playing_6((bool)1);
// _paused = false;
__this->set__paused_7((bool)0);
// _onComplete = onComplete;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_4 = ___onComplete4;
__this->set__onComplete_10(L_4);
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_5 = __this->get__items_3();
NullCheck(L_5);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))));
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0193;
}
IL_004c:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_6 = __this->get__items_3();
int32_t L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = L_7;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_2 = L_9;
// if (item.target == null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_10 = V_2;
NullCheck(L_10);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = L_10->get_target_8();
if (L_11)
{
goto IL_0092;
}
}
{
// if (item.targetId.Length > 0)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_12 = V_2;
NullCheck(L_12);
String_t* L_13 = L_12->get_targetId_1();
NullCheck(L_13);
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_13, /*hidden argument*/NULL);
if ((((int32_t)L_14) <= ((int32_t)0)))
{
goto IL_0084;
}
}
{
// item.target = _owner.GetChildById(item.targetId);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_15 = V_2;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_16 = __this->get__owner_2();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_17 = V_2;
NullCheck(L_17);
String_t* L_18 = L_17->get_targetId_1();
NullCheck(L_16);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_19 = GComponent_GetChildById_mB415CB2FD2016AE4CF8C63368B977227B1DC2A91(L_16, L_18, /*hidden argument*/NULL);
NullCheck(L_15);
L_15->set_target_8(L_19);
goto IL_00ba;
}
IL_0084:
{
// item.target = _owner;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_20 = V_2;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_21 = __this->get__owner_2();
NullCheck(L_20);
L_20->set_target_8(L_21);
// }
goto IL_00ba;
}
IL_0092:
{
// else if (item.target != _owner && item.target.parent != _owner) //maybe removed
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_22 = V_2;
NullCheck(L_22);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_23 = L_22->get_target_8();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_24 = __this->get__owner_2();
if ((((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_23) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_24)))
{
goto IL_00ba;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_25 = V_2;
NullCheck(L_25);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_26 = L_25->get_target_8();
NullCheck(L_26);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_27 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_26, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_28 = __this->get__owner_2();
if ((((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_27) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_28)))
{
goto IL_00ba;
}
}
{
// item.target = null;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_29 = V_2;
NullCheck(L_29);
L_29->set_target_8((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL);
}
IL_00ba:
{
// if (item.target != null && item.type == TransitionActionType.Transition)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_30 = V_2;
NullCheck(L_30);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_31 = L_30->get_target_8();
if (!L_31)
{
goto IL_018f;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_32 = V_2;
NullCheck(L_32);
int32_t L_33 = L_32->get_type_2();
if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)10)))))
{
goto IL_018f;
}
}
{
// TValue_Transition value = (TValue_Transition)item.value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_34 = V_2;
NullCheck(L_34);
RuntimeObject * L_35 = L_34->get_value_5();
V_3 = ((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_35, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var));
// Transition trans = ((GComponent)item.target).GetTransition(value.transName);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_36 = V_2;
NullCheck(L_36);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_37 = L_36->get_target_8();
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_38 = V_3;
NullCheck(L_38);
String_t* L_39 = L_38->get_transName_0();
NullCheck(((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_37, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)));
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_40 = GComponent_GetTransition_m97EFBD49C9F0B35D98566C3CD9547D52DAA4CD59(((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_37, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)), L_39, /*hidden argument*/NULL);
V_4 = L_40;
// if (trans == this)
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_41 = V_4;
if ((!(((RuntimeObject*)(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)L_41) == ((RuntimeObject*)(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)__this))))
{
goto IL_00fe;
}
}
{
// trans = null;
V_4 = (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)NULL;
}
IL_00fe:
{
// if (trans != null)
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_42 = V_4;
if (!L_42)
{
goto IL_0187;
}
}
{
// if (value.playTimes == 0) //stop
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_43 = V_3;
NullCheck(L_43);
int32_t L_44 = L_43->get_playTimes_1();
if (L_44)
{
goto IL_017c;
}
}
{
// for (j = i - 1; j >= 0; j--)
int32_t L_45 = V_1;
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)1));
goto IL_0160;
}
IL_0114:
{
// TransitionItem item2 = _items[j];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_46 = __this->get__items_3();
int32_t L_47 = V_5;
NullCheck(L_46);
int32_t L_48 = L_47;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_49 = (L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
V_6 = L_49;
// if (item2.type == TransitionActionType.Transition)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_50 = V_6;
NullCheck(L_50);
int32_t L_51 = L_50->get_type_2();
if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)10)))))
{
goto IL_015a;
}
}
{
// TValue_Transition value2 = (TValue_Transition)item2.value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_52 = V_6;
NullCheck(L_52);
RuntimeObject * L_53 = L_52->get_value_5();
V_7 = ((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_53, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var));
// if (value2.trans == trans)
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_54 = V_7;
NullCheck(L_54);
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_55 = L_54->get_trans_2();
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_56 = V_4;
if ((!(((RuntimeObject*)(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)L_55) == ((RuntimeObject*)(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)L_56))))
{
goto IL_015a;
}
}
{
// value2.stopTime = item.time - item2.time;
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_57 = V_7;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_58 = V_2;
NullCheck(L_58);
float L_59 = L_58->get_time_0();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_60 = V_6;
NullCheck(L_60);
float L_61 = L_60->get_time_0();
NullCheck(L_57);
L_57->set_stopTime_4(((float)il2cpp_codegen_subtract((float)L_59, (float)L_61)));
// break;
goto IL_0165;
}
IL_015a:
{
// for (j = i - 1; j >= 0; j--)
int32_t L_62 = V_5;
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)1));
}
IL_0160:
{
// for (j = i - 1; j >= 0; j--)
int32_t L_63 = V_5;
if ((((int32_t)L_63) >= ((int32_t)0)))
{
goto IL_0114;
}
}
IL_0165:
{
// if (j < 0)
int32_t L_64 = V_5;
if ((((int32_t)L_64) >= ((int32_t)0)))
{
goto IL_0177;
}
}
{
// value.stopTime = 0;
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_65 = V_3;
NullCheck(L_65);
L_65->set_stopTime_4((0.0f));
goto IL_0187;
}
IL_0177:
{
// trans = null; //no need to handle stop anymore
V_4 = (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA *)NULL;
// }
goto IL_0187;
}
IL_017c:
{
// value.stopTime = -1;
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_66 = V_3;
NullCheck(L_66);
L_66->set_stopTime_4((-1.0f));
}
IL_0187:
{
// value.trans = trans;
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_67 = V_3;
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_68 = V_4;
NullCheck(L_67);
L_67->set_trans_2(L_68);
}
IL_018f:
{
// for (int i = 0; i < cnt; i++)
int32_t L_69 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1));
}
IL_0193:
{
// for (int i = 0; i < cnt; i++)
int32_t L_70 = V_1;
int32_t L_71 = V_0;
if ((((int32_t)L_70) < ((int32_t)L_71)))
{
goto IL_004c;
}
}
{
// if (delay == 0)
float L_72 = ___delay1;
if ((!(((float)L_72) == ((float)(0.0f)))))
{
goto IL_01a9;
}
}
{
// OnDelayedPlay();
Transition_OnDelayedPlay_m2EF1D5CFD08C78336EBC71BF6FAD0F7598C37A49(__this, /*hidden argument*/NULL);
return;
}
IL_01a9:
{
// GTween.DelayedCall(delay).SetTarget(this).OnComplete(_delayedCallDelegate);
float L_73 = ___delay1;
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_74 = GTween_DelayedCall_m53E733468253BDAEBA7A00DD27A9F4D7B4B9BF0B(L_73, /*hidden argument*/NULL);
NullCheck(L_74);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_75 = GTweener_SetTarget_m95CDEB77F5F56289AE46FCFAAEE2448830B44F26(L_74, __this, /*hidden argument*/NULL);
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_76 = __this->get__delayedCallDelegate_21();
NullCheck(L_75);
GTweener_OnComplete_mBEDF898448308F073ACAF288600ABD2E09BA05B8(L_75, L_76, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Transition::Stop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Stop_mFE5AD09A9D92A092AC2F227920E10E689DB9A07B (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
{
// Stop(true, false);
Transition_Stop_m9587BA269CF3383D602BE44C1AC5675F51AC2F0F(__this, (bool)1, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Transition::Stop(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Stop_m9587BA269CF3383D602BE44C1AC5675F51AC2F0F (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, bool ___setToComplete0, bool ___processCallback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_Stop_m9587BA269CF3383D602BE44C1AC5675F51AC2F0F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_3 = NULL;
int32_t V_4 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_5 = NULL;
{
// if (!_playing)
bool L_0 = __this->get__playing_6();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// _playing = false;
__this->set__playing_6((bool)0);
// _totalTasks = 0;
__this->set__totalTasks_5(0);
// _totalTimes = 0;
__this->set__totalTimes_4(0);
// PlayCompleteCallback func = _onComplete;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_1 = __this->get__onComplete_10();
V_0 = L_1;
// _onComplete = null;
__this->set__onComplete_10((PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)NULL);
// GTween.Kill(this);//delay start
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTween_Kill_m4EAEC4CC1A5910C098A18BFA71CB81F7A213829E(__this, /*hidden argument*/NULL);
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_2 = __this->get__items_3();
NullCheck(L_2);
V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))));
// if (_reversed)
bool L_3 = __this->get__reversed_12();
if (!L_3)
{
goto IL_006c;
}
}
{
// for (int i = cnt - 1; i >= 0; i--)
int32_t L_4 = V_1;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1));
goto IL_0066;
}
IL_0049:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_5 = __this->get__items_3();
int32_t L_6 = V_2;
NullCheck(L_5);
int32_t L_7 = L_6;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_3 = L_8;
// if (item.target == null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_9 = V_3;
NullCheck(L_9);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = L_9->get_target_8();
if (!L_10)
{
goto IL_0062;
}
}
{
// StopItem(item, setToComplete);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_11 = V_3;
bool L_12 = ___setToComplete0;
Transition_StopItem_m448B62164EFE5DEE35CE81475EC1F4EDED3100A4(__this, L_11, L_12, /*hidden argument*/NULL);
}
IL_0062:
{
// for (int i = cnt - 1; i >= 0; i--)
int32_t L_13 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1));
}
IL_0066:
{
// for (int i = cnt - 1; i >= 0; i--)
int32_t L_14 = V_2;
if ((((int32_t)L_14) >= ((int32_t)0)))
{
goto IL_0049;
}
}
{
// }
goto IL_0099;
}
IL_006c:
{
// for (int i = 0; i < cnt; i++)
V_4 = 0;
goto IL_0094;
}
IL_0071:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_15 = __this->get__items_3();
int32_t L_16 = V_4;
NullCheck(L_15);
int32_t L_17 = L_16;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
V_5 = L_18;
// if (item.target == null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_19 = V_5;
NullCheck(L_19);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_20 = L_19->get_target_8();
if (!L_20)
{
goto IL_008e;
}
}
{
// StopItem(item, setToComplete);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_21 = V_5;
bool L_22 = ___setToComplete0;
Transition_StopItem_m448B62164EFE5DEE35CE81475EC1F4EDED3100A4(__this, L_21, L_22, /*hidden argument*/NULL);
}
IL_008e:
{
// for (int i = 0; i < cnt; i++)
int32_t L_23 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0094:
{
// for (int i = 0; i < cnt; i++)
int32_t L_24 = V_4;
int32_t L_25 = V_1;
if ((((int32_t)L_24) < ((int32_t)L_25)))
{
goto IL_0071;
}
}
IL_0099:
{
// if (processCallback && func != null)
bool L_26 = ___processCallback1;
if (!L_26)
{
goto IL_00a5;
}
}
{
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_27 = V_0;
if (!L_27)
{
goto IL_00a5;
}
}
{
// func();
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_28 = V_0;
NullCheck(L_28);
PlayCompleteCallback_Invoke_m5678FD08AE0DB2FCC5C59A846213F45B29E5AB61(L_28, /*hidden argument*/NULL);
}
IL_00a5:
{
// }
return;
}
}
// System.Void FairyGUI.Transition::StopItem(FairyGUI.TransitionItem,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_StopItem_m448B62164EFE5DEE35CE81475EC1F4EDED3100A4 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * ___item0, bool ___setToComplete1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_StopItem_m448B62164EFE5DEE35CE81475EC1F4EDED3100A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * V_0 = NULL;
{
// if (item.displayLockToken != 0)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_0 = ___item0;
NullCheck(L_0);
uint32_t L_1 = L_0->get_displayLockToken_9();
if (!L_1)
{
goto IL_0020;
}
}
{
// item.target.ReleaseDisplayLock(item.displayLockToken);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_2 = ___item0;
NullCheck(L_2);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = L_2->get_target_8();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_4 = ___item0;
NullCheck(L_4);
uint32_t L_5 = L_4->get_displayLockToken_9();
NullCheck(L_3);
GObject_ReleaseDisplayLock_mA4DBDE9EF4838C1427E40CA44F977BE5887D8D09(L_3, L_5, /*hidden argument*/NULL);
// item.displayLockToken = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_6 = ___item0;
NullCheck(L_6);
L_6->set_displayLockToken_9(0);
}
IL_0020:
{
// if (item.tweener != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_7 = ___item0;
NullCheck(L_7);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_8 = L_7->get_tweener_7();
if (!L_8)
{
goto IL_00bc;
}
}
{
// item.tweener.Kill(setToComplete);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_9 = ___item0;
NullCheck(L_9);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_10 = L_9->get_tweener_7();
bool L_11 = ___setToComplete1;
NullCheck(L_10);
GTweener_Kill_mCCC79DE51185B6D32A1E0C143A21275C6E8E0997(L_10, L_11, /*hidden argument*/NULL);
// item.tweener = null;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_12 = ___item0;
NullCheck(L_12);
L_12->set_tweener_7((GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL);
// if (item.type == TransitionActionType.Shake && !setToComplete) //??????????????????
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_13 = ___item0;
NullCheck(L_13);
int32_t L_14 = L_13->get_type_2();
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)11)))))
{
goto IL_00bc;
}
}
{
bool L_15 = ___setToComplete1;
if (L_15)
{
goto IL_00bc;
}
}
{
// item.target._gearLocked = true;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_16 = ___item0;
NullCheck(L_16);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_17 = L_16->get_target_8();
NullCheck(L_17);
L_17->set__gearLocked_65((bool)1);
// item.target.SetXY(item.target.x - ((TValue_Shake)item.value).lastOffset.x, item.target.y - ((TValue_Shake)item.value).lastOffset.y);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_18 = ___item0;
NullCheck(L_18);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_19 = L_18->get_target_8();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_20 = ___item0;
NullCheck(L_20);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = L_20->get_target_8();
NullCheck(L_21);
float L_22 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_21, /*hidden argument*/NULL);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_23 = ___item0;
NullCheck(L_23);
RuntimeObject * L_24 = L_23->get_value_5();
NullCheck(((TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)CastclassClass((RuntimeObject*)L_24, TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_25 = ((TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)CastclassClass((RuntimeObject*)L_24, TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var))->get_address_of_lastOffset_2();
float L_26 = L_25->get_x_0();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_27 = ___item0;
NullCheck(L_27);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_28 = L_27->get_target_8();
NullCheck(L_28);
float L_29 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_28, /*hidden argument*/NULL);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_30 = ___item0;
NullCheck(L_30);
RuntimeObject * L_31 = L_30->get_value_5();
NullCheck(((TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)CastclassClass((RuntimeObject*)L_31, TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_32 = ((TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)CastclassClass((RuntimeObject*)L_31, TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var))->get_address_of_lastOffset_2();
float L_33 = L_32->get_y_1();
NullCheck(L_19);
GObject_SetXY_mE2ED649A53C135D8AFCFF82139CF83E1647D8D01(L_19, ((float)il2cpp_codegen_subtract((float)L_22, (float)L_26)), ((float)il2cpp_codegen_subtract((float)L_29, (float)L_33)), /*hidden argument*/NULL);
// item.target._gearLocked = false;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_34 = ___item0;
NullCheck(L_34);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_35 = L_34->get_target_8();
NullCheck(L_35);
L_35->set__gearLocked_65((bool)0);
// _owner.InvalidateBatchingState(true);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_36 = __this->get__owner_2();
NullCheck(L_36);
GComponent_InvalidateBatchingState_mED7EF940AAF87D06695F79C878D654BED0D38084(L_36, (bool)1, /*hidden argument*/NULL);
}
IL_00bc:
{
// if (item.type == TransitionActionType.Transition)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_37 = ___item0;
NullCheck(L_37);
int32_t L_38 = L_37->get_type_2();
if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)10)))))
{
goto IL_00e7;
}
}
{
// TValue_Transition value = (TValue_Transition)item.value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_39 = ___item0;
NullCheck(L_39);
RuntimeObject * L_40 = L_39->get_value_5();
V_0 = ((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_40, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var));
// if (value.trans != null)
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_41 = V_0;
NullCheck(L_41);
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_42 = L_41->get_trans_2();
if (!L_42)
{
goto IL_00e7;
}
}
{
// value.trans.Stop(setToComplete, false);
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_43 = V_0;
NullCheck(L_43);
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_44 = L_43->get_trans_2();
bool L_45 = ___setToComplete1;
NullCheck(L_44);
Transition_Stop_m9587BA269CF3383D602BE44C1AC5675F51AC2F0F(L_44, L_45, (bool)0, /*hidden argument*/NULL);
}
IL_00e7:
{
// }
return;
}
}
// System.Void FairyGUI.Transition::SetPaused(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_SetPaused_m5AB9F1C21D59406FB11971906361FA28D3B4A635 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, bool ___paused0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_SetPaused_m5AB9F1C21D59406FB11971906361FA28D3B4A635_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_3 = NULL;
{
// if (!_playing || _paused == paused)
bool L_0 = __this->get__playing_6();
if (!L_0)
{
goto IL_0011;
}
}
{
bool L_1 = __this->get__paused_7();
bool L_2 = ___paused0;
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
{
goto IL_0012;
}
}
IL_0011:
{
// return;
return;
}
IL_0012:
{
// _paused = paused;
bool L_3 = ___paused0;
__this->set__paused_7(L_3);
// GTweener tweener = GTween.GetTween(this);
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_4 = GTween_GetTween_mD3EC16E7F0AD1EA7F2FEC4C7582672D11D0C8720(__this, /*hidden argument*/NULL);
V_0 = L_4;
// if (tweener != null)
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_5 = V_0;
if (!L_5)
{
goto IL_002b;
}
}
{
// tweener.SetPaused(paused);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_6 = V_0;
bool L_7 = ___paused0;
NullCheck(L_6);
GTweener_SetPaused_m025848D51EFA1E270E9485C5E93EA8F0E63ACF7C(L_6, L_7, /*hidden argument*/NULL);
}
IL_002b:
{
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_8 = __this->get__items_3();
NullCheck(L_8);
V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))));
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_00fb;
}
IL_003b:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_9 = __this->get__items_3();
int32_t L_10 = V_2;
NullCheck(L_9);
int32_t L_11 = L_10;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
// if (item.target == null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_13 = V_3;
NullCheck(L_13);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = L_13->get_target_8();
if (!L_14)
{
goto IL_00f7;
}
}
{
// if (item.type == TransitionActionType.Transition)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_15 = V_3;
NullCheck(L_15);
int32_t L_16 = L_15->get_type_2();
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)10)))))
{
goto IL_0083;
}
}
{
// if (((TValue_Transition)item.value).trans != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_17 = V_3;
NullCheck(L_17);
RuntimeObject * L_18 = L_17->get_value_5();
NullCheck(((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_18, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var)));
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_19 = ((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_18, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var))->get_trans_2();
if (!L_19)
{
goto IL_00e2;
}
}
{
// ((TValue_Transition)item.value).trans.SetPaused(paused);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_20 = V_3;
NullCheck(L_20);
RuntimeObject * L_21 = L_20->get_value_5();
NullCheck(((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_21, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var)));
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_22 = ((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_21, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var))->get_trans_2();
bool L_23 = ___paused0;
NullCheck(L_22);
Transition_SetPaused_m5AB9F1C21D59406FB11971906361FA28D3B4A635(L_22, L_23, /*hidden argument*/NULL);
// }
goto IL_00e2;
}
IL_0083:
{
// else if (item.type == TransitionActionType.Animation)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_24 = V_3;
NullCheck(L_24);
int32_t L_25 = L_24->get_type_2();
if ((!(((uint32_t)L_25) == ((uint32_t)7))))
{
goto IL_00e2;
}
}
{
// if (paused)
bool L_26 = ___paused0;
if (!L_26)
{
goto IL_00c2;
}
}
{
// ((TValue_Animation)item.value).flag = ((IAnimationGear)item.target).playing;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_27 = V_3;
NullCheck(L_27);
RuntimeObject * L_28 = L_27->get_value_5();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_29 = V_3;
NullCheck(L_29);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_30 = L_29->get_target_8();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_30, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)));
bool L_31 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean FairyGUI.IAnimationGear::get_playing() */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_30, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)));
NullCheck(((TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B *)CastclassClass((RuntimeObject*)L_28, TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var)));
((TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B *)CastclassClass((RuntimeObject*)L_28, TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var))->set_flag_2(L_31);
// ((IAnimationGear)item.target).playing = false;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_32 = V_3;
NullCheck(L_32);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_33 = L_32->get_target_8();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_33, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< bool >::Invoke(1 /* System.Void FairyGUI.IAnimationGear::set_playing(System.Boolean) */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_33, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)), (bool)0);
// }
goto IL_00e2;
}
IL_00c2:
{
// ((IAnimationGear)item.target).playing = ((TValue_Animation)item.value).flag;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_34 = V_3;
NullCheck(L_34);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_35 = L_34->get_target_8();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_36 = V_3;
NullCheck(L_36);
RuntimeObject * L_37 = L_36->get_value_5();
NullCheck(((TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B *)CastclassClass((RuntimeObject*)L_37, TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var)));
bool L_38 = ((TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B *)CastclassClass((RuntimeObject*)L_37, TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var))->get_flag_2();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_35, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< bool >::Invoke(1 /* System.Void FairyGUI.IAnimationGear::set_playing(System.Boolean) */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_35, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)), L_38);
}
IL_00e2:
{
// if (item.tweener != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_39 = V_3;
NullCheck(L_39);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_40 = L_39->get_tweener_7();
if (!L_40)
{
goto IL_00f7;
}
}
{
// item.tweener.SetPaused(paused);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_41 = V_3;
NullCheck(L_41);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_42 = L_41->get_tweener_7();
bool L_43 = ___paused0;
NullCheck(L_42);
GTweener_SetPaused_m025848D51EFA1E270E9485C5E93EA8F0E63ACF7C(L_42, L_43, /*hidden argument*/NULL);
}
IL_00f7:
{
// for (int i = 0; i < cnt; i++)
int32_t L_44 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
}
IL_00fb:
{
// for (int i = 0; i < cnt; i++)
int32_t L_45 = V_2;
int32_t L_46 = V_1;
if ((((int32_t)L_45) < ((int32_t)L_46)))
{
goto IL_003b;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.Transition::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Dispose_m063EEC94C6AEBD3A0A99331C43563DFFAF99FD4F (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_Dispose_m063EEC94C6AEBD3A0A99331C43563DFFAF99FD4F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_2 = NULL;
{
// if (_playing)
bool L_0 = __this->get__playing_6();
if (!L_0)
{
goto IL_000e;
}
}
{
// GTween.Kill(this);//delay start
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTween_Kill_m4EAEC4CC1A5910C098A18BFA71CB81F7A213829E(__this, /*hidden argument*/NULL);
}
IL_000e:
{
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_1 = __this->get__items_3();
NullCheck(L_1);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))));
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0065;
}
IL_001b:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_2 = __this->get__items_3();
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_2 = L_5;
// if (item.tweener != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_6 = V_2;
NullCheck(L_6);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_7 = L_6->get_tweener_7();
if (!L_7)
{
goto IL_003f;
}
}
{
// item.tweener.Kill();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_8 = V_2;
NullCheck(L_8);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_9 = L_8->get_tweener_7();
NullCheck(L_9);
GTweener_Kill_mCCC79DE51185B6D32A1E0C143A21275C6E8E0997(L_9, (bool)0, /*hidden argument*/NULL);
// item.tweener = null;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_10 = V_2;
NullCheck(L_10);
L_10->set_tweener_7((GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL);
}
IL_003f:
{
// item.target = null;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_11 = V_2;
NullCheck(L_11);
L_11->set_target_8((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL);
// item.hook = null;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_12 = V_2;
NullCheck(L_12);
L_12->set_hook_6((TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 *)NULL);
// if (item.tweenConfig != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_13 = V_2;
NullCheck(L_13);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_14 = L_13->get_tweenConfig_3();
if (!L_14)
{
goto IL_0061;
}
}
{
// item.tweenConfig.endHook = null;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_15 = V_2;
NullCheck(L_15);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_16 = L_15->get_tweenConfig_3();
NullCheck(L_16);
L_16->set_endHook_7((TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 *)NULL);
}
IL_0061:
{
// for (int i = 0; i < cnt; i++)
int32_t L_17 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_0065:
{
// for (int i = 0; i < cnt; i++)
int32_t L_18 = V_1;
int32_t L_19 = V_0;
if ((((int32_t)L_18) < ((int32_t)L_19)))
{
goto IL_001b;
}
}
{
// _playing = false;
__this->set__playing_6((bool)0);
// _onComplete = null;
__this->set__onComplete_10((PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)NULL);
// }
return;
}
}
// System.Boolean FairyGUI.Transition::get_playing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Transition_get_playing_mCBBA330F95AEF4F037F999D88056EF916932ED35 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
{
// get { return _playing; }
bool L_0 = __this->get__playing_6();
return L_0;
}
}
// System.Void FairyGUI.Transition::SetValue(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_SetValue_mA1C8005F7624F129AC24521F8FF6CF26104AEB94 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, String_t* ___label0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___aParams1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_SetValue_mA1C8005F7624F129AC24521F8FF6CF26104AEB94_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject * V_1 = NULL;
bool V_2 = false;
int32_t V_3 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_4 = NULL;
int32_t V_5 = 0;
TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * V_6 = NULL;
TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * V_7 = NULL;
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * V_8 = NULL;
{
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_0 = __this->get__items_3();
NullCheck(L_0);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
// bool found = false;
V_2 = (bool)0;
// for (int i = 0; i < cnt; i++)
V_3 = 0;
goto IL_028a;
}
IL_0012:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_1 = __this->get__items_3();
int32_t L_2 = V_3;
NullCheck(L_1);
int32_t L_3 = L_2;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_4 = L_4;
// if (item.label == label)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_5 = V_4;
NullCheck(L_5);
String_t* L_6 = L_5->get_label_4();
String_t* L_7 = ___label0;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_004f;
}
}
{
// if (item.tweenConfig != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_9 = V_4;
NullCheck(L_9);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_10 = L_9->get_tweenConfig_3();
if (!L_10)
{
goto IL_0043;
}
}
{
// value = item.tweenConfig.startValue;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_11 = V_4;
NullCheck(L_11);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_12 = L_11->get_tweenConfig_3();
NullCheck(L_12);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_13 = L_12->get_startValue_4();
V_1 = L_13;
goto IL_004b;
}
IL_0043:
{
// value = item.value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_14 = V_4;
NullCheck(L_14);
RuntimeObject * L_15 = L_14->get_value_5();
V_1 = L_15;
}
IL_004b:
{
// found = true;
V_2 = (bool)1;
// }
goto IL_0081;
}
IL_004f:
{
// else if (item.tweenConfig != null && item.tweenConfig.endLabel == label)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_16 = V_4;
NullCheck(L_16);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_17 = L_16->get_tweenConfig_3();
if (!L_17)
{
goto IL_0286;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_18 = V_4;
NullCheck(L_18);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_19 = L_18->get_tweenConfig_3();
NullCheck(L_19);
String_t* L_20 = L_19->get_endLabel_6();
String_t* L_21 = ___label0;
bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_20, L_21, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_0286;
}
}
{
// value = item.tweenConfig.endValue;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_23 = V_4;
NullCheck(L_23);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_24 = L_23->get_tweenConfig_3();
NullCheck(L_24);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_25 = L_24->get_endValue_5();
V_1 = L_25;
// found = true;
V_2 = (bool)1;
}
IL_0081:
{
// switch (item.type)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_26 = V_4;
NullCheck(L_26);
int32_t L_27 = L_26->get_type_2();
V_5 = L_27;
int32_t L_28 = V_5;
switch (L_28)
{
case 0:
{
goto IL_00d6;
}
case 1:
{
goto IL_00d6;
}
case 2:
{
goto IL_00d6;
}
case 3:
{
goto IL_00d6;
}
case 4:
{
goto IL_010a;
}
case 5:
{
goto IL_0122;
}
case 6:
{
goto IL_013a;
}
case 7:
{
goto IL_0152;
}
case 8:
{
goto IL_0186;
}
case 9:
{
goto IL_019e;
}
case 10:
{
goto IL_01d2;
}
case 11:
{
goto IL_0206;
}
case 12:
{
goto IL_0234;
}
case 13:
{
goto IL_00d6;
}
case 14:
{
goto IL_0273;
}
case 15:
{
goto IL_0273;
}
}
}
{
goto IL_0286;
}
IL_00d6:
{
// TValue tvalue = (TValue)value;
RuntimeObject * L_29 = V_1;
// tvalue.b1 = true;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_30 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_29, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var));
NullCheck(L_30);
L_30->set_b1_4((bool)1);
// tvalue.b2 = true;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_31 = L_30;
NullCheck(L_31);
L_31->set_b2_5((bool)1);
// tvalue.f1 = Convert.ToSingle(aParams[0]);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_32 = L_31;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = ___aParams1;
NullCheck(L_33);
int32_t L_34 = 0;
RuntimeObject * L_35 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
float L_36 = Convert_ToSingle_m26D22B66F0C3F2F01E31C915672C44D20F8D8F85(L_35, /*hidden argument*/NULL);
NullCheck(L_32);
L_32->set_f1_0(L_36);
// tvalue.f2 = Convert.ToSingle(aParams[1]);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_37 = ___aParams1;
NullCheck(L_37);
int32_t L_38 = 1;
RuntimeObject * L_39 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
float L_40 = Convert_ToSingle_m26D22B66F0C3F2F01E31C915672C44D20F8D8F85(L_39, /*hidden argument*/NULL);
NullCheck(L_32);
L_32->set_f2_1(L_40);
// break;
goto IL_0286;
}
IL_010a:
{
// ((TValue)value).f1 = Convert.ToSingle(aParams[0]);
RuntimeObject * L_41 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = ___aParams1;
NullCheck(L_42);
int32_t L_43 = 0;
RuntimeObject * L_44 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
float L_45 = Convert_ToSingle_m26D22B66F0C3F2F01E31C915672C44D20F8D8F85(L_44, /*hidden argument*/NULL);
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_41, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_41, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var))->set_f1_0(L_45);
// break;
goto IL_0286;
}
IL_0122:
{
// ((TValue)value).f1 = Convert.ToSingle(aParams[0]);
RuntimeObject * L_46 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_47 = ___aParams1;
NullCheck(L_47);
int32_t L_48 = 0;
RuntimeObject * L_49 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
float L_50 = Convert_ToSingle_m26D22B66F0C3F2F01E31C915672C44D20F8D8F85(L_49, /*hidden argument*/NULL);
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_46, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_46, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var))->set_f1_0(L_50);
// break;
goto IL_0286;
}
IL_013a:
{
// ((TValue)value).color = (Color)aParams[0];
RuntimeObject * L_51 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_52 = ___aParams1;
NullCheck(L_52);
int32_t L_53 = 0;
RuntimeObject * L_54 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_51, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
TValue_set_color_mA43816718F197BEFCE86F1EA0FDE6C7E60D511E8(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_51, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)), ((*(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)UnBox(L_54, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
// break;
goto IL_0286;
}
IL_0152:
{
// TValue_Animation tvalue = (TValue_Animation)value;
RuntimeObject * L_55 = V_1;
V_6 = ((TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B *)CastclassClass((RuntimeObject*)L_55, TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var));
// tvalue.frame = Convert.ToInt32(aParams[0]);
TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * L_56 = V_6;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_57 = ___aParams1;
NullCheck(L_57);
int32_t L_58 = 0;
RuntimeObject * L_59 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int32_t L_60 = Convert_ToInt32_mCF1152AF4138C1DD7A16643B22EE69A38373EF86(L_59, /*hidden argument*/NULL);
NullCheck(L_56);
L_56->set_frame_0(L_60);
// if (aParams.Length > 1)
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_61 = ___aParams1;
NullCheck(L_61);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_61)->max_length))))) <= ((int32_t)1)))
{
goto IL_0286;
}
}
{
// tvalue.playing = Convert.ToBoolean(aParams[1]);
TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * L_62 = V_6;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_63 = ___aParams1;
NullCheck(L_63);
int32_t L_64 = 1;
RuntimeObject * L_65 = (L_63)->GetAt(static_cast<il2cpp_array_size_t>(L_64));
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
bool L_66 = Convert_ToBoolean_mAF61C76032F60EEEE1C694B209CE392F98BB6865(L_65, /*hidden argument*/NULL);
NullCheck(L_62);
L_62->set_playing_1(L_66);
// break;
goto IL_0286;
}
IL_0186:
{
// ((TValue_Visible)value).visible = Convert.ToBoolean(aParams[0]);
RuntimeObject * L_67 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_68 = ___aParams1;
NullCheck(L_68);
int32_t L_69 = 0;
RuntimeObject * L_70 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_69));
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
bool L_71 = Convert_ToBoolean_mAF61C76032F60EEEE1C694B209CE392F98BB6865(L_70, /*hidden argument*/NULL);
NullCheck(((TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E *)CastclassClass((RuntimeObject*)L_67, TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E_il2cpp_TypeInfo_var)));
((TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E *)CastclassClass((RuntimeObject*)L_67, TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E_il2cpp_TypeInfo_var))->set_visible_0(L_71);
// break;
goto IL_0286;
}
IL_019e:
{
// TValue_Sound tvalue = (TValue_Sound)value;
RuntimeObject * L_72 = V_1;
V_7 = ((TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF *)CastclassClass((RuntimeObject*)L_72, TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF_il2cpp_TypeInfo_var));
// tvalue.sound = (string)aParams[0];
TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * L_73 = V_7;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_74 = ___aParams1;
NullCheck(L_74);
int32_t L_75 = 0;
RuntimeObject * L_76 = (L_74)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
NullCheck(L_73);
L_73->set_sound_0(((String_t*)CastclassSealed((RuntimeObject*)L_76, String_t_il2cpp_TypeInfo_var)));
// if (aParams.Length > 1)
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_77 = ___aParams1;
NullCheck(L_77);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_77)->max_length))))) <= ((int32_t)1)))
{
goto IL_0286;
}
}
{
// tvalue.volume = Convert.ToSingle(aParams[1]);
TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * L_78 = V_7;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_79 = ___aParams1;
NullCheck(L_79);
int32_t L_80 = 1;
RuntimeObject * L_81 = (L_79)->GetAt(static_cast<il2cpp_array_size_t>(L_80));
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
float L_82 = Convert_ToSingle_m26D22B66F0C3F2F01E31C915672C44D20F8D8F85(L_81, /*hidden argument*/NULL);
NullCheck(L_78);
L_78->set_volume_1(L_82);
// break;
goto IL_0286;
}
IL_01d2:
{
// TValue_Transition tvalue = (TValue_Transition)value;
RuntimeObject * L_83 = V_1;
V_8 = ((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_83, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var));
// tvalue.transName = (string)aParams[0];
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_84 = V_8;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_85 = ___aParams1;
NullCheck(L_85);
int32_t L_86 = 0;
RuntimeObject * L_87 = (L_85)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
NullCheck(L_84);
L_84->set_transName_0(((String_t*)CastclassSealed((RuntimeObject*)L_87, String_t_il2cpp_TypeInfo_var)));
// if (aParams.Length > 1)
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_88 = ___aParams1;
NullCheck(L_88);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_88)->max_length))))) <= ((int32_t)1)))
{
goto IL_0286;
}
}
{
// tvalue.playTimes = Convert.ToInt32(aParams[1]);
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_89 = V_8;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_90 = ___aParams1;
NullCheck(L_90);
int32_t L_91 = 1;
RuntimeObject * L_92 = (L_90)->GetAt(static_cast<il2cpp_array_size_t>(L_91));
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int32_t L_93 = Convert_ToInt32_mCF1152AF4138C1DD7A16643B22EE69A38373EF86(L_92, /*hidden argument*/NULL);
NullCheck(L_89);
L_89->set_playTimes_1(L_93);
// break;
goto IL_0286;
}
IL_0206:
{
// ((TValue_Shake)value).amplitude = Convert.ToSingle(aParams[0]);
RuntimeObject * L_94 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_95 = ___aParams1;
NullCheck(L_95);
int32_t L_96 = 0;
RuntimeObject * L_97 = (L_95)->GetAt(static_cast<il2cpp_array_size_t>(L_96));
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
float L_98 = Convert_ToSingle_m26D22B66F0C3F2F01E31C915672C44D20F8D8F85(L_97, /*hidden argument*/NULL);
NullCheck(((TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)CastclassClass((RuntimeObject*)L_94, TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var)));
((TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)CastclassClass((RuntimeObject*)L_94, TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var))->set_amplitude_0(L_98);
// if (aParams.Length > 1)
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_99 = ___aParams1;
NullCheck(L_99);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_99)->max_length))))) <= ((int32_t)1)))
{
goto IL_0286;
}
}
{
// ((TValue_Shake)value).duration = Convert.ToSingle(aParams[1]);
RuntimeObject * L_100 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_101 = ___aParams1;
NullCheck(L_101);
int32_t L_102 = 1;
RuntimeObject * L_103 = (L_101)->GetAt(static_cast<il2cpp_array_size_t>(L_102));
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
float L_104 = Convert_ToSingle_m26D22B66F0C3F2F01E31C915672C44D20F8D8F85(L_103, /*hidden argument*/NULL);
NullCheck(((TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)CastclassClass((RuntimeObject*)L_100, TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var)));
((TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)CastclassClass((RuntimeObject*)L_100, TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var))->set_duration_1(L_104);
// break;
goto IL_0286;
}
IL_0234:
{
// TValue tvalue = (TValue)value;
RuntimeObject * L_105 = V_1;
// tvalue.f1 = Convert.ToSingle(aParams[0]);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_106 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_105, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_107 = ___aParams1;
NullCheck(L_107);
int32_t L_108 = 0;
RuntimeObject * L_109 = (L_107)->GetAt(static_cast<il2cpp_array_size_t>(L_108));
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
float L_110 = Convert_ToSingle_m26D22B66F0C3F2F01E31C915672C44D20F8D8F85(L_109, /*hidden argument*/NULL);
NullCheck(L_106);
L_106->set_f1_0(L_110);
// tvalue.f2 = Convert.ToSingle(aParams[1]);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_111 = L_106;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_112 = ___aParams1;
NullCheck(L_112);
int32_t L_113 = 1;
RuntimeObject * L_114 = (L_112)->GetAt(static_cast<il2cpp_array_size_t>(L_113));
float L_115 = Convert_ToSingle_m26D22B66F0C3F2F01E31C915672C44D20F8D8F85(L_114, /*hidden argument*/NULL);
NullCheck(L_111);
L_111->set_f2_1(L_115);
// tvalue.f3 = Convert.ToSingle(aParams[2]);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_116 = L_111;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_117 = ___aParams1;
NullCheck(L_117);
int32_t L_118 = 2;
RuntimeObject * L_119 = (L_117)->GetAt(static_cast<il2cpp_array_size_t>(L_118));
float L_120 = Convert_ToSingle_m26D22B66F0C3F2F01E31C915672C44D20F8D8F85(L_119, /*hidden argument*/NULL);
NullCheck(L_116);
L_116->set_f3_2(L_120);
// tvalue.f4 = Convert.ToSingle(aParams[3]);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_121 = ___aParams1;
NullCheck(L_121);
int32_t L_122 = 3;
RuntimeObject * L_123 = (L_121)->GetAt(static_cast<il2cpp_array_size_t>(L_122));
float L_124 = Convert_ToSingle_m26D22B66F0C3F2F01E31C915672C44D20F8D8F85(L_123, /*hidden argument*/NULL);
NullCheck(L_116);
L_116->set_f4_3(L_124);
// break;
goto IL_0286;
}
IL_0273:
{
// ((TValue_Text)value).text = (string)aParams[0];
RuntimeObject * L_125 = V_1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_126 = ___aParams1;
NullCheck(L_126);
int32_t L_127 = 0;
RuntimeObject * L_128 = (L_126)->GetAt(static_cast<il2cpp_array_size_t>(L_127));
NullCheck(((TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252 *)CastclassClass((RuntimeObject*)L_125, TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252_il2cpp_TypeInfo_var)));
((TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252 *)CastclassClass((RuntimeObject*)L_125, TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252_il2cpp_TypeInfo_var))->set_text_0(((String_t*)CastclassSealed((RuntimeObject*)L_128, String_t_il2cpp_TypeInfo_var)));
}
IL_0286:
{
// for (int i = 0; i < cnt; i++)
int32_t L_129 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1));
}
IL_028a:
{
// for (int i = 0; i < cnt; i++)
int32_t L_130 = V_3;
int32_t L_131 = V_0;
if ((((int32_t)L_130) < ((int32_t)L_131)))
{
goto IL_0012;
}
}
{
// if (!found)
bool L_132 = V_2;
if (L_132)
{
goto IL_029f;
}
}
{
// throw new Exception("label not exists");
Exception_t * L_133 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_133, _stringLiteralFA19807D983AEF92D7451073976197C398AC044A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_133, Transition_SetValue_mA1C8005F7624F129AC24521F8FF6CF26104AEB94_RuntimeMethod_var);
}
IL_029f:
{
// }
return;
}
}
// System.Void FairyGUI.Transition::SetHook(System.String,FairyGUI.TransitionHook)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_SetHook_m3507A40F01A74668C57DA494D05C9D935637C268 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, String_t* ___label0, TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_SetHook_m3507A40F01A74668C57DA494D05C9D935637C268_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_3 = NULL;
{
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_0 = __this->get__items_3();
NullCheck(L_0);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
// bool found = false;
V_1 = (bool)0;
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_0060;
}
IL_000f:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_1 = __this->get__items_3();
int32_t L_2 = V_2;
NullCheck(L_1);
int32_t L_3 = L_2;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_3 = L_4;
// if (item.label == label)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_5 = V_3;
NullCheck(L_5);
String_t* L_6 = L_5->get_label_4();
String_t* L_7 = ___label0;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0031;
}
}
{
// item.hook = callback;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_9 = V_3;
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_10 = ___callback1;
NullCheck(L_9);
L_9->set_hook_6(L_10);
// found = true;
V_1 = (bool)1;
// break;
goto IL_0064;
}
IL_0031:
{
// else if (item.tweenConfig != null && item.tweenConfig.endLabel == label)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_11 = V_3;
NullCheck(L_11);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_12 = L_11->get_tweenConfig_3();
if (!L_12)
{
goto IL_005c;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_13 = V_3;
NullCheck(L_13);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_14 = L_13->get_tweenConfig_3();
NullCheck(L_14);
String_t* L_15 = L_14->get_endLabel_6();
String_t* L_16 = ___label0;
bool L_17 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_005c;
}
}
{
// item.tweenConfig.endHook = callback;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_18 = V_3;
NullCheck(L_18);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_19 = L_18->get_tweenConfig_3();
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_20 = ___callback1;
NullCheck(L_19);
L_19->set_endHook_7(L_20);
// found = true;
V_1 = (bool)1;
// break;
goto IL_0064;
}
IL_005c:
{
// for (int i = 0; i < cnt; i++)
int32_t L_21 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_0060:
{
// for (int i = 0; i < cnt; i++)
int32_t L_22 = V_2;
int32_t L_23 = V_0;
if ((((int32_t)L_22) < ((int32_t)L_23)))
{
goto IL_000f;
}
}
IL_0064:
{
// if (!found)
bool L_24 = V_1;
if (L_24)
{
goto IL_0072;
}
}
{
// throw new Exception("label not exists");
Exception_t * L_25 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_25, _stringLiteralFA19807D983AEF92D7451073976197C398AC044A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, Transition_SetHook_m3507A40F01A74668C57DA494D05C9D935637C268_RuntimeMethod_var);
}
IL_0072:
{
// }
return;
}
}
// System.Void FairyGUI.Transition::ClearHooks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_ClearHooks_m8FA24911FF3EF3E60FC97EA51F30B82B440B40DF (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_2 = NULL;
{
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_0 = __this->get__items_3();
NullCheck(L_0);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0035;
}
IL_000d:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_1 = __this->get__items_3();
int32_t L_2 = V_1;
NullCheck(L_1);
int32_t L_3 = L_2;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_2 = L_4;
// item.hook = null;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_5 = V_2;
NullCheck(L_5);
L_5->set_hook_6((TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 *)NULL);
// if (item.tweenConfig != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_6 = V_2;
NullCheck(L_6);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_7 = L_6->get_tweenConfig_3();
if (!L_7)
{
goto IL_0031;
}
}
{
// item.tweenConfig.endHook = null;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_8 = V_2;
NullCheck(L_8);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_9 = L_8->get_tweenConfig_3();
NullCheck(L_9);
L_9->set_endHook_7((TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 *)NULL);
}
IL_0031:
{
// for (int i = 0; i < cnt; i++)
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0035:
{
// for (int i = 0; i < cnt; i++)
int32_t L_11 = V_1;
int32_t L_12 = V_0;
if ((((int32_t)L_11) < ((int32_t)L_12)))
{
goto IL_000d;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.Transition::SetTarget(System.String,FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_SetTarget_m7223E99182BB77AC9029F10D567B7C54687A5BDD (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, String_t* ___label0, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___newTarget1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_SetTarget_m7223E99182BB77AC9029F10D567B7C54687A5BDD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_3 = NULL;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * G_B5_0 = NULL;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * G_B3_0 = NULL;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * G_B4_0 = NULL;
String_t* G_B6_0 = NULL;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * G_B6_1 = NULL;
{
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_0 = __this->get__items_3();
NullCheck(L_0);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
// bool found = false;
V_1 = (bool)0;
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_0092;
}
IL_0012:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_1 = __this->get__items_3();
int32_t L_2 = V_2;
NullCheck(L_1);
int32_t L_3 = L_2;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_3 = L_4;
// if (item.label == label)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_5 = V_3;
NullCheck(L_5);
String_t* L_6 = L_5->get_label_4();
String_t* L_7 = ___label0;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_008e;
}
}
{
// item.targetId = (newTarget == _owner || newTarget == null) ? string.Empty : newTarget.id;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_9 = V_3;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = ___newTarget1;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_11 = __this->get__owner_2();
G_B3_0 = L_9;
if ((((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_10) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_11)))
{
G_B5_0 = L_9;
goto IL_003e;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = ___newTarget1;
G_B4_0 = G_B3_0;
if (!L_12)
{
G_B5_0 = G_B3_0;
goto IL_003e;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = ___newTarget1;
NullCheck(L_13);
String_t* L_14 = GObject_get_id_m917DDE197B7A33CE260877386F1F927215EEC1F0_inline(L_13, /*hidden argument*/NULL);
G_B6_0 = L_14;
G_B6_1 = G_B4_0;
goto IL_0043;
}
IL_003e:
{
String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B6_0 = L_15;
G_B6_1 = G_B5_0;
}
IL_0043:
{
NullCheck(G_B6_1);
G_B6_1->set_targetId_1(G_B6_0);
// if (_playing)
bool L_16 = __this->get__playing_6();
if (!L_16)
{
goto IL_0085;
}
}
{
// if (item.targetId.Length > 0)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_17 = V_3;
NullCheck(L_17);
String_t* L_18 = L_17->get_targetId_1();
NullCheck(L_18);
int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_18, /*hidden argument*/NULL);
if ((((int32_t)L_19) <= ((int32_t)0)))
{
goto IL_0077;
}
}
{
// item.target = _owner.GetChildById(item.targetId);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_20 = V_3;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_21 = __this->get__owner_2();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_22 = V_3;
NullCheck(L_22);
String_t* L_23 = L_22->get_targetId_1();
NullCheck(L_21);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_24 = GComponent_GetChildById_mB415CB2FD2016AE4CF8C63368B977227B1DC2A91(L_21, L_23, /*hidden argument*/NULL);
NullCheck(L_20);
L_20->set_target_8(L_24);
goto IL_008c;
}
IL_0077:
{
// item.target = _owner;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_25 = V_3;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_26 = __this->get__owner_2();
NullCheck(L_25);
L_25->set_target_8(L_26);
// }
goto IL_008c;
}
IL_0085:
{
// item.target = null;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_27 = V_3;
NullCheck(L_27);
L_27->set_target_8((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL);
}
IL_008c:
{
// found = true;
V_1 = (bool)1;
}
IL_008e:
{
// for (int i = 0; i < cnt; i++)
int32_t L_28 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
}
IL_0092:
{
// for (int i = 0; i < cnt; i++)
int32_t L_29 = V_2;
int32_t L_30 = V_0;
if ((((int32_t)L_29) < ((int32_t)L_30)))
{
goto IL_0012;
}
}
{
// if (!found)
bool L_31 = V_1;
if (L_31)
{
goto IL_00a7;
}
}
{
// throw new Exception("label not exists");
Exception_t * L_32 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_32, _stringLiteralFA19807D983AEF92D7451073976197C398AC044A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, Transition_SetTarget_m7223E99182BB77AC9029F10D567B7C54687A5BDD_RuntimeMethod_var);
}
IL_00a7:
{
// }
return;
}
}
// System.Void FairyGUI.Transition::SetDuration(System.String,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_SetDuration_m0B496EB132B98C8BC6FA050D376C79255D783E6E (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, String_t* ___label0, float ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_SetDuration_m0B496EB132B98C8BC6FA050D376C79255D783E6E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_3 = NULL;
{
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_0 = __this->get__items_3();
NullCheck(L_0);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
// bool found = false;
V_1 = (bool)0;
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_0040;
}
IL_000f:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_1 = __this->get__items_3();
int32_t L_2 = V_2;
NullCheck(L_1);
int32_t L_3 = L_2;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_3 = L_4;
// if (item.tweenConfig != null && item.label == label)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_5 = V_3;
NullCheck(L_5);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_6 = L_5->get_tweenConfig_3();
if (!L_6)
{
goto IL_003c;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_7 = V_3;
NullCheck(L_7);
String_t* L_8 = L_7->get_label_4();
String_t* L_9 = ___label0;
bool L_10 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_003c;
}
}
{
// item.tweenConfig.duration = value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_11 = V_3;
NullCheck(L_11);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_12 = L_11->get_tweenConfig_3();
float L_13 = ___value1;
NullCheck(L_12);
L_12->set_duration_0(L_13);
// found = true;
V_1 = (bool)1;
}
IL_003c:
{
// for (int i = 0; i < cnt; i++)
int32_t L_14 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_0040:
{
// for (int i = 0; i < cnt; i++)
int32_t L_15 = V_2;
int32_t L_16 = V_0;
if ((((int32_t)L_15) < ((int32_t)L_16)))
{
goto IL_000f;
}
}
{
// if (!found)
bool L_17 = V_1;
if (L_17)
{
goto IL_0052;
}
}
{
// throw new Exception("label not exists or not a tween label");
Exception_t * L_18 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_18, _stringLiteral99ED786D49F5A2473F8E332A2B716BB21E7596F8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, Transition_SetDuration_m0B496EB132B98C8BC6FA050D376C79255D783E6E_RuntimeMethod_var);
}
IL_0052:
{
// }
return;
}
}
// System.Single FairyGUI.Transition::GetLabelTime(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Transition_GetLabelTime_mF0640731AC4EA1A35913050D80D42D0B3DD527AF (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, String_t* ___label0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_2 = NULL;
{
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_0 = __this->get__items_3();
NullCheck(L_0);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_005d;
}
IL_000d:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_1 = __this->get__items_3();
int32_t L_2 = V_1;
NullCheck(L_1);
int32_t L_3 = L_2;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_2 = L_4;
// if (item.label == label)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_5 = V_2;
NullCheck(L_5);
String_t* L_6 = L_5->get_label_4();
String_t* L_7 = ___label0;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_002b;
}
}
{
// return item.time;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_9 = V_2;
NullCheck(L_9);
float L_10 = L_9->get_time_0();
return L_10;
}
IL_002b:
{
// else if (item.tweenConfig != null && item.tweenConfig.endLabel == label)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_11 = V_2;
NullCheck(L_11);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_12 = L_11->get_tweenConfig_3();
if (!L_12)
{
goto IL_0059;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_13 = V_2;
NullCheck(L_13);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_14 = L_13->get_tweenConfig_3();
NullCheck(L_14);
String_t* L_15 = L_14->get_endLabel_6();
String_t* L_16 = ___label0;
bool L_17 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0059;
}
}
{
// return item.time + item.tweenConfig.duration;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_18 = V_2;
NullCheck(L_18);
float L_19 = L_18->get_time_0();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_20 = V_2;
NullCheck(L_20);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_21 = L_20->get_tweenConfig_3();
NullCheck(L_21);
float L_22 = L_21->get_duration_0();
return ((float)il2cpp_codegen_add((float)L_19, (float)L_22));
}
IL_0059:
{
// for (int i = 0; i < cnt; i++)
int32_t L_23 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_005d:
{
// for (int i = 0; i < cnt; i++)
int32_t L_24 = V_1;
int32_t L_25 = V_0;
if ((((int32_t)L_24) < ((int32_t)L_25)))
{
goto IL_000d;
}
}
{
// return float.NaN;
return (std::numeric_limits<float>::quiet_NaN());
}
}
// System.Single FairyGUI.Transition::get_timeScale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Transition_get_timeScale_mB430A853FBE7DF21E7C1A5267DC8521DA18CCD62 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
{
// get { return _timeScale; }
float L_0 = __this->get__timeScale_17();
return L_0;
}
}
// System.Void FairyGUI.Transition::set_timeScale(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_set_timeScale_mA753F0ECC59A31B407B45ABC1B405CAE2C29C4D6 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_set_timeScale_mA753F0ECC59A31B407B45ABC1B405CAE2C29C4D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_2 = NULL;
{
// if (_timeScale != value)
float L_0 = __this->get__timeScale_17();
float L_1 = ___value0;
if ((((float)L_0) == ((float)L_1)))
{
goto IL_009e;
}
}
{
// _timeScale = value;
float L_2 = ___value0;
__this->set__timeScale_17(L_2);
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_3 = __this->get__items_3();
NullCheck(L_3);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))));
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_009a;
}
IL_0020:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_4 = __this->get__items_3();
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = L_5;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
// if (item.tweener != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_8 = V_2;
NullCheck(L_8);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_9 = L_8->get_tweener_7();
if (!L_9)
{
goto IL_0040;
}
}
{
// item.tweener.SetTimeScale(value);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_10 = V_2;
NullCheck(L_10);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_11 = L_10->get_tweener_7();
float L_12 = ___value0;
NullCheck(L_11);
GTweener_SetTimeScale_m84DF3F773A5D7CFD35A6CBCD5E6F3EC49DD8B11B(L_11, L_12, /*hidden argument*/NULL);
goto IL_0096;
}
IL_0040:
{
// else if (item.type == TransitionActionType.Transition)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_13 = V_2;
NullCheck(L_13);
int32_t L_14 = L_13->get_type_2();
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)10)))))
{
goto IL_0074;
}
}
{
// if (((TValue_Transition)item.value).trans != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_15 = V_2;
NullCheck(L_15);
RuntimeObject * L_16 = L_15->get_value_5();
NullCheck(((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_16, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var)));
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_17 = ((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_16, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var))->get_trans_2();
if (!L_17)
{
goto IL_0096;
}
}
{
// ((TValue_Transition)item.value).trans.timeScale = value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_18 = V_2;
NullCheck(L_18);
RuntimeObject * L_19 = L_18->get_value_5();
NullCheck(((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_19, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var)));
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_20 = ((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_19, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var))->get_trans_2();
float L_21 = ___value0;
NullCheck(L_20);
Transition_set_timeScale_mA753F0ECC59A31B407B45ABC1B405CAE2C29C4D6(L_20, L_21, /*hidden argument*/NULL);
// }
goto IL_0096;
}
IL_0074:
{
// else if (item.type == TransitionActionType.Animation)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_22 = V_2;
NullCheck(L_22);
int32_t L_23 = L_22->get_type_2();
if ((!(((uint32_t)L_23) == ((uint32_t)7))))
{
goto IL_0096;
}
}
{
// if (item.target != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_24 = V_2;
NullCheck(L_24);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_25 = L_24->get_target_8();
if (!L_25)
{
goto IL_0096;
}
}
{
// ((IAnimationGear)item.target).timeScale = value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_26 = V_2;
NullCheck(L_26);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_27 = L_26->get_target_8();
float L_28 = ___value0;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_27, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< float >::Invoke(5 /* System.Void FairyGUI.IAnimationGear::set_timeScale(System.Single) */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_27, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)), L_28);
}
IL_0096:
{
// for (int i = 0; i < cnt; i++)
int32_t L_29 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
}
IL_009a:
{
// for (int i = 0; i < cnt; i++)
int32_t L_30 = V_1;
int32_t L_31 = V_0;
if ((((int32_t)L_30) < ((int32_t)L_31)))
{
goto IL_0020;
}
}
IL_009e:
{
// }
return;
}
}
// System.Boolean FairyGUI.Transition::get_ignoreEngineTimeScale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Transition_get_ignoreEngineTimeScale_m992D07AAF956B264804C640B5B320638972EF702 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
{
// get { return _ignoreEngineTimeScale; }
bool L_0 = __this->get__ignoreEngineTimeScale_18();
return L_0;
}
}
// System.Void FairyGUI.Transition::set_ignoreEngineTimeScale(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_set_ignoreEngineTimeScale_mA3B19B5057D306202E98A0E4C4F5937374E1F89E (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_set_ignoreEngineTimeScale_mA3B19B5057D306202E98A0E4C4F5937374E1F89E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_2 = NULL;
{
// if (_ignoreEngineTimeScale != value)
bool L_0 = __this->get__ignoreEngineTimeScale_18();
bool L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_009e;
}
}
{
// _ignoreEngineTimeScale = value;
bool L_2 = ___value0;
__this->set__ignoreEngineTimeScale_18(L_2);
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_3 = __this->get__items_3();
NullCheck(L_3);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))));
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_009a;
}
IL_0020:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_4 = __this->get__items_3();
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = L_5;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
// if (item.tweener != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_8 = V_2;
NullCheck(L_8);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_9 = L_8->get_tweener_7();
if (!L_9)
{
goto IL_0040;
}
}
{
// item.tweener.SetIgnoreEngineTimeScale(value);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_10 = V_2;
NullCheck(L_10);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_11 = L_10->get_tweener_7();
bool L_12 = ___value0;
NullCheck(L_11);
GTweener_SetIgnoreEngineTimeScale_mB68CF4D79C48D861371E6FE1ADD87E63D6E1EECE(L_11, L_12, /*hidden argument*/NULL);
goto IL_0096;
}
IL_0040:
{
// else if (item.type == TransitionActionType.Transition)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_13 = V_2;
NullCheck(L_13);
int32_t L_14 = L_13->get_type_2();
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)10)))))
{
goto IL_0074;
}
}
{
// if (((TValue_Transition)item.value).trans != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_15 = V_2;
NullCheck(L_15);
RuntimeObject * L_16 = L_15->get_value_5();
NullCheck(((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_16, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var)));
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_17 = ((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_16, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var))->get_trans_2();
if (!L_17)
{
goto IL_0096;
}
}
{
// ((TValue_Transition)item.value).trans.ignoreEngineTimeScale = value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_18 = V_2;
NullCheck(L_18);
RuntimeObject * L_19 = L_18->get_value_5();
NullCheck(((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_19, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var)));
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_20 = ((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_19, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var))->get_trans_2();
bool L_21 = ___value0;
NullCheck(L_20);
Transition_set_ignoreEngineTimeScale_mA3B19B5057D306202E98A0E4C4F5937374E1F89E(L_20, L_21, /*hidden argument*/NULL);
// }
goto IL_0096;
}
IL_0074:
{
// else if (item.type == TransitionActionType.Animation)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_22 = V_2;
NullCheck(L_22);
int32_t L_23 = L_22->get_type_2();
if ((!(((uint32_t)L_23) == ((uint32_t)7))))
{
goto IL_0096;
}
}
{
// if (item.target != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_24 = V_2;
NullCheck(L_24);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_25 = L_24->get_target_8();
if (!L_25)
{
goto IL_0096;
}
}
{
// ((IAnimationGear)item.target).ignoreEngineTimeScale = value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_26 = V_2;
NullCheck(L_26);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_27 = L_26->get_target_8();
bool L_28 = ___value0;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_27, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< bool >::Invoke(7 /* System.Void FairyGUI.IAnimationGear::set_ignoreEngineTimeScale(System.Boolean) */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_27, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)), L_28);
}
IL_0096:
{
// for (int i = 0; i < cnt; i++)
int32_t L_29 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
}
IL_009a:
{
// for (int i = 0; i < cnt; i++)
int32_t L_30 = V_1;
int32_t L_31 = V_0;
if ((((int32_t)L_30) < ((int32_t)L_31)))
{
goto IL_0020;
}
}
IL_009e:
{
// }
return;
}
}
// System.Void FairyGUI.Transition::UpdateFromRelations(System.String,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_UpdateFromRelations_mE61E25DF3A7047C80B6D86EA1F526F4E6655918B (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, String_t* ___targetId0, float ___dx1, float ___dy2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_UpdateFromRelations_mE61E25DF3A7047C80B6D86EA1F526F4E6655918B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_2 = NULL;
{
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_0 = __this->get__items_3();
NullCheck(L_0);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
// if (cnt == 0)
int32_t L_1 = V_0;
if (L_1)
{
goto IL_000d;
}
}
{
// return;
return;
}
IL_000d:
{
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_00d7;
}
IL_0014:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_2 = __this->get__items_3();
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_2 = L_5;
// if (item.type == TransitionActionType.XY && item.targetId == targetId)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_6 = V_2;
NullCheck(L_6);
int32_t L_7 = L_6->get_type_2();
if (L_7)
{
goto IL_00d3;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_8 = V_2;
NullCheck(L_8);
String_t* L_9 = L_8->get_targetId_1();
String_t* L_10 = ___targetId0;
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_9, L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_00d3;
}
}
{
// if (item.tweenConfig != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_12 = V_2;
NullCheck(L_12);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_13 = L_12->get_tweenConfig_3();
if (!L_13)
{
goto IL_00a3;
}
}
{
// item.tweenConfig.startValue.f1 += dx;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_14 = V_2;
NullCheck(L_14);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_15 = L_14->get_tweenConfig_3();
NullCheck(L_15);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_16 = L_15->get_startValue_4();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_17 = L_16;
NullCheck(L_17);
float L_18 = L_17->get_f1_0();
float L_19 = ___dx1;
NullCheck(L_17);
L_17->set_f1_0(((float)il2cpp_codegen_add((float)L_18, (float)L_19)));
// item.tweenConfig.startValue.f2 += dy;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_20 = V_2;
NullCheck(L_20);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_21 = L_20->get_tweenConfig_3();
NullCheck(L_21);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_22 = L_21->get_startValue_4();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_23 = L_22;
NullCheck(L_23);
float L_24 = L_23->get_f2_1();
float L_25 = ___dy2;
NullCheck(L_23);
L_23->set_f2_1(((float)il2cpp_codegen_add((float)L_24, (float)L_25)));
// item.tweenConfig.endValue.f1 += dx;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_26 = V_2;
NullCheck(L_26);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_27 = L_26->get_tweenConfig_3();
NullCheck(L_27);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_28 = L_27->get_endValue_5();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_29 = L_28;
NullCheck(L_29);
float L_30 = L_29->get_f1_0();
float L_31 = ___dx1;
NullCheck(L_29);
L_29->set_f1_0(((float)il2cpp_codegen_add((float)L_30, (float)L_31)));
// item.tweenConfig.endValue.f2 += dy;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_32 = V_2;
NullCheck(L_32);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_33 = L_32->get_tweenConfig_3();
NullCheck(L_33);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_34 = L_33->get_endValue_5();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_35 = L_34;
NullCheck(L_35);
float L_36 = L_35->get_f2_1();
float L_37 = ___dy2;
NullCheck(L_35);
L_35->set_f2_1(((float)il2cpp_codegen_add((float)L_36, (float)L_37)));
// }
goto IL_00d3;
}
IL_00a3:
{
// ((TValue)item.value).f1 += dx;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_38 = V_2;
NullCheck(L_38);
RuntimeObject * L_39 = L_38->get_value_5();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_40 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_39, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var));
NullCheck(L_40);
float L_41 = L_40->get_f1_0();
float L_42 = ___dx1;
NullCheck(L_40);
L_40->set_f1_0(((float)il2cpp_codegen_add((float)L_41, (float)L_42)));
// ((TValue)item.value).f2 += dy;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_43 = V_2;
NullCheck(L_43);
RuntimeObject * L_44 = L_43->get_value_5();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_45 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_44, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var));
NullCheck(L_45);
float L_46 = L_45->get_f2_1();
float L_47 = ___dy2;
NullCheck(L_45);
L_45->set_f2_1(((float)il2cpp_codegen_add((float)L_46, (float)L_47)));
}
IL_00d3:
{
// for (int i = 0; i < cnt; i++)
int32_t L_48 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1));
}
IL_00d7:
{
// for (int i = 0; i < cnt; i++)
int32_t L_49 = V_1;
int32_t L_50 = V_0;
if ((((int32_t)L_49) < ((int32_t)L_50)))
{
goto IL_0014;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.Transition::OnOwnerAddedToStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_OnOwnerAddedToStage_mF6F7673B6250EB0CD0FEF679204B16A4DF436F41 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
{
// if (_autoPlay && !_playing)
bool L_0 = __this->get__autoPlay_14();
if (!L_0)
{
goto IL_0023;
}
}
{
bool L_1 = __this->get__playing_6();
if (L_1)
{
goto IL_0023;
}
}
{
// Play(_autoPlayTimes, _autoPlayDelay, null);
int32_t L_2 = __this->get__autoPlayTimes_15();
float L_3 = __this->get__autoPlayDelay_16();
Transition_Play_mF4528D7AF5FC672A0CBB4E4079F63FDC8411AD48(__this, L_2, L_3, (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)NULL, /*hidden argument*/NULL);
}
IL_0023:
{
// }
return;
}
}
// System.Void FairyGUI.Transition::OnOwnerRemovedFromStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_OnOwnerRemovedFromStage_m007E6DE925B24ED241671C90566EE0D823D91644 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * G_B3_0 = NULL;
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * G_B2_0 = NULL;
int32_t G_B4_0 = 0;
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * G_B4_1 = NULL;
{
// if ((_options & OPTION_AUTO_STOP_DISABLED) == 0)
int32_t L_0 = __this->get__options_11();
if (((int32_t)((int32_t)L_0&(int32_t)2)))
{
goto IL_001f;
}
}
{
// Stop((_options & OPTION_AUTO_STOP_AT_END) != 0 ? true : false, false);
int32_t L_1 = __this->get__options_11();
G_B2_0 = __this;
if (((int32_t)((int32_t)L_1&(int32_t)4)))
{
G_B3_0 = __this;
goto IL_0018;
}
}
{
G_B4_0 = 0;
G_B4_1 = G_B2_0;
goto IL_0019;
}
IL_0018:
{
G_B4_0 = 1;
G_B4_1 = G_B3_0;
}
IL_0019:
{
NullCheck(G_B4_1);
Transition_Stop_m9587BA269CF3383D602BE44C1AC5675F51AC2F0F(G_B4_1, (bool)G_B4_0, (bool)0, /*hidden argument*/NULL);
}
IL_001f:
{
// }
return;
}
}
// System.Void FairyGUI.Transition::OnDelayedPlay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_OnDelayedPlay_m2EF1D5CFD08C78336EBC71BF6FAD0F7598C37A49 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_2 = NULL;
{
// InternalPlay();
Transition_InternalPlay_m5009E5AE66E44E7B8D530413BDF9CEA80B6782E2(__this, /*hidden argument*/NULL);
// _playing = _totalTasks > 0;
int32_t L_0 = __this->get__totalTasks_5();
__this->set__playing_6((bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0));
// if (_playing)
bool L_1 = __this->get__playing_6();
if (!L_1)
{
goto IL_006d;
}
}
{
// if ((_options & OPTION_IGNORE_DISPLAY_CONTROLLER) != 0)
int32_t L_2 = __this->get__options_11();
if (!((int32_t)((int32_t)L_2&(int32_t)1)))
{
goto IL_0087;
}
}
{
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_3 = __this->get__items_3();
NullCheck(L_3);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))));
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0068;
}
IL_0034:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_4 = __this->get__items_3();
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = L_5;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
// if (item.target != null && item.target != _owner)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_8 = V_2;
NullCheck(L_8);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = L_8->get_target_8();
if (!L_9)
{
goto IL_0064;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_10 = V_2;
NullCheck(L_10);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = L_10->get_target_8();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_12 = __this->get__owner_2();
if ((((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_11) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_12)))
{
goto IL_0064;
}
}
{
// item.displayLockToken = item.target.AddDisplayLock();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_13 = V_2;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_14 = V_2;
NullCheck(L_14);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = L_14->get_target_8();
NullCheck(L_15);
uint32_t L_16 = GObject_AddDisplayLock_m3C5A7CC21DA6E22859E7710EE8A648C803C07159(L_15, /*hidden argument*/NULL);
NullCheck(L_13);
L_13->set_displayLockToken_9(L_16);
}
IL_0064:
{
// for (int i = 0; i < cnt; i++)
int32_t L_17 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_0068:
{
// for (int i = 0; i < cnt; i++)
int32_t L_18 = V_1;
int32_t L_19 = V_0;
if ((((int32_t)L_18) < ((int32_t)L_19)))
{
goto IL_0034;
}
}
{
// }
return;
}
IL_006d:
{
// else if (_onComplete != null)
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_20 = __this->get__onComplete_10();
if (!L_20)
{
goto IL_0087;
}
}
{
// PlayCompleteCallback func = _onComplete;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_21 = __this->get__onComplete_10();
// _onComplete = null;
__this->set__onComplete_10((PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)NULL);
// func();
NullCheck(L_21);
PlayCompleteCallback_Invoke_m5678FD08AE0DB2FCC5C59A846213F45B29E5AB61(L_21, /*hidden argument*/NULL);
}
IL_0087:
{
// }
return;
}
}
// System.Void FairyGUI.Transition::InternalPlay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_InternalPlay_m5009E5AE66E44E7B8D530413BDF9CEA80B6782E2 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_InternalPlay_m5009E5AE66E44E7B8D530413BDF9CEA80B6782E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
int32_t V_2 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_3 = NULL;
int32_t V_4 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_5 = NULL;
{
// _ownerBaseX = _owner.x;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__owner_2();
NullCheck(L_0);
float L_1 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_0, /*hidden argument*/NULL);
__this->set__ownerBaseX_8(L_1);
// _ownerBaseY = _owner.y;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = __this->get__owner_2();
NullCheck(L_2);
float L_3 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_2, /*hidden argument*/NULL);
__this->set__ownerBaseY_9(L_3);
// _totalTasks = 0;
__this->set__totalTasks_5(0);
// bool needSkipAnimations = false;
V_0 = (bool)0;
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_4 = __this->get__items_3();
NullCheck(L_4);
V_1 = (((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))));
// if (!_reversed)
bool L_5 = __this->get__reversed_12();
if (L_5)
{
goto IL_009b;
}
}
{
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_0095;
}
IL_0040:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_6 = __this->get__items_3();
int32_t L_7 = V_2;
NullCheck(L_6);
int32_t L_8 = L_7;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_3 = L_9;
// if (item.target == null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_10 = V_3;
NullCheck(L_10);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = L_10->get_target_8();
if (!L_11)
{
goto IL_0091;
}
}
{
// if (item.type == TransitionActionType.Animation && _startTime != 0 && item.time <= _startTime)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_12 = V_3;
NullCheck(L_12);
int32_t L_13 = L_12->get_type_2();
if ((!(((uint32_t)L_13) == ((uint32_t)7))))
{
goto IL_008a;
}
}
{
float L_14 = __this->get__startTime_19();
if ((((float)L_14) == ((float)(0.0f))))
{
goto IL_008a;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_15 = V_3;
NullCheck(L_15);
float L_16 = L_15->get_time_0();
float L_17 = __this->get__startTime_19();
if ((!(((float)L_16) <= ((float)L_17))))
{
goto IL_008a;
}
}
{
// needSkipAnimations = true;
V_0 = (bool)1;
// ((TValue_Animation)item.value).flag = false;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_18 = V_3;
NullCheck(L_18);
RuntimeObject * L_19 = L_18->get_value_5();
NullCheck(((TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B *)CastclassClass((RuntimeObject*)L_19, TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var)));
((TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B *)CastclassClass((RuntimeObject*)L_19, TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var))->set_flag_2((bool)0);
// }
goto IL_0091;
}
IL_008a:
{
// PlayItem(item);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_20 = V_3;
Transition_PlayItem_mCADF9CD03023BAD1E673E7FC4C96817F546F28A8(__this, L_20, /*hidden argument*/NULL);
}
IL_0091:
{
// for (int i = 0; i < cnt; i++)
int32_t L_21 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_0095:
{
// for (int i = 0; i < cnt; i++)
int32_t L_22 = V_2;
int32_t L_23 = V_1;
if ((((int32_t)L_22) < ((int32_t)L_23)))
{
goto IL_0040;
}
}
{
// }
goto IL_00c9;
}
IL_009b:
{
// for (int i = cnt - 1; i >= 0; i--)
int32_t L_24 = V_1;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1));
goto IL_00c4;
}
IL_00a2:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_25 = __this->get__items_3();
int32_t L_26 = V_4;
NullCheck(L_25);
int32_t L_27 = L_26;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
V_5 = L_28;
// if (item.target == null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_29 = V_5;
NullCheck(L_29);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_30 = L_29->get_target_8();
if (!L_30)
{
goto IL_00be;
}
}
{
// PlayItem(item);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_31 = V_5;
Transition_PlayItem_mCADF9CD03023BAD1E673E7FC4C96817F546F28A8(__this, L_31, /*hidden argument*/NULL);
}
IL_00be:
{
// for (int i = cnt - 1; i >= 0; i--)
int32_t L_32 = V_4;
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1));
}
IL_00c4:
{
// for (int i = cnt - 1; i >= 0; i--)
int32_t L_33 = V_4;
if ((((int32_t)L_33) >= ((int32_t)0)))
{
goto IL_00a2;
}
}
IL_00c9:
{
// if (needSkipAnimations)
bool L_34 = V_0;
if (!L_34)
{
goto IL_00d2;
}
}
{
// SkipAnimations();
Transition_SkipAnimations_m40C19DD35A12B0B285D2F9ED9458FEF45BE207A3(__this, /*hidden argument*/NULL);
}
IL_00d2:
{
// }
return;
}
}
// System.Void FairyGUI.Transition::PlayItem(FairyGUI.TransitionItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_PlayItem_mCADF9CD03023BAD1E673E7FC4C96817F546F28A8 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * ___item0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_PlayItem_mCADF9CD03023BAD1E673E7FC4C96817F546F28A8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
TValue_t82801118914234C897121D3AFA68F615837FB309 * V_1 = NULL;
TValue_t82801118914234C897121D3AFA68F615837FB309 * V_2 = NULL;
int32_t V_3 = 0;
TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 * V_4 = NULL;
TValue_t82801118914234C897121D3AFA68F615837FB309 * G_B11_0 = NULL;
TValue_t82801118914234C897121D3AFA68F615837FB309 * G_B10_0 = NULL;
int32_t G_B12_0 = 0;
TValue_t82801118914234C897121D3AFA68F615837FB309 * G_B12_1 = NULL;
TValue_t82801118914234C897121D3AFA68F615837FB309 * G_B14_0 = NULL;
TValue_t82801118914234C897121D3AFA68F615837FB309 * G_B13_0 = NULL;
int32_t G_B15_0 = 0;
TValue_t82801118914234C897121D3AFA68F615837FB309 * G_B15_1 = NULL;
{
// if (item.tweenConfig != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_0 = ___item0;
NullCheck(L_0);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_1 = L_0->get_tweenConfig_3();
if (!L_1)
{
goto IL_0231;
}
}
{
// if (_reversed)
bool L_2 = __this->get__reversed_12();
if (!L_2)
{
goto IL_002f;
}
}
{
// time = (_totalDuration - item.time - item.tweenConfig.duration);
float L_3 = __this->get__totalDuration_13();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_4 = ___item0;
NullCheck(L_4);
float L_5 = L_4->get_time_0();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_6 = ___item0;
NullCheck(L_6);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_7 = L_6->get_tweenConfig_3();
NullCheck(L_7);
float L_8 = L_7->get_duration_0();
V_0 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_3, (float)L_5)), (float)L_8));
goto IL_0036;
}
IL_002f:
{
// time = item.time;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_9 = ___item0;
NullCheck(L_9);
float L_10 = L_9->get_time_0();
V_0 = L_10;
}
IL_0036:
{
// if (_endTime == -1 || time <= _endTime)
float L_11 = __this->get__endTime_20();
if ((((float)L_11) == ((float)(-1.0f))))
{
goto IL_004f;
}
}
{
float L_12 = V_0;
float L_13 = __this->get__endTime_20();
if ((!(((float)L_12) <= ((float)L_13))))
{
goto IL_03c6;
}
}
IL_004f:
{
// if (_reversed)
bool L_14 = __this->get__reversed_12();
if (!L_14)
{
goto IL_0071;
}
}
{
// startValue = item.tweenConfig.endValue;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_15 = ___item0;
NullCheck(L_15);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_16 = L_15->get_tweenConfig_3();
NullCheck(L_16);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_17 = L_16->get_endValue_5();
V_1 = L_17;
// endValue = item.tweenConfig.startValue;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_18 = ___item0;
NullCheck(L_18);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_19 = L_18->get_tweenConfig_3();
NullCheck(L_19);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_20 = L_19->get_startValue_4();
V_2 = L_20;
// }
goto IL_0089;
}
IL_0071:
{
// startValue = item.tweenConfig.startValue;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_21 = ___item0;
NullCheck(L_21);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_22 = L_21->get_tweenConfig_3();
NullCheck(L_22);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_23 = L_22->get_startValue_4();
V_1 = L_23;
// endValue = item.tweenConfig.endValue;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_24 = ___item0;
NullCheck(L_24);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_25 = L_24->get_tweenConfig_3();
NullCheck(L_25);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_26 = L_25->get_endValue_5();
V_2 = L_26;
}
IL_0089:
{
// ((TValue)item.value).b1 = startValue.b1 || endValue.b1;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_27 = ___item0;
NullCheck(L_27);
RuntimeObject * L_28 = L_27->get_value_5();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_29 = V_1;
NullCheck(L_29);
bool L_30 = L_29->get_b1_4();
G_B10_0 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_28, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var));
if (L_30)
{
G_B11_0 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_28, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var));
goto IL_00a4;
}
}
{
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_31 = V_2;
NullCheck(L_31);
bool L_32 = L_31->get_b1_4();
G_B12_0 = ((int32_t)(L_32));
G_B12_1 = G_B10_0;
goto IL_00a5;
}
IL_00a4:
{
G_B12_0 = 1;
G_B12_1 = G_B11_0;
}
IL_00a5:
{
NullCheck(G_B12_1);
G_B12_1->set_b1_4((bool)G_B12_0);
// ((TValue)item.value).b2 = startValue.b2 || endValue.b2;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_33 = ___item0;
NullCheck(L_33);
RuntimeObject * L_34 = L_33->get_value_5();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_35 = V_1;
NullCheck(L_35);
bool L_36 = L_35->get_b2_5();
G_B13_0 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_34, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var));
if (L_36)
{
G_B14_0 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_34, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var));
goto IL_00c5;
}
}
{
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_37 = V_2;
NullCheck(L_37);
bool L_38 = L_37->get_b2_5();
G_B15_0 = ((int32_t)(L_38));
G_B15_1 = G_B13_0;
goto IL_00c6;
}
IL_00c5:
{
G_B15_0 = 1;
G_B15_1 = G_B14_0;
}
IL_00c6:
{
NullCheck(G_B15_1);
G_B15_1->set_b2_5((bool)G_B15_0);
// switch (item.type)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_39 = ___item0;
NullCheck(L_39);
int32_t L_40 = L_39->get_type_2();
V_3 = L_40;
int32_t L_41 = V_3;
switch (L_41)
{
case 0:
{
goto IL_0115;
}
case 1:
{
goto IL_0115;
}
case 2:
{
goto IL_0115;
}
case 3:
{
goto IL_01a3;
}
case 4:
{
goto IL_0139;
}
case 5:
{
goto IL_0139;
}
case 6:
{
goto IL_015d;
}
case 7:
{
goto IL_01a3;
}
case 8:
{
goto IL_01a3;
}
case 9:
{
goto IL_01a3;
}
case 10:
{
goto IL_01a3;
}
case 11:
{
goto IL_01a3;
}
case 12:
{
goto IL_0181;
}
case 13:
{
goto IL_0115;
}
}
}
{
goto IL_01a3;
}
IL_0115:
{
// item.tweener = GTween.To(startValue.vec2, endValue.vec2, item.tweenConfig.duration);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_42 = ___item0;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_43 = V_1;
NullCheck(L_43);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_44 = TValue_get_vec2_mCF34F63D95960618F4005B4C9C7012E6BCD6014F(L_43, /*hidden argument*/NULL);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_45 = V_2;
NullCheck(L_45);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_46 = TValue_get_vec2_mCF34F63D95960618F4005B4C9C7012E6BCD6014F(L_45, /*hidden argument*/NULL);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_47 = ___item0;
NullCheck(L_47);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_48 = L_47->get_tweenConfig_3();
NullCheck(L_48);
float L_49 = L_48->get_duration_0();
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_50 = GTween_To_m565DF71C5577CF63482B6EC64105A6ABD68D6A6A(L_44, L_46, L_49, /*hidden argument*/NULL);
NullCheck(L_42);
L_42->set_tweener_7(L_50);
// break;
goto IL_01a3;
}
IL_0139:
{
// item.tweener = GTween.To(startValue.f1, endValue.f1, item.tweenConfig.duration);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_51 = ___item0;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_52 = V_1;
NullCheck(L_52);
float L_53 = L_52->get_f1_0();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_54 = V_2;
NullCheck(L_54);
float L_55 = L_54->get_f1_0();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_56 = ___item0;
NullCheck(L_56);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_57 = L_56->get_tweenConfig_3();
NullCheck(L_57);
float L_58 = L_57->get_duration_0();
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_59 = GTween_To_m115CFC168A0090A201B8329C64722420C59C1AE3(L_53, L_55, L_58, /*hidden argument*/NULL);
NullCheck(L_51);
L_51->set_tweener_7(L_59);
// break;
goto IL_01a3;
}
IL_015d:
{
// item.tweener = GTween.To(startValue.color, endValue.color, item.tweenConfig.duration);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_60 = ___item0;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_61 = V_1;
NullCheck(L_61);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_62 = TValue_get_color_mBD9E9A694DD778E3DAF47AD7E094B7FB2DA1B173(L_61, /*hidden argument*/NULL);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_63 = V_2;
NullCheck(L_63);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_64 = TValue_get_color_mBD9E9A694DD778E3DAF47AD7E094B7FB2DA1B173(L_63, /*hidden argument*/NULL);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_65 = ___item0;
NullCheck(L_65);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_66 = L_65->get_tweenConfig_3();
NullCheck(L_66);
float L_67 = L_66->get_duration_0();
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_68 = GTween_To_mDF5EA382DA5D36CB51FA502B0ED8B323E1D3DC65(L_62, L_64, L_67, /*hidden argument*/NULL);
NullCheck(L_60);
L_60->set_tweener_7(L_68);
// break;
goto IL_01a3;
}
IL_0181:
{
// item.tweener = GTween.To(startValue.vec4, endValue.vec4, item.tweenConfig.duration);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_69 = ___item0;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_70 = V_1;
NullCheck(L_70);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_71 = TValue_get_vec4_m7ED1F51F0DBD58C96D9DD96C6DEFEE63CC9D5089(L_70, /*hidden argument*/NULL);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_72 = V_2;
NullCheck(L_72);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_73 = TValue_get_vec4_m7ED1F51F0DBD58C96D9DD96C6DEFEE63CC9D5089(L_72, /*hidden argument*/NULL);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_74 = ___item0;
NullCheck(L_74);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_75 = L_74->get_tweenConfig_3();
NullCheck(L_75);
float L_76 = L_75->get_duration_0();
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_77 = GTween_To_mDA06E811102E2CDE27250A052111C9410B24554A(L_71, L_73, L_76, /*hidden argument*/NULL);
NullCheck(L_69);
L_69->set_tweener_7(L_77);
}
IL_01a3:
{
// item.tweener.SetDelay(time)
// .SetEase(item.tweenConfig.easeType)
// .SetRepeat(item.tweenConfig.repeat, item.tweenConfig.yoyo)
// .SetTimeScale(_timeScale)
// .SetIgnoreEngineTimeScale(_ignoreEngineTimeScale)
// .SetTarget(item)
// .SetListener(this);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_78 = ___item0;
NullCheck(L_78);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_79 = L_78->get_tweener_7();
float L_80 = V_0;
NullCheck(L_79);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_81 = GTweener_SetDelay_m8FC9B4F7F97C5F29E5BCA344B00CFAD995F4FD70(L_79, L_80, /*hidden argument*/NULL);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_82 = ___item0;
NullCheck(L_82);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_83 = L_82->get_tweenConfig_3();
NullCheck(L_83);
int32_t L_84 = L_83->get_easeType_1();
NullCheck(L_81);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_85 = GTweener_SetEase_mF91A771B8A57093C78AD3E8545802266DACF6AEC(L_81, L_84, /*hidden argument*/NULL);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_86 = ___item0;
NullCheck(L_86);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_87 = L_86->get_tweenConfig_3();
NullCheck(L_87);
int32_t L_88 = L_87->get_repeat_2();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_89 = ___item0;
NullCheck(L_89);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_90 = L_89->get_tweenConfig_3();
NullCheck(L_90);
bool L_91 = L_90->get_yoyo_3();
NullCheck(L_85);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_92 = GTweener_SetRepeat_mBDC73687BFA0B08EC64296ED8E89918CC1E3A68D(L_85, L_88, L_91, /*hidden argument*/NULL);
float L_93 = __this->get__timeScale_17();
NullCheck(L_92);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_94 = GTweener_SetTimeScale_m84DF3F773A5D7CFD35A6CBCD5E6F3EC49DD8B11B(L_92, L_93, /*hidden argument*/NULL);
bool L_95 = __this->get__ignoreEngineTimeScale_18();
NullCheck(L_94);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_96 = GTweener_SetIgnoreEngineTimeScale_mB68CF4D79C48D861371E6FE1ADD87E63D6E1EECE(L_94, L_95, /*hidden argument*/NULL);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_97 = ___item0;
NullCheck(L_96);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_98 = GTweener_SetTarget_m95CDEB77F5F56289AE46FCFAAEE2448830B44F26(L_96, L_97, /*hidden argument*/NULL);
NullCheck(L_98);
GTweener_SetListener_mF4054E00E54DF889916E7D607CA14E2F2C371482(L_98, __this, /*hidden argument*/NULL);
// if (_endTime >= 0)
float L_99 = __this->get__endTime_20();
if ((!(((float)L_99) >= ((float)(0.0f)))))
{
goto IL_021e;
}
}
{
// item.tweener.SetBreakpoint(_endTime - time);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_100 = ___item0;
NullCheck(L_100);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_101 = L_100->get_tweener_7();
float L_102 = __this->get__endTime_20();
float L_103 = V_0;
NullCheck(L_101);
GTweener_SetBreakpoint_m5E13B23D828B1467F18624CA2FFD12BEE2D03ACE(L_101, ((float)il2cpp_codegen_subtract((float)L_102, (float)L_103)), /*hidden argument*/NULL);
}
IL_021e:
{
// _totalTasks++;
int32_t L_104 = __this->get__totalTasks_5();
__this->set__totalTasks_5(((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1)));
// }
goto IL_03c6;
}
IL_0231:
{
// else if (item.type == TransitionActionType.Shake)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_105 = ___item0;
NullCheck(L_105);
int32_t L_106 = L_105->get_type_2();
if ((!(((uint32_t)L_106) == ((uint32_t)((int32_t)11)))))
{
goto IL_0336;
}
}
{
// TValue_Shake value = (TValue_Shake)item.value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_107 = ___item0;
NullCheck(L_107);
RuntimeObject * L_108 = L_107->get_value_5();
V_4 = ((TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)CastclassClass((RuntimeObject*)L_108, TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var));
// if (_reversed)
bool L_109 = __this->get__reversed_12();
if (!L_109)
{
goto IL_026b;
}
}
{
// time = (_totalDuration - item.time - value.duration);
float L_110 = __this->get__totalDuration_13();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_111 = ___item0;
NullCheck(L_111);
float L_112 = L_111->get_time_0();
TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 * L_113 = V_4;
NullCheck(L_113);
float L_114 = L_113->get_duration_1();
V_0 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_110, (float)L_112)), (float)L_114));
goto IL_0272;
}
IL_026b:
{
// time = item.time;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_115 = ___item0;
NullCheck(L_115);
float L_116 = L_115->get_time_0();
V_0 = L_116;
}
IL_0272:
{
// if (_endTime == -1 || time <= _endTime)
float L_117 = __this->get__endTime_20();
if ((((float)L_117) == ((float)(-1.0f))))
{
goto IL_028b;
}
}
{
float L_118 = V_0;
float L_119 = __this->get__endTime_20();
if ((!(((float)L_118) <= ((float)L_119))))
{
goto IL_03c6;
}
}
IL_028b:
{
// value.lastOffset.Set(0, 0);
TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 * L_120 = V_4;
NullCheck(L_120);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_121 = L_120->get_address_of_lastOffset_2();
Vector2_Set_m10BEF246805EE03D7D13B58C2CC8C598C2371139((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_121, (0.0f), (0.0f), /*hidden argument*/NULL);
// value.offset.Set(0, 0);
TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 * L_122 = V_4;
NullCheck(L_122);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_123 = L_122->get_address_of_offset_3();
Vector2_Set_m10BEF246805EE03D7D13B58C2CC8C598C2371139((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_123, (0.0f), (0.0f), /*hidden argument*/NULL);
// item.tweener = GTween.Shake(Vector3.zero, value.amplitude, value.duration)
// .SetDelay(time)
// .SetTimeScale(_timeScale)
// .SetIgnoreEngineTimeScale(_ignoreEngineTimeScale)
// .SetTarget(item)
// .SetListener(this);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_124 = ___item0;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_125 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 * L_126 = V_4;
NullCheck(L_126);
float L_127 = L_126->get_amplitude_0();
TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 * L_128 = V_4;
NullCheck(L_128);
float L_129 = L_128->get_duration_1();
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_130 = GTween_Shake_m57C46312DA561875C7C4C4D18DA34968B3FB7ED9(L_125, L_127, L_129, /*hidden argument*/NULL);
float L_131 = V_0;
NullCheck(L_130);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_132 = GTweener_SetDelay_m8FC9B4F7F97C5F29E5BCA344B00CFAD995F4FD70(L_130, L_131, /*hidden argument*/NULL);
float L_133 = __this->get__timeScale_17();
NullCheck(L_132);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_134 = GTweener_SetTimeScale_m84DF3F773A5D7CFD35A6CBCD5E6F3EC49DD8B11B(L_132, L_133, /*hidden argument*/NULL);
bool L_135 = __this->get__ignoreEngineTimeScale_18();
NullCheck(L_134);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_136 = GTweener_SetIgnoreEngineTimeScale_mB68CF4D79C48D861371E6FE1ADD87E63D6E1EECE(L_134, L_135, /*hidden argument*/NULL);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_137 = ___item0;
NullCheck(L_136);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_138 = GTweener_SetTarget_m95CDEB77F5F56289AE46FCFAAEE2448830B44F26(L_136, L_137, /*hidden argument*/NULL);
NullCheck(L_138);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_139 = GTweener_SetListener_mF4054E00E54DF889916E7D607CA14E2F2C371482(L_138, __this, /*hidden argument*/NULL);
NullCheck(L_124);
L_124->set_tweener_7(L_139);
// if (_endTime >= 0)
float L_140 = __this->get__endTime_20();
if ((!(((float)L_140) >= ((float)(0.0f)))))
{
goto IL_0323;
}
}
{
// item.tweener.SetBreakpoint(_endTime - item.time);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_141 = ___item0;
NullCheck(L_141);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_142 = L_141->get_tweener_7();
float L_143 = __this->get__endTime_20();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_144 = ___item0;
NullCheck(L_144);
float L_145 = L_144->get_time_0();
NullCheck(L_142);
GTweener_SetBreakpoint_m5E13B23D828B1467F18624CA2FFD12BEE2D03ACE(L_142, ((float)il2cpp_codegen_subtract((float)L_143, (float)L_145)), /*hidden argument*/NULL);
}
IL_0323:
{
// _totalTasks++;
int32_t L_146 = __this->get__totalTasks_5();
__this->set__totalTasks_5(((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)1)));
// }
goto IL_03c6;
}
IL_0336:
{
// if (_reversed)
bool L_147 = __this->get__reversed_12();
if (!L_147)
{
goto IL_034e;
}
}
{
// time = (_totalDuration - item.time);
float L_148 = __this->get__totalDuration_13();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_149 = ___item0;
NullCheck(L_149);
float L_150 = L_149->get_time_0();
V_0 = ((float)il2cpp_codegen_subtract((float)L_148, (float)L_150));
goto IL_0355;
}
IL_034e:
{
// time = item.time;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_151 = ___item0;
NullCheck(L_151);
float L_152 = L_151->get_time_0();
V_0 = L_152;
}
IL_0355:
{
// if (time <= _startTime)
float L_153 = V_0;
float L_154 = __this->get__startTime_19();
if ((!(((float)L_153) <= ((float)L_154))))
{
goto IL_036f;
}
}
{
// ApplyValue(item);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_155 = ___item0;
Transition_ApplyValue_m0A01DA9AB6D566D5E3515B7A3B1B3FA3E6EAC67A(__this, L_155, /*hidden argument*/NULL);
// CallHook(item, false);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_156 = ___item0;
Transition_CallHook_mABEF76F9687DF0660839579C574DD555F3D2C289(__this, L_156, (bool)0, /*hidden argument*/NULL);
// }
goto IL_03c6;
}
IL_036f:
{
// else if (_endTime == -1 || time <= _endTime)
float L_157 = __this->get__endTime_20();
if ((((float)L_157) == ((float)(-1.0f))))
{
goto IL_0385;
}
}
{
float L_158 = V_0;
float L_159 = __this->get__endTime_20();
if ((!(((float)L_158) <= ((float)L_159))))
{
goto IL_03c6;
}
}
IL_0385:
{
// _totalTasks++;
int32_t L_160 = __this->get__totalTasks_5();
__this->set__totalTasks_5(((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)1)));
// item.tweener = GTween.DelayedCall(time)
// .SetTimeScale(_timeScale)
// .SetIgnoreEngineTimeScale(_ignoreEngineTimeScale)
// .SetTarget(item)
// .OnComplete(_delayedCallDelegate2);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_161 = ___item0;
float L_162 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_163 = GTween_DelayedCall_m53E733468253BDAEBA7A00DD27A9F4D7B4B9BF0B(L_162, /*hidden argument*/NULL);
float L_164 = __this->get__timeScale_17();
NullCheck(L_163);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_165 = GTweener_SetTimeScale_m84DF3F773A5D7CFD35A6CBCD5E6F3EC49DD8B11B(L_163, L_164, /*hidden argument*/NULL);
bool L_166 = __this->get__ignoreEngineTimeScale_18();
NullCheck(L_165);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_167 = GTweener_SetIgnoreEngineTimeScale_mB68CF4D79C48D861371E6FE1ADD87E63D6E1EECE(L_165, L_166, /*hidden argument*/NULL);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_168 = ___item0;
NullCheck(L_167);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_169 = GTweener_SetTarget_m95CDEB77F5F56289AE46FCFAAEE2448830B44F26(L_167, L_168, /*hidden argument*/NULL);
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_170 = __this->get__delayedCallDelegate2_22();
NullCheck(L_169);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_171 = GTweener_OnComplete_m9031A75D6FC97DBACE72B4EA70E377864F711EEE(L_169, L_170, /*hidden argument*/NULL);
NullCheck(L_161);
L_161->set_tweener_7(L_171);
}
IL_03c6:
{
// if (item.tweener != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_172 = ___item0;
NullCheck(L_172);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_173 = L_172->get_tweener_7();
if (!L_173)
{
goto IL_03df;
}
}
{
// item.tweener.Seek(_startTime);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_174 = ___item0;
NullCheck(L_174);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_175 = L_174->get_tweener_7();
float L_176 = __this->get__startTime_19();
NullCheck(L_175);
GTweener_Seek_mE8071DEFC2A4D738127001B5C889A82E3D519FDB(L_175, L_176, /*hidden argument*/NULL);
}
IL_03df:
{
// }
return;
}
}
// System.Void FairyGUI.Transition::SkipAnimations()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_SkipAnimations_m40C19DD35A12B0B285D2F9ED9458FEF45BE207A3 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_SkipAnimations_m40C19DD35A12B0B285D2F9ED9458FEF45BE207A3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
float V_1 = 0.0f;
float V_2 = 0.0f;
TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * V_3 = NULL;
RuntimeObject* V_4 = NULL;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_5 = NULL;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t G_B7_0 = 0;
{
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_0 = __this->get__items_3();
NullCheck(L_0);
V_6 = (((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))));
// for (int i = 0; i < cnt; i++)
V_7 = 0;
goto IL_0193;
}
IL_0012:
{
// item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_1 = __this->get__items_3();
int32_t L_2 = V_7;
NullCheck(L_1);
int32_t L_3 = L_2;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_5 = L_4;
// if (item.type != TransitionActionType.Animation || item.time > _startTime)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_5 = V_5;
NullCheck(L_5);
int32_t L_6 = L_5->get_type_2();
if ((!(((uint32_t)L_6) == ((uint32_t)7))))
{
goto IL_018d;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_7 = V_5;
NullCheck(L_7);
float L_8 = L_7->get_time_0();
float L_9 = __this->get__startTime_19();
if ((((float)L_8) > ((float)L_9)))
{
goto IL_018d;
}
}
{
// value = (TValue_Animation)item.value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_10 = V_5;
NullCheck(L_10);
RuntimeObject * L_11 = L_10->get_value_5();
V_3 = ((TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B *)CastclassClass((RuntimeObject*)L_11, TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var));
// if (value.flag)
TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * L_12 = V_3;
NullCheck(L_12);
bool L_13 = L_12->get_flag_2();
if (L_13)
{
goto IL_018d;
}
}
{
// target = (IAnimationGear)item.target;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_14 = V_5;
NullCheck(L_14);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = L_14->get_target_8();
V_4 = ((RuntimeObject*)Castclass((RuntimeObject*)L_15, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var));
// frame = target.frame;
RuntimeObject* L_16 = V_4;
NullCheck(L_16);
int32_t L_17 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 FairyGUI.IAnimationGear::get_frame() */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, L_16);
V_0 = L_17;
// playStartTime = target.playing ? 0 : -1;
RuntimeObject* L_18 = V_4;
NullCheck(L_18);
bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean FairyGUI.IAnimationGear::get_playing() */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, L_18);
if (L_19)
{
goto IL_0076;
}
}
{
G_B7_0 = (-1);
goto IL_0077;
}
IL_0076:
{
G_B7_0 = 0;
}
IL_0077:
{
V_1 = (((float)((float)G_B7_0)));
// playTotalTime = 0;
V_2 = (0.0f);
// for (int j = i; j < cnt; j++)
int32_t L_20 = V_7;
V_8 = L_20;
goto IL_0147;
}
IL_0088:
{
// item = _items[j];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_21 = __this->get__items_3();
int32_t L_22 = V_8;
NullCheck(L_21);
int32_t L_23 = L_22;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
V_5 = L_24;
// if (item.type != TransitionActionType.Animation || item.target != target || item.time > _startTime)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_25 = V_5;
NullCheck(L_25);
int32_t L_26 = L_25->get_type_2();
if ((!(((uint32_t)L_26) == ((uint32_t)7))))
{
goto IL_0141;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_27 = V_5;
NullCheck(L_27);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_28 = L_27->get_target_8();
RuntimeObject* L_29 = V_4;
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_28) == ((RuntimeObject*)(RuntimeObject*)L_29))))
{
goto IL_0141;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_30 = V_5;
NullCheck(L_30);
float L_31 = L_30->get_time_0();
float L_32 = __this->get__startTime_19();
if ((((float)L_31) > ((float)L_32)))
{
goto IL_0141;
}
}
{
// value = (TValue_Animation)item.value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_33 = V_5;
NullCheck(L_33);
RuntimeObject * L_34 = L_33->get_value_5();
V_3 = ((TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B *)CastclassClass((RuntimeObject*)L_34, TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var));
// value.flag = true;
TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * L_35 = V_3;
NullCheck(L_35);
L_35->set_flag_2((bool)1);
// if (value.frame != -1)
TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * L_36 = V_3;
NullCheck(L_36);
int32_t L_37 = L_36->get_frame_0();
if ((((int32_t)L_37) == ((int32_t)(-1))))
{
goto IL_0104;
}
}
{
// frame = value.frame;
TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * L_38 = V_3;
NullCheck(L_38);
int32_t L_39 = L_38->get_frame_0();
V_0 = L_39;
// if (value.playing)
TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * L_40 = V_3;
NullCheck(L_40);
bool L_41 = L_40->get_playing_1();
if (!L_41)
{
goto IL_00f6;
}
}
{
// playStartTime = item.time;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_42 = V_5;
NullCheck(L_42);
float L_43 = L_42->get_time_0();
V_1 = L_43;
goto IL_00fc;
}
IL_00f6:
{
// playStartTime = -1;
V_1 = (-1.0f);
}
IL_00fc:
{
// playTotalTime = 0;
V_2 = (0.0f);
// }
goto IL_0138;
}
IL_0104:
{
// if (value.playing)
TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * L_44 = V_3;
NullCheck(L_44);
bool L_45 = L_44->get_playing_1();
if (!L_45)
{
goto IL_011e;
}
}
{
// if (playStartTime < 0)
float L_46 = V_1;
if ((!(((float)L_46) < ((float)(0.0f)))))
{
goto IL_0138;
}
}
{
// playStartTime = item.time;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_47 = V_5;
NullCheck(L_47);
float L_48 = L_47->get_time_0();
V_1 = L_48;
// }
goto IL_0138;
}
IL_011e:
{
// if (playStartTime >= 0)
float L_49 = V_1;
if ((!(((float)L_49) >= ((float)(0.0f)))))
{
goto IL_0132;
}
}
{
// playTotalTime += (item.time - playStartTime);
float L_50 = V_2;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_51 = V_5;
NullCheck(L_51);
float L_52 = L_51->get_time_0();
float L_53 = V_1;
V_2 = ((float)il2cpp_codegen_add((float)L_50, (float)((float)il2cpp_codegen_subtract((float)L_52, (float)L_53))));
}
IL_0132:
{
// playStartTime = -1;
V_1 = (-1.0f);
}
IL_0138:
{
// CallHook(item, false);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_54 = V_5;
Transition_CallHook_mABEF76F9687DF0660839579C574DD555F3D2C289(__this, L_54, (bool)0, /*hidden argument*/NULL);
}
IL_0141:
{
// for (int j = i; j < cnt; j++)
int32_t L_55 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
}
IL_0147:
{
// for (int j = i; j < cnt; j++)
int32_t L_56 = V_8;
int32_t L_57 = V_6;
if ((((int32_t)L_56) < ((int32_t)L_57)))
{
goto IL_0088;
}
}
{
// if (playStartTime >= 0)
float L_58 = V_1;
if ((!(((float)L_58) >= ((float)(0.0f)))))
{
goto IL_0163;
}
}
{
// playTotalTime += (_startTime - playStartTime);
float L_59 = V_2;
float L_60 = __this->get__startTime_19();
float L_61 = V_1;
V_2 = ((float)il2cpp_codegen_add((float)L_59, (float)((float)il2cpp_codegen_subtract((float)L_60, (float)L_61))));
}
IL_0163:
{
// target.playing = playStartTime >= 0;
RuntimeObject* L_62 = V_4;
float L_63 = V_1;
NullCheck(L_62);
InterfaceActionInvoker1< bool >::Invoke(1 /* System.Void FairyGUI.IAnimationGear::set_playing(System.Boolean) */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, L_62, (bool)((((int32_t)((!(((float)L_63) >= ((float)(0.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0));
// target.frame = frame;
RuntimeObject* L_64 = V_4;
int32_t L_65 = V_0;
NullCheck(L_64);
InterfaceActionInvoker1< int32_t >::Invoke(3 /* System.Void FairyGUI.IAnimationGear::set_frame(System.Int32) */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, L_64, L_65);
// if (playTotalTime > 0)
float L_66 = V_2;
if ((!(((float)L_66) > ((float)(0.0f)))))
{
goto IL_018d;
}
}
{
// target.Advance(playTotalTime);
RuntimeObject* L_67 = V_4;
float L_68 = V_2;
NullCheck(L_67);
InterfaceActionInvoker1< float >::Invoke(8 /* System.Void FairyGUI.IAnimationGear::Advance(System.Single) */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, L_67, L_68);
}
IL_018d:
{
// for (int i = 0; i < cnt; i++)
int32_t L_69 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1));
}
IL_0193:
{
// for (int i = 0; i < cnt; i++)
int32_t L_70 = V_7;
int32_t L_71 = V_6;
if ((((int32_t)L_70) < ((int32_t)L_71)))
{
goto IL_0012;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.Transition::OnDelayedPlayItem(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_OnDelayedPlayItem_mA4BEAB4EF64856CA2D8D2CED864D0E08D3F3D7D8 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_OnDelayedPlayItem_mA4BEAB4EF64856CA2D8D2CED864D0E08D3F3D7D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_0 = NULL;
{
// TransitionItem item = (TransitionItem)tweener.target;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_0 = ___tweener0;
NullCheck(L_0);
RuntimeObject * L_1 = GTweener_get_target_m74830BEB43E2E9089B9954F70A3271DEFE326678_inline(L_0, /*hidden argument*/NULL);
V_0 = ((TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC *)CastclassClass((RuntimeObject*)L_1, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC_il2cpp_TypeInfo_var));
// item.tweener = null;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_2 = V_0;
NullCheck(L_2);
L_2->set_tweener_7((GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL);
// _totalTasks--;
int32_t L_3 = __this->get__totalTasks_5();
__this->set__totalTasks_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)));
// ApplyValue(item);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_4 = V_0;
Transition_ApplyValue_m0A01DA9AB6D566D5E3515B7A3B1B3FA3E6EAC67A(__this, L_4, /*hidden argument*/NULL);
// CallHook(item, false);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_5 = V_0;
Transition_CallHook_mABEF76F9687DF0660839579C574DD555F3D2C289(__this, L_5, (bool)0, /*hidden argument*/NULL);
// CheckAllComplete();
Transition_CheckAllComplete_m435EED5716F66E348475594B5B43B01F2D70B617(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Transition::OnTweenStart(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_OnTweenStart_m872428BB94C6B1559CA55AC54EE5A70E8C481B1F (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_OnTweenStart_m872428BB94C6B1559CA55AC54EE5A70E8C481B1F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_0 = NULL;
TValue_t82801118914234C897121D3AFA68F615837FB309 * V_1 = NULL;
TValue_t82801118914234C897121D3AFA68F615837FB309 * V_2 = NULL;
{
// TransitionItem item = (TransitionItem)tweener.target;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_0 = ___tweener0;
NullCheck(L_0);
RuntimeObject * L_1 = GTweener_get_target_m74830BEB43E2E9089B9954F70A3271DEFE326678_inline(L_0, /*hidden argument*/NULL);
V_0 = ((TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC *)CastclassClass((RuntimeObject*)L_1, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC_il2cpp_TypeInfo_var));
// if (item.type == TransitionActionType.XY || item.type == TransitionActionType.Size) //???????start????????
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = L_2->get_type_2();
if (!L_3)
{
goto IL_0020;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_4 = V_0;
NullCheck(L_4);
int32_t L_5 = L_4->get_type_2();
if ((!(((uint32_t)L_5) == ((uint32_t)1))))
{
goto IL_0168;
}
}
IL_0020:
{
// if (_reversed)
bool L_6 = __this->get__reversed_12();
if (!L_6)
{
goto IL_0042;
}
}
{
// startValue = item.tweenConfig.endValue;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_7 = V_0;
NullCheck(L_7);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_8 = L_7->get_tweenConfig_3();
NullCheck(L_8);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_9 = L_8->get_endValue_5();
V_1 = L_9;
// endValue = item.tweenConfig.startValue;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_10 = V_0;
NullCheck(L_10);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_11 = L_10->get_tweenConfig_3();
NullCheck(L_11);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_12 = L_11->get_startValue_4();
V_2 = L_12;
// }
goto IL_005a;
}
IL_0042:
{
// startValue = item.tweenConfig.startValue;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_13 = V_0;
NullCheck(L_13);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_14 = L_13->get_tweenConfig_3();
NullCheck(L_14);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_15 = L_14->get_startValue_4();
V_1 = L_15;
// endValue = item.tweenConfig.endValue;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_16 = V_0;
NullCheck(L_16);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_17 = L_16->get_tweenConfig_3();
NullCheck(L_17);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_18 = L_17->get_endValue_5();
V_2 = L_18;
}
IL_005a:
{
// if (item.type == TransitionActionType.XY)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_19 = V_0;
NullCheck(L_19);
int32_t L_20 = L_19->get_type_2();
if (L_20)
{
goto IL_00ec;
}
}
{
// if (item.target != _owner)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_21 = V_0;
NullCheck(L_21);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_22 = L_21->get_target_8();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_23 = __this->get__owner_2();
if ((((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_22) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_23)))
{
goto IL_00aa;
}
}
{
// if (!startValue.b1)
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_24 = V_1;
NullCheck(L_24);
bool L_25 = L_24->get_b1_4();
if (L_25)
{
goto IL_008c;
}
}
{
// startValue.f1 = item.target.x;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_26 = V_1;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_27 = V_0;
NullCheck(L_27);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_28 = L_27->get_target_8();
NullCheck(L_28);
float L_29 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_28, /*hidden argument*/NULL);
NullCheck(L_26);
L_26->set_f1_0(L_29);
}
IL_008c:
{
// if (!startValue.b2)
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_30 = V_1;
NullCheck(L_30);
bool L_31 = L_30->get_b2_5();
if (L_31)
{
goto IL_011e;
}
}
{
// startValue.f2 = item.target.y;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_32 = V_1;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_33 = V_0;
NullCheck(L_33);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_34 = L_33->get_target_8();
NullCheck(L_34);
float L_35 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_34, /*hidden argument*/NULL);
NullCheck(L_32);
L_32->set_f2_1(L_35);
// }
goto IL_011e;
}
IL_00aa:
{
// if (!startValue.b1)
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_36 = V_1;
NullCheck(L_36);
bool L_37 = L_36->get_b1_4();
if (L_37)
{
goto IL_00ca;
}
}
{
// startValue.f1 = item.target.x - _ownerBaseX;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_38 = V_1;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_39 = V_0;
NullCheck(L_39);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_40 = L_39->get_target_8();
NullCheck(L_40);
float L_41 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_40, /*hidden argument*/NULL);
float L_42 = __this->get__ownerBaseX_8();
NullCheck(L_38);
L_38->set_f1_0(((float)il2cpp_codegen_subtract((float)L_41, (float)L_42)));
}
IL_00ca:
{
// if (!startValue.b2)
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_43 = V_1;
NullCheck(L_43);
bool L_44 = L_43->get_b2_5();
if (L_44)
{
goto IL_011e;
}
}
{
// startValue.f2 = item.target.y - _ownerBaseY;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_45 = V_1;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_46 = V_0;
NullCheck(L_46);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_47 = L_46->get_target_8();
NullCheck(L_47);
float L_48 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_47, /*hidden argument*/NULL);
float L_49 = __this->get__ownerBaseY_9();
NullCheck(L_45);
L_45->set_f2_1(((float)il2cpp_codegen_subtract((float)L_48, (float)L_49)));
// }
goto IL_011e;
}
IL_00ec:
{
// if (!startValue.b1)
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_50 = V_1;
NullCheck(L_50);
bool L_51 = L_50->get_b1_4();
if (L_51)
{
goto IL_0105;
}
}
{
// startValue.f1 = item.target.width;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_52 = V_1;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_53 = V_0;
NullCheck(L_53);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_54 = L_53->get_target_8();
NullCheck(L_54);
float L_55 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_54, /*hidden argument*/NULL);
NullCheck(L_52);
L_52->set_f1_0(L_55);
}
IL_0105:
{
// if (!startValue.b2)
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_56 = V_1;
NullCheck(L_56);
bool L_57 = L_56->get_b2_5();
if (L_57)
{
goto IL_011e;
}
}
{
// startValue.f2 = item.target.height;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_58 = V_1;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_59 = V_0;
NullCheck(L_59);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_60 = L_59->get_target_8();
NullCheck(L_60);
float L_61 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_60, /*hidden argument*/NULL);
NullCheck(L_58);
L_58->set_f2_1(L_61);
}
IL_011e:
{
// if (!endValue.b1)
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_62 = V_2;
NullCheck(L_62);
bool L_63 = L_62->get_b1_4();
if (L_63)
{
goto IL_0132;
}
}
{
// endValue.f1 = startValue.f1;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_64 = V_2;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_65 = V_1;
NullCheck(L_65);
float L_66 = L_65->get_f1_0();
NullCheck(L_64);
L_64->set_f1_0(L_66);
}
IL_0132:
{
// if (!endValue.b2)
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_67 = V_2;
NullCheck(L_67);
bool L_68 = L_67->get_b2_5();
if (L_68)
{
goto IL_0146;
}
}
{
// endValue.f2 = startValue.f2;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_69 = V_2;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_70 = V_1;
NullCheck(L_70);
float L_71 = L_70->get_f2_1();
NullCheck(L_69);
L_69->set_f2_1(L_71);
}
IL_0146:
{
// tweener.startValue.vec2 = startValue.vec2;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_72 = ___tweener0;
NullCheck(L_72);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_73 = GTweener_get_startValue_mC09E4E1A3A7CDD5A2D225D2D0E65F4BAB3A995FF_inline(L_72, /*hidden argument*/NULL);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_74 = V_1;
NullCheck(L_74);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_75 = TValue_get_vec2_mCF34F63D95960618F4005B4C9C7012E6BCD6014F(L_74, /*hidden argument*/NULL);
NullCheck(L_73);
TweenValue_set_vec2_m9B9A0CAC043710945674243679646FBA17F2C86A(L_73, L_75, /*hidden argument*/NULL);
// tweener.endValue.vec2 = endValue.vec2;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_76 = ___tweener0;
NullCheck(L_76);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_77 = GTweener_get_endValue_mC646F9CBF41022753C17F3CF1A9D98B18D86651E_inline(L_76, /*hidden argument*/NULL);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_78 = V_2;
NullCheck(L_78);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_79 = TValue_get_vec2_mCF34F63D95960618F4005B4C9C7012E6BCD6014F(L_78, /*hidden argument*/NULL);
NullCheck(L_77);
TweenValue_set_vec2_m9B9A0CAC043710945674243679646FBA17F2C86A(L_77, L_79, /*hidden argument*/NULL);
}
IL_0168:
{
// CallHook(item, false);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_80 = V_0;
Transition_CallHook_mABEF76F9687DF0660839579C574DD555F3D2C289(__this, L_80, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Transition::OnTweenUpdate(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_OnTweenUpdate_mD0D37948F0CF9D5759FD318D1AA29A26F2FB92AE (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_OnTweenUpdate_mD0D37948F0CF9D5759FD318D1AA29A26F2FB92AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_0 = NULL;
int32_t V_1 = 0;
{
// TransitionItem item = (TransitionItem)tweener.target;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_0 = ___tweener0;
NullCheck(L_0);
RuntimeObject * L_1 = GTweener_get_target_m74830BEB43E2E9089B9954F70A3271DEFE326678_inline(L_0, /*hidden argument*/NULL);
V_0 = ((TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC *)CastclassClass((RuntimeObject*)L_1, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC_il2cpp_TypeInfo_var));
// switch (item.type)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = L_2->get_type_2();
V_1 = L_3;
int32_t L_4 = V_1;
switch (L_4)
{
case 0:
{
goto IL_0056;
}
case 1:
{
goto IL_0056;
}
case 2:
{
goto IL_0056;
}
case 3:
{
goto IL_00e5;
}
case 4:
{
goto IL_0073;
}
case 5:
{
goto IL_0073;
}
case 6:
{
goto IL_0090;
}
case 7:
{
goto IL_00e5;
}
case 8:
{
goto IL_00e5;
}
case 9:
{
goto IL_00e5;
}
case 10:
{
goto IL_00e5;
}
case 11:
{
goto IL_00ca;
}
case 12:
{
goto IL_00ad;
}
case 13:
{
goto IL_0056;
}
}
}
{
goto IL_00e5;
}
IL_0056:
{
// ((TValue)item.value).vec2 = tweener.value.vec2;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_5 = V_0;
NullCheck(L_5);
RuntimeObject * L_6 = L_5->get_value_5();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_7 = ___tweener0;
NullCheck(L_7);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_8 = GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline(L_7, /*hidden argument*/NULL);
NullCheck(L_8);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = TweenValue_get_vec2_mD9CA082B7A3CCB6E90698E1E07DC209151754877(L_8, /*hidden argument*/NULL);
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_6, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
TValue_set_vec2_mD7BFEDD32214ECB03977137782B0000E6B468F76(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_6, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)), L_9, /*hidden argument*/NULL);
// break;
goto IL_00e5;
}
IL_0073:
{
// ((TValue)item.value).f1 = tweener.value.x;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_10 = V_0;
NullCheck(L_10);
RuntimeObject * L_11 = L_10->get_value_5();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_12 = ___tweener0;
NullCheck(L_12);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_13 = GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline(L_12, /*hidden argument*/NULL);
NullCheck(L_13);
float L_14 = L_13->get_x_0();
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_11, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_11, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var))->set_f1_0(L_14);
// break;
goto IL_00e5;
}
IL_0090:
{
// ((TValue)item.value).color = tweener.value.color;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_15 = V_0;
NullCheck(L_15);
RuntimeObject * L_16 = L_15->get_value_5();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_17 = ___tweener0;
NullCheck(L_17);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_18 = GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline(L_17, /*hidden argument*/NULL);
NullCheck(L_18);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_19 = TweenValue_get_color_m14A07EB8577CCF8CD054E40EC7906DC9CAE0343B(L_18, /*hidden argument*/NULL);
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_16, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
TValue_set_color_mA43816718F197BEFCE86F1EA0FDE6C7E60D511E8(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_16, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)), L_19, /*hidden argument*/NULL);
// break;
goto IL_00e5;
}
IL_00ad:
{
// ((TValue)item.value).vec4 = tweener.value.vec4;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_20 = V_0;
NullCheck(L_20);
RuntimeObject * L_21 = L_20->get_value_5();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_22 = ___tweener0;
NullCheck(L_22);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_23 = GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline(L_22, /*hidden argument*/NULL);
NullCheck(L_23);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_24 = TweenValue_get_vec4_m41BE58BDA6B2DBD6BCF8F36CCE71A9BBDD067D1F(L_23, /*hidden argument*/NULL);
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_21, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
TValue_set_vec4_m4DA66044BF7EFED1A3C45E6627604CA2DEA5EBAA(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_21, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)), L_24, /*hidden argument*/NULL);
// break;
goto IL_00e5;
}
IL_00ca:
{
// ((TValue_Shake)item.value).offset = tweener.deltaValue.vec2;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_25 = V_0;
NullCheck(L_25);
RuntimeObject * L_26 = L_25->get_value_5();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_27 = ___tweener0;
NullCheck(L_27);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_28 = GTweener_get_deltaValue_m3A8A418B420EB2AD185746BAA3C1816B97B5152F_inline(L_27, /*hidden argument*/NULL);
NullCheck(L_28);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_29 = TweenValue_get_vec2_mD9CA082B7A3CCB6E90698E1E07DC209151754877(L_28, /*hidden argument*/NULL);
NullCheck(((TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)CastclassClass((RuntimeObject*)L_26, TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var)));
((TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)CastclassClass((RuntimeObject*)L_26, TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var))->set_offset_3(L_29);
}
IL_00e5:
{
// ApplyValue(item);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_30 = V_0;
Transition_ApplyValue_m0A01DA9AB6D566D5E3515B7A3B1B3FA3E6EAC67A(__this, L_30, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Transition::OnTweenComplete(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_OnTweenComplete_mF732B0E2E478FAEDE2392031C66B89329DF81B28 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_OnTweenComplete_mF732B0E2E478FAEDE2392031C66B89329DF81B28_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_0 = NULL;
{
// TransitionItem item = (TransitionItem)tweener.target;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_0 = ___tweener0;
NullCheck(L_0);
RuntimeObject * L_1 = GTweener_get_target_m74830BEB43E2E9089B9954F70A3271DEFE326678_inline(L_0, /*hidden argument*/NULL);
V_0 = ((TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC *)CastclassClass((RuntimeObject*)L_1, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC_il2cpp_TypeInfo_var));
// item.tweener = null;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_2 = V_0;
NullCheck(L_2);
L_2->set_tweener_7((GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL);
// _totalTasks--;
int32_t L_3 = __this->get__totalTasks_5();
__this->set__totalTasks_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)));
// if (tweener.allCompleted) //????????????tween?????????????
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_4 = ___tweener0;
NullCheck(L_4);
bool L_5 = GTweener_get_allCompleted_m92B8799C55ECAE7940DA1CBA9566445DBE853987(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0031;
}
}
{
// CallHook(item, true);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_6 = V_0;
Transition_CallHook_mABEF76F9687DF0660839579C574DD555F3D2C289(__this, L_6, (bool)1, /*hidden argument*/NULL);
}
IL_0031:
{
// CheckAllComplete();
Transition_CheckAllComplete_m435EED5716F66E348475594B5B43B01F2D70B617(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Transition::OnPlayTransCompleted(FairyGUI.TransitionItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_OnPlayTransCompleted_m77ECDC020ECD4097B73021BB5DFCB6556AD73E26 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * ___item0, const RuntimeMethod* method)
{
{
// _totalTasks--;
int32_t L_0 = __this->get__totalTasks_5();
__this->set__totalTasks_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)));
// CheckAllComplete();
Transition_CheckAllComplete_m435EED5716F66E348475594B5B43B01F2D70B617(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Transition::CallHook(FairyGUI.TransitionItem,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_CallHook_mABEF76F9687DF0660839579C574DD555F3D2C289 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * ___item0, bool ___tweenEnd1, const RuntimeMethod* method)
{
{
// if (tweenEnd)
bool L_0 = ___tweenEnd1;
if (!L_0)
{
goto IL_0029;
}
}
{
// if (item.tweenConfig != null && item.tweenConfig.endHook != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_1 = ___item0;
NullCheck(L_1);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_2 = L_1->get_tweenConfig_3();
if (!L_2)
{
goto IL_004a;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_3 = ___item0;
NullCheck(L_3);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_4 = L_3->get_tweenConfig_3();
NullCheck(L_4);
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_5 = L_4->get_endHook_7();
if (!L_5)
{
goto IL_004a;
}
}
{
// item.tweenConfig.endHook();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_6 = ___item0;
NullCheck(L_6);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_7 = L_6->get_tweenConfig_3();
NullCheck(L_7);
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_8 = L_7->get_endHook_7();
NullCheck(L_8);
TransitionHook_Invoke_m56E470190CD4F0F693398CD2A8371CD94655F69C(L_8, /*hidden argument*/NULL);
// }
return;
}
IL_0029:
{
// if (item.time >= _startTime && item.hook != null)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_9 = ___item0;
NullCheck(L_9);
float L_10 = L_9->get_time_0();
float L_11 = __this->get__startTime_19();
if ((!(((float)L_10) >= ((float)L_11))))
{
goto IL_004a;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_12 = ___item0;
NullCheck(L_12);
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_13 = L_12->get_hook_6();
if (!L_13)
{
goto IL_004a;
}
}
{
// item.hook();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_14 = ___item0;
NullCheck(L_14);
TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * L_15 = L_14->get_hook_6();
NullCheck(L_15);
TransitionHook_Invoke_m56E470190CD4F0F693398CD2A8371CD94655F69C(L_15, /*hidden argument*/NULL);
}
IL_004a:
{
// }
return;
}
}
// System.Void FairyGUI.Transition::CheckAllComplete()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_CheckAllComplete_m435EED5716F66E348475594B5B43B01F2D70B617 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_2 = NULL;
{
// if (_playing && _totalTasks == 0)
bool L_0 = __this->get__playing_6();
if (!L_0)
{
goto IL_00ab;
}
}
{
int32_t L_1 = __this->get__totalTasks_5();
if (L_1)
{
goto IL_00ab;
}
}
{
// if (_totalTimes < 0)
int32_t L_2 = __this->get__totalTimes_4();
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0026;
}
}
{
// InternalPlay();
Transition_InternalPlay_m5009E5AE66E44E7B8D530413BDF9CEA80B6782E2(__this, /*hidden argument*/NULL);
// }
return;
}
IL_0026:
{
// _totalTimes--;
int32_t L_3 = __this->get__totalTimes_4();
__this->set__totalTimes_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)));
// if (_totalTimes > 0)
int32_t L_4 = __this->get__totalTimes_4();
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_0044;
}
}
{
// InternalPlay();
Transition_InternalPlay_m5009E5AE66E44E7B8D530413BDF9CEA80B6782E2(__this, /*hidden argument*/NULL);
return;
}
IL_0044:
{
// _playing = false;
__this->set__playing_6((bool)0);
// int cnt = _items.Length;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_5 = __this->get__items_3();
NullCheck(L_5);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))));
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_008d;
}
IL_0058:
{
// TransitionItem item = _items[i];
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_6 = __this->get__items_3();
int32_t L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = L_7;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_2 = L_9;
// if (item.target != null && item.displayLockToken != 0)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_10 = V_2;
NullCheck(L_10);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = L_10->get_target_8();
if (!L_11)
{
goto IL_0089;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_12 = V_2;
NullCheck(L_12);
uint32_t L_13 = L_12->get_displayLockToken_9();
if (!L_13)
{
goto IL_0089;
}
}
{
// item.target.ReleaseDisplayLock(item.displayLockToken);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_14 = V_2;
NullCheck(L_14);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = L_14->get_target_8();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_16 = V_2;
NullCheck(L_16);
uint32_t L_17 = L_16->get_displayLockToken_9();
NullCheck(L_15);
GObject_ReleaseDisplayLock_mA4DBDE9EF4838C1427E40CA44F977BE5887D8D09(L_15, L_17, /*hidden argument*/NULL);
// item.displayLockToken = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_18 = V_2;
NullCheck(L_18);
L_18->set_displayLockToken_9(0);
}
IL_0089:
{
// for (int i = 0; i < cnt; i++)
int32_t L_19 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_008d:
{
// for (int i = 0; i < cnt; i++)
int32_t L_20 = V_1;
int32_t L_21 = V_0;
if ((((int32_t)L_20) < ((int32_t)L_21)))
{
goto IL_0058;
}
}
{
// if (_onComplete != null)
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_22 = __this->get__onComplete_10();
if (!L_22)
{
goto IL_00ab;
}
}
{
// PlayCompleteCallback func = _onComplete;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_23 = __this->get__onComplete_10();
// _onComplete = null;
__this->set__onComplete_10((PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)NULL);
// func();
NullCheck(L_23);
PlayCompleteCallback_Invoke_m5678FD08AE0DB2FCC5C59A846213F45B29E5AB61(L_23, /*hidden argument*/NULL);
}
IL_00ab:
{
// }
return;
}
}
// System.Void FairyGUI.Transition::ApplyValue(FairyGUI.TransitionItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_ApplyValue_m0A01DA9AB6D566D5E3515B7A3B1B3FA3E6EAC67A (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * ___item0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_ApplyValue_m0A01DA9AB6D566D5E3515B7A3B1B3FA3E6EAC67A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
TValue_t82801118914234C897121D3AFA68F615837FB309 * V_1 = NULL;
float V_2 = 0.0f;
float V_3 = 0.0f;
TValue_t82801118914234C897121D3AFA68F615837FB309 * V_4 = NULL;
TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * V_5 = NULL;
TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 * V_6 = NULL;
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * V_7 = NULL;
float V_8 = 0.0f;
float V_9 = 0.0f;
TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * V_10 = NULL;
TValue_t82801118914234C897121D3AFA68F615837FB309 * V_11 = NULL;
ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * V_12 = NULL;
float G_B44_0 = 0.0f;
float G_B47_0 = 0.0f;
{
// item.target._gearLocked = true;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_0 = ___item0;
NullCheck(L_0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = L_0->get_target_8();
NullCheck(L_1);
L_1->set__gearLocked_65((bool)1);
// switch (item.type)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_2 = ___item0;
NullCheck(L_2);
int32_t L_3 = L_2->get_type_2();
V_0 = L_3;
int32_t L_4 = V_0;
switch (L_4)
{
case 0:
{
goto IL_005e;
}
case 1:
{
goto IL_0134;
}
case 2:
{
goto IL_0255;
}
case 3:
{
goto IL_01ac;
}
case 4:
{
goto IL_01fe;
}
case 5:
{
goto IL_021e;
}
case 6:
{
goto IL_02d3;
}
case 7:
{
goto IL_02f8;
}
case 8:
{
goto IL_036e;
}
case 9:
{
goto IL_0510;
}
case 10:
{
goto IL_041a;
}
case 11:
{
goto IL_038e;
}
case 12:
{
goto IL_05d3;
}
case 13:
{
goto IL_029c;
}
case 14:
{
goto IL_064d;
}
case 15:
{
goto IL_066a;
}
}
}
{
goto IL_0685;
}
IL_005e:
{
// TValue value = (TValue)item.value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_5 = ___item0;
NullCheck(L_5);
RuntimeObject * L_6 = L_5->get_value_5();
V_1 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_6, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var));
// if (item.target == _owner)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_7 = ___item0;
NullCheck(L_7);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = L_7->get_target_8();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_9 = __this->get__owner_2();
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_8) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_9))))
{
goto IL_00cf;
}
}
{
// if (!value.b1)
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_10 = V_1;
NullCheck(L_10);
bool L_11 = L_10->get_b1_4();
if (L_11)
{
goto IL_008e;
}
}
{
// f1 = item.target.x;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_12 = ___item0;
NullCheck(L_12);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = L_12->get_target_8();
NullCheck(L_13);
float L_14 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_13, /*hidden argument*/NULL);
V_2 = L_14;
goto IL_009c;
}
IL_008e:
{
// f1 = value.f1 + _ownerBaseX;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_15 = V_1;
NullCheck(L_15);
float L_16 = L_15->get_f1_0();
float L_17 = __this->get__ownerBaseX_8();
V_2 = ((float)il2cpp_codegen_add((float)L_16, (float)L_17));
}
IL_009c:
{
// if (!value.b2)
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_18 = V_1;
NullCheck(L_18);
bool L_19 = L_18->get_b2_5();
if (L_19)
{
goto IL_00b2;
}
}
{
// f2 = item.target.y;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_20 = ___item0;
NullCheck(L_20);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = L_20->get_target_8();
NullCheck(L_21);
float L_22 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_21, /*hidden argument*/NULL);
V_3 = L_22;
goto IL_00c0;
}
IL_00b2:
{
// f2 = value.f2 + _ownerBaseY;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_23 = V_1;
NullCheck(L_23);
float L_24 = L_23->get_f2_1();
float L_25 = __this->get__ownerBaseY_9();
V_3 = ((float)il2cpp_codegen_add((float)L_24, (float)L_25));
}
IL_00c0:
{
// item.target.SetXY(f1, f2);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_26 = ___item0;
NullCheck(L_26);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_27 = L_26->get_target_8();
float L_28 = V_2;
float L_29 = V_3;
NullCheck(L_27);
GObject_SetXY_mE2ED649A53C135D8AFCFF82139CF83E1647D8D01(L_27, L_28, L_29, /*hidden argument*/NULL);
// }
goto IL_0118;
}
IL_00cf:
{
// if (!value.b1)
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_30 = V_1;
NullCheck(L_30);
bool L_31 = L_30->get_b1_4();
if (L_31)
{
goto IL_00e8;
}
}
{
// value.f1 = item.target.x;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_32 = V_1;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_33 = ___item0;
NullCheck(L_33);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_34 = L_33->get_target_8();
NullCheck(L_34);
float L_35 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_34, /*hidden argument*/NULL);
NullCheck(L_32);
L_32->set_f1_0(L_35);
}
IL_00e8:
{
// if (!value.b2)
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_36 = V_1;
NullCheck(L_36);
bool L_37 = L_36->get_b2_5();
if (L_37)
{
goto IL_0101;
}
}
{
// value.f2 = item.target.y;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_38 = V_1;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_39 = ___item0;
NullCheck(L_39);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_40 = L_39->get_target_8();
NullCheck(L_40);
float L_41 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_40, /*hidden argument*/NULL);
NullCheck(L_38);
L_38->set_f2_1(L_41);
}
IL_0101:
{
// item.target.SetXY(value.f1, value.f2);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_42 = ___item0;
NullCheck(L_42);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_43 = L_42->get_target_8();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_44 = V_1;
NullCheck(L_44);
float L_45 = L_44->get_f1_0();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_46 = V_1;
NullCheck(L_46);
float L_47 = L_46->get_f2_1();
NullCheck(L_43);
GObject_SetXY_mE2ED649A53C135D8AFCFF82139CF83E1647D8D01(L_43, L_45, L_47, /*hidden argument*/NULL);
}
IL_0118:
{
// if (invalidateBatchingEveryFrame)
bool L_48 = __this->get_invalidateBatchingEveryFrame_1();
if (!L_48)
{
goto IL_0685;
}
}
{
// _owner.InvalidateBatchingState(true);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_49 = __this->get__owner_2();
NullCheck(L_49);
GComponent_InvalidateBatchingState_mED7EF940AAF87D06695F79C878D654BED0D38084(L_49, (bool)1, /*hidden argument*/NULL);
// break;
goto IL_0685;
}
IL_0134:
{
// TValue value = (TValue)item.value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_50 = ___item0;
NullCheck(L_50);
RuntimeObject * L_51 = L_50->get_value_5();
V_4 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_51, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var));
// if (!value.b1)
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_52 = V_4;
NullCheck(L_52);
bool L_53 = L_52->get_b1_4();
if (L_53)
{
goto IL_015c;
}
}
{
// value.f1 = item.target.width;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_54 = V_4;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_55 = ___item0;
NullCheck(L_55);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_56 = L_55->get_target_8();
NullCheck(L_56);
float L_57 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_56, /*hidden argument*/NULL);
NullCheck(L_54);
L_54->set_f1_0(L_57);
}
IL_015c:
{
// if (!value.b2)
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_58 = V_4;
NullCheck(L_58);
bool L_59 = L_58->get_b2_5();
if (L_59)
{
goto IL_0177;
}
}
{
// value.f2 = item.target.height;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_60 = V_4;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_61 = ___item0;
NullCheck(L_61);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_62 = L_61->get_target_8();
NullCheck(L_62);
float L_63 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_62, /*hidden argument*/NULL);
NullCheck(L_60);
L_60->set_f2_1(L_63);
}
IL_0177:
{
// item.target.SetSize(value.f1, value.f2);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_64 = ___item0;
NullCheck(L_64);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_65 = L_64->get_target_8();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_66 = V_4;
NullCheck(L_66);
float L_67 = L_66->get_f1_0();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_68 = V_4;
NullCheck(L_68);
float L_69 = L_68->get_f2_1();
NullCheck(L_65);
GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E(L_65, L_67, L_69, /*hidden argument*/NULL);
// if (invalidateBatchingEveryFrame)
bool L_70 = __this->get_invalidateBatchingEveryFrame_1();
if (!L_70)
{
goto IL_0685;
}
}
{
// _owner.InvalidateBatchingState(true);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_71 = __this->get__owner_2();
NullCheck(L_71);
GComponent_InvalidateBatchingState_mED7EF940AAF87D06695F79C878D654BED0D38084(L_71, (bool)1, /*hidden argument*/NULL);
// break;
goto IL_0685;
}
IL_01ac:
{
// item.target.SetPivot(((TValue)item.value).f1, ((TValue)item.value).f2, item.target.pivotAsAnchor);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_72 = ___item0;
NullCheck(L_72);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_73 = L_72->get_target_8();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_74 = ___item0;
NullCheck(L_74);
RuntimeObject * L_75 = L_74->get_value_5();
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_75, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
float L_76 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_75, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var))->get_f1_0();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_77 = ___item0;
NullCheck(L_77);
RuntimeObject * L_78 = L_77->get_value_5();
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_78, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
float L_79 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_78, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var))->get_f2_1();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_80 = ___item0;
NullCheck(L_80);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_81 = L_80->get_target_8();
NullCheck(L_81);
bool L_82 = GObject_get_pivotAsAnchor_m887CD832AE37FC81EC8FE358C2772F0EB53C49AC_inline(L_81, /*hidden argument*/NULL);
NullCheck(L_73);
GObject_SetPivot_m64CE550F65ABC5CD126FFA69B3C6AC11725562E7(L_73, L_76, L_79, L_82, /*hidden argument*/NULL);
// if (invalidateBatchingEveryFrame)
bool L_83 = __this->get_invalidateBatchingEveryFrame_1();
if (!L_83)
{
goto IL_0685;
}
}
{
// _owner.InvalidateBatchingState(true);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_84 = __this->get__owner_2();
NullCheck(L_84);
GComponent_InvalidateBatchingState_mED7EF940AAF87D06695F79C878D654BED0D38084(L_84, (bool)1, /*hidden argument*/NULL);
// break;
goto IL_0685;
}
IL_01fe:
{
// item.target.alpha = ((TValue)item.value).f1;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_85 = ___item0;
NullCheck(L_85);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_86 = L_85->get_target_8();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_87 = ___item0;
NullCheck(L_87);
RuntimeObject * L_88 = L_87->get_value_5();
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_88, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
float L_89 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_88, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var))->get_f1_0();
NullCheck(L_86);
GObject_set_alpha_mE76A3DE78DC4966BE131A71354323E4C3383BF1D(L_86, L_89, /*hidden argument*/NULL);
// break;
goto IL_0685;
}
IL_021e:
{
// item.target.rotation = ((TValue)item.value).f1;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_90 = ___item0;
NullCheck(L_90);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_91 = L_90->get_target_8();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_92 = ___item0;
NullCheck(L_92);
RuntimeObject * L_93 = L_92->get_value_5();
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_93, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
float L_94 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_93, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var))->get_f1_0();
NullCheck(L_91);
GObject_set_rotation_mA51AEE14CE640813F5CFD2AEB22F0B9B144A8656(L_91, L_94, /*hidden argument*/NULL);
// if (invalidateBatchingEveryFrame)
bool L_95 = __this->get_invalidateBatchingEveryFrame_1();
if (!L_95)
{
goto IL_0685;
}
}
{
// _owner.InvalidateBatchingState(true);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_96 = __this->get__owner_2();
NullCheck(L_96);
GComponent_InvalidateBatchingState_mED7EF940AAF87D06695F79C878D654BED0D38084(L_96, (bool)1, /*hidden argument*/NULL);
// break;
goto IL_0685;
}
IL_0255:
{
// item.target.SetScale(((TValue)item.value).f1, ((TValue)item.value).f2);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_97 = ___item0;
NullCheck(L_97);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_98 = L_97->get_target_8();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_99 = ___item0;
NullCheck(L_99);
RuntimeObject * L_100 = L_99->get_value_5();
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_100, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
float L_101 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_100, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var))->get_f1_0();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_102 = ___item0;
NullCheck(L_102);
RuntimeObject * L_103 = L_102->get_value_5();
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_103, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
float L_104 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_103, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var))->get_f2_1();
NullCheck(L_98);
GObject_SetScale_m0681416DAD5C0BB4E09811BA8E608113D10F7241(L_98, L_101, L_104, /*hidden argument*/NULL);
// if (invalidateBatchingEveryFrame)
bool L_105 = __this->get_invalidateBatchingEveryFrame_1();
if (!L_105)
{
goto IL_0685;
}
}
{
// _owner.InvalidateBatchingState(true);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_106 = __this->get__owner_2();
NullCheck(L_106);
GComponent_InvalidateBatchingState_mED7EF940AAF87D06695F79C878D654BED0D38084(L_106, (bool)1, /*hidden argument*/NULL);
// break;
goto IL_0685;
}
IL_029c:
{
// item.target.skew = ((TValue)item.value).vec2;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_107 = ___item0;
NullCheck(L_107);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_108 = L_107->get_target_8();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_109 = ___item0;
NullCheck(L_109);
RuntimeObject * L_110 = L_109->get_value_5();
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_110, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_111 = TValue_get_vec2_mCF34F63D95960618F4005B4C9C7012E6BCD6014F(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_110, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
NullCheck(L_108);
GObject_set_skew_m9F0C99DEA7DC900346E81D3798E450396CA6EF86(L_108, L_111, /*hidden argument*/NULL);
// if (invalidateBatchingEveryFrame)
bool L_112 = __this->get_invalidateBatchingEveryFrame_1();
if (!L_112)
{
goto IL_0685;
}
}
{
// _owner.InvalidateBatchingState(true);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_113 = __this->get__owner_2();
NullCheck(L_113);
GComponent_InvalidateBatchingState_mED7EF940AAF87D06695F79C878D654BED0D38084(L_113, (bool)1, /*hidden argument*/NULL);
// break;
goto IL_0685;
}
IL_02d3:
{
// ((IColorGear)item.target).color = ((TValue)item.value).color;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_114 = ___item0;
NullCheck(L_114);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_115 = L_114->get_target_8();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_116 = ___item0;
NullCheck(L_116);
RuntimeObject * L_117 = L_116->get_value_5();
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_117, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_118 = TValue_get_color_mBD9E9A694DD778E3DAF47AD7E094B7FB2DA1B173(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_117, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_115, 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_115, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)), L_118);
// break;
goto IL_0685;
}
IL_02f8:
{
// TValue_Animation value = (TValue_Animation)item.value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_119 = ___item0;
NullCheck(L_119);
RuntimeObject * L_120 = L_119->get_value_5();
V_5 = ((TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B *)CastclassClass((RuntimeObject*)L_120, TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var));
// if (value.frame >= 0)
TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * L_121 = V_5;
NullCheck(L_121);
int32_t L_122 = L_121->get_frame_0();
if ((((int32_t)L_122) < ((int32_t)0)))
{
goto IL_0326;
}
}
{
// ((IAnimationGear)item.target).frame = value.frame;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_123 = ___item0;
NullCheck(L_123);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_124 = L_123->get_target_8();
TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * L_125 = V_5;
NullCheck(L_125);
int32_t L_126 = L_125->get_frame_0();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_124, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< int32_t >::Invoke(3 /* System.Void FairyGUI.IAnimationGear::set_frame(System.Int32) */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_124, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)), L_126);
}
IL_0326:
{
// ((IAnimationGear)item.target).playing = value.playing;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_127 = ___item0;
NullCheck(L_127);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_128 = L_127->get_target_8();
TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * L_129 = V_5;
NullCheck(L_129);
bool L_130 = L_129->get_playing_1();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_128, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< bool >::Invoke(1 /* System.Void FairyGUI.IAnimationGear::set_playing(System.Boolean) */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_128, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)), L_130);
// ((IAnimationGear)item.target).timeScale = _timeScale;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_131 = ___item0;
NullCheck(L_131);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_132 = L_131->get_target_8();
float L_133 = __this->get__timeScale_17();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_132, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< float >::Invoke(5 /* System.Void FairyGUI.IAnimationGear::set_timeScale(System.Single) */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_132, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)), L_133);
// ((IAnimationGear)item.target).ignoreEngineTimeScale = _ignoreEngineTimeScale;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_134 = ___item0;
NullCheck(L_134);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_135 = L_134->get_target_8();
bool L_136 = __this->get__ignoreEngineTimeScale_18();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_135, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< bool >::Invoke(7 /* System.Void FairyGUI.IAnimationGear::set_ignoreEngineTimeScale(System.Boolean) */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_135, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)), L_136);
// break;
goto IL_0685;
}
IL_036e:
{
// item.target.visible = ((TValue_Visible)item.value).visible;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_137 = ___item0;
NullCheck(L_137);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_138 = L_137->get_target_8();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_139 = ___item0;
NullCheck(L_139);
RuntimeObject * L_140 = L_139->get_value_5();
NullCheck(((TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E *)CastclassClass((RuntimeObject*)L_140, TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E_il2cpp_TypeInfo_var)));
bool L_141 = ((TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E *)CastclassClass((RuntimeObject*)L_140, TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E_il2cpp_TypeInfo_var))->get_visible_0();
NullCheck(L_138);
GObject_set_visible_m65268D438CCAEED62FE74782F6B2BA9B4C3CCD0E(L_138, L_141, /*hidden argument*/NULL);
// break;
goto IL_0685;
}
IL_038e:
{
// TValue_Shake value = (TValue_Shake)item.value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_142 = ___item0;
NullCheck(L_142);
RuntimeObject * L_143 = L_142->get_value_5();
V_6 = ((TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)CastclassClass((RuntimeObject*)L_143, TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var));
// item.target.SetXY(item.target.x - value.lastOffset.x + value.offset.x, item.target.y - value.lastOffset.y + value.offset.y);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_144 = ___item0;
NullCheck(L_144);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_145 = L_144->get_target_8();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_146 = ___item0;
NullCheck(L_146);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_147 = L_146->get_target_8();
NullCheck(L_147);
float L_148 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_147, /*hidden argument*/NULL);
TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 * L_149 = V_6;
NullCheck(L_149);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_150 = L_149->get_address_of_lastOffset_2();
float L_151 = L_150->get_x_0();
TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 * L_152 = V_6;
NullCheck(L_152);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_153 = L_152->get_address_of_offset_3();
float L_154 = L_153->get_x_0();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_155 = ___item0;
NullCheck(L_155);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_156 = L_155->get_target_8();
NullCheck(L_156);
float L_157 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_156, /*hidden argument*/NULL);
TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 * L_158 = V_6;
NullCheck(L_158);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_159 = L_158->get_address_of_lastOffset_2();
float L_160 = L_159->get_y_1();
TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 * L_161 = V_6;
NullCheck(L_161);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_162 = L_161->get_address_of_offset_3();
float L_163 = L_162->get_y_1();
NullCheck(L_145);
GObject_SetXY_mE2ED649A53C135D8AFCFF82139CF83E1647D8D01(L_145, ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_148, (float)L_151)), (float)L_154)), ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_157, (float)L_160)), (float)L_163)), /*hidden argument*/NULL);
// value.lastOffset = value.offset;
TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 * L_164 = V_6;
TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 * L_165 = V_6;
NullCheck(L_165);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_166 = L_165->get_offset_3();
NullCheck(L_164);
L_164->set_lastOffset_2(L_166);
// if (invalidateBatchingEveryFrame)
bool L_167 = __this->get_invalidateBatchingEveryFrame_1();
if (!L_167)
{
goto IL_0685;
}
}
{
// _owner.InvalidateBatchingState(true);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_168 = __this->get__owner_2();
NullCheck(L_168);
GComponent_InvalidateBatchingState_mED7EF940AAF87D06695F79C878D654BED0D38084(L_168, (bool)1, /*hidden argument*/NULL);
// break;
goto IL_0685;
}
IL_041a:
{
// if (_playing)
bool L_169 = __this->get__playing_6();
if (!L_169)
{
goto IL_0685;
}
}
{
// TValue_Transition value = (TValue_Transition)item.value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_170 = ___item0;
NullCheck(L_170);
RuntimeObject * L_171 = L_170->get_value_5();
V_7 = ((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_171, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var));
// if (value.trans != null)
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_172 = V_7;
NullCheck(L_172);
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_173 = L_172->get_trans_2();
if (!L_173)
{
goto IL_0685;
}
}
{
// _totalTasks++;
int32_t L_174 = __this->get__totalTasks_5();
__this->set__totalTasks_5(((int32_t)il2cpp_codegen_add((int32_t)L_174, (int32_t)1)));
// float startTime = _startTime > item.time ? (_startTime - item.time) : 0;
float L_175 = __this->get__startTime_19();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_176 = ___item0;
NullCheck(L_176);
float L_177 = L_176->get_time_0();
if ((((float)L_175) > ((float)L_177)))
{
goto IL_0461;
}
}
{
G_B44_0 = (0.0f);
goto IL_046e;
}
IL_0461:
{
float L_178 = __this->get__startTime_19();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_179 = ___item0;
NullCheck(L_179);
float L_180 = L_179->get_time_0();
G_B44_0 = ((float)il2cpp_codegen_subtract((float)L_178, (float)L_180));
}
IL_046e:
{
V_8 = G_B44_0;
// float endTime = _endTime >= 0 ? (_endTime - item.time) : -1;
float L_181 = __this->get__endTime_20();
if ((((float)L_181) >= ((float)(0.0f))))
{
goto IL_0484;
}
}
{
G_B47_0 = (-1.0f);
goto IL_0491;
}
IL_0484:
{
float L_182 = __this->get__endTime_20();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_183 = ___item0;
NullCheck(L_183);
float L_184 = L_183->get_time_0();
G_B47_0 = ((float)il2cpp_codegen_subtract((float)L_182, (float)L_184));
}
IL_0491:
{
V_9 = G_B47_0;
// if (value.stopTime >= 0 && (endTime < 0 || endTime > value.stopTime))
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_185 = V_7;
NullCheck(L_185);
float L_186 = L_185->get_stopTime_4();
if ((!(((float)L_186) >= ((float)(0.0f)))))
{
goto IL_04be;
}
}
{
float L_187 = V_9;
if ((((float)L_187) < ((float)(0.0f))))
{
goto IL_04b5;
}
}
{
float L_188 = V_9;
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_189 = V_7;
NullCheck(L_189);
float L_190 = L_189->get_stopTime_4();
if ((!(((float)L_188) > ((float)L_190))))
{
goto IL_04be;
}
}
IL_04b5:
{
// endTime = value.stopTime;
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_191 = V_7;
NullCheck(L_191);
float L_192 = L_191->get_stopTime_4();
V_9 = L_192;
}
IL_04be:
{
// value.trans.timeScale = _timeScale;
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_193 = V_7;
NullCheck(L_193);
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_194 = L_193->get_trans_2();
float L_195 = __this->get__timeScale_17();
NullCheck(L_194);
Transition_set_timeScale_mA753F0ECC59A31B407B45ABC1B405CAE2C29C4D6(L_194, L_195, /*hidden argument*/NULL);
// value.trans.ignoreEngineTimeScale = _ignoreEngineTimeScale;
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_196 = V_7;
NullCheck(L_196);
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_197 = L_196->get_trans_2();
bool L_198 = __this->get__ignoreEngineTimeScale_18();
NullCheck(L_197);
Transition_set_ignoreEngineTimeScale_mA3B19B5057D306202E98A0E4C4F5937374E1F89E(L_197, L_198, /*hidden argument*/NULL);
// value.trans._Play(value.playTimes, 0, startTime, endTime, value.playCompleteDelegate, _reversed);
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_199 = V_7;
NullCheck(L_199);
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_200 = L_199->get_trans_2();
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_201 = V_7;
NullCheck(L_201);
int32_t L_202 = L_201->get_playTimes_1();
float L_203 = V_8;
float L_204 = V_9;
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_205 = V_7;
NullCheck(L_205);
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_206 = L_205->get_playCompleteDelegate_3();
bool L_207 = __this->get__reversed_12();
NullCheck(L_200);
Transition__Play_m08FE7BA916BFDE0433ABA96252DD6A8F70C92E3F(L_200, L_202, (0.0f), L_203, L_204, L_206, L_207, /*hidden argument*/NULL);
// break;
goto IL_0685;
}
IL_0510:
{
// if (_playing && item.time >= _startTime)
bool L_208 = __this->get__playing_6();
if (!L_208)
{
goto IL_0685;
}
}
{
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_209 = ___item0;
NullCheck(L_209);
float L_210 = L_209->get_time_0();
float L_211 = __this->get__startTime_19();
if ((!(((float)L_210) >= ((float)L_211))))
{
goto IL_0685;
}
}
{
// TValue_Sound value = (TValue_Sound)item.value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_212 = ___item0;
NullCheck(L_212);
RuntimeObject * L_213 = L_212->get_value_5();
V_10 = ((TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF *)CastclassClass((RuntimeObject*)L_213, TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF_il2cpp_TypeInfo_var));
// if (value.audioClip == null)
TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * L_214 = V_10;
NullCheck(L_214);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_215 = L_214->get_audioClip_2();
if (L_215)
{
goto IL_058e;
}
}
{
// if (UIConfig.soundLoader == null || value.sound.StartsWith(UIPackage.URL_PREFIX))
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * L_216 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_soundLoader_36();
if (!L_216)
{
goto IL_055c;
}
}
{
TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * L_217 = V_10;
NullCheck(L_217);
String_t* L_218 = L_217->get_sound_0();
NullCheck(L_218);
bool L_219 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_218, _stringLiteralE61E700555BBD71A47EE5D7118B4E515CD8951A9, /*hidden argument*/NULL);
if (!L_219)
{
goto IL_0576;
}
}
IL_055c:
{
// value.audioClip = UIPackage.GetItemAssetByURL(value.sound) as NAudioClip;
TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * L_220 = V_10;
TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * L_221 = V_10;
NullCheck(L_221);
String_t* L_222 = L_221->get_sound_0();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
RuntimeObject * L_223 = UIPackage_GetItemAssetByURL_mADD6D0566B616E029A8A858F87E72204F6BE7895(L_222, /*hidden argument*/NULL);
NullCheck(L_220);
L_220->set_audioClip_2(((NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *)IsInstClass((RuntimeObject*)L_223, NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_il2cpp_TypeInfo_var)));
goto IL_058e;
}
IL_0576:
{
// value.audioClip = UIConfig.soundLoader(value.sound);
TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * L_224 = V_10;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * L_225 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_soundLoader_36();
TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * L_226 = V_10;
NullCheck(L_226);
String_t* L_227 = L_226->get_sound_0();
NullCheck(L_225);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_228 = SoundLoader_Invoke_m540FE124E365C7A9BE2112927C1A6F32299738BE(L_225, L_227, /*hidden argument*/NULL);
NullCheck(L_224);
L_224->set_audioClip_2(L_228);
}
IL_058e:
{
// if (value.audioClip != null && value.audioClip.nativeClip != null)
TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * L_229 = V_10;
NullCheck(L_229);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_230 = L_229->get_audioClip_2();
if (!L_230)
{
goto IL_0685;
}
}
{
TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * L_231 = V_10;
NullCheck(L_231);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_232 = L_231->get_audioClip_2();
NullCheck(L_232);
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_233 = L_232->get_nativeClip_1();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_234 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_233, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_234)
{
goto IL_0685;
}
}
{
// Stage.inst.PlayOneShotSound(value.audioClip.nativeClip, value.volume);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_235 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * L_236 = V_10;
NullCheck(L_236);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_237 = L_236->get_audioClip_2();
NullCheck(L_237);
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_238 = L_237->get_nativeClip_1();
TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * L_239 = V_10;
NullCheck(L_239);
float L_240 = L_239->get_volume_1();
NullCheck(L_235);
Stage_PlayOneShotSound_mA29219A0BE1BCD00E7E78ED88D8FBF4B2760ED1E(L_235, L_238, L_240, /*hidden argument*/NULL);
// break;
goto IL_0685;
}
IL_05d3:
{
// TValue value = (TValue)item.value;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_241 = ___item0;
NullCheck(L_241);
RuntimeObject * L_242 = L_241->get_value_5();
V_11 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_242, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var));
// ColorFilter cf = item.target.filter as ColorFilter;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_243 = ___item0;
NullCheck(L_243);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_244 = L_243->get_target_8();
NullCheck(L_244);
RuntimeObject* L_245 = VirtFuncInvoker0< RuntimeObject* >::Invoke(9 /* FairyGUI.IFilter FairyGUI.GObject::get_filter() */, L_244);
V_12 = ((ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)IsInstClass((RuntimeObject*)L_245, ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var));
// if (cf == null)
ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * L_246 = V_12;
if (L_246)
{
goto IL_060c;
}
}
{
// cf = new ColorFilter();
ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * L_247 = (ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 *)il2cpp_codegen_object_new(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var);
ColorFilter__ctor_m4827156CAA2F4971F3282E19DA9F0850508E71BD(L_247, /*hidden argument*/NULL);
V_12 = L_247;
// item.target.filter = cf;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_248 = ___item0;
NullCheck(L_248);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_249 = L_248->get_target_8();
ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * L_250 = V_12;
NullCheck(L_249);
VirtActionInvoker1< RuntimeObject* >::Invoke(10 /* System.Void FairyGUI.GObject::set_filter(FairyGUI.IFilter) */, L_249, L_250);
// }
goto IL_0613;
}
IL_060c:
{
// cf.Reset();
ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * L_251 = V_12;
NullCheck(L_251);
ColorFilter_Reset_m1B5AB953EDB7582A891FBA87BEF511D93319CE5D(L_251, /*hidden argument*/NULL);
}
IL_0613:
{
// cf.AdjustBrightness(value.f1);
ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * L_252 = V_12;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_253 = V_11;
NullCheck(L_253);
float L_254 = L_253->get_f1_0();
NullCheck(L_252);
ColorFilter_AdjustBrightness_mE854FCD359B42B3E34DF3819EBA7170228A747A2(L_252, L_254, /*hidden argument*/NULL);
// cf.AdjustContrast(value.f2);
ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * L_255 = V_12;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_256 = V_11;
NullCheck(L_256);
float L_257 = L_256->get_f2_1();
NullCheck(L_255);
ColorFilter_AdjustContrast_mC1E4F828C1153E724FC920C21CBD8F78C287389B(L_255, L_257, /*hidden argument*/NULL);
// cf.AdjustSaturation(value.f3);
ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * L_258 = V_12;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_259 = V_11;
NullCheck(L_259);
float L_260 = L_259->get_f3_2();
NullCheck(L_258);
ColorFilter_AdjustSaturation_m87319527149B905A21AF6FC7D96172FD9BB7EE14(L_258, L_260, /*hidden argument*/NULL);
// cf.AdjustHue(value.f4);
ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 * L_261 = V_12;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_262 = V_11;
NullCheck(L_262);
float L_263 = L_262->get_f4_3();
NullCheck(L_261);
ColorFilter_AdjustHue_mBFB435B170F12756723F734627B03D4F3ADCE559(L_261, L_263, /*hidden argument*/NULL);
// break;
goto IL_0685;
}
IL_064d:
{
// item.target.text = ((TValue_Text)item.value).text;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_264 = ___item0;
NullCheck(L_264);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_265 = L_264->get_target_8();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_266 = ___item0;
NullCheck(L_266);
RuntimeObject * L_267 = L_266->get_value_5();
NullCheck(((TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252 *)CastclassClass((RuntimeObject*)L_267, TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252_il2cpp_TypeInfo_var)));
String_t* L_268 = ((TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252 *)CastclassClass((RuntimeObject*)L_267, TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252_il2cpp_TypeInfo_var))->get_text_0();
NullCheck(L_265);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_265, L_268);
// break;
goto IL_0685;
}
IL_066a:
{
// item.target.icon = ((TValue_Text)item.value).text;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_269 = ___item0;
NullCheck(L_269);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_270 = L_269->get_target_8();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_271 = ___item0;
NullCheck(L_271);
RuntimeObject * L_272 = L_271->get_value_5();
NullCheck(((TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252 *)CastclassClass((RuntimeObject*)L_272, TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252_il2cpp_TypeInfo_var)));
String_t* L_273 = ((TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252 *)CastclassClass((RuntimeObject*)L_272, TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252_il2cpp_TypeInfo_var))->get_text_0();
NullCheck(L_270);
VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void FairyGUI.GObject::set_icon(System.String) */, L_270, L_273);
}
IL_0685:
{
// item.target._gearLocked = false;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_274 = ___item0;
NullCheck(L_274);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_275 = L_274->get_target_8();
NullCheck(L_275);
L_275->set__gearLocked_65((bool)0);
// }
return;
}
}
// System.Void FairyGUI.Transition::Setup(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_Setup_m589693781EACDF65CF48C047E1C5530B722D9CE9 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_Setup_m589693781EACDF65CF48C047E1C5530B722D9CE9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * V_4 = NULL;
int32_t V_5 = 0;
{
// this.name = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
NullCheck(L_0);
String_t* L_1 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_0, /*hidden argument*/NULL);
Transition_set_name_m0D5DBAC8E2A76763ED57460FCEF9F088765CEAF0_inline(__this, L_1, /*hidden argument*/NULL);
// _options = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_2 = ___buffer0;
NullCheck(L_2);
int32_t L_3 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_2, /*hidden argument*/NULL);
__this->set__options_11(L_3);
// _autoPlay = buffer.ReadBool();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_4 = ___buffer0;
NullCheck(L_4);
bool L_5 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_4, /*hidden argument*/NULL);
__this->set__autoPlay_14(L_5);
// _autoPlayTimes = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_6 = ___buffer0;
NullCheck(L_6);
int32_t L_7 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_6, /*hidden argument*/NULL);
__this->set__autoPlayTimes_15(L_7);
// _autoPlayDelay = buffer.ReadFloat();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_8 = ___buffer0;
NullCheck(L_8);
float L_9 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_8, /*hidden argument*/NULL);
__this->set__autoPlayDelay_16(L_9);
// 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_0 = L_11;
// _items = new TransitionItem[cnt];
int32_t L_12 = V_0;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_13 = (TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807*)(TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807*)SZArrayNew(TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807_il2cpp_TypeInfo_var, (uint32_t)L_12);
__this->set__items_3(L_13);
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0202;
}
IL_0056:
{
// int dataLen = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_14 = ___buffer0;
NullCheck(L_14);
int16_t L_15 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_14, /*hidden argument*/NULL);
V_2 = L_15;
// int curPos = buffer.position;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_16 = ___buffer0;
NullCheck(L_16);
int32_t L_17 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_16, /*hidden argument*/NULL);
V_3 = L_17;
// buffer.Seek(curPos, 0);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_18 = ___buffer0;
int32_t L_19 = V_3;
NullCheck(L_18);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_18, L_19, 0, /*hidden argument*/NULL);
// TransitionItem item = new TransitionItem((TransitionActionType)buffer.ReadByte());
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_20 = ___buffer0;
NullCheck(L_20);
uint8_t L_21 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_20, /*hidden argument*/NULL);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_22 = (TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC *)il2cpp_codegen_object_new(TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC_il2cpp_TypeInfo_var);
TransitionItem__ctor_mA29D7378E238345771C420B26698F51E6C063EE2(L_22, L_21, /*hidden argument*/NULL);
V_4 = L_22;
// _items[i] = item;
TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* L_23 = __this->get__items_3();
int32_t L_24 = V_1;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_25 = V_4;
NullCheck(L_23);
ArrayElementTypeCheck (L_23, L_25);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(L_24), (TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC *)L_25);
// item.time = buffer.ReadFloat();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_26 = V_4;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_27 = ___buffer0;
NullCheck(L_27);
float L_28 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_27, /*hidden argument*/NULL);
NullCheck(L_26);
L_26->set_time_0(L_28);
// int targetId = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_29 = ___buffer0;
NullCheck(L_29);
int16_t L_30 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_29, /*hidden argument*/NULL);
V_5 = L_30;
// if (targetId < 0)
int32_t L_31 = V_5;
if ((((int32_t)L_31) >= ((int32_t)0)))
{
goto IL_00ac;
}
}
{
// item.targetId = string.Empty;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_32 = V_4;
String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_32);
L_32->set_targetId_1(L_33);
goto IL_00c5;
}
IL_00ac:
{
// item.targetId = _owner.GetChildAt(targetId).id;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_34 = V_4;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_35 = __this->get__owner_2();
int32_t L_36 = V_5;
NullCheck(L_35);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_37 = GComponent_GetChildAt_mF74B1D0431936054AEB4DB2755A54CBAA243A3FF(L_35, L_36, /*hidden argument*/NULL);
NullCheck(L_37);
String_t* L_38 = GObject_get_id_m917DDE197B7A33CE260877386F1F927215EEC1F0_inline(L_37, /*hidden argument*/NULL);
NullCheck(L_34);
L_34->set_targetId_1(L_38);
}
IL_00c5:
{
// item.label = buffer.ReadS();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_39 = V_4;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_40 = ___buffer0;
NullCheck(L_40);
String_t* L_41 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_40, /*hidden argument*/NULL);
NullCheck(L_39);
L_39->set_label_4(L_41);
// if (buffer.ReadBool())
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_42 = ___buffer0;
NullCheck(L_42);
bool L_43 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_42, /*hidden argument*/NULL);
if (!L_43)
{
goto IL_01c0;
}
}
{
// buffer.Seek(curPos, 1);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_44 = ___buffer0;
int32_t L_45 = V_3;
NullCheck(L_44);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_44, L_45, 1, /*hidden argument*/NULL);
// item.tweenConfig = new TweenConfig();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_46 = V_4;
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_47 = (TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F *)il2cpp_codegen_object_new(TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F_il2cpp_TypeInfo_var);
TweenConfig__ctor_mEC03B5B44FC058333E6B5FD35623C3DB23C2703F(L_47, /*hidden argument*/NULL);
NullCheck(L_46);
L_46->set_tweenConfig_3(L_47);
// item.tweenConfig.duration = buffer.ReadFloat();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_48 = V_4;
NullCheck(L_48);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_49 = L_48->get_tweenConfig_3();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_50 = ___buffer0;
NullCheck(L_50);
float L_51 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_50, /*hidden argument*/NULL);
NullCheck(L_49);
L_49->set_duration_0(L_51);
// if (item.time + item.tweenConfig.duration > _totalDuration)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_52 = V_4;
NullCheck(L_52);
float L_53 = L_52->get_time_0();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_54 = V_4;
NullCheck(L_54);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_55 = L_54->get_tweenConfig_3();
NullCheck(L_55);
float L_56 = L_55->get_duration_0();
float L_57 = __this->get__totalDuration_13();
if ((!(((float)((float)il2cpp_codegen_add((float)L_53, (float)L_56))) > ((float)L_57))))
{
goto IL_013a;
}
}
{
// _totalDuration = item.time + item.tweenConfig.duration;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_58 = V_4;
NullCheck(L_58);
float L_59 = L_58->get_time_0();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_60 = V_4;
NullCheck(L_60);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_61 = L_60->get_tweenConfig_3();
NullCheck(L_61);
float L_62 = L_61->get_duration_0();
__this->set__totalDuration_13(((float)il2cpp_codegen_add((float)L_59, (float)L_62)));
}
IL_013a:
{
// item.tweenConfig.easeType = (EaseType)buffer.ReadByte();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_63 = V_4;
NullCheck(L_63);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_64 = L_63->get_tweenConfig_3();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_65 = ___buffer0;
NullCheck(L_65);
uint8_t L_66 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_65, /*hidden argument*/NULL);
NullCheck(L_64);
L_64->set_easeType_1(L_66);
// item.tweenConfig.repeat = buffer.ReadInt();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_67 = V_4;
NullCheck(L_67);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_68 = L_67->get_tweenConfig_3();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_69 = ___buffer0;
NullCheck(L_69);
int32_t L_70 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_69, /*hidden argument*/NULL);
NullCheck(L_68);
L_68->set_repeat_2(L_70);
// item.tweenConfig.yoyo = buffer.ReadBool();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_71 = V_4;
NullCheck(L_71);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_72 = L_71->get_tweenConfig_3();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_73 = ___buffer0;
NullCheck(L_73);
bool L_74 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_73, /*hidden argument*/NULL);
NullCheck(L_72);
L_72->set_yoyo_3(L_74);
// item.tweenConfig.endLabel = buffer.ReadS();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_75 = V_4;
NullCheck(L_75);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_76 = L_75->get_tweenConfig_3();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_77 = ___buffer0;
NullCheck(L_77);
String_t* L_78 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_77, /*hidden argument*/NULL);
NullCheck(L_76);
L_76->set_endLabel_6(L_78);
// buffer.Seek(curPos, 2);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_79 = ___buffer0;
int32_t L_80 = V_3;
NullCheck(L_79);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_79, L_80, 2, /*hidden argument*/NULL);
// DecodeValue(item, buffer, item.tweenConfig.startValue);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_81 = V_4;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_82 = ___buffer0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_83 = V_4;
NullCheck(L_83);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_84 = L_83->get_tweenConfig_3();
NullCheck(L_84);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_85 = L_84->get_startValue_4();
Transition_DecodeValue_mDDBFBBB440539BB6A8039D8AFBAFF2C9DC349095(__this, L_81, L_82, L_85, /*hidden argument*/NULL);
// buffer.Seek(curPos, 3);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_86 = ___buffer0;
int32_t L_87 = V_3;
NullCheck(L_86);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_86, L_87, 3, /*hidden argument*/NULL);
// DecodeValue(item, buffer, item.tweenConfig.endValue);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_88 = V_4;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_89 = ___buffer0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_90 = V_4;
NullCheck(L_90);
TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * L_91 = L_90->get_tweenConfig_3();
NullCheck(L_91);
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_92 = L_91->get_endValue_5();
Transition_DecodeValue_mDDBFBBB440539BB6A8039D8AFBAFF2C9DC349095(__this, L_88, L_89, L_92, /*hidden argument*/NULL);
// }
goto IL_01f5;
}
IL_01c0:
{
// if (item.time > _totalDuration)
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_93 = V_4;
NullCheck(L_93);
float L_94 = L_93->get_time_0();
float L_95 = __this->get__totalDuration_13();
if ((!(((float)L_94) > ((float)L_95))))
{
goto IL_01dc;
}
}
{
// _totalDuration = item.time;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_96 = V_4;
NullCheck(L_96);
float L_97 = L_96->get_time_0();
__this->set__totalDuration_13(L_97);
}
IL_01dc:
{
// buffer.Seek(curPos, 2);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_98 = ___buffer0;
int32_t L_99 = V_3;
NullCheck(L_98);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_98, L_99, 2, /*hidden argument*/NULL);
// DecodeValue(item, buffer, item.value);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_100 = V_4;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_101 = ___buffer0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_102 = V_4;
NullCheck(L_102);
RuntimeObject * L_103 = L_102->get_value_5();
Transition_DecodeValue_mDDBFBBB440539BB6A8039D8AFBAFF2C9DC349095(__this, L_100, L_101, L_103, /*hidden argument*/NULL);
}
IL_01f5:
{
// buffer.position = curPos + dataLen;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_104 = ___buffer0;
int32_t L_105 = V_3;
int32_t L_106 = V_2;
NullCheck(L_104);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_104, ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)L_106)), /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_107 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)1));
}
IL_0202:
{
// for (int i = 0; i < cnt; i++)
int32_t L_108 = V_1;
int32_t L_109 = V_0;
if ((((int32_t)L_108) < ((int32_t)L_109)))
{
goto IL_0056;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.Transition::DecodeValue(FairyGUI.TransitionItem,FairyGUI.Utils.ByteBuffer,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transition_DecodeValue_mDDBFBBB440539BB6A8039D8AFBAFF2C9DC349095 (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * ___item0, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer1, RuntimeObject * ___value2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Transition_DecodeValue_mDDBFBBB440539BB6A8039D8AFBAFF2C9DC349095_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1 * V_0 = NULL;
int32_t V_1 = 0;
{
U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1 * L_0 = (U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass75_0__ctor_m6317579DAE76BCAC6D1C6D37928F7DFE70FC6FC7(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1 * L_1 = V_0;
NullCheck(L_1);
L_1->set_U3CU3E4__this_0(__this);
U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1 * L_2 = V_0;
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_3 = ___item0;
NullCheck(L_2);
L_2->set_item_1(L_3);
// switch (item.type)
U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1 * L_4 = V_0;
NullCheck(L_4);
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_5 = L_4->get_item_1();
NullCheck(L_5);
int32_t L_6 = L_5->get_type_2();
V_1 = L_6;
int32_t L_7 = V_1;
switch (L_7)
{
case 0:
{
goto IL_0067;
}
case 1:
{
goto IL_0067;
}
case 2:
{
goto IL_00af;
}
case 3:
{
goto IL_0067;
}
case 4:
{
goto IL_009d;
}
case 5:
{
goto IL_009d;
}
case 6:
{
goto IL_00d2;
}
case 7:
{
goto IL_00e4;
}
case 8:
{
goto IL_0107;
}
case 9:
{
goto IL_0119;
}
case 10:
{
goto IL_013c;
}
case 11:
{
goto IL_0176;
}
case 12:
{
goto IL_0199;
}
case 13:
{
goto IL_0067;
}
case 14:
{
goto IL_01cf;
}
case 15:
{
goto IL_01cf;
}
}
}
{
return;
}
IL_0067:
{
// TValue tvalue = (TValue)value;
RuntimeObject * L_8 = ___value2;
// tvalue.b1 = buffer.ReadBool();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_9 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_8, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var));
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_10 = ___buffer1;
NullCheck(L_10);
bool L_11 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
L_9->set_b1_4(L_11);
// tvalue.b2 = buffer.ReadBool();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_12 = L_9;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_13 = ___buffer1;
NullCheck(L_13);
bool L_14 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
L_12->set_b2_5(L_14);
// tvalue.f1 = buffer.ReadFloat();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_15 = L_12;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_16 = ___buffer1;
NullCheck(L_16);
float L_17 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
L_15->set_f1_0(L_17);
// tvalue.f2 = buffer.ReadFloat();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_18 = ___buffer1;
NullCheck(L_18);
float L_19 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_18, /*hidden argument*/NULL);
NullCheck(L_15);
L_15->set_f2_1(L_19);
// break;
return;
}
IL_009d:
{
// ((TValue)value).f1 = buffer.ReadFloat();
RuntimeObject * L_20 = ___value2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_21 = ___buffer1;
NullCheck(L_21);
float L_22 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_21, /*hidden argument*/NULL);
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_20, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_20, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var))->set_f1_0(L_22);
// break;
return;
}
IL_00af:
{
// ((TValue)value).f1 = buffer.ReadFloat();
RuntimeObject * L_23 = ___value2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_24 = ___buffer1;
NullCheck(L_24);
float L_25 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_24, /*hidden argument*/NULL);
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_23, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_23, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var))->set_f1_0(L_25);
// ((TValue)value).f2 = buffer.ReadFloat();
RuntimeObject * L_26 = ___value2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_27 = ___buffer1;
NullCheck(L_27);
float L_28 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_27, /*hidden argument*/NULL);
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_26, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_26, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var))->set_f2_1(L_28);
// break;
return;
}
IL_00d2:
{
// ((TValue)value).color = buffer.ReadColor();
RuntimeObject * L_29 = ___value2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_30 = ___buffer1;
NullCheck(L_30);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_31 = ByteBuffer_ReadColor_mEFD8F75A81AFF30EEBCE1022AA51298D8B6CF53E(L_30, /*hidden argument*/NULL);
NullCheck(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_29, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)));
TValue_set_color_mA43816718F197BEFCE86F1EA0FDE6C7E60D511E8(((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_29, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var)), L_31, /*hidden argument*/NULL);
// break;
return;
}
IL_00e4:
{
// ((TValue_Animation)value).playing = buffer.ReadBool();
RuntimeObject * L_32 = ___value2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_33 = ___buffer1;
NullCheck(L_33);
bool L_34 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_33, /*hidden argument*/NULL);
NullCheck(((TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B *)CastclassClass((RuntimeObject*)L_32, TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var)));
((TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B *)CastclassClass((RuntimeObject*)L_32, TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var))->set_playing_1(L_34);
// ((TValue_Animation)value).frame = buffer.ReadInt();
RuntimeObject * L_35 = ___value2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_36 = ___buffer1;
NullCheck(L_36);
int32_t L_37 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_36, /*hidden argument*/NULL);
NullCheck(((TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B *)CastclassClass((RuntimeObject*)L_35, TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var)));
((TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B *)CastclassClass((RuntimeObject*)L_35, TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var))->set_frame_0(L_37);
// break;
return;
}
IL_0107:
{
// ((TValue_Visible)value).visible = buffer.ReadBool();
RuntimeObject * L_38 = ___value2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_39 = ___buffer1;
NullCheck(L_39);
bool L_40 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_39, /*hidden argument*/NULL);
NullCheck(((TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E *)CastclassClass((RuntimeObject*)L_38, TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E_il2cpp_TypeInfo_var)));
((TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E *)CastclassClass((RuntimeObject*)L_38, TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E_il2cpp_TypeInfo_var))->set_visible_0(L_40);
// break;
return;
}
IL_0119:
{
// ((TValue_Sound)value).sound = buffer.ReadS();
RuntimeObject * L_41 = ___value2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_42 = ___buffer1;
NullCheck(L_42);
String_t* L_43 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_42, /*hidden argument*/NULL);
NullCheck(((TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF *)CastclassClass((RuntimeObject*)L_41, TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF_il2cpp_TypeInfo_var)));
((TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF *)CastclassClass((RuntimeObject*)L_41, TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF_il2cpp_TypeInfo_var))->set_sound_0(L_43);
// ((TValue_Sound)value).volume = buffer.ReadFloat();
RuntimeObject * L_44 = ___value2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_45 = ___buffer1;
NullCheck(L_45);
float L_46 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_45, /*hidden argument*/NULL);
NullCheck(((TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF *)CastclassClass((RuntimeObject*)L_44, TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF_il2cpp_TypeInfo_var)));
((TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF *)CastclassClass((RuntimeObject*)L_44, TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF_il2cpp_TypeInfo_var))->set_volume_1(L_46);
// break;
return;
}
IL_013c:
{
// ((TValue_Transition)value).transName = buffer.ReadS();
RuntimeObject * L_47 = ___value2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_48 = ___buffer1;
NullCheck(L_48);
String_t* L_49 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_48, /*hidden argument*/NULL);
NullCheck(((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_47, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var)));
((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_47, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var))->set_transName_0(L_49);
// ((TValue_Transition)value).playTimes = buffer.ReadInt();
RuntimeObject * L_50 = ___value2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_51 = ___buffer1;
NullCheck(L_51);
int32_t L_52 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_51, /*hidden argument*/NULL);
NullCheck(((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_50, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var)));
((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_50, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var))->set_playTimes_1(L_52);
// ((TValue_Transition)value).playCompleteDelegate = () => { OnPlayTransCompleted(item); };
RuntimeObject * L_53 = ___value2;
U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1 * L_54 = V_0;
PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * L_55 = (PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 *)il2cpp_codegen_object_new(PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_il2cpp_TypeInfo_var);
PlayCompleteCallback__ctor_m6BA7E59BE7FC4492F684AFF9A26B499E82F19D9C(L_55, L_54, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass75_0_U3CDecodeValueU3Eb__0_mE40F82A52833D2870169CF35E0D9EE7FD2454249_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_53, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var)));
((TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)CastclassClass((RuntimeObject*)L_53, TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var))->set_playCompleteDelegate_3(L_55);
// break;
return;
}
IL_0176:
{
// ((TValue_Shake)value).amplitude = buffer.ReadFloat();
RuntimeObject * L_56 = ___value2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_57 = ___buffer1;
NullCheck(L_57);
float L_58 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_57, /*hidden argument*/NULL);
NullCheck(((TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)CastclassClass((RuntimeObject*)L_56, TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var)));
((TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)CastclassClass((RuntimeObject*)L_56, TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var))->set_amplitude_0(L_58);
// ((TValue_Shake)value).duration = buffer.ReadFloat();
RuntimeObject * L_59 = ___value2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_60 = ___buffer1;
NullCheck(L_60);
float L_61 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_60, /*hidden argument*/NULL);
NullCheck(((TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)CastclassClass((RuntimeObject*)L_59, TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var)));
((TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)CastclassClass((RuntimeObject*)L_59, TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var))->set_duration_1(L_61);
// break;
return;
}
IL_0199:
{
// TValue tvalue = (TValue)value;
RuntimeObject * L_62 = ___value2;
// tvalue.f1 = buffer.ReadFloat();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_63 = ((TValue_t82801118914234C897121D3AFA68F615837FB309 *)CastclassClass((RuntimeObject*)L_62, TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var));
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_64 = ___buffer1;
NullCheck(L_64);
float L_65 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_64, /*hidden argument*/NULL);
NullCheck(L_63);
L_63->set_f1_0(L_65);
// tvalue.f2 = buffer.ReadFloat();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_66 = L_63;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_67 = ___buffer1;
NullCheck(L_67);
float L_68 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_67, /*hidden argument*/NULL);
NullCheck(L_66);
L_66->set_f2_1(L_68);
// tvalue.f3 = buffer.ReadFloat();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_69 = L_66;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_70 = ___buffer1;
NullCheck(L_70);
float L_71 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_70, /*hidden argument*/NULL);
NullCheck(L_69);
L_69->set_f3_2(L_71);
// tvalue.f4 = buffer.ReadFloat();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_72 = ___buffer1;
NullCheck(L_72);
float L_73 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_72, /*hidden argument*/NULL);
NullCheck(L_69);
L_69->set_f4_3(L_73);
// break;
return;
}
IL_01cf:
{
// ((TValue_Text)value).text = buffer.ReadS();
RuntimeObject * L_74 = ___value2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_75 = ___buffer1;
NullCheck(L_75);
String_t* L_76 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_75, /*hidden argument*/NULL);
NullCheck(((TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252 *)CastclassClass((RuntimeObject*)L_74, TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252_il2cpp_TypeInfo_var)));
((TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252 *)CastclassClass((RuntimeObject*)L_74, TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252_il2cpp_TypeInfo_var))->set_text_0(L_76);
// }
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.Transition_<>c__DisplayClass75_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass75_0__ctor_m6317579DAE76BCAC6D1C6D37928F7DFE70FC6FC7 (U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.Transition_<>c__DisplayClass75_0::<DecodeValue>b__0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass75_0_U3CDecodeValueU3Eb__0_mE40F82A52833D2870169CF35E0D9EE7FD2454249 (U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1 * __this, const RuntimeMethod* method)
{
{
// ((TValue_Transition)value).playCompleteDelegate = () => { OnPlayTransCompleted(item); };
Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * L_0 = __this->get_U3CU3E4__this_0();
TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * L_1 = __this->get_item_1();
NullCheck(L_0);
Transition_OnPlayTransCompleted_m77ECDC020ECD4097B73021BB5DFCB6556AD73E26(L_0, L_1, /*hidden argument*/NULL);
// ((TValue_Transition)value).playCompleteDelegate = () => { OnPlayTransCompleted(item); };
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
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 (TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * __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.TransitionHook::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionHook__ctor_mA65740728E0E32CA48CE3810602B9BDDE8AA4105 (TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * __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.TransitionHook::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionHook_Invoke_m56E470190CD4F0F693398CD2A8371CD94655F69C (TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * __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.TransitionHook::BeginInvoke(System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TransitionHook_BeginInvoke_m2CCBC8F23FB753871BFE8BEFB4C6B8A073F8261E (TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * __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.TransitionHook::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionHook_EndInvoke_m2CCE6D67434727CAACCD3E010040F671A12203E5 (TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585 * __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.TransitionItem::.ctor(FairyGUI.TransitionActionType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransitionItem__ctor_mA29D7378E238345771C420B26698F51E6C063EE2 (TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * __this, int32_t ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TransitionItem__ctor_mA29D7378E238345771C420B26698F51E6C063EE2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public TransitionItem(TransitionActionType type)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// this.type = type;
int32_t L_0 = ___type0;
__this->set_type_2(L_0);
// switch (type)
int32_t L_1 = ___type0;
switch (L_1)
{
case 0:
{
goto IL_0054;
}
case 1:
{
goto IL_0054;
}
case 2:
{
goto IL_0054;
}
case 3:
{
goto IL_0054;
}
case 4:
{
goto IL_0054;
}
case 5:
{
goto IL_0054;
}
case 6:
{
goto IL_0054;
}
case 7:
{
goto IL_0060;
}
case 8:
{
goto IL_0090;
}
case 9:
{
goto IL_0078;
}
case 10:
{
goto IL_0084;
}
case 11:
{
goto IL_006c;
}
case 12:
{
goto IL_0054;
}
case 13:
{
goto IL_0054;
}
case 14:
{
goto IL_009c;
}
case 15:
{
goto IL_009c;
}
}
}
{
return;
}
IL_0054:
{
// value = new TValue();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_2 = (TValue_t82801118914234C897121D3AFA68F615837FB309 *)il2cpp_codegen_object_new(TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var);
TValue__ctor_m64A53758B49488EEE5B19822C0F8972AE50E0118(L_2, /*hidden argument*/NULL);
__this->set_value_5(L_2);
// break;
return;
}
IL_0060:
{
// value = new TValue_Animation();
TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * L_3 = (TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B *)il2cpp_codegen_object_new(TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var);
TValue_Animation__ctor_mB1291F2E4F829CFC8A1889931C3D90D425B2DE49(L_3, /*hidden argument*/NULL);
__this->set_value_5(L_3);
// break;
return;
}
IL_006c:
{
// value = new TValue_Shake();
TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 * L_4 = (TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 *)il2cpp_codegen_object_new(TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var);
TValue_Shake__ctor_m36C17233019D76BF73B8259E5AB4B74A39DD7AB4(L_4, /*hidden argument*/NULL);
__this->set_value_5(L_4);
// break;
return;
}
IL_0078:
{
// value = new TValue_Sound();
TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * L_5 = (TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF *)il2cpp_codegen_object_new(TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF_il2cpp_TypeInfo_var);
TValue_Sound__ctor_mCD24C404998E5391E10112ACAD7DAF68AB3DCA51(L_5, /*hidden argument*/NULL);
__this->set_value_5(L_5);
// break;
return;
}
IL_0084:
{
// value = new TValue_Transition();
TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * L_6 = (TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 *)il2cpp_codegen_object_new(TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var);
TValue_Transition__ctor_mD73FD2FB78570D267C0DC2F6136825F20670E889(L_6, /*hidden argument*/NULL);
__this->set_value_5(L_6);
// break;
return;
}
IL_0090:
{
// value = new TValue_Visible();
TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E * L_7 = (TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E *)il2cpp_codegen_object_new(TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E_il2cpp_TypeInfo_var);
TValue_Visible__ctor_m2ABA4F2453E920A5D8EA3B2426B7AFAEF373BA47(L_7, /*hidden argument*/NULL);
__this->set_value_5(L_7);
// break;
return;
}
IL_009c:
{
// value = new TValue_Text();
TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252 * L_8 = (TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252 *)il2cpp_codegen_object_new(TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252_il2cpp_TypeInfo_var);
TValue_Text__ctor_m3FA003F6F903BEB08ACA8C6D5D018E13BDCF8E93(L_8, /*hidden argument*/NULL);
__this->set_value_5(L_8);
// }
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.TranslationHelper::LoadFromXML(FairyGUI.Utils.XML)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TranslationHelper_LoadFromXML_m8829B6D9BD5172D4D2D38A13F8C26A85E28E8A43 (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ___source0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TranslationHelper_LoadFromXML_m8829B6D9BD5172D4D2D38A13F8C26A85E28E8A43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E V_0;
memset((&V_0), 0, sizeof(V_0));
String_t* V_1 = NULL;
String_t* V_2 = NULL;
int32_t V_3 = 0;
String_t* V_4 = NULL;
String_t* V_5 = NULL;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * V_6 = NULL;
{
// strings = new Dictionary<string, Dictionary<string, string>>();
Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F * L_0 = (Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F *)il2cpp_codegen_object_new(Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m6C21C089BCF0F262F2B59A8397FEE49EF2C6C66B(L_0, /*hidden argument*/Dictionary_2__ctor_m6C21C089BCF0F262F2B59A8397FEE49EF2C6C66B_RuntimeMethod_var);
((TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694_StaticFields*)il2cpp_codegen_static_fields_for(TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694_il2cpp_TypeInfo_var))->set_strings_0(L_0);
// XMLList.Enumerator et = source.GetEnumerator("string");
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_1 = ___source0;
NullCheck(L_1);
Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E L_2 = XML_GetEnumerator_mF7228B20089D520CC18F7A84F2023606C0917D5D(L_1, _stringLiteralECB252044B5EA0F679EE78EC1A12904739E2904D, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0085;
}
IL_0018:
{
// XML cxml = et.Current;
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_3 = Enumerator_get_Current_mF5CEBEB5C0A3BAFB47AD5BF275AC85822B2BB1AF_inline((Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E *)(&V_0), /*hidden argument*/NULL);
// string key = cxml.GetAttribute("name");
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_4 = L_3;
NullCheck(L_4);
String_t* L_5 = XML_GetAttribute_m9B36CAFF8022F95BB4C29B5C356998D9AFE29AC0(L_4, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
V_1 = L_5;
// string text = cxml.text;
NullCheck(L_4);
String_t* L_6 = XML_get_text_mDF776F8850B1A67217182F599D14FCC05D446B7D_inline(L_4, /*hidden argument*/NULL);
V_2 = L_6;
// int i = key.IndexOf("-");
String_t* L_7 = V_1;
NullCheck(L_7);
int32_t L_8 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_7, _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9, /*hidden argument*/NULL);
V_3 = L_8;
// if (i == -1)
int32_t L_9 = V_3;
if ((((int32_t)L_9) == ((int32_t)(-1))))
{
goto IL_0085;
}
}
{
// string key2 = key.Substring(0, i);
String_t* L_10 = V_1;
int32_t L_11 = V_3;
NullCheck(L_10);
String_t* L_12 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_10, 0, L_11, /*hidden argument*/NULL);
V_4 = L_12;
// string key3 = key.Substring(i + 1);
String_t* L_13 = V_1;
int32_t L_14 = V_3;
NullCheck(L_13);
String_t* L_15 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL);
V_5 = L_15;
// if (!strings.TryGetValue(key2, out col))
Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F * L_16 = ((TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694_StaticFields*)il2cpp_codegen_static_fields_for(TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694_il2cpp_TypeInfo_var))->get_strings_0();
String_t* L_17 = V_4;
NullCheck(L_16);
bool L_18 = Dictionary_2_TryGetValue_mABDF9A84D415E6693812C34A7E87A8C93F1376F9(L_16, L_17, (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC **)(&V_6), /*hidden argument*/Dictionary_2_TryGetValue_mABDF9A84D415E6693812C34A7E87A8C93F1376F9_RuntimeMethod_var);
if (L_18)
{
goto IL_007b;
}
}
{
// col = new Dictionary<string, string>();
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_19 = (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)il2cpp_codegen_object_new(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B(L_19, /*hidden argument*/Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var);
V_6 = L_19;
// strings[key2] = col;
Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F * L_20 = ((TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694_StaticFields*)il2cpp_codegen_static_fields_for(TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694_il2cpp_TypeInfo_var))->get_strings_0();
String_t* L_21 = V_4;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_22 = V_6;
NullCheck(L_20);
Dictionary_2_set_Item_mCFF3580762FA397E554CB23F34B18E0D63A6CD28(L_20, L_21, L_22, /*hidden argument*/Dictionary_2_set_Item_mCFF3580762FA397E554CB23F34B18E0D63A6CD28_RuntimeMethod_var);
}
IL_007b:
{
// col[key3] = text;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_23 = V_6;
String_t* L_24 = V_5;
String_t* L_25 = V_2;
NullCheck(L_23);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_23, L_24, L_25, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
}
IL_0085:
{
// while (et.MoveNext())
bool L_26 = Enumerator_MoveNext_m03DCB133768B7C6720B62B87AE4371EEE6CFB41A((Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E *)(&V_0), /*hidden argument*/NULL);
if (L_26)
{
goto IL_0018;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.TranslationHelper::TranslateComponent(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TranslationHelper_TranslateComponent_m579FA9AA9C87C956AA9FEF33E40CCA6610EE178D (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TranslationHelper_TranslateComponent_m579FA9AA9C87C956AA9FEF33E40CCA6610EE178D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
int32_t V_12 = 0;
int32_t V_13 = 0;
int32_t V_14 = 0;
int32_t V_15 = 0;
int32_t V_16 = 0;
int32_t V_17 = 0;
int32_t V_18 = 0;
int32_t V_19 = 0;
{
// if (TranslationHelper.strings == null)
Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F * L_0 = ((TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694_StaticFields*)il2cpp_codegen_static_fields_for(TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694_il2cpp_TypeInfo_var))->get_strings_0();
if (L_0)
{
goto IL_0008;
}
}
{
// return;
return;
}
IL_0008:
{
// if (!TranslationHelper.strings.TryGetValue(item.owner.id + item.id, out strings))
Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F * L_1 = ((TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694_StaticFields*)il2cpp_codegen_static_fields_for(TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694_il2cpp_TypeInfo_var))->get_strings_0();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_2 = ___item0;
NullCheck(L_2);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_3 = L_2->get_owner_0();
NullCheck(L_3);
String_t* L_4 = UIPackage_get_id_m7615CE5A25D41AA535E3EB3FA0905E6C049700CB_inline(L_3, /*hidden argument*/NULL);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_5 = ___item0;
NullCheck(L_5);
String_t* L_6 = L_5->get_id_3();
String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_4, L_6, /*hidden argument*/NULL);
NullCheck(L_1);
bool L_8 = Dictionary_2_TryGetValue_mABDF9A84D415E6693812C34A7E87A8C93F1376F9(L_1, L_7, (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mABDF9A84D415E6693812C34A7E87A8C93F1376F9_RuntimeMethod_var);
if (L_8)
{
goto IL_002d;
}
}
{
// return;
return;
}
IL_002d:
{
// ByteBuffer buffer = item.rawData;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_9 = ___item0;
NullCheck(L_9);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_10 = L_9->get_rawData_10();
V_3 = L_10;
// buffer.Seek(0, 2);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_11 = V_3;
NullCheck(L_11);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_11, 0, 2, /*hidden argument*/NULL);
// int childCount = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_12 = V_3;
NullCheck(L_12);
int16_t L_13 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_12, /*hidden argument*/NULL);
V_4 = L_13;
// for (int i = 0; i < childCount; i++)
V_5 = 0;
goto IL_0429;
}
IL_004d:
{
// int dataLen = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_14 = V_3;
NullCheck(L_14);
int16_t L_15 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_14, /*hidden argument*/NULL);
V_6 = L_15;
// int curPos = buffer.position;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_16 = V_3;
NullCheck(L_16);
int32_t L_17 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_16, /*hidden argument*/NULL);
V_7 = L_17;
// buffer.Seek(curPos, 0);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_18 = V_3;
int32_t L_19 = V_7;
NullCheck(L_18);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_18, L_19, 0, /*hidden argument*/NULL);
// ObjectType type = (ObjectType)buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_20 = V_3;
NullCheck(L_20);
uint8_t L_21 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_20, /*hidden argument*/NULL);
V_8 = L_21;
// buffer.Skip(4);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_22 = V_3;
NullCheck(L_22);
ByteBuffer_Skip_mFEB13122A61BF836E269E89D09BF09504C08974A(L_22, 4, /*hidden argument*/NULL);
// elementId = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_23 = V_3;
NullCheck(L_23);
String_t* L_24 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_23, /*hidden argument*/NULL);
V_1 = L_24;
// if (type == ObjectType.Component)
int32_t L_25 = V_8;
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)9)))))
{
goto IL_0097;
}
}
{
// if (buffer.Seek(curPos, 6))
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_26 = V_3;
int32_t L_27 = V_7;
NullCheck(L_26);
bool L_28 = ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_26, L_27, 6, /*hidden argument*/NULL);
if (!L_28)
{
goto IL_0097;
}
}
{
// type = (ObjectType)buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_29 = V_3;
NullCheck(L_29);
uint8_t L_30 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_29, /*hidden argument*/NULL);
V_8 = L_30;
}
IL_0097:
{
// buffer.Seek(curPos, 1);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_31 = V_3;
int32_t L_32 = V_7;
NullCheck(L_31);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_31, L_32, 1, /*hidden argument*/NULL);
// if (strings.TryGetValue(elementId + "-tips", out value))
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_33 = V_0;
String_t* L_34 = V_1;
String_t* L_35 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_34, _stringLiteralB6F825E68EF71F9CB88A3178EA1FAA295B27E866, /*hidden argument*/NULL);
NullCheck(L_33);
bool L_36 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_33, L_35, (String_t**)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (!L_36)
{
goto IL_00bd;
}
}
{
// buffer.WriteS(value);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_37 = V_3;
String_t* L_38 = V_2;
NullCheck(L_37);
ByteBuffer_WriteS_mF1F3A2530794A726C57A95187BD5035A76CD7593(L_37, L_38, /*hidden argument*/NULL);
}
IL_00bd:
{
// buffer.Seek(curPos, 2);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_39 = V_3;
int32_t L_40 = V_7;
NullCheck(L_39);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_39, L_40, 2, /*hidden argument*/NULL);
// int gearCnt = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_41 = V_3;
NullCheck(L_41);
int16_t L_42 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_41, /*hidden argument*/NULL);
V_9 = L_42;
// for (int j = 0; j < gearCnt; j++)
V_10 = 0;
goto IL_017b;
}
IL_00d7:
{
// int nextPos = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_43 = V_3;
NullCheck(L_43);
int16_t L_44 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_43, /*hidden argument*/NULL);
V_11 = L_44;
// nextPos += buffer.position;
int32_t L_45 = V_11;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_46 = V_3;
NullCheck(L_46);
int32_t L_47 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_46, /*hidden argument*/NULL);
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_47));
// if (buffer.ReadByte() == 6) //gearText
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_48 = V_3;
NullCheck(L_48);
uint8_t L_49 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_48, /*hidden argument*/NULL);
if ((!(((uint32_t)L_49) == ((uint32_t)6))))
{
goto IL_016d;
}
}
{
// buffer.Skip(2);//controller
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_50 = V_3;
NullCheck(L_50);
ByteBuffer_Skip_mFEB13122A61BF836E269E89D09BF09504C08974A(L_50, 2, /*hidden argument*/NULL);
// int valueCnt = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_51 = V_3;
NullCheck(L_51);
int16_t L_52 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_51, /*hidden argument*/NULL);
V_12 = L_52;
// for (int k = 0; k < valueCnt; k++)
V_13 = 0;
goto IL_0143;
}
IL_0108:
{
// string page = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_53 = V_3;
NullCheck(L_53);
String_t* L_54 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_53, /*hidden argument*/NULL);
// if (page != null)
if (!L_54)
{
goto IL_013d;
}
}
{
// if (strings.TryGetValue(elementId + "-texts_" + k, out value))
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_55 = V_0;
String_t* L_56 = V_1;
int32_t L_57 = V_13;
int32_t L_58 = L_57;
RuntimeObject * L_59 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_58);
String_t* L_60 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_56, _stringLiteral0AC1DD1D058492A6A7D397C6878BD101D5CF978B, L_59, /*hidden argument*/NULL);
NullCheck(L_55);
bool L_61 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_55, L_60, (String_t**)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (!L_61)
{
goto IL_0135;
}
}
{
// buffer.WriteS(value);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_62 = V_3;
String_t* L_63 = V_2;
NullCheck(L_62);
ByteBuffer_WriteS_mF1F3A2530794A726C57A95187BD5035A76CD7593(L_62, L_63, /*hidden argument*/NULL);
goto IL_013d;
}
IL_0135:
{
// buffer.Skip(2);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_64 = V_3;
NullCheck(L_64);
ByteBuffer_Skip_mFEB13122A61BF836E269E89D09BF09504C08974A(L_64, 2, /*hidden argument*/NULL);
}
IL_013d:
{
// for (int k = 0; k < valueCnt; k++)
int32_t L_65 = V_13;
V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1));
}
IL_0143:
{
// for (int k = 0; k < valueCnt; k++)
int32_t L_66 = V_13;
int32_t L_67 = V_12;
if ((((int32_t)L_66) < ((int32_t)L_67)))
{
goto IL_0108;
}
}
{
// if (buffer.ReadBool() && strings.TryGetValue(elementId + "-texts_def", out value))
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_68 = V_3;
NullCheck(L_68);
bool L_69 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_68, /*hidden argument*/NULL);
if (!L_69)
{
goto IL_016d;
}
}
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_70 = V_0;
String_t* L_71 = V_1;
String_t* L_72 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_71, _stringLiteralA22C828F59C915641487548CBADE37BD9B94C502, /*hidden argument*/NULL);
NullCheck(L_70);
bool L_73 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_70, L_72, (String_t**)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (!L_73)
{
goto IL_016d;
}
}
{
// buffer.WriteS(value);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_74 = V_3;
String_t* L_75 = V_2;
NullCheck(L_74);
ByteBuffer_WriteS_mF1F3A2530794A726C57A95187BD5035A76CD7593(L_74, L_75, /*hidden argument*/NULL);
}
IL_016d:
{
// buffer.position = nextPos;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_76 = V_3;
int32_t L_77 = V_11;
NullCheck(L_76);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_76, L_77, /*hidden argument*/NULL);
// for (int j = 0; j < gearCnt; j++)
int32_t L_78 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1));
}
IL_017b:
{
// for (int j = 0; j < gearCnt; j++)
int32_t L_79 = V_10;
int32_t L_80 = V_9;
if ((((int32_t)L_79) < ((int32_t)L_80)))
{
goto IL_00d7;
}
}
{
// switch (type)
int32_t L_81 = V_8;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)6)))
{
case 0:
{
goto IL_01b2;
}
case 1:
{
goto IL_01b2;
}
case 2:
{
goto IL_01b2;
}
case 3:
{
goto IL_0418;
}
case 4:
{
goto IL_01fc;
}
case 5:
{
goto IL_02bc;
}
case 6:
{
goto IL_0342;
}
case 7:
{
goto IL_039a;
}
}
}
{
goto IL_0418;
}
IL_01b2:
{
// if (strings.TryGetValue(elementId, out value))
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_82 = V_0;
String_t* L_83 = V_1;
NullCheck(L_82);
bool L_84 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_82, L_83, (String_t**)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (!L_84)
{
goto IL_01ce;
}
}
{
// buffer.Seek(curPos, 6);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_85 = V_3;
int32_t L_86 = V_7;
NullCheck(L_85);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_85, L_86, 6, /*hidden argument*/NULL);
// buffer.WriteS(value);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_87 = V_3;
String_t* L_88 = V_2;
NullCheck(L_87);
ByteBuffer_WriteS_mF1F3A2530794A726C57A95187BD5035A76CD7593(L_87, L_88, /*hidden argument*/NULL);
}
IL_01ce:
{
// if (strings.TryGetValue(elementId + "-prompt", out value))
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_89 = V_0;
String_t* L_90 = V_1;
String_t* L_91 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_90, _stringLiteral677E46DA059D6F482CB89CCA4EAF3C9129D5C5DA, /*hidden argument*/NULL);
NullCheck(L_89);
bool L_92 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_89, L_91, (String_t**)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (!L_92)
{
goto IL_0418;
}
}
{
// buffer.Seek(curPos, 4);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_93 = V_3;
int32_t L_94 = V_7;
NullCheck(L_93);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_93, L_94, 4, /*hidden argument*/NULL);
// buffer.WriteS(value);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_95 = V_3;
String_t* L_96 = V_2;
NullCheck(L_95);
ByteBuffer_WriteS_mF1F3A2530794A726C57A95187BD5035A76CD7593(L_95, L_96, /*hidden argument*/NULL);
// break;
goto IL_0418;
}
IL_01fc:
{
// buffer.Seek(curPos, 8);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_97 = V_3;
int32_t L_98 = V_7;
NullCheck(L_97);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_97, L_98, 8, /*hidden argument*/NULL);
// buffer.Skip(2);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_99 = V_3;
NullCheck(L_99);
ByteBuffer_Skip_mFEB13122A61BF836E269E89D09BF09504C08974A(L_99, 2, /*hidden argument*/NULL);
// int itemCount = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_100 = V_3;
NullCheck(L_100);
int16_t L_101 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_100, /*hidden argument*/NULL);
V_14 = L_101;
// for (int j = 0; j < itemCount; j++)
V_15 = 0;
goto IL_02ae;
}
IL_021e:
{
// int nextPos = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_102 = V_3;
NullCheck(L_102);
int16_t L_103 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_102, /*hidden argument*/NULL);
V_16 = L_103;
// nextPos += buffer.position;
int32_t L_104 = V_16;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_105 = V_3;
NullCheck(L_105);
int32_t L_106 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_105, /*hidden argument*/NULL);
V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)L_106));
// buffer.Skip(2); //url
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_107 = V_3;
NullCheck(L_107);
ByteBuffer_Skip_mFEB13122A61BF836E269E89D09BF09504C08974A(L_107, 2, /*hidden argument*/NULL);
// if (strings.TryGetValue(elementId + "-" + j, out value))
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_108 = V_0;
String_t* L_109 = V_1;
int32_t L_110 = V_15;
int32_t L_111 = L_110;
RuntimeObject * L_112 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_111);
String_t* L_113 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_109, _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9, L_112, /*hidden argument*/NULL);
NullCheck(L_108);
bool L_114 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_108, L_113, (String_t**)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (!L_114)
{
goto IL_025e;
}
}
{
// buffer.WriteS(value);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_115 = V_3;
String_t* L_116 = V_2;
NullCheck(L_115);
ByteBuffer_WriteS_mF1F3A2530794A726C57A95187BD5035A76CD7593(L_115, L_116, /*hidden argument*/NULL);
goto IL_0266;
}
IL_025e:
{
// buffer.Skip(2);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_117 = V_3;
NullCheck(L_117);
ByteBuffer_Skip_mFEB13122A61BF836E269E89D09BF09504C08974A(L_117, 2, /*hidden argument*/NULL);
}
IL_0266:
{
// if (strings.TryGetValue(elementId + "-" + j + "-0", out value))
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_118 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_119 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_120 = L_119;
String_t* L_121 = V_1;
NullCheck(L_120);
ArrayElementTypeCheck (L_120, L_121);
(L_120)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_121);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_122 = L_120;
NullCheck(L_122);
ArrayElementTypeCheck (L_122, _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9);
(L_122)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_123 = L_122;
int32_t L_124 = V_15;
int32_t L_125 = L_124;
RuntimeObject * L_126 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_125);
NullCheck(L_123);
ArrayElementTypeCheck (L_123, L_126);
(L_123)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_126);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_127 = L_123;
NullCheck(L_127);
ArrayElementTypeCheck (L_127, _stringLiteral0FEFD27CAD4915946049F0352BEDC0FA59D601E2);
(L_127)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)_stringLiteral0FEFD27CAD4915946049F0352BEDC0FA59D601E2);
String_t* L_128 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_127, /*hidden argument*/NULL);
NullCheck(L_118);
bool L_129 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_118, L_128, (String_t**)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (!L_129)
{
goto IL_02a0;
}
}
{
// buffer.WriteS(value);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_130 = V_3;
String_t* L_131 = V_2;
NullCheck(L_130);
ByteBuffer_WriteS_mF1F3A2530794A726C57A95187BD5035A76CD7593(L_130, L_131, /*hidden argument*/NULL);
}
IL_02a0:
{
// buffer.position = nextPos;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_132 = V_3;
int32_t L_133 = V_16;
NullCheck(L_132);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_132, L_133, /*hidden argument*/NULL);
// for (int j = 0; j < itemCount; j++)
int32_t L_134 = V_15;
V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)1));
}
IL_02ae:
{
// for (int j = 0; j < itemCount; j++)
int32_t L_135 = V_15;
int32_t L_136 = V_14;
if ((((int32_t)L_135) < ((int32_t)L_136)))
{
goto IL_021e;
}
}
{
// break;
goto IL_0418;
}
IL_02bc:
{
// if (buffer.Seek(curPos, 6) && (ObjectType)buffer.ReadByte() == type)
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_137 = V_3;
int32_t L_138 = V_7;
NullCheck(L_137);
bool L_139 = ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_137, L_138, 6, /*hidden argument*/NULL);
if (!L_139)
{
goto IL_0418;
}
}
{
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_140 = V_3;
NullCheck(L_140);
uint8_t L_141 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_140, /*hidden argument*/NULL);
int32_t L_142 = V_8;
if ((!(((uint32_t)L_141) == ((uint32_t)L_142))))
{
goto IL_0418;
}
}
{
// if (strings.TryGetValue(elementId, out value))
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_143 = V_0;
String_t* L_144 = V_1;
NullCheck(L_143);
bool L_145 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_143, L_144, (String_t**)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (!L_145)
{
goto IL_02eb;
}
}
{
// buffer.WriteS(value);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_146 = V_3;
String_t* L_147 = V_2;
NullCheck(L_146);
ByteBuffer_WriteS_mF1F3A2530794A726C57A95187BD5035A76CD7593(L_146, L_147, /*hidden argument*/NULL);
goto IL_02f3;
}
IL_02eb:
{
// buffer.Skip(2);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_148 = V_3;
NullCheck(L_148);
ByteBuffer_Skip_mFEB13122A61BF836E269E89D09BF09504C08974A(L_148, 2, /*hidden argument*/NULL);
}
IL_02f3:
{
// buffer.Skip(2);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_149 = V_3;
NullCheck(L_149);
ByteBuffer_Skip_mFEB13122A61BF836E269E89D09BF09504C08974A(L_149, 2, /*hidden argument*/NULL);
// if (buffer.ReadBool())
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_150 = V_3;
NullCheck(L_150);
bool L_151 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_150, /*hidden argument*/NULL);
if (!L_151)
{
goto IL_030b;
}
}
{
// buffer.Skip(4);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_152 = V_3;
NullCheck(L_152);
ByteBuffer_Skip_mFEB13122A61BF836E269E89D09BF09504C08974A(L_152, 4, /*hidden argument*/NULL);
}
IL_030b:
{
// buffer.Skip(4);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_153 = V_3;
NullCheck(L_153);
ByteBuffer_Skip_mFEB13122A61BF836E269E89D09BF09504C08974A(L_153, 4, /*hidden argument*/NULL);
// if (buffer.ReadBool() && strings.TryGetValue(elementId + "-prompt", out value))
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_154 = V_3;
NullCheck(L_154);
bool L_155 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_154, /*hidden argument*/NULL);
if (!L_155)
{
goto IL_0418;
}
}
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_156 = V_0;
String_t* L_157 = V_1;
String_t* L_158 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_157, _stringLiteral677E46DA059D6F482CB89CCA4EAF3C9129D5C5DA, /*hidden argument*/NULL);
NullCheck(L_156);
bool L_159 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_156, L_158, (String_t**)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (!L_159)
{
goto IL_0418;
}
}
{
// buffer.WriteS(value);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_160 = V_3;
String_t* L_161 = V_2;
NullCheck(L_160);
ByteBuffer_WriteS_mF1F3A2530794A726C57A95187BD5035A76CD7593(L_160, L_161, /*hidden argument*/NULL);
// break;
goto IL_0418;
}
IL_0342:
{
// if (buffer.Seek(curPos, 6) && (ObjectType)buffer.ReadByte() == type)
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_162 = V_3;
int32_t L_163 = V_7;
NullCheck(L_162);
bool L_164 = ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_162, L_163, 6, /*hidden argument*/NULL);
if (!L_164)
{
goto IL_0418;
}
}
{
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_165 = V_3;
NullCheck(L_165);
uint8_t L_166 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_165, /*hidden argument*/NULL);
int32_t L_167 = V_8;
if ((!(((uint32_t)L_166) == ((uint32_t)L_167))))
{
goto IL_0418;
}
}
{
// if (strings.TryGetValue(elementId, out value))
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_168 = V_0;
String_t* L_169 = V_1;
NullCheck(L_168);
bool L_170 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_168, L_169, (String_t**)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (!L_170)
{
goto IL_0371;
}
}
{
// buffer.WriteS(value);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_171 = V_3;
String_t* L_172 = V_2;
NullCheck(L_171);
ByteBuffer_WriteS_mF1F3A2530794A726C57A95187BD5035A76CD7593(L_171, L_172, /*hidden argument*/NULL);
goto IL_0379;
}
IL_0371:
{
// buffer.Skip(2);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_173 = V_3;
NullCheck(L_173);
ByteBuffer_Skip_mFEB13122A61BF836E269E89D09BF09504C08974A(L_173, 2, /*hidden argument*/NULL);
}
IL_0379:
{
// if (strings.TryGetValue(elementId + "-0", out value))
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_174 = V_0;
String_t* L_175 = V_1;
String_t* L_176 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_175, _stringLiteral0FEFD27CAD4915946049F0352BEDC0FA59D601E2, /*hidden argument*/NULL);
NullCheck(L_174);
bool L_177 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_174, L_176, (String_t**)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (!L_177)
{
goto IL_0418;
}
}
{
// buffer.WriteS(value);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_178 = V_3;
String_t* L_179 = V_2;
NullCheck(L_178);
ByteBuffer_WriteS_mF1F3A2530794A726C57A95187BD5035A76CD7593(L_178, L_179, /*hidden argument*/NULL);
// break;
goto IL_0418;
}
IL_039a:
{
// if (buffer.Seek(curPos, 6) && (ObjectType)buffer.ReadByte() == type)
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_180 = V_3;
int32_t L_181 = V_7;
NullCheck(L_180);
bool L_182 = ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_180, L_181, 6, /*hidden argument*/NULL);
if (!L_182)
{
goto IL_0418;
}
}
{
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_183 = V_3;
NullCheck(L_183);
uint8_t L_184 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_183, /*hidden argument*/NULL);
int32_t L_185 = V_8;
if ((!(((uint32_t)L_184) == ((uint32_t)L_185))))
{
goto IL_0418;
}
}
{
// int itemCount = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_186 = V_3;
NullCheck(L_186);
int16_t L_187 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_186, /*hidden argument*/NULL);
V_17 = L_187;
// for (int j = 0; j < itemCount; j++)
V_18 = 0;
goto IL_0400;
}
IL_03bc:
{
// int nextPos = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_188 = V_3;
NullCheck(L_188);
int16_t L_189 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_188, /*hidden argument*/NULL);
V_19 = L_189;
// nextPos += buffer.position;
int32_t L_190 = V_19;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_191 = V_3;
NullCheck(L_191);
int32_t L_192 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_191, /*hidden argument*/NULL);
V_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)L_192));
// if (strings.TryGetValue(elementId + "-" + j, out value))
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_193 = V_0;
String_t* L_194 = V_1;
int32_t L_195 = V_18;
int32_t L_196 = L_195;
RuntimeObject * L_197 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_196);
String_t* L_198 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_194, _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9, L_197, /*hidden argument*/NULL);
NullCheck(L_193);
bool L_199 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_193, L_198, (String_t**)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (!L_199)
{
goto IL_03f2;
}
}
{
// buffer.WriteS(value);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_200 = V_3;
String_t* L_201 = V_2;
NullCheck(L_200);
ByteBuffer_WriteS_mF1F3A2530794A726C57A95187BD5035A76CD7593(L_200, L_201, /*hidden argument*/NULL);
}
IL_03f2:
{
// buffer.position = nextPos;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_202 = V_3;
int32_t L_203 = V_19;
NullCheck(L_202);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_202, L_203, /*hidden argument*/NULL);
// for (int j = 0; j < itemCount; j++)
int32_t L_204 = V_18;
V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_204, (int32_t)1));
}
IL_0400:
{
// for (int j = 0; j < itemCount; j++)
int32_t L_205 = V_18;
int32_t L_206 = V_17;
if ((((int32_t)L_205) < ((int32_t)L_206)))
{
goto IL_03bc;
}
}
{
// if (strings.TryGetValue(elementId, out value))
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_207 = V_0;
String_t* L_208 = V_1;
NullCheck(L_207);
bool L_209 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_207, L_208, (String_t**)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (!L_209)
{
goto IL_0418;
}
}
{
// buffer.WriteS(value);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_210 = V_3;
String_t* L_211 = V_2;
NullCheck(L_210);
ByteBuffer_WriteS_mF1F3A2530794A726C57A95187BD5035A76CD7593(L_210, L_211, /*hidden argument*/NULL);
}
IL_0418:
{
// buffer.position = curPos + dataLen;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_212 = V_3;
int32_t L_213 = V_7;
int32_t L_214 = V_6;
NullCheck(L_212);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_212, ((int32_t)il2cpp_codegen_add((int32_t)L_213, (int32_t)L_214)), /*hidden argument*/NULL);
// for (int i = 0; i < childCount; i++)
int32_t L_215 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_215, (int32_t)1));
}
IL_0429:
{
// for (int i = 0; i < childCount; i++)
int32_t L_216 = V_5;
int32_t L_217 = V_4;
if ((((int32_t)L_216) < ((int32_t)L_217)))
{
goto IL_004d;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.TranslationHelper::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TranslationHelper__ctor_m55B3FDCC5A36691AEB69A5ECBF3F01F41A4D48BF (TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694 * __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
// FairyGUI.TreeNode FairyGUI.TreeNode::get_parent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeNode_get_parent_m98A048C2543039B4345B8DA27821D7E5D3E849C1 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method)
{
{
// public TreeNode parent { get; private set; }
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = __this->get_U3CparentU3Ek__BackingField_1();
return L_0;
}
}
// System.Void FairyGUI.TreeNode::set_parent(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNode_set_parent_m4A2EA419DCE745BE0E7DC101C9D487F4497302C1 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___value0, const RuntimeMethod* method)
{
{
// public TreeNode parent { get; private set; }
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___value0;
__this->set_U3CparentU3Ek__BackingField_1(L_0);
return;
}
}
// FairyGUI.TreeView FairyGUI.TreeNode::get_tree()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * TreeNode_get_tree_mC57319EC0E8E25F307360A2C912FE37D50ED637F (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method)
{
{
// public TreeView tree { get; private set; }
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_0 = __this->get_U3CtreeU3Ek__BackingField_2();
return L_0;
}
}
// System.Void FairyGUI.TreeNode::set_tree(FairyGUI.TreeView)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNode_set_tree_m25D29B4A8C5F70B7D69D580AC4A65C022C54E8FA (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * ___value0, const RuntimeMethod* method)
{
{
// public TreeView tree { get; private set; }
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_0 = ___value0;
__this->set_U3CtreeU3Ek__BackingField_2(L_0);
return;
}
}
// FairyGUI.GComponent FairyGUI.TreeNode::get_cell()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method)
{
{
// public GComponent cell { get; internal set; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get_U3CcellU3Ek__BackingField_3();
return L_0;
}
}
// System.Void FairyGUI.TreeNode::set_cell(FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNode_set_cell_m049B5004395B9B26BD085E438D07018B8DCC6827 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___value0, const RuntimeMethod* method)
{
{
// public GComponent cell { get; internal set; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = ___value0;
__this->set_U3CcellU3Ek__BackingField_3(L_0);
return;
}
}
// System.Int32 FairyGUI.TreeNode::get_level()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TreeNode_get_level_m094C308793245951771079285395AC0F2468C137 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method)
{
{
// public int level { get; private set; }
int32_t L_0 = __this->get_U3ClevelU3Ek__BackingField_4();
return L_0;
}
}
// System.Void FairyGUI.TreeNode::set_level(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNode_set_level_m7F0D036B2BF0F94506FC76B5E7BBD395016F90E3 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int level { get; private set; }
int32_t L_0 = ___value0;
__this->set_U3ClevelU3Ek__BackingField_4(L_0);
return;
}
}
// System.Void FairyGUI.TreeNode::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNode__ctor_m9F6BEA34101EEF0F4345582F85D2EB8E5C96F44E (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, bool ___hasChild0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeNode__ctor_m9F6BEA34101EEF0F4345582F85D2EB8E5C96F44E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public TreeNode(bool hasChild)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// if (hasChild)
bool L_0 = ___hasChild0;
if (!L_0)
{
goto IL_0014;
}
}
{
// _children = new List<TreeNode>();
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_1 = (List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C *)il2cpp_codegen_object_new(List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C_il2cpp_TypeInfo_var);
List_1__ctor_m912A9480C53C8BA334C0B7804D6FE034980E4DCD(L_1, /*hidden argument*/List_1__ctor_m912A9480C53C8BA334C0B7804D6FE034980E4DCD_RuntimeMethod_var);
__this->set__children_5(L_1);
}
IL_0014:
{
// }
return;
}
}
// System.Boolean FairyGUI.TreeNode::get_expanded()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TreeNode_get_expanded_m15F401942361779ADEF294A07541FC83830F7482 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method)
{
{
// return _expanded;
bool L_0 = __this->get__expanded_6();
return L_0;
}
}
// System.Void FairyGUI.TreeNode::set_expanded(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNode_set_expanded_mEDFF8CBACC38C6A862E3E83AEC49EFE39D46175D (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, bool ___value0, const RuntimeMethod* method)
{
{
// if (_children == null)
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_0 = __this->get__children_5();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// if (_expanded != value)
bool L_1 = __this->get__expanded_6();
bool L_2 = ___value0;
if ((((int32_t)L_1) == ((int32_t)L_2)))
{
goto IL_0042;
}
}
{
// _expanded = value;
bool L_3 = ___value0;
__this->set__expanded_6(L_3);
// if (tree != null)
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_4 = TreeNode_get_tree_mC57319EC0E8E25F307360A2C912FE37D50ED637F_inline(__this, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0042;
}
}
{
// if (_expanded)
bool L_5 = __this->get__expanded_6();
if (!L_5)
{
goto IL_0036;
}
}
{
// tree.AfterExpanded(this);
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_6 = TreeNode_get_tree_mC57319EC0E8E25F307360A2C912FE37D50ED637F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
TreeView_AfterExpanded_m1F93E6AC4127123780BE1EC189B103E14314012C(L_6, __this, /*hidden argument*/NULL);
return;
}
IL_0036:
{
// tree.AfterCollapsed(this);
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_7 = TreeNode_get_tree_mC57319EC0E8E25F307360A2C912FE37D50ED637F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_7);
TreeView_AfterCollapsed_m6FBB210B95643344DA72C038F341806C22ED0B5F(L_7, __this, /*hidden argument*/NULL);
}
IL_0042:
{
// }
return;
}
}
// System.Boolean FairyGUI.TreeNode::get_isFolder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TreeNode_get_isFolder_m22501E5A489B69843FB907A531396F968685642D (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method)
{
{
// get { return _children != null; }
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_0 = __this->get__children_5();
return (bool)((!(((RuntimeObject*)(List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.String FairyGUI.TreeNode::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TreeNode_get_text_m76A24E9B77DE46F917F4F27B956967941AF2EEE4 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method)
{
{
// if (cell != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
// return cell.text;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(14 /* System.String FairyGUI.GObject::get_text() */, L_1);
return L_2;
}
IL_0014:
{
// return null;
return (String_t*)NULL;
}
}
// FairyGUI.TreeNode FairyGUI.TreeNode::AddChild(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeNode_AddChild_mA9653D89E8AACD5F6B872A0932E377537371325D (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___child0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeNode_AddChild_mA9653D89E8AACD5F6B872A0932E377537371325D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// AddChildAt(child, _children.Count);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___child0;
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_1 = __this->get__children_5();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_inline(L_1, /*hidden argument*/List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_RuntimeMethod_var);
TreeNode_AddChildAt_m8E2A83B83CC4373CDD2C6A80F98AC102C45A8000(__this, L_0, L_2, /*hidden argument*/NULL);
// return child;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_3 = ___child0;
return L_3;
}
}
// FairyGUI.TreeNode FairyGUI.TreeNode::AddChildAt(FairyGUI.TreeNode,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeNode_AddChildAt_m8E2A83B83CC4373CDD2C6A80F98AC102C45A8000 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___child0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeNode_AddChildAt_m8E2A83B83CC4373CDD2C6A80F98AC102C45A8000_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// if (child == null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___child0;
if (L_0)
{
goto IL_000e;
}
}
{
// throw new Exception("child is null");
Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_1, _stringLiteral1EF11F85C136A2A33675E067C888EC24B7B3B606, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, TreeNode_AddChildAt_m8E2A83B83CC4373CDD2C6A80F98AC102C45A8000_RuntimeMethod_var);
}
IL_000e:
{
// int numChildren = _children.Count;
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_2 = __this->get__children_5();
NullCheck(L_2);
int32_t L_3 = List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_inline(L_2, /*hidden argument*/List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_RuntimeMethod_var);
V_0 = L_3;
// if (index >= 0 && index <= numChildren)
int32_t L_4 = ___index1;
if ((((int32_t)L_4) < ((int32_t)0)))
{
goto IL_00ca;
}
}
{
int32_t L_5 = ___index1;
int32_t L_6 = V_0;
if ((((int32_t)L_5) > ((int32_t)L_6)))
{
goto IL_00ca;
}
}
{
// if (child.parent == this)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_7 = ___child0;
NullCheck(L_7);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_8 = TreeNode_get_parent_m98A048C2543039B4345B8DA27821D7E5D3E849C1_inline(L_7, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)L_8) == ((RuntimeObject*)(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)__this))))
{
goto IL_003e;
}
}
{
// SetChildIndex(child, index);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_9 = ___child0;
int32_t L_10 = ___index1;
TreeNode_SetChildIndex_mBAAB3532568DE6CF89138D48BC96B403ADA95FAD(__this, L_9, L_10, /*hidden argument*/NULL);
// }
goto IL_00c8;
}
IL_003e:
{
// if (child.parent != null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_11 = ___child0;
NullCheck(L_11);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_12 = TreeNode_get_parent_m98A048C2543039B4345B8DA27821D7E5D3E849C1_inline(L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0053;
}
}
{
// child.parent.RemoveChild(child);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_13 = ___child0;
NullCheck(L_13);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_14 = TreeNode_get_parent_m98A048C2543039B4345B8DA27821D7E5D3E849C1_inline(L_13, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_15 = ___child0;
NullCheck(L_14);
TreeNode_RemoveChild_m10331A923B1A9EC96141921E71F06E09A480F3C9(L_14, L_15, /*hidden argument*/NULL);
}
IL_0053:
{
// int cnt = _children.Count;
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_16 = __this->get__children_5();
NullCheck(L_16);
int32_t L_17 = List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_inline(L_16, /*hidden argument*/List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_RuntimeMethod_var);
V_1 = L_17;
// if (index == cnt)
int32_t L_18 = ___index1;
int32_t L_19 = V_1;
if ((!(((uint32_t)L_18) == ((uint32_t)L_19))))
{
goto IL_0071;
}
}
{
// _children.Add(child);
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_20 = __this->get__children_5();
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_21 = ___child0;
NullCheck(L_20);
List_1_Add_mCA413DD63FF3B1708E2980F05267B22C541B5058(L_20, L_21, /*hidden argument*/List_1_Add_mCA413DD63FF3B1708E2980F05267B22C541B5058_RuntimeMethod_var);
goto IL_007e;
}
IL_0071:
{
// _children.Insert(index, child);
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_22 = __this->get__children_5();
int32_t L_23 = ___index1;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_24 = ___child0;
NullCheck(L_22);
List_1_Insert_mFA0391B378B05677712CC17DBEC1A72898FB2283(L_22, L_23, L_24, /*hidden argument*/List_1_Insert_mFA0391B378B05677712CC17DBEC1A72898FB2283_RuntimeMethod_var);
}
IL_007e:
{
// child.parent = this;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_25 = ___child0;
NullCheck(L_25);
TreeNode_set_parent_m4A2EA419DCE745BE0E7DC101C9D487F4497302C1_inline(L_25, __this, /*hidden argument*/NULL);
// child.level = this.level + 1;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_26 = ___child0;
int32_t L_27 = TreeNode_get_level_m094C308793245951771079285395AC0F2468C137_inline(__this, /*hidden argument*/NULL);
NullCheck(L_26);
TreeNode_set_level_m7F0D036B2BF0F94506FC76B5E7BBD395016F90E3_inline(L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)), /*hidden argument*/NULL);
// child.SetTree(this.tree);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_28 = ___child0;
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_29 = TreeNode_get_tree_mC57319EC0E8E25F307360A2C912FE37D50ED637F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_28);
TreeNode_SetTree_mD55AF6BD51429BDD2AF7627366D260AE78D2F67F(L_28, L_29, /*hidden argument*/NULL);
// if (this.cell != null && this.cell.parent != null && _expanded)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_30 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(__this, /*hidden argument*/NULL);
if (!L_30)
{
goto IL_00c8;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_31 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(__this, /*hidden argument*/NULL);
NullCheck(L_31);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_32 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_31, /*hidden argument*/NULL);
if (!L_32)
{
goto IL_00c8;
}
}
{
bool L_33 = __this->get__expanded_6();
if (!L_33)
{
goto IL_00c8;
}
}
{
// tree.AfterInserted(child);
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_34 = TreeNode_get_tree_mC57319EC0E8E25F307360A2C912FE37D50ED637F_inline(__this, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_35 = ___child0;
NullCheck(L_34);
TreeView_AfterInserted_m400979DF269CC32A8D01C63D728AA89DB6200983(L_34, L_35, /*hidden argument*/NULL);
}
IL_00c8:
{
// return child;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_36 = ___child0;
return L_36;
}
IL_00ca:
{
// throw new Exception("Invalid child index");
Exception_t * L_37 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_37, _stringLiteral2AE44813F3C9DF646A69A8663A3B6DDB74B956F3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, TreeNode_AddChildAt_m8E2A83B83CC4373CDD2C6A80F98AC102C45A8000_RuntimeMethod_var);
}
}
// FairyGUI.TreeNode FairyGUI.TreeNode::RemoveChild(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeNode_RemoveChild_m10331A923B1A9EC96141921E71F06E09A480F3C9 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___child0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeNode_RemoveChild_m10331A923B1A9EC96141921E71F06E09A480F3C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int childIndex = _children.IndexOf(child);
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_0 = __this->get__children_5();
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_1 = ___child0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057(L_0, L_1, /*hidden argument*/List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057_RuntimeMethod_var);
V_0 = L_2;
// if (childIndex != -1)
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)(-1))))
{
goto IL_0019;
}
}
{
// RemoveChildAt(childIndex);
int32_t L_4 = V_0;
TreeNode_RemoveChildAt_mFF187FC02D3721FE29D0773C30CC283073337BDA(__this, L_4, /*hidden argument*/NULL);
}
IL_0019:
{
// return child;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_5 = ___child0;
return L_5;
}
}
// FairyGUI.TreeNode FairyGUI.TreeNode::RemoveChildAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeNode_RemoveChildAt_mFF187FC02D3721FE29D0773C30CC283073337BDA (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeNode_RemoveChildAt_mFF187FC02D3721FE29D0773C30CC283073337BDA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * V_0 = NULL;
{
// if (index >= 0 && index < numChildren)
int32_t L_0 = ___index0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_004a;
}
}
{
int32_t L_1 = ___index0;
int32_t L_2 = TreeNode_get_numChildren_m1936A55B97E9E2BDE5808A6AD3147BD3E390D124(__this, /*hidden argument*/NULL);
if ((((int32_t)L_1) >= ((int32_t)L_2)))
{
goto IL_004a;
}
}
{
// TreeNode child = _children[index];
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_3 = __this->get__children_5();
int32_t L_4 = ___index0;
NullCheck(L_3);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_5 = List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_RuntimeMethod_var);
V_0 = L_5;
// _children.RemoveAt(index);
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_6 = __this->get__children_5();
int32_t L_7 = ___index0;
NullCheck(L_6);
List_1_RemoveAt_mB1B69852A179CE2258E38AC57C9ECAADCE9572AA(L_6, L_7, /*hidden argument*/List_1_RemoveAt_mB1B69852A179CE2258E38AC57C9ECAADCE9572AA_RuntimeMethod_var);
// child.parent = null;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_8 = V_0;
NullCheck(L_8);
TreeNode_set_parent_m4A2EA419DCE745BE0E7DC101C9D487F4497302C1_inline(L_8, (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)NULL, /*hidden argument*/NULL);
// if (tree != null)
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_9 = TreeNode_get_tree_mC57319EC0E8E25F307360A2C912FE37D50ED637F_inline(__this, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0048;
}
}
{
// child.SetTree(null);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_10 = V_0;
NullCheck(L_10);
TreeNode_SetTree_mD55AF6BD51429BDD2AF7627366D260AE78D2F67F(L_10, (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 *)NULL, /*hidden argument*/NULL);
// tree.AfterRemoved(child);
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_11 = TreeNode_get_tree_mC57319EC0E8E25F307360A2C912FE37D50ED637F_inline(__this, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_12 = V_0;
NullCheck(L_11);
TreeView_AfterRemoved_m0399D891E6A233A41D07013681FC5FCA51DBB9E4(L_11, L_12, /*hidden argument*/NULL);
}
IL_0048:
{
// return child;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_13 = V_0;
return L_13;
}
IL_004a:
{
// throw new Exception("Invalid child index");
Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_14, _stringLiteral2AE44813F3C9DF646A69A8663A3B6DDB74B956F3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, TreeNode_RemoveChildAt_mFF187FC02D3721FE29D0773C30CC283073337BDA_RuntimeMethod_var);
}
}
// System.Void FairyGUI.TreeNode::RemoveChildren(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNode_RemoveChildren_m7746D41A7ED8528327B78B8A485C038533E7A9BC (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, int32_t ___beginIndex0, int32_t ___endIndex1, 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 = TreeNode_get_numChildren_m1936A55B97E9E2BDE5808A6AD3147BD3E390D124(__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 = TreeNode_get_numChildren_m1936A55B97E9E2BDE5808A6AD3147BD3E390D124(__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_0027;
}
IL_001b:
{
// RemoveChildAt(beginIndex);
int32_t L_5 = ___beginIndex0;
TreeNode_RemoveChildAt_mFF187FC02D3721FE29D0773C30CC283073337BDA(__this, L_5, /*hidden argument*/NULL);
// for (int i = beginIndex; i <= endIndex; ++i)
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_0027:
{
// for (int i = beginIndex; i <= endIndex; ++i)
int32_t L_7 = V_0;
int32_t L_8 = ___endIndex1;
if ((((int32_t)L_7) <= ((int32_t)L_8)))
{
goto IL_001b;
}
}
{
// }
return;
}
}
// FairyGUI.TreeNode FairyGUI.TreeNode::GetChildAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeNode_GetChildAt_m59BE68DA5DA23C9C290C4316E1CAEC6318C6C6F2 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeNode_GetChildAt_m59BE68DA5DA23C9C290C4316E1CAEC6318C6C6F2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (index >= 0 && index < numChildren)
int32_t L_0 = ___index0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_001a;
}
}
{
int32_t L_1 = ___index0;
int32_t L_2 = TreeNode_get_numChildren_m1936A55B97E9E2BDE5808A6AD3147BD3E390D124(__this, /*hidden argument*/NULL);
if ((((int32_t)L_1) >= ((int32_t)L_2)))
{
goto IL_001a;
}
}
{
// return _children[index];
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_3 = __this->get__children_5();
int32_t L_4 = ___index0;
NullCheck(L_3);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_5 = List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_RuntimeMethod_var);
return L_5;
}
IL_001a:
{
// throw new Exception("Invalid child index");
Exception_t * L_6 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_6, _stringLiteral2AE44813F3C9DF646A69A8663A3B6DDB74B956F3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, TreeNode_GetChildAt_m59BE68DA5DA23C9C290C4316E1CAEC6318C6C6F2_RuntimeMethod_var);
}
}
// System.Int32 FairyGUI.TreeNode::GetChildIndex(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TreeNode_GetChildIndex_mFA85B986F671047E6F0BC14303D9434E795E0E79 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___child0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeNode_GetChildIndex_mFA85B986F671047E6F0BC14303D9434E795E0E79_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return _children.IndexOf(child);
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_0 = __this->get__children_5();
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_1 = ___child0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057(L_0, L_1, /*hidden argument*/List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057_RuntimeMethod_var);
return L_2;
}
}
// FairyGUI.TreeNode FairyGUI.TreeNode::GetPrevSibling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeNode_GetPrevSibling_m43CF30DBDF822A454FB6254AA98743C5CD22A078 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeNode_GetPrevSibling_m43CF30DBDF822A454FB6254AA98743C5CD22A078_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (parent == null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = TreeNode_get_parent_m98A048C2543039B4345B8DA27821D7E5D3E849C1_inline(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_000a;
}
}
{
// return null;
return (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)NULL;
}
IL_000a:
{
// int i = parent._children.IndexOf(this);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_1 = TreeNode_get_parent_m98A048C2543039B4345B8DA27821D7E5D3E849C1_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_2 = L_1->get__children_5();
NullCheck(L_2);
int32_t L_3 = List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057(L_2, __this, /*hidden argument*/List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057_RuntimeMethod_var);
V_0 = L_3;
// if (i <= 0)
int32_t L_4 = V_0;
if ((((int32_t)L_4) > ((int32_t)0)))
{
goto IL_0022;
}
}
{
// return null;
return (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)NULL;
}
IL_0022:
{
// return parent._children[i - 1];
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_5 = TreeNode_get_parent_m98A048C2543039B4345B8DA27821D7E5D3E849C1_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_6 = L_5->get__children_5();
int32_t L_7 = V_0;
NullCheck(L_6);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_8 = List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_inline(L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_RuntimeMethod_var);
return L_8;
}
}
// FairyGUI.TreeNode FairyGUI.TreeNode::GetNextSibling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeNode_GetNextSibling_m758A0AFF1CB27401AEA10A6DB29CC21E3A7E5BF3 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeNode_GetNextSibling_m758A0AFF1CB27401AEA10A6DB29CC21E3A7E5BF3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (parent == null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = TreeNode_get_parent_m98A048C2543039B4345B8DA27821D7E5D3E849C1_inline(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_000a;
}
}
{
// return null;
return (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)NULL;
}
IL_000a:
{
// int i = parent._children.IndexOf(this);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_1 = TreeNode_get_parent_m98A048C2543039B4345B8DA27821D7E5D3E849C1_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_2 = L_1->get__children_5();
NullCheck(L_2);
int32_t L_3 = List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057(L_2, __this, /*hidden argument*/List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057_RuntimeMethod_var);
V_0 = L_3;
// if (i < 0 || i >= parent._children.Count - 1)
int32_t L_4 = V_0;
if ((((int32_t)L_4) < ((int32_t)0)))
{
goto IL_0035;
}
}
{
int32_t L_5 = V_0;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_6 = TreeNode_get_parent_m98A048C2543039B4345B8DA27821D7E5D3E849C1_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_7 = L_6->get__children_5();
NullCheck(L_7);
int32_t L_8 = List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_inline(L_7, /*hidden argument*/List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_RuntimeMethod_var);
if ((((int32_t)L_5) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)))))
{
goto IL_0037;
}
}
IL_0035:
{
// return null;
return (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)NULL;
}
IL_0037:
{
// return parent._children[i + 1];
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_9 = TreeNode_get_parent_m98A048C2543039B4345B8DA27821D7E5D3E849C1_inline(__this, /*hidden argument*/NULL);
NullCheck(L_9);
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_10 = L_9->get__children_5();
int32_t L_11 = V_0;
NullCheck(L_10);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_12 = List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_inline(L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_RuntimeMethod_var);
return L_12;
}
}
// System.Void FairyGUI.TreeNode::SetChildIndex(FairyGUI.TreeNode,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNode_SetChildIndex_mBAAB3532568DE6CF89138D48BC96B403ADA95FAD (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___child0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeNode_SetChildIndex_mBAAB3532568DE6CF89138D48BC96B403ADA95FAD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// int oldIndex = _children.IndexOf(child);
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_0 = __this->get__children_5();
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_1 = ___child0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057(L_0, L_1, /*hidden argument*/List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057_RuntimeMethod_var);
V_0 = L_2;
// if (oldIndex == -1)
int32_t L_3 = V_0;
if ((!(((uint32_t)L_3) == ((uint32_t)(-1)))))
{
goto IL_001c;
}
}
{
// throw new Exception("Not a child of this container");
Exception_t * L_4 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_4, _stringLiteralB9DA209FB6E529C0A16F8684E759EA12AD9E6EFE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, TreeNode_SetChildIndex_mBAAB3532568DE6CF89138D48BC96B403ADA95FAD_RuntimeMethod_var);
}
IL_001c:
{
// int cnt = _children.Count;
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_5 = __this->get__children_5();
NullCheck(L_5);
int32_t L_6 = List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_inline(L_5, /*hidden argument*/List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_RuntimeMethod_var);
V_1 = L_6;
// if (index < 0)
int32_t L_7 = ___index1;
if ((((int32_t)L_7) >= ((int32_t)0)))
{
goto IL_0031;
}
}
{
// index = 0;
___index1 = 0;
goto IL_0038;
}
IL_0031:
{
// else if (index > cnt)
int32_t L_8 = ___index1;
int32_t L_9 = V_1;
if ((((int32_t)L_8) <= ((int32_t)L_9)))
{
goto IL_0038;
}
}
{
// index = cnt;
int32_t L_10 = V_1;
___index1 = L_10;
}
IL_0038:
{
// if (oldIndex == index)
int32_t L_11 = V_0;
int32_t L_12 = ___index1;
if ((!(((uint32_t)L_11) == ((uint32_t)L_12))))
{
goto IL_003d;
}
}
{
// return;
return;
}
IL_003d:
{
// _children.RemoveAt(oldIndex);
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_13 = __this->get__children_5();
int32_t L_14 = V_0;
NullCheck(L_13);
List_1_RemoveAt_mB1B69852A179CE2258E38AC57C9ECAADCE9572AA(L_13, L_14, /*hidden argument*/List_1_RemoveAt_mB1B69852A179CE2258E38AC57C9ECAADCE9572AA_RuntimeMethod_var);
// _children.Insert(index, child);
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_15 = __this->get__children_5();
int32_t L_16 = ___index1;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_17 = ___child0;
NullCheck(L_15);
List_1_Insert_mFA0391B378B05677712CC17DBEC1A72898FB2283(L_15, L_16, L_17, /*hidden argument*/List_1_Insert_mFA0391B378B05677712CC17DBEC1A72898FB2283_RuntimeMethod_var);
// if (this.cell != null && this.cell.parent != null && _expanded)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_18 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(__this, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_007f;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_19 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(__this, /*hidden argument*/NULL);
NullCheck(L_19);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_20 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_007f;
}
}
{
bool L_21 = __this->get__expanded_6();
if (!L_21)
{
goto IL_007f;
}
}
{
// tree.AfterMoved(child);
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_22 = TreeNode_get_tree_mC57319EC0E8E25F307360A2C912FE37D50ED637F_inline(__this, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_23 = ___child0;
NullCheck(L_22);
TreeView_AfterMoved_m966F43B1EBC20253D9A36D32A0895103EDA78CDB(L_22, L_23, /*hidden argument*/NULL);
}
IL_007f:
{
// }
return;
}
}
// System.Void FairyGUI.TreeNode::SwapChildren(FairyGUI.TreeNode,FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNode_SwapChildren_m343EFBFB6621C1E9995AE966A9AEAA1912AE8BF9 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___child10, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___child21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeNode_SwapChildren_m343EFBFB6621C1E9995AE966A9AEAA1912AE8BF9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// int index1 = _children.IndexOf(child1);
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_0 = __this->get__children_5();
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_1 = ___child10;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057(L_0, L_1, /*hidden argument*/List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057_RuntimeMethod_var);
V_0 = L_2;
// int index2 = _children.IndexOf(child2);
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_3 = __this->get__children_5();
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_4 = ___child21;
NullCheck(L_3);
int32_t L_5 = List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057(L_3, L_4, /*hidden argument*/List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057_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, TreeNode_SwapChildren_m343EFBFB6621C1E9995AE966A9AEAA1912AE8BF9_RuntimeMethod_var);
}
IL_002d:
{
// SwapChildrenAt(index1, index2);
int32_t L_9 = V_0;
int32_t L_10 = V_1;
TreeNode_SwapChildrenAt_mE0E4AAE19E80D138E48F180309A4E8446FDF64AC(__this, L_9, L_10, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TreeNode::SwapChildrenAt(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNode_SwapChildrenAt_mE0E4AAE19E80D138E48F180309A4E8446FDF64AC (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, int32_t ___index10, int32_t ___index21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeNode_SwapChildrenAt_mE0E4AAE19E80D138E48F180309A4E8446FDF64AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * V_0 = NULL;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * V_1 = NULL;
{
// TreeNode child1 = _children[index1];
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_0 = __this->get__children_5();
int32_t L_1 = ___index10;
NullCheck(L_0);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_2 = List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_RuntimeMethod_var);
V_0 = L_2;
// TreeNode child2 = _children[index2];
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_3 = __this->get__children_5();
int32_t L_4 = ___index21;
NullCheck(L_3);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_5 = List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_RuntimeMethod_var);
V_1 = L_5;
// SetChildIndex(child1, index2);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_6 = V_0;
int32_t L_7 = ___index21;
TreeNode_SetChildIndex_mBAAB3532568DE6CF89138D48BC96B403ADA95FAD(__this, L_6, L_7, /*hidden argument*/NULL);
// SetChildIndex(child2, index1);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_8 = V_1;
int32_t L_9 = ___index10;
TreeNode_SetChildIndex_mBAAB3532568DE6CF89138D48BC96B403ADA95FAD(__this, L_8, L_9, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI.TreeNode::get_numChildren()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TreeNode_get_numChildren_m1936A55B97E9E2BDE5808A6AD3147BD3E390D124 (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeNode_get_numChildren_m1936A55B97E9E2BDE5808A6AD3147BD3E390D124_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return (null == _children) ? 0 : _children.Count; }
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_0 = __this->get__children_5();
if (!L_0)
{
goto IL_0014;
}
}
{
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_1 = __this->get__children_5();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_inline(L_1, /*hidden argument*/List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_RuntimeMethod_var);
return L_2;
}
IL_0014:
{
return 0;
}
}
// System.Void FairyGUI.TreeNode::SetTree(FairyGUI.TreeView)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNode_SetTree_mD55AF6BD51429BDD2AF7627366D260AE78D2F67F (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeNode_SetTree_mD55AF6BD51429BDD2AF7627366D260AE78D2F67F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// tree = value;
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_0 = ___value0;
TreeNode_set_tree_m25D29B4A8C5F70B7D69D580AC4A65C022C54E8FA_inline(__this, L_0, /*hidden argument*/NULL);
// if (tree != null && tree.treeNodeWillExpand != null && _expanded)
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_1 = TreeNode_get_tree_mC57319EC0E8E25F307360A2C912FE37D50ED637F_inline(__this, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0036;
}
}
{
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_2 = TreeNode_get_tree_mC57319EC0E8E25F307360A2C912FE37D50ED637F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * L_3 = L_2->get_treeNodeWillExpand_7();
if (!L_3)
{
goto IL_0036;
}
}
{
bool L_4 = __this->get__expanded_6();
if (!L_4)
{
goto IL_0036;
}
}
{
// tree.treeNodeWillExpand(this, true);
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_5 = TreeNode_get_tree_mC57319EC0E8E25F307360A2C912FE37D50ED637F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * L_6 = L_5->get_treeNodeWillExpand_7();
NullCheck(L_6);
TreeNodeWillExpandDelegate_Invoke_m53D44217AE85AC2E5C6DCD837C82F2C91F763F0F(L_6, __this, (bool)1, /*hidden argument*/NULL);
}
IL_0036:
{
// if (_children != null)
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_7 = __this->get__children_5();
if (!L_7)
{
goto IL_0076;
}
}
{
// int cnt = _children.Count;
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_8 = __this->get__children_5();
NullCheck(L_8);
int32_t L_9 = List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_inline(L_8, /*hidden argument*/List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_RuntimeMethod_var);
V_0 = L_9;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0072;
}
IL_004e:
{
// TreeNode node = _children[i];
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_10 = __this->get__children_5();
int32_t L_11 = V_1;
NullCheck(L_10);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_12 = List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_inline(L_10, L_11, /*hidden argument*/List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_RuntimeMethod_var);
// node.level = level + 1;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_13 = L_12;
int32_t L_14 = TreeNode_get_level_m094C308793245951771079285395AC0F2468C137_inline(__this, /*hidden argument*/NULL);
NullCheck(L_13);
TreeNode_set_level_m7F0D036B2BF0F94506FC76B5E7BBD395016F90E3_inline(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL);
// node.SetTree(value);
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_15 = ___value0;
NullCheck(L_13);
TreeNode_SetTree_mD55AF6BD51429BDD2AF7627366D260AE78D2F67F(L_13, L_15, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_16 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_0072:
{
// for (int i = 0; i < cnt; i++)
int32_t L_17 = V_1;
int32_t L_18 = V_0;
if ((((int32_t)L_17) < ((int32_t)L_18)))
{
goto IL_004e;
}
}
IL_0076:
{
// }
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.GList FairyGUI.TreeView::get_list()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, const RuntimeMethod* method)
{
{
// public GList list { get; private set; }
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get_U3ClistU3Ek__BackingField_2();
return L_0;
}
}
// System.Void FairyGUI.TreeView::set_list(FairyGUI.GList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_set_list_mF0119AA5C6A609D8996624EC2C27FF4F77A44646 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * ___value0, const RuntimeMethod* method)
{
{
// public GList list { get; private set; }
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = ___value0;
__this->set_U3ClistU3Ek__BackingField_2(L_0);
return;
}
}
// FairyGUI.TreeNode FairyGUI.TreeView::get_root()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeView_get_root_m9C865165D98C57D3F24AB972D74D126AE3343577 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, const RuntimeMethod* method)
{
{
// public TreeNode root { get; private set; }
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = __this->get_U3CrootU3Ek__BackingField_3();
return L_0;
}
}
// System.Void FairyGUI.TreeView::set_root(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_set_root_m467D2BD4FB04FAE188B1502C76F70024D9213ED7 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___value0, const RuntimeMethod* method)
{
{
// public TreeNode root { get; private set; }
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___value0;
__this->set_U3CrootU3Ek__BackingField_3(L_0);
return;
}
}
// FairyGUI.EventListener FairyGUI.TreeView::get_onClickNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * TreeView_get_onClickNode_mD488104888E3D179BAE807BAB89596FC4BE60369 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, const RuntimeMethod* method)
{
{
// public EventListener onClickNode { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConClickNodeU3Ek__BackingField_8();
return L_0;
}
}
// System.Void FairyGUI.TreeView::set_onClickNode(FairyGUI.EventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_set_onClickNode_m47780431FFFE6938DBE1BE0717AF770664EA6341 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onClickNode { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConClickNodeU3Ek__BackingField_8(L_0);
return;
}
}
// FairyGUI.EventListener FairyGUI.TreeView::get_onRightClickNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * TreeView_get_onRightClickNode_m984FFB9313A63B15232868CD494CEF12227B5801 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, const RuntimeMethod* method)
{
{
// public EventListener onRightClickNode { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConRightClickNodeU3Ek__BackingField_9();
return L_0;
}
}
// System.Void FairyGUI.TreeView::set_onRightClickNode(FairyGUI.EventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_set_onRightClickNode_m90B33133BA6156CA43FE6BD10B41542114D1A6C3 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onRightClickNode { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConRightClickNodeU3Ek__BackingField_9(L_0);
return;
}
}
// System.Void FairyGUI.TreeView::.ctor(FairyGUI.GList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView__ctor_m6D3C98522D36809C541D6BD2415BE8633A5893F7 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * ___list0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeView__ctor_m6D3C98522D36809C541D6BD2415BE8633A5893F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public TreeView(GList list)
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
EventDispatcher__ctor_mC394F1C3DFFDFFE762CF707D0E87CE6628F42A37(__this, /*hidden argument*/NULL);
// this.list = list;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = ___list0;
TreeView_set_list_mF0119AA5C6A609D8996624EC2C27FF4F77A44646_inline(__this, L_0, /*hidden argument*/NULL);
// list.onClickItem.Add(__clickItem);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_1 = ___list0;
NullCheck(L_1);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = GList_get_onClickItem_mA69184756E67B0966D585B4EFEF1ECBBFC4A0B3C(L_1, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_3 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_3, __this, (intptr_t)((intptr_t)TreeView___clickItem_mE73E4059B4D5CEE29FB532F636E07C3B947B9CF7_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_2);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_2, L_3, /*hidden argument*/NULL);
// list.onRightClickItem.Add(__clickItem);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_4 = ___list0;
NullCheck(L_4);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_5 = GList_get_onRightClickItem_m7E695D25E6F74E1C3E83B3FC142EB1389D62DFAF(L_4, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_6 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_6, __this, (intptr_t)((intptr_t)TreeView___clickItem_mE73E4059B4D5CEE29FB532F636E07C3B947B9CF7_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_5);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_5, L_6, /*hidden argument*/NULL);
// list.RemoveChildrenToPool();
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_7 = ___list0;
NullCheck(L_7);
GList_RemoveChildrenToPool_mF8B135AD8D72678CE421402DB798078CBC53202D(L_7, /*hidden argument*/NULL);
// root = new TreeNode(true);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_8 = (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)il2cpp_codegen_object_new(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB_il2cpp_TypeInfo_var);
TreeNode__ctor_m9F6BEA34101EEF0F4345582F85D2EB8E5C96F44E(L_8, (bool)1, /*hidden argument*/NULL);
TreeView_set_root_m467D2BD4FB04FAE188B1502C76F70024D9213ED7_inline(__this, L_8, /*hidden argument*/NULL);
// root.SetTree(this);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_9 = TreeView_get_root_m9C865165D98C57D3F24AB972D74D126AE3343577_inline(__this, /*hidden argument*/NULL);
NullCheck(L_9);
TreeNode_SetTree_mD55AF6BD51429BDD2AF7627366D260AE78D2F67F(L_9, __this, /*hidden argument*/NULL);
// root.cell = list;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_10 = TreeView_get_root_m9C865165D98C57D3F24AB972D74D126AE3343577_inline(__this, /*hidden argument*/NULL);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_11 = ___list0;
NullCheck(L_10);
TreeNode_set_cell_m049B5004395B9B26BD085E438D07018B8DCC6827_inline(L_10, L_11, /*hidden argument*/NULL);
// root.expanded = true;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_12 = TreeView_get_root_m9C865165D98C57D3F24AB972D74D126AE3343577_inline(__this, /*hidden argument*/NULL);
NullCheck(L_12);
TreeNode_set_expanded_mEDFF8CBACC38C6A862E3E83AEC49EFE39D46175D(L_12, (bool)1, /*hidden argument*/NULL);
// indent = 30;
__this->set_indent_4(((int32_t)30));
// onClickNode = new EventListener(this, "onClickNode");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_13 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_13, __this, _stringLiteralA0B7CDC69729E1E903BF14BC6D554BBA61359AE2, /*hidden argument*/NULL);
TreeView_set_onClickNode_m47780431FFFE6938DBE1BE0717AF770664EA6341_inline(__this, L_13, /*hidden argument*/NULL);
// onRightClickNode = new EventListener(this, "onRightClickNode");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_14 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_14, __this, _stringLiteral4FED6A08B0F7134800C8311E7A424FB34EAC4F97, /*hidden argument*/NULL);
TreeView_set_onRightClickNode_m90B33133BA6156CA43FE6BD10B41542114D1A6C3_inline(__this, L_14, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.TreeNode FairyGUI.TreeView::GetSelectedNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeView_GetSelectedNode_m4494FFC9C62F39053920AE1F2CB265CF7AD6D8CC (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeView_GetSelectedNode_m4494FFC9C62F39053920AE1F2CB265CF7AD6D8CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (list.selectedIndex != -1)
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = GList_get_selectedIndex_mA37D50C8B0E4D01695B82B6F89ECF91ACA022517(L_0, /*hidden argument*/NULL);
if ((((int32_t)L_1) == ((int32_t)(-1))))
{
goto IL_002f;
}
}
{
// return (TreeNode)list.GetChildAt(list.selectedIndex).data;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_2 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_3 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
int32_t L_4 = GList_get_selectedIndex_mA37D50C8B0E4D01695B82B6F89ECF91ACA022517(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = GComponent_GetChildAt_mF74B1D0431936054AEB4DB2755A54CBAA243A3FF(L_2, L_4, /*hidden argument*/NULL);
NullCheck(L_5);
RuntimeObject * L_6 = L_5->get_data_4();
return ((TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)CastclassClass((RuntimeObject*)L_6, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB_il2cpp_TypeInfo_var));
}
IL_002f:
{
// return null;
return (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)NULL;
}
}
// System.Collections.Generic.List`1<FairyGUI.TreeNode> FairyGUI.TreeView::GetSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * TreeView_GetSelection_m6C66CB7AD1C605A82B4001AF1838478EDD8D9F40 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeView_GetSelection_m6C66CB7AD1C605A82B4001AF1838478EDD8D9F40_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * V_0 = NULL;
int32_t V_1 = 0;
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * V_2 = NULL;
int32_t V_3 = 0;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * V_4 = NULL;
{
// List<int> sels = list.GetSelection();
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_1 = GList_GetSelection_mB986C5A58CF49E087DC0EF66026593E4C17A58FC(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// int cnt = sels.Count;
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_inline(L_2, /*hidden argument*/List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_RuntimeMethod_var);
V_1 = L_3;
// List<TreeNode> ret = new List<TreeNode>();
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_4 = (List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C *)il2cpp_codegen_object_new(List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C_il2cpp_TypeInfo_var);
List_1__ctor_m912A9480C53C8BA334C0B7804D6FE034980E4DCD(L_4, /*hidden argument*/List_1__ctor_m912A9480C53C8BA334C0B7804D6FE034980E4DCD_RuntimeMethod_var);
V_2 = L_4;
// for (int i = 0; i < cnt; i++)
V_3 = 0;
goto IL_0047;
}
IL_001d:
{
// TreeNode node = (TreeNode)list.GetChildAt(sels[i]).data;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_5 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_6 = V_0;
int32_t L_7 = V_3;
NullCheck(L_6);
int32_t L_8 = List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var);
NullCheck(L_5);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = GComponent_GetChildAt_mF74B1D0431936054AEB4DB2755A54CBAA243A3FF(L_5, L_8, /*hidden argument*/NULL);
NullCheck(L_9);
RuntimeObject * L_10 = L_9->get_data_4();
V_4 = ((TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)CastclassClass((RuntimeObject*)L_10, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB_il2cpp_TypeInfo_var));
// ret.Add(node);
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_11 = V_2;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_12 = V_4;
NullCheck(L_11);
List_1_Add_mCA413DD63FF3B1708E2980F05267B22C541B5058(L_11, L_12, /*hidden argument*/List_1_Add_mCA413DD63FF3B1708E2980F05267B22C541B5058_RuntimeMethod_var);
// for (int i = 0; i < cnt; i++)
int32_t L_13 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0047:
{
// for (int i = 0; i < cnt; i++)
int32_t L_14 = V_3;
int32_t L_15 = V_1;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_001d;
}
}
{
// return ret;
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_16 = V_2;
return L_16;
}
}
// System.Void FairyGUI.TreeView::AddSelection(FairyGUI.TreeNode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_AddSelection_mF27AE89A2038CF4E6D2F10BCD5E1894A402ECA68 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, bool ___scrollItToView1, const RuntimeMethod* method)
{
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * V_0 = NULL;
{
// TreeNode parentNode = node.parent;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___node0;
NullCheck(L_0);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_1 = TreeNode_get_parent_m98A048C2543039B4345B8DA27821D7E5D3E849C1_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_0017;
}
IL_0009:
{
// parentNode.expanded = true;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_2 = V_0;
NullCheck(L_2);
TreeNode_set_expanded_mEDFF8CBACC38C6A862E3E83AEC49EFE39D46175D(L_2, (bool)1, /*hidden argument*/NULL);
// parentNode = parentNode.parent;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_3 = V_0;
NullCheck(L_3);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_4 = TreeNode_get_parent_m98A048C2543039B4345B8DA27821D7E5D3E849C1_inline(L_3, /*hidden argument*/NULL);
V_0 = L_4;
}
IL_0017:
{
// while (parentNode != null && parentNode != root)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_5 = V_0;
if (!L_5)
{
goto IL_0023;
}
}
{
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_6 = V_0;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_7 = TreeView_get_root_m9C865165D98C57D3F24AB972D74D126AE3343577_inline(__this, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)L_6) == ((RuntimeObject*)(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)L_7))))
{
goto IL_0009;
}
}
IL_0023:
{
// list.AddSelection(list.GetChildIndex(node.cell), scrollItToView);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_8 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_9 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_10 = ___node0;
NullCheck(L_10);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_11 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
int32_t L_12 = GComponent_GetChildIndex_mDB0881231CFC5A6970A573E4B43E4EAC4FD50D8C(L_9, L_11, /*hidden argument*/NULL);
bool L_13 = ___scrollItToView1;
NullCheck(L_8);
GList_AddSelection_m6C88F68F67ED382979A9486B0C0D6ECDEA2F4958(L_8, L_12, L_13, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TreeView::RemoveSelection(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_RemoveSelection_mFB0F0DB71F862BE88666F4A8B5C54E5741402108 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method)
{
{
// list.RemoveSelection(list.GetChildIndex(node.cell));
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_1 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_2 = ___node0;
NullCheck(L_2);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_4 = GComponent_GetChildIndex_mDB0881231CFC5A6970A573E4B43E4EAC4FD50D8C(L_1, L_3, /*hidden argument*/NULL);
NullCheck(L_0);
GList_RemoveSelection_m1E5FE241C3881E629B02BA0F63CE60DBD9844A5D(L_0, L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TreeView::ClearSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_ClearSelection_m955230DF6ACFC653890A3FFC7A5AB1255EB40E10 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, const RuntimeMethod* method)
{
{
// list.ClearSelection();
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
GList_ClearSelection_m5557695C02516B129F1F0C3D6964729C74196C21(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI.TreeView::GetNodeIndex(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TreeView_GetNodeIndex_m43000D249467146F253094F5B5DBF6B7DCCD2EEF (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method)
{
{
// return list.GetChildIndex(node.cell);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_1 = ___node0;
NullCheck(L_1);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_3 = GComponent_GetChildIndex_mDB0881231CFC5A6970A573E4B43E4EAC4FD50D8C(L_0, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Void FairyGUI.TreeView::UpdateNode(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_UpdateNode_mFD70563FE5D16C9EA35540D2BE7C3A43AFCDB32A (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method)
{
{
// if (node.cell == null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___node0;
NullCheck(L_0);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// if (treeNodeRender != null)
TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * L_2 = __this->get_treeNodeRender_6();
if (!L_2)
{
goto IL_001d;
}
}
{
// treeNodeRender(node);
TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * L_3 = __this->get_treeNodeRender_6();
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_4 = ___node0;
NullCheck(L_3);
TreeNodeRenderDelegate_Invoke_mB2FECADB3C601A050F94DF260E481B3759295178(L_3, L_4, /*hidden argument*/NULL);
}
IL_001d:
{
// }
return;
}
}
// System.Void FairyGUI.TreeView::UpdateNodes(System.Collections.Generic.List`1<FairyGUI.TreeNode>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_UpdateNodes_m6BE6948A3BD4B397E2346028BFD7A0AFD18993ED (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * ___nodes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeView_UpdateNodes_m6BE6948A3BD4B397E2346028BFD7A0AFD18993ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * V_2 = NULL;
{
// int cnt = nodes.Count;
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_0 = ___nodes0;
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_inline(L_0, /*hidden argument*/List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0034;
}
IL_000b:
{
// TreeNode node = nodes[i];
List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * L_2 = ___nodes0;
int32_t L_3 = V_1;
NullCheck(L_2);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_4 = List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_RuntimeMethod_var);
V_2 = L_4;
// if (node.cell == null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_5 = V_2;
NullCheck(L_5);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_001c;
}
}
{
// return;
return;
}
IL_001c:
{
// if (treeNodeRender != null)
TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * L_7 = __this->get_treeNodeRender_6();
if (!L_7)
{
goto IL_0030;
}
}
{
// treeNodeRender(node);
TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * L_8 = __this->get_treeNodeRender_6();
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_9 = V_2;
NullCheck(L_8);
TreeNodeRenderDelegate_Invoke_mB2FECADB3C601A050F94DF260E481B3759295178(L_8, L_9, /*hidden argument*/NULL);
}
IL_0030:
{
// for (int i = 0; i < cnt; i++)
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0034:
{
// for (int i = 0; i < cnt; i++)
int32_t L_11 = V_1;
int32_t L_12 = V_0;
if ((((int32_t)L_11) < ((int32_t)L_12)))
{
goto IL_000b;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.TreeView::ExpandAll(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_ExpandAll_mCEE0347F101589452A1083029C39A84034D0BF14 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___folderNode0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * V_2 = NULL;
{
// folderNode.expanded = true;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___folderNode0;
NullCheck(L_0);
TreeNode_set_expanded_mEDFF8CBACC38C6A862E3E83AEC49EFE39D46175D(L_0, (bool)1, /*hidden argument*/NULL);
// int cnt = folderNode.numChildren;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_1 = ___folderNode0;
NullCheck(L_1);
int32_t L_2 = TreeNode_get_numChildren_m1936A55B97E9E2BDE5808A6AD3147BD3E390D124(L_1, /*hidden argument*/NULL);
V_0 = L_2;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_002d;
}
IL_0012:
{
// TreeNode node = folderNode.GetChildAt(i);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_3 = ___folderNode0;
int32_t L_4 = V_1;
NullCheck(L_3);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_5 = TreeNode_GetChildAt_m59BE68DA5DA23C9C290C4316E1CAEC6318C6C6F2(L_3, L_4, /*hidden argument*/NULL);
V_2 = L_5;
// if (node.isFolder)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_6 = V_2;
NullCheck(L_6);
bool L_7 = TreeNode_get_isFolder_m22501E5A489B69843FB907A531396F968685642D(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0029;
}
}
{
// ExpandAll(node);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_8 = V_2;
TreeView_ExpandAll_mCEE0347F101589452A1083029C39A84034D0BF14(__this, L_8, /*hidden argument*/NULL);
}
IL_0029:
{
// for (int i = 0; i < cnt; i++)
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_002d:
{
// for (int i = 0; i < cnt; i++)
int32_t L_10 = V_1;
int32_t L_11 = V_0;
if ((((int32_t)L_10) < ((int32_t)L_11)))
{
goto IL_0012;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.TreeView::CollapseAll(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_CollapseAll_m06D5DCB3B5D80CFF174756B9D9CC61A1D40B900A (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___folderNode0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * V_2 = NULL;
{
// if (folderNode != root)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___folderNode0;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_1 = TreeView_get_root_m9C865165D98C57D3F24AB972D74D126AE3343577_inline(__this, /*hidden argument*/NULL);
if ((((RuntimeObject*)(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)L_0) == ((RuntimeObject*)(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)L_1)))
{
goto IL_0010;
}
}
{
// folderNode.expanded = false;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_2 = ___folderNode0;
NullCheck(L_2);
TreeNode_set_expanded_mEDFF8CBACC38C6A862E3E83AEC49EFE39D46175D(L_2, (bool)0, /*hidden argument*/NULL);
}
IL_0010:
{
// int cnt = folderNode.numChildren;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_3 = ___folderNode0;
NullCheck(L_3);
int32_t L_4 = TreeNode_get_numChildren_m1936A55B97E9E2BDE5808A6AD3147BD3E390D124(L_3, /*hidden argument*/NULL);
V_0 = L_4;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0036;
}
IL_001b:
{
// TreeNode node = folderNode.GetChildAt(i);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_5 = ___folderNode0;
int32_t L_6 = V_1;
NullCheck(L_5);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_7 = TreeNode_GetChildAt_m59BE68DA5DA23C9C290C4316E1CAEC6318C6C6F2(L_5, L_6, /*hidden argument*/NULL);
V_2 = L_7;
// if (node.isFolder)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_8 = V_2;
NullCheck(L_8);
bool L_9 = TreeNode_get_isFolder_m22501E5A489B69843FB907A531396F968685642D(L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0032;
}
}
{
// CollapseAll(node);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_10 = V_2;
TreeView_CollapseAll_m06D5DCB3B5D80CFF174756B9D9CC61A1D40B900A(__this, L_10, /*hidden argument*/NULL);
}
IL_0032:
{
// 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_0036:
{
// 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_001b;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.TreeView::CreateCell(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_CreateCell_mBCCE313E355E4C68AEFA3EDE3B034F694177329B (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeView_CreateCell_mBCCE313E355E4C68AEFA3EDE3B034F694177329B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_0 = NULL;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * V_1 = NULL;
{
// if (treeNodeCreateCell != null)
TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4 * L_0 = __this->get_treeNodeCreateCell_5();
if (!L_0)
{
goto IL_001c;
}
}
{
// node.cell = treeNodeCreateCell(node);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_1 = ___node0;
TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4 * L_2 = __this->get_treeNodeCreateCell_5();
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_3 = ___node0;
NullCheck(L_2);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = TreeNodeCreateCellDelegate_Invoke_m90CB9AD01109FE65D825673D530F3642FAAD230E(L_2, L_3, /*hidden argument*/NULL);
NullCheck(L_1);
TreeNode_set_cell_m049B5004395B9B26BD085E438D07018B8DCC6827_inline(L_1, L_4, /*hidden argument*/NULL);
goto IL_0042;
}
IL_001c:
{
// node.cell = list.itemPool.GetObject(list.defaultItem) as GComponent;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_5 = ___node0;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_6 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * L_7 = GList_get_itemPool_mDF34A430E2602CCD0190CB35EFE830F8053F8027_inline(L_6, /*hidden argument*/NULL);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_8 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_8);
String_t* L_9 = L_8->get_defaultItem_93();
NullCheck(L_7);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = GObjectPool_GetObject_m37636B547359122C9B4384C73746B201682AED09(L_7, L_9, /*hidden argument*/NULL);
NullCheck(L_5);
TreeNode_set_cell_m049B5004395B9B26BD085E438D07018B8DCC6827_inline(L_5, ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)IsInstClass((RuntimeObject*)L_10, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
}
IL_0042:
{
// if (node.cell == null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_11 = ___node0;
NullCheck(L_11);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_12 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_0055;
}
}
{
// throw new Exception("Unable to create tree cell");
Exception_t * L_13 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_13, _stringLiteral78DC5F935B2B42FCA1F412CAD75F151593FE24E1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, TreeView_CreateCell_mBCCE313E355E4C68AEFA3EDE3B034F694177329B_RuntimeMethod_var);
}
IL_0055:
{
// node.cell.data = node;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_14 = ___node0;
NullCheck(L_14);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_15 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_14, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_16 = ___node0;
NullCheck(L_15);
((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_15)->set_data_4(L_16);
// GObject indentObj = node.cell.GetChild("indent");
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_17 = ___node0;
NullCheck(L_17);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_18 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_17, /*hidden argument*/NULL);
NullCheck(L_18);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_19 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_18, _stringLiteral3CC46D20365996EFE5FF1D4A9E0D401D68F186ED, /*hidden argument*/NULL);
V_0 = L_19;
// if (indentObj != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_20 = V_0;
if (!L_20)
{
goto IL_008b;
}
}
{
// indentObj.width = (node.level - 1) * indent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = V_0;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_22 = ___node0;
NullCheck(L_22);
int32_t L_23 = TreeNode_get_level_m094C308793245951771079285395AC0F2468C137_inline(L_22, /*hidden argument*/NULL);
int32_t L_24 = __this->get_indent_4();
NullCheck(L_21);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_21, (((float)((float)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)), (int32_t)L_24))))), /*hidden argument*/NULL);
}
IL_008b:
{
// GButton expandButton = (GButton)node.cell.GetChild("expandButton");
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_25 = ___node0;
NullCheck(L_25);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_26 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_25, /*hidden argument*/NULL);
NullCheck(L_26);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_27 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_26, _stringLiteralECC9AF31D793BCD3974DB06968F250B749CA276D, /*hidden argument*/NULL);
V_1 = ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_27, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var));
// if (expandButton != null)
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_28 = V_1;
if (!L_28)
{
goto IL_00e6;
}
}
{
// if (node.isFolder)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_29 = ___node0;
NullCheck(L_29);
bool L_30 = TreeNode_get_isFolder_m22501E5A489B69843FB907A531396F968685642D(L_29, /*hidden argument*/NULL);
if (!L_30)
{
goto IL_00df;
}
}
{
// expandButton.visible = true;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_31 = V_1;
NullCheck(L_31);
GObject_set_visible_m65268D438CCAEED62FE74782F6B2BA9B4C3CCD0E(L_31, (bool)1, /*hidden argument*/NULL);
// expandButton.onClick.Add(__clickExpandButton);
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_32 = V_1;
NullCheck(L_32);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_33 = GObject_get_onClick_mCF76152ACE86201C8082E871FBF6FD28BA83CEFC(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)TreeView___clickExpandButton_mD7ACA21A9DC7801960287F1AA73C500AC07E18F3_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_33);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_33, L_34, /*hidden argument*/NULL);
// expandButton.data = node;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_35 = V_1;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_36 = ___node0;
NullCheck(L_35);
((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_35)->set_data_4(L_36);
// expandButton.selected = node.expanded;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_37 = V_1;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_38 = ___node0;
NullCheck(L_38);
bool L_39 = TreeNode_get_expanded_m15F401942361779ADEF294A07541FC83830F7482_inline(L_38, /*hidden argument*/NULL);
NullCheck(L_37);
GButton_set_selected_mEFF2DBEBDD2F34C37D08E78524205F989A715055(L_37, L_39, /*hidden argument*/NULL);
// }
goto IL_00e6;
}
IL_00df:
{
// expandButton.visible = false;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_40 = V_1;
NullCheck(L_40);
GObject_set_visible_m65268D438CCAEED62FE74782F6B2BA9B4C3CCD0E(L_40, (bool)0, /*hidden argument*/NULL);
}
IL_00e6:
{
// if (treeNodeRender != null)
TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * L_41 = __this->get_treeNodeRender_6();
if (!L_41)
{
goto IL_00fa;
}
}
{
// treeNodeRender(node);
TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * L_42 = __this->get_treeNodeRender_6();
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_43 = ___node0;
NullCheck(L_42);
TreeNodeRenderDelegate_Invoke_mB2FECADB3C601A050F94DF260E481B3759295178(L_42, L_43, /*hidden argument*/NULL);
}
IL_00fa:
{
// }
return;
}
}
// System.Void FairyGUI.TreeView::AfterInserted(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_AfterInserted_m400979DF269CC32A8D01C63D728AA89DB6200983 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// CreateCell(node);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___node0;
TreeView_CreateCell_mBCCE313E355E4C68AEFA3EDE3B034F694177329B(__this, L_0, /*hidden argument*/NULL);
// int index = GetInsertIndexForNode(node);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_1 = ___node0;
int32_t L_2 = TreeView_GetInsertIndexForNode_mFC33F596FC83FA2D01871D5E2C2EAC7D2917607A(__this, L_1, /*hidden argument*/NULL);
V_0 = L_2;
// list.AddChildAt(node.cell, index);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_3 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_4 = ___node0;
NullCheck(L_4);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_5 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_4, /*hidden argument*/NULL);
int32_t L_6 = V_0;
NullCheck(L_3);
VirtFuncInvoker2< GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, int32_t >::Invoke(29 /* FairyGUI.GObject FairyGUI.GComponent::AddChildAt(FairyGUI.GObject,System.Int32) */, L_3, L_5, L_6);
// if (treeNodeRender != null)
TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * L_7 = __this->get_treeNodeRender_6();
if (!L_7)
{
goto IL_0036;
}
}
{
// treeNodeRender(node);
TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * L_8 = __this->get_treeNodeRender_6();
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_9 = ___node0;
NullCheck(L_8);
TreeNodeRenderDelegate_Invoke_mB2FECADB3C601A050F94DF260E481B3759295178(L_8, L_9, /*hidden argument*/NULL);
}
IL_0036:
{
// if (node.isFolder && node.expanded)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_10 = ___node0;
NullCheck(L_10);
bool L_11 = TreeNode_get_isFolder_m22501E5A489B69843FB907A531396F968685642D(L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_004f;
}
}
{
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_12 = ___node0;
NullCheck(L_12);
bool L_13 = TreeNode_get_expanded_m15F401942361779ADEF294A07541FC83830F7482_inline(L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_004f;
}
}
{
// CheckChildren(node, index);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_14 = ___node0;
int32_t L_15 = V_0;
TreeView_CheckChildren_m3F49CED683BBEFB9569C0BAF80C0EB2C8C5E63A0(__this, L_14, L_15, /*hidden argument*/NULL);
}
IL_004f:
{
// }
return;
}
}
// System.Int32 FairyGUI.TreeView::GetInsertIndexForNode(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TreeView_GetInsertIndexForNode_mFC33F596FC83FA2D01871D5E2C2EAC7D2917607A (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeView_GetInsertIndexForNode_mFC33F596FC83FA2D01871D5E2C2EAC7D2917607A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// TreeNode prevNode = node.GetPrevSibling();
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___node0;
NullCheck(L_0);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_1 = TreeNode_GetPrevSibling_m43CF30DBDF822A454FB6254AA98743C5CD22A078(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (prevNode == null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_2 = V_0;
if (L_2)
{
goto IL_0011;
}
}
{
// prevNode = node.parent;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_3 = ___node0;
NullCheck(L_3);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_4 = TreeNode_get_parent_m98A048C2543039B4345B8DA27821D7E5D3E849C1_inline(L_3, /*hidden argument*/NULL);
V_0 = L_4;
}
IL_0011:
{
// int insertIndex = list.GetChildIndex(prevNode.cell) + 1;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_5 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_6 = V_0;
NullCheck(L_6);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_7 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
int32_t L_8 = GComponent_GetChildIndex_mDB0881231CFC5A6970A573E4B43E4EAC4FD50D8C(L_5, L_7, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
// int myLevel = node.level;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_9 = ___node0;
NullCheck(L_9);
int32_t L_10 = TreeNode_get_level_m094C308793245951771079285395AC0F2468C137_inline(L_9, /*hidden argument*/NULL);
V_2 = L_10;
// int cnt = list.numChildren;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_11 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_11);
int32_t L_12 = GComponent_get_numChildren_m3295721B2CADEDDA4A896EF65214E708AE76C19E(L_11, /*hidden argument*/NULL);
V_3 = L_12;
// for (int i = insertIndex; i < cnt; i++)
int32_t L_13 = V_1;
V_4 = L_13;
goto IL_0066;
}
IL_003d:
{
// TreeNode testNode = (TreeNode)list.GetChildAt(i).data;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_14 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
int32_t L_15 = V_4;
NullCheck(L_14);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_16 = GComponent_GetChildAt_mF74B1D0431936054AEB4DB2755A54CBAA243A3FF(L_14, L_15, /*hidden argument*/NULL);
NullCheck(L_16);
RuntimeObject * L_17 = L_16->get_data_4();
// if (testNode.level <= myLevel)
NullCheck(((TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)CastclassClass((RuntimeObject*)L_17, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB_il2cpp_TypeInfo_var)));
int32_t L_18 = TreeNode_get_level_m094C308793245951771079285395AC0F2468C137_inline(((TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)CastclassClass((RuntimeObject*)L_17, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
int32_t L_19 = V_2;
if ((((int32_t)L_18) <= ((int32_t)L_19)))
{
goto IL_006b;
}
}
{
// insertIndex++;
int32_t L_20 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
// for (int i = insertIndex; i < cnt; i++)
int32_t L_21 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_0066:
{
// for (int i = insertIndex; i < cnt; i++)
int32_t L_22 = V_4;
int32_t L_23 = V_3;
if ((((int32_t)L_22) < ((int32_t)L_23)))
{
goto IL_003d;
}
}
IL_006b:
{
// return insertIndex;
int32_t L_24 = V_1;
return L_24;
}
}
// System.Void FairyGUI.TreeView::AfterRemoved(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_AfterRemoved_m0399D891E6A233A41D07013681FC5FCA51DBB9E4 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method)
{
{
// RemoveNode(node);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___node0;
TreeView_RemoveNode_m81AE1B87612593275E9DFCA82FD52B5C414AAD86(__this, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TreeView::AfterExpanded(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_AfterExpanded_m1F93E6AC4127123780BE1EC189B103E14314012C (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeView_AfterExpanded_m1F93E6AC4127123780BE1EC189B103E14314012C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * V_0 = NULL;
{
// if (node != root && treeNodeWillExpand != null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___node0;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_1 = TreeView_get_root_m9C865165D98C57D3F24AB972D74D126AE3343577_inline(__this, /*hidden argument*/NULL);
if ((((RuntimeObject*)(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)L_0) == ((RuntimeObject*)(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)L_1)))
{
goto IL_001e;
}
}
{
TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * L_2 = __this->get_treeNodeWillExpand_7();
if (!L_2)
{
goto IL_001e;
}
}
{
// treeNodeWillExpand(node, true);
TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * L_3 = __this->get_treeNodeWillExpand_7();
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_4 = ___node0;
NullCheck(L_3);
TreeNodeWillExpandDelegate_Invoke_m53D44217AE85AC2E5C6DCD837C82F2C91F763F0F(L_3, L_4, (bool)1, /*hidden argument*/NULL);
}
IL_001e:
{
// if (node.cell == null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_5 = ___node0;
NullCheck(L_5);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0027;
}
}
{
// return;
return;
}
IL_0027:
{
// if (node != root)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_7 = ___node0;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_8 = TreeView_get_root_m9C865165D98C57D3F24AB972D74D126AE3343577_inline(__this, /*hidden argument*/NULL);
if ((((RuntimeObject*)(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)L_7) == ((RuntimeObject*)(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)L_8)))
{
goto IL_0064;
}
}
{
// if (treeNodeRender != null)
TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * L_9 = __this->get_treeNodeRender_6();
if (!L_9)
{
goto IL_0044;
}
}
{
// treeNodeRender(node);
TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * L_10 = __this->get_treeNodeRender_6();
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_11 = ___node0;
NullCheck(L_10);
TreeNodeRenderDelegate_Invoke_mB2FECADB3C601A050F94DF260E481B3759295178(L_10, L_11, /*hidden argument*/NULL);
}
IL_0044:
{
// GButton expandButton = (GButton)node.cell.GetChild("expandButton");
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_12 = ___node0;
NullCheck(L_12);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_13 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_12, /*hidden argument*/NULL);
NullCheck(L_13);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_13, _stringLiteralECC9AF31D793BCD3974DB06968F250B749CA276D, /*hidden argument*/NULL);
V_0 = ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_14, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var));
// if (expandButton != null)
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_15 = V_0;
if (!L_15)
{
goto IL_0064;
}
}
{
// expandButton.selected = true;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_16 = V_0;
NullCheck(L_16);
GButton_set_selected_mEFF2DBEBDD2F34C37D08E78524205F989A715055(L_16, (bool)1, /*hidden argument*/NULL);
}
IL_0064:
{
// if (node.cell.parent != null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_17 = ___node0;
NullCheck(L_17);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_18 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_17, /*hidden argument*/NULL);
NullCheck(L_18);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_19 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_18, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_008a;
}
}
{
// CheckChildren(node, list.GetChildIndex(node.cell));
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_20 = ___node0;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_21 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_22 = ___node0;
NullCheck(L_22);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_23 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_22, /*hidden argument*/NULL);
NullCheck(L_21);
int32_t L_24 = GComponent_GetChildIndex_mDB0881231CFC5A6970A573E4B43E4EAC4FD50D8C(L_21, L_23, /*hidden argument*/NULL);
TreeView_CheckChildren_m3F49CED683BBEFB9569C0BAF80C0EB2C8C5E63A0(__this, L_20, L_24, /*hidden argument*/NULL);
}
IL_008a:
{
// }
return;
}
}
// System.Void FairyGUI.TreeView::AfterCollapsed(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_AfterCollapsed_m6FBB210B95643344DA72C038F341806C22ED0B5F (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeView_AfterCollapsed_m6FBB210B95643344DA72C038F341806C22ED0B5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * V_0 = NULL;
{
// if (node != root && treeNodeWillExpand != null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___node0;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_1 = TreeView_get_root_m9C865165D98C57D3F24AB972D74D126AE3343577_inline(__this, /*hidden argument*/NULL);
if ((((RuntimeObject*)(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)L_0) == ((RuntimeObject*)(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)L_1)))
{
goto IL_001e;
}
}
{
TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * L_2 = __this->get_treeNodeWillExpand_7();
if (!L_2)
{
goto IL_001e;
}
}
{
// treeNodeWillExpand(node, false);
TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * L_3 = __this->get_treeNodeWillExpand_7();
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_4 = ___node0;
NullCheck(L_3);
TreeNodeWillExpandDelegate_Invoke_m53D44217AE85AC2E5C6DCD837C82F2C91F763F0F(L_3, L_4, (bool)0, /*hidden argument*/NULL);
}
IL_001e:
{
// if (node.cell == null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_5 = ___node0;
NullCheck(L_5);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0027;
}
}
{
// return;
return;
}
IL_0027:
{
// if (node != root)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_7 = ___node0;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_8 = TreeView_get_root_m9C865165D98C57D3F24AB972D74D126AE3343577_inline(__this, /*hidden argument*/NULL);
if ((((RuntimeObject*)(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)L_7) == ((RuntimeObject*)(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)L_8)))
{
goto IL_0064;
}
}
{
// if (treeNodeRender != null)
TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * L_9 = __this->get_treeNodeRender_6();
if (!L_9)
{
goto IL_0044;
}
}
{
// treeNodeRender(node);
TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * L_10 = __this->get_treeNodeRender_6();
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_11 = ___node0;
NullCheck(L_10);
TreeNodeRenderDelegate_Invoke_mB2FECADB3C601A050F94DF260E481B3759295178(L_10, L_11, /*hidden argument*/NULL);
}
IL_0044:
{
// GButton expandButton = (GButton)node.cell.GetChild("expandButton");
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_12 = ___node0;
NullCheck(L_12);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_13 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_12, /*hidden argument*/NULL);
NullCheck(L_13);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(L_13, _stringLiteralECC9AF31D793BCD3974DB06968F250B749CA276D, /*hidden argument*/NULL);
V_0 = ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_14, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var));
// if (expandButton != null)
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_15 = V_0;
if (!L_15)
{
goto IL_0064;
}
}
{
// expandButton.selected = false;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_16 = V_0;
NullCheck(L_16);
GButton_set_selected_mEFF2DBEBDD2F34C37D08E78524205F989A715055(L_16, (bool)0, /*hidden argument*/NULL);
}
IL_0064:
{
// if (node.cell.parent != null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_17 = ___node0;
NullCheck(L_17);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_18 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_17, /*hidden argument*/NULL);
NullCheck(L_18);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_19 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_18, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_0078;
}
}
{
// HideFolderNode(node);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_20 = ___node0;
TreeView_HideFolderNode_m7F76393E01BCF89A22DD6D09E52A30DBE7998A12(__this, L_20, /*hidden argument*/NULL);
}
IL_0078:
{
// }
return;
}
}
// System.Void FairyGUI.TreeView::AfterMoved(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_AfterMoved_m966F43B1EBC20253D9A36D32A0895103EDA78CDB (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// if (!node.isFolder)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___node0;
NullCheck(L_0);
bool L_1 = TreeNode_get_isFolder_m22501E5A489B69843FB907A531396F968685642D(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_001c;
}
}
{
// list.RemoveChild(node.cell);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_2 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_3 = ___node0;
NullCheck(L_3);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
GComponent_RemoveChild_m3AC05AED1E411CC68D31BBB761DAC6E12A3E118D(L_2, L_4, /*hidden argument*/NULL);
goto IL_0023;
}
IL_001c:
{
// HideFolderNode(node);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_5 = ___node0;
TreeView_HideFolderNode_m7F76393E01BCF89A22DD6D09E52A30DBE7998A12(__this, L_5, /*hidden argument*/NULL);
}
IL_0023:
{
// int index = GetInsertIndexForNode(node);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_6 = ___node0;
int32_t L_7 = TreeView_GetInsertIndexForNode_mFC33F596FC83FA2D01871D5E2C2EAC7D2917607A(__this, L_6, /*hidden argument*/NULL);
V_0 = L_7;
// list.AddChildAt(node.cell, index);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_8 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_9 = ___node0;
NullCheck(L_9);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_10 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_9, /*hidden argument*/NULL);
int32_t L_11 = V_0;
NullCheck(L_8);
VirtFuncInvoker2< GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, int32_t >::Invoke(29 /* FairyGUI.GObject FairyGUI.GComponent::AddChildAt(FairyGUI.GObject,System.Int32) */, L_8, L_10, L_11);
// if (node.isFolder && node.expanded)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_12 = ___node0;
NullCheck(L_12);
bool L_13 = TreeNode_get_isFolder_m22501E5A489B69843FB907A531396F968685642D(L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0057;
}
}
{
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_14 = ___node0;
NullCheck(L_14);
bool L_15 = TreeNode_get_expanded_m15F401942361779ADEF294A07541FC83830F7482_inline(L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_0057;
}
}
{
// CheckChildren(node, index);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_16 = ___node0;
int32_t L_17 = V_0;
TreeView_CheckChildren_m3F49CED683BBEFB9569C0BAF80C0EB2C8C5E63A0(__this, L_16, L_17, /*hidden argument*/NULL);
}
IL_0057:
{
// }
return;
}
}
// System.Int32 FairyGUI.TreeView::CheckChildren(FairyGUI.TreeNode,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TreeView_CheckChildren_m3F49CED683BBEFB9569C0BAF80C0EB2C8C5E63A0 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___folderNode0, int32_t ___index1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * V_2 = NULL;
{
// int cnt = folderNode.numChildren;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___folderNode0;
NullCheck(L_0);
int32_t L_1 = TreeNode_get_numChildren_m1936A55B97E9E2BDE5808A6AD3147BD3E390D124(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0065;
}
IL_000b:
{
// index++;
int32_t L_2 = ___index1;
___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
// TreeNode node = folderNode.GetChildAt(i);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_3 = ___folderNode0;
int32_t L_4 = V_1;
NullCheck(L_3);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_5 = TreeNode_GetChildAt_m59BE68DA5DA23C9C290C4316E1CAEC6318C6C6F2(L_3, L_4, /*hidden argument*/NULL);
V_2 = L_5;
// if (node.cell == null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_6 = V_2;
NullCheck(L_6);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_7 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0027;
}
}
{
// CreateCell(node);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_8 = V_2;
TreeView_CreateCell_mBCCE313E355E4C68AEFA3EDE3B034F694177329B(__this, L_8, /*hidden argument*/NULL);
}
IL_0027:
{
// if (node.cell.parent == null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_9 = V_2;
NullCheck(L_9);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_10 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_9, /*hidden argument*/NULL);
NullCheck(L_10);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_11 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_0047;
}
}
{
// list.AddChildAt(node.cell, index);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_12 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_13 = V_2;
NullCheck(L_13);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_14 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_13, /*hidden argument*/NULL);
int32_t L_15 = ___index1;
NullCheck(L_12);
VirtFuncInvoker2< GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, int32_t >::Invoke(29 /* FairyGUI.GObject FairyGUI.GComponent::AddChildAt(FairyGUI.GObject,System.Int32) */, L_12, L_14, L_15);
}
IL_0047:
{
// if (node.isFolder && node.expanded)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_16 = V_2;
NullCheck(L_16);
bool L_17 = TreeNode_get_isFolder_m22501E5A489B69843FB907A531396F968685642D(L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0061;
}
}
{
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_18 = V_2;
NullCheck(L_18);
bool L_19 = TreeNode_get_expanded_m15F401942361779ADEF294A07541FC83830F7482_inline(L_18, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_0061;
}
}
{
// index = CheckChildren(node, index);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_20 = V_2;
int32_t L_21 = ___index1;
int32_t L_22 = TreeView_CheckChildren_m3F49CED683BBEFB9569C0BAF80C0EB2C8C5E63A0(__this, L_20, L_21, /*hidden argument*/NULL);
___index1 = L_22;
}
IL_0061:
{
// for (int i = 0; i < cnt; i++)
int32_t L_23 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0065:
{
// for (int i = 0; i < cnt; i++)
int32_t L_24 = V_1;
int32_t L_25 = V_0;
if ((((int32_t)L_24) < ((int32_t)L_25)))
{
goto IL_000b;
}
}
{
// return index;
int32_t L_26 = ___index1;
return L_26;
}
}
// System.Void FairyGUI.TreeView::HideFolderNode(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_HideFolderNode_m7F76393E01BCF89A22DD6D09E52A30DBE7998A12 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___folderNode0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * V_2 = NULL;
{
// int cnt = folderNode.numChildren;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___folderNode0;
NullCheck(L_0);
int32_t L_1 = TreeNode_get_numChildren_m1936A55B97E9E2BDE5808A6AD3147BD3E390D124(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_007e;
}
IL_000b:
{
// TreeNode node = folderNode.GetChildAt(i);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_2 = ___folderNode0;
int32_t L_3 = V_1;
NullCheck(L_2);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_4 = TreeNode_GetChildAt_m59BE68DA5DA23C9C290C4316E1CAEC6318C6C6F2(L_2, L_3, /*hidden argument*/NULL);
V_2 = L_4;
// if (node.cell != null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_5 = V_2;
NullCheck(L_5);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0063;
}
}
{
// if (node.cell.parent != null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_7 = V_2;
NullCheck(L_7);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_8 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_7, /*hidden argument*/NULL);
NullCheck(L_8);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_9 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_003a;
}
}
{
// list.RemoveChild(node.cell);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_10 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_11 = V_2;
NullCheck(L_11);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_12 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_11, /*hidden argument*/NULL);
NullCheck(L_10);
GComponent_RemoveChild_m3AC05AED1E411CC68D31BBB761DAC6E12A3E118D(L_10, L_12, /*hidden argument*/NULL);
}
IL_003a:
{
// list.itemPool.ReturnObject(node.cell);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_13 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_13);
GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * L_14 = GList_get_itemPool_mDF34A430E2602CCD0190CB35EFE830F8053F8027_inline(L_13, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_15 = V_2;
NullCheck(L_15);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_16 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_15, /*hidden argument*/NULL);
NullCheck(L_14);
GObjectPool_ReturnObject_mA204088D910D2FD4E29000C476E8773D50E3BB53(L_14, L_16, /*hidden argument*/NULL);
// node.cell.data = null;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_17 = V_2;
NullCheck(L_17);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_18 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_17, /*hidden argument*/NULL);
NullCheck(L_18);
((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_18)->set_data_4(NULL);
// node.cell = null;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_19 = V_2;
NullCheck(L_19);
TreeNode_set_cell_m049B5004395B9B26BD085E438D07018B8DCC6827_inline(L_19, (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)NULL, /*hidden argument*/NULL);
}
IL_0063:
{
// if (node.isFolder && node.expanded)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_20 = V_2;
NullCheck(L_20);
bool L_21 = TreeNode_get_isFolder_m22501E5A489B69843FB907A531396F968685642D(L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_007a;
}
}
{
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_22 = V_2;
NullCheck(L_22);
bool L_23 = TreeNode_get_expanded_m15F401942361779ADEF294A07541FC83830F7482_inline(L_22, /*hidden argument*/NULL);
if (!L_23)
{
goto IL_007a;
}
}
{
// HideFolderNode(node);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_24 = V_2;
TreeView_HideFolderNode_m7F76393E01BCF89A22DD6D09E52A30DBE7998A12(__this, L_24, /*hidden argument*/NULL);
}
IL_007a:
{
// for (int i = 0; i < cnt; i++)
int32_t L_25 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
}
IL_007e:
{
// for (int i = 0; i < cnt; i++)
int32_t L_26 = V_1;
int32_t L_27 = V_0;
if ((((int32_t)L_26) < ((int32_t)L_27)))
{
goto IL_000b;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.TreeView::RemoveNode(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView_RemoveNode_m81AE1B87612593275E9DFCA82FD52B5C414AAD86 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * V_2 = NULL;
{
// if (node.cell != null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___node0;
NullCheck(L_0);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0050;
}
}
{
// if (node.cell.parent != null)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_2 = ___node0;
NullCheck(L_2);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0027;
}
}
{
// list.RemoveChild(node.cell);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_5 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_6 = ___node0;
NullCheck(L_6);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_7 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
GComponent_RemoveChild_m3AC05AED1E411CC68D31BBB761DAC6E12A3E118D(L_5, L_7, /*hidden argument*/NULL);
}
IL_0027:
{
// list.itemPool.ReturnObject(node.cell);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_8 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_8);
GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * L_9 = GList_get_itemPool_mDF34A430E2602CCD0190CB35EFE830F8053F8027_inline(L_8, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_10 = ___node0;
NullCheck(L_10);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_11 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
GObjectPool_ReturnObject_mA204088D910D2FD4E29000C476E8773D50E3BB53(L_9, L_11, /*hidden argument*/NULL);
// node.cell.data = null;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_12 = ___node0;
NullCheck(L_12);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_13 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_12, /*hidden argument*/NULL);
NullCheck(L_13);
((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_13)->set_data_4(NULL);
// node.cell = null;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_14 = ___node0;
NullCheck(L_14);
TreeNode_set_cell_m049B5004395B9B26BD085E438D07018B8DCC6827_inline(L_14, (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)NULL, /*hidden argument*/NULL);
}
IL_0050:
{
// if (node.isFolder)
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_15 = ___node0;
NullCheck(L_15);
bool L_16 = TreeNode_get_isFolder_m22501E5A489B69843FB907A531396F968685642D(L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_007a;
}
}
{
// int cnt = node.numChildren;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_17 = ___node0;
NullCheck(L_17);
int32_t L_18 = TreeNode_get_numChildren_m1936A55B97E9E2BDE5808A6AD3147BD3E390D124(L_17, /*hidden argument*/NULL);
V_0 = L_18;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0076;
}
IL_0063:
{
// TreeNode node2 = node.GetChildAt(i);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_19 = ___node0;
int32_t L_20 = V_1;
NullCheck(L_19);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_21 = TreeNode_GetChildAt_m59BE68DA5DA23C9C290C4316E1CAEC6318C6C6F2(L_19, L_20, /*hidden argument*/NULL);
V_2 = L_21;
// RemoveNode(node2);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_22 = V_2;
TreeView_RemoveNode_m81AE1B87612593275E9DFCA82FD52B5C414AAD86(__this, L_22, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_23 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0076:
{
// for (int i = 0; i < cnt; i++)
int32_t L_24 = V_1;
int32_t L_25 = V_0;
if ((((int32_t)L_24) < ((int32_t)L_25)))
{
goto IL_0063;
}
}
IL_007a:
{
// }
return;
}
}
// System.Void FairyGUI.TreeView::__clickExpandButton(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView___clickExpandButton_mD7ACA21A9DC7801960287F1AA73C500AC07E18F3 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeView___clickExpandButton_mD7ACA21A9DC7801960287F1AA73C500AC07E18F3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * V_0 = NULL;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * V_1 = NULL;
float V_2 = 0.0f;
{
// context.StopPropagation();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_0 = ___context0;
NullCheck(L_0);
EventContext_StopPropagation_m8C61C071E1C217F9A6896855EFB2DA9C0E2AC3D6(L_0, /*hidden argument*/NULL);
// GButton expandButton = (GButton)context.sender;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_1 = ___context0;
NullCheck(L_1);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_2 = EventContext_get_sender_m4BD309D8B049AD4CD8098EC735A082700AAD8C5F_inline(L_1, /*hidden argument*/NULL);
V_0 = ((GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)CastclassClass((RuntimeObject*)L_2, GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var));
// TreeNode node = (TreeNode)expandButton.parent.data;
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_3 = V_0;
NullCheck(L_3);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
RuntimeObject * L_5 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_4)->get_data_4();
V_1 = ((TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)CastclassClass((RuntimeObject*)L_5, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB_il2cpp_TypeInfo_var));
// if (list.scrollPane != null)
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_6 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_7 = GComponent_get_scrollPane_m985575252119E48F6C77D7464D4BBFD3582E42EB_inline(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0081;
}
}
{
// float posY = list.scrollPane.posY;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_8 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_8);
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_9 = GComponent_get_scrollPane_m985575252119E48F6C77D7464D4BBFD3582E42EB_inline(L_8, /*hidden argument*/NULL);
NullCheck(L_9);
float L_10 = ScrollPane_get_posY_m848F90B5DB3154E5BBA386557E0693B2567DEDF4_inline(L_9, /*hidden argument*/NULL);
V_2 = L_10;
// if (expandButton.selected)
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_11 = V_0;
NullCheck(L_11);
bool L_12 = GButton_get_selected_mC3BCF13B80624C0DB093B7EF9ED726E1676FBCC5_inline(L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0052;
}
}
{
// node.expanded = true;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_13 = V_1;
NullCheck(L_13);
TreeNode_set_expanded_mEDFF8CBACC38C6A862E3E83AEC49EFE39D46175D(L_13, (bool)1, /*hidden argument*/NULL);
goto IL_0059;
}
IL_0052:
{
// node.expanded = false;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_14 = V_1;
NullCheck(L_14);
TreeNode_set_expanded_mEDFF8CBACC38C6A862E3E83AEC49EFE39D46175D(L_14, (bool)0, /*hidden argument*/NULL);
}
IL_0059:
{
// list.scrollPane.posY = posY;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_15 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_15);
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_16 = GComponent_get_scrollPane_m985575252119E48F6C77D7464D4BBFD3582E42EB_inline(L_15, /*hidden argument*/NULL);
float L_17 = V_2;
NullCheck(L_16);
ScrollPane_set_posY_mE3CEE870130928A2E413AD1C6779F4647F1EB3DC(L_16, L_17, /*hidden argument*/NULL);
// list.scrollPane.ScrollToView(node.cell);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_18 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_18);
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_19 = GComponent_get_scrollPane_m985575252119E48F6C77D7464D4BBFD3582E42EB_inline(L_18, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_20 = V_1;
NullCheck(L_20);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_21 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_20, /*hidden argument*/NULL);
NullCheck(L_19);
ScrollPane_ScrollToView_m2E0DCD78050F107EBE569780EEA6F056ECB448E4(L_19, L_21, /*hidden argument*/NULL);
// }
return;
}
IL_0081:
{
// if (expandButton.selected)
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_22 = V_0;
NullCheck(L_22);
bool L_23 = GButton_get_selected_mC3BCF13B80624C0DB093B7EF9ED726E1676FBCC5_inline(L_22, /*hidden argument*/NULL);
if (!L_23)
{
goto IL_0091;
}
}
{
// node.expanded = true;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_24 = V_1;
NullCheck(L_24);
TreeNode_set_expanded_mEDFF8CBACC38C6A862E3E83AEC49EFE39D46175D(L_24, (bool)1, /*hidden argument*/NULL);
return;
}
IL_0091:
{
// node.expanded = false;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_25 = V_1;
NullCheck(L_25);
TreeNode_set_expanded_mEDFF8CBACC38C6A862E3E83AEC49EFE39D46175D(L_25, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TreeView::__clickItem(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeView___clickItem_mE73E4059B4D5CEE29FB532F636E07C3B947B9CF7 (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeView___clickItem_mE73E4059B4D5CEE29FB532F636E07C3B947B9CF7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * V_1 = NULL;
{
// float posY = 0;
V_0 = (0.0f);
// if (list.scrollPane != null)
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_1 = GComponent_get_scrollPane_m985575252119E48F6C77D7464D4BBFD3582E42EB_inline(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0024;
}
}
{
// posY = list.scrollPane.posY;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_2 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_3 = GComponent_get_scrollPane_m985575252119E48F6C77D7464D4BBFD3582E42EB_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
float L_4 = ScrollPane_get_posY_m848F90B5DB3154E5BBA386557E0693B2567DEDF4_inline(L_3, /*hidden argument*/NULL);
V_0 = L_4;
}
IL_0024:
{
// TreeNode node = (TreeNode)((GObject)context.data).data;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_5 = ___context0;
NullCheck(L_5);
RuntimeObject * L_6 = L_5->get_data_4();
NullCheck(((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)CastclassClass((RuntimeObject*)L_6, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var)));
RuntimeObject * L_7 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)CastclassClass((RuntimeObject*)L_6, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var))->get_data_4();
V_1 = ((TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *)CastclassClass((RuntimeObject*)L_7, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB_il2cpp_TypeInfo_var));
// if (context.type == list.onRightClickItem.type)
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_8 = ___context0;
NullCheck(L_8);
String_t* L_9 = L_8->get_type_3();
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_10 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_10);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_11 = GList_get_onRightClickItem_m7E695D25E6F74E1C3E83B3FC142EB1389D62DFAF(L_10, /*hidden argument*/NULL);
NullCheck(L_11);
String_t* L_12 = EventListener_get_type_m83053F942463CA59DAEF326E9FCA58D92397654D_inline(L_11, /*hidden argument*/NULL);
bool L_13 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_9, L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0066;
}
}
{
// onRightClickNode.Call(node);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_14 = TreeView_get_onRightClickNode_m984FFB9313A63B15232868CD494CEF12227B5801_inline(__this, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_15 = V_1;
NullCheck(L_14);
EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA(L_14, L_15, /*hidden argument*/NULL);
goto IL_0073;
}
IL_0066:
{
// onClickNode.Call(node);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_16 = TreeView_get_onClickNode_mD488104888E3D179BAE807BAB89596FC4BE60369_inline(__this, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_17 = V_1;
NullCheck(L_16);
EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA(L_16, L_17, /*hidden argument*/NULL);
}
IL_0073:
{
// if (list.scrollPane != null)
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_18 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_18);
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_19 = GComponent_get_scrollPane_m985575252119E48F6C77D7464D4BBFD3582E42EB_inline(L_18, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_00a7;
}
}
{
// list.scrollPane.posY = posY;
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_20 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_20);
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_21 = GComponent_get_scrollPane_m985575252119E48F6C77D7464D4BBFD3582E42EB_inline(L_20, /*hidden argument*/NULL);
float L_22 = V_0;
NullCheck(L_21);
ScrollPane_set_posY_mE3CEE870130928A2E413AD1C6779F4647F1EB3DC(L_21, L_22, /*hidden argument*/NULL);
// list.scrollPane.ScrollToView(node.cell);
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_23 = TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline(__this, /*hidden argument*/NULL);
NullCheck(L_23);
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_24 = GComponent_get_scrollPane_m985575252119E48F6C77D7464D4BBFD3582E42EB_inline(L_23, /*hidden argument*/NULL);
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_25 = V_1;
NullCheck(L_25);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_26 = TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline(L_25, /*hidden argument*/NULL);
NullCheck(L_24);
ScrollPane_ScrollToView_m2E0DCD78050F107EBE569780EEA6F056ECB448E4(L_24, L_26, /*hidden argument*/NULL);
}
IL_00a7:
{
// }
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.TreeView_TreeNodeCreateCellDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNodeCreateCellDelegate__ctor_m6BC2A6C21D1FD28FD0D3D11D89F614874E9199CA (TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4 * __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);
}
// FairyGUI.GComponent FairyGUI.TreeView_TreeNodeCreateCellDelegate::Invoke(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * TreeNodeCreateCellDelegate_Invoke_m90CB9AD01109FE65D825673D530F3642FAAD230E (TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, const RuntimeMethod* method)
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * result = NULL;
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 GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * (*FunctionPointerType) (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___node0, targetMethod);
}
else
{
// closed
typedef GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * (*FunctionPointerType) (void*, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___node0, 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))
result = GenericInterfaceFuncInvoker0< GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * >::Invoke(targetMethod, ___node0);
else
result = GenericVirtFuncInvoker0< GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * >::Invoke(targetMethod, ___node0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker0< GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___node0);
else
result = VirtFuncInvoker0< GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___node0);
}
}
else
{
typedef GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * (*FunctionPointerType) (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___node0, 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))
result = GenericInterfaceFuncInvoker1< GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * >::Invoke(targetMethod, targetThis, ___node0);
else
result = GenericVirtFuncInvoker1< GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * >::Invoke(targetMethod, targetThis, ___node0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker1< GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___node0);
else
result = VirtFuncInvoker1< GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___node0);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___node0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * (*FunctionPointerType) (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___node0, targetMethod);
}
else
{
typedef GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * (*FunctionPointerType) (void*, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___node0, targetMethod);
}
}
}
}
return result;
}
// System.IAsyncResult FairyGUI.TreeView_TreeNodeCreateCellDelegate::BeginInvoke(FairyGUI.TreeNode,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TreeNodeCreateCellDelegate_BeginInvoke_mC2FD9FC746133DC541E1BCC390741EF0F3E6C83B (TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___node0;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// FairyGUI.GComponent FairyGUI.TreeView_TreeNodeCreateCellDelegate::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * TreeNodeCreateCellDelegate_EndInvoke_m524596E93CE341116842BD1CA47C066931E1478D (TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)__result;
}
#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.TreeView_TreeNodeRenderDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNodeRenderDelegate__ctor_m22653E7B7A7E255DF0E205D8CA55356E5F5C66DF (TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * __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.TreeView_TreeNodeRenderDelegate::Invoke(FairyGUI.TreeNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNodeRenderDelegate_Invoke_mB2FECADB3C601A050F94DF260E481B3759295178 (TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, 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) (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___node0, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___node0, 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, ___node0);
else
GenericVirtActionInvoker0::Invoke(targetMethod, ___node0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___node0);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___node0);
}
}
else
{
typedef void (*FunctionPointerType) (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___node0, 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< TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * >::Invoke(targetMethod, targetThis, ___node0);
else
GenericVirtActionInvoker1< TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * >::Invoke(targetMethod, targetThis, ___node0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___node0);
else
VirtActionInvoker1< TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___node0);
}
}
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*>(___node0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___node0, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___node0, targetMethod);
}
}
}
}
}
// System.IAsyncResult FairyGUI.TreeView_TreeNodeRenderDelegate::BeginInvoke(FairyGUI.TreeNode,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TreeNodeRenderDelegate_BeginInvoke_m04D0133D800888491E8687CB2EEC1613E13AAB7E (TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___node0;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void FairyGUI.TreeView_TreeNodeRenderDelegate::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNodeRenderDelegate_EndInvoke_mAF667B4A8350CF251400579F480A0B5F1F868B1E (TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * __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.TreeView_TreeNodeWillExpandDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNodeWillExpandDelegate__ctor_m99097C121CBFB77F8F606637664E40263B3793C5 (TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * __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.TreeView_TreeNodeWillExpandDelegate::Invoke(FairyGUI.TreeNode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNodeWillExpandDelegate_Invoke_m53D44217AE85AC2E5C6DCD837C82F2C91F763F0F (TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, bool ___expand1, 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 == 2)
{
// open
typedef void (*FunctionPointerType) (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, bool, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___node0, ___expand1, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, bool, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___node0, ___expand1, targetMethod);
}
}
else if (___parameterCount != 2)
{
// 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))
GenericInterfaceActionInvoker1< bool >::Invoke(targetMethod, ___node0, ___expand1);
else
GenericVirtActionInvoker1< bool >::Invoke(targetMethod, ___node0, ___expand1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___node0, ___expand1);
else
VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___node0, ___expand1);
}
}
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*>(&___expand1) - 1), targetMethod);
}
typedef void (*FunctionPointerType) (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, bool, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___node0, ___expand1, 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))
GenericInterfaceActionInvoker2< TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, bool >::Invoke(targetMethod, targetThis, ___node0, ___expand1);
else
GenericVirtActionInvoker2< TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, bool >::Invoke(targetMethod, targetThis, ___node0, ___expand1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___node0, ___expand1);
else
VirtActionInvoker2< TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___node0, ___expand1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, bool, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___node0) - 1), ___expand1, targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, bool, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___node0, ___expand1, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB *, bool, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___node0, ___expand1, targetMethod);
}
}
}
}
}
// System.IAsyncResult FairyGUI.TreeView_TreeNodeWillExpandDelegate::BeginInvoke(FairyGUI.TreeNode,System.Boolean,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TreeNodeWillExpandDelegate_BeginInvoke_m92A46621A18DC65A459A28F4D52B0EC03A638DD6 (TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___node0, bool ___expand1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TreeNodeWillExpandDelegate_BeginInvoke_m92A46621A18DC65A459A28F4D52B0EC03A638DD6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[3] = {0};
__d_args[0] = ___node0;
__d_args[1] = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &___expand1);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void FairyGUI.TreeView_TreeNodeWillExpandDelegate::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TreeNodeWillExpandDelegate_EndInvoke_mE0F200A45512CB03E539EE582765175F4AF9592C (TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * __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.TweenConfig::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenConfig__ctor_mEC03B5B44FC058333E6B5FD35623C3DB23C2703F (TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TweenConfig__ctor_mEC03B5B44FC058333E6B5FD35623C3DB23C2703F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public TweenConfig()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// easeType = EaseType.QuadOut;
__this->set_easeType_1(5);
// startValue = new TValue();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_0 = (TValue_t82801118914234C897121D3AFA68F615837FB309 *)il2cpp_codegen_object_new(TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var);
TValue__ctor_m64A53758B49488EEE5B19822C0F8972AE50E0118(L_0, /*hidden argument*/NULL);
__this->set_startValue_4(L_0);
// endValue = new TValue();
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_1 = (TValue_t82801118914234C897121D3AFA68F615837FB309 *)il2cpp_codegen_object_new(TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var);
TValue__ctor_m64A53758B49488EEE5B19822C0F8972AE50E0118(L_1, /*hidden argument*/NULL);
__this->set_endValue_5(L_1);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FairyGUI.GTweener FairyGUI.TweenManager::CreateTween()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * TweenManager_CreateTween_mDB34E9FFC48569CC19F8E1653C676A506527FF06 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TweenManager_CreateTween_mDB34E9FFC48569CC19F8E1653C676A506527FF06_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * V_0 = NULL;
int32_t V_1 = 0;
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* V_2 = NULL;
{
// if (!_inited)
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
bool L_0 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__inited_3();
if (L_0)
{
goto IL_000c;
}
}
{
// Init();
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
TweenManager_Init_mEC6CD88867FF26BAAA534625B6FA0E04283D7B58(/*hidden argument*/NULL);
}
IL_000c:
{
// int cnt = _tweenerPool.Count;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * L_1 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__tweenerPool_1();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_mAE6B4343698B182D3B53B8125C117C2352109AF4_inline(L_1, /*hidden argument*/List_1_get_Count_mAE6B4343698B182D3B53B8125C117C2352109AF4_RuntimeMethod_var);
V_1 = L_2;
// if (cnt > 0)
int32_t L_3 = V_1;
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0038;
}
}
{
// tweener = _tweenerPool[cnt - 1];
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * L_4 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__tweenerPool_1();
int32_t L_5 = V_1;
NullCheck(L_4);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_6 = List_1_get_Item_m98CF5227607F42665304FEDC08FAEA98C8F7EABA_inline(L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/List_1_get_Item_m98CF5227607F42665304FEDC08FAEA98C8F7EABA_RuntimeMethod_var);
V_0 = L_6;
// _tweenerPool.RemoveAt(cnt - 1);
List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * L_7 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__tweenerPool_1();
int32_t L_8 = V_1;
NullCheck(L_7);
List_1_RemoveAt_m8F7E3B4FBF7CFB5C06B8E8776E1A50B49B3D0CB5(L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m8F7E3B4FBF7CFB5C06B8E8776E1A50B49B3D0CB5_RuntimeMethod_var);
// }
goto IL_003e;
}
IL_0038:
{
// tweener = new GTweener();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_9 = (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)il2cpp_codegen_object_new(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C_il2cpp_TypeInfo_var);
GTweener__ctor_m83BC158B220E1F4241DCAF3A2F6195E652D9BBCF(L_9, /*hidden argument*/NULL);
V_0 = L_9;
}
IL_003e:
{
// tweener._Init();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_10 = V_0;
NullCheck(L_10);
GTweener__Init_mEE23E9D4B73DDEFAAEC86287725F2A34724A57A4(L_10, /*hidden argument*/NULL);
// _activeTweens[_totalActiveTweens++] = tweener;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_11 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__activeTweens_0();
int32_t L_12 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__totalActiveTweens_2();
int32_t L_13 = L_12;
((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->set__totalActiveTweens_2(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)));
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_14 = V_0;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_14);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)L_14);
// if (_totalActiveTweens == _activeTweens.Length)
int32_t L_15 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__totalActiveTweens_2();
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_16 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__activeTweens_0();
NullCheck(L_16);
if ((!(((uint32_t)L_15) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length))))))))
{
goto IL_0099;
}
}
{
// GTweener[] newArray = new GTweener[_activeTweens.Length + Mathf.CeilToInt(_activeTweens.Length * 0.5f)];
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_17 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__activeTweens_0();
NullCheck(L_17);
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_18 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__activeTweens_0();
NullCheck(L_18);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_19 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)il2cpp_codegen_multiply((float)(((float)((float)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))))))), (float)(0.5f))), /*hidden argument*/NULL);
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_20 = (GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22*)(GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22*)SZArrayNew(GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))), (int32_t)L_19)));
V_2 = L_20;
// _activeTweens.CopyTo(newArray, 0);
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_21 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__activeTweens_0();
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_22 = V_2;
NullCheck((RuntimeArray *)(RuntimeArray *)L_21);
Array_CopyTo_m455300D414FFB0EBFE53EA4E8BBD31532006EBB7((RuntimeArray *)(RuntimeArray *)L_21, (RuntimeArray *)(RuntimeArray *)L_22, 0, /*hidden argument*/NULL);
// _activeTweens = newArray;
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_23 = V_2;
((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->set__activeTweens_0(L_23);
}
IL_0099:
{
// return tweener;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_24 = V_0;
return L_24;
}
}
// System.Boolean FairyGUI.TweenManager::IsTweening(System.Object,FairyGUI.TweenPropType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TweenManager_IsTweening_mC030658730BEBAC4EE45E51C172A09190145F9D2 (RuntimeObject * ___target0, int32_t ___propType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TweenManager_IsTweening_mC030658730BEBAC4EE45E51C172A09190145F9D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * V_2 = NULL;
{
// if (target == null)
RuntimeObject * L_0 = ___target0;
if (L_0)
{
goto IL_0005;
}
}
{
// return false;
return (bool)0;
}
IL_0005:
{
// bool anyType = propType == TweenPropType.None;
int32_t L_1 = ___propType1;
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
// for (int i = 0; i < _totalActiveTweens; i++)
V_1 = 0;
goto IL_003c;
}
IL_000e:
{
// GTweener tweener = _activeTweens[i];
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_2 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__activeTweens_0();
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_2 = L_5;
// if (tweener != null && tweener.target == target && !tweener._killed
// && (anyType || tweener._propType == propType))
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_6 = V_2;
if (!L_6)
{
goto IL_0038;
}
}
{
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_7 = V_2;
NullCheck(L_7);
RuntimeObject * L_8 = GTweener_get_target_m74830BEB43E2E9089B9954F70A3271DEFE326678_inline(L_7, /*hidden argument*/NULL);
RuntimeObject * L_9 = ___target0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_8) == ((RuntimeObject*)(RuntimeObject *)L_9))))
{
goto IL_0038;
}
}
{
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_10 = V_2;
NullCheck(L_10);
bool L_11 = L_10->get__killed_2();
if (L_11)
{
goto IL_0038;
}
}
{
bool L_12 = V_0;
if (L_12)
{
goto IL_0036;
}
}
{
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_13 = V_2;
NullCheck(L_13);
int32_t L_14 = L_13->get__propType_1();
int32_t L_15 = ___propType1;
if ((!(((uint32_t)L_14) == ((uint32_t)L_15))))
{
goto IL_0038;
}
}
IL_0036:
{
// return true;
return (bool)1;
}
IL_0038:
{
// for (int i = 0; i < _totalActiveTweens; i++)
int32_t L_16 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_003c:
{
// for (int i = 0; i < _totalActiveTweens; i++)
int32_t L_17 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
int32_t L_18 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__totalActiveTweens_2();
if ((((int32_t)L_17) < ((int32_t)L_18)))
{
goto IL_000e;
}
}
{
// return false;
return (bool)0;
}
}
// System.Boolean FairyGUI.TweenManager::KillTweens(System.Object,FairyGUI.TweenPropType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TweenManager_KillTweens_mBDBAB6B4961E9645C7C94DF9ADB092D5FA8A829D (RuntimeObject * ___target0, int32_t ___propType1, bool ___completed2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TweenManager_KillTweens_mBDBAB6B4961E9645C7C94DF9ADB092D5FA8A829D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
bool V_2 = false;
int32_t V_3 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * V_4 = NULL;
{
// if (target == null)
RuntimeObject * L_0 = ___target0;
if (L_0)
{
goto IL_0005;
}
}
{
// return false;
return (bool)0;
}
IL_0005:
{
// bool flag = false;
V_0 = (bool)0;
// int cnt = _totalActiveTweens;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
int32_t L_1 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__totalActiveTweens_2();
V_1 = L_1;
// bool anyType = propType == TweenPropType.None;
int32_t L_2 = ___propType1;
V_2 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
// for (int i = 0; i < cnt; i++)
V_3 = 0;
goto IL_0051;
}
IL_0016:
{
// GTweener tweener = _activeTweens[i];
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_3 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__activeTweens_0();
int32_t L_4 = V_3;
NullCheck(L_3);
int32_t L_5 = L_4;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_4 = L_6;
// if (tweener != null && tweener.target == target && !tweener._killed
// && (anyType || tweener._propType == propType))
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_7 = V_4;
if (!L_7)
{
goto IL_004d;
}
}
{
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_8 = V_4;
NullCheck(L_8);
RuntimeObject * L_9 = GTweener_get_target_m74830BEB43E2E9089B9954F70A3271DEFE326678_inline(L_8, /*hidden argument*/NULL);
RuntimeObject * L_10 = ___target0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_9) == ((RuntimeObject*)(RuntimeObject *)L_10))))
{
goto IL_004d;
}
}
{
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_11 = V_4;
NullCheck(L_11);
bool L_12 = L_11->get__killed_2();
if (L_12)
{
goto IL_004d;
}
}
{
bool L_13 = V_2;
if (L_13)
{
goto IL_0043;
}
}
{
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_14 = V_4;
NullCheck(L_14);
int32_t L_15 = L_14->get__propType_1();
int32_t L_16 = ___propType1;
if ((!(((uint32_t)L_15) == ((uint32_t)L_16))))
{
goto IL_004d;
}
}
IL_0043:
{
// tweener.Kill(completed);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_17 = V_4;
bool L_18 = ___completed2;
NullCheck(L_17);
GTweener_Kill_mCCC79DE51185B6D32A1E0C143A21275C6E8E0997(L_17, L_18, /*hidden argument*/NULL);
// flag = true;
V_0 = (bool)1;
}
IL_004d:
{
// for (int i = 0; i < cnt; i++)
int32_t L_19 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_0051:
{
// for (int i = 0; i < cnt; i++)
int32_t L_20 = V_3;
int32_t L_21 = V_1;
if ((((int32_t)L_20) < ((int32_t)L_21)))
{
goto IL_0016;
}
}
{
// return flag;
bool L_22 = V_0;
return L_22;
}
}
// FairyGUI.GTweener FairyGUI.TweenManager::GetTween(System.Object,FairyGUI.TweenPropType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * TweenManager_GetTween_m799F4E4297D2709E8D767EE15B7641F9C42D2328 (RuntimeObject * ___target0, int32_t ___propType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TweenManager_GetTween_m799F4E4297D2709E8D767EE15B7641F9C42D2328_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * V_3 = NULL;
{
// if (target == null)
RuntimeObject * L_0 = ___target0;
if (L_0)
{
goto IL_0005;
}
}
{
// return null;
return (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL;
}
IL_0005:
{
// int cnt = _totalActiveTweens;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
int32_t L_1 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__totalActiveTweens_2();
V_0 = L_1;
// bool anyType = propType == TweenPropType.None;
int32_t L_2 = ___propType1;
V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_0042;
}
IL_0014:
{
// GTweener tweener = _activeTweens[i];
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_3 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__activeTweens_0();
int32_t L_4 = V_2;
NullCheck(L_3);
int32_t L_5 = L_4;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_3 = L_6;
// if (tweener != null && tweener.target == target && !tweener._killed
// && (anyType || tweener._propType == propType))
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_7 = V_3;
if (!L_7)
{
goto IL_003e;
}
}
{
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_8 = V_3;
NullCheck(L_8);
RuntimeObject * L_9 = GTweener_get_target_m74830BEB43E2E9089B9954F70A3271DEFE326678_inline(L_8, /*hidden argument*/NULL);
RuntimeObject * L_10 = ___target0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_9) == ((RuntimeObject*)(RuntimeObject *)L_10))))
{
goto IL_003e;
}
}
{
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_11 = V_3;
NullCheck(L_11);
bool L_12 = L_11->get__killed_2();
if (L_12)
{
goto IL_003e;
}
}
{
bool L_13 = V_1;
if (L_13)
{
goto IL_003c;
}
}
{
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_14 = V_3;
NullCheck(L_14);
int32_t L_15 = L_14->get__propType_1();
int32_t L_16 = ___propType1;
if ((!(((uint32_t)L_15) == ((uint32_t)L_16))))
{
goto IL_003e;
}
}
IL_003c:
{
// return tweener;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_17 = V_3;
return L_17;
}
IL_003e:
{
// for (int i = 0; i < cnt; i++)
int32_t L_18 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_0042:
{
// for (int i = 0; i < cnt; i++)
int32_t L_19 = V_2;
int32_t L_20 = V_0;
if ((((int32_t)L_19) < ((int32_t)L_20)))
{
goto IL_0014;
}
}
{
// return null;
return (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL;
}
}
// System.Void FairyGUI.TweenManager::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenManager_Update_mD4BDAB201318BE4BC79DAE2F043708C2CD688241 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TweenManager_Update_mD4BDAB201318BE4BC79DAE2F043708C2CD688241_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
// int cnt = _totalActiveTweens;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
int32_t L_0 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__totalActiveTweens_2();
V_0 = L_0;
// int freePosStart = -1;
V_1 = (-1);
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_009d;
}
IL_000f:
{
// GTweener tweener = _activeTweens[i];
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_1 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__activeTweens_0();
int32_t L_2 = V_2;
NullCheck(L_1);
int32_t L_3 = L_2;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_3 = L_4;
// if (tweener == null)
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_5 = V_3;
if (L_5)
{
goto IL_0022;
}
}
{
// if (freePosStart == -1)
int32_t L_6 = V_1;
if ((!(((uint32_t)L_6) == ((uint32_t)(-1)))))
{
goto IL_0099;
}
}
{
// freePosStart = i;
int32_t L_7 = V_2;
V_1 = L_7;
// }
goto IL_0099;
}
IL_0022:
{
// else if (tweener._killed)
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_8 = V_3;
NullCheck(L_8);
bool L_9 = L_8->get__killed_2();
if (!L_9)
{
goto IL_004b;
}
}
{
// tweener._Reset();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_10 = V_3;
NullCheck(L_10);
GTweener__Reset_mCA748E36ED3A31C2EA4C5A74034A958A07A8A050(L_10, /*hidden argument*/NULL);
// _tweenerPool.Add(tweener);
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * L_11 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__tweenerPool_1();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_12 = V_3;
NullCheck(L_11);
List_1_Add_mD4E2E83E118DF3B5683660E8CD3CE8073F84D85D(L_11, L_12, /*hidden argument*/List_1_Add_mD4E2E83E118DF3B5683660E8CD3CE8073F84D85D_RuntimeMethod_var);
// _activeTweens[i] = null;
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_13 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__activeTweens_0();
int32_t L_14 = V_2;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, NULL);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL);
// if (freePosStart == -1)
int32_t L_15 = V_1;
if ((!(((uint32_t)L_15) == ((uint32_t)(-1)))))
{
goto IL_0099;
}
}
{
// freePosStart = i;
int32_t L_16 = V_2;
V_1 = L_16;
// }
goto IL_0099;
}
IL_004b:
{
// if ((tweener._target is GObject) && ((GObject)tweener._target)._disposed)
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_17 = V_3;
NullCheck(L_17);
RuntimeObject * L_18 = L_17->get__target_0();
if (!((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)IsInstClass((RuntimeObject*)L_18, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var)))
{
goto IL_0073;
}
}
{
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_19 = V_3;
NullCheck(L_19);
RuntimeObject * L_20 = L_19->get__target_0();
NullCheck(((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)CastclassClass((RuntimeObject*)L_20, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var)));
bool L_21 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)CastclassClass((RuntimeObject*)L_20, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var))->get__disposed_67();
if (!L_21)
{
goto IL_0073;
}
}
{
// tweener._killed = true;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_22 = V_3;
NullCheck(L_22);
L_22->set__killed_2((bool)1);
goto IL_0081;
}
IL_0073:
{
// else if (!tweener._paused)
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_23 = V_3;
NullCheck(L_23);
bool L_24 = L_23->get__paused_3();
if (L_24)
{
goto IL_0081;
}
}
{
// tweener._Update();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_25 = V_3;
NullCheck(L_25);
GTweener__Update_mCC588312F509555A5BC1618F5785975D640B226D(L_25, /*hidden argument*/NULL);
}
IL_0081:
{
// if (freePosStart != -1)
int32_t L_26 = V_1;
if ((((int32_t)L_26) == ((int32_t)(-1))))
{
goto IL_0099;
}
}
{
// _activeTweens[freePosStart] = tweener;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_27 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__activeTweens_0();
int32_t L_28 = V_1;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_29 = V_3;
NullCheck(L_27);
ArrayElementTypeCheck (L_27, L_29);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(L_28), (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)L_29);
// _activeTweens[i] = null;
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_30 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__activeTweens_0();
int32_t L_31 = V_2;
NullCheck(L_30);
ArrayElementTypeCheck (L_30, NULL);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(L_31), (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL);
// freePosStart++;
int32_t L_32 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
}
IL_0099:
{
// 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_009d:
{
// for (int i = 0; i < cnt; i++)
int32_t L_34 = V_2;
int32_t L_35 = V_0;
if ((((int32_t)L_34) < ((int32_t)L_35)))
{
goto IL_000f;
}
}
{
// if (freePosStart >= 0)
int32_t L_36 = V_1;
if ((((int32_t)L_36) < ((int32_t)0)))
{
goto IL_00f3;
}
}
{
// if (_totalActiveTweens != cnt) //new tweens added
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
int32_t L_37 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__totalActiveTweens_2();
int32_t L_38 = V_0;
if ((((int32_t)L_37) == ((int32_t)L_38)))
{
goto IL_00ed;
}
}
{
// int j = cnt;
int32_t L_39 = V_0;
V_4 = L_39;
// cnt = _totalActiveTweens - cnt;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
int32_t L_40 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__totalActiveTweens_2();
int32_t L_41 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41));
// for (int i = 0; i < cnt; i++)
V_5 = 0;
goto IL_00e8;
}
IL_00c0:
{
// _activeTweens[freePosStart++] = _activeTweens[j];
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_42 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__activeTweens_0();
int32_t L_43 = V_1;
int32_t L_44 = L_43;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_45 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__activeTweens_0();
int32_t L_46 = V_4;
NullCheck(L_45);
int32_t L_47 = L_46;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_48 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
NullCheck(L_42);
ArrayElementTypeCheck (L_42, L_48);
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(L_44), (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)L_48);
// _activeTweens[j] = null;
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_49 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__activeTweens_0();
int32_t L_50 = V_4;
NullCheck(L_49);
ArrayElementTypeCheck (L_49, NULL);
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(L_50), (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL);
// j++;
int32_t L_51 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
// for (int i = 0; i < cnt; i++)
int32_t L_52 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1));
}
IL_00e8:
{
// for (int i = 0; i < cnt; i++)
int32_t L_53 = V_5;
int32_t L_54 = V_0;
if ((((int32_t)L_53) < ((int32_t)L_54)))
{
goto IL_00c0;
}
}
IL_00ed:
{
// _totalActiveTweens = freePosStart;
int32_t L_55 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->set__totalActiveTweens_2(L_55);
}
IL_00f3:
{
// }
return;
}
}
// System.Void FairyGUI.TweenManager::Clean()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenManager_Clean_m02561EA80D96D8B09553F8E1067181A1A6C6CD49 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TweenManager_Clean_m02561EA80D96D8B09553F8E1067181A1A6C6CD49_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _tweenerPool.Clear();
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * L_0 = ((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->get__tweenerPool_1();
NullCheck(L_0);
List_1_Clear_m5D52117423535CB5EE6416A08A3D38D2C67488C8(L_0, /*hidden argument*/List_1_Clear_m5D52117423535CB5EE6416A08A3D38D2C67488C8_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.TweenManager::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenManager_Init_mEC6CD88867FF26BAAA534625B6FA0E04283D7B58 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TweenManager_Init_mEC6CD88867FF26BAAA534625B6FA0E04283D7B58_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _inited = true;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->set__inited_3((bool)1);
// if (Application.isPlaying)
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_0031;
}
}
{
// GameObject gameObject = new GameObject("[FairyGUI.TweenManager]");
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)il2cpp_codegen_object_new(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var);
GameObject__ctor_mBB454E679AD9CF0B84D3609A01E6A9753ACF4686(L_1, _stringLiteral986E3A1FEC099E52741EF3829D7F41A5F0925EE3, /*hidden argument*/NULL);
// gameObject.hideFlags = HideFlags.HideInHierarchy;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = L_1;
NullCheck(L_2);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_2, 1, /*hidden argument*/NULL);
// gameObject.SetActive(true);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = L_2;
NullCheck(L_3);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_3, (bool)1, /*hidden argument*/NULL);
// Object.DontDestroyOnLoad(gameObject);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = L_3;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DontDestroyOnLoad_m4DC90770AD6084E4B1B8489C6B41205DC020C207(L_4, /*hidden argument*/NULL);
// gameObject.AddComponent<TweenEngine>();
NullCheck(L_4);
GameObject_AddComponent_TisTweenEngine_tDAD1112226D38D6B00E07A6AE2F6148D72DC1A92_m480385373AD36C125E84887040758BC8025376A3(L_4, /*hidden argument*/GameObject_AddComponent_TisTweenEngine_tDAD1112226D38D6B00E07A6AE2F6148D72DC1A92_m480385373AD36C125E84887040758BC8025376A3_RuntimeMethod_var);
}
IL_0031:
{
// }
return;
}
}
// System.Void FairyGUI.TweenManager::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenManager__cctor_mA59DBDABEA769A247234D2B2EBACC9122FBC9214 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TweenManager__cctor_mA59DBDABEA769A247234D2B2EBACC9122FBC9214_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static GTweener[] _activeTweens = new GTweener[30];
GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* L_0 = (GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22*)(GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22*)SZArrayNew(GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30));
((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->set__activeTweens_0(L_0);
// static List<GTweener> _tweenerPool = new List<GTweener>(30);
List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * L_1 = (List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C *)il2cpp_codegen_object_new(List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C_il2cpp_TypeInfo_var);
List_1__ctor_m13200EC88E521A479191631946DB38F8F20CE955(L_1, ((int32_t)30), /*hidden argument*/List_1__ctor_m13200EC88E521A479191631946DB38F8F20CE955_RuntimeMethod_var);
((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->set__tweenerPool_1(L_1);
// static int _totalActiveTweens = 0;
((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->set__totalActiveTweens_2(0);
// static bool _inited = false;
((TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields*)il2cpp_codegen_static_fields_for(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var))->set__inited_3((bool)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.TweenManager_TweenEngine::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenEngine_Update_m6E5FCDA0974A400611C53F9A821033BCF47A4F21 (TweenEngine_tDAD1112226D38D6B00E07A6AE2F6148D72DC1A92 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TweenEngine_Update_m6E5FCDA0974A400611C53F9A821033BCF47A4F21_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// TweenManager.Update();
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
TweenManager_Update_mD4BDAB201318BE4BC79DAE2F043708C2CD688241(/*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TweenManager_TweenEngine::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenEngine__ctor_m81FAA966C18C6C6E76644244E7CA03DF59299982 (TweenEngine_tDAD1112226D38D6B00E07A6AE2F6148D72DC1A92 * __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
#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.TweenPropTypeUtils::SetProps(System.Object,FairyGUI.TweenPropType,FairyGUI.TweenValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenPropTypeUtils_SetProps_m7D66A161361B29380CEFED2A1D2CDA9155C9DB30 (RuntimeObject * ___target0, int32_t ___propType1, TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ___value2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TweenPropTypeUtils_SetProps_m7D66A161361B29380CEFED2A1D2CDA9155C9DB30_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_0 = NULL;
{
// GObject g = target as GObject;
RuntimeObject * L_0 = ___target0;
V_0 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)IsInstClass((RuntimeObject*)L_0, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var));
// if (g == null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = V_0;
if (L_1)
{
goto IL_000b;
}
}
{
// return;
return;
}
IL_000b:
{
// switch (propType)
int32_t L_2 = ___propType1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)))
{
case 0:
{
goto IL_0054;
}
case 1:
{
goto IL_0061;
}
case 2:
{
goto IL_006e;
}
case 3:
{
goto IL_007b;
}
case 4:
{
goto IL_0088;
}
case 5:
{
goto IL_0095;
}
case 6:
{
goto IL_00a2;
}
case 7:
{
goto IL_00af;
}
case 8:
{
goto IL_00bc;
}
case 9:
{
goto IL_00c9;
}
case 10:
{
goto IL_00d6;
}
case 11:
{
goto IL_00e3;
}
case 12:
{
goto IL_00f0;
}
case 13:
{
goto IL_00fd;
}
case 14:
{
goto IL_010a;
}
case 15:
{
goto IL_0117;
}
}
}
{
return;
}
IL_0054:
{
// g.x = value.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = V_0;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_4 = ___value2;
NullCheck(L_4);
float L_5 = L_4->get_x_0();
NullCheck(L_3);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_3, L_5, /*hidden argument*/NULL);
// break;
return;
}
IL_0061:
{
// g.y = value.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = V_0;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_7 = ___value2;
NullCheck(L_7);
float L_8 = L_7->get_x_0();
NullCheck(L_6);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(L_6, L_8, /*hidden argument*/NULL);
// break;
return;
}
IL_006e:
{
// g.z = value.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = V_0;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_10 = ___value2;
NullCheck(L_10);
float L_11 = L_10->get_x_0();
NullCheck(L_9);
GObject_set_z_m837418AC95E4F0A2179D9453D55A529F0C7CEFF8(L_9, L_11, /*hidden argument*/NULL);
// break;
return;
}
IL_007b:
{
// g.xy = value.vec2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = V_0;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_13 = ___value2;
NullCheck(L_13);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = TweenValue_get_vec2_mD9CA082B7A3CCB6E90698E1E07DC209151754877(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
GObject_set_xy_mE9FF4BB0E0A552C09BF033BED9610CD03B63F518(L_12, L_14, /*hidden argument*/NULL);
// break;
return;
}
IL_0088:
{
// g.position = value.vec3;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = V_0;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_16 = ___value2;
NullCheck(L_16);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_17 = TweenValue_get_vec3_m8C89FDFF3513409A3C3A18691B91D159FADC9FDB(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
GObject_set_position_m16C085FE0353DC8750FA6A6868176292015CFF79(L_15, L_17, /*hidden argument*/NULL);
// break;
return;
}
IL_0095:
{
// g.width = value.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_18 = V_0;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_19 = ___value2;
NullCheck(L_19);
float L_20 = L_19->get_x_0();
NullCheck(L_18);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_18, L_20, /*hidden argument*/NULL);
// break;
return;
}
IL_00a2:
{
// g.height = value.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = V_0;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_22 = ___value2;
NullCheck(L_22);
float L_23 = L_22->get_x_0();
NullCheck(L_21);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_21, L_23, /*hidden argument*/NULL);
// break;
return;
}
IL_00af:
{
// g.size = value.vec2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_24 = V_0;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_25 = ___value2;
NullCheck(L_25);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_26 = TweenValue_get_vec2_mD9CA082B7A3CCB6E90698E1E07DC209151754877(L_25, /*hidden argument*/NULL);
NullCheck(L_24);
GObject_set_size_m1CB9011B43CBB8568C85165B772EEE564BAF5497(L_24, L_26, /*hidden argument*/NULL);
// break;
return;
}
IL_00bc:
{
// g.scaleX = value.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_27 = V_0;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_28 = ___value2;
NullCheck(L_28);
float L_29 = L_28->get_x_0();
NullCheck(L_27);
GObject_set_scaleX_m84CE6C83796343749884F3B5CC29561902590B7F(L_27, L_29, /*hidden argument*/NULL);
// break;
return;
}
IL_00c9:
{
// g.scaleY = value.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_30 = V_0;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_31 = ___value2;
NullCheck(L_31);
float L_32 = L_31->get_x_0();
NullCheck(L_30);
GObject_set_scaleY_m7AAC870C991683A4BE7D669F87ED94DAF28CEEBA(L_30, L_32, /*hidden argument*/NULL);
// break;
return;
}
IL_00d6:
{
// g.scale = value.vec2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_33 = V_0;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_34 = ___value2;
NullCheck(L_34);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_35 = TweenValue_get_vec2_mD9CA082B7A3CCB6E90698E1E07DC209151754877(L_34, /*hidden argument*/NULL);
NullCheck(L_33);
GObject_set_scale_mFAD6AF12CA9731BDE5B22CB33DF022B1DA7B9F05(L_33, L_35, /*hidden argument*/NULL);
// break;
return;
}
IL_00e3:
{
// g.rotation = value.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_36 = V_0;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_37 = ___value2;
NullCheck(L_37);
float L_38 = L_37->get_x_0();
NullCheck(L_36);
GObject_set_rotation_mA51AEE14CE640813F5CFD2AEB22F0B9B144A8656(L_36, L_38, /*hidden argument*/NULL);
// break;
return;
}
IL_00f0:
{
// g.rotationX = value.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_39 = V_0;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_40 = ___value2;
NullCheck(L_40);
float L_41 = L_40->get_x_0();
NullCheck(L_39);
GObject_set_rotationX_m1E42C64CA3D1FB8316EADA75A7FB8139463DB6E0(L_39, L_41, /*hidden argument*/NULL);
// break;
return;
}
IL_00fd:
{
// g.rotationY = value.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_42 = V_0;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_43 = ___value2;
NullCheck(L_43);
float L_44 = L_43->get_x_0();
NullCheck(L_42);
GObject_set_rotationY_m9D791A2B345C2CA07BA7438BFEBF99271F367171(L_42, L_44, /*hidden argument*/NULL);
// break;
return;
}
IL_010a:
{
// g.alpha = value.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_45 = V_0;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_46 = ___value2;
NullCheck(L_46);
float L_47 = L_46->get_x_0();
NullCheck(L_45);
GObject_set_alpha_mE76A3DE78DC4966BE131A71354323E4C3383BF1D(L_45, L_47, /*hidden argument*/NULL);
// break;
return;
}
IL_0117:
{
// g.asProgress.Update(value.d);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_48 = V_0;
NullCheck(L_48);
GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * L_49 = GObject_get_asProgress_m70B56A632D6DAFF43D3CB1B37B939461BE9624F8(L_48, /*hidden argument*/NULL);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_50 = ___value2;
NullCheck(L_50);
double L_51 = L_50->get_d_4();
NullCheck(L_49);
GProgressBar_Update_mC0F9FF5EB1C2014B42C32723E39A45288E38B8D2(L_49, L_51, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TweenPropTypeUtils::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenPropTypeUtils__ctor_m76472F0723673EAE86105ED7977B07365482DC42 (TweenPropTypeUtils_tEDC4635BD363AC34D50815F0BE07C0FFF3D75316 * __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.TweenValue::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenValue__ctor_m27EFB98E6D9A0173C138AF3D3EE8505C33594202 (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, const RuntimeMethod* method)
{
{
// public TweenValue()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.Vector2 FairyGUI.TweenValue::get_vec2()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TweenValue_get_vec2_mD9CA082B7A3CCB6E90698E1E07DC209151754877 (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, const RuntimeMethod* method)
{
{
// get { return new Vector2(x, y); }
float L_0 = __this->get_x_0();
float L_1 = __this->get_y_1();
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.TweenValue::set_vec2(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenValue_set_vec2_m9B9A0CAC043710945674243679646FBA17F2C86A (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// x = value.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
float L_1 = L_0.get_x_0();
__this->set_x_0(L_1);
// y = value.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___value0;
float L_3 = L_2.get_y_1();
__this->set_y_1(L_3);
// }
return;
}
}
// UnityEngine.Vector3 FairyGUI.TweenValue::get_vec3()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 TweenValue_get_vec3_m8C89FDFF3513409A3C3A18691B91D159FADC9FDB (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, const RuntimeMethod* method)
{
{
// get { return new Vector3(x, y, z); }
float L_0 = __this->get_x_0();
float L_1 = __this->get_y_1();
float L_2 = __this->get_z_2();
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.TweenValue::set_vec3(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenValue_set_vec3_m845C0968E3D3BA358323BDB1AABDA54D008276E8 (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method)
{
{
// x = value.x;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___value0;
float L_1 = L_0.get_x_2();
__this->set_x_0(L_1);
// y = value.y;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ___value0;
float L_3 = L_2.get_y_3();
__this->set_y_1(L_3);
// z = value.z;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = ___value0;
float L_5 = L_4.get_z_4();
__this->set_z_2(L_5);
// }
return;
}
}
// UnityEngine.Vector4 FairyGUI.TweenValue::get_vec4()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E TweenValue_get_vec4_m41BE58BDA6B2DBD6BCF8F36CCE71A9BBDD067D1F (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, const RuntimeMethod* method)
{
{
// get { return new Vector4(x, y, z, w); }
float L_0 = __this->get_x_0();
float L_1 = __this->get_y_1();
float L_2 = __this->get_z_2();
float L_3 = __this->get_w_3();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_4;
memset((&L_4), 0, sizeof(L_4));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void FairyGUI.TweenValue::set_vec4(UnityEngine.Vector4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenValue_set_vec4_m598223F6643245AE463C8E999AB43C08A34B91A9 (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value0, const RuntimeMethod* method)
{
{
// x = value.x;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_0 = ___value0;
float L_1 = L_0.get_x_1();
__this->set_x_0(L_1);
// y = value.y;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_2 = ___value0;
float L_3 = L_2.get_y_2();
__this->set_y_1(L_3);
// z = value.z;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_4 = ___value0;
float L_5 = L_4.get_z_3();
__this->set_z_2(L_5);
// w = value.w;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_6 = ___value0;
float L_7 = L_6.get_w_4();
__this->set_w_3(L_7);
// }
return;
}
}
// UnityEngine.Color FairyGUI.TweenValue::get_color()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 TweenValue_get_color_m14A07EB8577CCF8CD054E40EC7906DC9CAE0343B (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, const RuntimeMethod* method)
{
{
// get { return new Color(x, y, z, w); }
float L_0 = __this->get_x_0();
float L_1 = __this->get_y_1();
float L_2 = __this->get_z_2();
float L_3 = __this->get_w_3();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4;
memset((&L_4), 0, sizeof(L_4));
Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_4), L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void FairyGUI.TweenValue::set_color(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenValue_set_color_m308DC46FAB9ABF05DD70853ADF745E82927ED36F (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// x = value.r;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
float L_1 = L_0.get_r_0();
__this->set_x_0(L_1);
// y = value.g;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = ___value0;
float L_3 = L_2.get_g_1();
__this->set_y_1(L_3);
// z = value.b;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = ___value0;
float L_5 = L_4.get_b_2();
__this->set_z_2(L_5);
// w = value.a;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_6 = ___value0;
float L_7 = L_6.get_a_3();
__this->set_w_3(L_7);
// }
return;
}
}
// System.Single FairyGUI.TweenValue::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TweenValue_get_Item_m7FAF335C897B075C89EB20956DD2A8CFF0437492 (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TweenValue_get_Item_m7FAF335C897B075C89EB20956DD2A8CFF0437492_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// switch (index)
int32_t L_0 = ___index0;
switch (L_0)
{
case 0:
{
goto IL_0018;
}
case 1:
{
goto IL_001f;
}
case 2:
{
goto IL_0026;
}
case 3:
{
goto IL_002d;
}
}
}
{
goto IL_0034;
}
IL_0018:
{
// return x;
float L_1 = __this->get_x_0();
return L_1;
}
IL_001f:
{
// return y;
float L_2 = __this->get_y_1();
return L_2;
}
IL_0026:
{
// return z;
float L_3 = __this->get_z_2();
return L_3;
}
IL_002d:
{
// return w;
float L_4 = __this->get_w_3();
return L_4;
}
IL_0034:
{
// throw new System.Exception("Index out of bounds: " + index);
int32_t L_5 = ___index0;
int32_t L_6 = L_5;
RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6);
String_t* L_8 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral7492A4B8A404C2C59D63DF6A249CCF270A1FADDF, L_7, /*hidden argument*/NULL);
Exception_t * L_9 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, TweenValue_get_Item_m7FAF335C897B075C89EB20956DD2A8CFF0437492_RuntimeMethod_var);
}
}
// System.Void FairyGUI.TweenValue::set_Item(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenValue_set_Item_m63A59F0385ED4EE5B8D3199378C10710D7E9EC11 (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, int32_t ___index0, float ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TweenValue_set_Item_m63A59F0385ED4EE5B8D3199378C10710D7E9EC11_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// switch (index)
int32_t L_0 = ___index0;
switch (L_0)
{
case 0:
{
goto IL_0018;
}
case 1:
{
goto IL_0020;
}
case 2:
{
goto IL_0028;
}
case 3:
{
goto IL_0030;
}
}
}
{
goto IL_0038;
}
IL_0018:
{
// x = value;
float L_1 = ___value1;
__this->set_x_0(L_1);
// break;
return;
}
IL_0020:
{
// y = value;
float L_2 = ___value1;
__this->set_y_1(L_2);
// break;
return;
}
IL_0028:
{
// z = value;
float L_3 = ___value1;
__this->set_z_2(L_3);
// break;
return;
}
IL_0030:
{
// w = value;
float L_4 = ___value1;
__this->set_w_3(L_4);
// break;
return;
}
IL_0038:
{
// throw new System.Exception("Index out of bounds: " + index);
int32_t L_5 = ___index0;
int32_t L_6 = L_5;
RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6);
String_t* L_8 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral7492A4B8A404C2C59D63DF6A249CCF270A1FADDF, L_7, /*hidden argument*/NULL);
Exception_t * L_9 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, TweenValue_set_Item_m63A59F0385ED4EE5B8D3199378C10710D7E9EC11_RuntimeMethod_var);
}
}
// System.Void FairyGUI.TweenValue::SetZero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenValue_SetZero_m9ACF35A775672BCEE5ADE0A3059F87AE91843F80 (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// x = y = z = w = 0;
float L_0 = (0.0f);
V_0 = L_0;
__this->set_w_3(L_0);
float L_1 = V_0;
float L_2 = L_1;
V_0 = L_2;
__this->set_z_2(L_2);
float L_3 = V_0;
float L_4 = L_3;
V_0 = L_4;
__this->set_y_1(L_4);
float L_5 = V_0;
__this->set_x_0(L_5);
// d = 0;
__this->set_d_4((0.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.TypingEffect::.ctor(FairyGUI.TextField)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypingEffect__ctor_m36EC709FB96C62246B20AA728DA232708B563CE6 (TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * __this, TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * ___textField0, const RuntimeMethod* method)
{
{
// public TypingEffect(TextField textField)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _textField = textField;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = ___textField0;
__this->set__textField_0(L_0);
// _textField.EnableCharPositionSupport();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_1 = __this->get__textField_0();
NullCheck(L_1);
TextField_EnableCharPositionSupport_mC7182B6CF7CBD058F6DF55173C938F6A87C84C0A(L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TypingEffect::.ctor(FairyGUI.GTextField)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypingEffect__ctor_m6D7DA420207FCF6F7E9304377CD35E30C65A030D (TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * __this, GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * ___textField0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypingEffect__ctor_m6D7DA420207FCF6F7E9304377CD35E30C65A030D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public TypingEffect(GTextField textField)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// if (textField is GRichTextField)
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_0 = ___textField0;
if (!((GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F *)IsInstClass((RuntimeObject*)L_0, GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F_il2cpp_TypeInfo_var)))
{
goto IL_0026;
}
}
{
// _textField = ((RichTextField)textField.displayObject).textField;
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_1 = ___textField0;
NullCheck(L_1);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_1, /*hidden argument*/NULL);
NullCheck(((RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 *)CastclassClass((RuntimeObject*)L_2, RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294_il2cpp_TypeInfo_var)));
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_3 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(((RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 *)CastclassClass((RuntimeObject*)L_2, RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
__this->set__textField_0(L_3);
goto IL_0037;
}
IL_0026:
{
// _textField = (TextField)textField.displayObject;
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_4 = ___textField0;
NullCheck(L_4);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_4, /*hidden argument*/NULL);
__this->set__textField_0(((TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D *)CastclassClass((RuntimeObject*)L_5, TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var)));
}
IL_0037:
{
// _textField.EnableCharPositionSupport();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_6 = __this->get__textField_0();
NullCheck(L_6);
TextField_EnableCharPositionSupport_mC7182B6CF7CBD058F6DF55173C938F6A87C84C0A(L_6, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TypingEffect::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypingEffect_Start_m1A0A2BE406C551A8A4374770E3345DD5B595747D (TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypingEffect_Start_m1A0A2BE406C551A8A4374770E3345DD5B595747D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_7;
memset((&V_7), 0, sizeof(V_7));
int32_t V_8 = 0;
TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * G_B18_0 = NULL;
TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * G_B17_0 = NULL;
int32_t G_B19_0 = 0;
TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * G_B19_1 = NULL;
TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * G_B21_0 = NULL;
TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * G_B20_0 = NULL;
int32_t G_B22_0 = 0;
TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * G_B22_1 = NULL;
{
// _textField.graphics.meshModifier -= OnMeshModified;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_0();
NullCheck(L_0);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_0, /*hidden argument*/NULL);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_2 = L_1;
NullCheck(L_2);
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * L_3 = L_2->get_meshModifier_6();
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * L_4 = (MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 *)il2cpp_codegen_object_new(MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15_il2cpp_TypeInfo_var);
MeshModifier__ctor_m2C89D1A3E14197B70DC3A18D18B17D5BBC487442(L_4, __this, (intptr_t)((intptr_t)TypingEffect_OnMeshModified_m3381AD2B7E845AE462430759FA92A8FD8155EAA5_RuntimeMethod_var), /*hidden argument*/NULL);
Delegate_t * L_5 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_3, L_4, /*hidden argument*/NULL);
NullCheck(L_2);
L_2->set_meshModifier_6(((MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 *)CastclassSealed((RuntimeObject*)L_5, MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15_il2cpp_TypeInfo_var)));
// _textField.Redraw();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_6 = __this->get__textField_0();
NullCheck(L_6);
TextField_Redraw_mDCF332C7214C3EE82AF96B9D3BE1947F5B51BBEA(L_6, /*hidden argument*/NULL);
// _textField.graphics.meshModifier += OnMeshModified;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_7 = __this->get__textField_0();
NullCheck(L_7);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_8 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_7, /*hidden argument*/NULL);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_9 = L_8;
NullCheck(L_9);
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * L_10 = L_9->get_meshModifier_6();
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * L_11 = (MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 *)il2cpp_codegen_object_new(MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15_il2cpp_TypeInfo_var);
MeshModifier__ctor_m2C89D1A3E14197B70DC3A18D18B17D5BBC487442(L_11, __this, (intptr_t)((intptr_t)TypingEffect_OnMeshModified_m3381AD2B7E845AE462430759FA92A8FD8155EAA5_RuntimeMethod_var), /*hidden argument*/NULL);
Delegate_t * L_12 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_10, L_11, /*hidden argument*/NULL);
NullCheck(L_9);
L_9->set_meshModifier_6(((MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 *)CastclassSealed((RuntimeObject*)L_12, MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15_il2cpp_TypeInfo_var)));
// _stroke = false;
__this->set__stroke_3((bool)0);
// _shadow = false;
__this->set__shadow_4((bool)0);
// _strokeDrawDirs = 4;
__this->set__strokeDrawDirs_8(4);
// _mainLayerStart = 0;
__this->set__mainLayerStart_6(0);
// _mainLayerVertCount = 0;
__this->set__mainLayerVertCount_10(0);
// _printIndex = 0;
__this->set__printIndex_5(0);
// _vertIndex = 0;
__this->set__vertIndex_9(0);
// _started = true;
__this->set__started_11((bool)1);
// int vertCount = _textField.graphics.mesh.vertexCount;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_13 = __this->get__textField_0();
NullCheck(L_13);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_14 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_13, /*hidden argument*/NULL);
NullCheck(L_14);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_15 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
int32_t L_16 = Mesh_get_vertexCount_mE6F1153EA724F831AD11F10807ABE664CC02E0AF(L_15, /*hidden argument*/NULL);
V_0 = L_16;
// _backupVerts = _textField.graphics.mesh.vertices;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_17 = __this->get__textField_0();
NullCheck(L_17);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_18 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_17, /*hidden argument*/NULL);
NullCheck(L_18);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_19 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(L_18, /*hidden argument*/NULL);
NullCheck(L_19);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_20 = Mesh_get_vertices_m7D07DC0F071C142B87F675B148FC0F7A243238B9(L_19, /*hidden argument*/NULL);
__this->set__backupVerts_1(L_20);
// if (_vertices == null || _vertices.Length != vertCount)
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_21 = __this->get__vertices_2();
if (!L_21)
{
goto IL_00e0;
}
}
{
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_22 = __this->get__vertices_2();
NullCheck(L_22);
int32_t L_23 = V_0;
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))))) == ((int32_t)L_23)))
{
goto IL_00ec;
}
}
IL_00e0:
{
// _vertices = new Vector3[vertCount];
int32_t L_24 = V_0;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_25 = (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)SZArrayNew(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28_il2cpp_TypeInfo_var, (uint32_t)L_24);
__this->set__vertices_2(L_25);
}
IL_00ec:
{
// Vector3 zero = Vector3.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_26 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
V_1 = L_26;
// for (int i = 0; i < vertCount; i++)
V_3 = 0;
goto IL_0107;
}
IL_00f6:
{
// _vertices[i] = zero;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_27 = __this->get__vertices_2();
int32_t L_28 = V_3;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_29 = V_1;
NullCheck(L_27);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(L_28), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_29);
// for (int i = 0; i < vertCount; i++)
int32_t L_30 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_0107:
{
// for (int i = 0; i < vertCount; i++)
int32_t L_31 = V_3;
int32_t L_32 = V_0;
if ((((int32_t)L_31) < ((int32_t)L_32)))
{
goto IL_00f6;
}
}
{
// _textField.graphics.mesh.vertices = _vertices;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_33 = __this->get__textField_0();
NullCheck(L_33);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_34 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_33, /*hidden argument*/NULL);
NullCheck(L_34);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_35 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(L_34, /*hidden argument*/NULL);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_36 = __this->get__vertices_2();
NullCheck(L_35);
Mesh_set_vertices_mC1406AE08BC3495F3B0E29B53BACC9FD7BA685C6(L_35, L_36, /*hidden argument*/NULL);
// if (_textField.richTextField != null)
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_37 = __this->get__textField_0();
NullCheck(L_37);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_38 = TextField_get_richTextField_m0B9775D542EB8954EBFF0FF27266B3613C7C3532_inline(L_37, /*hidden argument*/NULL);
if (!L_38)
{
goto IL_0169;
}
}
{
// int ec = _textField.richTextField.htmlElementCount;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_39 = __this->get__textField_0();
NullCheck(L_39);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_40 = TextField_get_richTextField_m0B9775D542EB8954EBFF0FF27266B3613C7C3532_inline(L_39, /*hidden argument*/NULL);
NullCheck(L_40);
int32_t L_41 = RichTextField_get_htmlElementCount_mE398D110BD9CA7E6E011E47F01EB154A37F031C6(L_40, /*hidden argument*/NULL);
V_4 = L_41;
// for (int i = 0; i < ec; i++)
V_5 = 0;
goto IL_0163;
}
IL_014a:
{
// _textField.richTextField.ShowHtmlObject(i, false);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_42 = __this->get__textField_0();
NullCheck(L_42);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_43 = TextField_get_richTextField_m0B9775D542EB8954EBFF0FF27266B3613C7C3532_inline(L_42, /*hidden argument*/NULL);
int32_t L_44 = V_5;
NullCheck(L_43);
RichTextField_ShowHtmlObject_m002F34A039A0A824FFE31DFFC7C07BDF8F2C4F4F(L_43, L_44, (bool)0, /*hidden argument*/NULL);
// for (int i = 0; i < ec; i++)
int32_t L_45 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1));
}
IL_0163:
{
// for (int i = 0; i < ec; i++)
int32_t L_46 = V_5;
int32_t L_47 = V_4;
if ((((int32_t)L_46) < ((int32_t)L_47)))
{
goto IL_014a;
}
}
IL_0169:
{
// int charCount = _textField.charPositions.Count;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_48 = __this->get__textField_0();
NullCheck(L_48);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_49 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_48, /*hidden argument*/NULL);
NullCheck(L_49);
int32_t L_50 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_49, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
V_2 = L_50;
// for (int i = 0; i < charCount; i++)
V_6 = 0;
goto IL_01b7;
}
IL_017f:
{
// TextField.CharPosition cp = _textField.charPositions[i];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_51 = __this->get__textField_0();
NullCheck(L_51);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_52 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_51, /*hidden argument*/NULL);
int32_t L_53 = V_6;
NullCheck(L_52);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_54 = List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_inline(L_52, L_53, /*hidden argument*/List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_RuntimeMethod_var);
V_7 = L_54;
// if (cp.vertCount > 0)
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_55 = V_7;
int16_t L_56 = L_55.get_vertCount_3();
if ((((int32_t)L_56) <= ((int32_t)0)))
{
goto IL_01b1;
}
}
{
// _mainLayerVertCount += cp.vertCount;
int32_t L_57 = __this->get__mainLayerVertCount_10();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_58 = V_7;
int16_t L_59 = L_58.get_vertCount_3();
__this->set__mainLayerVertCount_10(((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_59)));
}
IL_01b1:
{
// for (int i = 0; i < charCount; i++)
int32_t L_60 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1));
}
IL_01b7:
{
// for (int i = 0; i < charCount; i++)
int32_t L_61 = V_6;
int32_t L_62 = V_2;
if ((((int32_t)L_61) < ((int32_t)L_62)))
{
goto IL_017f;
}
}
{
// if (_mainLayerVertCount < vertCount) //?????????
int32_t L_63 = __this->get__mainLayerVertCount_10();
int32_t L_64 = V_0;
if ((((int32_t)L_63) >= ((int32_t)L_64)))
{
goto IL_0217;
}
}
{
// int repeat = vertCount / _mainLayerVertCount;
int32_t L_65 = V_0;
int32_t L_66 = __this->get__mainLayerVertCount_10();
V_8 = ((int32_t)((int32_t)L_65/(int32_t)L_66));
// _stroke = repeat > 2;
int32_t L_67 = V_8;
__this->set__stroke_3((bool)((((int32_t)L_67) > ((int32_t)2))? 1 : 0));
// _shadow = repeat % 2 == 0;
int32_t L_68 = V_8;
__this->set__shadow_4((bool)((((int32_t)((int32_t)((int32_t)L_68%(int32_t)2))) == ((int32_t)0))? 1 : 0));
// _mainLayerStart = vertCount - vertCount / repeat;
int32_t L_69 = V_0;
int32_t L_70 = V_0;
int32_t L_71 = V_8;
__this->set__mainLayerStart_6(((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)((int32_t)((int32_t)L_70/(int32_t)L_71)))));
// _strokeLayerStart = _shadow ? (vertCount / repeat) : 0;
bool L_72 = __this->get__shadow_4();
G_B17_0 = __this;
if (L_72)
{
G_B18_0 = __this;
goto IL_01ff;
}
}
{
G_B19_0 = 0;
G_B19_1 = G_B17_0;
goto IL_0203;
}
IL_01ff:
{
int32_t L_73 = V_0;
int32_t L_74 = V_8;
G_B19_0 = ((int32_t)((int32_t)L_73/(int32_t)L_74));
G_B19_1 = G_B18_0;
}
IL_0203:
{
NullCheck(G_B19_1);
G_B19_1->set__strokeLayerStart_7(G_B19_0);
// _strokeDrawDirs = repeat > 8 ? 8 : 4;
int32_t L_75 = V_8;
G_B20_0 = __this;
if ((((int32_t)L_75) > ((int32_t)8)))
{
G_B21_0 = __this;
goto IL_0211;
}
}
{
G_B22_0 = 4;
G_B22_1 = G_B20_0;
goto IL_0212;
}
IL_0211:
{
G_B22_0 = 8;
G_B22_1 = G_B21_0;
}
IL_0212:
{
NullCheck(G_B22_1);
G_B22_1->set__strokeDrawDirs_8(G_B22_0);
}
IL_0217:
{
// }
return;
}
}
// System.Boolean FairyGUI.TypingEffect::Print()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypingEffect_Print_mD63BF6C13CB224A1D0D72177B87C8892679111CF (TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypingEffect_Print_mD63BF6C13CB224A1D0D72177B87C8892679111CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_0;
memset((&V_0), 0, sizeof(V_0));
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
// if (!_started)
bool L_0 = __this->get__started_11();
if (L_0)
{
goto IL_000a;
}
}
{
// return false;
return (bool)0;
}
IL_000a:
{
// List<TextField.CharPosition> charPositions = _textField.charPositions;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_1 = __this->get__textField_0();
NullCheck(L_1);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_2 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_1, /*hidden argument*/NULL);
V_1 = L_2;
// int listCnt = charPositions.Count;
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_3 = V_1;
NullCheck(L_3);
int32_t L_4 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_3, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
V_2 = L_4;
goto IL_00aa;
}
IL_0022:
{
// cp = charPositions[_printIndex++];
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_5 = V_1;
int32_t L_6 = __this->get__printIndex_5();
V_3 = L_6;
int32_t L_7 = V_3;
__this->set__printIndex_5(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)));
int32_t L_8 = V_3;
NullCheck(L_5);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_9 = List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_inline(L_5, L_8, /*hidden argument*/List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_RuntimeMethod_var);
V_0 = L_9;
// if (cp.vertCount < 0) //??????
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_10 = V_0;
int16_t L_11 = L_10.get_vertCount_3();
if ((((int32_t)L_11) >= ((int32_t)0)))
{
goto IL_005f;
}
}
{
// _textField.richTextField.ShowHtmlObject(-cp.vertCount - 1, true);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_12 = __this->get__textField_0();
NullCheck(L_12);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_13 = TextField_get_richTextField_m0B9775D542EB8954EBFF0FF27266B3613C7C3532_inline(L_12, /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_14 = V_0;
int16_t L_15 = L_14.get_vertCount_3();
NullCheck(L_13);
RichTextField_ShowHtmlObject_m002F34A039A0A824FFE31DFFC7C07BDF8F2C4F4F(L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)((-L_15)), (int32_t)1)), (bool)1, /*hidden argument*/NULL);
// return true;
return (bool)1;
}
IL_005f:
{
// else if (!char.IsWhiteSpace(_textField.parsedText[_printIndex - 1]))
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_16 = __this->get__textField_0();
NullCheck(L_16);
String_t* L_17 = TextField_get_parsedText_m3B6F2FDADF5AB6767E508A49798322C480F9C490_inline(L_16, /*hidden argument*/NULL);
int32_t L_18 = __this->get__printIndex_5();
NullCheck(L_17);
Il2CppChar L_19 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_20 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_19, /*hidden argument*/NULL);
if (L_20)
{
goto IL_0095;
}
}
{
// if (cp.vertCount > 0)
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_21 = V_0;
int16_t L_22 = L_21.get_vertCount_3();
if ((((int32_t)L_22) <= ((int32_t)0)))
{
goto IL_0093;
}
}
{
// output(cp.vertCount);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_23 = V_0;
int16_t L_24 = L_23.get_vertCount_3();
TypingEffect_output_m8C3052427790670A77A3BE78122CE01D901D262B(__this, L_24, /*hidden argument*/NULL);
}
IL_0093:
{
// return true;
return (bool)1;
}
IL_0095:
{
// else if (cp.vertCount > 0) //??
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_25 = V_0;
int16_t L_26 = L_25.get_vertCount_3();
if ((((int32_t)L_26) <= ((int32_t)0)))
{
goto IL_00aa;
}
}
{
// output(cp.vertCount);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_27 = V_0;
int16_t L_28 = L_27.get_vertCount_3();
TypingEffect_output_m8C3052427790670A77A3BE78122CE01D901D262B(__this, L_28, /*hidden argument*/NULL);
}
IL_00aa:
{
// while (_printIndex < listCnt - 1) //???????????????-1
int32_t L_29 = __this->get__printIndex_5();
int32_t L_30 = V_2;
if ((((int32_t)L_29) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)))))
{
goto IL_0022;
}
}
{
// Cancel();
TypingEffect_Cancel_m22CC8C2EACB8610F63447FD9E8A47DC66A9B8D4F(__this, /*hidden argument*/NULL);
// return false;
return (bool)0;
}
}
// System.Void FairyGUI.TypingEffect::output(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypingEffect_output_m8C3052427790670A77A3BE78122CE01D901D262B (TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * __this, int32_t ___vertCount0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
// start = _mainLayerStart + _vertIndex;
int32_t L_0 = __this->get__mainLayerStart_6();
int32_t L_1 = __this->get__vertIndex_9();
// end = start + vertCount;
int32_t L_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
int32_t L_3 = ___vertCount0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3));
// for (int i = start; i < end; i++)
V_1 = L_2;
goto IL_0030;
}
IL_0014:
{
// _vertices[i] = _backupVerts[i];
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_4 = __this->get__vertices_2();
int32_t L_5 = V_1;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_6 = __this->get__backupVerts_1();
int32_t L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = L_7;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_9);
// for (int i = start; i < end; i++)
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0030:
{
// for (int i = start; i < end; i++)
int32_t L_11 = V_1;
int32_t L_12 = V_0;
if ((((int32_t)L_11) < ((int32_t)L_12)))
{
goto IL_0014;
}
}
{
// if (_stroke)
bool L_13 = __this->get__stroke_3();
if (!L_13)
{
goto IL_008f;
}
}
{
// start = _strokeLayerStart + _vertIndex;
int32_t L_14 = __this->get__strokeLayerStart_7();
int32_t L_15 = __this->get__vertIndex_9();
// end = start + vertCount;
int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15));
int32_t L_17 = ___vertCount0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17));
// for (int i = start; i < end; i++)
V_2 = L_16;
goto IL_008b;
}
IL_0050:
{
// for (int j = 0; j < _strokeDrawDirs; j++)
V_3 = 0;
goto IL_007e;
}
IL_0054:
{
// int k = i + _mainLayerVertCount * j;
int32_t L_18 = V_2;
int32_t L_19 = __this->get__mainLayerVertCount_10();
int32_t L_20 = V_3;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_19, (int32_t)L_20))));
// _vertices[k] = _backupVerts[k];
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_21 = __this->get__vertices_2();
int32_t L_22 = V_4;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_23 = __this->get__backupVerts_1();
int32_t L_24 = V_4;
NullCheck(L_23);
int32_t L_25 = L_24;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_26);
// for (int j = 0; j < _strokeDrawDirs; j++)
int32_t L_27 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
}
IL_007e:
{
// for (int j = 0; j < _strokeDrawDirs; j++)
int32_t L_28 = V_3;
int32_t L_29 = __this->get__strokeDrawDirs_8();
if ((((int32_t)L_28) < ((int32_t)L_29)))
{
goto IL_0054;
}
}
{
// for (int i = start; i < end; i++)
int32_t L_30 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_008b:
{
// for (int i = start; i < end; i++)
int32_t L_31 = V_2;
int32_t L_32 = V_0;
if ((((int32_t)L_31) < ((int32_t)L_32)))
{
goto IL_0050;
}
}
IL_008f:
{
// if (_shadow)
bool L_33 = __this->get__shadow_4();
if (!L_33)
{
goto IL_00ca;
}
}
{
// start = _vertIndex;
int32_t L_34 = __this->get__vertIndex_9();
// end = start + vertCount;
int32_t L_35 = L_34;
int32_t L_36 = ___vertCount0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36));
// for (int i = start; i < end; i++)
V_5 = L_35;
goto IL_00c5;
}
IL_00a5:
{
// _vertices[i] = _backupVerts[i];
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_37 = __this->get__vertices_2();
int32_t L_38 = V_5;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_39 = __this->get__backupVerts_1();
int32_t L_40 = V_5;
NullCheck(L_39);
int32_t L_41 = L_40;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_42 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
NullCheck(L_37);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(L_38), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_42);
// for (int i = start; i < end; i++)
int32_t L_43 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
}
IL_00c5:
{
// for (int i = start; i < end; i++)
int32_t L_44 = V_5;
int32_t L_45 = V_0;
if ((((int32_t)L_44) < ((int32_t)L_45)))
{
goto IL_00a5;
}
}
IL_00ca:
{
// _textField.graphics.mesh.vertices = _vertices;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_46 = __this->get__textField_0();
NullCheck(L_46);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_47 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_46, /*hidden argument*/NULL);
NullCheck(L_47);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_48 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(L_47, /*hidden argument*/NULL);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_49 = __this->get__vertices_2();
NullCheck(L_48);
Mesh_set_vertices_mC1406AE08BC3495F3B0E29B53BACC9FD7BA685C6(L_48, L_49, /*hidden argument*/NULL);
// _vertIndex += vertCount;
int32_t L_50 = __this->get__vertIndex_9();
int32_t L_51 = ___vertCount0;
__this->set__vertIndex_9(((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)L_51)));
// }
return;
}
}
// System.Collections.IEnumerator FairyGUI.TypingEffect::Print(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypingEffect_Print_mCA495301948CDAEB23A399865AB3027AC8A88050 (TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * __this, float ___interval0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypingEffect_Print_mCA495301948CDAEB23A399865AB3027AC8A88050_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5 * L_0 = (U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5 *)il2cpp_codegen_object_new(U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5_il2cpp_TypeInfo_var);
U3CPrintU3Ed__17__ctor_m606C16FF39E63C061F786B107DA72FC39C98BDFA(L_0, 0, /*hidden argument*/NULL);
U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5 * L_1 = L_0;
NullCheck(L_1);
L_1->set_U3CU3E4__this_3(__this);
U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5 * L_2 = L_1;
float L_3 = ___interval0;
NullCheck(L_2);
L_2->set_interval_2(L_3);
return L_2;
}
}
// System.Void FairyGUI.TypingEffect::PrintAll(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypingEffect_PrintAll_mBDDC8F36D96C6BACB8128F5554AB7221C7DA90FA (TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * __this, float ___interval0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypingEffect_PrintAll_mBDDC8F36D96C6BACB8128F5554AB7221C7DA90FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// Timers.inst.StartCoroutine(Print(interval));
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_0 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
float L_1 = ___interval0;
RuntimeObject* L_2 = TypingEffect_Print_mCA495301948CDAEB23A399865AB3027AC8A88050(__this, L_1, /*hidden argument*/NULL);
NullCheck(L_0);
Timers_StartCoroutine_m920C719E3C4E527B4515FD4CE18434FB04CDE730(L_0, L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TypingEffect::Cancel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypingEffect_Cancel_m22CC8C2EACB8610F63447FD9E8A47DC66A9B8D4F (TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypingEffect_Cancel_m22CC8C2EACB8610F63447FD9E8A47DC66A9B8D4F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!_started)
bool L_0 = __this->get__started_11();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// _started = false;
__this->set__started_11((bool)0);
// _textField.graphics.meshModifier -= OnMeshModified;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_1 = __this->get__textField_0();
NullCheck(L_1);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_2 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_1, /*hidden argument*/NULL);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_3 = L_2;
NullCheck(L_3);
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * L_4 = L_3->get_meshModifier_6();
MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 * L_5 = (MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 *)il2cpp_codegen_object_new(MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15_il2cpp_TypeInfo_var);
MeshModifier__ctor_m2C89D1A3E14197B70DC3A18D18B17D5BBC487442(L_5, __this, (intptr_t)((intptr_t)TypingEffect_OnMeshModified_m3381AD2B7E845AE462430759FA92A8FD8155EAA5_RuntimeMethod_var), /*hidden argument*/NULL);
Delegate_t * L_6 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_4, L_5, /*hidden argument*/NULL);
NullCheck(L_3);
L_3->set_meshModifier_6(((MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15 *)CastclassSealed((RuntimeObject*)L_6, MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15_il2cpp_TypeInfo_var)));
// }
return;
}
}
// System.Void FairyGUI.TypingEffect::OnMeshModified()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypingEffect_OnMeshModified_m3381AD2B7E845AE462430759FA92A8FD8155EAA5 (TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TypingEffect_OnMeshModified_m3381AD2B7E845AE462430759FA92A8FD8155EAA5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
{
// if (_textField.graphics.mesh.vertexCount != _backupVerts.Length) //???????
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_0();
NullCheck(L_0);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_2 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
int32_t L_3 = Mesh_get_vertexCount_mE6F1153EA724F831AD11F10807ABE664CC02E0AF(L_2, /*hidden argument*/NULL);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_4 = __this->get__backupVerts_1();
NullCheck(L_4);
if ((((int32_t)L_3) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))))
{
goto IL_0026;
}
}
{
// Cancel();
TypingEffect_Cancel_m22CC8C2EACB8610F63447FD9E8A47DC66A9B8D4F(__this, /*hidden argument*/NULL);
// return;
return;
}
IL_0026:
{
// _backupVerts = _textField.graphics.mesh.vertices;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_5 = __this->get__textField_0();
NullCheck(L_5);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_6 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_7 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(L_6, /*hidden argument*/NULL);
NullCheck(L_7);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_8 = Mesh_get_vertices_m7D07DC0F071C142B87F675B148FC0F7A243238B9(L_7, /*hidden argument*/NULL);
__this->set__backupVerts_1(L_8);
// int vertCount = _vertices.Length;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_9 = __this->get__vertices_2();
NullCheck(L_9);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))));
// Vector3 zero = Vector3.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
V_1 = L_10;
// for (int i = 0; i < vertCount; i++)
V_2 = 0;
goto IL_0084;
}
IL_0054:
{
// if (_vertices[i] != zero)
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_11 = __this->get__vertices_2();
int32_t L_12 = V_2;
NullCheck(L_11);
int32_t L_13 = L_12;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_15 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
bool L_16 = Vector3_op_Inequality_mFEEAA4C4BF743FB5B8A47FF4967A5E2C73273D6E(L_14, L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_0080;
}
}
{
// _vertices[i] = _backupVerts[i];
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_17 = __this->get__vertices_2();
int32_t L_18 = V_2;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_19 = __this->get__backupVerts_1();
int32_t L_20 = V_2;
NullCheck(L_19);
int32_t L_21 = L_20;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_22);
}
IL_0080:
{
// for (int i = 0; i < vertCount; i++)
int32_t L_23 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0084:
{
// for (int i = 0; i < vertCount; i++)
int32_t L_24 = V_2;
int32_t L_25 = V_0;
if ((((int32_t)L_24) < ((int32_t)L_25)))
{
goto IL_0054;
}
}
{
// _textField.graphics.mesh.vertices = _vertices;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_26 = __this->get__textField_0();
NullCheck(L_26);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_27 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_26, /*hidden argument*/NULL);
NullCheck(L_27);
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_28 = NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline(L_27, /*hidden argument*/NULL);
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_29 = __this->get__vertices_2();
NullCheck(L_28);
Mesh_set_vertices_mC1406AE08BC3495F3B0E29B53BACC9FD7BA685C6(L_28, L_29, /*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.TypingEffect_<Print>d__17::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPrintU3Ed__17__ctor_m606C16FF39E63C061F786B107DA72FC39C98BDFA (U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___U3CU3E1__state0;
__this->set_U3CU3E1__state_0(L_0);
return;
}
}
// System.Void FairyGUI.TypingEffect_<Print>d__17::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPrintU3Ed__17_System_IDisposable_Dispose_m01B96597725CB68F52B5DA206AE92BC9AE184520 (U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean FairyGUI.TypingEffect_<Print>d__17::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CPrintU3Ed__17_MoveNext_m875CFEC7498A8C72A05E105DC3CF4EBB0FD20A19 (U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CPrintU3Ed__17_MoveNext_m875CFEC7498A8C72A05E105DC3CF4EBB0FD20A19_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * V_1 = NULL;
{
int32_t L_0 = __this->get_U3CU3E1__state_0();
V_0 = L_0;
TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * L_1 = __this->get_U3CU3E4__this_3();
V_1 = L_1;
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_0017;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_003a;
}
}
{
return (bool)0;
}
IL_0017:
{
__this->set_U3CU3E1__state_0((-1));
goto IL_0041;
}
IL_0020:
{
// yield return new WaitForSeconds(interval);
float L_4 = __this->get_interval_2();
WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_5 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var);
WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_5, L_4, /*hidden argument*/NULL);
__this->set_U3CU3E2__current_1(L_5);
__this->set_U3CU3E1__state_0(1);
return (bool)1;
}
IL_003a:
{
__this->set_U3CU3E1__state_0((-1));
}
IL_0041:
{
// while (Print())
TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * L_6 = V_1;
NullCheck(L_6);
bool L_7 = TypingEffect_Print_mD63BF6C13CB224A1D0D72177B87C8892679111CF(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0020;
}
}
{
// }
return (bool)0;
}
}
// System.Object FairyGUI.TypingEffect_<Print>d__17::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPrintU3Ed__17_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m3133192B4196853CAF90DC20118A6558A0C2053C (U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
return L_0;
}
}
// System.Void FairyGUI.TypingEffect_<Print>d__17::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPrintU3Ed__17_System_Collections_IEnumerator_Reset_m99DB50D8E986805FBA9157C77414A59F93D8B0BC (U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CPrintU3Ed__17_System_Collections_IEnumerator_Reset_m99DB50D8E986805FBA9157C77414A59F93D8B0BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CPrintU3Ed__17_System_Collections_IEnumerator_Reset_m99DB50D8E986805FBA9157C77414A59F93D8B0BC_RuntimeMethod_var);
}
}
// System.Object FairyGUI.TypingEffect_<Print>d__17::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPrintU3Ed__17_System_Collections_IEnumerator_get_Current_m0C61A278C0C97F2FB30CDF0A15A5B2C6A921742D (U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.UIConfig::Awake()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIConfig_Awake_m8F8EB77816A7DA3798D90FEEB76E34B80935F786 (UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIConfig_Awake_m8F8EB77816A7DA3798D90FEEB76E34B80935F786_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 V_0;
memset((&V_0), 0, sizeof(V_0));
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// if (Application.isPlaying)
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_0041;
}
}
{
// foreach (string packagePath in PreloadPackages)
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = __this->get_PreloadPackages_35();
NullCheck(L_1);
Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 L_2 = List_1_GetEnumerator_mDFFBEE5A0B86EF1F068C4ED0ABC0F39B7CA7677E(L_1, /*hidden argument*/List_1_GetEnumerator_mDFFBEE5A0B86EF1F068C4ED0ABC0F39B7CA7677E_RuntimeMethod_var);
V_0 = L_2;
}
IL_0013:
try
{ // begin try (depth: 1)
{
goto IL_0022;
}
IL_0015:
{
// foreach (string packagePath in PreloadPackages)
String_t* L_3 = Enumerator_get_Current_m894E7226842A0AB920967095678A311EFF7C5737_inline((Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m894E7226842A0AB920967095678A311EFF7C5737_RuntimeMethod_var);
// UIPackage.AddPackage(packagePath);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_AddPackage_mF3B305A96529EABBB4AD2F99D95CAE7BE1F33F15(L_3, /*hidden argument*/NULL);
}
IL_0022:
{
// foreach (string packagePath in PreloadPackages)
bool L_4 = Enumerator_MoveNext_m129741E497FB617DC9845CFEE4CB27B84C86301A((Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m129741E497FB617DC9845CFEE4CB27B84C86301A_RuntimeMethod_var);
if (L_4)
{
goto IL_0015;
}
}
IL_002b:
{
IL2CPP_LEAVE(0x3B, FINALLY_002d);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_002d;
}
FINALLY_002d:
{ // begin finally (depth: 1)
Enumerator_Dispose_mD9B1DB257A9F9A3CEA69542101B953689A4AD978((Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 *)(&V_0), /*hidden argument*/Enumerator_Dispose_mD9B1DB257A9F9A3CEA69542101B953689A4AD978_RuntimeMethod_var);
IL2CPP_END_FINALLY(45)
} // end finally (depth: 1)
IL2CPP_CLEANUP(45)
{
IL2CPP_JUMP_TBL(0x3B, IL_003b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003b:
{
// Load();
UIConfig_Load_m3EB302E61DAA35A143EC59B0E7384D6DBB18478A(__this, /*hidden argument*/NULL);
}
IL_0041:
{
// }
return;
}
}
// System.Void FairyGUI.UIConfig::Load()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIConfig_Load_m3EB302E61DAA35A143EC59B0E7384D6DBB18478A (UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIConfig_Load_m3EB302E61DAA35A143EC59B0E7384D6DBB18478A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * V_2 = NULL;
int32_t V_3 = 0;
{
// int cnt = Items.Count;
List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * L_0 = __this->get_Items_34();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m693EE20967BC1B4A000BDD523916BFB7B8CA552C_inline(L_0, /*hidden argument*/List_1_get_Count_m693EE20967BC1B4A000BDD523916BFB7B8CA552C_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_023d;
}
IL_0013:
{
// ConfigValue value = Items[i];
List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * L_2 = __this->get_Items_34();
int32_t L_3 = V_1;
NullCheck(L_2);
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_4 = List_1_get_Item_m9B7A1166B922F50E0E83B056A5C42AAED4CBC733_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m9B7A1166B922F50E0E83B056A5C42AAED4CBC733_RuntimeMethod_var);
V_2 = L_4;
// if (!value.valid)
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_5 = V_2;
NullCheck(L_5);
bool L_6 = L_5->get_valid_0();
if (!L_6)
{
goto IL_0239;
}
}
{
// switch ((UIConfig.ConfigKey)i)
int32_t L_7 = V_1;
V_3 = L_7;
int32_t L_8 = V_3;
switch (L_8)
{
case 0:
{
goto IL_00f8;
}
case 1:
{
goto IL_00a4;
}
case 2:
{
goto IL_00c8;
}
case 3:
{
goto IL_0159;
}
case 4:
{
goto IL_01d3;
}
case 5:
{
goto IL_0128;
}
case 6:
{
goto IL_0108;
}
case 7:
{
goto IL_0139;
}
case 8:
{
goto IL_0118;
}
case 9:
{
goto IL_01c6;
}
case 10:
{
goto IL_01e0;
}
case 11:
{
goto IL_0149;
}
case 12:
{
goto IL_0189;
}
case 13:
{
goto IL_0199;
}
case 14:
{
goto IL_0169;
}
case 15:
{
goto IL_01a9;
}
case 16:
{
goto IL_00e8;
}
case 17:
{
goto IL_01b9;
}
case 18:
{
goto IL_00d8;
}
case 19:
{
goto IL_0179;
}
case 20:
{
goto IL_0239;
}
case 21:
{
goto IL_01ed;
}
case 22:
{
goto IL_01fa;
}
case 23:
{
goto IL_0207;
}
case 24:
{
goto IL_0221;
}
case 25:
{
goto IL_0214;
}
case 26:
{
goto IL_022e;
}
}
}
{
goto IL_0239;
}
IL_00a4:
{
// if (Application.isPlaying)
bool L_9 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_9)
{
goto IL_0239;
}
}
{
// UIConfig.buttonSound = UIPackage.GetItemAssetByURL(value.s) as NAudioClip;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_10 = V_2;
NullCheck(L_10);
String_t* L_11 = L_10->get_s_1();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
RuntimeObject * L_12 = UIPackage_GetItemAssetByURL_mADD6D0566B616E029A8A858F87E72204F6BE7895(L_11, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_buttonSound_9(((NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *)IsInstClass((RuntimeObject*)L_12, NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_il2cpp_TypeInfo_var)));
// break;
goto IL_0239;
}
IL_00c8:
{
// UIConfig.buttonSoundVolumeScale = value.f;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_13 = V_2;
NullCheck(L_13);
float L_14 = L_13->get_f_3();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_buttonSoundVolumeScale_10(L_14);
// break;
goto IL_0239;
}
IL_00d8:
{
// UIConfig.clickDragSensitivity = value.i;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_15 = V_2;
NullCheck(L_15);
int32_t L_16 = L_15->get_i_2();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_clickDragSensitivity_25(L_16);
// break;
goto IL_0239;
}
IL_00e8:
{
// UIConfig.defaultComboBoxVisibleItemCount = value.i;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_17 = V_2;
NullCheck(L_17);
int32_t L_18 = L_17->get_i_2();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultComboBoxVisibleItemCount_22(L_18);
// break;
goto IL_0239;
}
IL_00f8:
{
// UIConfig.defaultFont = value.s;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_19 = V_2;
NullCheck(L_19);
String_t* L_20 = L_19->get_s_1();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultFont_4(L_20);
// break;
goto IL_0239;
}
IL_0108:
{
// UIConfig.defaultScrollBarDisplay = (ScrollBarDisplayType)value.i;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_21 = V_2;
NullCheck(L_21);
int32_t L_22 = L_21->get_i_2();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultScrollBarDisplay_15(L_22);
// break;
goto IL_0239;
}
IL_0118:
{
// UIConfig.defaultScrollBounceEffect = value.b;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_23 = V_2;
NullCheck(L_23);
bool L_24 = L_23->get_b_4();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultScrollBounceEffect_17(L_24);
// break;
goto IL_0239;
}
IL_0128:
{
// UIConfig.defaultScrollStep = value.i;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_25 = V_2;
NullCheck(L_25);
int32_t L_26 = L_25->get_i_2();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultScrollStep_13((((float)((float)L_26))));
// break;
goto IL_0239;
}
IL_0139:
{
// UIConfig.defaultScrollTouchEffect = value.b;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_27 = V_2;
NullCheck(L_27);
bool L_28 = L_27->get_b_4();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultScrollTouchEffect_16(L_28);
// break;
goto IL_0239;
}
IL_0149:
{
// UIConfig.globalModalWaiting = value.s;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_29 = V_2;
NullCheck(L_29);
String_t* L_30 = L_29->get_s_1();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_globalModalWaiting_7(L_30);
// break;
goto IL_0239;
}
IL_0159:
{
// UIConfig.horizontalScrollBar = value.s;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_31 = V_2;
NullCheck(L_31);
String_t* L_32 = L_31->get_s_1();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_horizontalScrollBar_11(L_32);
// break;
goto IL_0239;
}
IL_0169:
{
// UIConfig.loaderErrorSign = value.s;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_33 = V_2;
NullCheck(L_33);
String_t* L_34 = L_33->get_s_1();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_loaderErrorSign_20(L_34);
// break;
goto IL_0239;
}
IL_0179:
{
// UIConfig.modalLayerColor = value.c;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_35 = V_2;
NullCheck(L_35);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_36 = L_35->get_c_5();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_modalLayerColor_8(L_36);
// break;
goto IL_0239;
}
IL_0189:
{
// UIConfig.popupMenu = value.s;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_37 = V_2;
NullCheck(L_37);
String_t* L_38 = L_37->get_s_1();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_popupMenu_18(L_38);
// break;
goto IL_0239;
}
IL_0199:
{
// UIConfig.popupMenu_seperator = value.s;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_39 = V_2;
NullCheck(L_39);
String_t* L_40 = L_39->get_s_1();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_popupMenu_seperator_19(L_40);
// break;
goto IL_0239;
}
IL_01a9:
{
// UIConfig.tooltipsWin = value.s;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_41 = V_2;
NullCheck(L_41);
String_t* L_42 = L_41->get_s_1();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_tooltipsWin_21(L_42);
// break;
goto IL_0239;
}
IL_01b9:
{
// UIConfig.touchDragSensitivity = value.i;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_43 = V_2;
NullCheck(L_43);
int32_t L_44 = L_43->get_i_2();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_touchDragSensitivity_24(L_44);
// break;
goto IL_0239;
}
IL_01c6:
{
// UIConfig.touchScrollSensitivity = value.i;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_45 = V_2;
NullCheck(L_45);
int32_t L_46 = L_45->get_i_2();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_touchScrollSensitivity_23(L_46);
// break;
goto IL_0239;
}
IL_01d3:
{
// UIConfig.verticalScrollBar = value.s;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_47 = V_2;
NullCheck(L_47);
String_t* L_48 = L_47->get_s_1();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_verticalScrollBar_12(L_48);
// break;
goto IL_0239;
}
IL_01e0:
{
// UIConfig.windowModalWaiting = value.s;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_49 = V_2;
NullCheck(L_49);
String_t* L_50 = L_49->get_s_1();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_windowModalWaiting_6(L_50);
// break;
goto IL_0239;
}
IL_01ed:
{
// UIConfig.allowSoftnessOnTopOrLeftSide = value.b;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_51 = V_2;
NullCheck(L_51);
bool L_52 = L_51->get_b_4();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_allowSoftnessOnTopOrLeftSide_26(L_52);
// break;
goto IL_0239;
}
IL_01fa:
{
// UIConfig.inputCaretSize = value.i;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_53 = V_2;
NullCheck(L_53);
int32_t L_54 = L_53->get_i_2();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_inputCaretSize_28(L_54);
// break;
goto IL_0239;
}
IL_0207:
{
// UIConfig.inputHighlightColor = value.c;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_55 = V_2;
NullCheck(L_55);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_56 = L_55->get_c_5();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_inputHighlightColor_29(L_56);
// break;
goto IL_0239;
}
IL_0214:
{
// UIConfig.depthSupportForPaintingMode = value.b;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_57 = V_2;
NullCheck(L_57);
bool L_58 = L_57->get_b_4();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_depthSupportForPaintingMode_31(L_58);
// break;
goto IL_0239;
}
IL_0221:
{
// UIConfig.enhancedTextOutlineEffect = value.b;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_59 = V_2;
NullCheck(L_59);
bool L_60 = L_59->get_b_4();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_enhancedTextOutlineEffect_32(L_60);
// break;
goto IL_0239;
}
IL_022e:
{
// UIConfig.richTextRowVerticalAlign = (VertAlignType)value.i;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_61 = V_2;
NullCheck(L_61);
int32_t L_62 = L_61->get_i_2();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_richTextRowVerticalAlign_33(L_62);
}
IL_0239:
{
// for (int i = 0; i < cnt; i++)
int32_t L_63 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1));
}
IL_023d:
{
// for (int i = 0; i < cnt; i++)
int32_t L_64 = V_1;
int32_t L_65 = V_0;
if ((((int32_t)L_64) < ((int32_t)L_65)))
{
goto IL_0013;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.UIConfig::SetDefaultValue(FairyGUI.UIConfig_ConfigKey,FairyGUI.UIConfig_ConfigValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIConfig_SetDefaultValue_mC6FF689CC3DE770F7E40C10FBB0E00169366B9CF (int32_t ___key0, ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * ___value1, const RuntimeMethod* method)
{
{
// switch (key)
int32_t L_0 = ___key0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)2)))
{
case 0:
{
goto IL_006d;
}
case 1:
{
goto IL_0121;
}
case 2:
{
goto IL_0121;
}
case 3:
{
goto IL_009a;
}
case 4:
{
goto IL_008a;
}
case 5:
{
goto IL_0092;
}
case 6:
{
goto IL_0092;
}
case 7:
{
goto IL_00d4;
}
case 8:
{
goto IL_0121;
}
case 9:
{
goto IL_0121;
}
case 10:
{
goto IL_0121;
}
case 11:
{
goto IL_0121;
}
case 12:
{
goto IL_0121;
}
case 13:
{
goto IL_0121;
}
case 14:
{
goto IL_0081;
}
case 15:
{
goto IL_00cb;
}
case 16:
{
goto IL_0079;
}
case 17:
{
goto IL_00a3;
}
case 18:
{
goto IL_00c3;
}
case 19:
{
goto IL_0121;
}
case 20:
{
goto IL_00dd;
}
case 21:
{
goto IL_00e5;
}
case 22:
{
goto IL_010a;
}
case 23:
{
goto IL_0112;
}
case 24:
{
goto IL_011a;
}
}
}
{
return;
}
IL_006d:
{
// value.f = 1;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_1 = ___value1;
NullCheck(L_1);
L_1->set_f_3((1.0f));
// break;
return;
}
IL_0079:
{
// value.i = 2;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_2 = ___value1;
NullCheck(L_2);
L_2->set_i_2(2);
// break;
return;
}
IL_0081:
{
// value.i = 10;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_3 = ___value1;
NullCheck(L_3);
L_3->set_i_2(((int32_t)10));
// break;
return;
}
IL_008a:
{
// value.i = (int)ScrollBarDisplayType.Default;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_4 = ___value1;
NullCheck(L_4);
L_4->set_i_2(0);
// break;
return;
}
IL_0092:
{
// value.b = true;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_5 = ___value1;
NullCheck(L_5);
L_5->set_b_4((bool)1);
// break;
return;
}
IL_009a:
{
// value.i = 25;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_6 = ___value1;
NullCheck(L_6);
L_6->set_i_2(((int32_t)25));
// break;
return;
}
IL_00a3:
{
// value.c = new Color(0f, 0f, 0f, 0.4f);
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_7 = ___value1;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_8;
memset((&L_8), 0, sizeof(L_8));
Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_8), (0.0f), (0.0f), (0.0f), (0.4f), /*hidden argument*/NULL);
NullCheck(L_7);
L_7->set_c_5(L_8);
// break;
return;
}
IL_00c3:
{
// value.b = true;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_9 = ___value1;
NullCheck(L_9);
L_9->set_b_4((bool)1);
// break;
return;
}
IL_00cb:
{
// value.i = 10;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_10 = ___value1;
NullCheck(L_10);
L_10->set_i_2(((int32_t)10));
// break;
return;
}
IL_00d4:
{
// value.i = 20;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_11 = ___value1;
NullCheck(L_11);
L_11->set_i_2(((int32_t)20));
// break;
return;
}
IL_00dd:
{
// value.i = 1;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_12 = ___value1;
NullCheck(L_12);
L_12->set_i_2(1);
// break;
return;
}
IL_00e5:
{
// value.c = new Color32(255, 223, 141, 128);
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_13 = ___value1;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_14;
memset((&L_14), 0, sizeof(L_14));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_14), (uint8_t)((int32_t)255), (uint8_t)((int32_t)223), (uint8_t)((int32_t)141), (uint8_t)((int32_t)128), /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_15 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_14, /*hidden argument*/NULL);
NullCheck(L_13);
L_13->set_c_5(L_15);
// break;
return;
}
IL_010a:
{
// value.b = true;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_16 = ___value1;
NullCheck(L_16);
L_16->set_b_4((bool)1);
// break;
return;
}
IL_0112:
{
// value.b = false;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_17 = ___value1;
NullCheck(L_17);
L_17->set_b_4((bool)0);
// break;
return;
}
IL_011a:
{
// value.i = (int)VertAlignType.Bottom;
ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * L_18 = ___value1;
NullCheck(L_18);
L_18->set_i_2(2);
}
IL_0121:
{
// }
return;
}
}
// System.Void FairyGUI.UIConfig::ClearResourceRefs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIConfig_ClearResourceRefs_mD0E3E0A57A49291E942F678A9515C53F39039F15 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIConfig_ClearResourceRefs_mD0E3E0A57A49291E942F678A9515C53F39039F15_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// UIConfig.defaultFont = "";
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultFont_4(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
// UIConfig.buttonSound = null;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_buttonSound_9((NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *)NULL);
// UIConfig.globalModalWaiting = null;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_globalModalWaiting_7((String_t*)NULL);
// UIConfig.horizontalScrollBar = null;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_horizontalScrollBar_11((String_t*)NULL);
// UIConfig.loaderErrorSign = null;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_loaderErrorSign_20((String_t*)NULL);
// UIConfig.popupMenu = null;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_popupMenu_18((String_t*)NULL);
// UIConfig.popupMenu_seperator = null;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_popupMenu_seperator_19((String_t*)NULL);
// UIConfig.tooltipsWin = null;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_tooltipsWin_21((String_t*)NULL);
// UIConfig.verticalScrollBar = null;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_verticalScrollBar_12((String_t*)NULL);
// UIConfig.windowModalWaiting = null;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_windowModalWaiting_6((String_t*)NULL);
// }
return;
}
}
// System.Void FairyGUI.UIConfig::ApplyModifiedProperties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIConfig_ApplyModifiedProperties_mA852C0D7FAEA95C677A80DE0EBA02B40E03F42CA (UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIConfig_ApplyModifiedProperties_mA852C0D7FAEA95C677A80DE0EBA02B40E03F42CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// EMRenderSupport.Reload();
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
EMRenderSupport_Reload_m12B7E5154D8E023A591A106EF0523ECA1657D8D9(/*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.UIConfig::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIConfig__ctor_m3D99D3D221067EFBEA6BC79BD3CD706FF6143621 (UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIConfig__ctor_m3D99D3D221067EFBEA6BC79BD3CD706FF6143621_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public List<ConfigValue> Items = new List<ConfigValue>();
List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * L_0 = (List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 *)il2cpp_codegen_object_new(List_1_t74B6A4CA646AC394724678D53711955E95B67FB2_il2cpp_TypeInfo_var);
List_1__ctor_mA63F792C7B57DC02745D4E2E9D5A1D5B52197C8C(L_0, /*hidden argument*/List_1__ctor_mA63F792C7B57DC02745D4E2E9D5A1D5B52197C8C_RuntimeMethod_var);
__this->set_Items_34(L_0);
// public List<string> PreloadPackages = 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_PreloadPackages_35(L_1);
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.UIConfig::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIConfig__cctor_m9947F21EB74F404F04E5600FB4FCC8C57B8EF93B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIConfig__cctor_m9947F21EB74F404F04E5600FB4FCC8C57B8EF93B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static string defaultFont = "";
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultFont_4(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
// public static bool renderingTextBrighterOnDesktop = true;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_renderingTextBrighterOnDesktop_5((bool)1);
// public static Color modalLayerColor = new Color(0f, 0f, 0f, 0.4f);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0;
memset((&L_0), 0, sizeof(L_0));
Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_0), (0.0f), (0.0f), (0.0f), (0.4f), /*hidden argument*/NULL);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_modalLayerColor_8(L_0);
// public static float buttonSoundVolumeScale = 1f;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_buttonSoundVolumeScale_10((1.0f));
// public static float defaultScrollStep = 25;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultScrollStep_13((25.0f));
// public static float defaultScrollDecelerationRate = 0.967f;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultScrollDecelerationRate_14((0.967f));
// public static ScrollBarDisplayType defaultScrollBarDisplay = ScrollBarDisplayType.Default;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultScrollBarDisplay_15(0);
// public static bool defaultScrollTouchEffect = true;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultScrollTouchEffect_16((bool)1);
// public static bool defaultScrollBounceEffect = true;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultScrollBounceEffect_17((bool)1);
// public static int defaultComboBoxVisibleItemCount = 10;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_defaultComboBoxVisibleItemCount_22(((int32_t)10));
// public static int touchScrollSensitivity = 20;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_touchScrollSensitivity_23(((int32_t)20));
// public static int touchDragSensitivity = 10;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_touchDragSensitivity_24(((int32_t)10));
// public static int clickDragSensitivity = 2;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_clickDragSensitivity_25(2);
// public static bool allowSoftnessOnTopOrLeftSide = true;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_allowSoftnessOnTopOrLeftSide_26((bool)1);
// public static bool bringWindowToFrontOnClick = true;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_bringWindowToFrontOnClick_27((bool)1);
// public static int inputCaretSize = 1;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_inputCaretSize_28(1);
// public static Color inputHighlightColor = new Color32(255, 223, 141, 128);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_1;
memset((&L_1), 0, sizeof(L_1));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_1), (uint8_t)((int32_t)255), (uint8_t)((int32_t)223), (uint8_t)((int32_t)141), (uint8_t)((int32_t)128), /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_1, /*hidden argument*/NULL);
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_inputHighlightColor_29(L_2);
// public static float frameTimeForAsyncUIConstruction = 0.002f;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_frameTimeForAsyncUIConstruction_30((0.002f));
// public static bool depthSupportForPaintingMode = false;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_depthSupportForPaintingMode_31((bool)0);
// public static bool enhancedTextOutlineEffect = false;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_enhancedTextOutlineEffect_32((bool)0);
// public static VertAlignType richTextRowVerticalAlign = VertAlignType.Bottom;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_richTextRowVerticalAlign_33(2);
// public static SoundLoader soundLoader = null;
((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->set_soundLoader_36((SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 *)NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.UIConfig_ConfigValue::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigValue_Reset_m18DD1F6A448D665338450A55924559E03AA31A17 (ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * __this, const RuntimeMethod* method)
{
{
// valid = false;
__this->set_valid_0((bool)0);
// s = null;
__this->set_s_1((String_t*)NULL);
// i = 0;
__this->set_i_2(0);
// f = 0;
__this->set_f_3((0.0f));
// b = false;
__this->set_b_4((bool)0);
// c = Color.black;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF(/*hidden argument*/NULL);
__this->set_c_5(L_0);
// }
return;
}
}
// System.Void FairyGUI.UIConfig_ConfigValue::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfigValue__ctor_m80F5BC02763E5E035D1918BFFF04758B63A5AAB2 (ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB * __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.UIConfig_SoundLoader::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoundLoader__ctor_mB216018E30B38BE7DB4766E7455683E5F3FADE5F (SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * __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);
}
// FairyGUI.NAudioClip FairyGUI.UIConfig_SoundLoader::Invoke(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * SoundLoader_Invoke_m540FE124E365C7A9BE2112927C1A6F32299738BE (SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * __this, String_t* ___url0, const RuntimeMethod* method)
{
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * result = NULL;
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 NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * (*FunctionPointerType) (String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___url0, targetMethod);
}
else
{
// closed
typedef NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___url0, 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))
result = GenericInterfaceFuncInvoker0< NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * >::Invoke(targetMethod, ___url0);
else
result = GenericVirtFuncInvoker0< NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * >::Invoke(targetMethod, ___url0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker0< NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___url0);
else
result = VirtFuncInvoker0< NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___url0);
}
}
else
{
typedef NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * (*FunctionPointerType) (String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___url0, 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))
result = GenericInterfaceFuncInvoker1< NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *, String_t* >::Invoke(targetMethod, targetThis, ___url0);
else
result = GenericVirtFuncInvoker1< NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *, String_t* >::Invoke(targetMethod, targetThis, ___url0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker1< NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___url0);
else
result = VirtFuncInvoker1< NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___url0);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___url0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * (*FunctionPointerType) (String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___url0, targetMethod);
}
else
{
typedef NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___url0, targetMethod);
}
}
}
}
return result;
}
// System.IAsyncResult FairyGUI.UIConfig_SoundLoader::BeginInvoke(System.String,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SoundLoader_BeginInvoke_mB02554EDCC4D6F1E2FD7AFD850926FB9C4852C3B (SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * __this, String_t* ___url0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___url0;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// FairyGUI.NAudioClip FairyGUI.UIConfig_SoundLoader::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * SoundLoader_EndInvoke_m22A12E96DE5473F3BAA9148DA8137D1BB3657210 (SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return (NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *)__result;
}
#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.UIContentScaler::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIContentScaler_OnEnable_m39525AC55203FA059FD54DC855E2BBC076563CA4 (UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIContentScaler_OnEnable_m39525AC55203FA059FD54DC855E2BBC076563CA4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * V_0 = NULL;
{
// if (Application.isPlaying)
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_00ad;
}
}
{
// UIContentScaler scaler = Stage.inst.gameObject.GetComponent<UIContentScaler>();
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_1 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_1);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_3 = GameObject_GetComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_mEBEAE59DE5185530F0EF89BE492BE2A3383F9EBC(L_2, /*hidden argument*/GameObject_GetComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_mEBEAE59DE5185530F0EF89BE492BE2A3383F9EBC_RuntimeMethod_var);
V_0 = L_3;
// if (scaler != this)
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_5 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_4, __this, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_00b4;
}
}
{
// scaler.scaleMode = scaleMode;
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_6 = V_0;
int32_t L_7 = __this->get_scaleMode_4();
NullCheck(L_6);
L_6->set_scaleMode_4(L_7);
// if (scaleMode == ScaleMode.ScaleWithScreenSize)
int32_t L_8 = __this->get_scaleMode_4();
if ((!(((uint32_t)L_8) == ((uint32_t)1))))
{
goto IL_006d;
}
}
{
// scaler.designResolutionX = designResolutionX;
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_9 = V_0;
int32_t L_10 = __this->get_designResolutionX_6();
NullCheck(L_9);
L_9->set_designResolutionX_6(L_10);
// scaler.designResolutionY = designResolutionY;
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_11 = V_0;
int32_t L_12 = __this->get_designResolutionY_7();
NullCheck(L_11);
L_11->set_designResolutionY_7(L_12);
// scaler.screenMatchMode = screenMatchMode;
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_13 = V_0;
int32_t L_14 = __this->get_screenMatchMode_5();
NullCheck(L_13);
L_13->set_screenMatchMode_5(L_14);
// scaler.ignoreOrientation = ignoreOrientation;
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_15 = V_0;
bool L_16 = __this->get_ignoreOrientation_11();
NullCheck(L_15);
L_15->set_ignoreOrientation_11(L_16);
// }
goto IL_009c;
}
IL_006d:
{
// else if (scaleMode == ScaleMode.ConstantPhysicalSize)
int32_t L_17 = __this->get_scaleMode_4();
if ((!(((uint32_t)L_17) == ((uint32_t)2))))
{
goto IL_0090;
}
}
{
// scaler.fallbackScreenDPI = fallbackScreenDPI;
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_18 = V_0;
int32_t L_19 = __this->get_fallbackScreenDPI_8();
NullCheck(L_18);
L_18->set_fallbackScreenDPI_8(L_19);
// scaler.defaultSpriteDPI = defaultSpriteDPI;
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_20 = V_0;
int32_t L_21 = __this->get_defaultSpriteDPI_9();
NullCheck(L_20);
L_20->set_defaultSpriteDPI_9(L_21);
// }
goto IL_009c;
}
IL_0090:
{
// scaler.constantScaleFactor = constantScaleFactor;
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_22 = V_0;
float L_23 = __this->get_constantScaleFactor_10();
NullCheck(L_22);
L_22->set_constantScaleFactor_10(L_23);
}
IL_009c:
{
// scaler.ApplyChange();
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_24 = V_0;
NullCheck(L_24);
UIContentScaler_ApplyChange_mEB8E7480E42BFE7E465545AA692F160C6DD40EDA(L_24, /*hidden argument*/NULL);
// GRoot.inst.ApplyContentScaleFactor();
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_25 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
NullCheck(L_25);
GRoot_ApplyContentScaleFactor_m5B23FAFC75509692484AC7CE0978438D18CD3B7C(L_25, /*hidden argument*/NULL);
// }
return;
}
IL_00ad:
{
// _changed = true;
__this->set__changed_13((bool)1);
}
IL_00b4:
{
// }
return;
}
}
// System.Void FairyGUI.UIContentScaler::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIContentScaler_Update_m0B848EF5C1E98DC78ADBAE259D96614ABAEDDBF8 (UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * __this, const RuntimeMethod* method)
{
{
// if (_changed)
bool L_0 = __this->get__changed_13();
if (!L_0)
{
goto IL_0015;
}
}
{
// _changed = false;
__this->set__changed_13((bool)0);
// ApplyChange();
UIContentScaler_ApplyChange_mEB8E7480E42BFE7E465545AA692F160C6DD40EDA(__this, /*hidden argument*/NULL);
}
IL_0015:
{
// }
return;
}
}
// System.Void FairyGUI.UIContentScaler::OnDestroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIContentScaler_OnDestroy_m4639240528719C75D892AE19344A9CEC27B8CCBE (UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIContentScaler_OnDestroy_m4639240528719C75D892AE19344A9CEC27B8CCBE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!Application.isPlaying)
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (L_0)
{
goto IL_0011;
}
}
{
// scaleFactor = 1;
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->set_scaleFactor_12((1.0f));
}
IL_0011:
{
// }
return;
}
}
// System.Void FairyGUI.UIContentScaler::ApplyModifiedProperties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIContentScaler_ApplyModifiedProperties_m2A032822DB5146E8469839A99B6F6DC79F0298EC (UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * __this, const RuntimeMethod* method)
{
{
// _changed = true;
__this->set__changed_13((bool)1);
// }
return;
}
}
// System.Void FairyGUI.UIContentScaler::ApplyChange()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIContentScaler_ApplyChange_mEB8E7480E42BFE7E465545AA692F160C6DD40EDA (UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIContentScaler_ApplyChange_mEB8E7480E42BFE7E465545AA692F160C6DD40EDA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
float V_2 = 0.0f;
float V_3 = 0.0f;
float G_B22_0 = 0.0f;
float G_B21_0 = 0.0f;
int32_t G_B23_0 = 0;
float G_B23_1 = 0.0f;
{
// if (scaleMode == ScaleMode.ScaleWithScreenSize)
int32_t L_0 = __this->get_scaleMode_4();
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_00a8;
}
}
{
// if (designResolutionX == 0 || designResolutionY == 0)
int32_t L_1 = __this->get_designResolutionX_6();
if (!L_1)
{
goto IL_001c;
}
}
{
int32_t L_2 = __this->get_designResolutionY_7();
if (L_2)
{
goto IL_001d;
}
}
IL_001c:
{
// return;
return;
}
IL_001d:
{
// int dx = designResolutionX;
int32_t L_3 = __this->get_designResolutionX_6();
V_0 = L_3;
// int dy = designResolutionY;
int32_t L_4 = __this->get_designResolutionY_7();
V_1 = L_4;
// if (!ignoreOrientation && (Screen.width > Screen.height && dx < dy || Screen.width < Screen.height && dx > dy))
bool L_5 = __this->get_ignoreOrientation_11();
if (L_5)
{
goto IL_0057;
}
}
{
int32_t L_6 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
int32_t L_7 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
if ((((int32_t)L_6) <= ((int32_t)L_7)))
{
goto IL_0043;
}
}
{
int32_t L_8 = V_0;
int32_t L_9 = V_1;
if ((((int32_t)L_8) < ((int32_t)L_9)))
{
goto IL_0053;
}
}
IL_0043:
{
int32_t L_10 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
int32_t L_11 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
if ((((int32_t)L_10) >= ((int32_t)L_11)))
{
goto IL_0057;
}
}
{
int32_t L_12 = V_0;
int32_t L_13 = V_1;
if ((((int32_t)L_12) <= ((int32_t)L_13)))
{
goto IL_0057;
}
}
IL_0053:
{
// int tmp = dx;
int32_t L_14 = V_0;
// dx = dy;
int32_t L_15 = V_1;
V_0 = L_15;
// dy = tmp;
V_1 = L_14;
}
IL_0057:
{
// if (screenMatchMode == ScreenMatchMode.MatchWidthOrHeight)
int32_t L_16 = __this->get_screenMatchMode_5();
if (L_16)
{
goto IL_007f;
}
}
{
// float s1 = (float)Screen.width / dx;
int32_t L_17 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
int32_t L_18 = V_0;
// float s2 = (float)Screen.height / dy;
int32_t L_19 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
int32_t L_20 = V_1;
V_2 = ((float)((float)(((float)((float)L_19)))/(float)(((float)((float)L_20)))));
// scaleFactor = Mathf.Min(s1, s2);
float L_21 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_22 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(((float)((float)(((float)((float)L_17)))/(float)(((float)((float)L_18))))), L_21, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->set_scaleFactor_12(L_22);
// }
goto IL_00fc;
}
IL_007f:
{
// else if (screenMatchMode == ScreenMatchMode.MatchWidth)
int32_t L_23 = __this->get_screenMatchMode_5();
if ((!(((uint32_t)L_23) == ((uint32_t)1))))
{
goto IL_0098;
}
}
{
// scaleFactor = (float)Screen.width / dx;
int32_t L_24 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
int32_t L_25 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->set_scaleFactor_12(((float)((float)(((float)((float)L_24)))/(float)(((float)((float)L_25))))));
goto IL_00fc;
}
IL_0098:
{
// scaleFactor = (float)Screen.height / dy;
int32_t L_26 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
int32_t L_27 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->set_scaleFactor_12(((float)((float)(((float)((float)L_26)))/(float)(((float)((float)L_27))))));
// }
goto IL_00fc;
}
IL_00a8:
{
// else if (scaleMode == ScaleMode.ConstantPhysicalSize)
int32_t L_28 = __this->get_scaleMode_4();
if ((!(((uint32_t)L_28) == ((uint32_t)2))))
{
goto IL_00f1;
}
}
{
// float dpi = Screen.dpi;
float L_29 = Screen_get_dpi_m92A755DE9E23ABA717B5594F4F52AFB0FBEAC1D3(/*hidden argument*/NULL);
V_3 = L_29;
// if (dpi == 0)
float L_30 = V_3;
if ((!(((float)L_30) == ((float)(0.0f)))))
{
goto IL_00c7;
}
}
{
// dpi = fallbackScreenDPI;
int32_t L_31 = __this->get_fallbackScreenDPI_8();
V_3 = (((float)((float)L_31)));
}
IL_00c7:
{
// if (dpi == 0)
float L_32 = V_3;
if ((!(((float)L_32) == ((float)(0.0f)))))
{
goto IL_00d5;
}
}
{
// dpi = 96;
V_3 = (96.0f);
}
IL_00d5:
{
// scaleFactor = dpi / (defaultSpriteDPI == 0 ? 96 : defaultSpriteDPI);
float L_33 = V_3;
int32_t L_34 = __this->get_defaultSpriteDPI_9();
G_B21_0 = L_33;
if (!L_34)
{
G_B22_0 = L_33;
goto IL_00e6;
}
}
{
int32_t L_35 = __this->get_defaultSpriteDPI_9();
G_B23_0 = L_35;
G_B23_1 = G_B21_0;
goto IL_00e8;
}
IL_00e6:
{
G_B23_0 = ((int32_t)96);
G_B23_1 = G_B22_0;
}
IL_00e8:
{
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->set_scaleFactor_12(((float)((float)G_B23_1/(float)(((float)((float)G_B23_0))))));
// }
goto IL_00fc;
}
IL_00f1:
{
// scaleFactor = constantScaleFactor;
float L_36 = __this->get_constantScaleFactor_10();
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->set_scaleFactor_12(L_36);
}
IL_00fc:
{
// if (scaleFactor > 10)
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
float L_37 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
if ((!(((float)L_37) > ((float)(10.0f)))))
{
goto IL_0112;
}
}
{
// scaleFactor = 10;
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->set_scaleFactor_12((10.0f));
}
IL_0112:
{
// StageCamera.screenSizeVer++;
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
int32_t L_38 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_screenSizeVer_12();
((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->set_screenSizeVer_12(((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)));
// }
return;
}
}
// System.Void FairyGUI.UIContentScaler::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIContentScaler__ctor_m85A9F89AF9A1C011B79B0E44ABBB9E540B96AE76 (UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * __this, const RuntimeMethod* method)
{
{
// public int fallbackScreenDPI = 96;
__this->set_fallbackScreenDPI_8(((int32_t)96));
// public int defaultSpriteDPI = 96;
__this->set_defaultSpriteDPI_9(((int32_t)96));
// public float constantScaleFactor = 1;
__this->set_constantScaleFactor_10((1.0f));
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.UIContentScaler::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIContentScaler__cctor_mBC8A4C492E83619895FF6611DA47B01970370684 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIContentScaler__cctor_mBC8A4C492E83619895FF6611DA47B01970370684_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static float scaleFactor = 1;
((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->set_scaleFactor_12((1.0f));
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
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D (UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D * __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.UILoadCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UILoadCallback__ctor_mCA13B278F0101AE512F08CAD7330E78914F72A14 (UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D * __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.UILoadCallback::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UILoadCallback_Invoke_mFAB19906DCF413749B3B3EE2442E643BF0D5FCFF (UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D * __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.UILoadCallback::BeginInvoke(System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UILoadCallback_BeginInvoke_mADD14DD2FE8192625A283DE30EB43442C24815FA (UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D * __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.UILoadCallback::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UILoadCallback_EndInvoke_mCCB84FE82D0E868A1ECE34525F803DA8607372A5 (UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D * __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.UIObjectFactory::SetPackageItemExtension(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory_SetPackageItemExtension_mC3CEC198A32AF74A974FA4BA75A1919CF71B5FBA (String_t* ___url0, Type_t * ___type1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIObjectFactory_SetPackageItemExtension_mC3CEC198A32AF74A974FA4BA75A1919CF71B5FBA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED * V_0 = NULL;
{
U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED * L_0 = (U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass4_0__ctor_m73B1720766DED2A6F43CFEC655FFC17085123F18(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED * L_1 = V_0;
Type_t * L_2 = ___type1;
NullCheck(L_1);
L_1->set_type_0(L_2);
// SetPackageItemExtension(url, () => { return (GComponent)Activator.CreateInstance(type); });
String_t* L_3 = ___url0;
U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED * L_4 = V_0;
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_5 = (GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 *)il2cpp_codegen_object_new(GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28_il2cpp_TypeInfo_var);
GComponentCreator__ctor_m638B1C39A1BD5983159FE2AA369BD47C0014D010(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass4_0_U3CSetPackageItemExtensionU3Eb__0_mACB6EE01CEC92D57C56151DDF0FF6C71787FDBF7_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
UIObjectFactory_SetPackageItemExtension_m37B15526B862E06ACE310A8A64DC4C4A441449ED(L_3, L_5, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.UIObjectFactory::SetPackageItemExtension(System.String,FairyGUI.UIObjectFactory_GComponentCreator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory_SetPackageItemExtension_m37B15526B862E06ACE310A8A64DC4C4A441449ED (String_t* ___url0, GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * ___creator1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIObjectFactory_SetPackageItemExtension_m37B15526B862E06ACE310A8A64DC4C4A441449ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_0 = NULL;
{
// if (url == null)
String_t* L_0 = ___url0;
if (L_0)
{
goto IL_0014;
}
}
{
// throw new Exception("Invaild url: " + url);
String_t* L_1 = ___url0;
String_t* L_2 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral049B4361E7D3CA93056C0297D386A4EC212882C3, L_1, /*hidden argument*/NULL);
Exception_t * L_3 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, UIObjectFactory_SetPackageItemExtension_m37B15526B862E06ACE310A8A64DC4C4A441449ED_RuntimeMethod_var);
}
IL_0014:
{
// PackageItem pi = UIPackage.GetItemByURL(url);
String_t* L_4 = ___url0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_5 = UIPackage_GetItemByURL_m42A2983D16F9885843B3205EF2B16FBD398A628C(L_4, /*hidden argument*/NULL);
V_0 = L_5;
// if (pi != null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_6 = V_0;
if (!L_6)
{
goto IL_0025;
}
}
{
// pi.extensionCreator = creator;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_7 = V_0;
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_8 = ___creator1;
NullCheck(L_7);
L_7->set_extensionCreator_20(L_8);
}
IL_0025:
{
// packageItemExtensions[url] = creator;
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * L_9 = ((UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields*)il2cpp_codegen_static_fields_for(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var))->get_packageItemExtensions_0();
String_t* L_10 = ___url0;
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_11 = ___creator1;
NullCheck(L_9);
Dictionary_2_set_Item_mB084C04B058F3D2E6AD882D44D6AF14FCD137F3A(L_9, L_10, L_11, /*hidden argument*/Dictionary_2_set_Item_mB084C04B058F3D2E6AD882D44D6AF14FCD137F3A_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.UIObjectFactory::SetExtension(System.String,System.Type,LuaInterface.LuaFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory_SetExtension_mC11C04CFC7D6AAAB3887E5545A27C43355EB8C20 (String_t* ___url0, Type_t * ___baseType1, LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___extendFunction2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIObjectFactory_SetExtension_mC11C04CFC7D6AAAB3887E5545A27C43355EB8C20_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2 * V_0 = NULL;
{
U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2 * L_0 = (U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass6_0__ctor_mB1814622CE06DB0429FAE98703DC6D4F633C75D5(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2 * L_1 = V_0;
Type_t * L_2 = ___baseType1;
NullCheck(L_1);
L_1->set_baseType_0(L_2);
U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2 * L_3 = V_0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_4 = ___extendFunction2;
NullCheck(L_3);
L_3->set_extendFunction_1(L_4);
// SetPackageItemExtension(url, () =>
// {
// GComponent gcom = (GComponent)Activator.CreateInstance(baseType);
//
// extendFunction.BeginPCall();
// extendFunction.Push(gcom);
// extendFunction.PCall();
// gcom.SetLuaPeer(extendFunction.CheckLuaTable());
// extendFunction.EndPCall();
//
// return gcom;
// });
String_t* L_5 = ___url0;
U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2 * L_6 = V_0;
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_7 = (GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 *)il2cpp_codegen_object_new(GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28_il2cpp_TypeInfo_var);
GComponentCreator__ctor_m638B1C39A1BD5983159FE2AA369BD47C0014D010(L_7, L_6, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass6_0_U3CSetExtensionU3Eb__0_mDCEE63D586E4D64EEC88BE7152EF8591DCCCA939_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
UIObjectFactory_SetPackageItemExtension_m37B15526B862E06ACE310A8A64DC4C4A441449ED(L_5, L_7, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.UIObjectFactory::SetLoaderExtension(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory_SetLoaderExtension_mF8CBAF5B25086030A765048DE5EDF52391E10F6E (Type_t * ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIObjectFactory_SetLoaderExtension_mF8CBAF5B25086030A765048DE5EDF52391E10F6E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec__DisplayClass7_0_tB95B3A18E0F1C2B8E61C96DF5B1E5DD6E1C7DF33 * L_0 = (U3CU3Ec__DisplayClass7_0_tB95B3A18E0F1C2B8E61C96DF5B1E5DD6E1C7DF33 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass7_0_tB95B3A18E0F1C2B8E61C96DF5B1E5DD6E1C7DF33_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass7_0__ctor_m0012CDE0FA4F47E1A60DFEACF92E1F6C65DA3A23(L_0, /*hidden argument*/NULL);
U3CU3Ec__DisplayClass7_0_tB95B3A18E0F1C2B8E61C96DF5B1E5DD6E1C7DF33 * L_1 = L_0;
Type_t * L_2 = ___type0;
NullCheck(L_1);
L_1->set_type_0(L_2);
// loaderCreator = () => { return (GLoader)Activator.CreateInstance(type); };
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * L_3 = (GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 *)il2cpp_codegen_object_new(GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1_il2cpp_TypeInfo_var);
GLoaderCreator__ctor_m9D768378BB7560C6D630A00F8781E50F35603622(L_3, L_1, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass7_0_U3CSetLoaderExtensionU3Eb__0_mEB7AF27FC600359B80A3C1DB71059B91EB3D392C_RuntimeMethod_var), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
((UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields*)il2cpp_codegen_static_fields_for(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var))->set_loaderCreator_1(L_3);
// }
return;
}
}
// System.Void FairyGUI.UIObjectFactory::SetLoaderExtension(FairyGUI.UIObjectFactory_GLoaderCreator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory_SetLoaderExtension_m230649C6E4309C7FC7E9F039942615D1CE113CDB (GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * ___creator0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIObjectFactory_SetLoaderExtension_m230649C6E4309C7FC7E9F039942615D1CE113CDB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// loaderCreator = creator;
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * L_0 = ___creator0;
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
((UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields*)il2cpp_codegen_static_fields_for(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var))->set_loaderCreator_1(L_0);
// }
return;
}
}
// System.Void FairyGUI.UIObjectFactory::ResolvePackageItemExtension(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory_ResolvePackageItemExtension_mBF33E50B0E1DA614E06E60A4904074D17EA25102 (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___pi0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIObjectFactory_ResolvePackageItemExtension_mBF33E50B0E1DA614E06E60A4904074D17EA25102_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!packageItemExtensions.TryGetValue(UIPackage.URL_PREFIX + pi.owner.id + pi.id, out pi.extensionCreator)
// && !packageItemExtensions.TryGetValue(UIPackage.URL_PREFIX + pi.owner.name + "/" + pi.name, out pi.extensionCreator))
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * L_0 = ((UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields*)il2cpp_codegen_static_fields_for(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var))->get_packageItemExtensions_0();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_1 = ___pi0;
NullCheck(L_1);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_2 = L_1->get_owner_0();
NullCheck(L_2);
String_t* L_3 = UIPackage_get_id_m7615CE5A25D41AA535E3EB3FA0905E6C049700CB_inline(L_2, /*hidden argument*/NULL);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_4 = ___pi0;
NullCheck(L_4);
String_t* L_5 = L_4->get_id_3();
String_t* L_6 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralE61E700555BBD71A47EE5D7118B4E515CD8951A9, L_3, L_5, /*hidden argument*/NULL);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_7 = ___pi0;
NullCheck(L_7);
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 ** L_8 = L_7->get_address_of_extensionCreator_20();
NullCheck(L_0);
bool L_9 = Dictionary_2_TryGetValue_mFD19D601B8B130D072604516010B29F602496DF7(L_0, L_6, (GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 **)L_8, /*hidden argument*/Dictionary_2_TryGetValue_mFD19D601B8B130D072604516010B29F602496DF7_RuntimeMethod_var);
if (L_9)
{
goto IL_0066;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * L_10 = ((UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields*)il2cpp_codegen_static_fields_for(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var))->get_packageItemExtensions_0();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_11 = ___pi0;
NullCheck(L_11);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_12 = L_11->get_owner_0();
NullCheck(L_12);
String_t* L_13 = UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline(L_12, /*hidden argument*/NULL);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_14 = ___pi0;
NullCheck(L_14);
String_t* L_15 = L_14->get_name_4();
String_t* L_16 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteralE61E700555BBD71A47EE5D7118B4E515CD8951A9, L_13, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, L_15, /*hidden argument*/NULL);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_17 = ___pi0;
NullCheck(L_17);
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 ** L_18 = L_17->get_address_of_extensionCreator_20();
NullCheck(L_10);
bool L_19 = Dictionary_2_TryGetValue_mFD19D601B8B130D072604516010B29F602496DF7(L_10, L_16, (GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 **)L_18, /*hidden argument*/Dictionary_2_TryGetValue_mFD19D601B8B130D072604516010B29F602496DF7_RuntimeMethod_var);
if (L_19)
{
goto IL_0066;
}
}
{
// pi.extensionCreator = null;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_20 = ___pi0;
NullCheck(L_20);
L_20->set_extensionCreator_20((GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 *)NULL);
}
IL_0066:
{
// }
return;
}
}
// System.Void FairyGUI.UIObjectFactory::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory_Clear_mEF671D0FC192B13B56C0D396F4F26810235F3BEA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIObjectFactory_Clear_mEF671D0FC192B13B56C0D396F4F26810235F3BEA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// packageItemExtensions.Clear();
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * L_0 = ((UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields*)il2cpp_codegen_static_fields_for(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var))->get_packageItemExtensions_0();
NullCheck(L_0);
Dictionary_2_Clear_m072BCAEFE8BEC3E94C39CACA6D5384AC9D4EA424(L_0, /*hidden argument*/Dictionary_2_Clear_m072BCAEFE8BEC3E94C39CACA6D5384AC9D4EA424_RuntimeMethod_var);
// loaderCreator = null;
((UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields*)il2cpp_codegen_static_fields_for(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var))->set_loaderCreator_1((GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 *)NULL);
// }
return;
}
}
// FairyGUI.GObject FairyGUI.UIObjectFactory::NewObject(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIObjectFactory_NewObject_m34A581ED482FCD0565642CEB38C85812F556AAB8 (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___pi0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIObjectFactory_NewObject_m34A581ED482FCD0565642CEB38C85812F556AAB8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (pi.extensionCreator != null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_0 = ___pi0;
NullCheck(L_0);
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_1 = L_0->get_extensionCreator_20();
if (!L_1)
{
goto IL_0020;
}
}
{
// Stats.LatestObjectCreation++;
int32_t L_2 = ((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->get_LatestObjectCreation_2();
((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->set_LatestObjectCreation_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
// return pi.extensionCreator();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_3 = ___pi0;
NullCheck(L_3);
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * L_4 = L_3->get_extensionCreator_20();
NullCheck(L_4);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_5 = GComponentCreator_Invoke_m196BC4DEABCDE6CB1607A33C8069A7986207CF63(L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0020:
{
// return NewObject(pi.objectType);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_6 = ___pi0;
NullCheck(L_6);
int32_t L_7 = L_6->get_objectType_2();
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = UIObjectFactory_NewObject_m3ECE19102DBC0A0F9CB926FC0A923D6C928662AD(L_7, /*hidden argument*/NULL);
return L_8;
}
}
// FairyGUI.GObject FairyGUI.UIObjectFactory::NewObject(FairyGUI.ObjectType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIObjectFactory_NewObject_m3ECE19102DBC0A0F9CB926FC0A923D6C928662AD (int32_t ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIObjectFactory_NewObject_m3ECE19102DBC0A0F9CB926FC0A923D6C928662AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// Stats.LatestObjectCreation++;
int32_t L_0 = ((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->get_LatestObjectCreation_2();
((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->set_LatestObjectCreation_2(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
// switch (type)
int32_t L_1 = ___type0;
switch (L_1)
{
case 0:
{
goto IL_0058;
}
case 1:
{
goto IL_005e;
}
case 2:
{
goto IL_00ca;
}
case 3:
{
goto IL_0088;
}
case 4:
{
goto IL_008e;
}
case 5:
{
goto IL_007c;
}
case 6:
{
goto IL_006a;
}
case 7:
{
goto IL_0070;
}
case 8:
{
goto IL_0076;
}
case 9:
{
goto IL_0064;
}
case 10:
{
goto IL_0082;
}
case 11:
{
goto IL_00ac;
}
case 12:
{
goto IL_00a6;
}
case 13:
{
goto IL_00c4;
}
case 14:
{
goto IL_00b2;
}
case 15:
{
goto IL_00b8;
}
case 16:
{
goto IL_00be;
}
}
}
{
goto IL_00ca;
}
IL_0058:
{
// return new GImage();
GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A * L_2 = (GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)il2cpp_codegen_object_new(GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var);
GImage__ctor_m823C0AF2DA2C48DABD18FE5F70CD12FB84BFC9BA(L_2, /*hidden argument*/NULL);
return L_2;
}
IL_005e:
{
// return new GMovieClip();
GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 * L_3 = (GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 *)il2cpp_codegen_object_new(GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84_il2cpp_TypeInfo_var);
GMovieClip__ctor_mABF2FBFE115F1A7FAAC1E6ED41319191A6807D9F(L_3, /*hidden argument*/NULL);
return L_3;
}
IL_0064:
{
// return new GComponent();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)il2cpp_codegen_object_new(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var);
GComponent__ctor_mC1D8ACC5AD72FF3D49D73176975190947F9A0DF3(L_4, /*hidden argument*/NULL);
return L_4;
}
IL_006a:
{
// return new GTextField();
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_5 = (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)il2cpp_codegen_object_new(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058_il2cpp_TypeInfo_var);
GTextField__ctor_m8705E6A0B5D50A68FF6290C58646285A2508D61A(L_5, /*hidden argument*/NULL);
return L_5;
}
IL_0070:
{
// return new GRichTextField();
GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F * L_6 = (GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F *)il2cpp_codegen_object_new(GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F_il2cpp_TypeInfo_var);
GRichTextField__ctor_m29FF68A93DD3FC2C1D78D4DBEC7398066EAB6E61(L_6, /*hidden argument*/NULL);
return L_6;
}
IL_0076:
{
// return new GTextInput();
GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * L_7 = (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C *)il2cpp_codegen_object_new(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C_il2cpp_TypeInfo_var);
GTextInput__ctor_m690F5A837B97009729E4C74615A4CDFABD72825E(L_7, /*hidden argument*/NULL);
return L_7;
}
IL_007c:
{
// return new GGroup();
GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * L_8 = (GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 *)il2cpp_codegen_object_new(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4_il2cpp_TypeInfo_var);
GGroup__ctor_mF4C886DF97D93B4E726F30C26ABCE967E0A42E3C(L_8, /*hidden argument*/NULL);
return L_8;
}
IL_0082:
{
// return new GList();
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_9 = (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 *)il2cpp_codegen_object_new(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38_il2cpp_TypeInfo_var);
GList__ctor_mDE203B3987119A49C16CD653E0FD0010FC305DF8(L_9, /*hidden argument*/NULL);
return L_9;
}
IL_0088:
{
// return new GGraph();
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_10 = (GGraph_tD2F718A15120D167149C9E19B8802F8862458858 *)il2cpp_codegen_object_new(GGraph_tD2F718A15120D167149C9E19B8802F8862458858_il2cpp_TypeInfo_var);
GGraph__ctor_m2C760C9A2A039461ED06143CCBC607D0EEB415A3(L_10, /*hidden argument*/NULL);
return L_10;
}
IL_008e:
{
// if (loaderCreator != null)
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * L_11 = ((UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields*)il2cpp_codegen_static_fields_for(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var))->get_loaderCreator_1();
if (!L_11)
{
goto IL_00a0;
}
}
{
// return loaderCreator();
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * L_12 = ((UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields*)il2cpp_codegen_static_fields_for(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var))->get_loaderCreator_1();
NullCheck(L_12);
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_13 = GLoaderCreator_Invoke_m8BB273F3DC70CDD38F3810D3ADD3D99CB006F7BD(L_12, /*hidden argument*/NULL);
return L_13;
}
IL_00a0:
{
// return new GLoader();
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * L_14 = (GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)il2cpp_codegen_object_new(GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var);
GLoader__ctor_mC7CA7B84DB58D75AF9ABEDEAF20BD56A987175BA(L_14, /*hidden argument*/NULL);
return L_14;
}
IL_00a6:
{
// return new GButton();
GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * L_15 = (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 *)il2cpp_codegen_object_new(GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var);
GButton__ctor_m2E4F4216DBBE5724DE85D27D5A427F578D164CFD(L_15, /*hidden argument*/NULL);
return L_15;
}
IL_00ac:
{
// return new GLabel();
GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5 * L_16 = (GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5 *)il2cpp_codegen_object_new(GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5_il2cpp_TypeInfo_var);
GLabel__ctor_m478F1E4094B50A6E10C2B1DBBB531402747F4FEA(L_16, /*hidden argument*/NULL);
return L_16;
}
IL_00b2:
{
// return new GProgressBar();
GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * L_17 = (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A *)il2cpp_codegen_object_new(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A_il2cpp_TypeInfo_var);
GProgressBar__ctor_m8A6AB0E769E217A49AF9DA01946A162E38D63E8E(L_17, /*hidden argument*/NULL);
return L_17;
}
IL_00b8:
{
// return new GSlider();
GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * L_18 = (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 *)il2cpp_codegen_object_new(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816_il2cpp_TypeInfo_var);
GSlider__ctor_m3B25C475FD751469840EB2D596DAD40AE8257E92(L_18, /*hidden argument*/NULL);
return L_18;
}
IL_00be:
{
// return new GScrollBar();
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_19 = (GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 *)il2cpp_codegen_object_new(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2_il2cpp_TypeInfo_var);
GScrollBar__ctor_m6E6D75C248733275014B53788AA88F349339C742(L_19, /*hidden argument*/NULL);
return L_19;
}
IL_00c4:
{
// return new GComboBox();
GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C * L_20 = (GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C *)il2cpp_codegen_object_new(GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C_il2cpp_TypeInfo_var);
GComboBox__ctor_mEAE6F33102AC30DD0C380B7991F2011A698E5D1F(L_20, /*hidden argument*/NULL);
return L_20;
}
IL_00ca:
{
// return null;
return (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL;
}
}
// System.Void FairyGUI.UIObjectFactory::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory__ctor_m87ABFD301F4989D16F770B804567DD619B6FAFC4 (UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.UIObjectFactory::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIObjectFactory__cctor_m250DDC80BDF4EC8D63D4F771ED503E052EF59C05 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIObjectFactory__cctor_m250DDC80BDF4EC8D63D4F771ED503E052EF59C05_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static Dictionary<string, GComponentCreator> packageItemExtensions = new Dictionary<string, GComponentCreator>();
Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * L_0 = (Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 *)il2cpp_codegen_object_new(Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m7A9F3295D00E9A8238F347799CCFFA5A2269EA76(L_0, /*hidden argument*/Dictionary_2__ctor_m7A9F3295D00E9A8238F347799CCFFA5A2269EA76_RuntimeMethod_var);
((UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields*)il2cpp_codegen_static_fields_for(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var))->set_packageItemExtensions_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.UIObjectFactory_<>c__DisplayClass4_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m73B1720766DED2A6F43CFEC655FFC17085123F18 (U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// FairyGUI.GComponent FairyGUI.UIObjectFactory_<>c__DisplayClass4_0::<SetPackageItemExtension>b__0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * U3CU3Ec__DisplayClass4_0_U3CSetPackageItemExtensionU3Eb__0_mACB6EE01CEC92D57C56151DDF0FF6C71787FDBF7 (U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass4_0_U3CSetPackageItemExtensionU3Eb__0_mACB6EE01CEC92D57C56151DDF0FF6C71787FDBF7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// SetPackageItemExtension(url, () => { return (GComponent)Activator.CreateInstance(type); });
Type_t * L_0 = __this->get_type_0();
RuntimeObject * L_1 = Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16(L_0, /*hidden argument*/NULL);
return ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_1, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var));
}
}
#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.UIObjectFactory_<>c__DisplayClass6_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_mB1814622CE06DB0429FAE98703DC6D4F633C75D5 (U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// FairyGUI.GComponent FairyGUI.UIObjectFactory_<>c__DisplayClass6_0::<SetExtension>b__0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * U3CU3Ec__DisplayClass6_0_U3CSetExtensionU3Eb__0_mDCEE63D586E4D64EEC88BE7152EF8591DCCCA939 (U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass6_0_U3CSetExtensionU3Eb__0_mDCEE63D586E4D64EEC88BE7152EF8591DCCCA939_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * V_0 = NULL;
{
// GComponent gcom = (GComponent)Activator.CreateInstance(baseType);
Type_t * L_0 = __this->get_baseType_0();
RuntimeObject * L_1 = Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16(L_0, /*hidden argument*/NULL);
V_0 = ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_1, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var));
// extendFunction.BeginPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_2 = __this->get_extendFunction_1();
NullCheck(L_2);
VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 LuaInterface.LuaFunction::BeginPCall() */, L_2);
// extendFunction.Push(gcom);
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_3 = __this->get_extendFunction_1();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = V_0;
NullCheck(L_3);
LuaFunction_Push_mFDEAE703096F9AF7446E8272719134D18EF409E0(L_3, L_4, /*hidden argument*/NULL);
// extendFunction.PCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_5 = __this->get_extendFunction_1();
NullCheck(L_5);
LuaFunction_PCall_m341EEEBF73C721C0B0D52DD8F173C24B7CF995C1(L_5, /*hidden argument*/NULL);
// gcom.SetLuaPeer(extendFunction.CheckLuaTable());
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = V_0;
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_7 = __this->get_extendFunction_1();
NullCheck(L_7);
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_8 = LuaFunction_CheckLuaTable_mCC5FDDD536CD076E3F8DCBB260796CD9C86AF1C6(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
GComponent_SetLuaPeer_mFFB419D70D04F70544D35B01BABEABA8B95C787D_inline(L_6, L_8, /*hidden argument*/NULL);
// extendFunction.EndPCall();
LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * L_9 = __this->get_extendFunction_1();
NullCheck(L_9);
LuaFunction_EndPCall_m61C1BED1DE6D95FEAE1D25F9183A51F0D9667AFB(L_9, /*hidden argument*/NULL);
// return gcom;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_10 = V_0;
return L_10;
}
}
#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.UIObjectFactory_<>c__DisplayClass7_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0__ctor_m0012CDE0FA4F47E1A60DFEACF92E1F6C65DA3A23 (U3CU3Ec__DisplayClass7_0_tB95B3A18E0F1C2B8E61C96DF5B1E5DD6E1C7DF33 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// FairyGUI.GLoader FairyGUI.UIObjectFactory_<>c__DisplayClass7_0::<SetLoaderExtension>b__0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GLoader_t79DB886430214FA5031328823142509230E0E4A8 * U3CU3Ec__DisplayClass7_0_U3CSetLoaderExtensionU3Eb__0_mEB7AF27FC600359B80A3C1DB71059B91EB3D392C (U3CU3Ec__DisplayClass7_0_tB95B3A18E0F1C2B8E61C96DF5B1E5DD6E1C7DF33 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass7_0_U3CSetLoaderExtensionU3Eb__0_mEB7AF27FC600359B80A3C1DB71059B91EB3D392C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// loaderCreator = () => { return (GLoader)Activator.CreateInstance(type); };
Type_t * L_0 = __this->get_type_0();
RuntimeObject * L_1 = Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16(L_0, /*hidden argument*/NULL);
return ((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_1, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var));
}
}
#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.UIObjectFactory_GComponentCreator::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponentCreator__ctor_m638B1C39A1BD5983159FE2AA369BD47C0014D010 (GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * __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);
}
// FairyGUI.GComponent FairyGUI.UIObjectFactory_GComponentCreator::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * GComponentCreator_Invoke_m196BC4DEABCDE6CB1607A33C8069A7986207CF63 (GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * __this, const RuntimeMethod* method)
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * result = NULL;
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 GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * (*FunctionPointerType) (const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetMethod);
}
else
{
// closed
typedef GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * (*FunctionPointerType) (void*, const RuntimeMethod*);
result = ((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))
result = GenericInterfaceFuncInvoker0< GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * >::Invoke(targetMethod, targetThis);
else
result = GenericVirtFuncInvoker0< GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * >::Invoke(targetMethod, targetThis);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker0< GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis);
else
result = VirtFuncInvoker0< GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis);
}
}
else
{
typedef GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * (*FunctionPointerType) (void*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod);
}
}
}
return result;
}
// System.IAsyncResult FairyGUI.UIObjectFactory_GComponentCreator::BeginInvoke(System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GComponentCreator_BeginInvoke_m2FA3158D53CD4C9833E3F86A225E2430D2DA6F60 (GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * __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);
}
// FairyGUI.GComponent FairyGUI.UIObjectFactory_GComponentCreator::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * GComponentCreator_EndInvoke_m46FE041F9EAE5FB85322CD2D9C2867095B63C908 (GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)__result;
}
#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.UIObjectFactory_GLoaderCreator::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GLoaderCreator__ctor_m9D768378BB7560C6D630A00F8781E50F35603622 (GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * __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);
}
// FairyGUI.GLoader FairyGUI.UIObjectFactory_GLoaderCreator::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GLoader_t79DB886430214FA5031328823142509230E0E4A8 * GLoaderCreator_Invoke_m8BB273F3DC70CDD38F3810D3ADD3D99CB006F7BD (GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * __this, const RuntimeMethod* method)
{
GLoader_t79DB886430214FA5031328823142509230E0E4A8 * result = NULL;
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 GLoader_t79DB886430214FA5031328823142509230E0E4A8 * (*FunctionPointerType) (const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetMethod);
}
else
{
// closed
typedef GLoader_t79DB886430214FA5031328823142509230E0E4A8 * (*FunctionPointerType) (void*, const RuntimeMethod*);
result = ((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))
result = GenericInterfaceFuncInvoker0< GLoader_t79DB886430214FA5031328823142509230E0E4A8 * >::Invoke(targetMethod, targetThis);
else
result = GenericVirtFuncInvoker0< GLoader_t79DB886430214FA5031328823142509230E0E4A8 * >::Invoke(targetMethod, targetThis);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker0< GLoader_t79DB886430214FA5031328823142509230E0E4A8 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis);
else
result = VirtFuncInvoker0< GLoader_t79DB886430214FA5031328823142509230E0E4A8 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis);
}
}
else
{
typedef GLoader_t79DB886430214FA5031328823142509230E0E4A8 * (*FunctionPointerType) (void*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod);
}
}
}
return result;
}
// System.IAsyncResult FairyGUI.UIObjectFactory_GLoaderCreator::BeginInvoke(System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GLoaderCreator_BeginInvoke_mD66DDBD16410578F7EAECE567782E1C9A16A6EDF (GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * __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);
}
// FairyGUI.GLoader FairyGUI.UIObjectFactory_GLoaderCreator::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GLoader_t79DB886430214FA5031328823142509230E0E4A8 * GLoaderCreator_EndInvoke_mC58BEB90ACB048AD8F7C7EE4BAD381F377405F44 (GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return (GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)__result;
}
#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.String FairyGUI.UIPackage::get_id()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UIPackage_get_id_m7615CE5A25D41AA535E3EB3FA0905E6C049700CB (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
{
// public string id { get; private set; }
String_t* L_0 = __this->get_U3CidU3Ek__BackingField_0();
return L_0;
}
}
// System.Void FairyGUI.UIPackage::set_id(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_set_id_mA4085129431C2425D211F8EC14BC2509F77B3F21 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string id { get; private set; }
String_t* L_0 = ___value0;
__this->set_U3CidU3Ek__BackingField_0(L_0);
return;
}
}
// System.String FairyGUI.UIPackage::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
{
// public string name { get; private set; }
String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_1();
return L_0;
}
}
// System.Void FairyGUI.UIPackage::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_set_name_m164F37FAC7E9AA74471B0A822EFF2BDBBEF12C24 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string name { get; private set; }
String_t* L_0 = ___value0;
__this->set_U3CnameU3Ek__BackingField_1(L_0);
return;
}
}
// System.String FairyGUI.UIPackage::get_assetPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UIPackage_get_assetPath_mF5A232F1EB11C1F313F0AC48D1AA1A5A602AE943 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
{
// public string assetPath { get; private set; }
String_t* L_0 = __this->get_U3CassetPathU3Ek__BackingField_2();
return L_0;
}
}
// System.Void FairyGUI.UIPackage::set_assetPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_set_assetPath_m7B87A34D0897AB91DA29811102921070233D90EB (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string assetPath { get; private set; }
String_t* L_0 = ___value0;
__this->set_U3CassetPathU3Ek__BackingField_2(L_0);
return;
}
}
// System.Void FairyGUI.UIPackage::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage__ctor_m7B3C379A540879F02273E6237AACC524DE7B6BF1 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage__ctor_m7B3C379A540879F02273E6237AACC524DE7B6BF1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public UIPackage()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _items = new List<PackageItem>();
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * L_0 = (List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 *)il2cpp_codegen_object_new(List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822_il2cpp_TypeInfo_var);
List_1__ctor_m2EE3F9E8946F5EF6AABA23EE01DC59007E0E4E8E(L_0, /*hidden argument*/List_1__ctor_m2EE3F9E8946F5EF6AABA23EE01DC59007E0E4E8E_RuntimeMethod_var);
__this->set__items_3(L_0);
// _itemsById = new Dictionary<string, PackageItem>();
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * L_1 = (Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 *)il2cpp_codegen_object_new(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m430B86D9131D63A36EA3FA015217AF6B282D1A6E(L_1, /*hidden argument*/Dictionary_2__ctor_m430B86D9131D63A36EA3FA015217AF6B282D1A6E_RuntimeMethod_var);
__this->set__itemsById_4(L_1);
// _itemsByName = new Dictionary<string, PackageItem>();
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * L_2 = (Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 *)il2cpp_codegen_object_new(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m430B86D9131D63A36EA3FA015217AF6B282D1A6E(L_2, /*hidden argument*/Dictionary_2__ctor_m430B86D9131D63A36EA3FA015217AF6B282D1A6E_RuntimeMethod_var);
__this->set__itemsByName_5(L_2);
// _sprites = new Dictionary<string, AtlasSprite>();
Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * L_3 = (Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 *)il2cpp_codegen_object_new(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317_il2cpp_TypeInfo_var);
Dictionary_2__ctor_mFD62FE71C615B8F63F303EBCE042E50D07A9DE62(L_3, /*hidden argument*/Dictionary_2__ctor_mFD62FE71C615B8F63F303EBCE042E50D07A9DE62_RuntimeMethod_var);
__this->set__sprites_8(L_3);
// }
return;
}
}
// FairyGUI.UIPackage FairyGUI.UIPackage::GetById(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * UIPackage_GetById_m3AE748461D7196BFBA870A6F56D2336988EC623D (String_t* ___id0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_GetById_m3AE748461D7196BFBA870A6F56D2336988EC623D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * V_0 = NULL;
{
// if (_packageInstById.TryGetValue(id, out pkg))
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_0 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstById_9();
String_t* L_1 = ___id0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_m7851E5E7F7538D989CAE84691CA2F40AB98E8D2F(L_0, L_1, (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m7851E5E7F7538D989CAE84691CA2F40AB98E8D2F_RuntimeMethod_var);
if (!L_2)
{
goto IL_0011;
}
}
{
// return pkg;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_3 = V_0;
return L_3;
}
IL_0011:
{
// return null;
return (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)NULL;
}
}
// FairyGUI.UIPackage FairyGUI.UIPackage::GetByName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * V_0 = NULL;
{
// if (_packageInstByName.TryGetValue(name, out pkg))
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_0 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstByName_10();
String_t* L_1 = ___name0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_m7851E5E7F7538D989CAE84691CA2F40AB98E8D2F(L_0, L_1, (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m7851E5E7F7538D989CAE84691CA2F40AB98E8D2F_RuntimeMethod_var);
if (!L_2)
{
goto IL_0011;
}
}
{
// return pkg;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_3 = V_0;
return L_3;
}
IL_0011:
{
// return null;
return (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)NULL;
}
}
// UnityEngine.Object FairyGUI.UIPackage::_loadFunc(System.String,System.String,System.Type,FairyGUI.DestroyMethod&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * UIPackage__loadFunc_mC46ABA29568423BB23221E87E74CA6CCFBE11899 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___name0, String_t* ___extension1, Type_t * ___type2, int32_t* ___destroyMethod3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage__loadFunc_mC46ABA29568423BB23221E87E74CA6CCFBE11899_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * V_0 = NULL;
String_t* V_1 = NULL;
{
// destroyMethod = DestroyMethod.Unload;
int32_t* L_0 = ___destroyMethod3;
*((int32_t*)L_0) = (int32_t)1;
// UnityEngine.Object obj = null;
V_0 = (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL;
// var path = name + extension;
String_t* L_1 = ___name0;
String_t* L_2 = ___extension1;
String_t* L_3 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_1, L_2, /*hidden argument*/NULL);
V_1 = L_3;
// if (_resourceMode)
bool L_4 = __this->get__resourceMode_7();
if (!L_4)
{
goto IL_0020;
}
}
{
// obj = Resources.Load(name, type);
String_t* L_5 = ___name0;
Type_t * L_6 = ___type2;
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_7 = Resources_Load_mF0FA033BF566CDDA6A0E69BB97283B44C40726E7(L_5, L_6, /*hidden argument*/NULL);
V_0 = L_7;
// }
goto IL_0039;
}
IL_0020:
{
// obj = taurus.unity.ResourcesManager.LoadObject(path, type);
String_t* L_8 = V_1;
Type_t * L_9 = ___type2;
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_10 = ResourcesManager_LoadObject_m59A0FA507A5E59AB20C4FB84511BB1023ADBDA8C(L_8, L_9, /*hidden argument*/NULL);
V_0 = L_10;
// if (obj == null)
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_11 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_12 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_11, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0039;
}
}
{
// obj = Resources.Load(name, type);
String_t* L_13 = ___name0;
Type_t * L_14 = ___type2;
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_15 = Resources_Load_mF0FA033BF566CDDA6A0E69BB97283B44C40726E7(L_13, L_14, /*hidden argument*/NULL);
V_0 = L_15;
}
IL_0039:
{
// return obj;
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_16 = V_0;
return L_16;
}
}
// FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * UIPackage_AddPackage_mF3B305A96529EABBB4AD2F99D95CAE7BE1F33F15 (String_t* ___descFilePath0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_AddPackage_mF3B305A96529EABBB4AD2F99D95CAE7BE1F33F15_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return AddPackage(descFilePath, false);
String_t* L_0 = ___descFilePath0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_1 = UIPackage_AddPackage_m6A42966AADCCFBF9E8BD97B80A39DF47C4BC700C(L_0, (bool)0, /*hidden argument*/NULL);
return L_1;
}
}
// FairyGUI.UIPackage FairyGUI.UIPackage::AddPackage(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * UIPackage_AddPackage_m6A42966AADCCFBF9E8BD97B80A39DF47C4BC700C (String_t* ___assetPath0, bool ____resourceMode1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_AddPackage_m6A42966AADCCFBF9E8BD97B80A39DF47C4BC700C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * V_1 = NULL;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * V_2 = NULL;
TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * G_B6_0 = NULL;
TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * G_B3_0 = NULL;
TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * G_B5_0 = NULL;
TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * G_B4_0 = NULL;
{
// if (_packageInstById.ContainsKey(assetPath))
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_0 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstById_9();
String_t* L_1 = ___assetPath0;
NullCheck(L_0);
bool L_2 = Dictionary_2_ContainsKey_mE84580A21564560F9AC48A89B85D62B84C4D4050(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_mE84580A21564560F9AC48A89B85D62B84C4D4050_RuntimeMethod_var);
if (!L_2)
{
goto IL_0019;
}
}
{
// return _packageInstById[assetPath];
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_3 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstById_9();
String_t* L_4 = ___assetPath0;
NullCheck(L_3);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_5 = Dictionary_2_get_Item_mB5363FDA53B846B0FE12818EB31DFF0C7C21DA5E(L_3, L_4, /*hidden argument*/Dictionary_2_get_Item_mB5363FDA53B846B0FE12818EB31DFF0C7C21DA5E_RuntimeMethod_var);
return L_5;
}
IL_0019:
{
// UIPackage pkg = new UIPackage();
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_6 = (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)il2cpp_codegen_object_new(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage__ctor_m7B3C379A540879F02273E6237AACC524DE7B6BF1(L_6, /*hidden argument*/NULL);
V_1 = L_6;
// pkg._resourceMode = _resourceMode;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_7 = V_1;
bool L_8 = ____resourceMode1;
NullCheck(L_7);
L_7->set__resourceMode_7(L_8);
// TextAsset asset = (TextAsset)pkg._loadFunc(assetPath + "_fui", ".bytes", typeof(TextAsset), out dm);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_9 = V_1;
String_t* L_10 = ___assetPath0;
String_t* L_11 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_10, _stringLiteral3ABD271F9280667CF51D9CC18F9F1C9D65381AA5, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
NullCheck(L_9);
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_14 = UIPackage__loadFunc_mC46ABA29568423BB23221E87E74CA6CCFBE11899(L_9, L_11, _stringLiteralF0DEB00F1E5549F03717336E78D3ABB1EFF04272, L_13, (int32_t*)(&V_0), /*hidden argument*/NULL);
// if (asset == null)
TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E * L_15 = ((TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E *)CastclassClass((RuntimeObject*)L_14, TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E_il2cpp_TypeInfo_var));
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_16 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_15, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
G_B3_0 = L_15;
if (!L_16)
{
G_B6_0 = L_15;
goto IL_0088;
}
}
{
// if (Application.isPlaying)
bool L_17 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
G_B4_0 = G_B3_0;
if (!L_17)
{
G_B5_0 = G_B3_0;
goto IL_0073;
}
}
{
// throw new Exception("FairyGUI: Cannot load ui package in '" + assetPath + "'");
String_t* L_18 = ___assetPath0;
String_t* L_19 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral596B5DEB09E7FC1EE858A0BA758EEA190F8179B5, L_18, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL);
Exception_t * L_20 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_20, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, UIPackage_AddPackage_m6A42966AADCCFBF9E8BD97B80A39DF47C4BC700C_RuntimeMethod_var);
}
IL_0073:
{
// Debug.LogWarning("FairyGUI: Cannot load ui package in '" + assetPath + "'");
String_t* L_21 = ___assetPath0;
String_t* L_22 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral596B5DEB09E7FC1EE858A0BA758EEA190F8179B5, L_21, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_22, /*hidden argument*/NULL);
G_B6_0 = G_B5_0;
}
IL_0088:
{
// ByteBuffer buffer = new ByteBuffer(asset.bytes);
NullCheck(G_B6_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = TextAsset_get_bytes_m33ED022ACD105C714589DB09B025BA7F860B31B4(G_B6_0, /*hidden argument*/NULL);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_24 = (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 *)il2cpp_codegen_object_new(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var);
ByteBuffer__ctor_mAB38FCDC18EE23064866F5569F1F7E6F2DAE1F9A(L_24, L_23, 0, (-1), /*hidden argument*/NULL);
V_2 = L_24;
// pkg.assetPath = assetPath;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_25 = V_1;
String_t* L_26 = ___assetPath0;
NullCheck(L_25);
UIPackage_set_assetPath_m7B87A34D0897AB91DA29811102921070233D90EB_inline(L_25, L_26, /*hidden argument*/NULL);
// if (!pkg.LoadPackage(buffer, assetPath, assetPath))
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_27 = V_1;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_28 = V_2;
String_t* L_29 = ___assetPath0;
String_t* L_30 = ___assetPath0;
NullCheck(L_27);
bool L_31 = UIPackage_LoadPackage_mE0A617BF0C11B7F7A3317F19B3CB6C59D9E3D39D(L_27, L_28, L_29, L_30, /*hidden argument*/NULL);
if (L_31)
{
goto IL_00a9;
}
}
{
// return null;
return (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)NULL;
}
IL_00a9:
{
// _packageInstById[pkg.id] = pkg;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_32 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstById_9();
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_33 = V_1;
NullCheck(L_33);
String_t* L_34 = UIPackage_get_id_m7615CE5A25D41AA535E3EB3FA0905E6C049700CB_inline(L_33, /*hidden argument*/NULL);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_35 = V_1;
NullCheck(L_32);
Dictionary_2_set_Item_m79C7D31C33DB79821C5607F0125EAFB31CCBB12A(L_32, L_34, L_35, /*hidden argument*/Dictionary_2_set_Item_m79C7D31C33DB79821C5607F0125EAFB31CCBB12A_RuntimeMethod_var);
// _packageInstByName[pkg.name] = pkg;
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_36 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstByName_10();
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_37 = V_1;
NullCheck(L_37);
String_t* L_38 = UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline(L_37, /*hidden argument*/NULL);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_39 = V_1;
NullCheck(L_36);
Dictionary_2_set_Item_m79C7D31C33DB79821C5607F0125EAFB31CCBB12A(L_36, L_38, L_39, /*hidden argument*/Dictionary_2_set_Item_m79C7D31C33DB79821C5607F0125EAFB31CCBB12A_RuntimeMethod_var);
// _packageInstById[assetPath] = pkg;
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_40 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstById_9();
String_t* L_41 = ___assetPath0;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_42 = V_1;
NullCheck(L_40);
Dictionary_2_set_Item_m79C7D31C33DB79821C5607F0125EAFB31CCBB12A(L_40, L_41, L_42, /*hidden argument*/Dictionary_2_set_Item_m79C7D31C33DB79821C5607F0125EAFB31CCBB12A_RuntimeMethod_var);
// _packageList.Add(pkg);
List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * L_43 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageList_11();
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_44 = V_1;
NullCheck(L_43);
List_1_Add_mE1687CFAE89EB21C60FC748F071EDE309C585ABB(L_43, L_44, /*hidden argument*/List_1_Add_mE1687CFAE89EB21C60FC748F071EDE309C585ABB_RuntimeMethod_var);
// return pkg;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_45 = V_1;
return L_45;
}
}
// System.Void FairyGUI.UIPackage::RemovePackage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_RemovePackage_mD6FA826B7316DE6B748EE5EEB238AD011BC62588 (String_t* ___packageIdOrName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_RemovePackage_mD6FA826B7316DE6B748EE5EEB238AD011BC62588_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * V_0 = NULL;
{
// UIPackage pkg = null;
V_0 = (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 *)NULL;
// if (!_packageInstById.TryGetValue(packageIdOrName, out pkg))
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_0 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstById_9();
String_t* L_1 = ___packageIdOrName0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_m7851E5E7F7538D989CAE84691CA2F40AB98E8D2F(L_0, L_1, (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m7851E5E7F7538D989CAE84691CA2F40AB98E8D2F_RuntimeMethod_var);
if (L_2)
{
goto IL_0021;
}
}
{
// if (!_packageInstByName.TryGetValue(packageIdOrName, out pkg))
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_3 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstByName_10();
String_t* L_4 = ___packageIdOrName0;
NullCheck(L_3);
bool L_5 = Dictionary_2_TryGetValue_m7851E5E7F7538D989CAE84691CA2F40AB98E8D2F(L_3, L_4, (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m7851E5E7F7538D989CAE84691CA2F40AB98E8D2F_RuntimeMethod_var);
if (L_5)
{
goto IL_0021;
}
}
{
// return;
return;
}
IL_0021:
{
// pkg.Dispose();
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_6 = V_0;
NullCheck(L_6);
UIPackage_Dispose_mE43597D350AFD743B7024D568E84109D83AD7A1B(L_6, /*hidden argument*/NULL);
// taurus.unity.ResourcesManager.UnLoad(packageIdOrName + "_fui.bytes");
String_t* L_7 = ___packageIdOrName0;
String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_7, _stringLiteral24E57DF6BB7BD4DD518B2E452B82F2796901EB82, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var);
ResourcesManager_UnLoad_m2B247DDB9CD4F9260C66BC43D54E957F0FED24C8(L_8, /*hidden argument*/NULL);
// _packageInstById.Remove(pkg.id);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_9 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstById_9();
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_10 = V_0;
NullCheck(L_10);
String_t* L_11 = UIPackage_get_id_m7615CE5A25D41AA535E3EB3FA0905E6C049700CB_inline(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
Dictionary_2_Remove_mD1D355D151FE31D1C2E31F67B54CE8A208E08B1E(L_9, L_11, /*hidden argument*/Dictionary_2_Remove_mD1D355D151FE31D1C2E31F67B54CE8A208E08B1E_RuntimeMethod_var);
// if (pkg._customId != null)
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_12 = V_0;
NullCheck(L_12);
String_t* L_13 = L_12->get__customId_6();
if (!L_13)
{
goto IL_0061;
}
}
{
// _packageInstById.Remove(pkg._customId);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_14 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstById_9();
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_15 = V_0;
NullCheck(L_15);
String_t* L_16 = L_15->get__customId_6();
NullCheck(L_14);
Dictionary_2_Remove_mD1D355D151FE31D1C2E31F67B54CE8A208E08B1E(L_14, L_16, /*hidden argument*/Dictionary_2_Remove_mD1D355D151FE31D1C2E31F67B54CE8A208E08B1E_RuntimeMethod_var);
}
IL_0061:
{
// if (pkg.assetPath != null)
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_17 = V_0;
NullCheck(L_17);
String_t* L_18 = UIPackage_get_assetPath_mF5A232F1EB11C1F313F0AC48D1AA1A5A602AE943_inline(L_17, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_007a;
}
}
{
// _packageInstById.Remove(pkg.assetPath);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_19 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstById_9();
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_20 = V_0;
NullCheck(L_20);
String_t* L_21 = UIPackage_get_assetPath_mF5A232F1EB11C1F313F0AC48D1AA1A5A602AE943_inline(L_20, /*hidden argument*/NULL);
NullCheck(L_19);
Dictionary_2_Remove_mD1D355D151FE31D1C2E31F67B54CE8A208E08B1E(L_19, L_21, /*hidden argument*/Dictionary_2_Remove_mD1D355D151FE31D1C2E31F67B54CE8A208E08B1E_RuntimeMethod_var);
}
IL_007a:
{
// _packageInstByName.Remove(pkg.name);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_22 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstByName_10();
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_23 = V_0;
NullCheck(L_23);
String_t* L_24 = UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline(L_23, /*hidden argument*/NULL);
NullCheck(L_22);
Dictionary_2_Remove_mD1D355D151FE31D1C2E31F67B54CE8A208E08B1E(L_22, L_24, /*hidden argument*/Dictionary_2_Remove_mD1D355D151FE31D1C2E31F67B54CE8A208E08B1E_RuntimeMethod_var);
// _packageList.Remove(pkg);
List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * L_25 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageList_11();
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_26 = V_0;
NullCheck(L_25);
List_1_Remove_m7C5B6D8B333BBE2A1EEF74ABC0DC26060DEC95C1(L_25, L_26, /*hidden argument*/List_1_Remove_m7C5B6D8B333BBE2A1EEF74ABC0DC26060DEC95C1_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.UIPackage::RemoveAllPackages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_RemoveAllPackages_m52EA1AE5F9EE50B834CB23DC9AC45EFF0E9012A4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_RemoveAllPackages_m52EA1AE5F9EE50B834CB23DC9AC45EFF0E9012A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* V_0 = NULL;
int32_t V_1 = 0;
{
// if (_packageInstById.Count > 0)
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_0 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstById_9();
NullCheck(L_0);
int32_t L_1 = Dictionary_2_get_Count_m64AC587DEF0638313894F21BBFDBCF123412D65D(L_0, /*hidden argument*/Dictionary_2_get_Count_m64AC587DEF0638313894F21BBFDBCF123412D65D_RuntimeMethod_var);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_002e;
}
}
{
// UIPackage[] pkgs = _packageList.ToArray();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * L_2 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageList_11();
NullCheck(L_2);
UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* L_3 = List_1_ToArray_m6BB4B05CB5150702525483BA05BC4844D94DB558(L_2, /*hidden argument*/List_1_ToArray_m6BB4B05CB5150702525483BA05BC4844D94DB558_RuntimeMethod_var);
// foreach (UIPackage pkg in pkgs)
V_0 = L_3;
V_1 = 0;
goto IL_0028;
}
IL_001c:
{
// foreach (UIPackage pkg in pkgs)
UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* L_4 = V_0;
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = L_5;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
// pkg.Dispose();
NullCheck(L_7);
UIPackage_Dispose_mE43597D350AFD743B7024D568E84109D83AD7A1B(L_7, /*hidden argument*/NULL);
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0028:
{
// foreach (UIPackage pkg in pkgs)
int32_t L_9 = V_1;
UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* L_10 = V_0;
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))))
{
goto IL_001c;
}
}
IL_002e:
{
// _packageList.Clear();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * L_11 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageList_11();
NullCheck(L_11);
List_1_Clear_m749C232BE0A959D4406004C3C9402BA8B7E385B5(L_11, /*hidden argument*/List_1_Clear_m749C232BE0A959D4406004C3C9402BA8B7E385B5_RuntimeMethod_var);
// _packageInstById.Clear();
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_12 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstById_9();
NullCheck(L_12);
Dictionary_2_Clear_m5730DCD49A8795A151D36554C0A751674B8A74DB(L_12, /*hidden argument*/Dictionary_2_Clear_m5730DCD49A8795A151D36554C0A751674B8A74DB_RuntimeMethod_var);
// _packageInstByName.Clear();
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_13 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstByName_10();
NullCheck(L_13);
Dictionary_2_Clear_m5730DCD49A8795A151D36554C0A751674B8A74DB(L_13, /*hidden argument*/Dictionary_2_Clear_m5730DCD49A8795A151D36554C0A751674B8A74DB_RuntimeMethod_var);
// }
return;
}
}
// System.Collections.Generic.List`1<FairyGUI.UIPackage> FairyGUI.UIPackage::GetPackages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * UIPackage_GetPackages_mC2EA7EC163F08245F552E09E63E2C69A62BA189B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_GetPackages_mC2EA7EC163F08245F552E09E63E2C69A62BA189B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return _packageList;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * L_0 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageList_11();
return L_0;
}
}
// FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObject_m7C4F576EA69933D1D4CC43EA521D76DBBCA2E948 (String_t* ___pkgName0, String_t* ___resName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_CreateObject_m7C4F576EA69933D1D4CC43EA521D76DBBCA2E948_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * V_0 = NULL;
{
// UIPackage pkg = GetByName(pkgName);
String_t* L_0 = ___pkgName0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_1 = UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (pkg != null)
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_2 = V_0;
if (!L_2)
{
goto IL_0012;
}
}
{
// return pkg.CreateObject(resName);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_3 = V_0;
String_t* L_4 = ___resName1;
NullCheck(L_3);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = UIPackage_CreateObject_mC52A36C089B36A32A22762AF22215FD0E42328B0(L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0012:
{
// return null;
return (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL;
}
}
// FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObject_m0A657547A64BAF6857035BFDF32B76BE7C8EA36D (String_t* ___pkgName0, String_t* ___resName1, Type_t * ___userClass2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_CreateObject_m0A657547A64BAF6857035BFDF32B76BE7C8EA36D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * V_0 = NULL;
{
// UIPackage pkg = GetByName(pkgName);
String_t* L_0 = ___pkgName0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_1 = UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (pkg != null)
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_2 = V_0;
if (!L_2)
{
goto IL_0013;
}
}
{
// return pkg.CreateObject(resName, userClass);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_3 = V_0;
String_t* L_4 = ___resName1;
Type_t * L_5 = ___userClass2;
NullCheck(L_3);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = UIPackage_CreateObject_m0D76EA70E9E9131334E71C41E6D2DB9E406A25DD(L_3, L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0013:
{
// return null;
return (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL;
}
}
// FairyGUI.GObject FairyGUI.UIPackage::CreateObjectFromURL(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20 (String_t* ___url0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_0 = NULL;
{
// PackageItem pi = GetItemByURL(url);
String_t* L_0 = ___url0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_1 = UIPackage_GetItemByURL_m42A2983D16F9885843B3205EF2B16FBD398A628C(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (pi != null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_2 = V_0;
if (!L_2)
{
goto IL_0018;
}
}
{
// return pi.owner.CreateObject(pi, null);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_3 = V_0;
NullCheck(L_3);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_4 = L_3->get_owner_0();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_5 = V_0;
NullCheck(L_4);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = UIPackage_CreateObject_m1A2802AD14ABC7227BCC3570C079B03925AF370D(L_4, L_5, (Type_t *)NULL, /*hidden argument*/NULL);
return L_6;
}
IL_0018:
{
// return null;
return (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL;
}
}
// FairyGUI.GObject FairyGUI.UIPackage::CreateObjectFromURL(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObjectFromURL_m9B33D8E06ED632C72ACED1C5658F442E67DA1CE3 (String_t* ___url0, Type_t * ___userClass1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_CreateObjectFromURL_m9B33D8E06ED632C72ACED1C5658F442E67DA1CE3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_0 = NULL;
{
// PackageItem pi = GetItemByURL(url);
String_t* L_0 = ___url0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_1 = UIPackage_GetItemByURL_m42A2983D16F9885843B3205EF2B16FBD398A628C(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (pi != null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_2 = V_0;
if (!L_2)
{
goto IL_0018;
}
}
{
// return pi.owner.CreateObject(pi, userClass);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_3 = V_0;
NullCheck(L_3);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_4 = L_3->get_owner_0();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_5 = V_0;
Type_t * L_6 = ___userClass1;
NullCheck(L_4);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = UIPackage_CreateObject_m1A2802AD14ABC7227BCC3570C079B03925AF370D(L_4, L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
IL_0018:
{
// return null;
return (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL;
}
}
// System.Void FairyGUI.UIPackage::CreateObjectAsync(System.String,System.String,FairyGUI.UIPackage_CreateObjectCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_CreateObjectAsync_m32EBB7497791C5CF62B6C1A817156AE24DE2984E (String_t* ___pkgName0, String_t* ___resName1, CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * ___callback2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_CreateObjectAsync_m32EBB7497791C5CF62B6C1A817156AE24DE2984E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * V_0 = NULL;
{
// UIPackage pkg = GetByName(pkgName);
String_t* L_0 = ___pkgName0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_1 = UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (pkg != null)
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_2 = V_0;
if (!L_2)
{
goto IL_0013;
}
}
{
// pkg.CreateObjectAsync(resName, callback);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_3 = V_0;
String_t* L_4 = ___resName1;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_5 = ___callback2;
NullCheck(L_3);
UIPackage_CreateObjectAsync_mB27840F48D4424D67E1F1F4D98DEE60582A4DEB2(L_3, L_4, L_5, /*hidden argument*/NULL);
return;
}
IL_0013:
{
// Debug.LogError("FairyGUI: package not found - " + pkgName);
String_t* L_6 = ___pkgName0;
String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralE5E93EDFBE434830039F664F82C3943C6BCADB12, L_6, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_7, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.UIPackage::CreateObjectFromURL(System.String,FairyGUI.UIPackage_CreateObjectCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_CreateObjectFromURL_m49B95314D8A99FE3748A8B8A0D93CEF9AA3A9CF0 (String_t* ___url0, CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_CreateObjectFromURL_m49B95314D8A99FE3748A8B8A0D93CEF9AA3A9CF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_0 = NULL;
{
// PackageItem pi = GetItemByURL(url);
String_t* L_0 = ___url0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_1 = UIPackage_GetItemByURL_m42A2983D16F9885843B3205EF2B16FBD398A628C(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (pi != null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_2 = V_0;
if (!L_2)
{
goto IL_0012;
}
}
{
// AsyncCreationHelper.CreateObject(pi, callback);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_3 = V_0;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_4 = ___callback1;
AsyncCreationHelper_CreateObject_m9B253EBBD9ED3ECE74EF793ABA33F5846F9E9A6E(L_3, L_4, /*hidden argument*/NULL);
return;
}
IL_0012:
{
// Debug.LogError("FairyGUI: resource not found - " + url);
String_t* L_5 = ___url0;
String_t* L_6 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralBEF6B9ECBAA815FC64F26BE47E0746C2D96F3ABF, L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_6, /*hidden argument*/NULL);
// }
return;
}
}
// System.Object FairyGUI.UIPackage::GetItemAsset(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UIPackage_GetItemAsset_m41BC6059FA02B8F5287C56A9ECFEFE13565291DD (String_t* ___pkgName0, String_t* ___resName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_GetItemAsset_m41BC6059FA02B8F5287C56A9ECFEFE13565291DD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * V_0 = NULL;
{
// UIPackage pkg = GetByName(pkgName);
String_t* L_0 = ___pkgName0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_1 = UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (pkg != null)
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_2 = V_0;
if (!L_2)
{
goto IL_0012;
}
}
{
// return pkg.GetItemAsset(resName);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_3 = V_0;
String_t* L_4 = ___resName1;
NullCheck(L_3);
RuntimeObject * L_5 = UIPackage_GetItemAsset_mDE5DDE7986C7CEDC58CCD0A5FFD2286CA0C64C64(L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0012:
{
// return null;
return NULL;
}
}
// System.Object FairyGUI.UIPackage::GetItemAssetByURL(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UIPackage_GetItemAssetByURL_mADD6D0566B616E029A8A858F87E72204F6BE7895 (String_t* ___url0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_GetItemAssetByURL_mADD6D0566B616E029A8A858F87E72204F6BE7895_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_0 = NULL;
{
// PackageItem item = GetItemByURL(url);
String_t* L_0 = ___url0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_1 = UIPackage_GetItemByURL_m42A2983D16F9885843B3205EF2B16FBD398A628C(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (item == null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_2 = V_0;
if (L_2)
{
goto IL_000c;
}
}
{
// return null;
return NULL;
}
IL_000c:
{
// return item.owner.GetItemAsset(item);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_3 = V_0;
NullCheck(L_3);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_4 = L_3->get_owner_0();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_5 = V_0;
NullCheck(L_4);
RuntimeObject * L_6 = UIPackage_GetItemAsset_m0EB4AEBF322AB8E8826B67FA06EDD3B49E101FE3(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.String FairyGUI.UIPackage::GetItemURL(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UIPackage_GetItemURL_m6533391887B91F235D268F8632DD782592236951 (String_t* ___pkgName0, String_t* ___resName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_GetItemURL_m6533391887B91F235D268F8632DD782592236951_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * V_0 = NULL;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_1 = NULL;
{
// UIPackage pkg = GetByName(pkgName);
String_t* L_0 = ___pkgName0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_1 = UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (pkg == null)
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_2 = V_0;
if (L_2)
{
goto IL_000c;
}
}
{
// return null;
return (String_t*)NULL;
}
IL_000c:
{
// if (!pkg._itemsByName.TryGetValue(resName, out pi))
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_3 = V_0;
NullCheck(L_3);
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * L_4 = L_3->get__itemsByName_5();
String_t* L_5 = ___resName1;
NullCheck(L_4);
bool L_6 = Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A(L_4, L_5, (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A_RuntimeMethod_var);
if (L_6)
{
goto IL_001e;
}
}
{
// return null;
return (String_t*)NULL;
}
IL_001e:
{
// return URL_PREFIX + pkg.id + pi.id;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_7 = V_0;
NullCheck(L_7);
String_t* L_8 = UIPackage_get_id_m7615CE5A25D41AA535E3EB3FA0905E6C049700CB_inline(L_7, /*hidden argument*/NULL);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_9 = V_1;
NullCheck(L_9);
String_t* L_10 = L_9->get_id_3();
String_t* L_11 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralE61E700555BBD71A47EE5D7118B4E515CD8951A9, L_8, L_10, /*hidden argument*/NULL);
return L_11;
}
}
// FairyGUI.PackageItem FairyGUI.UIPackage::GetItemByURL(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * UIPackage_GetItemByURL_m42A2983D16F9885843B3205EF2B16FBD398A628C (String_t* ___url0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_GetItemByURL_m42A2983D16F9885843B3205EF2B16FBD398A628C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * V_2 = NULL;
String_t* V_3 = NULL;
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * V_4 = NULL;
String_t* V_5 = NULL;
{
// if (url == null)
String_t* L_0 = ___url0;
if (L_0)
{
goto IL_0005;
}
}
{
// return null;
return (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 *)NULL;
}
IL_0005:
{
// int pos1 = url.IndexOf("//");
String_t* L_1 = ___url0;
NullCheck(L_1);
int32_t L_2 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_1, _stringLiteralEBBFFB7D7EA5362A22BFA1BAB0BFDEB1617CD610, /*hidden argument*/NULL);
V_0 = L_2;
// if (pos1 == -1)
int32_t L_3 = V_0;
if ((!(((uint32_t)L_3) == ((uint32_t)(-1)))))
{
goto IL_0017;
}
}
{
// return null;
return (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 *)NULL;
}
IL_0017:
{
// int pos2 = url.IndexOf('/', pos1 + 2);
String_t* L_4 = ___url0;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_4, ((int32_t)47), ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2)), /*hidden argument*/NULL);
V_1 = L_6;
// if (pos2 == -1)
int32_t L_7 = V_1;
if ((!(((uint32_t)L_7) == ((uint32_t)(-1)))))
{
goto IL_0053;
}
}
{
// if (url.Length > 13)
String_t* L_8 = ___url0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL);
if ((((int32_t)L_9) <= ((int32_t)((int32_t)13))))
{
goto IL_0081;
}
}
{
// string pkgId = url.Substring(5, 8);
String_t* L_10 = ___url0;
NullCheck(L_10);
String_t* L_11 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_10, 5, 8, /*hidden argument*/NULL);
// UIPackage pkg = GetById(pkgId);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_12 = UIPackage_GetById_m3AE748461D7196BFBA870A6F56D2336988EC623D(L_11, /*hidden argument*/NULL);
V_2 = L_12;
// if (pkg != null)
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_13 = V_2;
if (!L_13)
{
goto IL_0081;
}
}
{
// string srcId = url.Substring(13);
String_t* L_14 = ___url0;
NullCheck(L_14);
String_t* L_15 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_14, ((int32_t)13), /*hidden argument*/NULL);
V_3 = L_15;
// return pkg.GetItem(srcId);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_16 = V_2;
String_t* L_17 = V_3;
NullCheck(L_16);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_18 = UIPackage_GetItem_m3C44EBD952417BD291B50D1BA16D547B8414DCF7(L_16, L_17, /*hidden argument*/NULL);
return L_18;
}
IL_0053:
{
// string pkgName = url.Substring(pos1 + 2, pos2 - pos1 - 2);
String_t* L_19 = ___url0;
int32_t L_20 = V_0;
int32_t L_21 = V_1;
int32_t L_22 = V_0;
NullCheck(L_19);
String_t* L_23 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)2)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)), (int32_t)2)), /*hidden argument*/NULL);
// UIPackage pkg = GetByName(pkgName);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_24 = UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5(L_23, /*hidden argument*/NULL);
V_4 = L_24;
// if (pkg != null)
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_25 = V_4;
if (!L_25)
{
goto IL_0081;
}
}
{
// string srcName = url.Substring(pos2 + 1);
String_t* L_26 = ___url0;
int32_t L_27 = V_1;
NullCheck(L_26);
String_t* L_28 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)), /*hidden argument*/NULL);
V_5 = L_28;
// return pkg.GetItemByName(srcName);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_29 = V_4;
String_t* L_30 = V_5;
NullCheck(L_29);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_31 = UIPackage_GetItemByName_m9FDB7C7C7722329E2E761B9487941B6DE7BB64FF(L_29, L_30, /*hidden argument*/NULL);
return L_31;
}
IL_0081:
{
// return null;
return (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 *)NULL;
}
}
// System.String FairyGUI.UIPackage::NormalizeURL(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UIPackage_NormalizeURL_m45855C062CBC11DE5646735352B184FBFE7F18CA (String_t* ___url0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_NormalizeURL_m45855C062CBC11DE5646735352B184FBFE7F18CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
String_t* V_2 = NULL;
{
// if (url == null)
String_t* L_0 = ___url0;
if (L_0)
{
goto IL_0005;
}
}
{
// return null;
return (String_t*)NULL;
}
IL_0005:
{
// int pos1 = url.IndexOf("//");
String_t* L_1 = ___url0;
NullCheck(L_1);
int32_t L_2 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_1, _stringLiteralEBBFFB7D7EA5362A22BFA1BAB0BFDEB1617CD610, /*hidden argument*/NULL);
V_0 = L_2;
// if (pos1 == -1)
int32_t L_3 = V_0;
if ((!(((uint32_t)L_3) == ((uint32_t)(-1)))))
{
goto IL_0017;
}
}
{
// return null;
return (String_t*)NULL;
}
IL_0017:
{
// int pos2 = url.IndexOf('/', pos1 + 2);
String_t* L_4 = ___url0;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_4, ((int32_t)47), ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2)), /*hidden argument*/NULL);
V_1 = L_6;
// if (pos2 == -1)
int32_t L_7 = V_1;
if ((!(((uint32_t)L_7) == ((uint32_t)(-1)))))
{
goto IL_0029;
}
}
{
// return url;
String_t* L_8 = ___url0;
return L_8;
}
IL_0029:
{
// string pkgName = url.Substring(pos1 + 2, pos2 - pos1 - 2);
String_t* L_9 = ___url0;
int32_t L_10 = V_0;
int32_t L_11 = V_1;
int32_t L_12 = V_0;
NullCheck(L_9);
String_t* L_13 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)), (int32_t)2)), /*hidden argument*/NULL);
// string srcName = url.Substring(pos2 + 1);
String_t* L_14 = ___url0;
int32_t L_15 = V_1;
NullCheck(L_14);
String_t* L_16 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL);
V_2 = L_16;
// return GetItemURL(pkgName, srcName);
String_t* L_17 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
String_t* L_18 = UIPackage_GetItemURL_m6533391887B91F235D268F8632DD782592236951(L_13, L_17, /*hidden argument*/NULL);
return L_18;
}
}
// System.Void FairyGUI.UIPackage::SetStringsSource(FairyGUI.Utils.XML)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_SetStringsSource_mDB80D715FEC1D5B8CFDAF0A9F300B2ADA9A4B1EC (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ___source0, const RuntimeMethod* method)
{
{
// TranslationHelper.LoadFromXML(source);
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_0 = ___source0;
TranslationHelper_LoadFromXML_m8829B6D9BD5172D4D2D38A13F8C26A85E28E8A43(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.String FairyGUI.UIPackage::get_customId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UIPackage_get_customId_m5557397062441C54A1B416F627CD1FD6F77B8D30 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
{
// get { return _customId; }
String_t* L_0 = __this->get__customId_6();
return L_0;
}
}
// System.Void FairyGUI.UIPackage::set_customId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_set_customId_mEFAEB4DDE4CF2507EE04B55B4D95F91ED5DC9D11 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_set_customId_mEFAEB4DDE4CF2507EE04B55B4D95F91ED5DC9D11_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_customId != null)
String_t* L_0 = __this->get__customId_6();
if (!L_0)
{
goto IL_0019;
}
}
{
// _packageInstById.Remove(_customId);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_1 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstById_9();
String_t* L_2 = __this->get__customId_6();
NullCheck(L_1);
Dictionary_2_Remove_mD1D355D151FE31D1C2E31F67B54CE8A208E08B1E(L_1, L_2, /*hidden argument*/Dictionary_2_Remove_mD1D355D151FE31D1C2E31F67B54CE8A208E08B1E_RuntimeMethod_var);
}
IL_0019:
{
// _customId = value;
String_t* L_3 = ___value0;
__this->set__customId_6(L_3);
// if (_customId != null)
String_t* L_4 = __this->get__customId_6();
if (!L_4)
{
goto IL_0039;
}
}
{
// _packageInstById[_customId] = this;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_5 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstById_9();
String_t* L_6 = __this->get__customId_6();
NullCheck(L_5);
Dictionary_2_set_Item_m79C7D31C33DB79821C5607F0125EAFB31CCBB12A(L_5, L_6, __this, /*hidden argument*/Dictionary_2_set_Item_m79C7D31C33DB79821C5607F0125EAFB31CCBB12A_RuntimeMethod_var);
}
IL_0039:
{
// }
return;
}
}
// System.Boolean FairyGUI.UIPackage::LoadPackage(FairyGUI.Utils.ByteBuffer,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIPackage_LoadPackage_mE0A617BF0C11B7F7A3317F19B3CB6C59D9E3D39D (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, String_t* ___packageSource1, String_t* ___assetNamePrefix2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_LoadPackage_mE0A617BF0C11B7F7A3317F19B3CB6C59D9E3D39D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_9;
memset((&V_9), 0, sizeof(V_9));
int32_t V_10 = 0;
int32_t V_11 = 0;
int32_t V_12 = 0;
String_t* V_13 = NULL;
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * V_14 = NULL;
int32_t V_15 = 0;
int32_t V_16 = 0;
{
// if (buffer.ReadUint() != 0x46475549)
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
NullCheck(L_0);
uint32_t L_1 = ByteBuffer_ReadUint_m7A7855F7C17C6823ED2E6F09D1B7B8BE83252DAB(L_0, /*hidden argument*/NULL);
if ((((int32_t)L_1) == ((int32_t)((int32_t)1179080009))))
{
goto IL_0041;
}
}
{
// if (Application.isPlaying)
bool L_2 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_2)
{
goto IL_002a;
}
}
{
// throw new Exception("FairyGUI: old package format found in '" + packageSource + "'");
String_t* L_3 = ___packageSource1;
String_t* L_4 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralD5B65D9449F3D8D91F57547DF58AE1D2E1F56CD7, L_3, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL);
Exception_t * L_5 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, UIPackage_LoadPackage_mE0A617BF0C11B7F7A3317F19B3CB6C59D9E3D39D_RuntimeMethod_var);
}
IL_002a:
{
// Debug.LogWarning("FairyGUI: old package format found in '" + packageSource + "'");
String_t* L_6 = ___packageSource1;
String_t* L_7 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralD5B65D9449F3D8D91F57547DF58AE1D2E1F56CD7, L_6, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_7, /*hidden argument*/NULL);
// return false;
return (bool)0;
}
IL_0041:
{
// buffer.version = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_8 = ___buffer0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_9 = ___buffer0;
NullCheck(L_9);
int32_t L_10 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_9, /*hidden argument*/NULL);
NullCheck(L_8);
L_8->set_version_2(L_10);
// buffer.ReadBool(); //compressed
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_11 = ___buffer0;
NullCheck(L_11);
ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_11, /*hidden argument*/NULL);
// id = buffer.ReadString();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_12 = ___buffer0;
NullCheck(L_12);
String_t* L_13 = ByteBuffer_ReadString_m5AFC623C35037FDE1DC81A8219CF25A659AF4518(L_12, /*hidden argument*/NULL);
UIPackage_set_id_mA4085129431C2425D211F8EC14BC2509F77B3F21_inline(__this, L_13, /*hidden argument*/NULL);
// name = buffer.ReadString();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_14 = ___buffer0;
NullCheck(L_14);
String_t* L_15 = ByteBuffer_ReadString_m5AFC623C35037FDE1DC81A8219CF25A659AF4518(L_14, /*hidden argument*/NULL);
UIPackage_set_name_m164F37FAC7E9AA74471B0A822EFF2BDBBEF12C24_inline(__this, L_15, /*hidden argument*/NULL);
// if (_packageInstById.ContainsKey(id) && name != _packageInstById[id].name)
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_16 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstById_9();
String_t* L_17 = UIPackage_get_id_m7615CE5A25D41AA535E3EB3FA0905E6C049700CB_inline(__this, /*hidden argument*/NULL);
NullCheck(L_16);
bool L_18 = Dictionary_2_ContainsKey_mE84580A21564560F9AC48A89B85D62B84C4D4050(L_16, L_17, /*hidden argument*/Dictionary_2_ContainsKey_mE84580A21564560F9AC48A89B85D62B84C4D4050_RuntimeMethod_var);
if (!L_18)
{
goto IL_00ea;
}
}
{
String_t* L_19 = UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_20 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstById_9();
String_t* L_21 = UIPackage_get_id_m7615CE5A25D41AA535E3EB3FA0905E6C049700CB_inline(__this, /*hidden argument*/NULL);
NullCheck(L_20);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_22 = Dictionary_2_get_Item_mB5363FDA53B846B0FE12818EB31DFF0C7C21DA5E(L_20, L_21, /*hidden argument*/Dictionary_2_get_Item_mB5363FDA53B846B0FE12818EB31DFF0C7C21DA5E_RuntimeMethod_var);
NullCheck(L_22);
String_t* L_23 = UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline(L_22, /*hidden argument*/NULL);
bool L_24 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_19, L_23, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_00ea;
}
}
{
// throw new Exception("FairyGUI: Package id conflicts, '" + name + "' and '" + _packageInstById[id].name + "'");
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = L_25;
NullCheck(L_26);
ArrayElementTypeCheck (L_26, _stringLiteralB6DB24CEF8318F8CB66C488CE6275C1D6A8304D2);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralB6DB24CEF8318F8CB66C488CE6275C1D6A8304D2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = L_26;
String_t* L_28 = UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline(__this, /*hidden argument*/NULL);
NullCheck(L_27);
ArrayElementTypeCheck (L_27, L_28);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_28);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = L_27;
NullCheck(L_29);
ArrayElementTypeCheck (L_29, _stringLiteral4916EC2F580C77A4D1B5E63910F76B907C733A98);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral4916EC2F580C77A4D1B5E63910F76B907C733A98);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = L_29;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_31 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__packageInstById_9();
String_t* L_32 = UIPackage_get_id_m7615CE5A25D41AA535E3EB3FA0905E6C049700CB_inline(__this, /*hidden argument*/NULL);
NullCheck(L_31);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_33 = Dictionary_2_get_Item_mB5363FDA53B846B0FE12818EB31DFF0C7C21DA5E(L_31, L_32, /*hidden argument*/Dictionary_2_get_Item_mB5363FDA53B846B0FE12818EB31DFF0C7C21DA5E_RuntimeMethod_var);
NullCheck(L_33);
String_t* L_34 = UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline(L_33, /*hidden argument*/NULL);
NullCheck(L_30);
ArrayElementTypeCheck (L_30, L_34);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_34);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_35 = L_30;
NullCheck(L_35);
ArrayElementTypeCheck (L_35, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8);
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8);
String_t* L_36 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_35, /*hidden argument*/NULL);
Exception_t * L_37 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_37, L_36, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, UIPackage_LoadPackage_mE0A617BF0C11B7F7A3317F19B3CB6C59D9E3D39D_RuntimeMethod_var);
}
IL_00ea:
{
// buffer.Skip(20);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_38 = ___buffer0;
NullCheck(L_38);
ByteBuffer_Skip_mFEB13122A61BF836E269E89D09BF09504C08974A(L_38, ((int32_t)20), /*hidden argument*/NULL);
// int indexTablePos = buffer.position;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_39 = ___buffer0;
NullCheck(L_39);
int32_t L_40 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_39, /*hidden argument*/NULL);
V_0 = L_40;
// buffer.Seek(indexTablePos, 4);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_41 = ___buffer0;
int32_t L_42 = V_0;
NullCheck(L_41);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_41, L_42, 4, /*hidden argument*/NULL);
// cnt = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_43 = ___buffer0;
NullCheck(L_43);
int32_t L_44 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_43, /*hidden argument*/NULL);
V_1 = L_44;
// string[] stringTable = new string[cnt];
int32_t L_45 = V_1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_46 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_45);
V_2 = L_46;
// for (int i = 0; i < cnt; i++)
V_4 = 0;
goto IL_0126;
}
IL_0116:
{
// stringTable[i] = buffer.ReadString();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_47 = V_2;
int32_t L_48 = V_4;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_49 = ___buffer0;
NullCheck(L_49);
String_t* L_50 = ByteBuffer_ReadString_m5AFC623C35037FDE1DC81A8219CF25A659AF4518(L_49, /*hidden argument*/NULL);
NullCheck(L_47);
ArrayElementTypeCheck (L_47, L_50);
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(L_48), (String_t*)L_50);
// for (int i = 0; i < cnt; i++)
int32_t L_51 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
}
IL_0126:
{
// for (int i = 0; i < cnt; i++)
int32_t L_52 = V_4;
int32_t L_53 = V_1;
if ((((int32_t)L_52) < ((int32_t)L_53)))
{
goto IL_0116;
}
}
{
// buffer.stringTable = stringTable;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_54 = ___buffer0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_55 = V_2;
NullCheck(L_54);
L_54->set_stringTable_1(L_55);
// buffer.Seek(indexTablePos, 1);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_56 = ___buffer0;
int32_t L_57 = V_0;
NullCheck(L_56);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_56, L_57, 1, /*hidden argument*/NULL);
// if (assetNamePrefix == null)
String_t* L_58 = ___assetNamePrefix2;
if (L_58)
{
goto IL_0147;
}
}
{
// assetNamePrefix = string.Empty;
String_t* L_59 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___assetNamePrefix2 = L_59;
goto IL_015d;
}
IL_0147:
{
// else if (assetNamePrefix.Length > 0)
String_t* L_60 = ___assetNamePrefix2;
NullCheck(L_60);
int32_t L_61 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_60, /*hidden argument*/NULL);
if ((((int32_t)L_61) <= ((int32_t)0)))
{
goto IL_015d;
}
}
{
// assetNamePrefix = assetNamePrefix + "_";
String_t* L_62 = ___assetNamePrefix2;
String_t* L_63 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_62, _stringLiteral53A0ACFAD59379B3E050338BF9F23CFC172EE787, /*hidden argument*/NULL);
___assetNamePrefix2 = L_63;
}
IL_015d:
{
// cnt = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_64 = ___buffer0;
NullCheck(L_64);
int16_t L_65 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_64, /*hidden argument*/NULL);
V_1 = L_65;
// for (int i = 0; i < cnt; i++)
V_5 = 0;
goto IL_0354;
}
IL_016c:
{
// int nextPos = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_66 = ___buffer0;
NullCheck(L_66);
int32_t L_67 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_66, /*hidden argument*/NULL);
V_6 = L_67;
// nextPos += buffer.position;
int32_t L_68 = V_6;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_69 = ___buffer0;
NullCheck(L_69);
int32_t L_70 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_69, /*hidden argument*/NULL);
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)L_70));
// pi = new PackageItem();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_71 = (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 *)il2cpp_codegen_object_new(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_il2cpp_TypeInfo_var);
PackageItem__ctor_m8AD178144FEB7034D128A07B517EBE7E1CA11E61(L_71, /*hidden argument*/NULL);
V_3 = L_71;
// pi.owner = this;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_72 = V_3;
NullCheck(L_72);
L_72->set_owner_0(__this);
// pi.type = (PackageItemType)buffer.ReadByte();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_73 = V_3;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_74 = ___buffer0;
NullCheck(L_74);
uint8_t L_75 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_74, /*hidden argument*/NULL);
NullCheck(L_73);
L_73->set_type_1(L_75);
// pi.id = buffer.ReadS();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_76 = V_3;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_77 = ___buffer0;
NullCheck(L_77);
String_t* L_78 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_77, /*hidden argument*/NULL);
NullCheck(L_76);
L_76->set_id_3(L_78);
// pi.name = buffer.ReadS();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_79 = V_3;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_80 = ___buffer0;
NullCheck(L_80);
String_t* L_81 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_80, /*hidden argument*/NULL);
NullCheck(L_79);
L_79->set_name_4(L_81);
// buffer.ReadS(); //path
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_82 = ___buffer0;
NullCheck(L_82);
ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_82, /*hidden argument*/NULL);
// pi.file = buffer.ReadS();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_83 = V_3;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_84 = ___buffer0;
NullCheck(L_84);
String_t* L_85 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_84, /*hidden argument*/NULL);
NullCheck(L_83);
L_83->set_file_7(L_85);
// pi.exported = buffer.ReadBool();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_86 = V_3;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_87 = ___buffer0;
NullCheck(L_87);
bool L_88 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_87, /*hidden argument*/NULL);
NullCheck(L_86);
L_86->set_exported_8(L_88);
// pi.width = buffer.ReadInt();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_89 = V_3;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_90 = ___buffer0;
NullCheck(L_90);
int32_t L_91 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_90, /*hidden argument*/NULL);
NullCheck(L_89);
L_89->set_width_5(L_91);
// pi.height = buffer.ReadInt();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_92 = V_3;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_93 = ___buffer0;
NullCheck(L_93);
int32_t L_94 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_93, /*hidden argument*/NULL);
NullCheck(L_92);
L_92->set_height_6(L_94);
// switch (pi.type)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_95 = V_3;
NullCheck(L_95);
int32_t L_96 = L_95->get_type_1();
V_7 = L_96;
int32_t L_97 = V_7;
switch (L_97)
{
case 0:
{
goto IL_021b;
}
case 1:
{
goto IL_029f;
}
case 2:
{
goto IL_02fc;
}
case 3:
{
goto IL_02c9;
}
case 4:
{
goto IL_02fc;
}
case 5:
{
goto IL_02bb;
}
case 6:
{
goto IL_030e;
}
case 7:
{
goto IL_02fc;
}
}
}
{
goto IL_030e;
}
IL_021b:
{
// pi.objectType = ObjectType.Image;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_98 = V_3;
NullCheck(L_98);
L_98->set_objectType_2(0);
// int scaleOption = buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_99 = ___buffer0;
NullCheck(L_99);
uint8_t L_100 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_99, /*hidden argument*/NULL);
V_8 = L_100;
// if (scaleOption == 1)
int32_t L_101 = V_8;
if ((!(((uint32_t)L_101) == ((uint32_t)1))))
{
goto IL_028a;
}
}
{
// Rect rect = new Rect();
il2cpp_codegen_initobj((&V_9), sizeof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE ));
// rect.x = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_102 = ___buffer0;
NullCheck(L_102);
int32_t L_103 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_102, /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_9), (((float)((float)L_103))), /*hidden argument*/NULL);
// rect.y = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_104 = ___buffer0;
NullCheck(L_104);
int32_t L_105 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_104, /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_9), (((float)((float)L_105))), /*hidden argument*/NULL);
// rect.width = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_106 = ___buffer0;
NullCheck(L_106);
int32_t L_107 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_106, /*hidden argument*/NULL);
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_9), (((float)((float)L_107))), /*hidden argument*/NULL);
// rect.height = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_108 = ___buffer0;
NullCheck(L_108);
int32_t L_109 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_108, /*hidden argument*/NULL);
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_9), (((float)((float)L_109))), /*hidden argument*/NULL);
// pi.scale9Grid = rect;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_110 = V_3;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_111 = V_9;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_112;
memset((&L_112), 0, sizeof(L_112));
Nullable_1__ctor_m14C234510865CCF1E3E4D08CDA1D48604738D516((&L_112), L_111, /*hidden argument*/Nullable_1__ctor_m14C234510865CCF1E3E4D08CDA1D48604738D516_RuntimeMethod_var);
NullCheck(L_110);
L_110->set_scale9Grid_11(L_112);
// pi.tileGridIndice = buffer.ReadInt();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_113 = V_3;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_114 = ___buffer0;
NullCheck(L_114);
int32_t L_115 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_114, /*hidden argument*/NULL);
NullCheck(L_113);
L_113->set_tileGridIndice_13(L_115);
// }
goto IL_0296;
}
IL_028a:
{
// else if (scaleOption == 2)
int32_t L_116 = V_8;
if ((!(((uint32_t)L_116) == ((uint32_t)2))))
{
goto IL_0296;
}
}
{
// pi.scaleByTile = true;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_117 = V_3;
NullCheck(L_117);
L_117->set_scaleByTile_12((bool)1);
}
IL_0296:
{
// buffer.ReadBool(); //smoothing
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_118 = ___buffer0;
NullCheck(L_118);
ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_118, /*hidden argument*/NULL);
// break;
goto IL_030e;
}
IL_029f:
{
// buffer.ReadBool(); //smoothing
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_119 = ___buffer0;
NullCheck(L_119);
ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_119, /*hidden argument*/NULL);
// pi.objectType = ObjectType.MovieClip;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_120 = V_3;
NullCheck(L_120);
L_120->set_objectType_2(1);
// pi.rawData = buffer.ReadBuffer();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_121 = V_3;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_122 = ___buffer0;
NullCheck(L_122);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_123 = ByteBuffer_ReadBuffer_m0FFEA1CB42CD976B0FA7CBE757E4161F9911F501(L_122, /*hidden argument*/NULL);
NullCheck(L_121);
L_121->set_rawData_10(L_123);
// break;
goto IL_030e;
}
IL_02bb:
{
// pi.rawData = buffer.ReadBuffer();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_124 = V_3;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_125 = ___buffer0;
NullCheck(L_125);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_126 = ByteBuffer_ReadBuffer_m0FFEA1CB42CD976B0FA7CBE757E4161F9911F501(L_125, /*hidden argument*/NULL);
NullCheck(L_124);
L_124->set_rawData_10(L_126);
// break;
goto IL_030e;
}
IL_02c9:
{
// int extension = buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_127 = ___buffer0;
NullCheck(L_127);
uint8_t L_128 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_127, /*hidden argument*/NULL);
V_10 = L_128;
// if (extension > 0)
int32_t L_129 = V_10;
if ((((int32_t)L_129) <= ((int32_t)0)))
{
goto IL_02e0;
}
}
{
// pi.objectType = (ObjectType)extension;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_130 = V_3;
int32_t L_131 = V_10;
NullCheck(L_130);
L_130->set_objectType_2(L_131);
goto IL_02e8;
}
IL_02e0:
{
// pi.objectType = ObjectType.Component;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_132 = V_3;
NullCheck(L_132);
L_132->set_objectType_2(((int32_t)9));
}
IL_02e8:
{
// pi.rawData = buffer.ReadBuffer();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_133 = V_3;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_134 = ___buffer0;
NullCheck(L_134);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_135 = ByteBuffer_ReadBuffer_m0FFEA1CB42CD976B0FA7CBE757E4161F9911F501(L_134, /*hidden argument*/NULL);
NullCheck(L_133);
L_133->set_rawData_10(L_135);
// UIObjectFactory.ResolvePackageItemExtension(pi);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_136 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
UIObjectFactory_ResolvePackageItemExtension_mBF33E50B0E1DA614E06E60A4904074D17EA25102(L_136, /*hidden argument*/NULL);
// break;
goto IL_030e;
}
IL_02fc:
{
// pi.file = assetNamePrefix + pi.file;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_137 = V_3;
String_t* L_138 = ___assetNamePrefix2;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_139 = V_3;
NullCheck(L_139);
String_t* L_140 = L_139->get_file_7();
String_t* L_141 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_138, L_140, /*hidden argument*/NULL);
NullCheck(L_137);
L_137->set_file_7(L_141);
}
IL_030e:
{
// _items.Add(pi);
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * L_142 = __this->get__items_3();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_143 = V_3;
NullCheck(L_142);
List_1_Add_m2ADE3870FA0AAAD9206D771CF1E801B47F5D2C20(L_142, L_143, /*hidden argument*/List_1_Add_m2ADE3870FA0AAAD9206D771CF1E801B47F5D2C20_RuntimeMethod_var);
// _itemsById[pi.id] = pi;
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * L_144 = __this->get__itemsById_4();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_145 = V_3;
NullCheck(L_145);
String_t* L_146 = L_145->get_id_3();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_147 = V_3;
NullCheck(L_144);
Dictionary_2_set_Item_mCFBD5751293AF70ECB7159FEECA213C05DFA8F9C(L_144, L_146, L_147, /*hidden argument*/Dictionary_2_set_Item_mCFBD5751293AF70ECB7159FEECA213C05DFA8F9C_RuntimeMethod_var);
// if (pi.name != null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_148 = V_3;
NullCheck(L_148);
String_t* L_149 = L_148->get_name_4();
if (!L_149)
{
goto IL_0346;
}
}
{
// _itemsByName[pi.name] = pi;
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * L_150 = __this->get__itemsByName_5();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_151 = V_3;
NullCheck(L_151);
String_t* L_152 = L_151->get_name_4();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_153 = V_3;
NullCheck(L_150);
Dictionary_2_set_Item_mCFBD5751293AF70ECB7159FEECA213C05DFA8F9C(L_150, L_152, L_153, /*hidden argument*/Dictionary_2_set_Item_mCFBD5751293AF70ECB7159FEECA213C05DFA8F9C_RuntimeMethod_var);
}
IL_0346:
{
// buffer.position = nextPos;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_154 = ___buffer0;
int32_t L_155 = V_6;
NullCheck(L_154);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_154, L_155, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_156 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)1));
}
IL_0354:
{
// for (int i = 0; i < cnt; i++)
int32_t L_157 = V_5;
int32_t L_158 = V_1;
if ((((int32_t)L_157) < ((int32_t)L_158)))
{
goto IL_016c;
}
}
{
// buffer.Seek(indexTablePos, 2);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_159 = ___buffer0;
int32_t L_160 = V_0;
NullCheck(L_159);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_159, L_160, 2, /*hidden argument*/NULL);
// cnt = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_161 = ___buffer0;
NullCheck(L_161);
int16_t L_162 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_161, /*hidden argument*/NULL);
V_1 = L_162;
// for (int i = 0; i < cnt; i++)
V_11 = 0;
goto IL_0426;
}
IL_0374:
{
// int nextPos = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_163 = ___buffer0;
NullCheck(L_163);
int16_t L_164 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_163, /*hidden argument*/NULL);
V_12 = L_164;
// nextPos += buffer.position;
int32_t L_165 = V_12;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_166 = ___buffer0;
NullCheck(L_166);
int32_t L_167 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_166, /*hidden argument*/NULL);
V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)L_167));
// string itemId = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_168 = ___buffer0;
NullCheck(L_168);
String_t* L_169 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_168, /*hidden argument*/NULL);
V_13 = L_169;
// pi = _itemsById[buffer.ReadS()];
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * L_170 = __this->get__itemsById_4();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_171 = ___buffer0;
NullCheck(L_171);
String_t* L_172 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_171, /*hidden argument*/NULL);
NullCheck(L_170);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_173 = Dictionary_2_get_Item_m5E08DEF3BFF8BB65FAEDBC7E55491413AD3E3F0D(L_170, L_172, /*hidden argument*/Dictionary_2_get_Item_m5E08DEF3BFF8BB65FAEDBC7E55491413AD3E3F0D_RuntimeMethod_var);
V_3 = L_173;
// AtlasSprite sprite = new AtlasSprite();
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_174 = (AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F *)il2cpp_codegen_object_new(AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F_il2cpp_TypeInfo_var);
AtlasSprite__ctor_mC5939094609E8A3C0EF8115AA1210204C359EBAC(L_174, /*hidden argument*/NULL);
V_14 = L_174;
// sprite.atlas = pi;
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_175 = V_14;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_176 = V_3;
NullCheck(L_175);
L_175->set_atlas_0(L_176);
// sprite.rect.x = buffer.ReadInt();
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_177 = V_14;
NullCheck(L_177);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_178 = L_177->get_address_of_rect_1();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_179 = ___buffer0;
NullCheck(L_179);
int32_t L_180 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_179, /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_178, (((float)((float)L_180))), /*hidden argument*/NULL);
// sprite.rect.y = buffer.ReadInt();
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_181 = V_14;
NullCheck(L_181);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_182 = L_181->get_address_of_rect_1();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_183 = ___buffer0;
NullCheck(L_183);
int32_t L_184 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_183, /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_182, (((float)((float)L_184))), /*hidden argument*/NULL);
// sprite.rect.width = buffer.ReadInt();
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_185 = V_14;
NullCheck(L_185);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_186 = L_185->get_address_of_rect_1();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_187 = ___buffer0;
NullCheck(L_187);
int32_t L_188 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_187, /*hidden argument*/NULL);
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_186, (((float)((float)L_188))), /*hidden argument*/NULL);
// sprite.rect.height = buffer.ReadInt();
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_189 = V_14;
NullCheck(L_189);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_190 = L_189->get_address_of_rect_1();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_191 = ___buffer0;
NullCheck(L_191);
int32_t L_192 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_191, /*hidden argument*/NULL);
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_190, (((float)((float)L_192))), /*hidden argument*/NULL);
// sprite.rotated = buffer.ReadBool();
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_193 = V_14;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_194 = ___buffer0;
NullCheck(L_194);
bool L_195 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_194, /*hidden argument*/NULL);
NullCheck(L_193);
L_193->set_rotated_2(L_195);
// _sprites[itemId] = sprite;
Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * L_196 = __this->get__sprites_8();
String_t* L_197 = V_13;
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_198 = V_14;
NullCheck(L_196);
Dictionary_2_set_Item_mF14786A4048308C8A98FB02178134821B664DC3E(L_196, L_197, L_198, /*hidden argument*/Dictionary_2_set_Item_mF14786A4048308C8A98FB02178134821B664DC3E_RuntimeMethod_var);
// buffer.position = nextPos;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_199 = ___buffer0;
int32_t L_200 = V_12;
NullCheck(L_199);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_199, L_200, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_201 = V_11;
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_201, (int32_t)1));
}
IL_0426:
{
// for (int i = 0; i < cnt; i++)
int32_t L_202 = V_11;
int32_t L_203 = V_1;
if ((((int32_t)L_202) < ((int32_t)L_203)))
{
goto IL_0374;
}
}
{
// if (buffer.Seek(indexTablePos, 3))
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_204 = ___buffer0;
int32_t L_205 = V_0;
NullCheck(L_204);
bool L_206 = ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_204, L_205, 3, /*hidden argument*/NULL);
if (!L_206)
{
goto IL_049e;
}
}
{
// cnt = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_207 = ___buffer0;
NullCheck(L_207);
int16_t L_208 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_207, /*hidden argument*/NULL);
V_1 = L_208;
// for (int i = 0; i < cnt; i++)
V_15 = 0;
goto IL_0499;
}
IL_0444:
{
// int nextPos = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_209 = ___buffer0;
NullCheck(L_209);
int32_t L_210 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_209, /*hidden argument*/NULL);
V_16 = L_210;
// nextPos += buffer.position;
int32_t L_211 = V_16;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_212 = ___buffer0;
NullCheck(L_212);
int32_t L_213 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_212, /*hidden argument*/NULL);
V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_211, (int32_t)L_213));
// if (_itemsById.TryGetValue(buffer.ReadS(), out pi))
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * L_214 = __this->get__itemsById_4();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_215 = ___buffer0;
NullCheck(L_215);
String_t* L_216 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_215, /*hidden argument*/NULL);
NullCheck(L_214);
bool L_217 = Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A(L_214, L_216, (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 **)(&V_3), /*hidden argument*/Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A_RuntimeMethod_var);
if (!L_217)
{
goto IL_048b;
}
}
{
// if (pi.type == PackageItemType.Image)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_218 = V_3;
NullCheck(L_218);
int32_t L_219 = L_218->get_type_1();
if (L_219)
{
goto IL_048b;
}
}
{
// pi.pixelHitTestData = new PixelHitTestData();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_220 = V_3;
PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * L_221 = (PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 *)il2cpp_codegen_object_new(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4_il2cpp_TypeInfo_var);
PixelHitTestData__ctor_mD8495E35CB6BBD2B431329AD5DF69D91B20B49EF(L_221, /*hidden argument*/NULL);
NullCheck(L_220);
L_220->set_pixelHitTestData_14(L_221);
// pi.pixelHitTestData.Load(buffer);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_222 = V_3;
NullCheck(L_222);
PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * L_223 = L_222->get_pixelHitTestData_14();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_224 = ___buffer0;
NullCheck(L_223);
PixelHitTestData_Load_m1CB557B74C5FB52F7AEE047C475B46330159B199(L_223, L_224, /*hidden argument*/NULL);
}
IL_048b:
{
// buffer.position = nextPos;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_225 = ___buffer0;
int32_t L_226 = V_16;
NullCheck(L_225);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_225, L_226, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_227 = V_15;
V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_227, (int32_t)1));
}
IL_0499:
{
// for (int i = 0; i < cnt; i++)
int32_t L_228 = V_15;
int32_t L_229 = V_1;
if ((((int32_t)L_228) < ((int32_t)L_229)))
{
goto IL_0444;
}
}
IL_049e:
{
// if (!Application.isPlaying)
bool L_230 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (L_230)
{
goto IL_04bc;
}
}
{
// _items.Sort(ComparePackageItem);
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * L_231 = __this->get__items_3();
Comparison_1_tE5D7D3C8CDA1244BA4C36C7B500AC4390D67FCB3 * L_232 = (Comparison_1_tE5D7D3C8CDA1244BA4C36C7B500AC4390D67FCB3 *)il2cpp_codegen_object_new(Comparison_1_tE5D7D3C8CDA1244BA4C36C7B500AC4390D67FCB3_il2cpp_TypeInfo_var);
Comparison_1__ctor_mAD50E4953927E6EA5CB876201E4A17F5EC8EA4AF(L_232, NULL, (intptr_t)((intptr_t)UIPackage_ComparePackageItem_mCD29D74C7315D8E5C5B1651D7192143379487608_RuntimeMethod_var), /*hidden argument*/Comparison_1__ctor_mAD50E4953927E6EA5CB876201E4A17F5EC8EA4AF_RuntimeMethod_var);
NullCheck(L_231);
List_1_Sort_mDF663973F86DF9C6F24F75A1650C6541C844C59D(L_231, L_232, /*hidden argument*/List_1_Sort_mDF663973F86DF9C6F24F75A1650C6541C844C59D_RuntimeMethod_var);
}
IL_04bc:
{
// return true;
return (bool)1;
}
}
// System.Int32 FairyGUI.UIPackage::ComparePackageItem(FairyGUI.PackageItem,FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIPackage_ComparePackageItem_mCD29D74C7315D8E5C5B1651D7192143379487608 (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___p10, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___p21, const RuntimeMethod* method)
{
{
// if (p1.name != null && p2.name != null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_0 = ___p10;
NullCheck(L_0);
String_t* L_1 = L_0->get_name_4();
if (!L_1)
{
goto IL_0022;
}
}
{
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_2 = ___p21;
NullCheck(L_2);
String_t* L_3 = L_2->get_name_4();
if (!L_3)
{
goto IL_0022;
}
}
{
// return p1.name.CompareTo(p2.name);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_4 = ___p10;
NullCheck(L_4);
String_t* L_5 = L_4->get_name_4();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_6 = ___p21;
NullCheck(L_6);
String_t* L_7 = L_6->get_name_4();
NullCheck(L_5);
int32_t L_8 = String_CompareTo_m9FAB33E920810E148EDAA4F64E37F231412312AB(L_5, L_7, /*hidden argument*/NULL);
return L_8;
}
IL_0022:
{
// return 0;
return 0;
}
}
// System.Void FairyGUI.UIPackage::LoadAllAssets()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_LoadAllAssets_m7EFB122F1D2F96B211B8F52E6CF006B84C37F476 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_LoadAllAssets_m7EFB122F1D2F96B211B8F52E6CF006B84C37F476_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// int cnt = _items.Count;
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * L_0 = __this->get__items_3();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mCE2974C157A49F7BB61BE1D900DA788F00573F66_inline(L_0, /*hidden argument*/List_1_get_Count_mCE2974C157A49F7BB61BE1D900DA788F00573F66_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0027;
}
IL_0010:
{
// GetItemAsset(_items[i]);
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * L_2 = __this->get__items_3();
int32_t L_3 = V_1;
NullCheck(L_2);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_4 = List_1_get_Item_m478F737B9969A1C375F3BDC255177BD154319F6E_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m478F737B9969A1C375F3BDC255177BD154319F6E_RuntimeMethod_var);
UIPackage_GetItemAsset_m0EB4AEBF322AB8E8826B67FA06EDD3B49E101FE3(__this, L_4, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_0027:
{
// for (int i = 0; i < cnt; i++)
int32_t L_6 = V_1;
int32_t L_7 = V_0;
if ((((int32_t)L_6) < ((int32_t)L_7)))
{
goto IL_0010;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.UIPackage::UnloadAssets()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_UnloadAssets_mAFDFDD0852BCB23C5699A5AD259D551962DBB5F7 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_UnloadAssets_mAFDFDD0852BCB23C5699A5AD259D551962DBB5F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_2 = NULL;
{
// int cnt = _items.Count;
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * L_0 = __this->get__items_3();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mCE2974C157A49F7BB61BE1D900DA788F00573F66_inline(L_0, /*hidden argument*/List_1_get_Count_mCE2974C157A49F7BB61BE1D900DA788F00573F66_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_005b;
}
IL_0010:
{
// PackageItem pi = _items[i];
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * L_2 = __this->get__items_3();
int32_t L_3 = V_1;
NullCheck(L_2);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_4 = List_1_get_Item_m478F737B9969A1C375F3BDC255177BD154319F6E_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m478F737B9969A1C375F3BDC255177BD154319F6E_RuntimeMethod_var);
V_2 = L_4;
// if (pi.type == PackageItemType.Atlas)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_5 = V_2;
NullCheck(L_5);
int32_t L_6 = L_5->get_type_1();
if ((!(((uint32_t)L_6) == ((uint32_t)4))))
{
goto IL_003b;
}
}
{
// if (pi.texture != null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_7 = V_2;
NullCheck(L_7);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_8 = L_7->get_texture_9();
if (!L_8)
{
goto IL_0057;
}
}
{
// pi.texture.Unload();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_9 = V_2;
NullCheck(L_9);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_10 = L_9->get_texture_9();
NullCheck(L_10);
NTexture_Unload_m9B40DDA937A00D1EBB2DAF40142EEE336295CC0B(L_10, /*hidden argument*/NULL);
// }
goto IL_0057;
}
IL_003b:
{
// else if (pi.type == PackageItemType.Sound)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_11 = V_2;
NullCheck(L_11);
int32_t L_12 = L_11->get_type_1();
if ((!(((uint32_t)L_12) == ((uint32_t)2))))
{
goto IL_0057;
}
}
{
// if (pi.audioClip != null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_13 = V_2;
NullCheck(L_13);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_14 = L_13->get_audioClip_22();
if (!L_14)
{
goto IL_0057;
}
}
{
// pi.audioClip.Unload();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_15 = V_2;
NullCheck(L_15);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_16 = L_15->get_audioClip_22();
NullCheck(L_16);
NAudioClip_Unload_mBBE9B29B8D8E5FA0E556EB56DB6F9F8F64413958(L_16, /*hidden argument*/NULL);
}
IL_0057:
{
// for (int i = 0; i < cnt; i++)
int32_t L_17 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_005b:
{
// for (int i = 0; i < cnt; i++)
int32_t L_18 = V_1;
int32_t L_19 = V_0;
if ((((int32_t)L_18) < ((int32_t)L_19)))
{
goto IL_0010;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.UIPackage::ReloadAssets()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_ReloadAssets_m34B27391EE9D1CF6BA31BA0436BECB506EA3E690 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_ReloadAssets_m34B27391EE9D1CF6BA31BA0436BECB506EA3E690_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_2 = NULL;
{
// int cnt = _items.Count;
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * L_0 = __this->get__items_3();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mCE2974C157A49F7BB61BE1D900DA788F00573F66_inline(L_0, /*hidden argument*/List_1_get_Count_mCE2974C157A49F7BB61BE1D900DA788F00573F66_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0079;
}
IL_0010:
{
// PackageItem pi = _items[i];
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * L_2 = __this->get__items_3();
int32_t L_3 = V_1;
NullCheck(L_2);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_4 = List_1_get_Item_m478F737B9969A1C375F3BDC255177BD154319F6E_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m478F737B9969A1C375F3BDC255177BD154319F6E_RuntimeMethod_var);
V_2 = L_4;
// if (pi.type == PackageItemType.Atlas)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_5 = V_2;
NullCheck(L_5);
int32_t L_6 = L_5->get_type_1();
if ((!(((uint32_t)L_6) == ((uint32_t)4))))
{
goto IL_004a;
}
}
{
// if (pi.texture != null && pi.texture.nativeTexture == null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_7 = V_2;
NullCheck(L_7);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_8 = L_7->get_texture_9();
if (!L_8)
{
goto IL_0075;
}
}
{
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_9 = V_2;
NullCheck(L_9);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_10 = L_9->get_texture_9();
NullCheck(L_10);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_11 = NTexture_get_nativeTexture_m022E7332CA1C910A1128926D6FF9E6B911E475C0(L_10, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_12 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_11, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0075;
}
}
{
// LoadAtlas(pi);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_13 = V_2;
UIPackage_LoadAtlas_m70D797B4E52D882E8DEBDBFFAF1E1F47A38BF95E(__this, L_13, /*hidden argument*/NULL);
// }
goto IL_0075;
}
IL_004a:
{
// else if (pi.type == PackageItemType.Sound)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_14 = V_2;
NullCheck(L_14);
int32_t L_15 = L_14->get_type_1();
if ((!(((uint32_t)L_15) == ((uint32_t)2))))
{
goto IL_0075;
}
}
{
// if (pi.audioClip != null && pi.audioClip.nativeClip == null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_16 = V_2;
NullCheck(L_16);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_17 = L_16->get_audioClip_22();
if (!L_17)
{
goto IL_0075;
}
}
{
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_18 = V_2;
NullCheck(L_18);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_19 = L_18->get_audioClip_22();
NullCheck(L_19);
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_20 = L_19->get_nativeClip_1();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_21 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_20, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_0075;
}
}
{
// LoadSound(pi);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_22 = V_2;
UIPackage_LoadSound_mDFCAD982123F1D207C6552337D348017367686D1(__this, L_22, /*hidden argument*/NULL);
}
IL_0075:
{
// for (int i = 0; i < cnt; i++)
int32_t L_23 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0079:
{
// for (int i = 0; i < cnt; i++)
int32_t L_24 = V_1;
int32_t L_25 = V_0;
if ((((int32_t)L_24) < ((int32_t)L_25)))
{
goto IL_0010;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.UIPackage::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_Dispose_mE43597D350AFD743B7024D568E84109D83AD7A1B (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_Dispose_mE43597D350AFD743B7024D568E84109D83AD7A1B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_2 = NULL;
{
// int cnt = _items.Count;
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * L_0 = __this->get__items_3();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mCE2974C157A49F7BB61BE1D900DA788F00573F66_inline(L_0, /*hidden argument*/List_1_get_Count_mCE2974C157A49F7BB61BE1D900DA788F00573F66_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0069;
}
IL_0010:
{
// PackageItem pi = _items[i];
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * L_2 = __this->get__items_3();
int32_t L_3 = V_1;
NullCheck(L_2);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_4 = List_1_get_Item_m478F737B9969A1C375F3BDC255177BD154319F6E_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m478F737B9969A1C375F3BDC255177BD154319F6E_RuntimeMethod_var);
V_2 = L_4;
// if (pi.type == PackageItemType.Atlas)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_5 = V_2;
NullCheck(L_5);
int32_t L_6 = L_5->get_type_1();
if ((!(((uint32_t)L_6) == ((uint32_t)4))))
{
goto IL_0042;
}
}
{
// if (pi.texture != null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_7 = V_2;
NullCheck(L_7);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_8 = L_7->get_texture_9();
if (!L_8)
{
goto IL_0065;
}
}
{
// pi.texture.Dispose();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_9 = V_2;
NullCheck(L_9);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_10 = L_9->get_texture_9();
NullCheck(L_10);
NTexture_Dispose_m0B1F7B320F32756E8E94B4753F4D3DD29A1D95F9(L_10, /*hidden argument*/NULL);
// pi.texture = null;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_11 = V_2;
NullCheck(L_11);
L_11->set_texture_9((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)NULL);
// }
goto IL_0065;
}
IL_0042:
{
// else if (pi.type == PackageItemType.Sound)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_12 = V_2;
NullCheck(L_12);
int32_t L_13 = L_12->get_type_1();
if ((!(((uint32_t)L_13) == ((uint32_t)2))))
{
goto IL_0065;
}
}
{
// if (pi.audioClip != null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_14 = V_2;
NullCheck(L_14);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_15 = L_14->get_audioClip_22();
if (!L_15)
{
goto IL_0065;
}
}
{
// pi.audioClip.Unload();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_16 = V_2;
NullCheck(L_16);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_17 = L_16->get_audioClip_22();
NullCheck(L_17);
NAudioClip_Unload_mBBE9B29B8D8E5FA0E556EB56DB6F9F8F64413958(L_17, /*hidden argument*/NULL);
// pi.audioClip = null;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_18 = V_2;
NullCheck(L_18);
L_18->set_audioClip_22((NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *)NULL);
}
IL_0065:
{
// for (int i = 0; i < cnt; i++)
int32_t L_19 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_0069:
{
// for (int i = 0; i < cnt; i++)
int32_t L_20 = V_1;
int32_t L_21 = V_0;
if ((((int32_t)L_20) < ((int32_t)L_21)))
{
goto IL_0010;
}
}
{
// _items.Clear();
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * L_22 = __this->get__items_3();
NullCheck(L_22);
List_1_Clear_m1BEFBBAC63223083D0C1B8F3ACE3D02EE44E9311(L_22, /*hidden argument*/List_1_Clear_m1BEFBBAC63223083D0C1B8F3ACE3D02EE44E9311_RuntimeMethod_var);
// }
return;
}
}
// FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObject_mC52A36C089B36A32A22762AF22215FD0E42328B0 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___resName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_CreateObject_mC52A36C089B36A32A22762AF22215FD0E42328B0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_0 = NULL;
{
// if (!_itemsByName.TryGetValue(resName, out pi))
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * L_0 = __this->get__itemsByName_5();
String_t* L_1 = ___resName0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A(L_0, L_1, (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A_RuntimeMethod_var);
if (L_2)
{
goto IL_002d;
}
}
{
// Debug.LogError("FairyGUI: resource not found - " + resName + " in " + this.name);
String_t* L_3 = ___resName0;
String_t* L_4 = UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline(__this, /*hidden argument*/NULL);
String_t* L_5 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteralBEF6B9ECBAA815FC64F26BE47E0746C2D96F3ABF, L_3, _stringLiteral64D2F058B2C616C8EFED8152F4A527D3F4A3F56F, L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_5, /*hidden argument*/NULL);
// return null;
return (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL;
}
IL_002d:
{
// return CreateObject(pi, null);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_6 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = UIPackage_CreateObject_m1A2802AD14ABC7227BCC3570C079B03925AF370D(__this, L_6, (Type_t *)NULL, /*hidden argument*/NULL);
return L_7;
}
}
// FairyGUI.GObject FairyGUI.UIPackage::CreateObject(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObject_m0D76EA70E9E9131334E71C41E6D2DB9E406A25DD (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___resName0, Type_t * ___userClass1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_CreateObject_m0D76EA70E9E9131334E71C41E6D2DB9E406A25DD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_0 = NULL;
{
// if (!_itemsByName.TryGetValue(resName, out pi))
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * L_0 = __this->get__itemsByName_5();
String_t* L_1 = ___resName0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A(L_0, L_1, (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A_RuntimeMethod_var);
if (L_2)
{
goto IL_002d;
}
}
{
// Debug.LogError("FairyGUI: resource not found - " + resName + " in " + this.name);
String_t* L_3 = ___resName0;
String_t* L_4 = UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline(__this, /*hidden argument*/NULL);
String_t* L_5 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteralBEF6B9ECBAA815FC64F26BE47E0746C2D96F3ABF, L_3, _stringLiteral64D2F058B2C616C8EFED8152F4A527D3F4A3F56F, L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_5, /*hidden argument*/NULL);
// return null;
return (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL;
}
IL_002d:
{
// return CreateObject(pi, userClass);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_6 = V_0;
Type_t * L_7 = ___userClass1;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = UIPackage_CreateObject_m1A2802AD14ABC7227BCC3570C079B03925AF370D(__this, L_6, L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.Void FairyGUI.UIPackage::CreateObjectAsync(System.String,FairyGUI.UIPackage_CreateObjectCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_CreateObjectAsync_mB27840F48D4424D67E1F1F4D98DEE60582A4DEB2 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___resName0, CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_CreateObjectAsync_mB27840F48D4424D67E1F1F4D98DEE60582A4DEB2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_0 = NULL;
{
// if (!_itemsByName.TryGetValue(resName, out pi))
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * L_0 = __this->get__itemsByName_5();
String_t* L_1 = ___resName0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A(L_0, L_1, (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A_RuntimeMethod_var);
if (L_2)
{
goto IL_002c;
}
}
{
// Debug.LogError("FairyGUI: resource not found - " + resName + " in " + this.name);
String_t* L_3 = ___resName0;
String_t* L_4 = UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline(__this, /*hidden argument*/NULL);
String_t* L_5 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteralBEF6B9ECBAA815FC64F26BE47E0746C2D96F3ABF, L_3, _stringLiteral64D2F058B2C616C8EFED8152F4A527D3F4A3F56F, L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_5, /*hidden argument*/NULL);
// return;
return;
}
IL_002c:
{
// AsyncCreationHelper.CreateObject(pi, callback);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_6 = V_0;
CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * L_7 = ___callback1;
AsyncCreationHelper_CreateObject_m9B253EBBD9ED3ECE74EF793ABA33F5846F9E9A6E(L_6, L_7, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.GObject FairyGUI.UIPackage::CreateObject(FairyGUI.PackageItem,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObject_m1A2802AD14ABC7227BCC3570C079B03925AF370D (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, Type_t * ___userClass1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_CreateObject_m1A2802AD14ABC7227BCC3570C079B03925AF370D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_0 = NULL;
{
// Stats.LatestObjectCreation = 0;
((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->set_LatestObjectCreation_2(0);
// Stats.LatestGraphicsCreation = 0;
((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->set_LatestGraphicsCreation_3(0);
// GetItemAsset(item);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_0 = ___item0;
UIPackage_GetItemAsset_m0EB4AEBF322AB8E8826B67FA06EDD3B49E101FE3(__this, L_0, /*hidden argument*/NULL);
// GObject g = null;
V_0 = (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL;
// if (item.type == PackageItemType.Component)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_1 = ___item0;
NullCheck(L_1);
int32_t L_2 = L_1->get_type_1();
if ((!(((uint32_t)L_2) == ((uint32_t)3))))
{
goto IL_003f;
}
}
{
// if (userClass != null)
Type_t * L_3 = ___userClass1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_4 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_3, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0036;
}
}
{
// g = (GComponent)Activator.CreateInstance(userClass);
Type_t * L_5 = ___userClass1;
RuntimeObject * L_6 = Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16(L_5, /*hidden argument*/NULL);
V_0 = ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_6, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var));
goto IL_0046;
}
IL_0036:
{
// g = UIObjectFactory.NewObject(item);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_7 = ___item0;
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = UIObjectFactory_NewObject_m34A581ED482FCD0565642CEB38C85812F556AAB8(L_7, /*hidden argument*/NULL);
V_0 = L_8;
// }
goto IL_0046;
}
IL_003f:
{
// g = UIObjectFactory.NewObject(item);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_9 = ___item0;
IL2CPP_RUNTIME_CLASS_INIT(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = UIObjectFactory_NewObject_m34A581ED482FCD0565642CEB38C85812F556AAB8(L_9, /*hidden argument*/NULL);
V_0 = L_10;
}
IL_0046:
{
// if (g == null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = V_0;
if (L_11)
{
goto IL_004b;
}
}
{
// return null;
return (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL;
}
IL_004b:
{
// _constructing++;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
int32_t L_12 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__constructing_12();
((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->set__constructing_12(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
// g.packageItem = item;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = V_0;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_14 = ___item0;
NullCheck(L_13);
L_13->set_packageItem_18(L_14);
// g.ConstructFromResource();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = V_0;
NullCheck(L_15);
VirtActionInvoker0::Invoke(26 /* System.Void FairyGUI.GObject::ConstructFromResource() */, L_15);
// _constructing--;
int32_t L_16 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__constructing_12();
((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->set__constructing_12(((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)));
// return g;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_17 = V_0;
return L_17;
}
}
// System.Object FairyGUI.UIPackage::GetItemAsset(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UIPackage_GetItemAsset_mDE5DDE7986C7CEDC58CCD0A5FFD2286CA0C64C64 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___resName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_GetItemAsset_mDE5DDE7986C7CEDC58CCD0A5FFD2286CA0C64C64_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_0 = NULL;
{
// if (!_itemsByName.TryGetValue(resName, out pi))
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * L_0 = __this->get__itemsByName_5();
String_t* L_1 = ___resName0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A(L_0, L_1, (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A_RuntimeMethod_var);
if (L_2)
{
goto IL_002d;
}
}
{
// Debug.LogError("FairyGUI: Resource not found - " + resName + " in " + this.name);
String_t* L_3 = ___resName0;
String_t* L_4 = UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline(__this, /*hidden argument*/NULL);
String_t* L_5 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteralC0143D6E25DEBE62413B678F68E39E7C0F88B6C6, L_3, _stringLiteral64D2F058B2C616C8EFED8152F4A527D3F4A3F56F, L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_5, /*hidden argument*/NULL);
// return null;
return NULL;
}
IL_002d:
{
// return GetItemAsset(pi);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_6 = V_0;
RuntimeObject * L_7 = UIPackage_GetItemAsset_m0EB4AEBF322AB8E8826B67FA06EDD3B49E101FE3(__this, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Collections.Generic.List`1<FairyGUI.PackageItem> FairyGUI.UIPackage::GetItems()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * UIPackage_GetItems_m3DC7D8A18CD47F1C7627A986D6FBEDF86E815A0C (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
{
// return _items;
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * L_0 = __this->get__items_3();
return L_0;
}
}
// FairyGUI.PackageItem FairyGUI.UIPackage::GetItem(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * UIPackage_GetItem_m3C44EBD952417BD291B50D1BA16D547B8414DCF7 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___itemId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_GetItem_m3C44EBD952417BD291B50D1BA16D547B8414DCF7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_0 = NULL;
{
// if (_itemsById.TryGetValue(itemId, out pi))
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * L_0 = __this->get__itemsById_4();
String_t* L_1 = ___itemId0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A(L_0, L_1, (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A_RuntimeMethod_var);
if (!L_2)
{
goto IL_0012;
}
}
{
// return pi;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_3 = V_0;
return L_3;
}
IL_0012:
{
// return null;
return (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 *)NULL;
}
}
// FairyGUI.PackageItem FairyGUI.UIPackage::GetItemByName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * UIPackage_GetItemByName_m9FDB7C7C7722329E2E761B9487941B6DE7BB64FF (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___itemName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_GetItemByName_m9FDB7C7C7722329E2E761B9487941B6DE7BB64FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_0 = NULL;
{
// if (_itemsByName.TryGetValue(itemName, out pi))
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * L_0 = __this->get__itemsByName_5();
String_t* L_1 = ___itemName0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A(L_0, L_1, (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A_RuntimeMethod_var);
if (!L_2)
{
goto IL_0012;
}
}
{
// return pi;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_3 = V_0;
return L_3;
}
IL_0012:
{
// return null;
return (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 *)NULL;
}
}
// System.Object FairyGUI.UIPackage::GetItemAsset(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UIPackage_GetItemAsset_m0EB4AEBF322AB8E8826B67FA06EDD3B49E101FE3 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// switch (item.type)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_0 = ___item0;
NullCheck(L_0);
int32_t L_1 = L_0->get_type_1();
V_0 = L_1;
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_002f;
}
case 1:
{
goto IL_0087;
}
case 2:
{
goto IL_005b;
}
case 3:
{
goto IL_009d;
}
case 4:
{
goto IL_0045;
}
case 5:
{
goto IL_0071;
}
case 6:
{
goto IL_00ac;
}
case 7:
{
goto IL_00a4;
}
}
}
{
goto IL_00ac;
}
IL_002f:
{
// if (item.texture == null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_3 = ___item0;
NullCheck(L_3);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_4 = L_3->get_texture_9();
if (L_4)
{
goto IL_003e;
}
}
{
// LoadImage(item);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_5 = ___item0;
UIPackage_LoadImage_m92EDE2981BBB78C7AB607A4932A76C6DC5D44AC2(__this, L_5, /*hidden argument*/NULL);
}
IL_003e:
{
// return item.texture;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_6 = ___item0;
NullCheck(L_6);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_7 = L_6->get_texture_9();
return L_7;
}
IL_0045:
{
// if (item.texture == null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_8 = ___item0;
NullCheck(L_8);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_9 = L_8->get_texture_9();
if (L_9)
{
goto IL_0054;
}
}
{
// LoadAtlas(item);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_10 = ___item0;
UIPackage_LoadAtlas_m70D797B4E52D882E8DEBDBFFAF1E1F47A38BF95E(__this, L_10, /*hidden argument*/NULL);
}
IL_0054:
{
// return item.texture;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_11 = ___item0;
NullCheck(L_11);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_12 = L_11->get_texture_9();
return L_12;
}
IL_005b:
{
// if (item.audioClip == null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_13 = ___item0;
NullCheck(L_13);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_14 = L_13->get_audioClip_22();
if (L_14)
{
goto IL_006a;
}
}
{
// LoadSound(item);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_15 = ___item0;
UIPackage_LoadSound_mDFCAD982123F1D207C6552337D348017367686D1(__this, L_15, /*hidden argument*/NULL);
}
IL_006a:
{
// return item.audioClip;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_16 = ___item0;
NullCheck(L_16);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_17 = L_16->get_audioClip_22();
return L_17;
}
IL_0071:
{
// if (item.bitmapFont == null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_18 = ___item0;
NullCheck(L_18);
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * L_19 = L_18->get_bitmapFont_21();
if (L_19)
{
goto IL_0080;
}
}
{
// LoadFont(item);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_20 = ___item0;
UIPackage_LoadFont_m38624F676040D364532DCCAD99D97EF5A4EAB1C5(__this, L_20, /*hidden argument*/NULL);
}
IL_0080:
{
// return item.bitmapFont;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_21 = ___item0;
NullCheck(L_21);
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * L_22 = L_21->get_bitmapFont_21();
return L_22;
}
IL_0087:
{
// if (item.frames == null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_23 = ___item0;
NullCheck(L_23);
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* L_24 = L_23->get_frames_18();
if (L_24)
{
goto IL_0096;
}
}
{
// LoadMovieClip(item);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_25 = ___item0;
UIPackage_LoadMovieClip_mDE4B1636841A793D4115C01947476B0F8C935C42(__this, L_25, /*hidden argument*/NULL);
}
IL_0096:
{
// return item.frames;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_26 = ___item0;
NullCheck(L_26);
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* L_27 = L_26->get_frames_18();
return (RuntimeObject *)L_27;
}
IL_009d:
{
// return item.rawData;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_28 = ___item0;
NullCheck(L_28);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_29 = L_28->get_rawData_10();
return L_29;
}
IL_00a4:
{
// return LoadBinary(item);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_30 = ___item0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = UIPackage_LoadBinary_mABE228AD20F90C5E2F2F262191B0305DA41945BD(__this, L_30, /*hidden argument*/NULL);
return (RuntimeObject *)L_31;
}
IL_00ac:
{
// return null;
return NULL;
}
}
// System.Void FairyGUI.UIPackage::LoadAtlas(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_LoadAtlas_m70D797B4E52D882E8DEBDBFFAF1E1F47A38BF95E (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_LoadAtlas_m70D797B4E52D882E8DEBDBFFAF1E1F47A38BF95E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * V_2 = NULL;
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * V_3 = NULL;
int32_t V_4 = 0;
{
// string ext = Path.GetExtension(item.file);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_0 = ___item0;
NullCheck(L_0);
String_t* L_1 = L_0->get_file_7();
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_2 = Path_GetExtension_mAB8DB12AA3F147A487ED6AFECF8CD0043402957B(L_1, /*hidden argument*/NULL);
V_0 = L_2;
// string fileName = item.file.Substring(0, item.file.Length - ext.Length);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_3 = ___item0;
NullCheck(L_3);
String_t* L_4 = L_3->get_file_7();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_5 = ___item0;
NullCheck(L_5);
String_t* L_6 = L_5->get_file_7();
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
String_t* L_8 = V_0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL);
NullCheck(L_4);
String_t* L_10 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_4, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_9)), /*hidden argument*/NULL);
V_1 = L_10;
// Texture tex = null;
V_2 = (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)NULL;
// Texture alphaTex = null;
V_3 = (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)NULL;
// tex = (Texture)_loadFunc(fileName, ext, typeof(Texture), out dm);
String_t* L_11 = V_1;
String_t* L_12 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = { reinterpret_cast<intptr_t> (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_14 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_13, /*hidden argument*/NULL);
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_15 = UIPackage__loadFunc_mC46ABA29568423BB23221E87E74CA6CCFBE11899(__this, L_11, L_12, L_14, (int32_t*)(&V_4), /*hidden argument*/NULL);
V_2 = ((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)CastclassClass((RuntimeObject*)L_15, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var));
// if (tex == null)
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_16 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_17 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_16, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0074;
}
}
{
// Debug.LogWarning("FairyGUI: texture '" + item.file + "' not found in " + this.name);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_18 = ___item0;
NullCheck(L_18);
String_t* L_19 = L_18->get_file_7();
String_t* L_20 = UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline(__this, /*hidden argument*/NULL);
String_t* L_21 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteral619A5448073D98AAA9699C8E12321DE0C6433291, L_19, _stringLiteral63CACEFC94B716C69D8FAA41C7CA3232D7290BCA, L_20, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_21, /*hidden argument*/NULL);
goto IL_00c2;
}
IL_0074:
{
// else if (!(tex is Texture2D))
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_22 = V_2;
if (((Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *)IsInstSealed((RuntimeObject*)L_22, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var)))
{
goto IL_009a;
}
}
{
// Debug.LogWarning("FairyGUI: settings for '" + item.file + "' is wrong! Correct values are: (Texture Type=Default, Texture Shape=2D)");
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_23 = ___item0;
NullCheck(L_23);
String_t* L_24 = L_23->get_file_7();
String_t* L_25 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral27F7CCB7958566C11E6C8319AD91205DBC7CAA69, L_24, _stringLiteral870421DBC96A2D5BB63DE60F361A781B02E0FAB3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_25, /*hidden argument*/NULL);
// tex = null;
V_2 = (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)NULL;
// }
goto IL_00c2;
}
IL_009a:
{
// if (((Texture2D)tex).mipmapCount > 1)
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_26 = V_2;
NullCheck(((Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *)CastclassSealed((RuntimeObject*)L_26, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var)));
int32_t L_27 = Texture_get_mipmapCount_mF0AADB6032B95C5C375CB6EA39A69738C402AB1B(((Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *)CastclassSealed((RuntimeObject*)L_26, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if ((((int32_t)L_27) <= ((int32_t)1)))
{
goto IL_00c2;
}
}
{
// Debug.LogWarning("FairyGUI: settings for '" + item.file + "' is wrong! Correct values are: (Generate Mip Maps=unchecked)");
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_28 = ___item0;
NullCheck(L_28);
String_t* L_29 = L_28->get_file_7();
String_t* L_30 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral27F7CCB7958566C11E6C8319AD91205DBC7CAA69, L_29, _stringLiteral095EA6E93A24395E2BDEF065A8309DDDE0D3330E, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_30, /*hidden argument*/NULL);
}
IL_00c2:
{
// if (tex != null)
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_31 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_32 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_31, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_32)
{
goto IL_00f1;
}
}
{
// fileName = fileName + "!a";
String_t* L_33 = V_1;
String_t* L_34 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_33, _stringLiteral2DDFCFD74CE268F2240D18CBF8C26A399B4BD596, /*hidden argument*/NULL);
V_1 = L_34;
// alphaTex = (Texture2D)_loadFunc(fileName, ext, typeof(Texture2D), out dm);
String_t* L_35 = V_1;
String_t* L_36 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_37 = { reinterpret_cast<intptr_t> (Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_38 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_37, /*hidden argument*/NULL);
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_39 = UIPackage__loadFunc_mC46ABA29568423BB23221E87E74CA6CCFBE11899(__this, L_35, L_36, L_38, (int32_t*)(&V_4), /*hidden argument*/NULL);
V_3 = ((Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C *)CastclassSealed((RuntimeObject*)L_39, Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var));
}
IL_00f1:
{
// if (tex == null)
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_40 = V_2;
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_0103;
}
}
{
// tex = NTexture.CreateEmptyTexture();
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * L_42 = NTexture_CreateEmptyTexture_mED3F51E1A79A2D29002473C34F980A47EA608330(/*hidden argument*/NULL);
V_2 = L_42;
// dm = DestroyMethod.Destroy;
V_4 = 0;
}
IL_0103:
{
// if (item.texture == null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_43 = ___item0;
NullCheck(L_43);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_44 = L_43->get_texture_9();
if (L_44)
{
goto IL_0144;
}
}
{
// item.texture = new NTexture(tex, alphaTex, (float)tex.width / item.width, (float)tex.height / item.height);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_45 = ___item0;
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_46 = V_2;
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_47 = V_3;
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_48 = V_2;
NullCheck(L_48);
int32_t L_49 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.Texture::get_width() */, L_48);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_50 = ___item0;
NullCheck(L_50);
int32_t L_51 = L_50->get_width_5();
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_52 = V_2;
NullCheck(L_52);
int32_t L_53 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_52);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_54 = ___item0;
NullCheck(L_54);
int32_t L_55 = L_54->get_height_6();
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_56 = (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)il2cpp_codegen_object_new(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var);
NTexture__ctor_mE8B472524B5E0939F99D8D59E5264004509912C6(L_56, L_46, L_47, ((float)((float)(((float)((float)L_49)))/(float)(((float)((float)L_51))))), ((float)((float)(((float)((float)L_53)))/(float)(((float)((float)L_55))))), /*hidden argument*/NULL);
NullCheck(L_45);
L_45->set_texture_9(L_56);
// item.texture.destroyMethod = dm;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_57 = ___item0;
NullCheck(L_57);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_58 = L_57->get_texture_9();
int32_t L_59 = V_4;
NullCheck(L_58);
L_58->set_destroyMethod_4(L_59);
// }
return;
}
IL_0144:
{
// item.texture.Reload(tex, alphaTex);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_60 = ___item0;
NullCheck(L_60);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_61 = L_60->get_texture_9();
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_62 = V_2;
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_63 = V_3;
NullCheck(L_61);
NTexture_Reload_m3D8CA25FB6F800EBECBAC311E9F134D765E94A33(L_61, L_62, L_63, /*hidden argument*/NULL);
// item.texture.destroyMethod = dm;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_64 = ___item0;
NullCheck(L_64);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_65 = L_64->get_texture_9();
int32_t L_66 = V_4;
NullCheck(L_65);
L_65->set_destroyMethod_4(L_66);
// }
return;
}
}
// System.Void FairyGUI.UIPackage::LoadImage(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_LoadImage_m92EDE2981BBB78C7AB607A4932A76C6DC5D44AC2 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_LoadImage_m92EDE2981BBB78C7AB607A4932A76C6DC5D44AC2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * V_0 = NULL;
{
// if (_sprites.TryGetValue(item.id, out sprite))
Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * L_0 = __this->get__sprites_8();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_1 = ___item0;
NullCheck(L_1);
String_t* L_2 = L_1->get_id_3();
NullCheck(L_0);
bool L_3 = Dictionary_2_TryGetValue_m574476E79975FFFB3FFEA409325A60B1AF4A0F82(L_0, L_2, (AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m574476E79975FFFB3FFEA409325A60B1AF4A0F82_RuntimeMethod_var);
if (!L_3)
{
goto IL_003e;
}
}
{
// item.texture = new NTexture((NTexture)GetItemAsset(sprite.atlas), sprite.rect, sprite.rotated);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_4 = ___item0;
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_5 = V_0;
NullCheck(L_5);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_6 = L_5->get_atlas_0();
RuntimeObject * L_7 = UIPackage_GetItemAsset_m0EB4AEBF322AB8E8826B67FA06EDD3B49E101FE3(__this, L_6, /*hidden argument*/NULL);
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_8 = V_0;
NullCheck(L_8);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_9 = L_8->get_rect_1();
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_10 = V_0;
NullCheck(L_10);
bool L_11 = L_10->get_rotated_2();
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_12 = (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)il2cpp_codegen_object_new(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var);
NTexture__ctor_m5B09819F61A7DB043F5BE92CD0B220979CE56701(L_12, ((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)CastclassClass((RuntimeObject*)L_7, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var)), L_9, L_11, /*hidden argument*/NULL);
NullCheck(L_4);
L_4->set_texture_9(L_12);
return;
}
IL_003e:
{
// item.texture = NTexture.Empty;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_13 = ___item0;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_14 = NTexture_get_Empty_mE27AE4B4DF76AC39A4EA15A41347E34668605579(/*hidden argument*/NULL);
NullCheck(L_13);
L_13->set_texture_9(L_14);
// }
return;
}
}
// System.Void FairyGUI.UIPackage::LoadSound(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_LoadSound_mDFCAD982123F1D207C6552337D348017367686D1 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_LoadSound_mDFCAD982123F1D207C6552337D348017367686D1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * V_2 = NULL;
int32_t V_3 = 0;
{
// string ext = Path.GetExtension(item.file);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_0 = ___item0;
NullCheck(L_0);
String_t* L_1 = L_0->get_file_7();
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_2 = Path_GetExtension_mAB8DB12AA3F147A487ED6AFECF8CD0043402957B(L_1, /*hidden argument*/NULL);
V_0 = L_2;
// string fileName = item.file.Substring(0, item.file.Length - ext.Length);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_3 = ___item0;
NullCheck(L_3);
String_t* L_4 = L_3->get_file_7();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_5 = ___item0;
NullCheck(L_5);
String_t* L_6 = L_5->get_file_7();
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
String_t* L_8 = V_0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL);
NullCheck(L_4);
String_t* L_10 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_4, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_9)), /*hidden argument*/NULL);
V_1 = L_10;
// AudioClip audioClip = null;
V_2 = (AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 *)NULL;
// audioClip = (AudioClip)_loadFunc(fileName, ext, typeof(AudioClip), out dm);
String_t* L_11 = V_1;
String_t* L_12 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = { reinterpret_cast<intptr_t> (AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_14 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_13, /*hidden argument*/NULL);
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_15 = UIPackage__loadFunc_mC46ABA29568423BB23221E87E74CA6CCFBE11899(__this, L_11, L_12, L_14, (int32_t*)(&V_3), /*hidden argument*/NULL);
V_2 = ((AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 *)CastclassSealed((RuntimeObject*)L_15, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_il2cpp_TypeInfo_var));
// if (item.audioClip == null)
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_16 = ___item0;
NullCheck(L_16);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_17 = L_16->get_audioClip_22();
if (L_17)
{
goto IL_005d;
}
}
{
// item.audioClip = new NAudioClip(audioClip);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_18 = ___item0;
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_19 = V_2;
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_20 = (NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 *)il2cpp_codegen_object_new(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_il2cpp_TypeInfo_var);
NAudioClip__ctor_mA37D5984877FD05190029E53F49E6424090518BC(L_20, L_19, /*hidden argument*/NULL);
NullCheck(L_18);
L_18->set_audioClip_22(L_20);
goto IL_0069;
}
IL_005d:
{
// item.audioClip.Reload(audioClip);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_21 = ___item0;
NullCheck(L_21);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_22 = L_21->get_audioClip_22();
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_23 = V_2;
NullCheck(L_22);
NAudioClip_Reload_m2CB6144ACF90F38206D4162539336AC467CD5AFC_inline(L_22, L_23, /*hidden argument*/NULL);
}
IL_0069:
{
// item.audioClip.destroyMethod = dm;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_24 = ___item0;
NullCheck(L_24);
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * L_25 = L_24->get_audioClip_22();
int32_t L_26 = V_3;
NullCheck(L_25);
L_25->set_destroyMethod_0(L_26);
// }
return;
}
}
// System.Byte[] FairyGUI.UIPackage::LoadBinary(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* UIPackage_LoadBinary_mABE228AD20F90C5E2F2F262191B0305DA41945BD (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_LoadBinary_mABE228AD20F90C5E2F2F262191B0305DA41945BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
RuntimeObject * V_3 = NULL;
{
// string ext = Path.GetExtension(item.file);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_0 = ___item0;
NullCheck(L_0);
String_t* L_1 = L_0->get_file_7();
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_2 = Path_GetExtension_mAB8DB12AA3F147A487ED6AFECF8CD0043402957B(L_1, /*hidden argument*/NULL);
V_0 = L_2;
// string fileName = item.file.Substring(0, item.file.Length - ext.Length);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_3 = ___item0;
NullCheck(L_3);
String_t* L_4 = L_3->get_file_7();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_5 = ___item0;
NullCheck(L_5);
String_t* L_6 = L_5->get_file_7();
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
String_t* L_8 = V_0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL);
NullCheck(L_4);
String_t* L_10 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_4, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_9)), /*hidden argument*/NULL);
V_1 = L_10;
// object ret = _loadFunc(fileName, ext, typeof(TextAsset), out dm);
String_t* L_11 = V_1;
String_t* L_12 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = { reinterpret_cast<intptr_t> (TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_14 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_13, /*hidden argument*/NULL);
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_15 = UIPackage__loadFunc_mC46ABA29568423BB23221E87E74CA6CCFBE11899(__this, L_11, L_12, L_14, (int32_t*)(&V_2), /*hidden argument*/NULL);
V_3 = L_15;
// if (ret == null)
RuntimeObject * L_16 = V_3;
if (L_16)
{
goto IL_0045;
}
}
{
// return null;
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_0045:
{
// if (ret is byte[])
RuntimeObject * L_17 = V_3;
if (!((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)IsInst((RuntimeObject*)L_17, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)))
{
goto IL_0054;
}
}
{
// return (byte[])ret;
RuntimeObject * L_18 = V_3;
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_18, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
IL_0054:
{
// return ((TextAsset)ret).bytes;
RuntimeObject * L_19 = V_3;
NullCheck(((TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E *)CastclassClass((RuntimeObject*)L_19, TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E_il2cpp_TypeInfo_var)));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = TextAsset_get_bytes_m33ED022ACD105C714589DB09B025BA7F860B31B4(((TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E *)CastclassClass((RuntimeObject*)L_19, TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_20;
}
}
// System.Void FairyGUI.UIPackage::LoadMovieClip(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_LoadMovieClip_mDE4B1636841A793D4115C01947476B0F8C935C42 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_LoadMovieClip_mDE4B1636841A793D4115C01947476B0F8C935C42_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * V_0 = NULL;
int32_t V_1 = 0;
String_t* V_2 = NULL;
Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * V_3 = NULL;
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * V_4 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t V_6 = 0;
int32_t V_7 = 0;
{
// ByteBuffer buffer = item.rawData;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_0 = ___item0;
NullCheck(L_0);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_1 = L_0->get_rawData_10();
V_0 = L_1;
// buffer.Seek(0, 0);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_2 = V_0;
NullCheck(L_2);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_2, 0, 0, /*hidden argument*/NULL);
// item.interval = buffer.ReadInt() / 1000f;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_3 = ___item0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_4 = V_0;
NullCheck(L_4);
int32_t L_5 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
L_3->set_interval_15(((float)((float)(((float)((float)L_5)))/(float)(1000.0f))));
// item.swing = buffer.ReadBool();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_6 = ___item0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_7 = V_0;
NullCheck(L_7);
bool L_8 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
L_6->set_swing_17(L_8);
// item.repeatDelay = buffer.ReadInt() / 1000f;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_9 = ___item0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_10 = V_0;
NullCheck(L_10);
int32_t L_11 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
L_9->set_repeatDelay_16(((float)((float)(((float)((float)L_11)))/(float)(1000.0f))));
// buffer.Seek(0, 1);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_12 = V_0;
NullCheck(L_12);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_12, 0, 1, /*hidden argument*/NULL);
// int frameCount = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_13 = V_0;
NullCheck(L_13);
int16_t L_14 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_13, /*hidden argument*/NULL);
V_1 = L_14;
// item.frames = new MovieClip.Frame[frameCount];
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_15 = ___item0;
int32_t L_16 = V_1;
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* L_17 = (FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6*)(FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6*)SZArrayNew(FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6_il2cpp_TypeInfo_var, (uint32_t)L_16);
NullCheck(L_15);
L_15->set_frames_18(L_17);
// Rect frameRect = new Rect();
il2cpp_codegen_initobj((&V_5), sizeof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE ));
// for (int i = 0; i < frameCount; i++)
V_6 = 0;
goto IL_0149;
}
IL_006e:
{
// int nextPos = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_18 = V_0;
NullCheck(L_18);
int16_t L_19 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_18, /*hidden argument*/NULL);
V_7 = L_19;
// nextPos += buffer.position;
int32_t L_20 = V_7;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_21 = V_0;
NullCheck(L_21);
int32_t L_22 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_21, /*hidden argument*/NULL);
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_22));
// frame = new MovieClip.Frame();
Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * L_23 = (Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B *)il2cpp_codegen_object_new(Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B_il2cpp_TypeInfo_var);
Frame__ctor_m98ADF318EBBD245ACB695A451EEFD51D76FB8E61(L_23, /*hidden argument*/NULL);
V_3 = L_23;
// frameRect.x = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_24 = V_0;
NullCheck(L_24);
int32_t L_25 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_24, /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_5), (((float)((float)L_25))), /*hidden argument*/NULL);
// frameRect.y = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_26 = V_0;
NullCheck(L_26);
int32_t L_27 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_26, /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_5), (((float)((float)L_27))), /*hidden argument*/NULL);
// frameRect.width = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_28 = V_0;
NullCheck(L_28);
int32_t L_29 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_28, /*hidden argument*/NULL);
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_5), (((float)((float)L_29))), /*hidden argument*/NULL);
// frameRect.height = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_30 = V_0;
NullCheck(L_30);
int32_t L_31 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_30, /*hidden argument*/NULL);
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_5), (((float)((float)L_31))), /*hidden argument*/NULL);
// frame.addDelay = buffer.ReadInt() / 1000f;
Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * L_32 = V_3;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_33 = V_0;
NullCheck(L_33);
int32_t L_34 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_33, /*hidden argument*/NULL);
NullCheck(L_32);
L_32->set_addDelay_1(((float)((float)(((float)((float)L_34)))/(float)(1000.0f))));
// spriteId = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_35 = V_0;
NullCheck(L_35);
String_t* L_36 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_35, /*hidden argument*/NULL);
V_2 = L_36;
// if (spriteId != null && _sprites.TryGetValue(spriteId, out sprite))
String_t* L_37 = V_2;
if (!L_37)
{
goto IL_0131;
}
}
{
Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * L_38 = __this->get__sprites_8();
String_t* L_39 = V_2;
NullCheck(L_38);
bool L_40 = Dictionary_2_TryGetValue_m574476E79975FFFB3FFEA409325A60B1AF4A0F82(L_38, L_39, (AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F **)(&V_4), /*hidden argument*/Dictionary_2_TryGetValue_m574476E79975FFFB3FFEA409325A60B1AF4A0F82_RuntimeMethod_var);
if (!L_40)
{
goto IL_0131;
}
}
{
// frame.texture = new NTexture((NTexture)GetItemAsset(sprite.atlas), sprite.rect, sprite.rotated,
// new Vector2(item.width, item.height), frameRect.position);
Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * L_41 = V_3;
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_42 = V_4;
NullCheck(L_42);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_43 = L_42->get_atlas_0();
RuntimeObject * L_44 = UIPackage_GetItemAsset_m0EB4AEBF322AB8E8826B67FA06EDD3B49E101FE3(__this, L_43, /*hidden argument*/NULL);
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_45 = V_4;
NullCheck(L_45);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_46 = L_45->get_rect_1();
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_47 = V_4;
NullCheck(L_47);
bool L_48 = L_47->get_rotated_2();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_49 = ___item0;
NullCheck(L_49);
int32_t L_50 = L_49->get_width_5();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_51 = ___item0;
NullCheck(L_51);
int32_t L_52 = L_51->get_height_6();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_53;
memset((&L_53), 0, sizeof(L_53));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_53), (((float)((float)L_50))), (((float)((float)L_52))), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_54 = Rect_get_position_m54A2ACD2F97988561D6C83FCEF7D082BC5226D4C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_5), /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_55 = (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)il2cpp_codegen_object_new(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var);
NTexture__ctor_mABD57D92134ADA5C9023D4D12C7D9F74A0B1519C(L_55, ((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)CastclassClass((RuntimeObject*)L_44, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var)), L_46, L_48, L_53, L_54, /*hidden argument*/NULL);
NullCheck(L_41);
L_41->set_texture_0(L_55);
}
IL_0131:
{
// item.frames[i] = frame;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_56 = ___item0;
NullCheck(L_56);
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* L_57 = L_56->get_frames_18();
int32_t L_58 = V_6;
Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B * L_59 = V_3;
NullCheck(L_57);
ArrayElementTypeCheck (L_57, L_59);
(L_57)->SetAt(static_cast<il2cpp_array_size_t>(L_58), (Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B *)L_59);
// buffer.position = nextPos;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_60 = V_0;
int32_t L_61 = V_7;
NullCheck(L_60);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_60, L_61, /*hidden argument*/NULL);
// for (int i = 0; i < frameCount; i++)
int32_t L_62 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1));
}
IL_0149:
{
// for (int i = 0; i < frameCount; i++)
int32_t L_63 = V_6;
int32_t L_64 = V_1;
if ((((int32_t)L_63) < ((int32_t)L_64)))
{
goto IL_006e;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.UIPackage::LoadFont(FairyGUI.PackageItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_LoadFont_m38624F676040D364532DCCAD99D97EF5A4EAB1C5 (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___item0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage_LoadFont_m38624F676040D364532DCCAD99D97EF5A4EAB1C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * V_0 = NULL;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * V_1 = NULL;
bool V_2 = false;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
float V_6 = 0.0f;
float V_7 = 0.0f;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * V_8 = NULL;
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * V_9 = NULL;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * V_10 = NULL;
int32_t V_11 = 0;
int32_t V_12 = 0;
int32_t V_13 = 0;
Il2CppChar V_14 = 0x0;
String_t* V_15 = NULL;
int32_t V_16 = 0;
int32_t V_17 = 0;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * V_18 = NULL;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * G_B28_0 = NULL;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * G_B27_0 = NULL;
int32_t G_B29_0 = 0;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * G_B29_1 = NULL;
{
// BitmapFont font = new BitmapFont(item);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_0 = ___item0;
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * L_1 = (BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 *)il2cpp_codegen_object_new(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88_il2cpp_TypeInfo_var);
BitmapFont__ctor_m0D2491EB5CA90C3BC5111961CEB4E3451DB4383C(L_1, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// item.bitmapFont = font;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_2 = ___item0;
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * L_3 = V_0;
NullCheck(L_2);
L_2->set_bitmapFont_21(L_3);
// ByteBuffer buffer = item.rawData;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_4 = ___item0;
NullCheck(L_4);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_5 = L_4->get_rawData_10();
V_1 = L_5;
// buffer.Seek(0, 0);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_6 = V_1;
NullCheck(L_6);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_6, 0, 0, /*hidden argument*/NULL);
// bool ttf = buffer.ReadBool();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_7 = V_1;
NullCheck(L_7);
bool L_8 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_7, /*hidden argument*/NULL);
V_2 = L_8;
// font.canTint = buffer.ReadBool();
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * L_9 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_10 = V_1;
NullCheck(L_10);
bool L_11 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)L_9)->set_canTint_2(L_11);
// font.resizable = buffer.ReadBool();
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * L_12 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_13 = V_1;
NullCheck(L_13);
bool L_14 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
L_12->set_resizable_9(L_14);
// font.hasChannel = buffer.ReadBool();
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * L_15 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_16 = V_1;
NullCheck(L_16);
bool L_17 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
L_15->set_hasChannel_10(L_17);
// int fontSize = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_18 = V_1;
NullCheck(L_18);
int32_t L_19 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_18, /*hidden argument*/NULL);
V_3 = L_19;
// int xadvance = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_20 = V_1;
NullCheck(L_20);
int32_t L_21 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_20, /*hidden argument*/NULL);
V_4 = L_21;
// int lineHeight = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_22 = V_1;
NullCheck(L_22);
int32_t L_23 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_22, /*hidden argument*/NULL);
V_5 = L_23;
// float texScaleX = 1;
V_6 = (1.0f);
// float texScaleY = 1;
V_7 = (1.0f);
// NTexture mainTexture = null;
V_8 = (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)NULL;
// AtlasSprite mainSprite = null;
V_9 = (AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F *)NULL;
// if (ttf && _sprites.TryGetValue(item.id, out mainSprite))
bool L_24 = V_2;
if (!L_24)
{
goto IL_00d8;
}
}
{
Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * L_25 = __this->get__sprites_8();
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_26 = ___item0;
NullCheck(L_26);
String_t* L_27 = L_26->get_id_3();
NullCheck(L_25);
bool L_28 = Dictionary_2_TryGetValue_m574476E79975FFFB3FFEA409325A60B1AF4A0F82(L_25, L_27, (AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F **)(&V_9), /*hidden argument*/Dictionary_2_TryGetValue_m574476E79975FFFB3FFEA409325A60B1AF4A0F82_RuntimeMethod_var);
if (!L_28)
{
goto IL_00d8;
}
}
{
// mainTexture = (NTexture)GetItemAsset(mainSprite.atlas);
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_29 = V_9;
NullCheck(L_29);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_30 = L_29->get_atlas_0();
RuntimeObject * L_31 = UIPackage_GetItemAsset_m0EB4AEBF322AB8E8826B67FA06EDD3B49E101FE3(__this, L_30, /*hidden argument*/NULL);
V_8 = ((NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)CastclassClass((RuntimeObject*)L_31, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var));
// texScaleX = mainTexture.root.uvRect.width / mainTexture.width;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_32 = V_8;
NullCheck(L_32);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_33 = NTexture_get_root_mF354B37A746484EE7BDC5F84A664002EB0DBC09A_inline(L_32, /*hidden argument*/NULL);
NullCheck(L_33);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_34 = L_33->get_address_of_uvRect_0();
float L_35 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_34, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_36 = V_8;
NullCheck(L_36);
int32_t L_37 = NTexture_get_width_m4792DA39FBA764B89C6701C227FA1C3727C2471F(L_36, /*hidden argument*/NULL);
V_6 = ((float)((float)L_35/(float)(((float)((float)L_37)))));
// texScaleY = mainTexture.root.uvRect.height / mainTexture.height;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_38 = V_8;
NullCheck(L_38);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_39 = NTexture_get_root_mF354B37A746484EE7BDC5F84A664002EB0DBC09A_inline(L_38, /*hidden argument*/NULL);
NullCheck(L_39);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_40 = L_39->get_address_of_uvRect_0();
float L_41 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_40, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_42 = V_8;
NullCheck(L_42);
int32_t L_43 = NTexture_get_height_mB6C76DA4C0F2C64D60B198215C64605E0486A22E(L_42, /*hidden argument*/NULL);
V_7 = ((float)((float)L_41/(float)(((float)((float)L_43)))));
}
IL_00d8:
{
// buffer.Seek(0, 1);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_44 = V_1;
NullCheck(L_44);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_44, 0, 1, /*hidden argument*/NULL);
// int cnt = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_45 = V_1;
NullCheck(L_45);
int32_t L_46 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_45, /*hidden argument*/NULL);
V_11 = L_46;
// for (int i = 0; i < cnt; i++)
V_12 = 0;
goto IL_04eb;
}
IL_00f1:
{
// int nextPos = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_47 = V_1;
NullCheck(L_47);
int16_t L_48 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_47, /*hidden argument*/NULL);
V_13 = L_48;
// nextPos += buffer.position;
int32_t L_49 = V_13;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_50 = V_1;
NullCheck(L_50);
int32_t L_51 = ByteBuffer_get_position_m82D17B364896944C7CDC51CFBF89DECED564C40D_inline(L_50, /*hidden argument*/NULL);
V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_51));
// bg = new BitmapFont.BMGlyph();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_52 = (BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA *)il2cpp_codegen_object_new(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA_il2cpp_TypeInfo_var);
BMGlyph__ctor_m85BDAB4FEAF9C3EBA91EE9A73D08EBC831005497(L_52, /*hidden argument*/NULL);
V_10 = L_52;
// char ch = buffer.ReadChar();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_53 = V_1;
NullCheck(L_53);
Il2CppChar L_54 = ByteBuffer_ReadChar_mDE684A8859E3FB12684C75FFA046B79ACC535B98(L_53, /*hidden argument*/NULL);
V_14 = L_54;
// font.AddChar(ch, bg);
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * L_55 = V_0;
Il2CppChar L_56 = V_14;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_57 = V_10;
NullCheck(L_55);
BitmapFont_AddChar_m4906AA043C8BA3066EF1C7D4FD10C9E96D6E42C9(L_55, L_56, L_57, /*hidden argument*/NULL);
// string img = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_58 = V_1;
NullCheck(L_58);
String_t* L_59 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_58, /*hidden argument*/NULL);
V_15 = L_59;
// int bx = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_60 = V_1;
NullCheck(L_60);
int32_t L_61 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_60, /*hidden argument*/NULL);
V_16 = L_61;
// int by = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_62 = V_1;
NullCheck(L_62);
int32_t L_63 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_62, /*hidden argument*/NULL);
V_17 = L_63;
// bg.offsetX = buffer.ReadInt();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_64 = V_10;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_65 = V_1;
NullCheck(L_65);
int32_t L_66 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_65, /*hidden argument*/NULL);
NullCheck(L_64);
L_64->set_offsetX_0(L_66);
// bg.offsetY = buffer.ReadInt();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_67 = V_10;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_68 = V_1;
NullCheck(L_68);
int32_t L_69 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_68, /*hidden argument*/NULL);
NullCheck(L_67);
L_67->set_offsetY_1(L_69);
// bg.width = buffer.ReadInt();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_70 = V_10;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_71 = V_1;
NullCheck(L_71);
int32_t L_72 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_71, /*hidden argument*/NULL);
NullCheck(L_70);
L_70->set_width_2(L_72);
// bg.height = buffer.ReadInt();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_73 = V_10;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_74 = V_1;
NullCheck(L_74);
int32_t L_75 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_74, /*hidden argument*/NULL);
NullCheck(L_73);
L_73->set_height_3(L_75);
// bg.advance = buffer.ReadInt();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_76 = V_10;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_77 = V_1;
NullCheck(L_77);
int32_t L_78 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_77, /*hidden argument*/NULL);
NullCheck(L_76);
L_76->set_advance_4(L_78);
// bg.channel = buffer.ReadByte();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_79 = V_10;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_80 = V_1;
NullCheck(L_80);
uint8_t L_81 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_80, /*hidden argument*/NULL);
NullCheck(L_79);
L_79->set_channel_7(L_81);
// if (bg.channel == 1)
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_82 = V_10;
NullCheck(L_82);
int32_t L_83 = L_82->get_channel_7();
if ((!(((uint32_t)L_83) == ((uint32_t)1))))
{
goto IL_0197;
}
}
{
// bg.channel = 2;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_84 = V_10;
NullCheck(L_84);
L_84->set_channel_7(2);
goto IL_01d1;
}
IL_0197:
{
// else if (bg.channel == 2)
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_85 = V_10;
NullCheck(L_85);
int32_t L_86 = L_85->get_channel_7();
if ((!(((uint32_t)L_86) == ((uint32_t)2))))
{
goto IL_01ab;
}
}
{
// bg.channel = 1;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_87 = V_10;
NullCheck(L_87);
L_87->set_channel_7(1);
goto IL_01d1;
}
IL_01ab:
{
// else if (bg.channel == 3)
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_88 = V_10;
NullCheck(L_88);
int32_t L_89 = L_88->get_channel_7();
if ((!(((uint32_t)L_89) == ((uint32_t)3))))
{
goto IL_01bf;
}
}
{
// bg.channel = 0;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_90 = V_10;
NullCheck(L_90);
L_90->set_channel_7(0);
goto IL_01d1;
}
IL_01bf:
{
// else if (bg.channel == 8)
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_91 = V_10;
NullCheck(L_91);
int32_t L_92 = L_91->get_channel_7();
if ((!(((uint32_t)L_92) == ((uint32_t)8))))
{
goto IL_01d1;
}
}
{
// bg.channel = 3;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_93 = V_10;
NullCheck(L_93);
L_93->set_channel_7(3);
}
IL_01d1:
{
// if (ttf)
bool L_94 = V_2;
if (!L_94)
{
goto IL_03fa;
}
}
{
// if (mainSprite.rotated)
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_95 = V_9;
NullCheck(L_95);
bool L_96 = L_95->get_rotated_2();
if (!L_96)
{
goto IL_02ea;
}
}
{
// bg.uv[0] = new Vector2((float)(by + bg.height + mainSprite.rect.x) * texScaleX,
// 1 - (float)(mainSprite.rect.yMax - bx) * texScaleY);
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_97 = V_10;
NullCheck(L_97);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_98 = L_97->get_uv_6();
int32_t L_99 = V_17;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_100 = V_10;
NullCheck(L_100);
int32_t L_101 = L_100->get_height_3();
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_102 = V_9;
NullCheck(L_102);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_103 = L_102->get_address_of_rect_1();
float L_104 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_103, /*hidden argument*/NULL);
float L_105 = V_6;
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_106 = V_9;
NullCheck(L_106);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_107 = L_106->get_address_of_rect_1();
float L_108 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_107, /*hidden argument*/NULL);
int32_t L_109 = V_16;
float L_110 = V_7;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_111;
memset((&L_111), 0, sizeof(L_111));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_111), ((float)il2cpp_codegen_multiply((float)(((float)((float)((float)il2cpp_codegen_add((float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)L_101))))), (float)L_104))))), (float)L_105)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)(((float)((float)((float)il2cpp_codegen_subtract((float)L_108, (float)(((float)((float)L_109)))))))), (float)L_110)))), /*hidden argument*/NULL);
NullCheck(L_98);
(L_98)->SetAt(static_cast<il2cpp_array_size_t>(0), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_111);
// bg.uv[1] = new Vector2(bg.uv[0].x - (float)bg.height * texScaleX, bg.uv[0].y);
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_112 = V_10;
NullCheck(L_112);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_113 = L_112->get_uv_6();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_114 = V_10;
NullCheck(L_114);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_115 = L_114->get_uv_6();
NullCheck(L_115);
float L_116 = ((L_115)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_x_0();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_117 = V_10;
NullCheck(L_117);
int32_t L_118 = L_117->get_height_3();
float L_119 = V_6;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_120 = V_10;
NullCheck(L_120);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_121 = L_120->get_uv_6();
NullCheck(L_121);
float L_122 = ((L_121)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_123;
memset((&L_123), 0, sizeof(L_123));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_123), ((float)il2cpp_codegen_subtract((float)L_116, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_118))), (float)L_119)))), L_122, /*hidden argument*/NULL);
NullCheck(L_113);
(L_113)->SetAt(static_cast<il2cpp_array_size_t>(1), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_123);
// bg.uv[2] = new Vector2(bg.uv[1].x, bg.uv[0].y + (float)bg.width * texScaleY);
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_124 = V_10;
NullCheck(L_124);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_125 = L_124->get_uv_6();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_126 = V_10;
NullCheck(L_126);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_127 = L_126->get_uv_6();
NullCheck(L_127);
float L_128 = ((L_127)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_x_0();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_129 = V_10;
NullCheck(L_129);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_130 = L_129->get_uv_6();
NullCheck(L_130);
float L_131 = ((L_130)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_y_1();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_132 = V_10;
NullCheck(L_132);
int32_t L_133 = L_132->get_width_2();
float L_134 = V_7;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_135;
memset((&L_135), 0, sizeof(L_135));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_135), L_128, ((float)il2cpp_codegen_add((float)L_131, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_133))), (float)L_134)))), /*hidden argument*/NULL);
NullCheck(L_125);
(L_125)->SetAt(static_cast<il2cpp_array_size_t>(2), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_135);
// bg.uv[3] = new Vector2(bg.uv[0].x, bg.uv[2].y);
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_136 = V_10;
NullCheck(L_136);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_137 = L_136->get_uv_6();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_138 = V_10;
NullCheck(L_138);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_139 = L_138->get_uv_6();
NullCheck(L_139);
float L_140 = ((L_139)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_x_0();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_141 = V_10;
NullCheck(L_141);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_142 = L_141->get_uv_6();
NullCheck(L_142);
float L_143 = ((L_142)->GetAddressAt(static_cast<il2cpp_array_size_t>(2)))->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_144;
memset((&L_144), 0, sizeof(L_144));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_144), L_140, L_143, /*hidden argument*/NULL);
NullCheck(L_137);
(L_137)->SetAt(static_cast<il2cpp_array_size_t>(3), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_144);
// }
goto IL_03ec;
}
IL_02ea:
{
// bg.uv[0] = new Vector2((float)(bx + mainSprite.rect.x) * texScaleX,
// 1 - (float)(by + bg.height + mainSprite.rect.y) * texScaleY);
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_145 = V_10;
NullCheck(L_145);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_146 = L_145->get_uv_6();
int32_t L_147 = V_16;
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_148 = V_9;
NullCheck(L_148);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_149 = L_148->get_address_of_rect_1();
float L_150 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_149, /*hidden argument*/NULL);
float L_151 = V_6;
int32_t L_152 = V_17;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_153 = V_10;
NullCheck(L_153);
int32_t L_154 = L_153->get_height_3();
AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * L_155 = V_9;
NullCheck(L_155);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_156 = L_155->get_address_of_rect_1();
float L_157 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_156, /*hidden argument*/NULL);
float L_158 = V_7;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_159;
memset((&L_159), 0, sizeof(L_159));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_159), ((float)il2cpp_codegen_multiply((float)(((float)((float)((float)il2cpp_codegen_add((float)(((float)((float)L_147))), (float)L_150))))), (float)L_151)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)il2cpp_codegen_multiply((float)(((float)((float)((float)il2cpp_codegen_add((float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_154))))), (float)L_157))))), (float)L_158)))), /*hidden argument*/NULL);
NullCheck(L_146);
(L_146)->SetAt(static_cast<il2cpp_array_size_t>(0), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_159);
// bg.uv[1] = new Vector2(bg.uv[0].x, bg.uv[0].y + (float)bg.height * texScaleY);
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_160 = V_10;
NullCheck(L_160);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_161 = L_160->get_uv_6();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_162 = V_10;
NullCheck(L_162);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_163 = L_162->get_uv_6();
NullCheck(L_163);
float L_164 = ((L_163)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_x_0();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_165 = V_10;
NullCheck(L_165);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_166 = L_165->get_uv_6();
NullCheck(L_166);
float L_167 = ((L_166)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_y_1();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_168 = V_10;
NullCheck(L_168);
int32_t L_169 = L_168->get_height_3();
float L_170 = V_7;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_171;
memset((&L_171), 0, sizeof(L_171));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_171), L_164, ((float)il2cpp_codegen_add((float)L_167, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_169))), (float)L_170)))), /*hidden argument*/NULL);
NullCheck(L_161);
(L_161)->SetAt(static_cast<il2cpp_array_size_t>(1), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_171);
// bg.uv[2] = new Vector2(bg.uv[0].x + (float)bg.width * texScaleX, bg.uv[1].y);
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_172 = V_10;
NullCheck(L_172);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_173 = L_172->get_uv_6();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_174 = V_10;
NullCheck(L_174);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_175 = L_174->get_uv_6();
NullCheck(L_175);
float L_176 = ((L_175)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_x_0();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_177 = V_10;
NullCheck(L_177);
int32_t L_178 = L_177->get_width_2();
float L_179 = V_6;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_180 = V_10;
NullCheck(L_180);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_181 = L_180->get_uv_6();
NullCheck(L_181);
float L_182 = ((L_181)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)))->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_183;
memset((&L_183), 0, sizeof(L_183));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_183), ((float)il2cpp_codegen_add((float)L_176, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_178))), (float)L_179)))), L_182, /*hidden argument*/NULL);
NullCheck(L_173);
(L_173)->SetAt(static_cast<il2cpp_array_size_t>(2), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_183);
// bg.uv[3] = new Vector2(bg.uv[2].x, bg.uv[0].y);
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_184 = V_10;
NullCheck(L_184);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_185 = L_184->get_uv_6();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_186 = V_10;
NullCheck(L_186);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_187 = L_186->get_uv_6();
NullCheck(L_187);
float L_188 = ((L_187)->GetAddressAt(static_cast<il2cpp_array_size_t>(2)))->get_x_0();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_189 = V_10;
NullCheck(L_189);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_190 = L_189->get_uv_6();
NullCheck(L_190);
float L_191 = ((L_190)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_192;
memset((&L_192), 0, sizeof(L_192));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_192), L_188, L_191, /*hidden argument*/NULL);
NullCheck(L_185);
(L_185)->SetAt(static_cast<il2cpp_array_size_t>(3), (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D )L_192);
}
IL_03ec:
{
// bg.lineHeight = lineHeight;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_193 = V_10;
int32_t L_194 = V_5;
NullCheck(L_193);
L_193->set_lineHeight_5(L_194);
// }
goto IL_04dd;
}
IL_03fa:
{
// if (_itemsById.TryGetValue(img, out charImg))
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * L_195 = __this->get__itemsById_4();
String_t* L_196 = V_15;
NullCheck(L_195);
bool L_197 = Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A(L_195, L_196, (PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 **)(&V_18), /*hidden argument*/Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A_RuntimeMethod_var);
if (!L_197)
{
goto IL_045f;
}
}
{
// GetItemAsset(charImg);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_198 = V_18;
UIPackage_GetItemAsset_m0EB4AEBF322AB8E8826B67FA06EDD3B49E101FE3(__this, L_198, /*hidden argument*/NULL);
// charImg.texture.GetUV(bg.uv);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_199 = V_18;
NullCheck(L_199);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_200 = L_199->get_texture_9();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_201 = V_10;
NullCheck(L_201);
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_202 = L_201->get_uv_6();
NullCheck(L_200);
NTexture_GetUV_m874298BFD77F92AF4060F80C01AE261FD05C4CF6(L_200, L_202, /*hidden argument*/NULL);
// bg.width = charImg.texture.width;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_203 = V_10;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_204 = V_18;
NullCheck(L_204);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_205 = L_204->get_texture_9();
NullCheck(L_205);
int32_t L_206 = NTexture_get_width_m4792DA39FBA764B89C6701C227FA1C3727C2471F(L_205, /*hidden argument*/NULL);
NullCheck(L_203);
L_203->set_width_2(L_206);
// bg.height = charImg.texture.height;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_207 = V_10;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_208 = V_18;
NullCheck(L_208);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_209 = L_208->get_texture_9();
NullCheck(L_209);
int32_t L_210 = NTexture_get_height_mB6C76DA4C0F2C64D60B198215C64605E0486A22E(L_209, /*hidden argument*/NULL);
NullCheck(L_207);
L_207->set_height_3(L_210);
// if (mainTexture == null)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_211 = V_8;
if (L_211)
{
goto IL_045f;
}
}
{
// mainTexture = charImg.texture.root;
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_212 = V_18;
NullCheck(L_212);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_213 = L_212->get_texture_9();
NullCheck(L_213);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_214 = NTexture_get_root_mF354B37A746484EE7BDC5F84A664002EB0DBC09A_inline(L_213, /*hidden argument*/NULL);
V_8 = L_214;
}
IL_045f:
{
// if (fontSize == 0)
int32_t L_215 = V_3;
if (L_215)
{
goto IL_046a;
}
}
{
// fontSize = bg.height;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_216 = V_10;
NullCheck(L_216);
int32_t L_217 = L_216->get_height_3();
V_3 = L_217;
}
IL_046a:
{
// if (bg.advance == 0)
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_218 = V_10;
NullCheck(L_218);
int32_t L_219 = L_218->get_advance_4();
if (L_219)
{
goto IL_0498;
}
}
{
// if (xadvance == 0)
int32_t L_220 = V_4;
if (L_220)
{
goto IL_048f;
}
}
{
// bg.advance = bg.offsetX + bg.width;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_221 = V_10;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_222 = V_10;
NullCheck(L_222);
int32_t L_223 = L_222->get_offsetX_0();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_224 = V_10;
NullCheck(L_224);
int32_t L_225 = L_224->get_width_2();
NullCheck(L_221);
L_221->set_advance_4(((int32_t)il2cpp_codegen_add((int32_t)L_223, (int32_t)L_225)));
goto IL_0498;
}
IL_048f:
{
// bg.advance = xadvance;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_226 = V_10;
int32_t L_227 = V_4;
NullCheck(L_226);
L_226->set_advance_4(L_227);
}
IL_0498:
{
// bg.lineHeight = bg.offsetY < 0 ? bg.height : (bg.offsetY + bg.height);
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_228 = V_10;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_229 = V_10;
NullCheck(L_229);
int32_t L_230 = L_229->get_offsetY_1();
G_B27_0 = L_228;
if ((((int32_t)L_230) < ((int32_t)0)))
{
G_B28_0 = L_228;
goto IL_04b5;
}
}
{
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_231 = V_10;
NullCheck(L_231);
int32_t L_232 = L_231->get_offsetY_1();
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_233 = V_10;
NullCheck(L_233);
int32_t L_234 = L_233->get_height_3();
G_B29_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_232, (int32_t)L_234));
G_B29_1 = G_B27_0;
goto IL_04bc;
}
IL_04b5:
{
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_235 = V_10;
NullCheck(L_235);
int32_t L_236 = L_235->get_height_3();
G_B29_0 = L_236;
G_B29_1 = G_B28_0;
}
IL_04bc:
{
NullCheck(G_B29_1);
G_B29_1->set_lineHeight_5(G_B29_0);
// if (bg.lineHeight < font.size)
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_237 = V_10;
NullCheck(L_237);
int32_t L_238 = L_237->get_lineHeight_5();
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * L_239 = V_0;
NullCheck(L_239);
int32_t L_240 = L_239->get_size_8();
if ((((int32_t)L_238) >= ((int32_t)L_240)))
{
goto IL_04dd;
}
}
{
// bg.lineHeight = font.size;
BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA * L_241 = V_10;
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * L_242 = V_0;
NullCheck(L_242);
int32_t L_243 = L_242->get_size_8();
NullCheck(L_241);
L_241->set_lineHeight_5(L_243);
}
IL_04dd:
{
// buffer.position = nextPos;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_244 = V_1;
int32_t L_245 = V_13;
NullCheck(L_244);
ByteBuffer_set_position_m244AD3BBF176CAD83C2AABD9B5748DA765313416_inline(L_244, L_245, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_246 = V_12;
V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_246, (int32_t)1));
}
IL_04eb:
{
// for (int i = 0; i < cnt; i++)
int32_t L_247 = V_12;
int32_t L_248 = V_11;
if ((((int32_t)L_247) < ((int32_t)L_248)))
{
goto IL_00f1;
}
}
{
// font.size = fontSize;
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * L_249 = V_0;
int32_t L_250 = V_3;
NullCheck(L_249);
L_249->set_size_8(L_250);
// font.mainTexture = mainTexture;
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * L_251 = V_0;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_252 = V_8;
NullCheck(L_251);
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)L_251)->set_mainTexture_1(L_252);
// if (!font.hasChannel)
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * L_253 = V_0;
NullCheck(L_253);
bool L_254 = L_253->get_hasChannel_10();
if (L_254)
{
goto IL_0516;
}
}
{
// font.shader = ShaderConfig.imageShader;
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * L_255 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
String_t* L_256 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get_imageShader_1();
NullCheck(L_255);
((BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F *)L_255)->set_shader_5(L_256);
}
IL_0516:
{
// }
return;
}
}
// System.Void FairyGUI.UIPackage::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage__cctor_m6F78333C797763641EB5404FDBB2CFAD8A372126 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPackage__cctor_m6F78333C797763641EB5404FDBB2CFAD8A372126_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static Dictionary<string, UIPackage> _packageInstById = new Dictionary<string, UIPackage>();
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_0 = (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 *)il2cpp_codegen_object_new(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m602FA380C8BFDDA770CB448A5387163BF530BBBD(L_0, /*hidden argument*/Dictionary_2__ctor_m602FA380C8BFDDA770CB448A5387163BF530BBBD_RuntimeMethod_var);
((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->set__packageInstById_9(L_0);
// static Dictionary<string, UIPackage> _packageInstByName = new Dictionary<string, UIPackage>();
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * L_1 = (Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 *)il2cpp_codegen_object_new(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m602FA380C8BFDDA770CB448A5387163BF530BBBD(L_1, /*hidden argument*/Dictionary_2__ctor_m602FA380C8BFDDA770CB448A5387163BF530BBBD_RuntimeMethod_var);
((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->set__packageInstByName_10(L_1);
// static List<UIPackage> _packageList = new List<UIPackage>();
List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * L_2 = (List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC *)il2cpp_codegen_object_new(List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC_il2cpp_TypeInfo_var);
List_1__ctor_m32010D66589E93D7A885B6EF5231A1144163FFFE(L_2, /*hidden argument*/List_1__ctor_m32010D66589E93D7A885B6EF5231A1144163FFFE_RuntimeMethod_var);
((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->set__packageList_11(L_2);
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.UIPackage_AtlasSprite::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasSprite__ctor_mC5939094609E8A3C0EF8115AA1210204C359EBAC (AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F * __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.UIPackage_CreateObjectCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateObjectCallback__ctor_m662472CFDB35794694ED22992B64F1931CB1774C (CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * __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.UIPackage_CreateObjectCallback::Invoke(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateObjectCallback_Invoke_m3D89FCBE04EE761E56C1CD854101E1D06D74F0D4 (CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___result0, 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) (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___result0, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___result0, 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, ___result0);
else
GenericVirtActionInvoker0::Invoke(targetMethod, ___result0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___result0);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___result0);
}
}
else
{
typedef void (*FunctionPointerType) (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___result0, 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< GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * >::Invoke(targetMethod, targetThis, ___result0);
else
GenericVirtActionInvoker1< GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * >::Invoke(targetMethod, targetThis, ___result0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___result0);
else
VirtActionInvoker1< GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___result0);
}
}
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*>(___result0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___result0, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___result0, targetMethod);
}
}
}
}
}
// System.IAsyncResult FairyGUI.UIPackage_CreateObjectCallback::BeginInvoke(FairyGUI.GObject,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CreateObjectCallback_BeginInvoke_m59541CF056C46ED8FB5B474FF28F5BD367E6A00B (CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___result0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___result0;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void FairyGUI.UIPackage_CreateObjectCallback::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateObjectCallback_EndInvoke_m4F4C5DFE54DC73AF26FDB8C0259AE33AE2CABA86 (CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4 * __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.Container FairyGUI.UIPainter::get_container()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
{
// public Container container { get; private set; }
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = __this->get_U3CcontainerU3Ek__BackingField_4();
return L_0;
}
}
// System.Void FairyGUI.UIPainter::set_container(FairyGUI.Container)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_set_container_m9CCA0E0DC4AB551132FB95F8135E650A8DEAFDC3 (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___value0, const RuntimeMethod* method)
{
{
// public Container container { get; private set; }
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = ___value0;
__this->set_U3CcontainerU3Ek__BackingField_4(L_0);
return;
}
}
// System.Void FairyGUI.UIPainter::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_OnEnable_mDB274A441EF26CA8CC5148756F7B3D2007E32A18 (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPainter_OnEnable_mDB274A441EF26CA8CC5148756F7B3D2007E32A18_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (Application.isPlaying)
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_003c;
}
}
{
// if (this.container == null)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_1 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0042;
}
}
{
// CreateContainer();
UIPainter_CreateContainer_m305C66D3B4AA9239E8B872290AA713F053439798(__this, /*hidden argument*/NULL);
// if (!string.IsNullOrEmpty(packagePath) && UIPackage.GetByName(packageName) == null)
String_t* L_2 = __this->get_packagePath_8();
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0042;
}
}
{
String_t* L_4 = __this->get_packageName_5();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_5 = UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0042;
}
}
{
// UIPackage.AddPackage(packagePath);
String_t* L_6 = __this->get_packagePath_8();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_AddPackage_mF3B305A96529EABBB4AD2F99D95CAE7BE1F33F15(L_6, /*hidden argument*/NULL);
// }
return;
}
IL_003c:
{
// EMRenderSupport.Add(this);
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
EMRenderSupport_Add_m593F6604CA4CE51F4EC9FDA9856FF2E1935CC163(__this, /*hidden argument*/NULL);
}
IL_0042:
{
// }
return;
}
}
// System.Void FairyGUI.UIPainter::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_OnDisable_m89B850836773B4CAEEA07349A262EC9E44955EB1 (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPainter_OnDisable_m89B850836773B4CAEEA07349A262EC9E44955EB1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!Application.isPlaying)
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (L_0)
{
goto IL_000d;
}
}
{
// EMRenderSupport.Remove(this);
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
EMRenderSupport_Remove_mD1A68BE81081F4367C812CBCF34B9FAC2B3BAC4E(__this, /*hidden argument*/NULL);
}
IL_000d:
{
// }
return;
}
}
// System.Void FairyGUI.UIPainter::OnGUI()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_OnGUI_mC7924DEB5BF29EE70177A56BC090FBF88C01F20B (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
{
// if (!Application.isPlaying)
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (L_0)
{
goto IL_000d;
}
}
{
// EM_BeforeUpdate();
UIPainter_EM_BeforeUpdate_mFCDB9FA842B94BA5911351F1FFB3DE985FB94E5A(__this, /*hidden argument*/NULL);
}
IL_000d:
{
// }
return;
}
}
// System.Void FairyGUI.UIPainter::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_Start_mF904F16357A8473B5CB2F8E5EDB44F6780AE4F96 (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
{
// useGUILayout = false;
MonoBehaviour_set_useGUILayout_m00327593C0DC39787FB9310328489F802FF63167(__this, (bool)0, /*hidden argument*/NULL);
// if (!_created && Application.isPlaying)
bool L_0 = __this->get__created_13();
if (L_0)
{
goto IL_001c;
}
}
{
bool L_1 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_1)
{
goto IL_001c;
}
}
{
// CreateUI();
UIPainter_CreateUI_mF7782430FCCF986DB735D7D92DA786B71984C848(__this, /*hidden argument*/NULL);
}
IL_001c:
{
// }
return;
}
}
// System.Void FairyGUI.UIPainter::OnDestroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_OnDestroy_mE71AF7C57369095DF4FFD75504FA699D1BF87D53 (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPainter_OnDestroy_mE71AF7C57369095DF4FFD75504FA699D1BF87D53_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (Application.isPlaying)
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_0035;
}
}
{
// if (_ui != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = __this->get__ui_12();
if (!L_1)
{
goto IL_0021;
}
}
{
// _ui.Dispose();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = __this->get__ui_12();
NullCheck(L_2);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_2);
// _ui = null;
__this->set__ui_12((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)NULL);
}
IL_0021:
{
// container.Dispose();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
VirtActionInvoker0::Invoke(24 /* System.Void FairyGUI.DisplayObject::Dispose() */, L_3);
// container = null;
UIPainter_set_container_m9CCA0E0DC4AB551132FB95F8135E650A8DEAFDC3_inline(__this, (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)NULL, /*hidden argument*/NULL);
// }
goto IL_003b;
}
IL_0035:
{
// EMRenderSupport.Remove(this);
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
EMRenderSupport_Remove_mD1A68BE81081F4367C812CBCF34B9FAC2B3BAC4E(__this, /*hidden argument*/NULL);
}
IL_003b:
{
// DestroyTexture();
UIPainter_DestroyTexture_m5E40AE8BCBAC0A97E14EE1639A9044DC684F8B3B(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.UIPainter::CreateContainer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_CreateContainer_m305C66D3B4AA9239E8B872290AA713F053439798 (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPainter_CreateContainer_m305C66D3B4AA9239E8B872290AA713F053439798_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// this.container = new Container("UIPainter");
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)il2cpp_codegen_object_new(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var);
Container__ctor_mEDBCC6167D52EBAA45EDDEA6FA6C25B94D14D3F2(L_0, _stringLiteralFE328F8C0187723E775DBAB25B70C8E18448F58C, /*hidden argument*/NULL);
UIPainter_set_container_m9CCA0E0DC4AB551132FB95F8135E650A8DEAFDC3_inline(__this, L_0, /*hidden argument*/NULL);
// this.container.renderMode = RenderMode.WorldSpace;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_1 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
L_1->set_renderMode_52(2);
// this.container.renderCamera = renderCamera;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_2 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_3 = __this->get_renderCamera_9();
NullCheck(L_2);
L_2->set_renderCamera_53(L_3);
// this.container.touchable = !touchDisabled;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_4 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
bool L_5 = __this->get_touchDisabled_11();
NullCheck(L_4);
VirtActionInvoker1< bool >::Invoke(20 /* System.Void FairyGUI.DisplayObject::set_touchable(System.Boolean) */, L_4, (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0));
// this.container.fairyBatching = fairyBatching;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_6 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
bool L_7 = __this->get_fairyBatching_10();
NullCheck(L_6);
Container_set_fairyBatching_mE4A4C1809FB99F571ED2A2287594D551D865A4C8(L_6, L_7, /*hidden argument*/NULL);
// this.container._isPanel = true;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_8 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_8);
L_8->set__isPanel_67((bool)1);
// this.container._panelOrder = sortingOrder;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_9 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
int32_t L_10 = __this->get_sortingOrder_7();
NullCheck(L_9);
L_9->set__panelOrder_68(L_10);
// this.container.hitArea = new MeshColliderHitTest(this.gameObject.GetComponent<MeshCollider>());
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_11 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_12 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
NullCheck(L_12);
MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE * L_13 = GameObject_GetComponent_TisMeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE_mB641FEAC42399B72BD9F987B4D9919BE52EDFCEA(L_12, /*hidden argument*/GameObject_GetComponent_TisMeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE_mB641FEAC42399B72BD9F987B4D9919BE52EDFCEA_RuntimeMethod_var);
MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5 * L_14 = (MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5 *)il2cpp_codegen_object_new(MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5_il2cpp_TypeInfo_var);
MeshColliderHitTest__ctor_mE9B5F9F4C0C317A9FC5CA4ABABB8E9D78E5FB52E(L_14, L_13, /*hidden argument*/NULL);
NullCheck(L_11);
L_11->set_hitArea_56(L_14);
// SetSortingOrder(this.sortingOrder, true);
int32_t L_15 = __this->get_sortingOrder_7();
UIPainter_SetSortingOrder_m10B6F819640BDBCCFD79997255DAEF900E1CF1C0(__this, L_15, (bool)1, /*hidden argument*/NULL);
// this.container.layer = CaptureCamera.hiddenLayer;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_16 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
int32_t L_17 = CaptureCamera_get_hiddenLayer_m9B3A0C8975E0DA9530BABD1648ED1A126C451DB7(/*hidden argument*/NULL);
NullCheck(L_16);
VirtActionInvoker1< int32_t >::Invoke(18 /* System.Void FairyGUI.DisplayObject::set_layer(System.Int32) */, L_16, L_17);
// }
return;
}
}
// System.Void FairyGUI.UIPainter::SetSortingOrder(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_SetSortingOrder_m10B6F819640BDBCCFD79997255DAEF900E1CF1C0 (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, int32_t ___value0, bool ___apply1, const RuntimeMethod* method)
{
{
// this.sortingOrder = value;
int32_t L_0 = ___value0;
__this->set_sortingOrder_7(L_0);
// container._panelOrder = value;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_1 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
int32_t L_2 = ___value0;
NullCheck(L_1);
L_1->set__panelOrder_68(L_2);
// if (apply)
bool L_3 = ___apply1;
if (!L_3)
{
goto IL_0026;
}
}
{
// Stage.inst.ApplyPanelOrder(container);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_4 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_5 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
Stage_ApplyPanelOrder_mE83ABCE9CAB57AFBBE931677D47EB3DA359F4080(L_4, L_5, /*hidden argument*/NULL);
}
IL_0026:
{
// }
return;
}
}
// FairyGUI.GComponent FairyGUI.UIPainter::get_ui()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * UIPainter_get_ui_mB8500477B2032DE90C27098EFA3F768B09D5A7BE (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
{
// if (!_created && Application.isPlaying)
bool L_0 = __this->get__created_13();
if (L_0)
{
goto IL_0015;
}
}
{
bool L_1 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_1)
{
goto IL_0015;
}
}
{
// CreateUI();
UIPainter_CreateUI_mF7782430FCCF986DB735D7D92DA786B71984C848(__this, /*hidden argument*/NULL);
}
IL_0015:
{
// return _ui;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = __this->get__ui_12();
return L_2;
}
}
// System.Void FairyGUI.UIPainter::CreateUI()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_CreateUI_mF7782430FCCF986DB735D7D92DA786B71984C848 (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPainter_CreateUI_mF7782430FCCF986DB735D7D92DA786B71984C848_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_ui != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__ui_12();
if (!L_0)
{
goto IL_0020;
}
}
{
// _ui.Dispose();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = __this->get__ui_12();
NullCheck(L_1);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_1);
// _ui = null;
__this->set__ui_12((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)NULL);
// DestroyTexture();
UIPainter_DestroyTexture_m5E40AE8BCBAC0A97E14EE1639A9044DC684F8B3B(__this, /*hidden argument*/NULL);
}
IL_0020:
{
// _created = true;
__this->set__created_13((bool)1);
// if (string.IsNullOrEmpty(packageName) || string.IsNullOrEmpty(componentName))
String_t* L_2 = __this->get_packageName_5();
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0041;
}
}
{
String_t* L_4 = __this->get_componentName_6();
bool L_5 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0042;
}
}
IL_0041:
{
// return;
return;
}
IL_0042:
{
// _ui = (GComponent)UIPackage.CreateObject(packageName, componentName);
String_t* L_6 = __this->get_packageName_5();
String_t* L_7 = __this->get_componentName_6();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = UIPackage_CreateObject_m7C4F576EA69933D1D4CC43EA521D76DBBCA2E948(L_6, L_7, /*hidden argument*/NULL);
__this->set__ui_12(((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_8, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)));
// if (_ui != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_9 = __this->get__ui_12();
if (!L_9)
{
goto IL_013a;
}
}
{
// this.container.AddChild(_ui.displayObject);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_10 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_11 = __this->get__ui_12();
NullCheck(L_11);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_12 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_11, /*hidden argument*/NULL);
NullCheck(L_10);
Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D(L_10, L_12, /*hidden argument*/NULL);
// this.container.size = _ui.size;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_13 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_14 = __this->get__ui_12();
NullCheck(L_14);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15 = GObject_get_size_mB1E724FACF1B928DDDF438C02BC17DCD005FC7F1(L_14, /*hidden argument*/NULL);
NullCheck(L_13);
DisplayObject_set_size_mB5DAA437713FEB7C4EADC3363C50B58D73B461CE(L_13, L_15, /*hidden argument*/NULL);
// _texture = CaptureCamera.CreateRenderTexture(Mathf.RoundToInt(_ui.width), Mathf.RoundToInt(_ui.height), UIConfig.depthSupportForPaintingMode);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_16 = __this->get__ui_12();
NullCheck(L_16);
float L_17 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_16, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_18 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(L_17, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_19 = __this->get__ui_12();
NullCheck(L_19);
float L_20 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_19, /*hidden argument*/NULL);
int32_t L_21 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(L_20, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
bool L_22 = ((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_23 = CaptureCamera_CreateRenderTexture_m94532FD87A3BA922637B90F812E8E086C48B1CE0(L_18, L_21, L_22, /*hidden argument*/NULL);
__this->set__texture_16(L_23);
// _renderer = this.GetComponent<Renderer>();
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_24 = Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892_RuntimeMethod_var);
__this->set__renderer_15(L_24);
// if (_renderer != null)
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_25 = __this->get__renderer_15();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_26 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_25, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_26)
{
goto IL_0174;
}
}
{
// _renderer.sharedMaterial.mainTexture = _texture;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_27 = __this->get__renderer_15();
NullCheck(L_27);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_28 = Renderer_get_sharedMaterial_m2BE9FF3D269968F2E323AC60EFBBCC0B26E7E6F9(L_27, /*hidden argument*/NULL);
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_29 = __this->get__texture_16();
NullCheck(L_28);
Material_set_mainTexture_m0742CFF768E9701618DA07C71F009239AB31EB41(L_28, L_29, /*hidden argument*/NULL);
// _captureDelegate = Capture;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_30 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_30, __this, (intptr_t)((intptr_t)UIPainter_Capture_mC9B5D05514554B65E9965E3B0D77857AD333016F_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set__captureDelegate_17(L_30);
// if (_renderer.sharedMaterial.renderQueue == 3000) //Set in transpare queue only
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_31 = __this->get__renderer_15();
NullCheck(L_31);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_32 = Renderer_get_sharedMaterial_m2BE9FF3D269968F2E323AC60EFBBCC0B26E7E6F9(L_31, /*hidden argument*/NULL);
NullCheck(L_32);
int32_t L_33 = Material_get_renderQueue_mDEC48BD94C93FF5A04BC7190E4B5C56BB6E44140(L_32, /*hidden argument*/NULL);
if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)3000)))))
{
goto IL_0174;
}
}
{
// this.container.onUpdate = () =>
// {
// UpdateContext.OnEnd += _captureDelegate;
// };
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_34 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_35 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_35, __this, (intptr_t)((intptr_t)UIPainter_U3CCreateUIU3Eb__26_0_mB0D47EB57604CE5F9EB5E955F1F046A7F35679DC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_34);
L_34->set_onUpdate_58(L_35);
// }
return;
}
IL_013a:
{
// Debug.LogError("Create " + componentName + "@" + packageName + " failed!");
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_36 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_37 = L_36;
NullCheck(L_37);
ArrayElementTypeCheck (L_37, _stringLiteralB0EF1B4DF83D896154A8D2172E713EFCD9E9AFCF);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralB0EF1B4DF83D896154A8D2172E713EFCD9E9AFCF);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_38 = L_37;
String_t* L_39 = __this->get_componentName_6();
NullCheck(L_38);
ArrayElementTypeCheck (L_38, L_39);
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_39);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = L_38;
NullCheck(L_40);
ArrayElementTypeCheck (L_40, _stringLiteral9A78211436F6D425EC38F5C4E02270801F3524F8);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral9A78211436F6D425EC38F5C4E02270801F3524F8);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_41 = L_40;
String_t* L_42 = __this->get_packageName_5();
NullCheck(L_41);
ArrayElementTypeCheck (L_41, L_42);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_42);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_43 = L_41;
NullCheck(L_43);
ArrayElementTypeCheck (L_43, _stringLiteralA5ADFD8D1B6DA0288CE787567334D8BB4F158D94);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralA5ADFD8D1B6DA0288CE787567334D8BB4F158D94);
String_t* L_44 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_43, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_44, /*hidden argument*/NULL);
}
IL_0174:
{
// }
return;
}
}
// System.Void FairyGUI.UIPainter::Capture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_Capture_mC9B5D05514554B65E9965E3B0D77857AD333016F (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPainter_Capture_mC9B5D05514554B65E9965E3B0D77857AD333016F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// CaptureCamera.Capture(this.container, _texture, Vector2.zero);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_1 = __this->get__texture_16();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
CaptureCamera_Capture_mFACFA9B309DD9C99E58490AEB82FFBEA4629CDF0(L_0, L_1, L_2, /*hidden argument*/NULL);
// if (_renderer != null)
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_3 = __this->get__renderer_15();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_003a;
}
}
{
// _renderer.sortingOrder = container.renderingOrder;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_5 = __this->get__renderer_15();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_6 = UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(15 /* System.Int32 FairyGUI.DisplayObject::get_renderingOrder() */, L_6);
NullCheck(L_5);
Renderer_set_sortingOrder_mBCE1207CDB46CB6BA4583B9C3FB4A2D28DC27D81(L_5, L_7, /*hidden argument*/NULL);
}
IL_003a:
{
// }
return;
}
}
// System.Void FairyGUI.UIPainter::DestroyTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_DestroyTexture_m5E40AE8BCBAC0A97E14EE1639A9044DC684F8B3B (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPainter_DestroyTexture_m5E40AE8BCBAC0A97E14EE1639A9044DC684F8B3B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_texture != null)
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_0 = __this->get__texture_16();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0034;
}
}
{
// if (Application.isPlaying)
bool L_2 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_2)
{
goto IL_0022;
}
}
{
// RenderTexture.Destroy(_texture);
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_3 = __this->get__texture_16();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_3, /*hidden argument*/NULL);
goto IL_002d;
}
IL_0022:
{
// RenderTexture.DestroyImmediate(_texture);
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_4 = __this->get__texture_16();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446(L_4, /*hidden argument*/NULL);
}
IL_002d:
{
// _texture = null;
__this->set__texture_16((RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 *)NULL);
}
IL_0034:
{
// }
return;
}
}
// System.Void FairyGUI.UIPainter::CaptureInEditMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_CaptureInEditMode_m8EBE6923D82A08BD1F5D114D70C1AC213D080DAD (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPainter_CaptureInEditMode_m8EBE6923D82A08BD1F5D114D70C1AC213D080DAD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * V_0 = NULL;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * V_1 = NULL;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * V_2 = NULL;
float V_3 = 0.0f;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * V_4 = NULL;
{
// if (!EMRenderSupport.packageListReady || UIPackage.GetByName(packageName) == null)
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
bool L_0 = EMRenderSupport_get_packageListReady_m21CA92241FAC0AFE3F9855ADF4A4773D23EDCE8D_inline(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
String_t* L_1 = __this->get_packageName_5();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_2 = UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0015;
}
}
IL_0014:
{
// return;
return;
}
IL_0015:
{
// _captured = true;
__this->set__captured_14((bool)1);
// DisplayOptions.SetEditModeHideFlags();
IL2CPP_RUNTIME_CLASS_INIT(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var);
DisplayOptions_SetEditModeHideFlags_m99682C039495A233EA1036B43E8C426435AF2603(/*hidden argument*/NULL);
// GComponent view = (GComponent)UIPackage.CreateObject(packageName, componentName);
String_t* L_3 = __this->get_packageName_5();
String_t* L_4 = __this->get_componentName_6();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = UIPackage_CreateObject_m7C4F576EA69933D1D4CC43EA521D76DBBCA2E948(L_3, L_4, /*hidden argument*/NULL);
V_0 = ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_5, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var));
// if (view != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = V_0;
if (!L_6)
{
goto IL_01dc;
}
}
{
// DestroyTexture();
UIPainter_DestroyTexture_m5E40AE8BCBAC0A97E14EE1639A9044DC684F8B3B(__this, /*hidden argument*/NULL);
// _texture = CaptureCamera.CreateRenderTexture(Mathf.RoundToInt(view.width), Mathf.RoundToInt(view.height), false);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_7 = V_0;
NullCheck(L_7);
float L_8 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_7, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_9 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(L_8, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_10 = V_0;
NullCheck(L_10);
float L_11 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_10, /*hidden argument*/NULL);
int32_t L_12 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(L_11, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var);
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_13 = CaptureCamera_CreateRenderTexture_m94532FD87A3BA922637B90F812E8E086C48B1CE0(L_9, L_12, (bool)0, /*hidden argument*/NULL);
__this->set__texture_16(L_13);
// Container root = (Container)view.displayObject;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_14 = V_0;
NullCheck(L_14);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_15 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_14, /*hidden argument*/NULL);
V_1 = ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_15, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var));
// root.layer = CaptureCamera.layer;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_16 = V_1;
int32_t L_17 = CaptureCamera_get_layer_m4BE76B1B061F2135C7E38AC13EF5C3445E00F3D7(/*hidden argument*/NULL);
NullCheck(L_16);
VirtActionInvoker1< int32_t >::Invoke(18 /* System.Void FairyGUI.DisplayObject::set_layer(System.Int32) */, L_16, L_17);
// root.SetChildrenLayer(CaptureCamera.layer);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_18 = V_1;
int32_t L_19 = CaptureCamera_get_layer_m4BE76B1B061F2135C7E38AC13EF5C3445E00F3D7(/*hidden argument*/NULL);
NullCheck(L_18);
Container_SetChildrenLayer_m941916D1215FEBC8F8ED5F0065FF992C866B34EE(L_18, L_19, /*hidden argument*/NULL);
// root.gameObject.hideFlags = HideFlags.None;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_20 = V_1;
NullCheck(L_20);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_21 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(L_20, /*hidden argument*/NULL);
NullCheck(L_21);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_21, 0, /*hidden argument*/NULL);
// root.gameObject.SetActive(true);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_22 = V_1;
NullCheck(L_22);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_23 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(L_22, /*hidden argument*/NULL);
NullCheck(L_23);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_23, (bool)1, /*hidden argument*/NULL);
// GameObject cameraObject = new GameObject("Temp Capture Camera");
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_24 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)il2cpp_codegen_object_new(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var);
GameObject__ctor_mBB454E679AD9CF0B84D3609A01E6A9753ACF4686(L_24, _stringLiteral82371543DCEAE1B6A11A275E3470234B2D5C9BCD, /*hidden argument*/NULL);
// Camera camera = cameraObject.AddComponent<Camera>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_25 = L_24;
NullCheck(L_25);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_26 = GameObject_AddComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m7DF3B4DB4CA60855860B6760DBA2B1AE5883D20F(L_25, /*hidden argument*/GameObject_AddComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m7DF3B4DB4CA60855860B6760DBA2B1AE5883D20F_RuntimeMethod_var);
V_2 = L_26;
// camera.depth = 0;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_27 = V_2;
NullCheck(L_27);
Camera_set_depth_m4A83CCCF7370B8AD4BDB2CD5528A6E12A409AE58(L_27, (0.0f), /*hidden argument*/NULL);
// camera.cullingMask = 1 << CaptureCamera.layer;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_28 = V_2;
int32_t L_29 = CaptureCamera_get_layer_m4BE76B1B061F2135C7E38AC13EF5C3445E00F3D7(/*hidden argument*/NULL);
NullCheck(L_28);
Camera_set_cullingMask_m215DB1C878CF1ADEEF6800AF449EEEA7680ECCCD(L_28, ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)31))))), /*hidden argument*/NULL);
// camera.clearFlags = CameraClearFlags.Depth;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_30 = V_2;
NullCheck(L_30);
Camera_set_clearFlags_m805DFBD136AA3E1E46A2E61441965D174E87FE50(L_30, 3, /*hidden argument*/NULL);
// camera.orthographic = true;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_31 = V_2;
NullCheck(L_31);
Camera_set_orthographic_mB2549D26F5E220102D7478EB4C15F8F12D96FE09(L_31, (bool)1, /*hidden argument*/NULL);
// camera.nearClipPlane = -30;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_32 = V_2;
NullCheck(L_32);
Camera_set_nearClipPlane_m9D81E50F8658C16319BEF3774E78B93DEB208C6B(L_32, (-30.0f), /*hidden argument*/NULL);
// camera.farClipPlane = 30;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_33 = V_2;
NullCheck(L_33);
Camera_set_farClipPlane_m52986DC40B7F577255C4D5A4F780FD8A7D862626(L_33, (30.0f), /*hidden argument*/NULL);
// camera.enabled = false;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_34 = V_2;
NullCheck(L_34);
Behaviour_set_enabled_m9755D3B17D7022D23D1E4C618BD9A6B66A5ADC6B(L_34, (bool)0, /*hidden argument*/NULL);
// camera.targetTexture = _texture;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_35 = V_2;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_36 = __this->get__texture_16();
NullCheck(L_35);
Camera_set_targetTexture_m9D0DCEFF0C5596CBBC6FA7EE206F196CB0A8997D(L_35, L_36, /*hidden argument*/NULL);
// float halfHeight = (float)_texture.height / 2;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_37 = __this->get__texture_16();
NullCheck(L_37);
int32_t L_38 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.Texture::get_height() */, L_37);
V_3 = ((float)((float)(((float)((float)L_38)))/(float)(2.0f)));
// camera.orthographicSize = halfHeight;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_39 = V_2;
float L_40 = V_3;
NullCheck(L_39);
Camera_set_orthographicSize_mF15F37A294A7AA2ADD9519728A495DFA0A836428(L_39, L_40, /*hidden argument*/NULL);
// cameraObject.transform.localPosition = root.cachedTransform.TransformPoint(halfHeight * camera.aspect, -halfHeight, 0);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_41 = L_25;
NullCheck(L_41);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_42 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_41, /*hidden argument*/NULL);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_43 = V_1;
NullCheck(L_43);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_44 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_43, /*hidden argument*/NULL);
float L_45 = V_3;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_46 = V_2;
NullCheck(L_46);
float L_47 = Camera_get_aspect_m2ADA7982754920C3B58B4DB664801D6F2416E0C6(L_46, /*hidden argument*/NULL);
float L_48 = V_3;
NullCheck(L_44);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_49 = Transform_TransformPoint_m363B3A9E2C3A9A52F4B872CF34F476D87CCC8CEC(L_44, ((float)il2cpp_codegen_multiply((float)L_45, (float)L_47)), ((-L_48)), (0.0f), /*hidden argument*/NULL);
NullCheck(L_42);
Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728(L_42, L_49, /*hidden argument*/NULL);
// UpdateContext context = new UpdateContext();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_50 = (UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 *)il2cpp_codegen_object_new(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var);
UpdateContext__ctor_m069781124D3B0B89FDF8352F49FE30D10EC9DC50(L_50, /*hidden argument*/NULL);
V_4 = L_50;
// context.Begin();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_51 = V_4;
NullCheck(L_51);
UpdateContext_Begin_mB37384A47CC631FDFD6C905F0CB14669BFD9F1E0(L_51, /*hidden argument*/NULL);
// view.displayObject.Update(context);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_52 = V_0;
NullCheck(L_52);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_53 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_52, /*hidden argument*/NULL);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_54 = V_4;
NullCheck(L_53);
VirtActionInvoker1< UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * >::Invoke(23 /* System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext) */, L_53, L_54);
// context.End();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_55 = V_4;
NullCheck(L_55);
UpdateContext_End_mDE39A4FBBF84A7C848A8A9F4327C80F33DD89913(L_55, /*hidden argument*/NULL);
// context.Begin();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_56 = V_4;
NullCheck(L_56);
UpdateContext_Begin_mB37384A47CC631FDFD6C905F0CB14669BFD9F1E0(L_56, /*hidden argument*/NULL);
// view.displayObject.Update(context);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_57 = V_0;
NullCheck(L_57);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_58 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_57, /*hidden argument*/NULL);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_59 = V_4;
NullCheck(L_58);
VirtActionInvoker1< UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * >::Invoke(23 /* System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext) */, L_58, L_59);
// context.End();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_60 = V_4;
NullCheck(L_60);
UpdateContext_End_mDE39A4FBBF84A7C848A8A9F4327C80F33DD89913(L_60, /*hidden argument*/NULL);
// RenderTexture old = RenderTexture.active;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_61 = RenderTexture_get_active_m670416A37BF4239DE5A55F6138CAA1FEEF184957(/*hidden argument*/NULL);
// RenderTexture.active = _texture;
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_62 = __this->get__texture_16();
RenderTexture_set_active_m992E25C701DEFC8042B31022EA45F02A787A84F1(L_62, /*hidden argument*/NULL);
// GL.Clear(true, true, Color.clear);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_63 = Color_get_clear_m419239BDAEB3D3C4B4291BF2C6EF09A7D7D81360(/*hidden argument*/NULL);
GL_Clear_mBC8B714C794457D52A5343F40399BBDF57BA978A((bool)1, (bool)1, L_63, /*hidden argument*/NULL);
// camera.Render();
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_64 = V_2;
NullCheck(L_64);
Camera_Render_m397647083E9A37A18A452C4D7FCF23CCF8870F42(L_64, /*hidden argument*/NULL);
// RenderTexture.active = old;
RenderTexture_set_active_m992E25C701DEFC8042B31022EA45F02A787A84F1(L_61, /*hidden argument*/NULL);
// camera.targetTexture = null;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_65 = V_2;
NullCheck(L_65);
Camera_set_targetTexture_m9D0DCEFF0C5596CBBC6FA7EE206F196CB0A8997D(L_65, (RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 *)NULL, /*hidden argument*/NULL);
// view.Dispose();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_66 = V_0;
NullCheck(L_66);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_66);
// GameObject.DestroyImmediate(cameraObject);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446(L_41, /*hidden argument*/NULL);
// if (_renderer != null)
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_67 = __this->get__renderer_15();
bool L_68 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_67, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_68)
{
goto IL_01dc;
}
}
{
// _renderer.sharedMaterial.mainTexture = _texture;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_69 = __this->get__renderer_15();
NullCheck(L_69);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_70 = Renderer_get_sharedMaterial_m2BE9FF3D269968F2E323AC60EFBBCC0B26E7E6F9(L_69, /*hidden argument*/NULL);
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_71 = __this->get__texture_16();
NullCheck(L_70);
Material_set_mainTexture_m0742CFF768E9701618DA07C71F009239AB31EB41(L_70, L_71, /*hidden argument*/NULL);
}
IL_01dc:
{
// }
return;
}
}
// System.Void FairyGUI.UIPainter::ApplyModifiedProperties(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_ApplyModifiedProperties_mCDE8945701713F86DBA0E616EBA752DCF8463186 (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, bool ___sortingOrderChanged0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPainter_ApplyModifiedProperties_mCDE8945701713F86DBA0E616EBA752DCF8463186_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (sortingOrderChanged)
bool L_0 = ___sortingOrderChanged0;
if (!L_0)
{
goto IL_001e;
}
}
{
// if (Application.isPlaying)
bool L_1 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_1)
{
goto IL_0018;
}
}
{
// SetSortingOrder(sortingOrder, true);
int32_t L_2 = __this->get_sortingOrder_7();
UIPainter_SetSortingOrder_m10B6F819640BDBCCFD79997255DAEF900E1CF1C0(__this, L_2, (bool)1, /*hidden argument*/NULL);
return;
}
IL_0018:
{
// EMRenderSupport.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);
}
IL_001e:
{
// }
return;
}
}
// System.Void FairyGUI.UIPainter::OnUpdateSource(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_OnUpdateSource_m267C3C66332946A3444FB19D8E1E7E22FCB5D485 (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPainter_OnUpdateSource_m267C3C66332946A3444FB19D8E1E7E22FCB5D485_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:
{
// this.packageName = (string)data[0];
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ___data0;
NullCheck(L_1);
int32_t L_2 = 0;
RuntimeObject * L_3 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
__this->set_packageName_5(((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)));
// this.packagePath = (string)data[1];
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = ___data0;
NullCheck(L_4);
int32_t L_5 = 1;
RuntimeObject * L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
__this->set_packagePath_8(((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)));
// this.componentName = (string)data[2];
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = ___data0;
NullCheck(L_7);
int32_t L_8 = 2;
RuntimeObject * L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
__this->set_componentName_6(((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var)));
// if ((bool)data[3])
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = ___data0;
NullCheck(L_10);
int32_t L_11 = 3;
RuntimeObject * L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
if (!((*(bool*)((bool*)UnBox(L_12, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))))
{
goto IL_0043;
}
}
{
// _captured = false;
__this->set__captured_14((bool)0);
}
IL_0043:
{
// }
return;
}
}
// System.Int32 FairyGUI.UIPainter::get_EM_sortingOrder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIPainter_get_EM_sortingOrder_m70F8C2BAAC64C13CE3B06C8C0C803FAAABB7791B (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
{
// get { return sortingOrder; }
int32_t L_0 = __this->get_sortingOrder_7();
return L_0;
}
}
// System.Void FairyGUI.UIPainter::EM_BeforeUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_EM_BeforeUpdate_mFCDB9FA842B94BA5911351F1FFB3DE985FB94E5A (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPainter_EM_BeforeUpdate_mFCDB9FA842B94BA5911351F1FFB3DE985FB94E5A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_renderer == null)
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_0 = __this->get__renderer_15();
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_001a;
}
}
{
// _renderer = this.GetComponent<Renderer>();
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_2 = Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892(__this, /*hidden argument*/Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892_RuntimeMethod_var);
__this->set__renderer_15(L_2);
}
IL_001a:
{
// if (_renderer != null && _renderer.sharedMaterial.mainTexture != _texture)
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_3 = __this->get__renderer_15();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_005b;
}
}
{
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_5 = __this->get__renderer_15();
NullCheck(L_5);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = Renderer_get_sharedMaterial_m2BE9FF3D269968F2E323AC60EFBBCC0B26E7E6F9(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_7 = Material_get_mainTexture_mE85CF647728AD145D7E03A172EFD5930773E514E(L_6, /*hidden argument*/NULL);
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_8 = __this->get__texture_16();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_9 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_7, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_005b;
}
}
{
// _renderer.sharedMaterial.mainTexture = _texture;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_10 = __this->get__renderer_15();
NullCheck(L_10);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_11 = Renderer_get_sharedMaterial_m2BE9FF3D269968F2E323AC60EFBBCC0B26E7E6F9(L_10, /*hidden argument*/NULL);
RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6 * L_12 = __this->get__texture_16();
NullCheck(L_11);
Material_set_mainTexture_m0742CFF768E9701618DA07C71F009239AB31EB41(L_11, L_12, /*hidden argument*/NULL);
}
IL_005b:
{
// if (packageName != null && componentName != null && !_captured)
String_t* L_13 = __this->get_packageName_5();
if (!L_13)
{
goto IL_0079;
}
}
{
String_t* L_14 = __this->get_componentName_6();
if (!L_14)
{
goto IL_0079;
}
}
{
bool L_15 = __this->get__captured_14();
if (L_15)
{
goto IL_0079;
}
}
{
// CaptureInEditMode();
UIPainter_CaptureInEditMode_m8EBE6923D82A08BD1F5D114D70C1AC213D080DAD(__this, /*hidden argument*/NULL);
}
IL_0079:
{
// }
return;
}
}
// System.Void FairyGUI.UIPainter::EM_Update(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_EM_Update_m893CA350665D576AA2CCDF6153C8D4C6403D277B (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPainter_EM_Update_m893CA350665D576AA2CCDF6153C8D4C6403D277B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (_renderer != null)
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_0 = __this->get__renderer_15();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_002a;
}
}
{
// _renderer.sortingOrder = context.renderingOrder++;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_2 = __this->get__renderer_15();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_3 = ___context0;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_4 = L_3;
NullCheck(L_4);
int32_t L_5 = L_4->get_renderingOrder_3();
V_0 = L_5;
int32_t L_6 = V_0;
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_0;
NullCheck(L_2);
Renderer_set_sortingOrder_mBCE1207CDB46CB6BA4583B9C3FB4A2D28DC27D81(L_2, L_7, /*hidden argument*/NULL);
}
IL_002a:
{
// }
return;
}
}
// System.Void FairyGUI.UIPainter::EM_Reload()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_EM_Reload_m8FE49E40634A7C6F4843D2003C762433C1F490C7 (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
{
// _captured = false;
__this->set__captured_14((bool)0);
// }
return;
}
}
// System.Void FairyGUI.UIPainter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter__ctor_m4767A5FA6183F053738E11DB1F35EE9D788F760E (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
{
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.UIPainter::<CreateUI>b__26_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPainter_U3CCreateUIU3Eb__26_0_mB0D47EB57604CE5F9EB5E955F1F046A7F35679DC (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPainter_U3CCreateUIU3Eb__26_0_mB0D47EB57604CE5F9EB5E955F1F046A7F35679DC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// UpdateContext.OnEnd += _captureDelegate;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_0 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get_OnEnd_13();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_1 = __this->get__captureDelegate_17();
Delegate_t * L_2 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_0, L_1, /*hidden argument*/NULL);
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set_OnEnd_13(((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_2, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var)));
// };
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.Container FairyGUI.UIPanel::get_container()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
{
// public Container container { get; private set; }
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = __this->get_U3CcontainerU3Ek__BackingField_4();
return L_0;
}
}
// System.Void FairyGUI.UIPanel::set_container(FairyGUI.Container)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_set_container_m3FB4667ACD0A85667806636DBBCC2628798382B4 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___value0, const RuntimeMethod* method)
{
{
// public Container container { get; private set; }
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = ___value0;
__this->set_U3CcontainerU3Ek__BackingField_4(L_0);
return;
}
}
// System.Void FairyGUI.UIPanel::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_OnEnable_m9F125F9B40F696E09BCFA62AA8BA820BDC748954 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_OnEnable_m9F125F9B40F696E09BCFA62AA8BA820BDC748954_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (Application.isPlaying)
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_0045;
}
}
{
// if (this.container == null)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_1 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
if (L_1)
{
goto IL_00b8;
}
}
{
// CreateContainer();
UIPanel_CreateContainer_m106F47B352E9C09D8DBC8D4E5FE75487D34284C5(__this, /*hidden argument*/NULL);
// if (!string.IsNullOrEmpty(packagePath) && UIPackage.GetByName(packageName) == null)
String_t* L_2 = __this->get_packagePath_9();
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_00b8;
}
}
{
String_t* L_4 = __this->get_packageName_5();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_5 = UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_00b8;
}
}
{
// UIPackage.AddPackage(packagePath);
String_t* L_6 = __this->get_packagePath_9();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_AddPackage_mF3B305A96529EABBB4AD2F99D95CAE7BE1F33F15(L_6, /*hidden argument*/NULL);
// }
return;
}
IL_0045:
{
// if (container != null)//????null??????Prefab revert? ?????Assembly reload?
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_7 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0053;
}
}
{
// OnDestroy();
UIPanel_OnDestroy_mFAED8F57AC745158792E6974E8527EDBAE758D4D(__this, /*hidden argument*/NULL);
}
IL_0053:
{
// EMRenderSupport.Add(this);
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
EMRenderSupport_Add_m593F6604CA4CE51F4EC9FDA9856FF2E1935CC163(__this, /*hidden argument*/NULL);
// screenSizeVer = 0;
__this->set_screenSizeVer_20(0);
// uiBounds.position = position;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_8 = __this->get_address_of_uiBounds_21();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = __this->get_position_12();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_9, /*hidden argument*/NULL);
Rect_set_position_mD92DFF591D9C96CDD6AF22EA2052BB3D468D68ED((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_8, L_10, /*hidden argument*/NULL);
// uiBounds.size = cachedUISize;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_11 = __this->get_address_of_uiBounds_21();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = __this->get_cachedUISize_17();
Rect_set_size_m4618056983660063A74F40CCFF9A683933CB4C93((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_11, L_12, /*hidden argument*/NULL);
// if (uiBounds.size == Vector2.zero)
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_13 = __this->get_address_of_uiBounds_21();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = Rect_get_size_m731642B8F03F6CE372A2C9E2E4A925450630606C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_13, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
bool L_16 = Vector2_op_Equality_m0E86E1B1038DDB8554A8A0D58729A7788D989588(L_14, L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_00b8;
}
}
{
// uiBounds.size = new Vector2(30, 30);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_17 = __this->get_address_of_uiBounds_21();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_18;
memset((&L_18), 0, sizeof(L_18));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_18), (30.0f), (30.0f), /*hidden argument*/NULL);
Rect_set_size_m4618056983660063A74F40CCFF9A683933CB4C93((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_17, L_18, /*hidden argument*/NULL);
}
IL_00b8:
{
// }
return;
}
}
// System.Void FairyGUI.UIPanel::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_OnDisable_m3BAF85161EC53602D5883CD2FFD49D9908DAF365 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_OnDisable_m3BAF85161EC53602D5883CD2FFD49D9908DAF365_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!Application.isPlaying)
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (L_0)
{
goto IL_000d;
}
}
{
// EMRenderSupport.Remove(this);
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
EMRenderSupport_Remove_mD1A68BE81081F4367C812CBCF34B9FAC2B3BAC4E(__this, /*hidden argument*/NULL);
}
IL_000d:
{
// }
return;
}
}
// System.Void FairyGUI.UIPanel::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_Start_m83F1209ECBC923B050E6223C95B4176134885DA3 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
{
// if (!_created && Application.isPlaying)
bool L_0 = __this->get__created_23();
if (L_0)
{
goto IL_0015;
}
}
{
bool L_1 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_1)
{
goto IL_0015;
}
}
{
// CreateUI_PlayMode();
UIPanel_CreateUI_PlayMode_mCAF1513FF49DF720702D306FDD93C20ADAF816FF(__this, /*hidden argument*/NULL);
}
IL_0015:
{
// }
return;
}
}
// System.Void FairyGUI.UIPanel::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_Update_mDA061C139ED5C5EEE1A152988115217FC7F2ABDC (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_Update_mDA061C139ED5C5EEE1A152988115217FC7F2ABDC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (screenSizeVer != StageCamera.screenSizeVer)
int32_t L_0 = __this->get_screenSizeVer_20();
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
int32_t L_1 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_screenSizeVer_12();
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0013;
}
}
{
// HandleScreenSizeChanged();
UIPanel_HandleScreenSizeChanged_m6FED4337A3FE60DEDDD9CFD35EA878D51C1397E0(__this, /*hidden argument*/NULL);
}
IL_0013:
{
// }
return;
}
}
// System.Void FairyGUI.UIPanel::OnDestroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_OnDestroy_mFAED8F57AC745158792E6974E8527EDBAE758D4D (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_OnDestroy_mFAED8F57AC745158792E6974E8527EDBAE758D4D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (container != null)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0041;
}
}
{
// if (!Application.isPlaying)
bool L_1 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (L_1)
{
goto IL_0015;
}
}
{
// EMRenderSupport.Remove(this);
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
EMRenderSupport_Remove_mD1A68BE81081F4367C812CBCF34B9FAC2B3BAC4E(__this, /*hidden argument*/NULL);
}
IL_0015:
{
// if (_ui != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = __this->get__ui_22();
if (!L_2)
{
goto IL_002f;
}
}
{
// _ui.Dispose();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = __this->get__ui_22();
NullCheck(L_3);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_3);
// _ui = null;
__this->set__ui_22((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)NULL);
}
IL_002f:
{
// container.Dispose();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_4 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
VirtActionInvoker0::Invoke(24 /* System.Void FairyGUI.DisplayObject::Dispose() */, L_4);
// container = null;
UIPanel_set_container_m3FB4667ACD0A85667806636DBBCC2628798382B4_inline(__this, (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)NULL, /*hidden argument*/NULL);
}
IL_0041:
{
// _renders = null;
__this->set__renders_24((List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 *)NULL);
// }
return;
}
}
// System.Void FairyGUI.UIPanel::CreateContainer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_CreateContainer_m106F47B352E9C09D8DBC8D4E5FE75487D34284C5 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_CreateContainer_m106F47B352E9C09D8DBC8D4E5FE75487D34284C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_0 = NULL;
int32_t V_1 = 0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_2 = NULL;
ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * V_3 = NULL;
{
// if (!Application.isPlaying)
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (L_0)
{
goto IL_0046;
}
}
{
// Transform t = this.transform;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_1 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(__this, /*hidden argument*/NULL);
V_0 = L_1;
// int cnt = t.childCount;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = Transform_get_childCount_m7665D779DCDB6B175FB52A254276CDF0C384A724(L_2, /*hidden argument*/NULL);
V_1 = L_3;
goto IL_0042;
}
IL_0017:
{
// GameObject go = t.GetChild(cnt - 1).gameObject;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = V_0;
int32_t L_5 = V_1;
NullCheck(L_4);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = Transform_GetChild_mC86B9B61E4EC086A571B09EA7A33FFBF50DF52D3(L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL);
NullCheck(L_6);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_7 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_6, /*hidden argument*/NULL);
V_2 = L_7;
// if (go.name == "UI(AutoGenerated)")
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = V_2;
NullCheck(L_8);
String_t* L_9 = Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE(L_8, /*hidden argument*/NULL);
bool L_10 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_9, _stringLiteralC19AD0F96E43C4BA7AA55B62E30063A154A42520, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_003e;
}
}
{
// UnityEngine.Object.DestroyImmediate(go);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_11 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446(L_11, /*hidden argument*/NULL);
}
IL_003e:
{
// cnt--;
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1));
}
IL_0042:
{
// while (cnt > 0)
int32_t L_13 = V_1;
if ((((int32_t)L_13) > ((int32_t)0)))
{
goto IL_0017;
}
}
IL_0046:
{
// this.container = new Container(this.gameObject);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_14 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_15 = (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)il2cpp_codegen_object_new(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var);
Container__ctor_mFD3E40CF8D4A666A0CF8843DA89CB0B61357996C(L_15, L_14, /*hidden argument*/NULL);
UIPanel_set_container_m3FB4667ACD0A85667806636DBBCC2628798382B4_inline(__this, L_15, /*hidden argument*/NULL);
// this.container.renderMode = renderMode;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_16 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
int32_t L_17 = __this->get_renderMode_10();
NullCheck(L_16);
L_16->set_renderMode_52(L_17);
// this.container.renderCamera = renderCamera;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_18 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_19 = __this->get_renderCamera_11();
NullCheck(L_18);
L_18->set_renderCamera_53(L_19);
// this.container.touchable = !touchDisabled;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_20 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
bool L_21 = __this->get_touchDisabled_16();
NullCheck(L_20);
VirtActionInvoker1< bool >::Invoke(20 /* System.Void FairyGUI.DisplayObject::set_touchable(System.Boolean) */, L_20, (bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0));
// this.container._isPanel = true;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_22 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_22);
L_22->set__isPanel_67((bool)1);
// this.container._panelOrder = sortingOrder;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_23 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
int32_t L_24 = __this->get_sortingOrder_8();
NullCheck(L_23);
L_23->set__panelOrder_68(L_24);
// this.container.fairyBatching = fairyBatching;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_25 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
bool L_26 = __this->get_fairyBatching_15();
NullCheck(L_25);
Container_set_fairyBatching_mE4A4C1809FB99F571ED2A2287594D551D865A4C8(L_25, L_26, /*hidden argument*/NULL);
// if (Application.isPlaying)
bool L_27 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_27)
{
goto IL_0120;
}
}
{
// SetSortingOrder(this.sortingOrder, true);
int32_t L_28 = __this->get_sortingOrder_8();
UIPanel_SetSortingOrder_m850CB9163F196F27AC3498B7BAEFB0BA93322E48(__this, L_28, (bool)1, /*hidden argument*/NULL);
// if (this.hitTestMode == HitTestMode.Raycast)
int32_t L_29 = __this->get_hitTestMode_18();
if ((!(((uint32_t)L_29) == ((uint32_t)1))))
{
goto IL_00fb;
}
}
{
// ColliderHitTest hitArea = new ColliderHitTest();
ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * L_30 = (ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 *)il2cpp_codegen_object_new(ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67_il2cpp_TypeInfo_var);
ColliderHitTest__ctor_mB0738CF4B66B66626AEB2EF5DA61AB8C30A92917(L_30, /*hidden argument*/NULL);
V_3 = L_30;
// hitArea.collider = this.gameObject.AddComponent<BoxCollider>();
ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * L_31 = V_3;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_32 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
NullCheck(L_32);
BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * L_33 = GameObject_AddComponent_TisBoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_m94D5E6D9493DE6A574C28A9517C792D607653FE2(L_32, /*hidden argument*/GameObject_AddComponent_TisBoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_m94D5E6D9493DE6A574C28A9517C792D607653FE2_RuntimeMethod_var);
NullCheck(L_31);
L_31->set_collider_0(L_33);
// this.container.hitArea = hitArea;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_34 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * L_35 = V_3;
NullCheck(L_34);
L_34->set_hitArea_56(L_35);
}
IL_00fb:
{
// if (setNativeChildrenOrder)
bool L_36 = __this->get_setNativeChildrenOrder_19();
if (!L_36)
{
goto IL_0120;
}
}
{
// CacheNativeChildrenRenderers();
UIPanel_CacheNativeChildrenRenderers_mB0081F3960CF08C00B873A7D835ED4425A9F3D4F(__this, /*hidden argument*/NULL);
// this.container.onUpdate = () =>
// {
// int cnt = _renders.Count;
// int sv = UpdateContext.current.renderingOrder++;
// for (int i = 0; i < cnt; i++)
// {
// Renderer r = _renders[i];
// if (r != null)
// _renders[i].sortingOrder = sv;
// }
// };
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_37 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_38 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_38, __this, (intptr_t)((intptr_t)UIPanel_U3CCreateContainerU3Eb__29_0_mA8F0C827B4E144E22E6BE47D12478D9233EA5643_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_37);
L_37->set_onUpdate_58(L_38);
}
IL_0120:
{
// }
return;
}
}
// FairyGUI.GComponent FairyGUI.UIPanel::get_ui()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * UIPanel_get_ui_m232D9C9DDB9D8F74C06A87464AF6E94E54D4466E (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_get_ui_m232D9C9DDB9D8F74C06A87464AF6E94E54D4466E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!_created && Application.isPlaying)
bool L_0 = __this->get__created_23();
if (L_0)
{
goto IL_003b;
}
}
{
bool L_1 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_1)
{
goto IL_003b;
}
}
{
// if (!string.IsNullOrEmpty(packagePath) && UIPackage.GetByName(packageName) == null)
String_t* L_2 = __this->get_packagePath_9();
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0035;
}
}
{
String_t* L_4 = __this->get_packageName_5();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_5 = UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0035;
}
}
{
// UIPackage.AddPackage(packagePath);
String_t* L_6 = __this->get_packagePath_9();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_AddPackage_mF3B305A96529EABBB4AD2F99D95CAE7BE1F33F15(L_6, /*hidden argument*/NULL);
}
IL_0035:
{
// CreateUI_PlayMode();
UIPanel_CreateUI_PlayMode_mCAF1513FF49DF720702D306FDD93C20ADAF816FF(__this, /*hidden argument*/NULL);
}
IL_003b:
{
// return _ui;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_7 = __this->get__ui_22();
return L_7;
}
}
// System.Void FairyGUI.UIPanel::CreateUI()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_CreateUI_m64565F6D3A09C457974C4BB669F20FA87041CCB9 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
{
// if (_ui != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__ui_22();
if (!L_0)
{
goto IL_001a;
}
}
{
// _ui.Dispose();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = __this->get__ui_22();
NullCheck(L_1);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_1);
// _ui = null;
__this->set__ui_22((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)NULL);
}
IL_001a:
{
// CreateUI_PlayMode();
UIPanel_CreateUI_PlayMode_mCAF1513FF49DF720702D306FDD93C20ADAF816FF(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.UIPanel::SetSortingOrder(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_SetSortingOrder_m850CB9163F196F27AC3498B7BAEFB0BA93322E48 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, int32_t ___value0, bool ___apply1, const RuntimeMethod* method)
{
{
// this.sortingOrder = value;
int32_t L_0 = ___value0;
__this->set_sortingOrder_8(L_0);
// container._panelOrder = value;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_1 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
int32_t L_2 = ___value0;
NullCheck(L_1);
L_1->set__panelOrder_68(L_2);
// if (apply)
bool L_3 = ___apply1;
if (!L_3)
{
goto IL_0026;
}
}
{
// Stage.inst.ApplyPanelOrder(container);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_4 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_5 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
Stage_ApplyPanelOrder_mE83ABCE9CAB57AFBBE931677D47EB3DA359F4080(L_4, L_5, /*hidden argument*/NULL);
}
IL_0026:
{
// }
return;
}
}
// System.Void FairyGUI.UIPanel::SetHitTestMode(FairyGUI.HitTestMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_SetHitTestMode_m9E15FA8C797F5D6399D8EB9882D35104DDB5CC25 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_SetHitTestMode_m9E15FA8C797F5D6399D8EB9882D35104DDB5CC25_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * V_0 = NULL;
ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * V_1 = NULL;
{
// if (this.hitTestMode != value)
int32_t L_0 = __this->get_hitTestMode_18();
int32_t L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_007d;
}
}
{
// this.hitTestMode = value;
int32_t L_2 = ___value0;
__this->set_hitTestMode_18(L_2);
// BoxCollider collider = this.gameObject.GetComponent<BoxCollider>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
NullCheck(L_3);
BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * L_4 = GameObject_GetComponent_TisBoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_mC89D6D0649D82CB969262590D25615C13052FF55(L_3, /*hidden argument*/GameObject_GetComponent_TisBoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_mC89D6D0649D82CB969262590D25615C13052FF55_RuntimeMethod_var);
V_0 = L_4;
// if (this.hitTestMode == HitTestMode.Raycast)
int32_t L_5 = __this->get_hitTestMode_18();
if ((!(((uint32_t)L_5) == ((uint32_t)1))))
{
goto IL_0062;
}
}
{
// if (collider == null)
BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * 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_003a;
}
}
{
// collider = this.gameObject.AddComponent<BoxCollider>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
NullCheck(L_8);
BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * L_9 = GameObject_AddComponent_TisBoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_m94D5E6D9493DE6A574C28A9517C792D607653FE2(L_8, /*hidden argument*/GameObject_AddComponent_TisBoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_m94D5E6D9493DE6A574C28A9517C792D607653FE2_RuntimeMethod_var);
V_0 = L_9;
}
IL_003a:
{
// ColliderHitTest hitArea = new ColliderHitTest();
ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * L_10 = (ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 *)il2cpp_codegen_object_new(ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67_il2cpp_TypeInfo_var);
ColliderHitTest__ctor_mB0738CF4B66B66626AEB2EF5DA61AB8C30A92917(L_10, /*hidden argument*/NULL);
V_1 = L_10;
// hitArea.collider = collider;
ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * L_11 = V_1;
BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * L_12 = V_0;
NullCheck(L_11);
L_11->set_collider_0(L_12);
// this.container.hitArea = hitArea;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_13 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * L_14 = V_1;
NullCheck(L_13);
L_13->set_hitArea_56(L_14);
// if (_ui != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_15 = __this->get__ui_22();
if (!L_15)
{
goto IL_007d;
}
}
{
// UpdateHitArea();
UIPanel_UpdateHitArea_mA99C42D87BCDCC7EF01C347ED95C11A7552FDBE1(__this, /*hidden argument*/NULL);
// }
return;
}
IL_0062:
{
// this.container.hitArea = null;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_16 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_16);
L_16->set_hitArea_56((RuntimeObject*)NULL);
// if (collider != null)
BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * L_17 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_18 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_17, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_007d;
}
}
{
// Component.Destroy(collider);
BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA * L_19 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_19, /*hidden argument*/NULL);
}
IL_007d:
{
// }
return;
}
}
// System.Void FairyGUI.UIPanel::CacheNativeChildrenRenderers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_CacheNativeChildrenRenderers_mB0081F3960CF08C00B873A7D835ED4425A9F3D4F (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_CacheNativeChildrenRenderers_mB0081F3960CF08C00B873A7D835ED4425A9F3D4F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_3 = NULL;
int32_t V_4 = 0;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * V_5 = NULL;
{
// if (_renders == null)
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_0 = __this->get__renders_24();
if (L_0)
{
goto IL_0015;
}
}
{
// _renders = new List<Renderer>();
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_1 = (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 *)il2cpp_codegen_object_new(List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749_il2cpp_TypeInfo_var);
List_1__ctor_mC1494E230E578FEAFEFA18D0F860EBEE88D60BB8(L_1, /*hidden argument*/List_1__ctor_mC1494E230E578FEAFEFA18D0F860EBEE88D60BB8_RuntimeMethod_var);
__this->set__renders_24(L_1);
goto IL_0020;
}
IL_0015:
{
// _renders.Clear();
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_2 = __this->get__renders_24();
NullCheck(L_2);
List_1_Clear_m21E21D9D85013BCCFAFD2FE59617F190A0E30AE8(L_2, /*hidden argument*/List_1_Clear_m21E21D9D85013BCCFAFD2FE59617F190A0E30AE8_RuntimeMethod_var);
}
IL_0020:
{
// Transform t = this.container.cachedTransform;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_3, /*hidden argument*/NULL);
V_0 = L_4;
// int cnt = t.childCount;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = Transform_get_childCount_m7665D779DCDB6B175FB52A254276CDF0C384A724(L_5, /*hidden argument*/NULL);
V_1 = L_6;
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_006c;
}
IL_0037:
{
// GameObject go = t.GetChild(i).gameObject;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_7 = V_0;
int32_t L_8 = V_2;
NullCheck(L_7);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = Transform_GetChild_mC86B9B61E4EC086A571B09EA7A33FFBF50DF52D3(L_7, L_8, /*hidden argument*/NULL);
NullCheck(L_9);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_10 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_9, /*hidden argument*/NULL);
V_3 = L_10;
// if (go.name != "GComponent")
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_11 = V_3;
NullCheck(L_11);
String_t* L_12 = Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE(L_11, /*hidden argument*/NULL);
bool L_13 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_12, _stringLiteralD4D053AF721D93614FD944705380F62D3B99869D, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0068;
}
}
{
// _renders.AddRange(go.GetComponentsInChildren<Renderer>(true));
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_14 = __this->get__renders_24();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_15 = V_3;
NullCheck(L_15);
RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* L_16 = GameObject_GetComponentsInChildren_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_mEFF311BFACB83A4F6499400C7DBB72FAA0A64AEC(L_15, (bool)1, /*hidden argument*/GameObject_GetComponentsInChildren_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_mEFF311BFACB83A4F6499400C7DBB72FAA0A64AEC_RuntimeMethod_var);
NullCheck(L_14);
List_1_AddRange_m2C2320736348D3459BAE9875D67A5AFA52B1DF43(L_14, (RuntimeObject*)(RuntimeObject*)L_16, /*hidden argument*/List_1_AddRange_m2C2320736348D3459BAE9875D67A5AFA52B1DF43_RuntimeMethod_var);
}
IL_0068:
{
// for (int i = 0; i < cnt; i++)
int32_t L_17 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_006c:
{
// for (int i = 0; i < cnt; i++)
int32_t L_18 = V_2;
int32_t L_19 = V_1;
if ((((int32_t)L_18) < ((int32_t)L_19)))
{
goto IL_0037;
}
}
{
// cnt = _renders.Count;
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_20 = __this->get__renders_24();
NullCheck(L_20);
int32_t L_21 = List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_inline(L_20, /*hidden argument*/List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_RuntimeMethod_var);
V_1 = L_21;
// for (int i = 0; i < cnt; i++)
V_4 = 0;
goto IL_00c8;
}
IL_0081:
{
// Renderer r = _renders[i];
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_22 = __this->get__renders_24();
int32_t L_23 = V_4;
NullCheck(L_22);
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_24 = List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_inline(L_22, L_23, /*hidden argument*/List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_RuntimeMethod_var);
V_5 = L_24;
// if ((r is SkinnedMeshRenderer) || (r is MeshRenderer))
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_25 = V_5;
if (((SkinnedMeshRenderer_tFC8103EE7842F7F8A98BEF0C855D32A9711B7B65 *)IsInstClass((RuntimeObject*)L_25, SkinnedMeshRenderer_tFC8103EE7842F7F8A98BEF0C855D32A9711B7B65_il2cpp_TypeInfo_var)))
{
goto IL_00a2;
}
}
{
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_26 = V_5;
if (!((MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED *)IsInstClass((RuntimeObject*)L_26, MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_il2cpp_TypeInfo_var)))
{
goto IL_00c2;
}
}
IL_00a2:
{
// if (r.sharedMaterial != null)
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_27 = V_5;
NullCheck(L_27);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_28 = Renderer_get_sharedMaterial_m2BE9FF3D269968F2E323AC60EFBBCC0B26E7E6F9(L_27, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_29 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_28, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_00c2;
}
}
{
// r.sharedMaterial.renderQueue = 3000;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_30 = V_5;
NullCheck(L_30);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_31 = Renderer_get_sharedMaterial_m2BE9FF3D269968F2E323AC60EFBBCC0B26E7E6F9(L_30, /*hidden argument*/NULL);
NullCheck(L_31);
Material_set_renderQueue_m02A0C73EC4B9C9D2C2ABFFD777EBDA45C1E1BD4D(L_31, ((int32_t)3000), /*hidden argument*/NULL);
}
IL_00c2:
{
// for (int i = 0; i < cnt; i++)
int32_t L_32 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
}
IL_00c8:
{
// for (int i = 0; i < cnt; i++)
int32_t L_33 = V_4;
int32_t L_34 = V_1;
if ((((int32_t)L_33) < ((int32_t)L_34)))
{
goto IL_0081;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.UIPanel::CreateUI_PlayMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_CreateUI_PlayMode_mCAF1513FF49DF720702D306FDD93C20ADAF816FF (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_CreateUI_PlayMode_mCAF1513FF49DF720702D306FDD93C20ADAF816FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _created = true;
__this->set__created_23((bool)1);
// if (string.IsNullOrEmpty(packageName) || string.IsNullOrEmpty(componentName))
String_t* L_0 = __this->get_packageName_5();
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0021;
}
}
{
String_t* L_2 = __this->get_componentName_6();
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0022;
}
}
IL_0021:
{
// return;
return;
}
IL_0022:
{
// _ui = (GComponent)UIPackage.CreateObject(packageName, componentName);
String_t* L_4 = __this->get_packageName_5();
String_t* L_5 = __this->get_componentName_6();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = UIPackage_CreateObject_m7C4F576EA69933D1D4CC43EA521D76DBBCA2E948(L_4, L_5, /*hidden argument*/NULL);
__this->set__ui_22(((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_6, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)));
// if (_ui != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_7 = __this->get__ui_22();
if (!L_7)
{
goto IL_0140;
}
}
{
// _ui.position = position;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_8 = __this->get__ui_22();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = __this->get_position_12();
NullCheck(L_8);
GObject_set_position_m16C085FE0353DC8750FA6A6868176292015CFF79(L_8, L_9, /*hidden argument*/NULL);
// if (scale.x != 0 && scale.y != 0)
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_10 = __this->get_address_of_scale_13();
float L_11 = L_10->get_x_2();
if ((((float)L_11) == ((float)(0.0f))))
{
goto IL_0094;
}
}
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_12 = __this->get_address_of_scale_13();
float L_13 = L_12->get_y_3();
if ((((float)L_13) == ((float)(0.0f))))
{
goto IL_0094;
}
}
{
// _ui.scale = scale;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_14 = __this->get__ui_22();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_15 = __this->get_scale_13();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_16 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_15, /*hidden argument*/NULL);
NullCheck(L_14);
GObject_set_scale_mFAD6AF12CA9731BDE5B22CB33DF022B1DA7B9F05(L_14, L_16, /*hidden argument*/NULL);
}
IL_0094:
{
// _ui.rotationX = rotation.x;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_17 = __this->get__ui_22();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_18 = __this->get_address_of_rotation_14();
float L_19 = L_18->get_x_2();
NullCheck(L_17);
GObject_set_rotationX_m1E42C64CA3D1FB8316EADA75A7FB8139463DB6E0(L_17, L_19, /*hidden argument*/NULL);
// _ui.rotationY = rotation.y;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_20 = __this->get__ui_22();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_21 = __this->get_address_of_rotation_14();
float L_22 = L_21->get_y_3();
NullCheck(L_20);
GObject_set_rotationY_m9D791A2B345C2CA07BA7438BFEBF99271F367171(L_20, L_22, /*hidden argument*/NULL);
// _ui.rotation = rotation.z;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_23 = __this->get__ui_22();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_24 = __this->get_address_of_rotation_14();
float L_25 = L_24->get_z_4();
NullCheck(L_23);
GObject_set_rotation_mA51AEE14CE640813F5CFD2AEB22F0B9B144A8656(L_23, L_25, /*hidden argument*/NULL);
// if (this.container.hitArea != null)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_26 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_26);
RuntimeObject* L_27 = L_26->get_hitArea_56();
if (!L_27)
{
goto IL_0121;
}
}
{
// UpdateHitArea();
UIPanel_UpdateHitArea_mA99C42D87BCDCC7EF01C347ED95C11A7552FDBE1(__this, /*hidden argument*/NULL);
// _ui.onSizeChanged.Add(UpdateHitArea);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_28 = __this->get__ui_22();
NullCheck(L_28);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_29 = GObject_get_onSizeChanged_mB9EBA14747E7ED1FD26AC3F95CB30447DFA8D7DF(L_28, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_30 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_30, __this, (intptr_t)((intptr_t)UIPanel_UpdateHitArea_mA99C42D87BCDCC7EF01C347ED95C11A7552FDBE1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_29);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_29, L_30, /*hidden argument*/NULL);
// _ui.onPositionChanged.Add(UpdateHitArea);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_31 = __this->get__ui_22();
NullCheck(L_31);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_32 = GObject_get_onPositionChanged_m4AF8906CBAF0AFCA10A5DD31EC9F4898582C38BE(L_31, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_33 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_33, __this, (intptr_t)((intptr_t)UIPanel_UpdateHitArea_mA99C42D87BCDCC7EF01C347ED95C11A7552FDBE1_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_32);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_32, L_33, /*hidden argument*/NULL);
}
IL_0121:
{
// this.container.AddChildAt(_ui.displayObject, 0);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_34 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_35 = __this->get__ui_22();
NullCheck(L_35);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_36 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_35, /*hidden argument*/NULL);
NullCheck(L_34);
Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A(L_34, L_36, 0, /*hidden argument*/NULL);
// HandleScreenSizeChanged();
UIPanel_HandleScreenSizeChanged_m6FED4337A3FE60DEDDD9CFD35EA878D51C1397E0(__this, /*hidden argument*/NULL);
// }
return;
}
IL_0140:
{
// Debug.LogError("Create " + packageName + "/" + componentName + " failed!");
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_37 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_38 = L_37;
NullCheck(L_38);
ArrayElementTypeCheck (L_38, _stringLiteralB0EF1B4DF83D896154A8D2172E713EFCD9E9AFCF);
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralB0EF1B4DF83D896154A8D2172E713EFCD9E9AFCF);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_39 = L_38;
String_t* L_40 = __this->get_packageName_5();
NullCheck(L_39);
ArrayElementTypeCheck (L_39, L_40);
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_40);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_41 = L_39;
NullCheck(L_41);
ArrayElementTypeCheck (L_41, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_42 = L_41;
String_t* L_43 = __this->get_componentName_6();
NullCheck(L_42);
ArrayElementTypeCheck (L_42, L_43);
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_43);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_44 = L_42;
NullCheck(L_44);
ArrayElementTypeCheck (L_44, _stringLiteralA5ADFD8D1B6DA0288CE787567334D8BB4F158D94);
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralA5ADFD8D1B6DA0288CE787567334D8BB4F158D94);
String_t* L_45 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_44, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_45, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.UIPanel::UpdateHitArea()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_UpdateHitArea_mA99C42D87BCDCC7EF01C347ED95C11A7552FDBE1 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_UpdateHitArea_mA99C42D87BCDCC7EF01C347ED95C11A7552FDBE1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * V_0 = NULL;
{
// ColliderHitTest hitArea = this.container.hitArea as ColliderHitTest;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
RuntimeObject* L_1 = L_0->get_hitArea_56();
V_0 = ((ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 *)IsInstClass((RuntimeObject*)L_1, ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67_il2cpp_TypeInfo_var));
// if (hitArea != null)
ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * L_2 = V_0;
if (!L_2)
{
goto IL_0084;
}
}
{
// ((BoxCollider)hitArea.collider).center = new Vector3(_ui.xMin + _ui.width / 2, -_ui.yMin - _ui.height / 2);
ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * L_3 = V_0;
NullCheck(L_3);
Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * L_4 = L_3->get_collider_0();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_5 = __this->get__ui_22();
NullCheck(L_5);
float L_6 = GObject_get_xMin_m6955082BC82AA12174ADC32EFD4E1559353AF78F(L_5, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_7 = __this->get__ui_22();
NullCheck(L_7);
float L_8 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_7, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_9 = __this->get__ui_22();
NullCheck(L_9);
float L_10 = GObject_get_yMin_m5B03FE6D1B51E09B664B99DE2893A8C97554C599(L_9, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_11 = __this->get__ui_22();
NullCheck(L_11);
float L_12 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_11, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_13;
memset((&L_13), 0, sizeof(L_13));
Vector3__ctor_m6AD8F21FFCC7723C6F507CCF2E4E2EFFC4871584((&L_13), ((float)il2cpp_codegen_add((float)L_6, (float)((float)((float)L_8/(float)(2.0f))))), ((float)il2cpp_codegen_subtract((float)((-L_10)), (float)((float)((float)L_12/(float)(2.0f))))), /*hidden argument*/NULL);
NullCheck(((BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA *)CastclassClass((RuntimeObject*)L_4, BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_il2cpp_TypeInfo_var)));
BoxCollider_set_center_m8A871056CA383C9932A7694FE396A1EFA247FC69(((BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA *)CastclassClass((RuntimeObject*)L_4, BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_il2cpp_TypeInfo_var)), L_13, /*hidden argument*/NULL);
// ((BoxCollider)hitArea.collider).size = _ui.size;
ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 * L_14 = V_0;
NullCheck(L_14);
Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * L_15 = L_14->get_collider_0();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_16 = __this->get__ui_22();
NullCheck(L_16);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17 = GObject_get_size_mB1E724FACF1B928DDDF438C02BC17DCD005FC7F1(L_16, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_18 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_17, /*hidden argument*/NULL);
NullCheck(((BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA *)CastclassClass((RuntimeObject*)L_15, BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_il2cpp_TypeInfo_var)));
BoxCollider_set_size_m65F9B4BD610D3094313EC8D1C5CE58D1D345A176(((BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA *)CastclassClass((RuntimeObject*)L_15, BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_il2cpp_TypeInfo_var)), L_18, /*hidden argument*/NULL);
}
IL_0084:
{
// }
return;
}
}
// System.Void FairyGUI.UIPanel::CreateUI_EditMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_CreateUI_EditMode_m66C6224141650D33A0427E84885C3098B422D00E (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_CreateUI_EditMode_m66C6224141650D33A0427E84885C3098B422D00E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_0 = NULL;
{
// if (!EMRenderSupport.packageListReady || UIPackage.GetByName(packageName) == null)
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
bool L_0 = EMRenderSupport_get_packageListReady_m21CA92241FAC0AFE3F9855ADF4A4773D23EDCE8D_inline(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
String_t* L_1 = __this->get_packageName_5();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * L_2 = UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0015;
}
}
IL_0014:
{
// return;
return;
}
IL_0015:
{
// DisplayOptions.SetEditModeHideFlags();
IL2CPP_RUNTIME_CLASS_INIT(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var);
DisplayOptions_SetEditModeHideFlags_m99682C039495A233EA1036B43E8C426435AF2603(/*hidden argument*/NULL);
// GObject obj = UIPackage.CreateObject(packageName, componentName);
String_t* L_3 = __this->get_packageName_5();
String_t* L_4 = __this->get_componentName_6();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = UIPackage_CreateObject_m7C4F576EA69933D1D4CC43EA521D76DBBCA2E948(L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
// if (obj != null && !(obj is GComponent))
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = V_0;
if (!L_6)
{
goto IL_005e;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = V_0;
if (((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)IsInstClass((RuntimeObject*)L_7, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)))
{
goto IL_005e;
}
}
{
// obj.Dispose();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = V_0;
NullCheck(L_8);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_8);
// Debug.LogWarning("Not a GComponnet: " + packageName + "/" + componentName);
String_t* L_9 = __this->get_packageName_5();
String_t* L_10 = __this->get_componentName_6();
String_t* L_11 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(_stringLiteral2955BED013334BE04DF6DCCA65A37088323E6C64, L_9, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, L_10, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_11, /*hidden argument*/NULL);
// return;
return;
}
IL_005e:
{
// _ui = (GComponent)obj;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = V_0;
__this->set__ui_22(((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_12, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)));
// if (_ui != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_13 = __this->get__ui_22();
if (!L_13)
{
goto IL_016f;
}
}
{
// _ui.displayObject.gameObject.hideFlags |= HideFlags.HideInHierarchy;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_14 = __this->get__ui_22();
NullCheck(L_14);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_15 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_16 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(L_15, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_17 = L_16;
NullCheck(L_17);
int32_t L_18 = Object_get_hideFlags_mCC5D0A1480AC0CDA190A63120B39C2C531428FC8(L_17, /*hidden argument*/NULL);
NullCheck(L_17);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_17, ((int32_t)((int32_t)L_18|(int32_t)1)), /*hidden argument*/NULL);
// _ui.gameObjectName = "UI(AutoGenerated)";
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_19 = __this->get__ui_22();
NullCheck(L_19);
GObject_set_gameObjectName_m1917229F0090A1EC698B985ADE6FC13C3F115160(L_19, _stringLiteralC19AD0F96E43C4BA7AA55B62E30063A154A42520, /*hidden argument*/NULL);
// _ui.position = position;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_20 = __this->get__ui_22();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_21 = __this->get_position_12();
NullCheck(L_20);
GObject_set_position_m16C085FE0353DC8750FA6A6868176292015CFF79(L_20, L_21, /*hidden argument*/NULL);
// if (scale.x != 0 && scale.y != 0)
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_22 = __this->get_address_of_scale_13();
float L_23 = L_22->get_x_2();
if ((((float)L_23) == ((float)(0.0f))))
{
goto IL_00ed;
}
}
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_24 = __this->get_address_of_scale_13();
float L_25 = L_24->get_y_3();
if ((((float)L_25) == ((float)(0.0f))))
{
goto IL_00ed;
}
}
{
// _ui.scale = scale;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_26 = __this->get__ui_22();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_27 = __this->get_scale_13();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_28 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_27, /*hidden argument*/NULL);
NullCheck(L_26);
GObject_set_scale_mFAD6AF12CA9731BDE5B22CB33DF022B1DA7B9F05(L_26, L_28, /*hidden argument*/NULL);
}
IL_00ed:
{
// _ui.rotationX = rotation.x;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_29 = __this->get__ui_22();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_30 = __this->get_address_of_rotation_14();
float L_31 = L_30->get_x_2();
NullCheck(L_29);
GObject_set_rotationX_m1E42C64CA3D1FB8316EADA75A7FB8139463DB6E0(L_29, L_31, /*hidden argument*/NULL);
// _ui.rotationY = rotation.y;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_32 = __this->get__ui_22();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_33 = __this->get_address_of_rotation_14();
float L_34 = L_33->get_y_3();
NullCheck(L_32);
GObject_set_rotationY_m9D791A2B345C2CA07BA7438BFEBF99271F367171(L_32, L_34, /*hidden argument*/NULL);
// _ui.rotation = rotation.z;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_35 = __this->get__ui_22();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_36 = __this->get_address_of_rotation_14();
float L_37 = L_36->get_z_4();
NullCheck(L_35);
GObject_set_rotation_mA51AEE14CE640813F5CFD2AEB22F0B9B144A8656(L_35, L_37, /*hidden argument*/NULL);
// this.container.AddChildAt(_ui.displayObject, 0);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_38 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_39 = __this->get__ui_22();
NullCheck(L_39);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_40 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_39, /*hidden argument*/NULL);
NullCheck(L_38);
Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A(L_38, L_40, 0, /*hidden argument*/NULL);
// cachedUISize = _ui.size;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_41 = __this->get__ui_22();
NullCheck(L_41);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_42 = GObject_get_size_mB1E724FACF1B928DDDF438C02BC17DCD005FC7F1(L_41, /*hidden argument*/NULL);
__this->set_cachedUISize_17(L_42);
// uiBounds.size = cachedUISize;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_43 = __this->get_address_of_uiBounds_21();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_44 = __this->get_cachedUISize_17();
Rect_set_size_m4618056983660063A74F40CCFF9A683933CB4C93((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_43, L_44, /*hidden argument*/NULL);
// HandleScreenSizeChanged();
UIPanel_HandleScreenSizeChanged_m6FED4337A3FE60DEDDD9CFD35EA878D51C1397E0(__this, /*hidden argument*/NULL);
}
IL_016f:
{
// }
return;
}
}
// System.Void FairyGUI.UIPanel::HandleScreenSizeChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_HandleScreenSizeChanged_m6FED4337A3FE60DEDDD9CFD35EA878D51C1397E0 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_HandleScreenSizeChanged_m6FED4337A3FE60DEDDD9CFD35EA878D51C1397E0_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_000c;
}
}
{
// DisplayOptions.SetEditModeHideFlags();
IL2CPP_RUNTIME_CLASS_INIT(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var);
DisplayOptions_SetEditModeHideFlags_m99682C039495A233EA1036B43E8C426435AF2603(/*hidden argument*/NULL);
}
IL_000c:
{
// screenSizeVer = StageCamera.screenSizeVer;
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
int32_t L_1 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_screenSizeVer_12();
__this->set_screenSizeVer_20(L_1);
// if (this.container != null)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_2 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0053;
}
}
{
// if (this.container.renderMode != RenderMode.WorldSpace)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
int32_t L_4 = L_3->get_renderMode_52();
if ((((int32_t)L_4) == ((int32_t)2)))
{
goto IL_0053;
}
}
{
// this.container.scale = new Vector2(StageCamera.UnitsPerPixel * UIContentScaler.scaleFactor, StageCamera.UnitsPerPixel * UIContentScaler.scaleFactor);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_5 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
float L_6 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_UnitsPerPixel_16();
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
float L_7 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
float L_8 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_UnitsPerPixel_16();
float L_9 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10;
memset((&L_10), 0, sizeof(L_10));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_10), ((float)il2cpp_codegen_multiply((float)L_6, (float)L_7)), ((float)il2cpp_codegen_multiply((float)L_8, (float)L_9)), /*hidden argument*/NULL);
NullCheck(L_5);
DisplayObject_set_scale_m26D32EB6CDA4AE047664D07FA5B8546860809938(L_5, L_10, /*hidden argument*/NULL);
}
IL_0053:
{
// int width = Mathf.CeilToInt(Screen.width / UIContentScaler.scaleFactor);
int32_t L_11 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
float L_12 = ((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_13 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)(((float)((float)L_11)))/(float)L_12)), /*hidden argument*/NULL);
V_0 = L_13;
// int height = Mathf.CeilToInt(Screen.height / UIContentScaler.scaleFactor);
int32_t L_14 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
float L_15 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
int32_t L_16 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)(((float)((float)L_14)))/(float)L_15)), /*hidden argument*/NULL);
V_1 = L_16;
// if (this._ui != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_17 = __this->get__ui_22();
if (!L_17)
{
goto IL_0146;
}
}
{
// switch (fitScreen)
int32_t L_18 = __this->get_fitScreen_7();
V_2 = L_18;
int32_t L_19 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)))
{
case 0:
{
goto IL_00a2;
}
case 1:
{
goto IL_00c9;
}
case 2:
{
goto IL_0105;
}
}
}
{
goto IL_013f;
}
IL_00a2:
{
// this._ui.SetSize(width, height);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_20 = __this->get__ui_22();
int32_t L_21 = V_0;
int32_t L_22 = V_1;
NullCheck(L_20);
GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E(L_20, (((float)((float)L_21))), (((float)((float)L_22))), /*hidden argument*/NULL);
// this._ui.SetXY(0, 0, true);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_23 = __this->get__ui_22();
NullCheck(L_23);
GObject_SetXY_m4798DE6F22C5A7A4B205C9174CC7DE958BF75875(L_23, (0.0f), (0.0f), (bool)1, /*hidden argument*/NULL);
// break;
goto IL_013f;
}
IL_00c9:
{
// this._ui.SetSize(width, this._ui.sourceHeight);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_24 = __this->get__ui_22();
int32_t L_25 = V_0;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_26 = __this->get__ui_22();
NullCheck(L_26);
int32_t L_27 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_26)->get_sourceHeight_6();
NullCheck(L_24);
GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E(L_24, (((float)((float)L_25))), (((float)((float)L_27))), /*hidden argument*/NULL);
// this._ui.SetXY(0, (int)((height - this._ui.sourceHeight) / 2), true);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_28 = __this->get__ui_22();
int32_t L_29 = V_1;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_30 = __this->get__ui_22();
NullCheck(L_30);
int32_t L_31 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_30)->get_sourceHeight_6();
NullCheck(L_28);
GObject_SetXY_m4798DE6F22C5A7A4B205C9174CC7DE958BF75875(L_28, (0.0f), (((float)((float)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_31))/(int32_t)2))))), (bool)1, /*hidden argument*/NULL);
// break;
goto IL_013f;
}
IL_0105:
{
// this._ui.SetSize(this._ui.sourceWidth, height);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_32 = __this->get__ui_22();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_33 = __this->get__ui_22();
NullCheck(L_33);
int32_t L_34 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_33)->get_sourceWidth_5();
int32_t L_35 = V_1;
NullCheck(L_32);
GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E(L_32, (((float)((float)L_34))), (((float)((float)L_35))), /*hidden argument*/NULL);
// this._ui.SetXY((int)((width - this._ui.sourceWidth) / 2), 0, true);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_36 = __this->get__ui_22();
int32_t L_37 = V_0;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_38 = __this->get__ui_22();
NullCheck(L_38);
int32_t L_39 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_38)->get_sourceWidth_5();
NullCheck(L_36);
GObject_SetXY_m4798DE6F22C5A7A4B205C9174CC7DE958BF75875(L_36, (((float)((float)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_39))/(int32_t)2))))), (0.0f), (bool)1, /*hidden argument*/NULL);
}
IL_013f:
{
// UpdateHitArea();
UIPanel_UpdateHitArea_mA99C42D87BCDCC7EF01C347ED95C11A7552FDBE1(__this, /*hidden argument*/NULL);
// }
return;
}
IL_0146:
{
// switch (fitScreen)
int32_t L_40 = __this->get_fitScreen_7();
V_2 = L_40;
int32_t L_41 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)))
{
case 0:
{
goto IL_0162;
}
case 1:
{
goto IL_0191;
}
case 2:
{
goto IL_01da;
}
}
}
{
return;
}
IL_0162:
{
// uiBounds.position = new Vector2(0, 0);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_42 = __this->get_address_of_uiBounds_21();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_43;
memset((&L_43), 0, sizeof(L_43));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_43), (0.0f), (0.0f), /*hidden argument*/NULL);
Rect_set_position_mD92DFF591D9C96CDD6AF22EA2052BB3D468D68ED((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_42, L_43, /*hidden argument*/NULL);
// uiBounds.size = new Vector2(width, height);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_44 = __this->get_address_of_uiBounds_21();
int32_t L_45 = V_0;
int32_t L_46 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_47;
memset((&L_47), 0, sizeof(L_47));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_47), (((float)((float)L_45))), (((float)((float)L_46))), /*hidden argument*/NULL);
Rect_set_size_m4618056983660063A74F40CCFF9A683933CB4C93((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_44, L_47, /*hidden argument*/NULL);
// break;
return;
}
IL_0191:
{
// uiBounds.position = new Vector2(0, (int)((height - cachedUISize.y) / 2));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_48 = __this->get_address_of_uiBounds_21();
int32_t L_49 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_50 = __this->get_address_of_cachedUISize_17();
float L_51 = L_50->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_52;
memset((&L_52), 0, sizeof(L_52));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_52), (0.0f), (((float)((float)(((int32_t)((int32_t)((float)((float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_49))), (float)L_51))/(float)(2.0f))))))))), /*hidden argument*/NULL);
Rect_set_position_mD92DFF591D9C96CDD6AF22EA2052BB3D468D68ED((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_48, L_52, /*hidden argument*/NULL);
// uiBounds.size = new Vector2(width, cachedUISize.y);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_53 = __this->get_address_of_uiBounds_21();
int32_t L_54 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_55 = __this->get_address_of_cachedUISize_17();
float L_56 = L_55->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_57;
memset((&L_57), 0, sizeof(L_57));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_57), (((float)((float)L_54))), L_56, /*hidden argument*/NULL);
Rect_set_size_m4618056983660063A74F40CCFF9A683933CB4C93((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_53, L_57, /*hidden argument*/NULL);
// break;
return;
}
IL_01da:
{
// uiBounds.position = new Vector2((int)((width - cachedUISize.x) / 2), 0);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_58 = __this->get_address_of_uiBounds_21();
int32_t L_59 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_60 = __this->get_address_of_cachedUISize_17();
float L_61 = L_60->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_62;
memset((&L_62), 0, sizeof(L_62));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_62), (((float)((float)(((int32_t)((int32_t)((float)((float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_59))), (float)L_61))/(float)(2.0f))))))))), (0.0f), /*hidden argument*/NULL);
Rect_set_position_mD92DFF591D9C96CDD6AF22EA2052BB3D468D68ED((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_58, L_62, /*hidden argument*/NULL);
// uiBounds.size = new Vector2(cachedUISize.x, height);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_63 = __this->get_address_of_uiBounds_21();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_64 = __this->get_address_of_cachedUISize_17();
float L_65 = L_64->get_x_0();
int32_t L_66 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_67;
memset((&L_67), 0, sizeof(L_67));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_67), L_65, (((float)((float)L_66))), /*hidden argument*/NULL);
Rect_set_size_m4618056983660063A74F40CCFF9A683933CB4C93((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_63, L_67, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.UIPanel::OnUpdateSource(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_OnUpdateSource_m70083E9D9F0860528E9DB62115CBC19E7ED5B781 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_OnUpdateSource_m70083E9D9F0860528E9DB62115CBC19E7ED5B781_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:
{
// this.packageName = (string)data[0];
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = ___data0;
NullCheck(L_1);
int32_t L_2 = 0;
RuntimeObject * L_3 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
__this->set_packageName_5(((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)));
// this.packagePath = (string)data[1];
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = ___data0;
NullCheck(L_4);
int32_t L_5 = 1;
RuntimeObject * L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
__this->set_packagePath_9(((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)));
// this.componentName = (string)data[2];
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = ___data0;
NullCheck(L_7);
int32_t L_8 = 2;
RuntimeObject * L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
__this->set_componentName_6(((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var)));
// if ((bool)data[3])
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = ___data0;
NullCheck(L_10);
int32_t L_11 = 3;
RuntimeObject * L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
if (!((*(bool*)((bool*)UnBox(L_12, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))))
{
goto IL_005f;
}
}
{
// if (container == null)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_13 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
if (L_13)
{
goto IL_0045;
}
}
{
// return;
return;
}
IL_0045:
{
// if (_ui != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_14 = __this->get__ui_22();
if (!L_14)
{
goto IL_005f;
}
}
{
// _ui.Dispose();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_15 = __this->get__ui_22();
NullCheck(L_15);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_15);
// _ui = null;
__this->set__ui_22((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)NULL);
}
IL_005f:
{
// }
return;
}
}
// System.Void FairyGUI.UIPanel::ApplyModifiedProperties(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_ApplyModifiedProperties_m8E4BB6DDF1F2C0A85B84B9D3733FC78658109749 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, bool ___sortingOrderChanged0, bool ___fitScreenChanged1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_ApplyModifiedProperties_m8E4BB6DDF1F2C0A85B84B9D3733FC78658109749_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (container != null)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_006b;
}
}
{
// container.renderMode = renderMode;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_1 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
int32_t L_2 = __this->get_renderMode_10();
NullCheck(L_1);
L_1->set_renderMode_52(L_2);
// container.renderCamera = renderCamera;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_4 = __this->get_renderCamera_11();
NullCheck(L_3);
L_3->set_renderCamera_53(L_4);
// if (sortingOrderChanged)
bool L_5 = ___sortingOrderChanged0;
if (!L_5)
{
goto IL_005a;
}
}
{
// container._panelOrder = sortingOrder;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_6 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
int32_t L_7 = __this->get_sortingOrder_8();
NullCheck(L_6);
L_6->set__panelOrder_68(L_7);
// if (Application.isPlaying)
bool L_8 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_8)
{
goto IL_0054;
}
}
{
// SetSortingOrder(sortingOrder, true);
int32_t L_9 = __this->get_sortingOrder_8();
UIPanel_SetSortingOrder_m850CB9163F196F27AC3498B7BAEFB0BA93322E48(__this, L_9, (bool)1, /*hidden argument*/NULL);
goto IL_005a;
}
IL_0054:
{
// EMRenderSupport.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);
}
IL_005a:
{
// container.fairyBatching = fairyBatching;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_10 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
bool L_11 = __this->get_fairyBatching_15();
NullCheck(L_10);
Container_set_fairyBatching_mE4A4C1809FB99F571ED2A2287594D551D865A4C8(L_10, L_11, /*hidden argument*/NULL);
}
IL_006b:
{
// if (_ui != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_12 = __this->get__ui_22();
if (!L_12)
{
goto IL_010b;
}
}
{
// if (fitScreen == FitScreen.None)
int32_t L_13 = __this->get_fitScreen_7();
if (L_13)
{
goto IL_008f;
}
}
{
// _ui.position = position;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_14 = __this->get__ui_22();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_15 = __this->get_position_12();
NullCheck(L_14);
GObject_set_position_m16C085FE0353DC8750FA6A6868176292015CFF79(L_14, L_15, /*hidden argument*/NULL);
}
IL_008f:
{
// if (scale.x != 0 && scale.y != 0)
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_16 = __this->get_address_of_scale_13();
float L_17 = L_16->get_x_2();
if ((((float)L_17) == ((float)(0.0f))))
{
goto IL_00c9;
}
}
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_18 = __this->get_address_of_scale_13();
float L_19 = L_18->get_y_3();
if ((((float)L_19) == ((float)(0.0f))))
{
goto IL_00c9;
}
}
{
// _ui.scale = scale;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_20 = __this->get__ui_22();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_21 = __this->get_scale_13();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_22 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_21, /*hidden argument*/NULL);
NullCheck(L_20);
GObject_set_scale_mFAD6AF12CA9731BDE5B22CB33DF022B1DA7B9F05(L_20, L_22, /*hidden argument*/NULL);
}
IL_00c9:
{
// _ui.rotationX = rotation.x;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_23 = __this->get__ui_22();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_24 = __this->get_address_of_rotation_14();
float L_25 = L_24->get_x_2();
NullCheck(L_23);
GObject_set_rotationX_m1E42C64CA3D1FB8316EADA75A7FB8139463DB6E0(L_23, L_25, /*hidden argument*/NULL);
// _ui.rotationY = rotation.y;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_26 = __this->get__ui_22();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_27 = __this->get_address_of_rotation_14();
float L_28 = L_27->get_y_3();
NullCheck(L_26);
GObject_set_rotationY_m9D791A2B345C2CA07BA7438BFEBF99271F367171(L_26, L_28, /*hidden argument*/NULL);
// _ui.rotation = rotation.z;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_29 = __this->get__ui_22();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_30 = __this->get_address_of_rotation_14();
float L_31 = L_30->get_z_4();
NullCheck(L_29);
GObject_set_rotation_mA51AEE14CE640813F5CFD2AEB22F0B9B144A8656(L_29, L_31, /*hidden argument*/NULL);
}
IL_010b:
{
// if (fitScreen == FitScreen.None)
int32_t L_32 = __this->get_fitScreen_7();
if (L_32)
{
goto IL_0129;
}
}
{
// uiBounds.position = position;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_33 = __this->get_address_of_uiBounds_21();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_34 = __this->get_position_12();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_35 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_34, /*hidden argument*/NULL);
Rect_set_position_mD92DFF591D9C96CDD6AF22EA2052BB3D468D68ED((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_33, L_35, /*hidden argument*/NULL);
}
IL_0129:
{
// screenSizeVer = 0;//force HandleScreenSizeChanged be called
__this->set_screenSizeVer_20(0);
// if (fitScreenChanged && this.fitScreen == FitScreen.None)
bool L_36 = ___fitScreenChanged1;
if (!L_36)
{
goto IL_0177;
}
}
{
int32_t L_37 = __this->get_fitScreen_7();
if (L_37)
{
goto IL_0177;
}
}
{
// if (this._ui != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_38 = __this->get__ui_22();
if (!L_38)
{
goto IL_0166;
}
}
{
// this._ui.SetSize(this._ui.sourceWidth, this._ui.sourceHeight);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_39 = __this->get__ui_22();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_40 = __this->get__ui_22();
NullCheck(L_40);
int32_t L_41 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_40)->get_sourceWidth_5();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_42 = __this->get__ui_22();
NullCheck(L_42);
int32_t L_43 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_42)->get_sourceHeight_6();
NullCheck(L_39);
GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E(L_39, (((float)((float)L_41))), (((float)((float)L_43))), /*hidden argument*/NULL);
}
IL_0166:
{
// uiBounds.size = cachedUISize;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_44 = __this->get_address_of_uiBounds_21();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_45 = __this->get_cachedUISize_17();
Rect_set_size_m4618056983660063A74F40CCFF9A683933CB4C93((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_44, L_45, /*hidden argument*/NULL);
}
IL_0177:
{
// }
return;
}
}
// System.Void FairyGUI.UIPanel::MoveUI(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_MoveUI_mDD6874D650B88A2BEEC55AAB4F9FF70BDF2E4B8E (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___delta0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_MoveUI_mDD6874D650B88A2BEEC55AAB4F9FF70BDF2E4B8E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (fitScreen != FitScreen.None)
int32_t L_0 = __this->get_fitScreen_7();
if (!L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// this.position += delta;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = __this->get_position_12();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ___delta0;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_1, L_2, /*hidden argument*/NULL);
__this->set_position_12(L_3);
// if (_ui != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = __this->get__ui_22();
if (!L_4)
{
goto IL_0034;
}
}
{
// _ui.position = position;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_5 = __this->get__ui_22();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = __this->get_position_12();
NullCheck(L_5);
GObject_set_position_m16C085FE0353DC8750FA6A6868176292015CFF79(L_5, L_6, /*hidden argument*/NULL);
}
IL_0034:
{
// uiBounds.position = position;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_7 = __this->get_address_of_uiBounds_21();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = __this->get_position_12();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_8, /*hidden argument*/NULL);
Rect_set_position_mD92DFF591D9C96CDD6AF22EA2052BB3D468D68ED((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_7, L_9, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.Vector3 FairyGUI.UIPanel::GetUIWorldPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 UIPanel_GetUIWorldPosition_m41B2616D5F83952BB3F60C25596D1ACF991BEFB6 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_GetUIWorldPosition_m41B2616D5F83952BB3F60C25596D1ACF991BEFB6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_ui != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__ui_22();
if (!L_0)
{
goto IL_001e;
}
}
{
// return _ui.displayObject.cachedTransform.position;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = __this->get__ui_22();
NullCheck(L_1);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_3, /*hidden argument*/NULL);
return L_4;
}
IL_001e:
{
// return this.container.cachedTransform.TransformPoint(uiBounds.position);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_5 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_5, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_7 = __this->get_address_of_uiBounds_21();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = Rect_get_position_m54A2ACD2F97988561D6C83FCEF7D082BC5226D4C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_7, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_8, /*hidden argument*/NULL);
NullCheck(L_6);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = Transform_TransformPoint_mA96DC2A20EE7F4F915F7509863A18D99F5DD76CB(L_6, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Void FairyGUI.UIPanel::OnDrawGizmos()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_OnDrawGizmos_m0E07D7EF3394C76DF533CA033982B343587FDA51 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, 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));
{
// if (Application.isPlaying || this.container == null)
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (L_0)
{
goto IL_000f;
}
}
{
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_1 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0010;
}
}
IL_000f:
{
// return;
return;
}
IL_0010:
{
// if (this._ui != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = __this->get__ui_22();
if (!L_2)
{
goto IL_0085;
}
}
{
// Gizmos.matrix = this._ui.displayObject.cachedTransform.localToWorldMatrix;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = __this->get__ui_22();
NullCheck(L_3);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_6 = Transform_get_localToWorldMatrix_mBC86B8C7BA6F53DAB8E0120D77729166399A0EED(L_5, /*hidden argument*/NULL);
Gizmos_set_matrix_mA3B65EC8681EDF68BDD2A657F4B67C00C1C34565(L_6, /*hidden argument*/NULL);
// pos = new Vector3(this._ui.width / 2, -this._ui.height / 2, 0);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_7 = __this->get__ui_22();
NullCheck(L_7);
float L_8 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_7, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_9 = __this->get__ui_22();
NullCheck(L_9);
float L_10 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_9, /*hidden argument*/NULL);
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_0), ((float)((float)L_8/(float)(2.0f))), ((float)((float)((-L_10))/(float)(2.0f))), (0.0f), /*hidden argument*/NULL);
// size = new Vector3(this._ui.width, this._ui.height, 0);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_11 = __this->get__ui_22();
NullCheck(L_11);
float L_12 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_11, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_13 = __this->get__ui_22();
NullCheck(L_13);
float L_14 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_13, /*hidden argument*/NULL);
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_1), L_12, L_14, (0.0f), /*hidden argument*/NULL);
// }
goto IL_0103;
}
IL_0085:
{
// Gizmos.matrix = this.container.cachedTransform.localToWorldMatrix;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_15 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_15);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_16 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_15, /*hidden argument*/NULL);
NullCheck(L_16);
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_17 = Transform_get_localToWorldMatrix_mBC86B8C7BA6F53DAB8E0120D77729166399A0EED(L_16, /*hidden argument*/NULL);
Gizmos_set_matrix_mA3B65EC8681EDF68BDD2A657F4B67C00C1C34565(L_17, /*hidden argument*/NULL);
// pos = new Vector3(uiBounds.x + uiBounds.width / 2, -uiBounds.y - uiBounds.height / 2, 0);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_18 = __this->get_address_of_uiBounds_21();
float L_19 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_18, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_20 = __this->get_address_of_uiBounds_21();
float L_21 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_20, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_22 = __this->get_address_of_uiBounds_21();
float L_23 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_22, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_24 = __this->get_address_of_uiBounds_21();
float L_25 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_24, /*hidden argument*/NULL);
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_0), ((float)il2cpp_codegen_add((float)L_19, (float)((float)((float)L_21/(float)(2.0f))))), ((float)il2cpp_codegen_subtract((float)((-L_23)), (float)((float)((float)L_25/(float)(2.0f))))), (0.0f), /*hidden argument*/NULL);
// size = new Vector3(uiBounds.width, uiBounds.height, 0);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_26 = __this->get_address_of_uiBounds_21();
float L_27 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_26, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_28 = __this->get_address_of_uiBounds_21();
float L_29 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_28, /*hidden argument*/NULL);
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_1), L_27, L_29, (0.0f), /*hidden argument*/NULL);
}
IL_0103:
{
// Gizmos.color = new Color(0, 0, 0, 0);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_30;
memset((&L_30), 0, sizeof(L_30));
Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_30), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
Gizmos_set_color_mFA6C199DF05FF557AEF662222CA60EC25DF54F28(L_30, /*hidden argument*/NULL);
// Gizmos.DrawCube(pos, size);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_31 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_32 = V_1;
Gizmos_DrawCube_m55519F7455796C0858AE0D0FD7BC2AA62138957E(L_31, L_32, /*hidden argument*/NULL);
// Gizmos.color = Color.white;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_33 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
Gizmos_set_color_mFA6C199DF05FF557AEF662222CA60EC25DF54F28(L_33, /*hidden argument*/NULL);
// Gizmos.DrawWireCube(pos, size);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_34 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_35 = V_1;
Gizmos_DrawWireCube_m13EF2562F3C09B1AFDF695D1832546C39E941327(L_34, L_35, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 FairyGUI.UIPanel::get_EM_sortingOrder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIPanel_get_EM_sortingOrder_m649288CB5AA5A01292895FE5EC79F536DE6ED973 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
{
// get { return sortingOrder; }
int32_t L_0 = __this->get_sortingOrder_8();
return L_0;
}
}
// System.Void FairyGUI.UIPanel::EM_BeforeUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_EM_BeforeUpdate_mE850C7687987C9499A111E23D3D0A068C7EF1116 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_EM_BeforeUpdate_mE850C7687987C9499A111E23D3D0A068C7EF1116_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (container == null)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_000e;
}
}
{
// CreateContainer();
UIPanel_CreateContainer_m106F47B352E9C09D8DBC8D4E5FE75487D34284C5(__this, /*hidden argument*/NULL);
}
IL_000e:
{
// if (packageName != null && componentName != null && _ui == null)
String_t* L_1 = __this->get_packageName_5();
if (!L_1)
{
goto IL_002c;
}
}
{
String_t* L_2 = __this->get_componentName_6();
if (!L_2)
{
goto IL_002c;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = __this->get__ui_22();
if (L_3)
{
goto IL_002c;
}
}
{
// CreateUI_EditMode();
UIPanel_CreateUI_EditMode_m66C6224141650D33A0427E84885C3098B422D00E(__this, /*hidden argument*/NULL);
}
IL_002c:
{
// if (screenSizeVer != StageCamera.screenSizeVer)
int32_t L_4 = __this->get_screenSizeVer_20();
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
int32_t L_5 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_screenSizeVer_12();
if ((((int32_t)L_4) == ((int32_t)L_5)))
{
goto IL_003f;
}
}
{
// HandleScreenSizeChanged();
UIPanel_HandleScreenSizeChanged_m6FED4337A3FE60DEDDD9CFD35EA878D51C1397E0(__this, /*hidden argument*/NULL);
}
IL_003f:
{
// }
return;
}
}
// System.Void FairyGUI.UIPanel::EM_Update(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_EM_Update_mC242416FE2F836C37F6EE90951B8A946AE10BE63 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_EM_Update_mC242416FE2F836C37F6EE90951B8A946AE10BE63_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * V_4 = NULL;
{
// DisplayOptions.SetEditModeHideFlags();
IL2CPP_RUNTIME_CLASS_INIT(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var);
DisplayOptions_SetEditModeHideFlags_m99682C039495A233EA1036B43E8C426435AF2603(/*hidden argument*/NULL);
// container.Update(context);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline(__this, /*hidden argument*/NULL);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_1 = ___context0;
NullCheck(L_0);
VirtActionInvoker1< UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * >::Invoke(23 /* System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext) */, L_0, L_1);
// if (setNativeChildrenOrder)
bool L_2 = __this->get_setNativeChildrenOrder_19();
if (!L_2)
{
goto IL_0069;
}
}
{
// CacheNativeChildrenRenderers();
UIPanel_CacheNativeChildrenRenderers_mB0081F3960CF08C00B873A7D835ED4425A9F3D4F(__this, /*hidden argument*/NULL);
// int cnt = _renders.Count;
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_3 = __this->get__renders_24();
NullCheck(L_3);
int32_t L_4 = List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_inline(L_3, /*hidden argument*/List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_RuntimeMethod_var);
V_0 = L_4;
// int sv = context.renderingOrder++;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_5 = ___context0;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_6 = L_5;
NullCheck(L_6);
int32_t L_7 = L_6->get_renderingOrder_3();
V_2 = L_7;
int32_t L_8 = V_2;
NullCheck(L_6);
L_6->set_renderingOrder_3(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)));
int32_t L_9 = V_2;
V_1 = L_9;
// for (int i = 0; i < cnt; i++)
V_3 = 0;
goto IL_0065;
}
IL_0041:
{
// Renderer r = _renders[i];
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_10 = __this->get__renders_24();
int32_t L_11 = V_3;
NullCheck(L_10);
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_12 = List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_inline(L_10, L_11, /*hidden argument*/List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_RuntimeMethod_var);
V_4 = L_12;
// if (r != null)
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_13 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_14 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_13, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0061;
}
}
{
// r.sortingOrder = sv;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_15 = V_4;
int32_t L_16 = V_1;
NullCheck(L_15);
Renderer_set_sortingOrder_mBCE1207CDB46CB6BA4583B9C3FB4A2D28DC27D81(L_15, L_16, /*hidden argument*/NULL);
}
IL_0061:
{
// for (int i = 0; i < cnt; i++)
int32_t L_17 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_0065:
{
// for (int i = 0; i < cnt; i++)
int32_t L_18 = V_3;
int32_t L_19 = V_0;
if ((((int32_t)L_18) < ((int32_t)L_19)))
{
goto IL_0041;
}
}
IL_0069:
{
// }
return;
}
}
// System.Void FairyGUI.UIPanel::EM_Reload()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_EM_Reload_m28B1DCDA3D61D91000987CCDCF2315586529BC90 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
{
// if (_ui != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__ui_22();
if (!L_0)
{
goto IL_001a;
}
}
{
// _ui.Dispose();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = __this->get__ui_22();
NullCheck(L_1);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_1);
// _ui = null;
__this->set__ui_22((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)NULL);
}
IL_001a:
{
// }
return;
}
}
// System.Void FairyGUI.UIPanel::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel__ctor_m0671C466322BC7435EB73176109C93DE013BFF5E (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
{
// Vector3 scale = new Vector3(1, 1, 1);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0;
memset((&L_0), 0, sizeof(L_0));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_0), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
__this->set_scale_13(L_0);
// Vector3 rotation = new Vector3(0, 0, 0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1;
memset((&L_1), 0, sizeof(L_1));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_1), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
__this->set_rotation_14(L_1);
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.UIPanel::<CreateContainer>b__29_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPanel_U3CCreateContainerU3Eb__29_0_mA8F0C827B4E144E22E6BE47D12478D9233EA5643 (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIPanel_U3CCreateContainerU3Eb__29_0_mA8F0C827B4E144E22E6BE47D12478D9233EA5643_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
// int cnt = _renders.Count;
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_0 = __this->get__renders_24();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_inline(L_0, /*hidden argument*/List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_RuntimeMethod_var);
V_0 = L_1;
// int sv = UpdateContext.current.renderingOrder++;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_2 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get_current_9();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_3 = L_2;
NullCheck(L_3);
int32_t L_4 = L_3->get_renderingOrder_3();
V_2 = L_4;
int32_t L_5 = V_2;
NullCheck(L_3);
L_3->set_renderingOrder_3(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)));
int32_t L_6 = V_2;
V_1 = L_6;
// for (int i = 0; i < cnt; i++)
V_3 = 0;
goto IL_0050;
}
IL_0026:
{
// Renderer r = _renders[i];
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_7 = __this->get__renders_24();
int32_t L_8 = V_3;
NullCheck(L_7);
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_9 = List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_inline(L_7, L_8, /*hidden argument*/List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_RuntimeMethod_var);
// if (r != null)
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_10 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_9, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_004c;
}
}
{
// _renders[i].sortingOrder = sv;
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_11 = __this->get__renders_24();
int32_t L_12 = V_3;
NullCheck(L_11);
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_13 = List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_inline(L_11, L_12, /*hidden argument*/List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_RuntimeMethod_var);
int32_t L_14 = V_1;
NullCheck(L_13);
Renderer_set_sortingOrder_mBCE1207CDB46CB6BA4583B9C3FB4A2D28DC27D81(L_13, L_14, /*hidden argument*/NULL);
}
IL_004c:
{
// for (int i = 0; i < cnt; i++)
int32_t L_15 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0050:
{
// for (int i = 0; i < cnt; i++)
int32_t L_16 = V_3;
int32_t L_17 = V_0;
if ((((int32_t)L_16) < ((int32_t)L_17)))
{
goto IL_0026;
}
}
{
// };
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_touchId_m303BBC55E449B30C3100801E430D321AF8F3D289_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int touchId { get; internal set; }
int32_t L_0 = ___value0;
__this->set_U3CtouchIdU3Ek__BackingField_6(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_x_mE8D9CF0DBB078E83DD57EC994A35EC743D333D62_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float x { get; internal set; }
float L_0 = ___value0;
__this->set_U3CxU3Ek__BackingField_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_y_mFE4CA412C638263C1D07876B60E76DF6534EB670_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float y { get; internal set; }
float L_0 = ___value0;
__this->set_U3CyU3Ek__BackingField_1(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_keyCode_m76C791768842E48D20F6AFC2D9D13D0551FB44EC_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public KeyCode keyCode { get; internal set; }
int32_t L_0 = ___value0;
__this->set_U3CkeyCodeU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_character_m6780962BCEC2996854C868305F87AC97888C3AED_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
{
// public char character { get; internal set; }
Il2CppChar L_0 = ___value0;
__this->set_U3CcharacterU3Ek__BackingField_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_modifiers_m306ECBEF1E96A96CA68B5A1D4BDB5EF027F57EC3_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public EventModifiers modifiers { get; internal set; }
int32_t L_0 = ___value0;
__this->set_U3CmodifiersU3Ek__BackingField_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_mouseWheelDelta_m103C2F936D03F60E3E9B99C72852A7114E7540DB_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int mouseWheelDelta { get; internal set; }
int32_t L_0 = ___value0;
__this->set_U3CmouseWheelDeltaU3Ek__BackingField_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_button_mE0725365D1DE30A88DE67C29424980BC5169C282_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int button { get; internal set; }
int32_t L_0 = ___value0;
__this->set_U3CbuttonU3Ek__BackingField_7(L_0);
return;
}
}
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 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 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 float GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// get { return _x; }
float L_0 = __this->get__x_19();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// get { return _y; }
float L_0 = __this->get__y_20();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* GObject_get_id_m917DDE197B7A33CE260877386F1F927215EEC1F0_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// public string id { get; private set; }
String_t* L_0 = __this->get_U3CidU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * GTweener_get_target_m74830BEB43E2E9089B9954F70A3271DEFE326678_inline (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _target; }
RuntimeObject * L_0 = __this->get__target_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// return _width;
float L_0 = __this->get__width_61();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// return _height;
float L_0 = __this->get__height_62();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * GTweener_get_startValue_mC09E4E1A3A7CDD5A2D225D2D0E65F4BAB3A995FF_inline (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _startValue; }
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__startValue_24();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * GTweener_get_endValue_mC646F9CBF41022753C17F3CF1A9D98B18D86651E_inline (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _endValue; }
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__endValue_25();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _value; }
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__value_26();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * GTweener_get_deltaValue_m3A8A418B420EB2AD185746BAA3C1816B97B5152F_inline (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _deltaValue; }
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__deltaValue_27();
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 void Transition_set_name_m0D5DBAC8E2A76763ED57460FCEF9F088765CEAF0_inline (Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string name { get; private set; }
String_t* L_0 = ___value0;
__this->set_U3CnameU3Ek__BackingField_0(L_0);
return;
}
}
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 XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * Enumerator_get_Current_mF5CEBEB5C0A3BAFB47AD5BF275AC85822B2BB1AF_inline (Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E * __this, const RuntimeMethod* method)
{
{
// get { return _current; }
XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * L_0 = __this->get__current_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XML_get_text_mDF776F8850B1A67217182F599D14FCC05D446B7D_inline (XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * __this, const RuntimeMethod* method)
{
{
// public string text { get; private set; }
String_t* L_0 = __this->get_U3CtextU3Ek__BackingField_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* UIPackage_get_id_m7615CE5A25D41AA535E3EB3FA0905E6C049700CB_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
{
// public string id { get; private set; }
String_t* L_0 = __this->get_U3CidU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * TreeNode_get_tree_mC57319EC0E8E25F307360A2C912FE37D50ED637F_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method)
{
{
// public TreeView tree { get; private set; }
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_0 = __this->get_U3CtreeU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * TreeNode_get_cell_m951432E7B4B7F7317F47FDFB3C0770D2D0B39D86_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method)
{
{
// public GComponent cell { get; internal set; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get_U3CcellU3Ek__BackingField_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeNode_get_parent_m98A048C2543039B4345B8DA27821D7E5D3E849C1_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method)
{
{
// public TreeNode parent { get; private set; }
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = __this->get_U3CparentU3Ek__BackingField_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TreeNode_set_parent_m4A2EA419DCE745BE0E7DC101C9D487F4497302C1_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___value0, const RuntimeMethod* method)
{
{
// public TreeNode parent { get; private set; }
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___value0;
__this->set_U3CparentU3Ek__BackingField_1(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TreeNode_get_level_m094C308793245951771079285395AC0F2468C137_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method)
{
{
// public int level { get; private set; }
int32_t L_0 = __this->get_U3ClevelU3Ek__BackingField_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TreeNode_set_level_m7F0D036B2BF0F94506FC76B5E7BBD395016F90E3_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int level { get; private set; }
int32_t L_0 = ___value0;
__this->set_U3ClevelU3Ek__BackingField_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TreeNode_set_tree_m25D29B4A8C5F70B7D69D580AC4A65C022C54E8FA_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * ___value0, const RuntimeMethod* method)
{
{
// public TreeView tree { get; private set; }
TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * L_0 = ___value0;
__this->set_U3CtreeU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TreeView_set_list_mF0119AA5C6A609D8996624EC2C27FF4F77A44646_inline (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * ___value0, const RuntimeMethod* method)
{
{
// public GList list { get; private set; }
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = ___value0;
__this->set_U3ClistU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TreeView_set_root_m467D2BD4FB04FAE188B1502C76F70024D9213ED7_inline (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___value0, const RuntimeMethod* method)
{
{
// public TreeNode root { get; private set; }
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = ___value0;
__this->set_U3CrootU3Ek__BackingField_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * TreeView_get_root_m9C865165D98C57D3F24AB972D74D126AE3343577_inline (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, const RuntimeMethod* method)
{
{
// public TreeNode root { get; private set; }
TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * L_0 = __this->get_U3CrootU3Ek__BackingField_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TreeNode_set_cell_m049B5004395B9B26BD085E438D07018B8DCC6827_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___value0, const RuntimeMethod* method)
{
{
// public GComponent cell { get; internal set; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = ___value0;
__this->set_U3CcellU3Ek__BackingField_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TreeView_set_onClickNode_m47780431FFFE6938DBE1BE0717AF770664EA6341_inline (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onClickNode { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConClickNodeU3Ek__BackingField_8(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TreeView_set_onRightClickNode_m90B33133BA6156CA43FE6BD10B41542114D1A6C3_inline (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onRightClickNode { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConRightClickNodeU3Ek__BackingField_9(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * TreeView_get_list_m870B3477BC19FD3AB5FCF8D8EBB0E4DB4A806A06_inline (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, const RuntimeMethod* method)
{
{
// public GList list { get; private set; }
GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * L_0 = __this->get_U3ClistU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * GList_get_itemPool_mDF34A430E2602CCD0190CB35EFE830F8053F8027_inline (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method)
{
{
// get { return _pool; }
GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * L_0 = __this->get__pool_108();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool TreeNode_get_expanded_m15F401942361779ADEF294A07541FC83830F7482_inline (TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * __this, const RuntimeMethod* method)
{
{
// return _expanded;
bool L_0 = __this->get__expanded_6();
return L_0;
}
}
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 ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * GComponent_get_scrollPane_m985575252119E48F6C77D7464D4BBFD3582E42EB_inline (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method)
{
{
// public ScrollPane scrollPane { get; private set; }
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_0 = __this->get_U3CscrollPaneU3Ek__BackingField_76();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float ScrollPane_get_posY_m848F90B5DB3154E5BBA386557E0693B2567DEDF4_inline (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _yPos; }
float L_0 = __this->get__yPos_25();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GButton_get_selected_mC3BCF13B80624C0DB093B7EF9ED726E1676FBCC5_inline (GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942 * __this, const RuntimeMethod* method)
{
{
// return _selected;
bool L_0 = __this->get__selected_102();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* EventListener_get_type_m83053F942463CA59DAEF326E9FCA58D92397654D_inline (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method)
{
{
// get { return _type; }
String_t* L_0 = __this->get__type_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * TreeView_get_onRightClickNode_m984FFB9313A63B15232868CD494CEF12227B5801_inline (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, const RuntimeMethod* method)
{
{
// public EventListener onRightClickNode { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConRightClickNodeU3Ek__BackingField_9();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * TreeView_get_onClickNode_mD488104888E3D179BAE807BAB89596FC4BE60369_inline (TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * __this, const RuntimeMethod* method)
{
{
// public EventListener onClickNode { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConClickNodeU3Ek__BackingField_8();
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 TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// public TextField textField { get; private set; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get_U3CtextFieldU3Ek__BackingField_72();
return L_0;
}
}
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 Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * NGraphics_get_mesh_mD2D32D80C5D5056ECF453FDB054A29D8276A57D0_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// public Mesh mesh { get; private set; }
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = __this->get_U3CmeshU3Ek__BackingField_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * TextField_get_richTextField_m0B9775D542EB8954EBFF0FF27266B3613C7C3532_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _richTextField; }
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = __this->get__richTextField_77();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TextField_get_parsedText_m3B6F2FDADF5AB6767E508A49798322C480F9C490_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _parsedText; }
String_t* L_0 = __this->get__parsedText_75();
return L_0;
}
}
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 String_t* UIPackage_get_name_m6B4410E7FA8D72309048A04D1BFD3607C55F2CE2_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
{
// public string name { get; private set; }
String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GComponent_SetLuaPeer_mFFB419D70D04F70544D35B01BABEABA8B95C787D_inline (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ___peerTable0, const RuntimeMethod* method)
{
{
// _peerTable = peerTable;
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * L_0 = ___peerTable0;
__this->set__peerTable_92(L_0);
// }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UIPackage_set_assetPath_m7B87A34D0897AB91DA29811102921070233D90EB_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string assetPath { get; private set; }
String_t* L_0 = ___value0;
__this->set_U3CassetPathU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* UIPackage_get_assetPath_mF5A232F1EB11C1F313F0AC48D1AA1A5A602AE943_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, const RuntimeMethod* method)
{
{
// public string assetPath { get; private set; }
String_t* L_0 = __this->get_U3CassetPathU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UIPackage_set_id_mA4085129431C2425D211F8EC14BC2509F77B3F21_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string id { get; private set; }
String_t* L_0 = ___value0;
__this->set_U3CidU3Ek__BackingField_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UIPackage_set_name_m164F37FAC7E9AA74471B0A822EFF2BDBBEF12C24_inline (UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string name { get; private set; }
String_t* L_0 = ___value0;
__this->set_U3CnameU3Ek__BackingField_1(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void NAudioClip_Reload_m2CB6144ACF90F38206D4162539336AC467CD5AFC_inline (NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___audioClip0, const RuntimeMethod* method)
{
{
// nativeClip = audioClip;
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_0 = ___audioClip0;
__this->set_nativeClip_1(L_0);
// }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NTexture_get_root_mF354B37A746484EE7BDC5F84A664002EB0DBC09A_inline (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method)
{
{
// get { return _root; }
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = __this->get__root_10();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * UIPainter_get_container_m74283D23495083F7BEFFC965FFF58BFAFB955F7F_inline (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, const RuntimeMethod* method)
{
{
// public Container container { get; private set; }
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = __this->get_U3CcontainerU3Ek__BackingField_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UIPainter_set_container_m9CCA0E0DC4AB551132FB95F8135E650A8DEAFDC3_inline (UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A * __this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___value0, const RuntimeMethod* method)
{
{
// public Container container { get; private set; }
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = ___value0;
__this->set_U3CcontainerU3Ek__BackingField_4(L_0);
return;
}
}
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_m21CA92241FAC0AFE3F9855ADF4A4773D23EDCE8DAssemblyU2DCSharp6_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 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 Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * UIPanel_get_container_m2C3544CE6EDA716D9C7840321429FBF6E22427CC_inline (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, const RuntimeMethod* method)
{
{
// public Container container { get; private set; }
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = __this->get_U3CcontainerU3Ek__BackingField_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void UIPanel_set_container_m3FB4667ACD0A85667806636DBBCC2628798382B4_inline (UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC * __this, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___value0, const RuntimeMethod* method)
{
{
// public Container container { get; private set; }
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = ___value0;
__this->set_U3CcontainerU3Ek__BackingField_4(L_0);
return;
}
}
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 int32_t List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_gshared_inline (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_gshared_inline (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __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:
{
CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4* L_2 = (CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4*)__this->get__items_1();
int32_t L_3 = ___index0;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3();
return L_0;
}
}