yunque9/xcode/Classes/Native/Assembly-CSharp5.cpp

43178 lines
2.0 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename 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);
}
};
template <typename R>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
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>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2, typename T3, typename T4>
struct VirtActionInvoker4
{
typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct VirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R>
struct 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);
}
};
struct GenericVirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct GenericVirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
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 R, typename T1, typename T2>
struct InterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8>
struct InterfaceActionInvoker8
{
typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, 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 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);
}
};
template <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R>
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);
}
};
struct GenericInterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct GenericInterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
// FairyGUI.Anymous_T
struct Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4;
// FairyGUI.Anymous_T[]
struct Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7;
// FairyGUI.BaseFont
struct BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F;
// FairyGUI.Container
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68;
// FairyGUI.Controller
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64;
// FairyGUI.DisplayObject
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB;
// FairyGUI.DisplayObject[]
struct DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204;
// FairyGUI.DynamicFont/RenderInfo
struct RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03;
// FairyGUI.EllipseMesh
struct EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0;
// FairyGUI.Emoji
struct Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583;
// FairyGUI.EventBridge
struct EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84;
// 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.GComponent
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC;
// FairyGUI.GGraph
struct GGraph_tD2F718A15120D167149C9E19B8802F8862458858;
// FairyGUI.GGroup
struct GGroup_tC639447CD683C998CC282B1BEB24798021939CB4;
// FairyGUI.GList
struct GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38;
// FairyGUI.GObject
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB;
// FairyGUI.GObjectPool
struct GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17;
// FairyGUI.GRoot
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F;
// FairyGUI.GScrollBar
struct GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2;
// 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.InputEvent
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495;
// FairyGUI.InputTextField
struct InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC;
// FairyGUI.InputTextField/CopyHandler
struct CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078;
// FairyGUI.InputTextField/PasteHandler
struct PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14;
// FairyGUI.ListItemProvider
struct ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1;
// FairyGUI.ListItemRenderer
struct ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9;
// FairyGUI.MaterialManager
struct MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098;
// FairyGUI.NAudioClip
struct NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96;
// FairyGUI.NGraphics
struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD;
// FairyGUI.NGraphics/MeshModifier
struct MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15;
// FairyGUI.NTexture
struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A;
// FairyGUI.NTexture[]
struct NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE;
// FairyGUI.PackageItem
struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0;
// FairyGUI.PlayCompleteCallback
struct PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554;
// FairyGUI.PolygonMesh
struct PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88;
// FairyGUI.RectMesh
struct RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3;
// FairyGUI.RegularPolygonMesh
struct RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2;
// FairyGUI.Relations
struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF;
// FairyGUI.RichTextField
struct RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294;
// FairyGUI.RoundedRectMesh
struct RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65;
// FairyGUI.ScrollPane
struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE;
// FairyGUI.SelectionShape
struct SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429;
// FairyGUI.ShaderConfig
struct ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A;
// FairyGUI.ShaderConfig/GetFunction
struct GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA;
// FairyGUI.ShaderConfig/PropertyIDs
struct PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71;
// FairyGUI.Shape
struct Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8;
// FairyGUI.Stage
struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8;
// FairyGUI.StageCamera
struct StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81;
// FairyGUI.StageEngine
struct StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353;
// FairyGUI.Stats
struct Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0;
// FairyGUI.StencilEraser
struct StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B;
// FairyGUI.SwipeGesture
struct SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26;
// 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.TextField/LineInfo
struct LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F;
// FairyGUI.TextField/LineInfo[]
struct LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40;
// 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.UIConfig/SoundLoader
struct SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2;
// FairyGUI.UIContentScaler
struct UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B;
// FairyGUI.UpdateContext
struct UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7;
// FairyGUI.Utils.ByteBuffer
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268;
// FairyGUI.Utils.HtmlElement
struct HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E;
// FairyGUI.Utils.HtmlElement[]
struct HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC;
// FairyGUI.Utils.HtmlLink
struct HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5;
// FairyGUI.Utils.HtmlParseOptions
struct HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67;
// FairyGUI.Utils.HtmlParser/TextFormat2
struct TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD;
// FairyGUI.Utils.IHtmlObject
struct IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036;
// FairyGUI.Utils.IHtmlPageContext
struct IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA;
// FairyGUI.VertexBuffer
struct VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B;
// LuaInterface.LuaTable
struct LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.Generic.Dictionary`2/Entry<FairyGUI.TimerCallback,FairyGUI.Anymous_T>[]
struct EntryU5BU5D_t22FA9B961DC4DBEDA01F8035E3971A9F0A9C4FE0;
// System.Collections.Generic.Dictionary`2/Entry<System.UInt32,FairyGUI.Emoji>[]
struct EntryU5BU5D_t2907AACABE745A646F290C673664EB3E9A1748B0;
// System.Collections.Generic.Dictionary`2/KeyCollection<FairyGUI.TimerCallback,FairyGUI.Anymous_T>
struct KeyCollection_tAAE0A5E59D0CA26C56C53271EA50D265C1888A95;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,FairyGUI.Emoji>
struct KeyCollection_t05DD2EB423AA2BB93B04F0180EE482379BE584B5;
// System.Collections.Generic.Dictionary`2/ValueCollection<FairyGUI.TimerCallback,FairyGUI.Anymous_T>
struct ValueCollection_t99B485E732747EBEA42DAC5892AF6089B0B8684F;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,FairyGUI.Emoji>
struct ValueCollection_t778D8D1BE2E73CCCAA18CA3C603E68EF936C2750;
// System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>
struct Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B;
// System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.DynamicFont/RenderInfo>
struct Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593;
// 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.UInt32,FairyGUI.Emoji>
struct Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21;
// System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>
struct Dictionary_2_t4894C563A6AA83F02FB0CE34F490429DA010ED76;
// System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>
struct Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80;
// System.Collections.Generic.IEnumerable`1<UnityEngine.Vector2>
struct IEnumerable_1_t18916C4667502155E7DF1D069EDAB4EC057B2206;
// System.Collections.Generic.IEqualityComparer`1<FairyGUI.TimerCallback>
struct IEqualityComparer_1_tBD5E2CD7FB68E3B4BD7EF441EF4B6C13B27C0600;
// System.Collections.Generic.IEqualityComparer`1<System.UInt32>
struct IEqualityComparer_1_tA74C9F2C80A3BFA5A7BE17C48871B702741C8733;
// System.Collections.Generic.List`1<FairyGUI.Anymous_T>
struct List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65;
// System.Collections.Generic.List`1<FairyGUI.Controller>
struct List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376;
// System.Collections.Generic.List`1<FairyGUI.ControllerAction>
struct List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject>
struct List_1_t11A30662822286DF8036D0D1993807262B502B70;
// System.Collections.Generic.List`1<FairyGUI.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.NTexture>
struct List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87;
// 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.UIConfig/ConfigValue>
struct List_1_t74B6A4CA646AC394724678D53711955E95B67FB2;
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>
struct List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00;
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser/TextFormat2>
struct List_1_t4560191C672D03870FD13008AEE68190DE623133;
// System.Collections.Generic.List`1<System.Byte>
struct List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C;
// System.Collections.Generic.List`1<System.Int32>
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
// System.Collections.Generic.List`1<UnityEngine.Color32>
struct List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5;
// System.Collections.Generic.List`1<UnityEngine.Rect>
struct List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350;
// System.Collections.Generic.List`1<UnityEngine.Vector2>
struct List_1_t7EF66508193EA1747FD65EC53012A60FF1697964;
// System.Collections.Generic.List`1<UnityEngine.Vector3>
struct List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5;
// System.Collections.Generic.List`1<UnityEngine.Vector4>
struct List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955;
// System.Collections.Generic.Stack`1<FairyGUI.EventContext>
struct Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A;
// System.Collections.Generic.Stack`1<FairyGUI.TextField/LineInfo>
struct Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326;
// System.Collections.Generic.Stack`1<FairyGUI.UpdateContext/ClipInfo>
struct Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841;
// System.Collections.Generic.Stack`1<FairyGUI.Utils.HtmlElement>
struct Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149;
// System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer>
struct Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045;
// System.Collections.Generic.Stack`1<System.Object>
struct Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Comparison`1<FairyGUI.DisplayObject>
struct Comparison_1_t80AF2D8856D348E788BB5AFF18AC178138FE5FCB;
// 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.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Single[]
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// UnityEngine.AudioClip
struct AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051;
// UnityEngine.AudioClip/PCMReaderCallback
struct PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB;
// UnityEngine.AudioClip/PCMSetPositionCallback
struct PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801;
// UnityEngine.AudioSource
struct AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C;
// UnityEngine.Camera
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34;
// UnityEngine.Camera/CameraCallback
struct CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0;
// UnityEngine.Color32[]
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621;
// UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC;
// UnityEngine.Display
struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57;
// UnityEngine.Display/DisplaysUpdatedDelegate
struct DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90;
// UnityEngine.Display[]
struct DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9;
// UnityEngine.Event
struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210;
// UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>
struct UnityAction_2_t77680359D738D69E578F3A74D50CD3FA8D775A60;
// UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode>
struct UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305;
// UnityEngine.Font
struct Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26;
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F;
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598;
// UnityEngine.Mesh
struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C;
// UnityEngine.MeshFilter
struct MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0;
// UnityEngine.MeshRenderer
struct MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED;
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429;
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
// UnityEngine.Rect[]
struct RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B;
// UnityEngine.Renderer
struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4;
// UnityEngine.Shader
struct Shader_tE2731FF351B74AB4186897484FB01E000C1160CA;
// UnityEngine.Texture
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4;
// UnityEngine.TouchScreenKeyboard
struct TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90;
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA;
// UnityEngine.Vector2[]
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6;
// UnityEngine.Vector3[]
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28;
// UnityEngine.Vector4[]
struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66;
IL2CPP_EXTERN_C RuntimeClass* Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Comparison_1_t80AF2D8856D348E788BB5AFF18AC178138FE5FCB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_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* FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t11A30662822286DF8036D0D1993807262B502B70_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD_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* PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937_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* UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____335BB7CBEE0951D5B5545B3AF1873199CFE13674_8_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____806BC28C08532BB7F7A6471F4796475FF255663B_22_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral00B9E14633411C46CB64AE42D91DD928EE3EC5B1;
IL2CPP_EXTERN_C String_t* _stringLiteral026061AA5F52B66FF8F1170F661A62B79AF9CD3E;
IL2CPP_EXTERN_C String_t* _stringLiteral03F230A3F648BBBF19A46DB54CF7BC9F6F745F9F;
IL2CPP_EXTERN_C String_t* _stringLiteral07616D138AF89F6A69E286AEA1D9580193A21F59;
IL2CPP_EXTERN_C String_t* _stringLiteral0FF22A4A9E2F8C417933D787DA88605F289180AC;
IL2CPP_EXTERN_C String_t* _stringLiteral1097D13A137BB20FD66E7A2A8416481E901FED85;
IL2CPP_EXTERN_C String_t* _stringLiteral14741906D23F396FF12E73FA1BA09765BF72EB54;
IL2CPP_EXTERN_C String_t* _stringLiteral174423A4FAA17B22DA7C040AA58A5E7F7308EFB2;
IL2CPP_EXTERN_C String_t* _stringLiteral19079E46FA007322D2A6D3634A63F1BA73F3B515;
IL2CPP_EXTERN_C String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441;
IL2CPP_EXTERN_C String_t* _stringLiteral25643BC6FF14679375C584E46ECC6DE5B805F697;
IL2CPP_EXTERN_C String_t* _stringLiteral25C714AD2F90E184452BEA20C9C8FB348BF6912D;
IL2CPP_EXTERN_C String_t* _stringLiteral260405271C5460EBB1EBA0C6EBAD3F04C05FC134;
IL2CPP_EXTERN_C String_t* _stringLiteral37EF58FB27A4F610778E4C0991FB34136DF50C1E;
IL2CPP_EXTERN_C String_t* _stringLiteral3FE5515A10F3E47330DE04D3C93AF8363702295C;
IL2CPP_EXTERN_C String_t* _stringLiteral45F375828326A11F8904529DE05D20043ABA1653;
IL2CPP_EXTERN_C String_t* _stringLiteral4B97D60E035BADDA1F2DDD70E4C5DA2A1A0AD7AC;
IL2CPP_EXTERN_C String_t* _stringLiteral4DB4D7D6FB34CF5AAF0212080C53C8CAE014E799;
IL2CPP_EXTERN_C String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1;
IL2CPP_EXTERN_C String_t* _stringLiteral50D6817D5A1FD202CB992ED7DCB5C9A533C75F3F;
IL2CPP_EXTERN_C String_t* _stringLiteral532E44E10FB82EEBC1D183BD23AF2CF20EE22BE2;
IL2CPP_EXTERN_C String_t* _stringLiteral54CE683EECB5BF22B3CF1A9F607945FDE317AAC0;
IL2CPP_EXTERN_C String_t* _stringLiteral54DFDFF405886EF09F4F9BC0485D412EE82DD253;
IL2CPP_EXTERN_C String_t* _stringLiteral551E47864A1A116E200D76EE7472499B1BEA721B;
IL2CPP_EXTERN_C String_t* _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808;
IL2CPP_EXTERN_C String_t* _stringLiteral5F7863C13BF94B66736546FD37A9FA9F41D43D6A;
IL2CPP_EXTERN_C String_t* _stringLiteral65748A0CDC7B51F0B1CFF19BB2E632949D6DF72B;
IL2CPP_EXTERN_C String_t* _stringLiteral65F518707AF15E348F1197B9712FB2BE0102D6EA;
IL2CPP_EXTERN_C String_t* _stringLiteral70BEC8A9BF5ECD2E6B37316E112B3F4C615AD4D3;
IL2CPP_EXTERN_C String_t* _stringLiteral73E7E545C519A38F0AEC9E72DF51F8BA169DB34D;
IL2CPP_EXTERN_C String_t* _stringLiteral7A200607148CA1061B43BC5E5BF6CFF3829B9B93;
IL2CPP_EXTERN_C String_t* _stringLiteral80F34F8AEFAE970F954D31290D5CE0E2143DC74A;
IL2CPP_EXTERN_C String_t* _stringLiteral88C5B42537E5DED360ED9D04965D203ACC7C44A0;
IL2CPP_EXTERN_C String_t* _stringLiteral8DD62ACF429375A264346E1E9B92A8E490AAF02B;
IL2CPP_EXTERN_C String_t* _stringLiteral92BE582433395EFD2A704C69E0B1CE41585C4FEA;
IL2CPP_EXTERN_C String_t* _stringLiteral97DD6557DBE1BB85BF8E4E49F8BDE8A8A747E7B2;
IL2CPP_EXTERN_C String_t* _stringLiteral9AACF322A71C6A614CCD8E79FFE250BE5062A9FD;
IL2CPP_EXTERN_C String_t* _stringLiteral9D57875196C613785A1EEE010C55223A0F1AA821;
IL2CPP_EXTERN_C String_t* _stringLiteralA78848C7EDA4C562D6F7AB9739E160B17F23E30A;
IL2CPP_EXTERN_C String_t* _stringLiteralAB92AF2A8F45436F85B0B3A67A838D5854FE7544;
IL2CPP_EXTERN_C String_t* _stringLiteralAF4C3C106FBE1851EAB9BC02365CED02E746822C;
IL2CPP_EXTERN_C String_t* _stringLiteralB34DDFB1FB957E3018AD7DB569344D979C77A9BC;
IL2CPP_EXTERN_C String_t* _stringLiteralB545E4A735321A50B74651E8EB692FDF074E4A14;
IL2CPP_EXTERN_C String_t* _stringLiteralB5E2BA93787E798DD2F2FDF3C3B4EE994B1A5889;
IL2CPP_EXTERN_C String_t* _stringLiteralBB907F5CCE90837F484F998069B8288F5F4850AD;
IL2CPP_EXTERN_C String_t* _stringLiteralC0BC012F9D287EE324996D6BDC2252C3A022E4F0;
IL2CPP_EXTERN_C String_t* _stringLiteralC0E60DD82594AF705F1DCD06B4FE427E33BBAFCC;
IL2CPP_EXTERN_C String_t* _stringLiteralC22791F80459A576D74DA894B70A34B2AA837FE5;
IL2CPP_EXTERN_C String_t* _stringLiteralCA6D0E3AAA7D6CC0E9D9FE14EED28587F7EE1133;
IL2CPP_EXTERN_C String_t* _stringLiteralD2CE75DA68D291B4D50ADCFA6F95BF9DF3AA23EF;
IL2CPP_EXTERN_C String_t* _stringLiteralE21EEE0CA1FFEE216BD7B8320C66246E25F7E862;
IL2CPP_EXTERN_C String_t* _stringLiteralE60B111E43B0FBCC0A05A330E648CCEECD3AD0CC;
IL2CPP_EXTERN_C String_t* _stringLiteralE6FF467F4ACD4DBAB7EC62A2696D9939328068A8;
IL2CPP_EXTERN_C String_t* _stringLiteralE90DD7706BA1BE760467BC2699C28D6A0AEF1F43;
IL2CPP_EXTERN_C String_t* _stringLiteralEA5C1A20B7CFCFEC8A35FB4C6A419A1314233755;
IL2CPP_EXTERN_C String_t* _stringLiteralED595662AD10D27DE0F2FAECE995E2CA2B8E7012;
IL2CPP_EXTERN_C String_t* _stringLiteralF171A33F5770F4CD1AE476817D12DDCC1252D357;
IL2CPP_EXTERN_C String_t* _stringLiteralF27FEDE2220BCD326AEE3E86DDFD4EBD0FE58CB9;
IL2CPP_EXTERN_C String_t* _stringLiteralF3673896471BA58637AE2716865FBD0BC3360892;
IL2CPP_EXTERN_C String_t* _stringLiteralFAB1861EBC1EC4C034B6EAB9C5ED913FDF78E516;
IL2CPP_EXTERN_C const RuntimeMethod* Comparison_1__ctor_m1C3F4D5128CB00F3EF8A865C58F455C1F6822726_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mB090F51A34716700C0F4F1B08F9330C6F503DB9E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m4D4A15412320BAFA192E330D3A62E8EB73D070E5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m9DA3923D95A46E835D0C32504CAD2A904D1AB322_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mAEDD09743344CF1F76E36089E70FCED233092658_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m71E76A5FCCC0036A84FAE0D70873984B43379775_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mE1C135CE7363124BAB6D75D192B463E8DBF56709_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m83B1C50490E4840D27259A8B7BB9BAF43D127D49_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m995D14E4B131FBC4C900C083F146CC2F95EBED41_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m1E936EFC8386488F8EFC401E83ABC4EF66E26CA8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m6986A695517332B58490A37CBB72FEE639F4A461_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m4A985951EAE272F590C2CBEF9D8A7EA34894B451_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mA65ECDBBB1797F2AF4E163DED3BEB6C79A1C2B14_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m1E731A9C7F2332A7BDD74B2AB7801A35F9F6A9F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m90BF454963212CDCA2022E2C8BA341B034B39B7E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisAudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_mF8E45BF814846E1641335B8471A4AEAA2AD83E8F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m7DF3B4DB4CA60855860B6760DBA2B1AE5883D20F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_m98AEA1EDDC59492203D06FA2912152C37C4164E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisMeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_m16409C054F66125E0380BDDDB1454118A3BAD60E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisStageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_mFAD5235794FCCF02998AC715738E5D3DD817823E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisStageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_m778CC248C37569C71A9C85346CA90BB1F1AE423B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06_m5AF6078DD946E276488D2C9E9BD68416C7864C4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_m69AE5FD032845D3F4DD9AEC7EAE18F48BC493D02_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_mEBEAE59DE5185530F0EF89BE492BE2A3383F9EBC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m2DA94137DD92ED9D4015A94F200A5E239540075D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mEA070FD66185A196B6E534DAA7836364AF886526_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m6B0A75687700C693529877B8458D50365BD10BA8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0DDD6A94AB253052FA25854493F719F00B805D4B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m2A566918F2D20DA2ED7CBC0DD3B48C5A7DE614D3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m3310DF6E8E2990DE22EA90BC6105AB048D55B9B7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m8DD85C20381CFA81C3B8F2752AB8F970B5285FE8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB1ACC0B1F56F3CE869F756EFF1942A77A073A063_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m0967A270F68527B49D37252AE15838DACE739EAD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m1FA44F51DC58AA320B38E4204496F9E6CA48008C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m471E9C96E037C142725FB47332197B948E5D38AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m9BF030002D146D352BF248810939729C6A37019F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m9E183F4DE7DC20CEBA71C5DD3AA0B55F40023328_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_mBFD0DCC19DAE2792E343FE4C726F0D47A134CD2E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_m04880E9057281B42D9B531BB6E0E606CF0404EB7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m861463F7BB7C93831AEED1BC92625C08A44E910C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mF4DF514585C3F90EB998249C77A6F438FD9784A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveRange_m0D8A028E7C3198BA3FBA77B2142B030068B5DBF8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveRange_m4ED8C1729D3284BD3ECA91989BFC8A7CE87DA7B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveRange_m8D20B489E04E4A1BA16B2052B09161C6C2A8D0EC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveRange_mE28859A5DD6D9F5CFDC06F028B478D46A0B84E83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_m9609991B2458EA3F522914F1166DEB355A808082_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0C2495D4AB02B8E45AE668DC8469A89E10FC9BBE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7A19532CA2619A8383020B0300DE05EDD07F7CB1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m88EC30C67C984B2A797218A6354B445ACE49A5FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m9348E8F21550362DF50EB6C7BF75D9D17CC0BF2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m951D6A0BC78F0CB3F5D417BDB8823D5B98D8A93E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mAF698C8DC3A38852CA616E307498B2A64FDE508B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC02D73EF9116163B18D34DF395C01A9D5307FAB8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDCD20ECD18192C74D6D935688072B9D5FA7CFBBE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m0D67A34EBD16C0CD003D1BC70239C3278B229B9B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m53BA266863A80D837FEE70D57DD3B6B3EC3A1E15_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m6BB22A4C3529F9B5F75B7BFF81DDABCD93F31521_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m322510E276084BEADA0127D9124B6184332618A2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m34D5D673CD0801242527501B0135F3A75D62D397_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m56CAFF658634D608ABFB179B988429C57FD6D7D4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_mE9D2B0953380313C292D4CA71E4DB239DF03A446_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NGraphics_GetMeshFactory_TisEllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_mEF422FD6C7CC1FB702B81FDBF487A243D06C4B39_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NGraphics_GetMeshFactory_TisPolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_mE90DEFCE8C08E73755B95B584C84ADD72623F8DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NGraphics_GetMeshFactory_TisRectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3_mF53CAED0182B4368565B49487CE731A5661A76F6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NGraphics_GetMeshFactory_TisRegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2_mDD3E6AF1873EEA0F8A8C9879DF30AB6DD7DAF488_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NGraphics_GetMeshFactory_TisRoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65_mB45A6A784160B337F9E6DBFAF289CEA853D12A14_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m14C234510865CCF1E3E4D08CDA1D48604738D516_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m795EFC9108634793E731E9D01EAC6AA8FEDF040A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mF87F7FF675E4B47A669B1FFDD9ADE758C6062A1B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectOfType_TisStageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_m141815358FD5C1037D415B5D9E4A3B5495018B4E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectOfType_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_m0B0D32B2E2FD7B07C65A49DF4EA3F82E86DA9F5A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane_Refresh_mAEA52EB7506C2380B15F03FBB55582A6E48CDC29_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane_TweenUpdate_m2266123AF8D01E7700A9DD19C3DA446B0BA11A3B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane___mouseWheel_mA53807E5C9F4DA59401BBE72E3258F3AAC9279F3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane___rollOut_mF3968CD5B5A73D2E1A5262BA11DE76D532A22172_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane___rollOver_m7195EE290A4A00B2126A4F67D0318E2A490E0AF6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane___touchBegin_mECE4EA65235D0C2B752DC536EC196142058D2918_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane___touchEnd_m5EDF3EC98719DABA1515147B88AD8CF4F135F443_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane___touchMove_m8010B73BE53BEC23FD44A9F02E2A2803088DF35D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScrollPane_onShowScrollBar_m2018F00DD6AABE142312576E0F8253A04370F190_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Shader_Find_m755654AA68D1C663A3E20A10E00CDC10F96C962B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_m076739D83963690B2900D93C3E77E3D5A15852B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m59E46DB6EEDC16BD83B94C3C4A2FE7F4B39714C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m4E5A8E43B6F86781E6D4E2CDFDE0B0B3C76FC822_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_mF6CBAE40D4F453D97B9CEA7C51F22DF72ABFD357_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stage_CompareZ_m221A3A690FC9C70B47EDE494A71A334450A69BA2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stage_OnFocusRemoved_m132D69AD6D46F7BAA72A536592D58635CF77629D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stage_RunTextureCollector_m415EA4CF3EC63482D4A8746B80AE02E53A502392_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stage_SceneManager_sceneLoaded_m8A303A2C4E02499F18C9026767C13FE858909B0B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SwipeGesture___touchBegin_mA539E1556572DEF1AEA024BE0B5133F385F5C189_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SwipeGesture___touchEnd_mC38C66EBBE87B3F5E1E5FF70F399C37E1FA691D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SwipeGesture___touchMove_mA541F252D1D2B0A0AB70E11AAB478AA77AE8C548_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_2__ctor_m1A80C4663EFD30F8CCD2C8DC1EDC304F244B62B3_RuntimeMethod_var;
IL2CPP_EXTERN_C const uint32_t GObject_get_draggingObject_m07AA385ADF9B1F463B6AB0E74DFA8199961EA15BAssemblyU2DCSharp5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LineInfo_Borrow_mE5AE779597E8FCD1EBF6271990EBC19663E37283_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LineInfo_Return_m293BAC9A1EC7C8C8E2635C63BA918BD5223D637F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LineInfo_Return_mB58BC76106A5342281AA33ACB4DC5C2C418EB963_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LineInfo__cctor_m6DDD3399AC878C91E5F7111A780C3B622138F936_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_AdjustMaskContainer_mABDAEFF3ABABC08845452A31CC07E8F41848108D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_AlignByPage_mED68DA67E4ECCBC9F84C08F60DAAA083933E76F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_CancelDragging_mADB9ED09B699223060E0CEBC47EC467F38D2A484_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_CheckRefreshBar_m910EA8B2E99DE165D58B63499C18F0DF7BEEDA11_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_Dispose_mB959D87A201EFF00FE74D1D282540520CD1195E5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_FixDuration_m84505CEFCDDF5E9A1AF18B00385398FE8F32FF6F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_GetLoopPartSize_m15E5E03C1D5D6B76A429CF75D0BB3A2564F00E4E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_HandleSizeChanged_m2B3450DC6D41210CFA2E6CD7E1266F0055C36C3E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_KillTween_mDE389CA248DAFA3275CA102C33AA1D3871BB7FD7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_LockFooter_mD97B71BEE7B7157AD3C40556AF60E1153A288AC1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_LockHeader_mEFAC37E4AD3AD942664D81CC1100C4C0163E7AFD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_LoopCheckingNewPos_mA80756C95EFADD5D0B6495C5AC0494B69EEC032B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_PosChanged_mA1DE1B4F15A4FF153A13F48376C51C81FC7F66D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_Refresh2_m69F99FB676F1CFD5757C59586635E12193165186_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_Refresh_mAEA52EB7506C2380B15F03FBB55582A6E48CDC29_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_RunTween_m10E9ADF043FAFE46AE2A73B809244A64ED57CC09_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_ScrollToView_m20BE2E03AE95EA0FB78FBE1D736533858755D844_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_SetContentSize_m0612D4F5C65A3B508D1956B022C076FF7D19F4A1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_SetPercX_mCF58EA9333E9F684E3655B00632D3E69931237C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_SetPercY_m96AA4A99EC6C1EEA0500E303FCB3DEF675487D67_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_SetSize_m128D62A27DEADB4DF7F5F36DBCE04F715B89C845_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_Setup_m9212A8C71B263A54852127A2192F18026FAE5199_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_ShowScrollBar_m08F50827FBA397ABAD1AB81CFF685CB4837B1EB7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_SyncScrollBar_mDCE6397C774EF3164BE0234CC05C693D233F3C09_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_TweenUpdate_m2266123AF8D01E7700A9DD19C3DA446B0BA11A3B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_UpdateClipSoft_m2B4155B99B59A2DEC480E1C7824E6CDCE92E9D1D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_UpdateTargetAndDuration_m07F80817283CDF8B9EFDDB636D4FCFE208D3CFBC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_UpdateTargetAndDuration_mDE19CCD80EF7E024FA6F10EC2147D8DB17D3CF53_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane___mouseWheel_mA53807E5C9F4DA59401BBE72E3258F3AAC9279F3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane___touchBegin_mECE4EA65235D0C2B752DC536EC196142058D2918_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane___touchEnd_m5EDF3EC98719DABA1515147B88AD8CF4F135F443_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane___touchMove_m8010B73BE53BEC23FD44A9F02E2A2803088DF35D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane__ctor_m327D924988C69C64D7422AF98A3297197D15CCF3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_get_currentPageX_m458B1DFCB254891774D0999E29849D79B50CB2ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_get_currentPageY_m0799CFD622C420DBFF14D4C33AA782529594AFF3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_get_draggingPane_m230992ABE2213E9E83F539A00E1F7DA44BC864B4AssemblyU2DCSharp5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_get_draggingPane_m230992ABE2213E9E83F539A00E1F7DA44BC864B4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_get_onPullDownRelease_m8922AB756B13CA5CD5C9A9615676B29AE42AB5F5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_get_onPullUpRelease_m967B9C14FD7DC44C744677519DCF56CDD99C770C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_get_onScrollEnd_m22DCC477C883AFA069FB0D59E45E0F637FA74E18_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_get_onScroll_mD2E553A569AFD667003BF5410F058EEAF0B858A7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_get_scrollingPosX_mB951A38934ED55486264BC9FB223C9632585B5B3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_get_scrollingPosY_m3FD374B0E3E9C3DA57F74C4D5B1B1EB709ADC7D8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_onShowScrollBar_m2018F00DD6AABE142312576E0F8253A04370F190_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_set_draggingPane_mA6D164EFBF8EAAF81AA87657DCE8DD3ACB13509AAssemblyU2DCSharp5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_set_draggingPane_mA6D164EFBF8EAAF81AA87657DCE8DD3ACB13509A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ScrollPane_set_scrollStep_m098B1B85F2531570E34153298D5B8C5F926DDD8C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SelectionShape_Clear_mFB6308DD032EC054D228AB847388F64B8BED5235_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SelectionShape_HitTest_m09FC3784DC9B5114948B84191DD486068F0A171D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SelectionShape_OnPopulateMesh_m48CABEF3A40307F25FE9403C588367C660DA39C4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SelectionShape_Refresh_mB7D9E6C378DFB5890971FB0F5F516CB05C764FB4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SelectionShape__ctor_m7BF2A72A7A27D1E24392038853C2FD193E0AB9A1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ShaderConfig_GetShader_m1812ED53E63F6F775C1DEDB2560DB03087CD2743_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ShaderConfig_InitPropertyIDs_mF9BE803217725979A84D94F117A45CF27ED371E0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ShaderConfig__cctor_m9F8A82C0619A7DC5551B7975F58C7F415B94A389_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ShaderConfig_get_propertyIDs_m1563F4B2E2B3C46FACA105C91348BEA5D8EDFF48_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Shape_DrawEllipse_m74F2720051D287E99F2DE65FABA7BE988C59C5AA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Shape_DrawEllipse_m9B21625641010EC6DBA9B31CB56D6E8000D12407_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Shape_DrawPolygon_m1B456BDC1E886019764EEA3B05B97A4F0D112757_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Shape_DrawPolygon_mF061C3D4E4736CD14139FBC4C322F542A81285A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Shape_DrawRect_m93777CF18C9B41B56BF2AA2E0084F4AA9DE9DFE3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Shape_DrawRect_mC78DED29706350AD4C496D5ECCDA863BE0AA6364_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Shape_DrawRegularPolygon_mAFBCA689F7460AD32BD10CAAC7C2148C676854EC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Shape_DrawRoundRect_m6FEF72AE9EB2D7961CCF0D74542F26DBDA7C0541_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Shape_HitTest_m50B25C09B46EBB152A8C32B14DE90526BC70B06B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Shape__ctor_mC1057F9F148C74E7C3085899283E10B9C38126F6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StageCamera_CheckCaptureCamera_mDFDFE01E0D58B5FC495C7E90D8D0BF036D9BE63A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StageCamera_CheckMainCamera_m67591CF0F7B918E2856BF524937034A4A07442CF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StageCamera_CreateCamera_m6908F6DF2349EFBEA0DFFFB958D0294233073A59_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StageCamera_OnEnable_m270C75BDEBCCFB73BB7E5615F6678663958A755E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StageCamera_OnRenderObject_mE10D96DD58038D905D642BD4BF6EC23EC04D453F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StageCamera_OnScreenSizeChanged_m9715BD658D80C066F73CE4E50B53B1D2B25DF029_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StageCamera__cctor_m77A7D0F5C1548A3B1C23DD7554D581A89FE4F309_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StageEngine_LateUpdate_m6A6D4EB7A0D4F899124E7674FE6445CCCD769F76_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StageEngine_OnApplicationQuit_mA13D2FE5DEF243C765117C87681ABEE253E29F9E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_AddTouchMonitor_mE7D5212D24C10DA2D694534B72636D9F1C4C261C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_ApplyPanelOrder_mE83ABCE9CAB57AFBBE931677D47EB3DA359F4080_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_CloseKeyboard_m942AC818912316F1AC592FA899CC387A5D1AF098_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_CompareZ_m221A3A690FC9C70B47EDE494A71A334450A69BA2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_CreatePoolManager_mBD96FD1A4C795582FEE889339B558B26EF446B81_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_DisableSound_m0937F636FCAEEA4D45451E686E62EFFE1491D4CB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_Dispose_mDFD6197A172BCD56F868A54D2E83CDCF738FC46F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_EnableSound_mB6AF53AF18FE3A9A52A085302ABF3DAE3B71D302_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_GetAllTouch_m0B2CCB0588A4EAAD228B6FDB913AA575383274A0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_GetHitTarget_m9316799F94B6FCACFCAEFE6167B543FE24E8E6C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_HandleCustomInput_m46D4A60C756F9D1B6F81387734F51C8A62B58ED3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_HandleEvents_m6D359C697054CD3CAC056E562DE4C2A683C6D6F3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_HandleGUIEvents_m1174E2A5BB463A7CF2D29CC73D3A6411151DBD03_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_HandleMouseEvents_m3048FC0F7A1C07CB1061C9B700C36BC57776BF2A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_HandleRollOver_mC2A0C9E8B5E9179FFED5490AEE4794DA1012E40E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_HandleScreenSizeChanged_m3C737B5ABF81E98B8A33E256987F4ACCDBB7EDB2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_HandleTextInput_m5A8FDB719A744D71724947ABA5E593A6253850EE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_HandleTouchEvents_m31FD77E57AFFD801BB027F6EC459B39590A69D23_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_Instantiate_m381716F52012BC81025BBE16432E33225DE53E5A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_InternalUpdate_m3840A1AF4B34E8CC20F9278AC468A098531CDB54_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_MonitorTexture_m628E3A7420288F33DA365C410E866D339585D281_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_OnFocusRemoved_m132D69AD6D46F7BAA72A536592D58635CF77629D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_OpenKeyboard_m261DC6D7CC51A94F3A124CBD436192823582C113_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_PlayOneShotSound_m4542A86B824AAF8116EAB9CF9D2027495AB70363_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_PlayOneShotSound_mA29219A0BE1BCD00E7E78ED88D8FBF4B2760ED1E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_RemoveTouchMonitor_m78197863E10455FA99BB3E6FDF57AAEABA18C447_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_RunTextureCollector_m415EA4CF3EC63482D4A8746B80AE02E53A502392_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_SceneManager_sceneLoaded_m8A303A2C4E02499F18C9026767C13FE858909B0B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_SetCustomInput_m7A1D23BB07E645074CCD36B4D792D3901545FC88_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_SetCustomInput_mFB694ABC678FD1946037380985A34AAB3CDC1AAB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_SortWorldSpacePanelsByZOrder_m7D77A8C2AF31B95466821E34B858B3326B49F05D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_UpdateTouchPosition_mD362D1AD2647EE5EA82FFB58A7645EC78A891C3C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage__ctor_m8CCBCE3E74E32FE54EA5AA4867FD0DCB90C939A9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_get_isTouchOnUI_mA1DB9B317EA7B0F48231BA1D69EA139CBFF6C084_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_get_keyboardInput_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6AssemblyU2DCSharp5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_get_keyboardInput_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_get_keyboard_m3C66B24975FA0C703F6ACE90A559668F61D750E1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_get_onStageResized_m7BBF34B8B31204A50651CE5BC7A9BDA295466054_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0CAssemblyU2DCSharp5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_set_focus_m24A5FC575D52982936135BBD7E91EC05F7F0C864_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_set_keyboardInput_m77FFB7C0ADC9274F7C4B36A460A9494E8C07D915AssemblyU2DCSharp5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_set_keyboardInput_m77FFB7C0ADC9274F7C4B36A460A9494E8C07D915_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_set_keyboard_m3CE0620485EEB99CB6507001E5151BC2C8BFC9F5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_set_touchScreen_m5D4F9419C7DB012DA9A362178A15D529B7ABFDF9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StencilEraser__ctor_m2C2E662961A55EFE927B9DF16BB5892C38956144_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SwipeGesture_Enable_m711666734AF4BB568E9C734883226A3E49E72591_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SwipeGesture___touchBegin_mA539E1556572DEF1AEA024BE0B5133F385F5C189_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SwipeGesture___touchEnd_mC38C66EBBE87B3F5E1E5FF70F399C37E1FA691D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SwipeGesture___touchMove_mA541F252D1D2B0A0AB70E11AAB478AA77AE8C548_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SwipeGesture__cctor_mC5A5B8306037E383112A991339F72750EE7DE692_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SwipeGesture__ctor_m4A4F8B8B29B436827E40BA8CADE7159C433BACC6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextField_ApplyVertAlign_m7AFC5D47C6D190FB937422731F523DD4984ED180_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextField_BuildLines2_mE868249BB54EC7A129B5C1C944C19B3CD5C191F6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextField_BuildLines_mA58681B9EBC130E869D64C23020C86246F792732_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextField_Cleanup_m69C55609150DE07D2C393BC62A7C3A13343EBE12_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextField_DoShrink_mFFBDC22532B243E7BBC248324DCAC4F584392059_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextField_EnableCharPositionSupport_mC7182B6CF7CBD058F6DF55173C938F6A87C84C0A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextField_EnableRichSupport_m5CB5F24035FB5333E87A0991792C5654751E4AC8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextField_GetLinesShape_mE96961E9FABF7C6D121E10F234168EC3028ACC23_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextField_OnPopulateMesh_m1E3A4CB6D077EB074E106A57F99FF9B0309D1F1C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextField_ParseText_mBD675EBB33D1F72BA128E7C62A59CD5090AECCA3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextField_ParseText_mC7E2FEE8375CCA50CC4BF4A179F5E67BFAAF6F24_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextField_Redraw_mDCF332C7214C3EE82AF96B9D3BE1947F5B51BBEA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextField_RequestText_m89AD901F866F3A77BBE3E3045EDDDF559CBEF2A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextField__cctor_m7870FBB3B59F7EE198674B8228BD5E4B2269C574_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextField__ctor_m1D9B2A3ED7DD99D682A82F9F7001E70CE960DF81_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextField_set_textFormat_m3004FA1A1F7040C069C91F4B85B54226506E3C71_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TextFormat_CopyFrom_m816BAB489A4B29D54D667B938B971743B057DADB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Timers_Add_m6C86B89769E37B0C8315CAE339E253C040C2519F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Timers_Exists_m2783E42A561AC48351942FBC10282EA70132ECFF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Timers_GetFromPool_m814732D8CECBFA8FBC1C1CF1F2B4CC31B087D0A8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Timers_ReturnToPool_m00392B801FB4D8CE09C1598EF374E3C5397131D6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Timers_Update_mF446CD2CF2D25CBE7CA64D202C6F68D453F01A12_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Timers__ctor_mFA72B35D7F504EC9FD26C9CC66028CBB5C2CEA45_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D_MetadataUsageId;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
struct DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9;
struct RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B;
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6;
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28;
struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
// FairyGUI.Anymous_T
struct Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 : public RuntimeObject
{
public:
// System.Single FairyGUI.Anymous_T::interval
float ___interval_0;
// System.Int32 FairyGUI.Anymous_T::repeat
int32_t ___repeat_1;
// FairyGUI.TimerCallback FairyGUI.Anymous_T::callback
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback_2;
// System.Object FairyGUI.Anymous_T::param
RuntimeObject * ___param_3;
// System.Single FairyGUI.Anymous_T::elapsed
float ___elapsed_4;
// System.Boolean FairyGUI.Anymous_T::deleted
bool ___deleted_5;
public:
inline static int32_t get_offset_of_interval_0() { return static_cast<int32_t>(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___interval_0)); }
inline float get_interval_0() const { return ___interval_0; }
inline float* get_address_of_interval_0() { return &___interval_0; }
inline void set_interval_0(float value)
{
___interval_0 = value;
}
inline static int32_t get_offset_of_repeat_1() { return static_cast<int32_t>(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___repeat_1)); }
inline int32_t get_repeat_1() const { return ___repeat_1; }
inline int32_t* get_address_of_repeat_1() { return &___repeat_1; }
inline void set_repeat_1(int32_t value)
{
___repeat_1 = value;
}
inline static int32_t get_offset_of_callback_2() { return static_cast<int32_t>(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___callback_2)); }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * get_callback_2() const { return ___callback_2; }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 ** get_address_of_callback_2() { return &___callback_2; }
inline void set_callback_2(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * value)
{
___callback_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___callback_2), (void*)value);
}
inline static int32_t get_offset_of_param_3() { return static_cast<int32_t>(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___param_3)); }
inline RuntimeObject * get_param_3() const { return ___param_3; }
inline RuntimeObject ** get_address_of_param_3() { return &___param_3; }
inline void set_param_3(RuntimeObject * value)
{
___param_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___param_3), (void*)value);
}
inline static int32_t get_offset_of_elapsed_4() { return static_cast<int32_t>(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___elapsed_4)); }
inline float get_elapsed_4() const { return ___elapsed_4; }
inline float* get_address_of_elapsed_4() { return &___elapsed_4; }
inline void set_elapsed_4(float value)
{
___elapsed_4 = value;
}
inline static int32_t get_offset_of_deleted_5() { return static_cast<int32_t>(offsetof(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4, ___deleted_5)); }
inline bool get_deleted_5() const { return ___deleted_5; }
inline bool* get_address_of_deleted_5() { return &___deleted_5; }
inline void set_deleted_5(bool value)
{
___deleted_5 = value;
}
};
// 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.Emoji
struct Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583 : public RuntimeObject
{
public:
// System.String FairyGUI.Emoji::url
String_t* ___url_0;
// System.Int32 FairyGUI.Emoji::width
int32_t ___width_1;
// System.Int32 FairyGUI.Emoji::height
int32_t ___height_2;
public:
inline static int32_t get_offset_of_url_0() { return static_cast<int32_t>(offsetof(Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583, ___url_0)); }
inline String_t* get_url_0() const { return ___url_0; }
inline String_t** get_address_of_url_0() { return &___url_0; }
inline void set_url_0(String_t* value)
{
___url_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___url_0), (void*)value);
}
inline static int32_t get_offset_of_width_1() { return static_cast<int32_t>(offsetof(Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583, ___width_1)); }
inline int32_t get_width_1() const { return ___width_1; }
inline int32_t* get_address_of_width_1() { return &___width_1; }
inline void set_width_1(int32_t value)
{
___width_1 = value;
}
inline static int32_t get_offset_of_height_2() { return static_cast<int32_t>(offsetof(Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583, ___height_2)); }
inline int32_t get_height_2() const { return ___height_2; }
inline int32_t* get_address_of_height_2() { return &___height_2; }
inline void set_height_2(int32_t value)
{
___height_2 = value;
}
};
// FairyGUI.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.ShaderConfig
struct ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A : public RuntimeObject
{
public:
public:
};
struct ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields
{
public:
// FairyGUI.ShaderConfig_GetFunction FairyGUI.ShaderConfig::Get
GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * ___Get_0;
// System.String FairyGUI.ShaderConfig::imageShader
String_t* ___imageShader_1;
// System.String FairyGUI.ShaderConfig::textShader
String_t* ___textShader_2;
// System.String FairyGUI.ShaderConfig::bmFontShader
String_t* ___bmFontShader_3;
// FairyGUI.ShaderConfig_PropertyIDs FairyGUI.ShaderConfig::_properyIDs
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * ____properyIDs_4;
public:
inline static int32_t get_offset_of_Get_0() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ___Get_0)); }
inline GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * get_Get_0() const { return ___Get_0; }
inline GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA ** get_address_of_Get_0() { return &___Get_0; }
inline void set_Get_0(GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * value)
{
___Get_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Get_0), (void*)value);
}
inline static int32_t get_offset_of_imageShader_1() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ___imageShader_1)); }
inline String_t* get_imageShader_1() const { return ___imageShader_1; }
inline String_t** get_address_of_imageShader_1() { return &___imageShader_1; }
inline void set_imageShader_1(String_t* value)
{
___imageShader_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___imageShader_1), (void*)value);
}
inline static int32_t get_offset_of_textShader_2() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ___textShader_2)); }
inline String_t* get_textShader_2() const { return ___textShader_2; }
inline String_t** get_address_of_textShader_2() { return &___textShader_2; }
inline void set_textShader_2(String_t* value)
{
___textShader_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___textShader_2), (void*)value);
}
inline static int32_t get_offset_of_bmFontShader_3() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ___bmFontShader_3)); }
inline String_t* get_bmFontShader_3() const { return ___bmFontShader_3; }
inline String_t** get_address_of_bmFontShader_3() { return &___bmFontShader_3; }
inline void set_bmFontShader_3(String_t* value)
{
___bmFontShader_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bmFontShader_3), (void*)value);
}
inline static int32_t get_offset_of__properyIDs_4() { return static_cast<int32_t>(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ____properyIDs_4)); }
inline PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * get__properyIDs_4() const { return ____properyIDs_4; }
inline PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 ** get_address_of__properyIDs_4() { return &____properyIDs_4; }
inline void set__properyIDs_4(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * value)
{
____properyIDs_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____properyIDs_4), (void*)value);
}
};
// FairyGUI.ShaderConfig_PropertyIDs
struct PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 : public RuntimeObject
{
public:
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ClipBox
int32_t ____ClipBox_0;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ClipSoftness
int32_t ____ClipSoftness_1;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_AlphaTex
int32_t ____AlphaTex_2;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_StencilComp
int32_t ____StencilComp_3;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_Stencil
int32_t ____Stencil_4;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_StencilOp
int32_t ____StencilOp_5;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_StencilReadMask
int32_t ____StencilReadMask_6;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ColorMask
int32_t ____ColorMask_7;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ColorMatrix
int32_t ____ColorMatrix_8;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ColorOffset
int32_t ____ColorOffset_9;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_BlendSrcFactor
int32_t ____BlendSrcFactor_10;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_BlendDstFactor
int32_t ____BlendDstFactor_11;
// System.Int32 FairyGUI.ShaderConfig_PropertyIDs::_ColorOption
int32_t ____ColorOption_12;
public:
inline static int32_t get_offset_of__ClipBox_0() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ClipBox_0)); }
inline int32_t get__ClipBox_0() const { return ____ClipBox_0; }
inline int32_t* get_address_of__ClipBox_0() { return &____ClipBox_0; }
inline void set__ClipBox_0(int32_t value)
{
____ClipBox_0 = value;
}
inline static int32_t get_offset_of__ClipSoftness_1() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ClipSoftness_1)); }
inline int32_t get__ClipSoftness_1() const { return ____ClipSoftness_1; }
inline int32_t* get_address_of__ClipSoftness_1() { return &____ClipSoftness_1; }
inline void set__ClipSoftness_1(int32_t value)
{
____ClipSoftness_1 = value;
}
inline static int32_t get_offset_of__AlphaTex_2() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____AlphaTex_2)); }
inline int32_t get__AlphaTex_2() const { return ____AlphaTex_2; }
inline int32_t* get_address_of__AlphaTex_2() { return &____AlphaTex_2; }
inline void set__AlphaTex_2(int32_t value)
{
____AlphaTex_2 = value;
}
inline static int32_t get_offset_of__StencilComp_3() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____StencilComp_3)); }
inline int32_t get__StencilComp_3() const { return ____StencilComp_3; }
inline int32_t* get_address_of__StencilComp_3() { return &____StencilComp_3; }
inline void set__StencilComp_3(int32_t value)
{
____StencilComp_3 = value;
}
inline static int32_t get_offset_of__Stencil_4() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____Stencil_4)); }
inline int32_t get__Stencil_4() const { return ____Stencil_4; }
inline int32_t* get_address_of__Stencil_4() { return &____Stencil_4; }
inline void set__Stencil_4(int32_t value)
{
____Stencil_4 = value;
}
inline static int32_t get_offset_of__StencilOp_5() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____StencilOp_5)); }
inline int32_t get__StencilOp_5() const { return ____StencilOp_5; }
inline int32_t* get_address_of__StencilOp_5() { return &____StencilOp_5; }
inline void set__StencilOp_5(int32_t value)
{
____StencilOp_5 = value;
}
inline static int32_t get_offset_of__StencilReadMask_6() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____StencilReadMask_6)); }
inline int32_t get__StencilReadMask_6() const { return ____StencilReadMask_6; }
inline int32_t* get_address_of__StencilReadMask_6() { return &____StencilReadMask_6; }
inline void set__StencilReadMask_6(int32_t value)
{
____StencilReadMask_6 = value;
}
inline static int32_t get_offset_of__ColorMask_7() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ColorMask_7)); }
inline int32_t get__ColorMask_7() const { return ____ColorMask_7; }
inline int32_t* get_address_of__ColorMask_7() { return &____ColorMask_7; }
inline void set__ColorMask_7(int32_t value)
{
____ColorMask_7 = value;
}
inline static int32_t get_offset_of__ColorMatrix_8() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ColorMatrix_8)); }
inline int32_t get__ColorMatrix_8() const { return ____ColorMatrix_8; }
inline int32_t* get_address_of__ColorMatrix_8() { return &____ColorMatrix_8; }
inline void set__ColorMatrix_8(int32_t value)
{
____ColorMatrix_8 = value;
}
inline static int32_t get_offset_of__ColorOffset_9() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ColorOffset_9)); }
inline int32_t get__ColorOffset_9() const { return ____ColorOffset_9; }
inline int32_t* get_address_of__ColorOffset_9() { return &____ColorOffset_9; }
inline void set__ColorOffset_9(int32_t value)
{
____ColorOffset_9 = value;
}
inline static int32_t get_offset_of__BlendSrcFactor_10() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____BlendSrcFactor_10)); }
inline int32_t get__BlendSrcFactor_10() const { return ____BlendSrcFactor_10; }
inline int32_t* get_address_of__BlendSrcFactor_10() { return &____BlendSrcFactor_10; }
inline void set__BlendSrcFactor_10(int32_t value)
{
____BlendSrcFactor_10 = value;
}
inline static int32_t get_offset_of__BlendDstFactor_11() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____BlendDstFactor_11)); }
inline int32_t get__BlendDstFactor_11() const { return ____BlendDstFactor_11; }
inline int32_t* get_address_of__BlendDstFactor_11() { return &____BlendDstFactor_11; }
inline void set__BlendDstFactor_11(int32_t value)
{
____BlendDstFactor_11 = value;
}
inline static int32_t get_offset_of__ColorOption_12() { return static_cast<int32_t>(offsetof(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71, ____ColorOption_12)); }
inline int32_t get__ColorOption_12() const { return ____ColorOption_12; }
inline int32_t* get_address_of__ColorOption_12() { return &____ColorOption_12; }
inline void set__ColorOption_12(int32_t value)
{
____ColorOption_12 = value;
}
};
// FairyGUI.Stats
struct Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0 : public RuntimeObject
{
public:
public:
};
struct Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields
{
public:
// System.Int32 FairyGUI.Stats::ObjectCount
int32_t ___ObjectCount_0;
// System.Int32 FairyGUI.Stats::GraphicsCount
int32_t ___GraphicsCount_1;
// System.Int32 FairyGUI.Stats::LatestObjectCreation
int32_t ___LatestObjectCreation_2;
// System.Int32 FairyGUI.Stats::LatestGraphicsCreation
int32_t ___LatestGraphicsCreation_3;
public:
inline static int32_t get_offset_of_ObjectCount_0() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___ObjectCount_0)); }
inline int32_t get_ObjectCount_0() const { return ___ObjectCount_0; }
inline int32_t* get_address_of_ObjectCount_0() { return &___ObjectCount_0; }
inline void set_ObjectCount_0(int32_t value)
{
___ObjectCount_0 = value;
}
inline static int32_t get_offset_of_GraphicsCount_1() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___GraphicsCount_1)); }
inline int32_t get_GraphicsCount_1() const { return ___GraphicsCount_1; }
inline int32_t* get_address_of_GraphicsCount_1() { return &___GraphicsCount_1; }
inline void set_GraphicsCount_1(int32_t value)
{
___GraphicsCount_1 = value;
}
inline static int32_t get_offset_of_LatestObjectCreation_2() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___LatestObjectCreation_2)); }
inline int32_t get_LatestObjectCreation_2() const { return ___LatestObjectCreation_2; }
inline int32_t* get_address_of_LatestObjectCreation_2() { return &___LatestObjectCreation_2; }
inline void set_LatestObjectCreation_2(int32_t value)
{
___LatestObjectCreation_2 = value;
}
inline static int32_t get_offset_of_LatestGraphicsCreation_3() { return static_cast<int32_t>(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___LatestGraphicsCreation_3)); }
inline int32_t get_LatestGraphicsCreation_3() const { return ___LatestGraphicsCreation_3; }
inline int32_t* get_address_of_LatestGraphicsCreation_3() { return &___LatestGraphicsCreation_3; }
inline void set_LatestGraphicsCreation_3(int32_t value)
{
___LatestGraphicsCreation_3 = value;
}
};
// FairyGUI.StencilEraser
struct StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B : public RuntimeObject
{
public:
// UnityEngine.GameObject FairyGUI.StencilEraser::gameObject
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___gameObject_0;
// UnityEngine.MeshFilter FairyGUI.StencilEraser::meshFilter
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * ___meshFilter_1;
// UnityEngine.MeshRenderer FairyGUI.StencilEraser::meshRenderer
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * ___meshRenderer_2;
public:
inline static int32_t get_offset_of_gameObject_0() { return static_cast<int32_t>(offsetof(StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B, ___gameObject_0)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_gameObject_0() const { return ___gameObject_0; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_gameObject_0() { return &___gameObject_0; }
inline void set_gameObject_0(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___gameObject_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gameObject_0), (void*)value);
}
inline static int32_t get_offset_of_meshFilter_1() { return static_cast<int32_t>(offsetof(StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B, ___meshFilter_1)); }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * get_meshFilter_1() const { return ___meshFilter_1; }
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 ** get_address_of_meshFilter_1() { return &___meshFilter_1; }
inline void set_meshFilter_1(MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * value)
{
___meshFilter_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___meshFilter_1), (void*)value);
}
inline static int32_t get_offset_of_meshRenderer_2() { return static_cast<int32_t>(offsetof(StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B, ___meshRenderer_2)); }
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * get_meshRenderer_2() const { return ___meshRenderer_2; }
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED ** get_address_of_meshRenderer_2() { return &___meshRenderer_2; }
inline void set_meshRenderer_2(MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * value)
{
___meshRenderer_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___meshRenderer_2), (void*)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.TextField_LineInfo
struct LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F : public RuntimeObject
{
public:
// System.Single FairyGUI.TextField_LineInfo::width
float ___width_0;
// System.Single FairyGUI.TextField_LineInfo::height
float ___height_1;
// System.Single FairyGUI.TextField_LineInfo::textHeight
float ___textHeight_2;
// System.Int32 FairyGUI.TextField_LineInfo::charIndex
int32_t ___charIndex_3;
// System.Int16 FairyGUI.TextField_LineInfo::charCount
int16_t ___charCount_4;
// System.Single FairyGUI.TextField_LineInfo::y
float ___y_5;
// System.Single FairyGUI.TextField_LineInfo::y2
float ___y2_6;
public:
inline static int32_t get_offset_of_width_0() { return static_cast<int32_t>(offsetof(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F, ___width_0)); }
inline float get_width_0() const { return ___width_0; }
inline float* get_address_of_width_0() { return &___width_0; }
inline void set_width_0(float value)
{
___width_0 = value;
}
inline static int32_t get_offset_of_height_1() { return static_cast<int32_t>(offsetof(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F, ___height_1)); }
inline float get_height_1() const { return ___height_1; }
inline float* get_address_of_height_1() { return &___height_1; }
inline void set_height_1(float value)
{
___height_1 = value;
}
inline static int32_t get_offset_of_textHeight_2() { return static_cast<int32_t>(offsetof(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F, ___textHeight_2)); }
inline float get_textHeight_2() const { return ___textHeight_2; }
inline float* get_address_of_textHeight_2() { return &___textHeight_2; }
inline void set_textHeight_2(float value)
{
___textHeight_2 = value;
}
inline static int32_t get_offset_of_charIndex_3() { return static_cast<int32_t>(offsetof(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F, ___charIndex_3)); }
inline int32_t get_charIndex_3() const { return ___charIndex_3; }
inline int32_t* get_address_of_charIndex_3() { return &___charIndex_3; }
inline void set_charIndex_3(int32_t value)
{
___charIndex_3 = value;
}
inline static int32_t get_offset_of_charCount_4() { return static_cast<int32_t>(offsetof(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F, ___charCount_4)); }
inline int16_t get_charCount_4() const { return ___charCount_4; }
inline int16_t* get_address_of_charCount_4() { return &___charCount_4; }
inline void set_charCount_4(int16_t value)
{
___charCount_4 = value;
}
inline static int32_t get_offset_of_y_5() { return static_cast<int32_t>(offsetof(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F, ___y_5)); }
inline float get_y_5() const { return ___y_5; }
inline float* get_address_of_y_5() { return &___y_5; }
inline void set_y_5(float value)
{
___y_5 = value;
}
inline static int32_t get_offset_of_y2_6() { return static_cast<int32_t>(offsetof(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F, ___y2_6)); }
inline float get_y2_6() const { return ___y2_6; }
inline float* get_address_of_y2_6() { return &___y2_6; }
inline void set_y2_6(float value)
{
___y2_6 = value;
}
};
struct LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_StaticFields
{
public:
// System.Collections.Generic.Stack`1<FairyGUI.TextField_LineInfo> FairyGUI.TextField_LineInfo::pool
Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 * ___pool_7;
public:
inline static int32_t get_offset_of_pool_7() { return static_cast<int32_t>(offsetof(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_StaticFields, ___pool_7)); }
inline Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 * get_pool_7() const { return ___pool_7; }
inline Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 ** get_address_of_pool_7() { return &___pool_7; }
inline void set_pool_7(Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 * value)
{
___pool_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pool_7), (void*)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.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.HtmlLink
struct HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 : public RuntimeObject
{
public:
// FairyGUI.RichTextField FairyGUI.Utils.HtmlLink::_owner
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ____owner_0;
// FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlLink::_element
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ____element_1;
// FairyGUI.SelectionShape FairyGUI.Utils.HtmlLink::_shape
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * ____shape_2;
// FairyGUI.EventCallback1 FairyGUI.Utils.HtmlLink::_clickHandler
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____clickHandler_3;
// FairyGUI.EventCallback1 FairyGUI.Utils.HtmlLink::_rolloverHandler
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____rolloverHandler_4;
// FairyGUI.EventCallback0 FairyGUI.Utils.HtmlLink::_rolloutHandler
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____rolloutHandler_5;
public:
inline static int32_t get_offset_of__owner_0() { return static_cast<int32_t>(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____owner_0)); }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * get__owner_0() const { return ____owner_0; }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 ** get_address_of__owner_0() { return &____owner_0; }
inline void set__owner_0(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * value)
{
____owner_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____owner_0), (void*)value);
}
inline static int32_t get_offset_of__element_1() { return static_cast<int32_t>(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____element_1)); }
inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * get__element_1() const { return ____element_1; }
inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E ** get_address_of__element_1() { return &____element_1; }
inline void set__element_1(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * value)
{
____element_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____element_1), (void*)value);
}
inline static int32_t get_offset_of__shape_2() { return static_cast<int32_t>(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____shape_2)); }
inline SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * get__shape_2() const { return ____shape_2; }
inline SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 ** get_address_of__shape_2() { return &____shape_2; }
inline void set__shape_2(SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * value)
{
____shape_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____shape_2), (void*)value);
}
inline static int32_t get_offset_of__clickHandler_3() { return static_cast<int32_t>(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____clickHandler_3)); }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__clickHandler_3() const { return ____clickHandler_3; }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__clickHandler_3() { return &____clickHandler_3; }
inline void set__clickHandler_3(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
{
____clickHandler_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____clickHandler_3), (void*)value);
}
inline static int32_t get_offset_of__rolloverHandler_4() { return static_cast<int32_t>(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____rolloverHandler_4)); }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__rolloverHandler_4() const { return ____rolloverHandler_4; }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__rolloverHandler_4() { return &____rolloverHandler_4; }
inline void set__rolloverHandler_4(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
{
____rolloverHandler_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rolloverHandler_4), (void*)value);
}
inline static int32_t get_offset_of__rolloutHandler_5() { return static_cast<int32_t>(offsetof(HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5, ____rolloutHandler_5)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__rolloutHandler_5() const { return ____rolloutHandler_5; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__rolloutHandler_5() { return &____rolloutHandler_5; }
inline void set__rolloutHandler_5(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____rolloutHandler_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rolloutHandler_5), (void*)value);
}
};
// FairyGUI.Utils.HtmlParser
struct HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlParser_TextFormat2> FairyGUI.Utils.HtmlParser::_textFormatStack
List_1_t4560191C672D03870FD13008AEE68190DE623133 * ____textFormatStack_1;
// System.Int32 FairyGUI.Utils.HtmlParser::_textFormatStackTop
int32_t ____textFormatStackTop_2;
// FairyGUI.Utils.HtmlParser_TextFormat2 FairyGUI.Utils.HtmlParser::_format
TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * ____format_3;
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement> FairyGUI.Utils.HtmlParser::_elements
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * ____elements_4;
// FairyGUI.Utils.HtmlParseOptions FairyGUI.Utils.HtmlParser::_defaultOptions
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * ____defaultOptions_5;
public:
inline static int32_t get_offset_of__textFormatStack_1() { return static_cast<int32_t>(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826, ____textFormatStack_1)); }
inline List_1_t4560191C672D03870FD13008AEE68190DE623133 * get__textFormatStack_1() const { return ____textFormatStack_1; }
inline List_1_t4560191C672D03870FD13008AEE68190DE623133 ** get_address_of__textFormatStack_1() { return &____textFormatStack_1; }
inline void set__textFormatStack_1(List_1_t4560191C672D03870FD13008AEE68190DE623133 * value)
{
____textFormatStack_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____textFormatStack_1), (void*)value);
}
inline static int32_t get_offset_of__textFormatStackTop_2() { return static_cast<int32_t>(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826, ____textFormatStackTop_2)); }
inline int32_t get__textFormatStackTop_2() const { return ____textFormatStackTop_2; }
inline int32_t* get_address_of__textFormatStackTop_2() { return &____textFormatStackTop_2; }
inline void set__textFormatStackTop_2(int32_t value)
{
____textFormatStackTop_2 = value;
}
inline static int32_t get_offset_of__format_3() { return static_cast<int32_t>(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826, ____format_3)); }
inline TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * get__format_3() const { return ____format_3; }
inline TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD ** get_address_of__format_3() { return &____format_3; }
inline void set__format_3(TextFormat2_t7475CB10FF7530DD906AE4ED4FEF6D1FAB6441DD * value)
{
____format_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____format_3), (void*)value);
}
inline static int32_t get_offset_of__elements_4() { return static_cast<int32_t>(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826, ____elements_4)); }
inline List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * get__elements_4() const { return ____elements_4; }
inline List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 ** get_address_of__elements_4() { return &____elements_4; }
inline void set__elements_4(List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * value)
{
____elements_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____elements_4), (void*)value);
}
inline static int32_t get_offset_of__defaultOptions_5() { return static_cast<int32_t>(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826, ____defaultOptions_5)); }
inline HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * get__defaultOptions_5() const { return ____defaultOptions_5; }
inline HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 ** get_address_of__defaultOptions_5() { return &____defaultOptions_5; }
inline void set__defaultOptions_5(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * value)
{
____defaultOptions_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____defaultOptions_5), (void*)value);
}
};
struct HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields
{
public:
// FairyGUI.Utils.HtmlParser FairyGUI.Utils.HtmlParser::inst
HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * ___inst_0;
// System.Collections.Generic.List`1<System.String> FairyGUI.Utils.HtmlParser::sHelperList1
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___sHelperList1_6;
// System.Collections.Generic.List`1<System.String> FairyGUI.Utils.HtmlParser::sHelperList2
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___sHelperList2_7;
public:
inline static int32_t get_offset_of_inst_0() { return static_cast<int32_t>(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields, ___inst_0)); }
inline HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * get_inst_0() const { return ___inst_0; }
inline HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 ** get_address_of_inst_0() { return &___inst_0; }
inline void set_inst_0(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * value)
{
___inst_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___inst_0), (void*)value);
}
inline static int32_t get_offset_of_sHelperList1_6() { return static_cast<int32_t>(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields, ___sHelperList1_6)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_sHelperList1_6() const { return ___sHelperList1_6; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_sHelperList1_6() { return &___sHelperList1_6; }
inline void set_sHelperList1_6(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___sHelperList1_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sHelperList1_6), (void*)value);
}
inline static int32_t get_offset_of_sHelperList2_7() { return static_cast<int32_t>(offsetof(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields, ___sHelperList2_7)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_sHelperList2_7() const { return ___sHelperList2_7; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_sHelperList2_7() { return &___sHelperList2_7; }
inline void set_sHelperList2_7(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___sHelperList2_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sHelperList2_7), (void*)value);
}
};
struct Il2CppArrayBounds;
// System.Array
// System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>
struct Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B : 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_t22FA9B961DC4DBEDA01F8035E3971A9F0A9C4FE0* ___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_tAAE0A5E59D0CA26C56C53271EA50D265C1888A95 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t99B485E732747EBEA42DAC5892AF6089B0B8684F * ___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_t46291962A1BECB688537991D97A796487DDEC86B, ___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_t46291962A1BECB688537991D97A796487DDEC86B, ___entries_1)); }
inline EntryU5BU5D_t22FA9B961DC4DBEDA01F8035E3971A9F0A9C4FE0* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t22FA9B961DC4DBEDA01F8035E3971A9F0A9C4FE0** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t22FA9B961DC4DBEDA01F8035E3971A9F0A9C4FE0* 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_t46291962A1BECB688537991D97A796487DDEC86B, ___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_t46291962A1BECB688537991D97A796487DDEC86B, ___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_t46291962A1BECB688537991D97A796487DDEC86B, ___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_t46291962A1BECB688537991D97A796487DDEC86B, ___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_t46291962A1BECB688537991D97A796487DDEC86B, ___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_t46291962A1BECB688537991D97A796487DDEC86B, ___keys_7)); }
inline KeyCollection_tAAE0A5E59D0CA26C56C53271EA50D265C1888A95 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tAAE0A5E59D0CA26C56C53271EA50D265C1888A95 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tAAE0A5E59D0CA26C56C53271EA50D265C1888A95 * 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_t46291962A1BECB688537991D97A796487DDEC86B, ___values_8)); }
inline ValueCollection_t99B485E732747EBEA42DAC5892AF6089B0B8684F * get_values_8() const { return ___values_8; }
inline ValueCollection_t99B485E732747EBEA42DAC5892AF6089B0B8684F ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t99B485E732747EBEA42DAC5892AF6089B0B8684F * 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_t46291962A1BECB688537991D97A796487DDEC86B, ____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.UInt32,FairyGUI.Emoji>
struct Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 : 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_t2907AACABE745A646F290C673664EB3E9A1748B0* ___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_t05DD2EB423AA2BB93B04F0180EE482379BE584B5 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t778D8D1BE2E73CCCAA18CA3C603E68EF936C2750 * ___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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___entries_1)); }
inline EntryU5BU5D_t2907AACABE745A646F290C673664EB3E9A1748B0* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t2907AACABE745A646F290C673664EB3E9A1748B0** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t2907AACABE745A646F290C673664EB3E9A1748B0* 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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___keys_7)); }
inline KeyCollection_t05DD2EB423AA2BB93B04F0180EE482379BE584B5 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t05DD2EB423AA2BB93B04F0180EE482379BE584B5 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t05DD2EB423AA2BB93B04F0180EE482379BE584B5 * 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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ___values_8)); }
inline ValueCollection_t778D8D1BE2E73CCCAA18CA3C603E68EF936C2750 * get_values_8() const { return ___values_8; }
inline ValueCollection_t778D8D1BE2E73CCCAA18CA3C603E68EF936C2750 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t778D8D1BE2E73CCCAA18CA3C603E68EF936C2750 * 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_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21, ____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.Anymous_T>
struct List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7* ____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_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65, ____items_1)); }
inline Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7* get__items_1() const { return ____items_1; }
inline Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7* 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_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65, ____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_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65, ____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_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65, ____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_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65_StaticFields, ____emptyArray_5)); }
inline Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7* get__emptyArray_5() const { return ____emptyArray_5; }
inline Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(Anymous_TU5BU5D_t11555075710D70F9A31EB3AC78C5CFB2EFA246B7* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.DisplayObject>
struct List_1_t11A30662822286DF8036D0D1993807262B502B70 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70, ____items_1)); }
inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* get__items_1() const { return ____items_1; }
inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t11A30662822286DF8036D0D1993807262B502B70_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70_StaticFields, ____emptyArray_5)); }
inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* get__emptyArray_5() const { return ____emptyArray_5; }
inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.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.NTexture>
struct List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE* ____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_t91049D3CAF79634AD3AD07FEF084779AECDBAF87, ____items_1)); }
inline NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE* get__items_1() const { return ____items_1; }
inline NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE* 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_t91049D3CAF79634AD3AD07FEF084779AECDBAF87, ____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_t91049D3CAF79634AD3AD07FEF084779AECDBAF87, ____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_t91049D3CAF79634AD3AD07FEF084779AECDBAF87, ____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_t91049D3CAF79634AD3AD07FEF084779AECDBAF87_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87_StaticFields, ____emptyArray_5)); }
inline NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE* get__emptyArray_5() const { return ____emptyArray_5; }
inline NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(NTextureU5BU5D_t2F63A2E4622A1877D0A2806A9760E8CE443D10FE* 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.TextField_LineInfo>
struct List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* ____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_t31D4497B11F980396342DC57DAC4CDB173B7CCE5, ____items_1)); }
inline LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* get__items_1() const { return ____items_1; }
inline LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* 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_t31D4497B11F980396342DC57DAC4CDB173B7CCE5, ____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_t31D4497B11F980396342DC57DAC4CDB173B7CCE5, ____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_t31D4497B11F980396342DC57DAC4CDB173B7CCE5, ____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_t31D4497B11F980396342DC57DAC4CDB173B7CCE5_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5_StaticFields, ____emptyArray_5)); }
inline LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* get__emptyArray_5() const { return ____emptyArray_5; }
inline LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>
struct List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC* ____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_t381AE71D8023D24BC74693BB81131AD2C9C23D00, ____items_1)); }
inline HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC* get__items_1() const { return ____items_1; }
inline HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC* 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_t381AE71D8023D24BC74693BB81131AD2C9C23D00, ____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_t381AE71D8023D24BC74693BB81131AD2C9C23D00, ____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_t381AE71D8023D24BC74693BB81131AD2C9C23D00, ____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_t381AE71D8023D24BC74693BB81131AD2C9C23D00_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00_StaticFields, ____emptyArray_5)); }
inline HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC* get__emptyArray_5() const { return ____emptyArray_5; }
inline HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(HtmlElementU5BU5D_tC592809A5C6F62D3E3903A923C21A80DDD00B0FC* 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<UnityEngine.Color32>
struct List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5, ____items_1)); }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get__items_1() const { return ____items_1; }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5_StaticFields, ____emptyArray_5)); }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get__emptyArray_5() const { return ____emptyArray_5; }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Rect>
struct List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350, ____items_1)); }
inline RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* get__items_1() const { return ____items_1; }
inline RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350_StaticFields, ____emptyArray_5)); }
inline RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* get__emptyArray_5() const { return ____emptyArray_5; }
inline RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Vector2>
struct List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ____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_t7EF66508193EA1747FD65EC53012A60FF1697964, ____items_1)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get__items_1() const { return ____items_1; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* 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_t7EF66508193EA1747FD65EC53012A60FF1697964, ____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_t7EF66508193EA1747FD65EC53012A60FF1697964, ____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_t7EF66508193EA1747FD65EC53012A60FF1697964, ____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_t7EF66508193EA1747FD65EC53012A60FF1697964_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t7EF66508193EA1747FD65EC53012A60FF1697964_StaticFields, ____emptyArray_5)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get__emptyArray_5() const { return ____emptyArray_5; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Vector3>
struct List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ____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_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5, ____items_1)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get__items_1() const { return ____items_1; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* 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_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5, ____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_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5, ____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_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5, ____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_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5_StaticFields, ____emptyArray_5)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get__emptyArray_5() const { return ____emptyArray_5; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Vector4>
struct List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955, ____items_1)); }
inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* get__items_1() const { return ____items_1; }
inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955_StaticFields, ____emptyArray_5)); }
inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* get__emptyArray_5() const { return ____emptyArray_5; }
inline Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.Stack`1<FairyGUI.TextField_LineInfo>
struct Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.Stack`1::_array
LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326, ____array_0)); }
inline LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* get__array_0() const { return ____array_0; }
inline LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(LineInfoU5BU5D_t796452777834364182AC9BE7CCFDDB7935A08C40* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
}
};
// System.Collections.Generic.Stack`1<System.Object>
struct Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.Stack`1::_array
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____array_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
}
};
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
}
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = 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
{
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D216
struct __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176__padding[216];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315__padding[32];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36
struct __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647__padding[36];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64
struct __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0__padding[64];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D80
struct __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE__padding[80];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D96
struct __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E__padding[96];
};
public:
};
// FairyGUI.Controller
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// System.String FairyGUI.Controller::name
String_t* ___name_2;
// FairyGUI.GComponent FairyGUI.Controller::parent
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___parent_3;
// System.Boolean FairyGUI.Controller::autoRadioGroupDepth
bool ___autoRadioGroupDepth_4;
// System.Boolean FairyGUI.Controller::changing
bool ___changing_5;
// System.Int32 FairyGUI.Controller::_selectedIndex
int32_t ____selectedIndex_6;
// System.Int32 FairyGUI.Controller::_previousIndex
int32_t ____previousIndex_7;
// System.Collections.Generic.List`1<System.String> FairyGUI.Controller::_pageIds
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____pageIds_8;
// System.Collections.Generic.List`1<System.String> FairyGUI.Controller::_pageNames
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ____pageNames_9;
// System.Collections.Generic.List`1<FairyGUI.ControllerAction> FairyGUI.Controller::_actions
List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * ____actions_10;
// FairyGUI.EventListener FairyGUI.Controller::_onChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_11;
public:
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___name_2)); }
inline String_t* get_name_2() const { return ___name_2; }
inline String_t** get_address_of_name_2() { return &___name_2; }
inline void set_name_2(String_t* value)
{
___name_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value);
}
inline static int32_t get_offset_of_parent_3() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___parent_3)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_parent_3() const { return ___parent_3; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_parent_3() { return &___parent_3; }
inline void set_parent_3(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
___parent_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_3), (void*)value);
}
inline static int32_t get_offset_of_autoRadioGroupDepth_4() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___autoRadioGroupDepth_4)); }
inline bool get_autoRadioGroupDepth_4() const { return ___autoRadioGroupDepth_4; }
inline bool* get_address_of_autoRadioGroupDepth_4() { return &___autoRadioGroupDepth_4; }
inline void set_autoRadioGroupDepth_4(bool value)
{
___autoRadioGroupDepth_4 = value;
}
inline static int32_t get_offset_of_changing_5() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ___changing_5)); }
inline bool get_changing_5() const { return ___changing_5; }
inline bool* get_address_of_changing_5() { return &___changing_5; }
inline void set_changing_5(bool value)
{
___changing_5 = value;
}
inline static int32_t get_offset_of__selectedIndex_6() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____selectedIndex_6)); }
inline int32_t get__selectedIndex_6() const { return ____selectedIndex_6; }
inline int32_t* get_address_of__selectedIndex_6() { return &____selectedIndex_6; }
inline void set__selectedIndex_6(int32_t value)
{
____selectedIndex_6 = value;
}
inline static int32_t get_offset_of__previousIndex_7() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____previousIndex_7)); }
inline int32_t get__previousIndex_7() const { return ____previousIndex_7; }
inline int32_t* get_address_of__previousIndex_7() { return &____previousIndex_7; }
inline void set__previousIndex_7(int32_t value)
{
____previousIndex_7 = value;
}
inline static int32_t get_offset_of__pageIds_8() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____pageIds_8)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__pageIds_8() const { return ____pageIds_8; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__pageIds_8() { return &____pageIds_8; }
inline void set__pageIds_8(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
____pageIds_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pageIds_8), (void*)value);
}
inline static int32_t get_offset_of__pageNames_9() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____pageNames_9)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get__pageNames_9() const { return ____pageNames_9; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of__pageNames_9() { return &____pageNames_9; }
inline void set__pageNames_9(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
____pageNames_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pageNames_9), (void*)value);
}
inline static int32_t get_offset_of__actions_10() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____actions_10)); }
inline List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * get__actions_10() const { return ____actions_10; }
inline List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF ** get_address_of__actions_10() { return &____actions_10; }
inline void set__actions_10(List_1_t44C810BCBEC048333C591B316DA8E462C5CC46AF * value)
{
____actions_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____actions_10), (void*)value);
}
inline static int32_t get_offset_of__onChanged_11() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64, ____onChanged_11)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_11() const { return ____onChanged_11; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_11() { return &____onChanged_11; }
inline void set__onChanged_11(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onChanged_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_11), (void*)value);
}
};
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_StaticFields
{
public:
// System.UInt32 FairyGUI.Controller::_nextPageId
uint32_t ____nextPageId_12;
public:
inline static int32_t get_offset_of__nextPageId_12() { return static_cast<int32_t>(offsetof(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64_StaticFields, ____nextPageId_12)); }
inline uint32_t get__nextPageId_12() const { return ____nextPageId_12; }
inline uint32_t* get_address_of__nextPageId_12() { return &____nextPageId_12; }
inline void set__nextPageId_12(uint32_t value)
{
____nextPageId_12 = value;
}
};
// FairyGUI.Margin
struct Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E
{
public:
// System.Int32 FairyGUI.Margin::left
int32_t ___left_0;
// System.Int32 FairyGUI.Margin::right
int32_t ___right_1;
// System.Int32 FairyGUI.Margin::top
int32_t ___top_2;
// System.Int32 FairyGUI.Margin::bottom
int32_t ___bottom_3;
public:
inline static int32_t get_offset_of_left_0() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___left_0)); }
inline int32_t get_left_0() const { return ___left_0; }
inline int32_t* get_address_of_left_0() { return &___left_0; }
inline void set_left_0(int32_t value)
{
___left_0 = value;
}
inline static int32_t get_offset_of_right_1() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___right_1)); }
inline int32_t get_right_1() const { return ___right_1; }
inline int32_t* get_address_of_right_1() { return &___right_1; }
inline void set_right_1(int32_t value)
{
___right_1 = value;
}
inline static int32_t get_offset_of_top_2() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___top_2)); }
inline int32_t get_top_2() const { return ___top_2; }
inline int32_t* get_address_of_top_2() { return &___top_2; }
inline void set_top_2(int32_t value)
{
___top_2 = value;
}
inline static int32_t get_offset_of_bottom_3() { return static_cast<int32_t>(offsetof(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E, ___bottom_3)); }
inline int32_t get_bottom_3() const { return ___bottom_3; }
inline int32_t* get_address_of_bottom_3() { return &___bottom_3; }
inline void set_bottom_3(int32_t value)
{
___bottom_3 = value;
}
};
// FairyGUI.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;
}
};
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
}
};
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
}
};
// System.Collections.Generic.KeyValuePair`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>
struct KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34, ___key_0)); }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * get_key_0() const { return ___key_0; }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 ** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34, ___value_1)); }
inline Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * get_value_1() const { return ___value_1; }
inline Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
}
};
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
RuntimeObject * ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
RuntimeObject * ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___key_0)); }
inline RuntimeObject * get_key_0() const { return ___key_0; }
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(RuntimeObject * value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___value_1)); }
inline RuntimeObject * get_value_1() const { return ___value_1; }
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(RuntimeObject * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
}
};
// System.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.SceneManagement.Scene
struct Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2
{
public:
// System.Int32 UnityEngine.SceneManagement.Scene::m_Handle
int32_t ___m_Handle_0;
public:
inline static int32_t get_offset_of_m_Handle_0() { return static_cast<int32_t>(offsetof(Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2, ___m_Handle_0)); }
inline int32_t get_m_Handle_0() const { return ___m_Handle_0; }
inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; }
inline void set_m_Handle_0(int32_t value)
{
___m_Handle_0 = value;
}
};
// UnityEngine.Vector2
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D
{
public:
// System.Single UnityEngine.Vector2::x
float ___x_0;
// System.Single UnityEngine.Vector2::y
float ___y_1;
public:
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___x_0)); }
inline float get_x_0() const { return ___x_0; }
inline float* get_address_of_x_0() { return &___x_0; }
inline void set_x_0(float value)
{
___x_0 = value;
}
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___y_1)); }
inline float get_y_1() const { return ___y_1; }
inline float* get_address_of_y_1() { return &___y_1; }
inline void set_y_1(float value)
{
___y_1 = value;
}
};
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields
{
public:
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2;
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3;
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4;
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5;
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6;
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7;
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8;
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9;
public:
inline static int32_t get_offset_of_zeroVector_2() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; }
inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___zeroVector_2 = value;
}
inline static int32_t get_offset_of_oneVector_3() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; }
inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___oneVector_3 = value;
}
inline static int32_t get_offset_of_upVector_4() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; }
inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___upVector_4 = value;
}
inline static int32_t get_offset_of_downVector_5() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; }
inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___downVector_5 = value;
}
inline static int32_t get_offset_of_leftVector_6() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; }
inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___leftVector_6 = value;
}
inline static int32_t get_offset_of_rightVector_7() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; }
inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___rightVector_7 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; }
inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___positiveInfinityVector_8 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; }
inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___negativeInfinityVector_9 = value;
}
};
// UnityEngine.Vector3
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720
{
public:
// System.Single UnityEngine.Vector3::x
float ___x_2;
// System.Single UnityEngine.Vector3::y
float ___y_3;
// System.Single UnityEngine.Vector3::z
float ___z_4;
public:
inline static int32_t get_offset_of_x_2() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___x_2)); }
inline float get_x_2() const { return ___x_2; }
inline float* get_address_of_x_2() { return &___x_2; }
inline void set_x_2(float value)
{
___x_2 = value;
}
inline static int32_t get_offset_of_y_3() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___y_3)); }
inline float get_y_3() const { return ___y_3; }
inline float* get_address_of_y_3() { return &___y_3; }
inline void set_y_3(float value)
{
___y_3 = value;
}
inline static int32_t get_offset_of_z_4() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___z_4)); }
inline float get_z_4() const { return ___z_4; }
inline float* get_address_of_z_4() { return &___z_4; }
inline void set_z_4(float value)
{
___z_4 = value;
}
};
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields
{
public:
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___zeroVector_5;
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___oneVector_6;
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upVector_7;
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___downVector_8;
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___leftVector_9;
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rightVector_10;
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forwardVector_11;
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___backVector_12;
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___positiveInfinityVector_13;
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___negativeInfinityVector_14;
public:
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___zeroVector_5)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_zeroVector_5() const { return ___zeroVector_5; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_zeroVector_5() { return &___zeroVector_5; }
inline void set_zeroVector_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___zeroVector_5 = value;
}
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___oneVector_6)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_oneVector_6() const { return ___oneVector_6; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_oneVector_6() { return &___oneVector_6; }
inline void set_oneVector_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___oneVector_6 = value;
}
inline static int32_t get_offset_of_upVector_7() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___upVector_7)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_upVector_7() const { return ___upVector_7; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_upVector_7() { return &___upVector_7; }
inline void set_upVector_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___upVector_7 = value;
}
inline static int32_t get_offset_of_downVector_8() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___downVector_8)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_downVector_8() const { return ___downVector_8; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_downVector_8() { return &___downVector_8; }
inline void set_downVector_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___downVector_8 = value;
}
inline static int32_t get_offset_of_leftVector_9() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___leftVector_9)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_leftVector_9() const { return ___leftVector_9; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_leftVector_9() { return &___leftVector_9; }
inline void set_leftVector_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___leftVector_9 = value;
}
inline static int32_t get_offset_of_rightVector_10() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___rightVector_10)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rightVector_10() const { return ___rightVector_10; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rightVector_10() { return &___rightVector_10; }
inline void set_rightVector_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___rightVector_10 = value;
}
inline static int32_t get_offset_of_forwardVector_11() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___forwardVector_11)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_forwardVector_11() const { return ___forwardVector_11; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_forwardVector_11() { return &___forwardVector_11; }
inline void set_forwardVector_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___forwardVector_11 = value;
}
inline static int32_t get_offset_of_backVector_12() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___backVector_12)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_backVector_12() const { return ___backVector_12; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_backVector_12() { return &___backVector_12; }
inline void set_backVector_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___backVector_12 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___positiveInfinityVector_13)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; }
inline void set_positiveInfinityVector_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___positiveInfinityVector_13 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___negativeInfinityVector_14)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; }
inline void set_negativeInfinityVector_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___negativeInfinityVector_14 = value;
}
};
// UnityEngine.Vector4
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E
{
public:
// System.Single UnityEngine.Vector4::x
float ___x_1;
// System.Single UnityEngine.Vector4::y
float ___y_2;
// System.Single UnityEngine.Vector4::z
float ___z_3;
// System.Single UnityEngine.Vector4::w
float ___w_4;
public:
inline static int32_t get_offset_of_x_1() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___x_1)); }
inline float get_x_1() const { return ___x_1; }
inline float* get_address_of_x_1() { return &___x_1; }
inline void set_x_1(float value)
{
___x_1 = value;
}
inline static int32_t get_offset_of_y_2() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___y_2)); }
inline float get_y_2() const { return ___y_2; }
inline float* get_address_of_y_2() { return &___y_2; }
inline void set_y_2(float value)
{
___y_2 = value;
}
inline static int32_t get_offset_of_z_3() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___z_3)); }
inline float get_z_3() const { return ___z_3; }
inline float* get_address_of_z_3() { return &___z_3; }
inline void set_z_3(float value)
{
___z_3 = value;
}
inline static int32_t get_offset_of_w_4() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___w_4)); }
inline float get_w_4() const { return ___w_4; }
inline float* get_address_of_w_4() { return &___w_4; }
inline void set_w_4(float value)
{
___w_4 = value;
}
};
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields
{
public:
// UnityEngine.Vector4 UnityEngine.Vector4::zeroVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___zeroVector_5;
// UnityEngine.Vector4 UnityEngine.Vector4::oneVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___oneVector_6;
// UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___positiveInfinityVector_7;
// UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___negativeInfinityVector_8;
public:
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___zeroVector_5)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_zeroVector_5() const { return ___zeroVector_5; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_zeroVector_5() { return &___zeroVector_5; }
inline void set_zeroVector_5(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___zeroVector_5 = value;
}
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___oneVector_6)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_oneVector_6() const { return ___oneVector_6; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_oneVector_6() { return &___oneVector_6; }
inline void set_oneVector_6(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___oneVector_6 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___positiveInfinityVector_7)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; }
inline void set_positiveInfinityVector_7(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___positiveInfinityVector_7 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___negativeInfinityVector_8)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; }
inline void set_negativeInfinityVector_8(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___negativeInfinityVector_8 = value;
}
};
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields
{
public:
// System.Int64 <PrivateImplementationDetails>::007B00E34209B4455CE53672DEBFC48AD71826C7
int64_t ___007B00E34209B4455CE53672DEBFC48AD71826C7_0;
// System.Int64 <PrivateImplementationDetails>::03A095F9656AAECD356A9BB7678E1049B80A7634
int64_t ___03A095F9656AAECD356A9BB7678E1049B80A7634_1;
// System.Int64 <PrivateImplementationDetails>::087C2FB428952F5A6F9B4BA7B31019344382A2F7
int64_t ___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::0C26110E719C695B53866AF29BD7FE98A72596F3
__StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 ___0C26110E719C695B53866AF29BD7FE98A72596F3_3;
// System.Int64 <PrivateImplementationDetails>::0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C
int64_t ___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4;
// System.Int64 <PrivateImplementationDetails>::2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48
int64_t ___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5;
// System.Int64 <PrivateImplementationDetails>::238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC
int64_t ___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6;
// System.Int64 <PrivateImplementationDetails>::279F628214A27FCE96C9A6A1C7E8079091509C60
int64_t ___279F628214A27FCE96C9A6A1C7E8079091509C60_7;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::335BB7CBEE0951D5B5545B3AF1873199CFE13674
__StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 ___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8;
// System.Int64 <PrivateImplementationDetails>::383F819F26286BE8253A93B33225C2789B500FAA
int64_t ___383F819F26286BE8253A93B33225C2789B500FAA_9;
// System.Int64 <PrivateImplementationDetails>::3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1
int64_t ___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10;
// System.Int64 <PrivateImplementationDetails>::3B773972479C38582ED076B0294CB801B14EBCB8
int64_t ___3B773972479C38582ED076B0294CB801B14EBCB8_11;
// System.Int64 <PrivateImplementationDetails>::3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86
int64_t ___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12;
// System.Int64 <PrivateImplementationDetails>::40C8B4499FB123D4600247361F1D311B5B786EFC
int64_t ___40C8B4499FB123D4600247361F1D311B5B786EFC_13;
// System.Int64 <PrivateImplementationDetails>::43A75A2A789D7B64CD84A53AEE60097E4378BDAF
int64_t ___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14;
// System.Int64 <PrivateImplementationDetails>::45E887FCADFD2D2A201151E57F41722228E25191
int64_t ___45E887FCADFD2D2A201151E57F41722228E25191_15;
// System.Int64 <PrivateImplementationDetails>::6818C542B63B905DA7AA3E792496006A79F2AF9A
int64_t ___6818C542B63B905DA7AA3E792496006A79F2AF9A_16;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D96 <PrivateImplementationDetails>::6D90B721AD0313E43506A66F721242CF2358462B
__StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E ___6D90B721AD0313E43506A66F721242CF2358462B_17;
// System.Int64 <PrivateImplementationDetails>::741E8E322ADCC6A381EC7DAEA6EADB92E44B250D
int64_t ___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18;
// System.Int64 <PrivateImplementationDetails>::797D7400516FFD35D49EB1BAF960660F46667662
int64_t ___797D7400516FFD35D49EB1BAF960660F46667662_19;
// System.Int64 <PrivateImplementationDetails>::7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A
int64_t ___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20;
// System.Int64 <PrivateImplementationDetails>::8029B4BFD3AA93C76711AF616C14163A1456D360
int64_t ___8029B4BFD3AA93C76711AF616C14163A1456D360_21;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::806BC28C08532BB7F7A6471F4796475FF255663B
__StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 ___806BC28C08532BB7F7A6471F4796475FF255663B_22;
// System.Int64 <PrivateImplementationDetails>::80B74EA5D41848E8432CEAFA9961AC11263301F1
int64_t ___80B74EA5D41848E8432CEAFA9961AC11263301F1_23;
// System.Int64 <PrivateImplementationDetails>::8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892
int64_t ___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24;
// System.Int64 <PrivateImplementationDetails>::8C384FCEEF5A89AB66900B58C2BC762041F2BAAA
int64_t ___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25;
// System.Int64 <PrivateImplementationDetails>::94A42B7852CD856D7DF09B14FEEDFE55ECFD242A
int64_t ___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26;
// System.Int64 <PrivateImplementationDetails>::98DC13D2837951F7E90A7317F587453B3641AEF8
int64_t ___98DC13D2837951F7E90A7317F587453B3641AEF8_27;
// System.Int64 <PrivateImplementationDetails>::9CFFD52FD0E555EE90F7563881D85243554810B3
int64_t ___9CFFD52FD0E555EE90F7563881D85243554810B3_28;
// System.Int64 <PrivateImplementationDetails>::9DB9891E900FED075409C1116FB43BE2A5C99CE3
int64_t ___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D216 <PrivateImplementationDetails>::A07B68A3ADBCD0C683EB16067435A02C31BC097E
__StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 ___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30;
// System.Int64 <PrivateImplementationDetails>::A1AAE38F8C9CA93B8B576352DB0347E85ACE981D
int64_t ___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31;
// System.Int64 <PrivateImplementationDetails>::A952E7EC53B80A9543AB5F02AF9B12F708D4C867
int64_t ___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32;
// System.Int64 <PrivateImplementationDetails>::AD6701E75A5CF7306C0EE9691368B44A5289E170
int64_t ___AD6701E75A5CF7306C0EE9691368B44A5289E170_33;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D80 <PrivateImplementationDetails>::B91404C2FE5F0C772E097415A13F88376EC8F24F
__StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE ___B91404C2FE5F0C772E097415A13F88376EC8F24F_34;
// System.Int64 <PrivateImplementationDetails>::BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D
int64_t ___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35;
// System.Int64 <PrivateImplementationDetails>::C4CE4356C59D41913E1D60E4497C031B67B1B86B
int64_t ___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36;
// System.Int64 <PrivateImplementationDetails>::CB5C136EE31BD57814DA5895C0852C5FF1C4068A
int64_t ___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37;
// System.Int64 <PrivateImplementationDetails>::D4BDB99F00532ACDB317B92D161D27C7448A01FD
int64_t ___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38;
// System.Int64 <PrivateImplementationDetails>::D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1
int64_t ___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39;
// System.Int64 <PrivateImplementationDetails>::D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A
int64_t ___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40;
// System.Int64 <PrivateImplementationDetails>::DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13
int64_t ___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41;
// System.Int64 <PrivateImplementationDetails>::E9F4121A731C95C166E9FAEF48EC5D95FB224445
int64_t ___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42;
// System.Int64 <PrivateImplementationDetails>::EF711242CC520CD5836CD071EF05A5DC78CA34D7
int64_t ___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43;
// System.Int64 <PrivateImplementationDetails>::FA033773B4E9EA7CC64D9E13E965FA55418F4B48
int64_t ___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44;
// System.Int64 <PrivateImplementationDetails>::FE6C78086F5333BA3E88D035426FC0244E8FC585
int64_t ___FE6C78086F5333BA3E88D035426FC0244E8FC585_45;
// System.Int64 <PrivateImplementationDetails>::FF8523802A3ADEB52E78A9CF613AA30033944FE6
int64_t ___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46;
public:
inline static int32_t get_offset_of_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___007B00E34209B4455CE53672DEBFC48AD71826C7_0)); }
inline int64_t get_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0() const { return ___007B00E34209B4455CE53672DEBFC48AD71826C7_0; }
inline int64_t* get_address_of_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0() { return &___007B00E34209B4455CE53672DEBFC48AD71826C7_0; }
inline void set_U3007B00E34209B4455CE53672DEBFC48AD71826C7_0(int64_t value)
{
___007B00E34209B4455CE53672DEBFC48AD71826C7_0 = value;
}
inline static int32_t get_offset_of_U303A095F9656AAECD356A9BB7678E1049B80A7634_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___03A095F9656AAECD356A9BB7678E1049B80A7634_1)); }
inline int64_t get_U303A095F9656AAECD356A9BB7678E1049B80A7634_1() const { return ___03A095F9656AAECD356A9BB7678E1049B80A7634_1; }
inline int64_t* get_address_of_U303A095F9656AAECD356A9BB7678E1049B80A7634_1() { return &___03A095F9656AAECD356A9BB7678E1049B80A7634_1; }
inline void set_U303A095F9656AAECD356A9BB7678E1049B80A7634_1(int64_t value)
{
___03A095F9656AAECD356A9BB7678E1049B80A7634_1 = value;
}
inline static int32_t get_offset_of_U3087C2FB428952F5A6F9B4BA7B31019344382A2F7_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2)); }
inline int64_t get_U3087C2FB428952F5A6F9B4BA7B31019344382A2F7_2() const { return ___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2; }
inline int64_t* get_address_of_U3087C2FB428952F5A6F9B4BA7B31019344382A2F7_2() { return &___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2; }
inline void set_U3087C2FB428952F5A6F9B4BA7B31019344382A2F7_2(int64_t value)
{
___087C2FB428952F5A6F9B4BA7B31019344382A2F7_2 = value;
}
inline static int32_t get_offset_of_U30C26110E719C695B53866AF29BD7FE98A72596F3_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___0C26110E719C695B53866AF29BD7FE98A72596F3_3)); }
inline __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 get_U30C26110E719C695B53866AF29BD7FE98A72596F3_3() const { return ___0C26110E719C695B53866AF29BD7FE98A72596F3_3; }
inline __StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 * get_address_of_U30C26110E719C695B53866AF29BD7FE98A72596F3_3() { return &___0C26110E719C695B53866AF29BD7FE98A72596F3_3; }
inline void set_U30C26110E719C695B53866AF29BD7FE98A72596F3_3(__StaticArrayInitTypeSizeU3D36_tB11DD7146197C35EC027B5117260DFBD243BB647 value)
{
___0C26110E719C695B53866AF29BD7FE98A72596F3_3 = value;
}
inline static int32_t get_offset_of_U30F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4)); }
inline int64_t get_U30F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4() const { return ___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4; }
inline int64_t* get_address_of_U30F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4() { return &___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4; }
inline void set_U30F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4(int64_t value)
{
___0F85B6A7D2B5CA3FE2A6CABBA935C9ABDB08B01C_4 = value;
}
inline static int32_t get_offset_of_U32212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5)); }
inline int64_t get_U32212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5() const { return ___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5; }
inline int64_t* get_address_of_U32212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5() { return &___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5; }
inline void set_U32212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5(int64_t value)
{
___2212E72C4B0CDF98B5DC7FD2FBE5F7D6B03C1E48_5 = value;
}
inline static int32_t get_offset_of_U3238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6)); }
inline int64_t get_U3238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6() const { return ___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6; }
inline int64_t* get_address_of_U3238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6() { return &___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6; }
inline void set_U3238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6(int64_t value)
{
___238A1D83A9473CB33B4A2FC3407F1AA8D6D139DC_6 = value;
}
inline static int32_t get_offset_of_U3279F628214A27FCE96C9A6A1C7E8079091509C60_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___279F628214A27FCE96C9A6A1C7E8079091509C60_7)); }
inline int64_t get_U3279F628214A27FCE96C9A6A1C7E8079091509C60_7() const { return ___279F628214A27FCE96C9A6A1C7E8079091509C60_7; }
inline int64_t* get_address_of_U3279F628214A27FCE96C9A6A1C7E8079091509C60_7() { return &___279F628214A27FCE96C9A6A1C7E8079091509C60_7; }
inline void set_U3279F628214A27FCE96C9A6A1C7E8079091509C60_7(int64_t value)
{
___279F628214A27FCE96C9A6A1C7E8079091509C60_7 = value;
}
inline static int32_t get_offset_of_U3335BB7CBEE0951D5B5545B3AF1873199CFE13674_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8)); }
inline __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 get_U3335BB7CBEE0951D5B5545B3AF1873199CFE13674_8() const { return ___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8; }
inline __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 * get_address_of_U3335BB7CBEE0951D5B5545B3AF1873199CFE13674_8() { return &___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8; }
inline void set_U3335BB7CBEE0951D5B5545B3AF1873199CFE13674_8(__StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 value)
{
___335BB7CBEE0951D5B5545B3AF1873199CFE13674_8 = value;
}
inline static int32_t get_offset_of_U3383F819F26286BE8253A93B33225C2789B500FAA_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___383F819F26286BE8253A93B33225C2789B500FAA_9)); }
inline int64_t get_U3383F819F26286BE8253A93B33225C2789B500FAA_9() const { return ___383F819F26286BE8253A93B33225C2789B500FAA_9; }
inline int64_t* get_address_of_U3383F819F26286BE8253A93B33225C2789B500FAA_9() { return &___383F819F26286BE8253A93B33225C2789B500FAA_9; }
inline void set_U3383F819F26286BE8253A93B33225C2789B500FAA_9(int64_t value)
{
___383F819F26286BE8253A93B33225C2789B500FAA_9 = value;
}
inline static int32_t get_offset_of_U33958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10)); }
inline int64_t get_U33958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10() const { return ___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10; }
inline int64_t* get_address_of_U33958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10() { return &___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10; }
inline void set_U33958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10(int64_t value)
{
___3958D38ACFD61EB3856A0D41C3828D4CC78DD0F1_10 = value;
}
inline static int32_t get_offset_of_U33B773972479C38582ED076B0294CB801B14EBCB8_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___3B773972479C38582ED076B0294CB801B14EBCB8_11)); }
inline int64_t get_U33B773972479C38582ED076B0294CB801B14EBCB8_11() const { return ___3B773972479C38582ED076B0294CB801B14EBCB8_11; }
inline int64_t* get_address_of_U33B773972479C38582ED076B0294CB801B14EBCB8_11() { return &___3B773972479C38582ED076B0294CB801B14EBCB8_11; }
inline void set_U33B773972479C38582ED076B0294CB801B14EBCB8_11(int64_t value)
{
___3B773972479C38582ED076B0294CB801B14EBCB8_11 = value;
}
inline static int32_t get_offset_of_U33DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12)); }
inline int64_t get_U33DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12() const { return ___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12; }
inline int64_t* get_address_of_U33DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12() { return &___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12; }
inline void set_U33DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12(int64_t value)
{
___3DAD2856BF08217BD73D8EE9B1BE6C98BB427D86_12 = value;
}
inline static int32_t get_offset_of_U340C8B4499FB123D4600247361F1D311B5B786EFC_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___40C8B4499FB123D4600247361F1D311B5B786EFC_13)); }
inline int64_t get_U340C8B4499FB123D4600247361F1D311B5B786EFC_13() const { return ___40C8B4499FB123D4600247361F1D311B5B786EFC_13; }
inline int64_t* get_address_of_U340C8B4499FB123D4600247361F1D311B5B786EFC_13() { return &___40C8B4499FB123D4600247361F1D311B5B786EFC_13; }
inline void set_U340C8B4499FB123D4600247361F1D311B5B786EFC_13(int64_t value)
{
___40C8B4499FB123D4600247361F1D311B5B786EFC_13 = value;
}
inline static int32_t get_offset_of_U343A75A2A789D7B64CD84A53AEE60097E4378BDAF_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14)); }
inline int64_t get_U343A75A2A789D7B64CD84A53AEE60097E4378BDAF_14() const { return ___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14; }
inline int64_t* get_address_of_U343A75A2A789D7B64CD84A53AEE60097E4378BDAF_14() { return &___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14; }
inline void set_U343A75A2A789D7B64CD84A53AEE60097E4378BDAF_14(int64_t value)
{
___43A75A2A789D7B64CD84A53AEE60097E4378BDAF_14 = value;
}
inline static int32_t get_offset_of_U345E887FCADFD2D2A201151E57F41722228E25191_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___45E887FCADFD2D2A201151E57F41722228E25191_15)); }
inline int64_t get_U345E887FCADFD2D2A201151E57F41722228E25191_15() const { return ___45E887FCADFD2D2A201151E57F41722228E25191_15; }
inline int64_t* get_address_of_U345E887FCADFD2D2A201151E57F41722228E25191_15() { return &___45E887FCADFD2D2A201151E57F41722228E25191_15; }
inline void set_U345E887FCADFD2D2A201151E57F41722228E25191_15(int64_t value)
{
___45E887FCADFD2D2A201151E57F41722228E25191_15 = value;
}
inline static int32_t get_offset_of_U36818C542B63B905DA7AA3E792496006A79F2AF9A_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___6818C542B63B905DA7AA3E792496006A79F2AF9A_16)); }
inline int64_t get_U36818C542B63B905DA7AA3E792496006A79F2AF9A_16() const { return ___6818C542B63B905DA7AA3E792496006A79F2AF9A_16; }
inline int64_t* get_address_of_U36818C542B63B905DA7AA3E792496006A79F2AF9A_16() { return &___6818C542B63B905DA7AA3E792496006A79F2AF9A_16; }
inline void set_U36818C542B63B905DA7AA3E792496006A79F2AF9A_16(int64_t value)
{
___6818C542B63B905DA7AA3E792496006A79F2AF9A_16 = value;
}
inline static int32_t get_offset_of_U36D90B721AD0313E43506A66F721242CF2358462B_17() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___6D90B721AD0313E43506A66F721242CF2358462B_17)); }
inline __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E get_U36D90B721AD0313E43506A66F721242CF2358462B_17() const { return ___6D90B721AD0313E43506A66F721242CF2358462B_17; }
inline __StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E * get_address_of_U36D90B721AD0313E43506A66F721242CF2358462B_17() { return &___6D90B721AD0313E43506A66F721242CF2358462B_17; }
inline void set_U36D90B721AD0313E43506A66F721242CF2358462B_17(__StaticArrayInitTypeSizeU3D96_t1570DF859C9F9F7480604C85930836CA53E9046E value)
{
___6D90B721AD0313E43506A66F721242CF2358462B_17 = value;
}
inline static int32_t get_offset_of_U3741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18)); }
inline int64_t get_U3741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18() const { return ___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18; }
inline int64_t* get_address_of_U3741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18() { return &___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18; }
inline void set_U3741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18(int64_t value)
{
___741E8E322ADCC6A381EC7DAEA6EADB92E44B250D_18 = value;
}
inline static int32_t get_offset_of_U3797D7400516FFD35D49EB1BAF960660F46667662_19() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___797D7400516FFD35D49EB1BAF960660F46667662_19)); }
inline int64_t get_U3797D7400516FFD35D49EB1BAF960660F46667662_19() const { return ___797D7400516FFD35D49EB1BAF960660F46667662_19; }
inline int64_t* get_address_of_U3797D7400516FFD35D49EB1BAF960660F46667662_19() { return &___797D7400516FFD35D49EB1BAF960660F46667662_19; }
inline void set_U3797D7400516FFD35D49EB1BAF960660F46667662_19(int64_t value)
{
___797D7400516FFD35D49EB1BAF960660F46667662_19 = value;
}
inline static int32_t get_offset_of_U37ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20)); }
inline int64_t get_U37ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20() const { return ___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20; }
inline int64_t* get_address_of_U37ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20() { return &___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20; }
inline void set_U37ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20(int64_t value)
{
___7ABEBB305574CE8F33CCD0C5C6BBC5A42512ED8A_20 = value;
}
inline static int32_t get_offset_of_U38029B4BFD3AA93C76711AF616C14163A1456D360_21() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___8029B4BFD3AA93C76711AF616C14163A1456D360_21)); }
inline int64_t get_U38029B4BFD3AA93C76711AF616C14163A1456D360_21() const { return ___8029B4BFD3AA93C76711AF616C14163A1456D360_21; }
inline int64_t* get_address_of_U38029B4BFD3AA93C76711AF616C14163A1456D360_21() { return &___8029B4BFD3AA93C76711AF616C14163A1456D360_21; }
inline void set_U38029B4BFD3AA93C76711AF616C14163A1456D360_21(int64_t value)
{
___8029B4BFD3AA93C76711AF616C14163A1456D360_21 = value;
}
inline static int32_t get_offset_of_U3806BC28C08532BB7F7A6471F4796475FF255663B_22() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___806BC28C08532BB7F7A6471F4796475FF255663B_22)); }
inline __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 get_U3806BC28C08532BB7F7A6471F4796475FF255663B_22() const { return ___806BC28C08532BB7F7A6471F4796475FF255663B_22; }
inline __StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 * get_address_of_U3806BC28C08532BB7F7A6471F4796475FF255663B_22() { return &___806BC28C08532BB7F7A6471F4796475FF255663B_22; }
inline void set_U3806BC28C08532BB7F7A6471F4796475FF255663B_22(__StaticArrayInitTypeSizeU3D64_t702E955CFCF83D5C66E478D1CFA07B549225E6C0 value)
{
___806BC28C08532BB7F7A6471F4796475FF255663B_22 = value;
}
inline static int32_t get_offset_of_U380B74EA5D41848E8432CEAFA9961AC11263301F1_23() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___80B74EA5D41848E8432CEAFA9961AC11263301F1_23)); }
inline int64_t get_U380B74EA5D41848E8432CEAFA9961AC11263301F1_23() const { return ___80B74EA5D41848E8432CEAFA9961AC11263301F1_23; }
inline int64_t* get_address_of_U380B74EA5D41848E8432CEAFA9961AC11263301F1_23() { return &___80B74EA5D41848E8432CEAFA9961AC11263301F1_23; }
inline void set_U380B74EA5D41848E8432CEAFA9961AC11263301F1_23(int64_t value)
{
___80B74EA5D41848E8432CEAFA9961AC11263301F1_23 = value;
}
inline static int32_t get_offset_of_U38668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24)); }
inline int64_t get_U38668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24() const { return ___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24; }
inline int64_t* get_address_of_U38668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24() { return &___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24; }
inline void set_U38668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24(int64_t value)
{
___8668A92E0E3F3AAFF23D2049DC11B6B2A79B3892_24 = value;
}
inline static int32_t get_offset_of_U38C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25)); }
inline int64_t get_U38C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25() const { return ___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25; }
inline int64_t* get_address_of_U38C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25() { return &___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25; }
inline void set_U38C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25(int64_t value)
{
___8C384FCEEF5A89AB66900B58C2BC762041F2BAAA_25 = value;
}
inline static int32_t get_offset_of_U394A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26)); }
inline int64_t get_U394A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26() const { return ___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26; }
inline int64_t* get_address_of_U394A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26() { return &___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26; }
inline void set_U394A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26(int64_t value)
{
___94A42B7852CD856D7DF09B14FEEDFE55ECFD242A_26 = value;
}
inline static int32_t get_offset_of_U398DC13D2837951F7E90A7317F587453B3641AEF8_27() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___98DC13D2837951F7E90A7317F587453B3641AEF8_27)); }
inline int64_t get_U398DC13D2837951F7E90A7317F587453B3641AEF8_27() const { return ___98DC13D2837951F7E90A7317F587453B3641AEF8_27; }
inline int64_t* get_address_of_U398DC13D2837951F7E90A7317F587453B3641AEF8_27() { return &___98DC13D2837951F7E90A7317F587453B3641AEF8_27; }
inline void set_U398DC13D2837951F7E90A7317F587453B3641AEF8_27(int64_t value)
{
___98DC13D2837951F7E90A7317F587453B3641AEF8_27 = value;
}
inline static int32_t get_offset_of_U39CFFD52FD0E555EE90F7563881D85243554810B3_28() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___9CFFD52FD0E555EE90F7563881D85243554810B3_28)); }
inline int64_t get_U39CFFD52FD0E555EE90F7563881D85243554810B3_28() const { return ___9CFFD52FD0E555EE90F7563881D85243554810B3_28; }
inline int64_t* get_address_of_U39CFFD52FD0E555EE90F7563881D85243554810B3_28() { return &___9CFFD52FD0E555EE90F7563881D85243554810B3_28; }
inline void set_U39CFFD52FD0E555EE90F7563881D85243554810B3_28(int64_t value)
{
___9CFFD52FD0E555EE90F7563881D85243554810B3_28 = value;
}
inline static int32_t get_offset_of_U39DB9891E900FED075409C1116FB43BE2A5C99CE3_29() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29)); }
inline int64_t get_U39DB9891E900FED075409C1116FB43BE2A5C99CE3_29() const { return ___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29; }
inline int64_t* get_address_of_U39DB9891E900FED075409C1116FB43BE2A5C99CE3_29() { return &___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29; }
inline void set_U39DB9891E900FED075409C1116FB43BE2A5C99CE3_29(int64_t value)
{
___9DB9891E900FED075409C1116FB43BE2A5C99CE3_29 = value;
}
inline static int32_t get_offset_of_A07B68A3ADBCD0C683EB16067435A02C31BC097E_30() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30)); }
inline __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 get_A07B68A3ADBCD0C683EB16067435A02C31BC097E_30() const { return ___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30; }
inline __StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 * get_address_of_A07B68A3ADBCD0C683EB16067435A02C31BC097E_30() { return &___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30; }
inline void set_A07B68A3ADBCD0C683EB16067435A02C31BC097E_30(__StaticArrayInitTypeSizeU3D216_tF2BF77331C2FC0E4D67598EF26D1F6A38895C176 value)
{
___A07B68A3ADBCD0C683EB16067435A02C31BC097E_30 = value;
}
inline static int32_t get_offset_of_A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31)); }
inline int64_t get_A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31() const { return ___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31; }
inline int64_t* get_address_of_A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31() { return &___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31; }
inline void set_A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31(int64_t value)
{
___A1AAE38F8C9CA93B8B576352DB0347E85ACE981D_31 = value;
}
inline static int32_t get_offset_of_A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32)); }
inline int64_t get_A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32() const { return ___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32; }
inline int64_t* get_address_of_A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32() { return &___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32; }
inline void set_A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32(int64_t value)
{
___A952E7EC53B80A9543AB5F02AF9B12F708D4C867_32 = value;
}
inline static int32_t get_offset_of_AD6701E75A5CF7306C0EE9691368B44A5289E170_33() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___AD6701E75A5CF7306C0EE9691368B44A5289E170_33)); }
inline int64_t get_AD6701E75A5CF7306C0EE9691368B44A5289E170_33() const { return ___AD6701E75A5CF7306C0EE9691368B44A5289E170_33; }
inline int64_t* get_address_of_AD6701E75A5CF7306C0EE9691368B44A5289E170_33() { return &___AD6701E75A5CF7306C0EE9691368B44A5289E170_33; }
inline void set_AD6701E75A5CF7306C0EE9691368B44A5289E170_33(int64_t value)
{
___AD6701E75A5CF7306C0EE9691368B44A5289E170_33 = value;
}
inline static int32_t get_offset_of_B91404C2FE5F0C772E097415A13F88376EC8F24F_34() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___B91404C2FE5F0C772E097415A13F88376EC8F24F_34)); }
inline __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE get_B91404C2FE5F0C772E097415A13F88376EC8F24F_34() const { return ___B91404C2FE5F0C772E097415A13F88376EC8F24F_34; }
inline __StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE * get_address_of_B91404C2FE5F0C772E097415A13F88376EC8F24F_34() { return &___B91404C2FE5F0C772E097415A13F88376EC8F24F_34; }
inline void set_B91404C2FE5F0C772E097415A13F88376EC8F24F_34(__StaticArrayInitTypeSizeU3D80_t4354F721315E4C0B54840F3801ED97FCA2BEEDEE value)
{
___B91404C2FE5F0C772E097415A13F88376EC8F24F_34 = value;
}
inline static int32_t get_offset_of_BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35)); }
inline int64_t get_BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35() const { return ___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35; }
inline int64_t* get_address_of_BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35() { return &___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35; }
inline void set_BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35(int64_t value)
{
___BAFB2659BDF551FC1EDEC2D984016ABCD0D73B9D_35 = value;
}
inline static int32_t get_offset_of_C4CE4356C59D41913E1D60E4497C031B67B1B86B_36() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36)); }
inline int64_t get_C4CE4356C59D41913E1D60E4497C031B67B1B86B_36() const { return ___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36; }
inline int64_t* get_address_of_C4CE4356C59D41913E1D60E4497C031B67B1B86B_36() { return &___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36; }
inline void set_C4CE4356C59D41913E1D60E4497C031B67B1B86B_36(int64_t value)
{
___C4CE4356C59D41913E1D60E4497C031B67B1B86B_36 = value;
}
inline static int32_t get_offset_of_CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37)); }
inline int64_t get_CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37() const { return ___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37; }
inline int64_t* get_address_of_CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37() { return &___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37; }
inline void set_CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37(int64_t value)
{
___CB5C136EE31BD57814DA5895C0852C5FF1C4068A_37 = value;
}
inline static int32_t get_offset_of_D4BDB99F00532ACDB317B92D161D27C7448A01FD_38() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38)); }
inline int64_t get_D4BDB99F00532ACDB317B92D161D27C7448A01FD_38() const { return ___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38; }
inline int64_t* get_address_of_D4BDB99F00532ACDB317B92D161D27C7448A01FD_38() { return &___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38; }
inline void set_D4BDB99F00532ACDB317B92D161D27C7448A01FD_38(int64_t value)
{
___D4BDB99F00532ACDB317B92D161D27C7448A01FD_38 = value;
}
inline static int32_t get_offset_of_D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39)); }
inline int64_t get_D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39() const { return ___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39; }
inline int64_t* get_address_of_D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39() { return &___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39; }
inline void set_D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39(int64_t value)
{
___D4BF016055ECFEFAF2A57607AAEBE3B334CFE4B1_39 = value;
}
inline static int32_t get_offset_of_D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40)); }
inline int64_t get_D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40() const { return ___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40; }
inline int64_t* get_address_of_D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40() { return &___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40; }
inline void set_D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40(int64_t value)
{
___D85B3307ADBDBC8F042004EE6D6BEE9C58600C9A_40 = value;
}
inline static int32_t get_offset_of_DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41)); }
inline int64_t get_DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41() const { return ___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41; }
inline int64_t* get_address_of_DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41() { return &___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41; }
inline void set_DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41(int64_t value)
{
___DFA550E9A19BDA5FB3B2E5AD849AD0E5CAA6DD13_41 = value;
}
inline static int32_t get_offset_of_E9F4121A731C95C166E9FAEF48EC5D95FB224445_42() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42)); }
inline int64_t get_E9F4121A731C95C166E9FAEF48EC5D95FB224445_42() const { return ___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42; }
inline int64_t* get_address_of_E9F4121A731C95C166E9FAEF48EC5D95FB224445_42() { return &___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42; }
inline void set_E9F4121A731C95C166E9FAEF48EC5D95FB224445_42(int64_t value)
{
___E9F4121A731C95C166E9FAEF48EC5D95FB224445_42 = value;
}
inline static int32_t get_offset_of_EF711242CC520CD5836CD071EF05A5DC78CA34D7_43() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43)); }
inline int64_t get_EF711242CC520CD5836CD071EF05A5DC78CA34D7_43() const { return ___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43; }
inline int64_t* get_address_of_EF711242CC520CD5836CD071EF05A5DC78CA34D7_43() { return &___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43; }
inline void set_EF711242CC520CD5836CD071EF05A5DC78CA34D7_43(int64_t value)
{
___EF711242CC520CD5836CD071EF05A5DC78CA34D7_43 = value;
}
inline static int32_t get_offset_of_FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44)); }
inline int64_t get_FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44() const { return ___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44; }
inline int64_t* get_address_of_FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44() { return &___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44; }
inline void set_FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44(int64_t value)
{
___FA033773B4E9EA7CC64D9E13E965FA55418F4B48_44 = value;
}
inline static int32_t get_offset_of_FE6C78086F5333BA3E88D035426FC0244E8FC585_45() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___FE6C78086F5333BA3E88D035426FC0244E8FC585_45)); }
inline int64_t get_FE6C78086F5333BA3E88D035426FC0244E8FC585_45() const { return ___FE6C78086F5333BA3E88D035426FC0244E8FC585_45; }
inline int64_t* get_address_of_FE6C78086F5333BA3E88D035426FC0244E8FC585_45() { return &___FE6C78086F5333BA3E88D035426FC0244E8FC585_45; }
inline void set_FE6C78086F5333BA3E88D035426FC0244E8FC585_45(int64_t value)
{
___FE6C78086F5333BA3E88D035426FC0244E8FC585_45 = value;
}
inline static int32_t get_offset_of_FF8523802A3ADEB52E78A9CF613AA30033944FE6_46() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46)); }
inline int64_t get_FF8523802A3ADEB52E78A9CF613AA30033944FE6_46() const { return ___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46; }
inline int64_t* get_address_of_FF8523802A3ADEB52E78A9CF613AA30033944FE6_46() { return &___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46; }
inline void set_FF8523802A3ADEB52E78A9CF613AA30033944FE6_46(int64_t value)
{
___FF8523802A3ADEB52E78A9CF613AA30033944FE6_46 = value;
}
};
// FairyGUI.AlignType
struct AlignType_tEAC6F99D19DADB2480BA707FB7619B1A38436C55
{
public:
// System.Int32 FairyGUI.AlignType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AlignType_tEAC6F99D19DADB2480BA707FB7619B1A38436C55, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.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.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.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.FlipType
struct FlipType_t62E1B2AB9A7DF28901D1B8DDD7ECA04573EB01EC
{
public:
// System.Int32 FairyGUI.FlipType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FlipType_t62E1B2AB9A7DF28901D1B8DDD7ECA04573EB01EC, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.GlyphInfo
struct GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE
{
public:
// UnityEngine.Vector2 FairyGUI.GlyphInfo::vertMin
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___vertMin_0;
// UnityEngine.Vector2 FairyGUI.GlyphInfo::vertMax
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___vertMax_1;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvBottomLeft
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvBottomLeft_2;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvTopLeft
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvTopLeft_3;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvTopRight
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvTopRight_4;
// UnityEngine.Vector3 FairyGUI.GlyphInfo::uvBottomRight
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___uvBottomRight_5;
// System.Single FairyGUI.GlyphInfo::width
float ___width_6;
// System.Single FairyGUI.GlyphInfo::height
float ___height_7;
public:
inline static int32_t get_offset_of_vertMin_0() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___vertMin_0)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_vertMin_0() const { return ___vertMin_0; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_vertMin_0() { return &___vertMin_0; }
inline void set_vertMin_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___vertMin_0 = value;
}
inline static int32_t get_offset_of_vertMax_1() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___vertMax_1)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_vertMax_1() const { return ___vertMax_1; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_vertMax_1() { return &___vertMax_1; }
inline void set_vertMax_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___vertMax_1 = value;
}
inline static int32_t get_offset_of_uvBottomLeft_2() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvBottomLeft_2)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvBottomLeft_2() const { return ___uvBottomLeft_2; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvBottomLeft_2() { return &___uvBottomLeft_2; }
inline void set_uvBottomLeft_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvBottomLeft_2 = value;
}
inline static int32_t get_offset_of_uvTopLeft_3() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvTopLeft_3)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvTopLeft_3() const { return ___uvTopLeft_3; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvTopLeft_3() { return &___uvTopLeft_3; }
inline void set_uvTopLeft_3(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvTopLeft_3 = value;
}
inline static int32_t get_offset_of_uvTopRight_4() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvTopRight_4)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvTopRight_4() const { return ___uvTopRight_4; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvTopRight_4() { return &___uvTopRight_4; }
inline void set_uvTopRight_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvTopRight_4 = value;
}
inline static int32_t get_offset_of_uvBottomRight_5() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___uvBottomRight_5)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_uvBottomRight_5() const { return ___uvBottomRight_5; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_uvBottomRight_5() { return &___uvBottomRight_5; }
inline void set_uvBottomRight_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___uvBottomRight_5 = value;
}
inline static int32_t get_offset_of_width_6() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___width_6)); }
inline float get_width_6() const { return ___width_6; }
inline float* get_address_of_width_6() { return &___width_6; }
inline void set_width_6(float value)
{
___width_6 = value;
}
inline static int32_t get_offset_of_height_7() { return static_cast<int32_t>(offsetof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE, ___height_7)); }
inline float get_height_7() const { return ___height_7; }
inline float* get_address_of_height_7() { return &___height_7; }
inline void set_height_7(float value)
{
___height_7 = value;
}
};
// FairyGUI.HitTestContext
struct HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E : public RuntimeObject
{
public:
public:
};
struct HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields
{
public:
// UnityEngine.Vector2 FairyGUI.HitTestContext::screenPoint
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPoint_0;
// UnityEngine.Vector3 FairyGUI.HitTestContext::worldPoint
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPoint_1;
// UnityEngine.Vector3 FairyGUI.HitTestContext::direction
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___direction_2;
// System.Boolean FairyGUI.HitTestContext::forTouch
bool ___forTouch_3;
// UnityEngine.Camera FairyGUI.HitTestContext::camera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___camera_4;
// System.Int32 FairyGUI.HitTestContext::displayIndex
int32_t ___displayIndex_5;
// System.Int32 FairyGUI.HitTestContext::layerMask
int32_t ___layerMask_6;
// System.Single FairyGUI.HitTestContext::maxDistance
float ___maxDistance_7;
// UnityEngine.Camera FairyGUI.HitTestContext::cachedMainCamera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___cachedMainCamera_8;
// System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>> FairyGUI.HitTestContext::raycastHits
Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * ___raycastHits_9;
public:
inline static int32_t get_offset_of_screenPoint_0() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___screenPoint_0)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_screenPoint_0() const { return ___screenPoint_0; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_screenPoint_0() { return &___screenPoint_0; }
inline void set_screenPoint_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___screenPoint_0 = value;
}
inline static int32_t get_offset_of_worldPoint_1() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___worldPoint_1)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_worldPoint_1() const { return ___worldPoint_1; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_worldPoint_1() { return &___worldPoint_1; }
inline void set_worldPoint_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___worldPoint_1 = value;
}
inline static int32_t get_offset_of_direction_2() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___direction_2)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_direction_2() const { return ___direction_2; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_direction_2() { return &___direction_2; }
inline void set_direction_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___direction_2 = value;
}
inline static int32_t get_offset_of_forTouch_3() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___forTouch_3)); }
inline bool get_forTouch_3() const { return ___forTouch_3; }
inline bool* get_address_of_forTouch_3() { return &___forTouch_3; }
inline void set_forTouch_3(bool value)
{
___forTouch_3 = value;
}
inline static int32_t get_offset_of_camera_4() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___camera_4)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_camera_4() const { return ___camera_4; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_camera_4() { return &___camera_4; }
inline void set_camera_4(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___camera_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___camera_4), (void*)value);
}
inline static int32_t get_offset_of_displayIndex_5() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___displayIndex_5)); }
inline int32_t get_displayIndex_5() const { return ___displayIndex_5; }
inline int32_t* get_address_of_displayIndex_5() { return &___displayIndex_5; }
inline void set_displayIndex_5(int32_t value)
{
___displayIndex_5 = value;
}
inline static int32_t get_offset_of_layerMask_6() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___layerMask_6)); }
inline int32_t get_layerMask_6() const { return ___layerMask_6; }
inline int32_t* get_address_of_layerMask_6() { return &___layerMask_6; }
inline void set_layerMask_6(int32_t value)
{
___layerMask_6 = value;
}
inline static int32_t get_offset_of_maxDistance_7() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___maxDistance_7)); }
inline float get_maxDistance_7() const { return ___maxDistance_7; }
inline float* get_address_of_maxDistance_7() { return &___maxDistance_7; }
inline void set_maxDistance_7(float value)
{
___maxDistance_7 = value;
}
inline static int32_t get_offset_of_cachedMainCamera_8() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___cachedMainCamera_8)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_cachedMainCamera_8() const { return ___cachedMainCamera_8; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_cachedMainCamera_8() { return &___cachedMainCamera_8; }
inline void set_cachedMainCamera_8(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___cachedMainCamera_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cachedMainCamera_8), (void*)value);
}
inline static int32_t get_offset_of_raycastHits_9() { return static_cast<int32_t>(offsetof(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields, ___raycastHits_9)); }
inline Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * get_raycastHits_9() const { return ___raycastHits_9; }
inline Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 ** get_address_of_raycastHits_9() { return &___raycastHits_9; }
inline void set_raycastHits_9(Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * value)
{
___raycastHits_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___raycastHits_9), (void*)value);
}
};
// FairyGUI.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.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.SwipeGesture
struct SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// FairyGUI.GObject FairyGUI.SwipeGesture::<host>k__BackingField
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___U3ChostU3Ek__BackingField_2;
// FairyGUI.EventListener FairyGUI.SwipeGesture::<onBegin>k__BackingField
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConBeginU3Ek__BackingField_3;
// FairyGUI.EventListener FairyGUI.SwipeGesture::<onEnd>k__BackingField
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConEndU3Ek__BackingField_4;
// FairyGUI.EventListener FairyGUI.SwipeGesture::<onMove>k__BackingField
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConMoveU3Ek__BackingField_5;
// FairyGUI.EventListener FairyGUI.SwipeGesture::<onAction>k__BackingField
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConActionU3Ek__BackingField_6;
// UnityEngine.Vector2 FairyGUI.SwipeGesture::velocity
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___velocity_7;
// UnityEngine.Vector2 FairyGUI.SwipeGesture::position
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___position_8;
// UnityEngine.Vector2 FairyGUI.SwipeGesture::delta
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___delta_9;
// System.Int32 FairyGUI.SwipeGesture::actionDistance
int32_t ___actionDistance_10;
// System.Boolean FairyGUI.SwipeGesture::snapping
bool ___snapping_11;
// UnityEngine.Vector2 FairyGUI.SwipeGesture::_startPoint
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____startPoint_12;
// UnityEngine.Vector2 FairyGUI.SwipeGesture::_lastPoint
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____lastPoint_13;
// System.Single FairyGUI.SwipeGesture::_time
float ____time_14;
// System.Boolean FairyGUI.SwipeGesture::_started
bool ____started_15;
// System.Boolean FairyGUI.SwipeGesture::_touchBegan
bool ____touchBegan_16;
public:
inline static int32_t get_offset_of_U3ChostU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___U3ChostU3Ek__BackingField_2)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_U3ChostU3Ek__BackingField_2() const { return ___U3ChostU3Ek__BackingField_2; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_U3ChostU3Ek__BackingField_2() { return &___U3ChostU3Ek__BackingField_2; }
inline void set_U3ChostU3Ek__BackingField_2(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___U3ChostU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ChostU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_U3ConBeginU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___U3ConBeginU3Ek__BackingField_3)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConBeginU3Ek__BackingField_3() const { return ___U3ConBeginU3Ek__BackingField_3; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConBeginU3Ek__BackingField_3() { return &___U3ConBeginU3Ek__BackingField_3; }
inline void set_U3ConBeginU3Ek__BackingField_3(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
___U3ConBeginU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ConBeginU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_U3ConEndU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___U3ConEndU3Ek__BackingField_4)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConEndU3Ek__BackingField_4() const { return ___U3ConEndU3Ek__BackingField_4; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConEndU3Ek__BackingField_4() { return &___U3ConEndU3Ek__BackingField_4; }
inline void set_U3ConEndU3Ek__BackingField_4(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
___U3ConEndU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ConEndU3Ek__BackingField_4), (void*)value);
}
inline static int32_t get_offset_of_U3ConMoveU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___U3ConMoveU3Ek__BackingField_5)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConMoveU3Ek__BackingField_5() const { return ___U3ConMoveU3Ek__BackingField_5; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConMoveU3Ek__BackingField_5() { return &___U3ConMoveU3Ek__BackingField_5; }
inline void set_U3ConMoveU3Ek__BackingField_5(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
___U3ConMoveU3Ek__BackingField_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ConMoveU3Ek__BackingField_5), (void*)value);
}
inline static int32_t get_offset_of_U3ConActionU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___U3ConActionU3Ek__BackingField_6)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConActionU3Ek__BackingField_6() const { return ___U3ConActionU3Ek__BackingField_6; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConActionU3Ek__BackingField_6() { return &___U3ConActionU3Ek__BackingField_6; }
inline void set_U3ConActionU3Ek__BackingField_6(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
___U3ConActionU3Ek__BackingField_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ConActionU3Ek__BackingField_6), (void*)value);
}
inline static int32_t get_offset_of_velocity_7() { return static_cast<int32_t>(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___velocity_7)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_velocity_7() const { return ___velocity_7; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_velocity_7() { return &___velocity_7; }
inline void set_velocity_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___velocity_7 = value;
}
inline static int32_t get_offset_of_position_8() { return static_cast<int32_t>(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___position_8)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_position_8() const { return ___position_8; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_position_8() { return &___position_8; }
inline void set_position_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___position_8 = value;
}
inline static int32_t get_offset_of_delta_9() { return static_cast<int32_t>(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___delta_9)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_delta_9() const { return ___delta_9; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_delta_9() { return &___delta_9; }
inline void set_delta_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___delta_9 = value;
}
inline static int32_t get_offset_of_actionDistance_10() { return static_cast<int32_t>(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___actionDistance_10)); }
inline int32_t get_actionDistance_10() const { return ___actionDistance_10; }
inline int32_t* get_address_of_actionDistance_10() { return &___actionDistance_10; }
inline void set_actionDistance_10(int32_t value)
{
___actionDistance_10 = value;
}
inline static int32_t get_offset_of_snapping_11() { return static_cast<int32_t>(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ___snapping_11)); }
inline bool get_snapping_11() const { return ___snapping_11; }
inline bool* get_address_of_snapping_11() { return &___snapping_11; }
inline void set_snapping_11(bool value)
{
___snapping_11 = value;
}
inline static int32_t get_offset_of__startPoint_12() { return static_cast<int32_t>(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ____startPoint_12)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__startPoint_12() const { return ____startPoint_12; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__startPoint_12() { return &____startPoint_12; }
inline void set__startPoint_12(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____startPoint_12 = value;
}
inline static int32_t get_offset_of__lastPoint_13() { return static_cast<int32_t>(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ____lastPoint_13)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__lastPoint_13() const { return ____lastPoint_13; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__lastPoint_13() { return &____lastPoint_13; }
inline void set__lastPoint_13(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____lastPoint_13 = value;
}
inline static int32_t get_offset_of__time_14() { return static_cast<int32_t>(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ____time_14)); }
inline float get__time_14() const { return ____time_14; }
inline float* get_address_of__time_14() { return &____time_14; }
inline void set__time_14(float value)
{
____time_14 = value;
}
inline static int32_t get_offset_of__started_15() { return static_cast<int32_t>(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ____started_15)); }
inline bool get__started_15() const { return ____started_15; }
inline bool* get_address_of__started_15() { return &____started_15; }
inline void set__started_15(bool value)
{
____started_15 = value;
}
inline static int32_t get_offset_of__touchBegan_16() { return static_cast<int32_t>(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26, ____touchBegan_16)); }
inline bool get__touchBegan_16() const { return ____touchBegan_16; }
inline bool* get_address_of__touchBegan_16() { return &____touchBegan_16; }
inline void set__touchBegan_16(bool value)
{
____touchBegan_16 = value;
}
};
struct SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26_StaticFields
{
public:
// System.Int32 FairyGUI.SwipeGesture::ACTION_DISTANCE
int32_t ___ACTION_DISTANCE_17;
public:
inline static int32_t get_offset_of_ACTION_DISTANCE_17() { return static_cast<int32_t>(offsetof(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26_StaticFields, ___ACTION_DISTANCE_17)); }
inline int32_t get_ACTION_DISTANCE_17() const { return ___ACTION_DISTANCE_17; }
inline int32_t* get_address_of_ACTION_DISTANCE_17() { return &___ACTION_DISTANCE_17; }
inline void set_ACTION_DISTANCE_17(int32_t value)
{
___ACTION_DISTANCE_17 = 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.TextFormat_SpecialStyle
struct SpecialStyle_t7A76109DB4D090ED30CDC6B257397035B4159443
{
public:
// System.Int32 FairyGUI.TextFormat_SpecialStyle::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SpecialStyle_t7A76109DB4D090ED30CDC6B257397035B4159443, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.UIContentScaler_ScaleMode
struct ScaleMode_tC4361BB3FAEB73D6BEC33E5DDD02D686BB37744C
{
public:
// System.Int32 FairyGUI.UIContentScaler_ScaleMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ScaleMode_tC4361BB3FAEB73D6BEC33E5DDD02D686BB37744C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.UIContentScaler_ScreenMatchMode
struct ScreenMatchMode_tAEA9749F6D6C13CE02228476E4D89164BC80B465
{
public:
// System.Int32 FairyGUI.UIContentScaler_ScreenMatchMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ScreenMatchMode_tAEA9749F6D6C13CE02228476E4D89164BC80B465, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.UpdateContext_ClipInfo
struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3
{
public:
// UnityEngine.Rect FairyGUI.UpdateContext_ClipInfo::rect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
// UnityEngine.Vector4 FairyGUI.UpdateContext_ClipInfo::clipBox
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1;
// System.Boolean FairyGUI.UpdateContext_ClipInfo::soft
bool ___soft_2;
// UnityEngine.Vector4 FairyGUI.UpdateContext_ClipInfo::softness
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3;
// System.UInt32 FairyGUI.UpdateContext_ClipInfo::clipId
uint32_t ___clipId_4;
// System.Boolean FairyGUI.UpdateContext_ClipInfo::stencil
bool ___stencil_5;
// System.Boolean FairyGUI.UpdateContext_ClipInfo::reversedMask
bool ___reversedMask_6;
public:
inline static int32_t get_offset_of_rect_0() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___rect_0)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_rect_0() const { return ___rect_0; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_rect_0() { return &___rect_0; }
inline void set_rect_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___rect_0 = value;
}
inline static int32_t get_offset_of_clipBox_1() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___clipBox_1)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_clipBox_1() const { return ___clipBox_1; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_clipBox_1() { return &___clipBox_1; }
inline void set_clipBox_1(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___clipBox_1 = value;
}
inline static int32_t get_offset_of_soft_2() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___soft_2)); }
inline bool get_soft_2() const { return ___soft_2; }
inline bool* get_address_of_soft_2() { return &___soft_2; }
inline void set_soft_2(bool value)
{
___soft_2 = value;
}
inline static int32_t get_offset_of_softness_3() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___softness_3)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_softness_3() const { return ___softness_3; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_softness_3() { return &___softness_3; }
inline void set_softness_3(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___softness_3 = value;
}
inline static int32_t get_offset_of_clipId_4() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___clipId_4)); }
inline uint32_t get_clipId_4() const { return ___clipId_4; }
inline uint32_t* get_address_of_clipId_4() { return &___clipId_4; }
inline void set_clipId_4(uint32_t value)
{
___clipId_4 = value;
}
inline static int32_t get_offset_of_stencil_5() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___stencil_5)); }
inline bool get_stencil_5() const { return ___stencil_5; }
inline bool* get_address_of_stencil_5() { return &___stencil_5; }
inline void set_stencil_5(bool value)
{
___stencil_5 = value;
}
inline static int32_t get_offset_of_reversedMask_6() { return static_cast<int32_t>(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___reversedMask_6)); }
inline bool get_reversedMask_6() const { return ___reversedMask_6; }
inline bool* get_address_of_reversedMask_6() { return &___reversedMask_6; }
inline void set_reversedMask_6(bool value)
{
___reversedMask_6 = value;
}
};
// Native definition for P/Invoke marshalling of FairyGUI.UpdateContext/ClipInfo
struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_pinvoke
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1;
int32_t ___soft_2;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3;
uint32_t ___clipId_4;
int32_t ___stencil_5;
int32_t ___reversedMask_6;
};
// Native definition for COM marshalling of FairyGUI.UpdateContext/ClipInfo
struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_com
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1;
int32_t ___soft_2;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3;
uint32_t ___clipId_4;
int32_t ___stencil_5;
int32_t ___reversedMask_6;
};
// FairyGUI.Utils.HtmlElementType
struct HtmlElementType_t5D15D6C373D0A48187645C977A5D496A18836C57
{
public:
// System.Int32 FairyGUI.Utils.HtmlElementType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HtmlElementType_t5D15D6C373D0A48187645C977A5D496A18836C57, ___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.Utils.HtmlParseOptions
struct HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 : public RuntimeObject
{
public:
// System.Boolean FairyGUI.Utils.HtmlParseOptions::linkUnderline
bool ___linkUnderline_0;
// UnityEngine.Color FairyGUI.Utils.HtmlParseOptions::linkColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___linkColor_1;
// UnityEngine.Color FairyGUI.Utils.HtmlParseOptions::linkBgColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___linkBgColor_2;
// UnityEngine.Color FairyGUI.Utils.HtmlParseOptions::linkHoverBgColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___linkHoverBgColor_3;
// System.Boolean FairyGUI.Utils.HtmlParseOptions::ignoreWhiteSpace
bool ___ignoreWhiteSpace_4;
public:
inline static int32_t get_offset_of_linkUnderline_0() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67, ___linkUnderline_0)); }
inline bool get_linkUnderline_0() const { return ___linkUnderline_0; }
inline bool* get_address_of_linkUnderline_0() { return &___linkUnderline_0; }
inline void set_linkUnderline_0(bool value)
{
___linkUnderline_0 = value;
}
inline static int32_t get_offset_of_linkColor_1() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67, ___linkColor_1)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_linkColor_1() const { return ___linkColor_1; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_linkColor_1() { return &___linkColor_1; }
inline void set_linkColor_1(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___linkColor_1 = value;
}
inline static int32_t get_offset_of_linkBgColor_2() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67, ___linkBgColor_2)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_linkBgColor_2() const { return ___linkBgColor_2; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_linkBgColor_2() { return &___linkBgColor_2; }
inline void set_linkBgColor_2(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___linkBgColor_2 = value;
}
inline static int32_t get_offset_of_linkHoverBgColor_3() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67, ___linkHoverBgColor_3)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_linkHoverBgColor_3() const { return ___linkHoverBgColor_3; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_linkHoverBgColor_3() { return &___linkHoverBgColor_3; }
inline void set_linkHoverBgColor_3(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___linkHoverBgColor_3 = value;
}
inline static int32_t get_offset_of_ignoreWhiteSpace_4() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67, ___ignoreWhiteSpace_4)); }
inline bool get_ignoreWhiteSpace_4() const { return ___ignoreWhiteSpace_4; }
inline bool* get_address_of_ignoreWhiteSpace_4() { return &___ignoreWhiteSpace_4; }
inline void set_ignoreWhiteSpace_4(bool value)
{
___ignoreWhiteSpace_4 = value;
}
};
struct HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields
{
public:
// System.Boolean FairyGUI.Utils.HtmlParseOptions::DefaultLinkUnderline
bool ___DefaultLinkUnderline_5;
// UnityEngine.Color FairyGUI.Utils.HtmlParseOptions::DefaultLinkColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___DefaultLinkColor_6;
// UnityEngine.Color FairyGUI.Utils.HtmlParseOptions::DefaultLinkBgColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___DefaultLinkBgColor_7;
// UnityEngine.Color FairyGUI.Utils.HtmlParseOptions::DefaultLinkHoverBgColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___DefaultLinkHoverBgColor_8;
public:
inline static int32_t get_offset_of_DefaultLinkUnderline_5() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields, ___DefaultLinkUnderline_5)); }
inline bool get_DefaultLinkUnderline_5() const { return ___DefaultLinkUnderline_5; }
inline bool* get_address_of_DefaultLinkUnderline_5() { return &___DefaultLinkUnderline_5; }
inline void set_DefaultLinkUnderline_5(bool value)
{
___DefaultLinkUnderline_5 = value;
}
inline static int32_t get_offset_of_DefaultLinkColor_6() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields, ___DefaultLinkColor_6)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_DefaultLinkColor_6() const { return ___DefaultLinkColor_6; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_DefaultLinkColor_6() { return &___DefaultLinkColor_6; }
inline void set_DefaultLinkColor_6(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___DefaultLinkColor_6 = value;
}
inline static int32_t get_offset_of_DefaultLinkBgColor_7() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields, ___DefaultLinkBgColor_7)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_DefaultLinkBgColor_7() const { return ___DefaultLinkBgColor_7; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_DefaultLinkBgColor_7() { return &___DefaultLinkBgColor_7; }
inline void set_DefaultLinkBgColor_7(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___DefaultLinkBgColor_7 = value;
}
inline static int32_t get_offset_of_DefaultLinkHoverBgColor_8() { return static_cast<int32_t>(offsetof(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67_StaticFields, ___DefaultLinkHoverBgColor_8)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_DefaultLinkHoverBgColor_8() const { return ___DefaultLinkHoverBgColor_8; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_DefaultLinkHoverBgColor_8() { return &___DefaultLinkHoverBgColor_8; }
inline void set_DefaultLinkHoverBgColor_8(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___DefaultLinkHoverBgColor_8 = value;
}
};
// FairyGUI.VertAlignType
struct VertAlignType_t202929B60C3F2E00200AAB7ED3F5105BDA06FA31
{
public:
// System.Int32 FairyGUI.VertAlignType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(VertAlignType_t202929B60C3F2E00200AAB7ED3F5105BDA06FA31, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.VertexBuffer
struct VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B : public RuntimeObject
{
public:
// UnityEngine.Rect FairyGUI.VertexBuffer::contentRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___contentRect_0;
// UnityEngine.Rect FairyGUI.VertexBuffer::uvRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uvRect_1;
// UnityEngine.Color32 FairyGUI.VertexBuffer::vertexColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___vertexColor_2;
// System.Collections.Generic.List`1<UnityEngine.Vector3> FairyGUI.VertexBuffer::vertices
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ___vertices_3;
// System.Collections.Generic.List`1<UnityEngine.Color32> FairyGUI.VertexBuffer::colors
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * ___colors_4;
// System.Collections.Generic.List`1<UnityEngine.Vector4> FairyGUI.VertexBuffer::uv0
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * ___uv0_5;
// System.Collections.Generic.List`1<System.Int32> FairyGUI.VertexBuffer::triangles
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___triangles_6;
// System.Boolean FairyGUI.VertexBuffer::_alphaInVertexColor
bool ____alphaInVertexColor_9;
// System.Boolean FairyGUI.VertexBuffer::_isArbitraryQuad
bool ____isArbitraryQuad_10;
public:
inline static int32_t get_offset_of_contentRect_0() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___contentRect_0)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_contentRect_0() const { return ___contentRect_0; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_contentRect_0() { return &___contentRect_0; }
inline void set_contentRect_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___contentRect_0 = value;
}
inline static int32_t get_offset_of_uvRect_1() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___uvRect_1)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_uvRect_1() const { return ___uvRect_1; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_uvRect_1() { return &___uvRect_1; }
inline void set_uvRect_1(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___uvRect_1 = value;
}
inline static int32_t get_offset_of_vertexColor_2() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___vertexColor_2)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_vertexColor_2() const { return ___vertexColor_2; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_vertexColor_2() { return &___vertexColor_2; }
inline void set_vertexColor_2(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___vertexColor_2 = value;
}
inline static int32_t get_offset_of_vertices_3() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___vertices_3)); }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * get_vertices_3() const { return ___vertices_3; }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 ** get_address_of_vertices_3() { return &___vertices_3; }
inline void set_vertices_3(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * value)
{
___vertices_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___vertices_3), (void*)value);
}
inline static int32_t get_offset_of_colors_4() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___colors_4)); }
inline List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * get_colors_4() const { return ___colors_4; }
inline List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 ** get_address_of_colors_4() { return &___colors_4; }
inline void set_colors_4(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * value)
{
___colors_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value);
}
inline static int32_t get_offset_of_uv0_5() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___uv0_5)); }
inline List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * get_uv0_5() const { return ___uv0_5; }
inline List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 ** get_address_of_uv0_5() { return &___uv0_5; }
inline void set_uv0_5(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * value)
{
___uv0_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___uv0_5), (void*)value);
}
inline static int32_t get_offset_of_triangles_6() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ___triangles_6)); }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_triangles_6() const { return ___triangles_6; }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_triangles_6() { return &___triangles_6; }
inline void set_triangles_6(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
{
___triangles_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___triangles_6), (void*)value);
}
inline static int32_t get_offset_of__alphaInVertexColor_9() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ____alphaInVertexColor_9)); }
inline bool get__alphaInVertexColor_9() const { return ____alphaInVertexColor_9; }
inline bool* get_address_of__alphaInVertexColor_9() { return &____alphaInVertexColor_9; }
inline void set__alphaInVertexColor_9(bool value)
{
____alphaInVertexColor_9 = value;
}
inline static int32_t get_offset_of__isArbitraryQuad_10() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B, ____isArbitraryQuad_10)); }
inline bool get__isArbitraryQuad_10() const { return ____isArbitraryQuad_10; }
inline bool* get_address_of__isArbitraryQuad_10() { return &____isArbitraryQuad_10; }
inline void set__isArbitraryQuad_10(bool value)
{
____isArbitraryQuad_10 = value;
}
};
struct VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields
{
public:
// UnityEngine.Vector2[] FairyGUI.VertexBuffer::NormalizedUV
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___NormalizedUV_7;
// UnityEngine.Vector2[] FairyGUI.VertexBuffer::NormalizedPosition
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___NormalizedPosition_8;
// System.Collections.Generic.Stack`1<FairyGUI.VertexBuffer> FairyGUI.VertexBuffer::_pool
Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * ____pool_11;
public:
inline static int32_t get_offset_of_NormalizedUV_7() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields, ___NormalizedUV_7)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_NormalizedUV_7() const { return ___NormalizedUV_7; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_NormalizedUV_7() { return &___NormalizedUV_7; }
inline void set_NormalizedUV_7(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value)
{
___NormalizedUV_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___NormalizedUV_7), (void*)value);
}
inline static int32_t get_offset_of_NormalizedPosition_8() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields, ___NormalizedPosition_8)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_NormalizedPosition_8() const { return ___NormalizedPosition_8; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_NormalizedPosition_8() { return &___NormalizedPosition_8; }
inline void set_NormalizedPosition_8(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value)
{
___NormalizedPosition_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___NormalizedPosition_8), (void*)value);
}
inline static int32_t get_offset_of__pool_11() { return static_cast<int32_t>(offsetof(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_StaticFields, ____pool_11)); }
inline Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * get__pool_11() const { return ____pool_11; }
inline Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 ** get_address_of__pool_11() { return &____pool_11; }
inline void set__pool_11(Stack_1_tD08E91C4557FA13CC2EDAE91F65ED0CD41F59045 * value)
{
____pool_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pool_11), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2_Enumerator<FairyGUI.TimerCallback,FairyGUI.Anymous_T>
struct Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version
int32_t ___version_1;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index
int32_t ___index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current
KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 ___current_3;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType
int32_t ___getEnumeratorRetType_4;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2, ___dictionary_0)); }
inline Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2, ___version_1)); }
inline int32_t get_version_1() const { return ___version_1; }
inline int32_t* get_address_of_version_1() { return &___version_1; }
inline void set_version_1(int32_t value)
{
___version_1 = value;
}
inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2, ___index_2)); }
inline int32_t get_index_2() const { return ___index_2; }
inline int32_t* get_address_of_index_2() { return &___index_2; }
inline void set_index_2(int32_t value)
{
___index_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2, ___current_3)); }
inline KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 get_current_3() const { return ___current_3; }
inline KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2, ___getEnumeratorRetType_4)); }
inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; }
inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; }
inline void set_getEnumeratorRetType_4(int32_t value)
{
___getEnumeratorRetType_4 = value;
}
};
// System.Collections.Generic.Dictionary`2_Enumerator<System.Object,System.Object>
struct Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version
int32_t ___version_1;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index
int32_t ___index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___current_3;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType
int32_t ___getEnumeratorRetType_4;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___dictionary_0)); }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___version_1)); }
inline int32_t get_version_1() const { return ___version_1; }
inline int32_t* get_address_of_version_1() { return &___version_1; }
inline void set_version_1(int32_t value)
{
___version_1 = value;
}
inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___index_2)); }
inline int32_t get_index_2() const { return ___index_2; }
inline int32_t* get_address_of_index_2() { return &___index_2; }
inline void set_index_2(int32_t value)
{
___index_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___current_3)); }
inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE get_current_3() const { return ___current_3; }
inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___getEnumeratorRetType_4)); }
inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; }
inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; }
inline void set_getEnumeratorRetType_4(int32_t value)
{
___getEnumeratorRetType_4 = value;
}
};
// System.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.Color32>
struct Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF
{
public:
// T System.Nullable`1::value
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF, ___value_0)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_value_0() const { return ___value_0; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Matrix4x4>
struct Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0
{
public:
// T System.Nullable`1::value
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0, ___value_0)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_value_0() const { return ___value_0; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Rect>
struct Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10
{
public:
// T System.Nullable`1::value
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10, ___value_0)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_value_0() const { return ___value_0; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Vector3>
struct Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203
{
public:
// T System.Nullable`1::value
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203, ___value_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_value_0() const { return ___value_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t75BFB9848B0C0C6930A6973335B59621D36E6203, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.Nullable`1<UnityEngine.Vector4>
struct Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533
{
public:
// T System.Nullable`1::value
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533, ___value_0)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_value_0() const { return ___value_0; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// 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.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
{
public:
// System.IntPtr UnityEngine.Coroutine::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// UnityEngine.DeviceType
struct DeviceType_tB62FC22AC0F4007AB37906B04F7E0DB969BC41CF
{
public:
// System.Int32 UnityEngine.DeviceType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DeviceType_tB62FC22AC0F4007AB37906B04F7E0DB969BC41CF, ___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.Display
struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Display::nativeDisplay
intptr_t ___nativeDisplay_0;
public:
inline static int32_t get_offset_of_nativeDisplay_0() { return static_cast<int32_t>(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57, ___nativeDisplay_0)); }
inline intptr_t get_nativeDisplay_0() const { return ___nativeDisplay_0; }
inline intptr_t* get_address_of_nativeDisplay_0() { return &___nativeDisplay_0; }
inline void set_nativeDisplay_0(intptr_t value)
{
___nativeDisplay_0 = value;
}
};
struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields
{
public:
// UnityEngine.Display[] UnityEngine.Display::displays
DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* ___displays_1;
// UnityEngine.Display UnityEngine.Display::_mainDisplay
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * ____mainDisplay_2;
// UnityEngine.Display_DisplaysUpdatedDelegate UnityEngine.Display::onDisplaysUpdated
DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * ___onDisplaysUpdated_3;
public:
inline static int32_t get_offset_of_displays_1() { return static_cast<int32_t>(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields, ___displays_1)); }
inline DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* get_displays_1() const { return ___displays_1; }
inline DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9** get_address_of_displays_1() { return &___displays_1; }
inline void set_displays_1(DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* value)
{
___displays_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___displays_1), (void*)value);
}
inline static int32_t get_offset_of__mainDisplay_2() { return static_cast<int32_t>(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields, ____mainDisplay_2)); }
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * get__mainDisplay_2() const { return ____mainDisplay_2; }
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 ** get_address_of__mainDisplay_2() { return &____mainDisplay_2; }
inline void set__mainDisplay_2(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * value)
{
____mainDisplay_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____mainDisplay_2), (void*)value);
}
inline static int32_t get_offset_of_onDisplaysUpdated_3() { return static_cast<int32_t>(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields, ___onDisplaysUpdated_3)); }
inline DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * get_onDisplaysUpdated_3() const { return ___onDisplaysUpdated_3; }
inline DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 ** get_address_of_onDisplaysUpdated_3() { return &___onDisplaysUpdated_3; }
inline void set_onDisplaysUpdated_3(DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * value)
{
___onDisplaysUpdated_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onDisplaysUpdated_3), (void*)value);
}
};
// UnityEngine.Event
struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Event::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210, ___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;
}
};
struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields
{
public:
// UnityEngine.Event UnityEngine.Event::s_Current
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___s_Current_1;
// UnityEngine.Event UnityEngine.Event::s_MasterEvent
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___s_MasterEvent_2;
public:
inline static int32_t get_offset_of_s_Current_1() { return static_cast<int32_t>(offsetof(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields, ___s_Current_1)); }
inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * get_s_Current_1() const { return ___s_Current_1; }
inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 ** get_address_of_s_Current_1() { return &___s_Current_1; }
inline void set_s_Current_1(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * value)
{
___s_Current_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Current_1), (void*)value);
}
inline static int32_t get_offset_of_s_MasterEvent_2() { return static_cast<int32_t>(offsetof(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields, ___s_MasterEvent_2)); }
inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * get_s_MasterEvent_2() const { return ___s_MasterEvent_2; }
inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 ** get_address_of_s_MasterEvent_2() { return &___s_MasterEvent_2; }
inline void set_s_MasterEvent_2(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * value)
{
___s_MasterEvent_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_MasterEvent_2), (void*)value);
}
};
// Native definition for P/Invoke marshalling of UnityEngine.Event
struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Event
struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// 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.EventType
struct EventType_t3D3937E705A4506226002DAB22071B7B181DA57B
{
public:
// System.Int32 UnityEngine.EventType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EventType_t3D3937E705A4506226002DAB22071B7B181DA57B, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.FontStyle
struct FontStyle_t273973EBB1F40C2381F6D60AB957149DE5720CF3
{
public:
// System.Int32 UnityEngine.FontStyle::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FontStyle_t273973EBB1F40C2381F6D60AB957149DE5720CF3, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.HideFlags
struct HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37
{
public:
// System.Int32 UnityEngine.HideFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.KeyCode
struct KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C
{
public:
// System.Int32 UnityEngine.KeyCode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Object::m_CachedPtr
intptr_t ___m_CachedPtr_0;
public:
inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___m_CachedPtr_0)); }
inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; }
inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; }
inline void set_m_CachedPtr_0(intptr_t value)
{
___m_CachedPtr_0 = value;
}
};
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields
{
public:
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
public:
inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); }
inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; }
inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; }
inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value)
{
___OffsetOfInstanceIDInCPlusPlusObject_1 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
{
intptr_t ___m_CachedPtr_0;
};
// Native definition for COM marshalling of UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
{
intptr_t ___m_CachedPtr_0;
};
// UnityEngine.RaycastHit
struct RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3
{
public:
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Point_0;
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Normal_1;
// System.UInt32 UnityEngine.RaycastHit::m_FaceID
uint32_t ___m_FaceID_2;
// System.Single UnityEngine.RaycastHit::m_Distance
float ___m_Distance_3;
// UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_UV_4;
// System.Int32 UnityEngine.RaycastHit::m_Collider
int32_t ___m_Collider_5;
public:
inline static int32_t get_offset_of_m_Point_0() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Point_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Point_0() const { return ___m_Point_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Point_0() { return &___m_Point_0; }
inline void set_m_Point_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Point_0 = value;
}
inline static int32_t get_offset_of_m_Normal_1() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Normal_1)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Normal_1() const { return ___m_Normal_1; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Normal_1() { return &___m_Normal_1; }
inline void set_m_Normal_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Normal_1 = value;
}
inline static int32_t get_offset_of_m_FaceID_2() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_FaceID_2)); }
inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; }
inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; }
inline void set_m_FaceID_2(uint32_t value)
{
___m_FaceID_2 = value;
}
inline static int32_t get_offset_of_m_Distance_3() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Distance_3)); }
inline float get_m_Distance_3() const { return ___m_Distance_3; }
inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; }
inline void set_m_Distance_3(float value)
{
___m_Distance_3 = value;
}
inline static int32_t get_offset_of_m_UV_4() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_UV_4)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_UV_4() const { return ___m_UV_4; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_UV_4() { return &___m_UV_4; }
inline void set_m_UV_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_UV_4 = value;
}
inline static int32_t get_offset_of_m_Collider_5() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Collider_5)); }
inline int32_t get_m_Collider_5() const { return ___m_Collider_5; }
inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; }
inline void set_m_Collider_5(int32_t value)
{
___m_Collider_5 = value;
}
};
// UnityEngine.RenderMode
struct RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60
{
public:
// System.Int32 UnityEngine.RenderMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.Rendering.ReflectionProbeUsage
struct ReflectionProbeUsage_tAFF366D7F5E43B871C7302C4D7D0F48859E7B31A
{
public:
// System.Int32 UnityEngine.Rendering.ReflectionProbeUsage::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ReflectionProbeUsage_tAFF366D7F5E43B871C7302C4D7D0F48859E7B31A, ___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.Rendering.ShadowCastingMode
struct ShadowCastingMode_t699023357D66025632B533A17D0FB1E4548141FF
{
public:
// System.Int32 UnityEngine.Rendering.ShadowCastingMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ShadowCastingMode_t699023357D66025632B533A17D0FB1E4548141FF, ___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.RuntimePlatform
struct RuntimePlatform_tD5F5737C1BBBCBB115EB104DF2B7876387E80132
{
public:
// System.Int32 UnityEngine.RuntimePlatform::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RuntimePlatform_tD5F5737C1BBBCBB115EB104DF2B7876387E80132, ___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.SceneManagement.LoadSceneMode
struct LoadSceneMode_t75F0B96794398942671B8315D2A9AC25C40A22D5
{
public:
// System.Int32 UnityEngine.SceneManagement.LoadSceneMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LoadSceneMode_t75F0B96794398942671B8315D2A9AC25C40A22D5, ___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.StereoTargetEyeMask
struct StereoTargetEyeMask_t9B10176C5D3A38A3C2B226428A96859D2A88C8A0
{
public:
// System.Int32 UnityEngine.StereoTargetEyeMask::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StereoTargetEyeMask_t9B10176C5D3A38A3C2B226428A96859D2A88C8A0, ___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.TouchPhase
struct TouchPhase_t7E9CEC3DD059E32F847242513BD6CE30866AB2A6
{
public:
// System.Int32 UnityEngine.TouchPhase::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TouchPhase_t7E9CEC3DD059E32F847242513BD6CE30866AB2A6, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.TouchType
struct TouchType_tBBD83025576FC017B10484014B5C396613A02B8E
{
public:
// System.Int32 UnityEngine.TouchType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TouchType_tBBD83025576FC017B10484014B5C396613A02B8E, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.DisplayObject
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// System.String FairyGUI.DisplayObject::name
String_t* ___name_2;
// FairyGUI.Container FairyGUI.DisplayObject::<parent>k__BackingField
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CparentU3Ek__BackingField_3;
// UnityEngine.GameObject FairyGUI.DisplayObject::<gameObject>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CgameObjectU3Ek__BackingField_4;
// UnityEngine.Transform FairyGUI.DisplayObject::<cachedTransform>k__BackingField
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___U3CcachedTransformU3Ek__BackingField_5;
// FairyGUI.NGraphics FairyGUI.DisplayObject::<graphics>k__BackingField
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___U3CgraphicsU3Ek__BackingField_6;
// FairyGUI.NGraphics FairyGUI.DisplayObject::<paintingGraphics>k__BackingField
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___U3CpaintingGraphicsU3Ek__BackingField_7;
// FairyGUI.EventCallback0 FairyGUI.DisplayObject::onPaint
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___onPaint_8;
// FairyGUI.GObject FairyGUI.DisplayObject::gOwner
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___gOwner_9;
// System.UInt32 FairyGUI.DisplayObject::id
uint32_t ___id_10;
// System.Boolean FairyGUI.DisplayObject::_visible
bool ____visible_11;
// System.Boolean FairyGUI.DisplayObject::_touchable
bool ____touchable_12;
// UnityEngine.Vector2 FairyGUI.DisplayObject::_pivot
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____pivot_13;
// UnityEngine.Vector3 FairyGUI.DisplayObject::_pivotOffset
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ____pivotOffset_14;
// UnityEngine.Vector2 FairyGUI.DisplayObject::_skew
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____skew_15;
// System.Int32 FairyGUI.DisplayObject::_renderingOrder
int32_t ____renderingOrder_16;
// System.Single FairyGUI.DisplayObject::_alpha
float ____alpha_17;
// System.Boolean FairyGUI.DisplayObject::_grayed
bool ____grayed_18;
// FairyGUI.BlendMode FairyGUI.DisplayObject::_blendMode
int32_t ____blendMode_19;
// FairyGUI.IFilter FairyGUI.DisplayObject::_filter
RuntimeObject* ____filter_20;
// UnityEngine.Transform FairyGUI.DisplayObject::_home
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ____home_21;
// System.Boolean FairyGUI.DisplayObject::_perspective
bool ____perspective_22;
// System.Int32 FairyGUI.DisplayObject::_focalLength
int32_t ____focalLength_23;
// UnityEngine.Vector3 FairyGUI.DisplayObject::_rotation
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ____rotation_24;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onClick
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClick_25;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRightClick
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRightClick_26;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchBegin
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchBegin_27;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchMove
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchMove_28;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onTouchEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchEnd_29;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRollOver
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOver_30;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRollOut
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOut_31;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onMouseWheel
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onMouseWheel_32;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onAddedToStage
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onAddedToStage_33;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onRemovedFromStage
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRemovedFromStage_34;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onKeyDown
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onKeyDown_35;
// FairyGUI.EventListener FairyGUI.DisplayObject::_onClickLink
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClickLink_36;
// FairyGUI.EventCallback0 FairyGUI.DisplayObject::_captureDelegate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____captureDelegate_37;
// System.Int32 FairyGUI.DisplayObject::_paintingMode
int32_t ____paintingMode_38;
// FairyGUI.Margin FairyGUI.DisplayObject::_paintingMargin
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ____paintingMargin_39;
// System.Int32 FairyGUI.DisplayObject::_paintingFlag
int32_t ____paintingFlag_40;
// UnityEngine.Material FairyGUI.DisplayObject::_paintingMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____paintingMaterial_41;
// System.Boolean FairyGUI.DisplayObject::_cacheAsBitmap
bool ____cacheAsBitmap_42;
// UnityEngine.Rect FairyGUI.DisplayObject::_contentRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ____contentRect_43;
// System.Nullable`1<UnityEngine.Matrix4x4> FairyGUI.DisplayObject::_transformMatrix
Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 ____transformMatrix_44;
// System.Boolean FairyGUI.DisplayObject::_ownsGameObject
bool ____ownsGameObject_45;
// System.Boolean FairyGUI.DisplayObject::_disposed
bool ____disposed_46;
// System.Boolean FairyGUI.DisplayObject::_touchDisabled
bool ____touchDisabled_47;
// System.Single[] FairyGUI.DisplayObject::_internal_bounds
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ____internal_bounds_48;
// System.Boolean FairyGUI.DisplayObject::_skipInFairyBatching
bool ____skipInFairyBatching_49;
// System.Boolean FairyGUI.DisplayObject::_outlineChanged
bool ____outlineChanged_50;
public:
inline static int32_t get_offset_of_name_2() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___name_2)); }
inline String_t* get_name_2() const { return ___name_2; }
inline String_t** get_address_of_name_2() { return &___name_2; }
inline void set_name_2(String_t* value)
{
___name_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value);
}
inline static int32_t get_offset_of_U3CparentU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CparentU3Ek__BackingField_3)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CparentU3Ek__BackingField_3() const { return ___U3CparentU3Ek__BackingField_3; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CparentU3Ek__BackingField_3() { return &___U3CparentU3Ek__BackingField_3; }
inline void set_U3CparentU3Ek__BackingField_3(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
___U3CparentU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CparentU3Ek__BackingField_3), (void*)value);
}
inline static int32_t get_offset_of_U3CgameObjectU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CgameObjectU3Ek__BackingField_4)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CgameObjectU3Ek__BackingField_4() const { return ___U3CgameObjectU3Ek__BackingField_4; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CgameObjectU3Ek__BackingField_4() { return &___U3CgameObjectU3Ek__BackingField_4; }
inline void set_U3CgameObjectU3Ek__BackingField_4(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3CgameObjectU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CgameObjectU3Ek__BackingField_4), (void*)value);
}
inline static int32_t get_offset_of_U3CcachedTransformU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CcachedTransformU3Ek__BackingField_5)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_U3CcachedTransformU3Ek__BackingField_5() const { return ___U3CcachedTransformU3Ek__BackingField_5; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_U3CcachedTransformU3Ek__BackingField_5() { return &___U3CcachedTransformU3Ek__BackingField_5; }
inline void set_U3CcachedTransformU3Ek__BackingField_5(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
___U3CcachedTransformU3Ek__BackingField_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CcachedTransformU3Ek__BackingField_5), (void*)value);
}
inline static int32_t get_offset_of_U3CgraphicsU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CgraphicsU3Ek__BackingField_6)); }
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * get_U3CgraphicsU3Ek__BackingField_6() const { return ___U3CgraphicsU3Ek__BackingField_6; }
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD ** get_address_of_U3CgraphicsU3Ek__BackingField_6() { return &___U3CgraphicsU3Ek__BackingField_6; }
inline void set_U3CgraphicsU3Ek__BackingField_6(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * value)
{
___U3CgraphicsU3Ek__BackingField_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CgraphicsU3Ek__BackingField_6), (void*)value);
}
inline static int32_t get_offset_of_U3CpaintingGraphicsU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___U3CpaintingGraphicsU3Ek__BackingField_7)); }
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * get_U3CpaintingGraphicsU3Ek__BackingField_7() const { return ___U3CpaintingGraphicsU3Ek__BackingField_7; }
inline NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD ** get_address_of_U3CpaintingGraphicsU3Ek__BackingField_7() { return &___U3CpaintingGraphicsU3Ek__BackingField_7; }
inline void set_U3CpaintingGraphicsU3Ek__BackingField_7(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * value)
{
___U3CpaintingGraphicsU3Ek__BackingField_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CpaintingGraphicsU3Ek__BackingField_7), (void*)value);
}
inline static int32_t get_offset_of_onPaint_8() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___onPaint_8)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_onPaint_8() const { return ___onPaint_8; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_onPaint_8() { return &___onPaint_8; }
inline void set_onPaint_8(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___onPaint_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPaint_8), (void*)value);
}
inline static int32_t get_offset_of_gOwner_9() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___gOwner_9)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_gOwner_9() const { return ___gOwner_9; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_gOwner_9() { return &___gOwner_9; }
inline void set_gOwner_9(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___gOwner_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gOwner_9), (void*)value);
}
inline static int32_t get_offset_of_id_10() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ___id_10)); }
inline uint32_t get_id_10() const { return ___id_10; }
inline uint32_t* get_address_of_id_10() { return &___id_10; }
inline void set_id_10(uint32_t value)
{
___id_10 = value;
}
inline static int32_t get_offset_of__visible_11() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____visible_11)); }
inline bool get__visible_11() const { return ____visible_11; }
inline bool* get_address_of__visible_11() { return &____visible_11; }
inline void set__visible_11(bool value)
{
____visible_11 = value;
}
inline static int32_t get_offset_of__touchable_12() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____touchable_12)); }
inline bool get__touchable_12() const { return ____touchable_12; }
inline bool* get_address_of__touchable_12() { return &____touchable_12; }
inline void set__touchable_12(bool value)
{
____touchable_12 = value;
}
inline static int32_t get_offset_of__pivot_13() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____pivot_13)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__pivot_13() const { return ____pivot_13; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__pivot_13() { return &____pivot_13; }
inline void set__pivot_13(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____pivot_13 = value;
}
inline static int32_t get_offset_of__pivotOffset_14() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____pivotOffset_14)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get__pivotOffset_14() const { return ____pivotOffset_14; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of__pivotOffset_14() { return &____pivotOffset_14; }
inline void set__pivotOffset_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
____pivotOffset_14 = value;
}
inline static int32_t get_offset_of__skew_15() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____skew_15)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__skew_15() const { return ____skew_15; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__skew_15() { return &____skew_15; }
inline void set__skew_15(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____skew_15 = value;
}
inline static int32_t get_offset_of__renderingOrder_16() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____renderingOrder_16)); }
inline int32_t get__renderingOrder_16() const { return ____renderingOrder_16; }
inline int32_t* get_address_of__renderingOrder_16() { return &____renderingOrder_16; }
inline void set__renderingOrder_16(int32_t value)
{
____renderingOrder_16 = value;
}
inline static int32_t get_offset_of__alpha_17() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____alpha_17)); }
inline float get__alpha_17() const { return ____alpha_17; }
inline float* get_address_of__alpha_17() { return &____alpha_17; }
inline void set__alpha_17(float value)
{
____alpha_17 = value;
}
inline static int32_t get_offset_of__grayed_18() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____grayed_18)); }
inline bool get__grayed_18() const { return ____grayed_18; }
inline bool* get_address_of__grayed_18() { return &____grayed_18; }
inline void set__grayed_18(bool value)
{
____grayed_18 = value;
}
inline static int32_t get_offset_of__blendMode_19() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____blendMode_19)); }
inline int32_t get__blendMode_19() const { return ____blendMode_19; }
inline int32_t* get_address_of__blendMode_19() { return &____blendMode_19; }
inline void set__blendMode_19(int32_t value)
{
____blendMode_19 = value;
}
inline static int32_t get_offset_of__filter_20() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____filter_20)); }
inline RuntimeObject* get__filter_20() const { return ____filter_20; }
inline RuntimeObject** get_address_of__filter_20() { return &____filter_20; }
inline void set__filter_20(RuntimeObject* value)
{
____filter_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&____filter_20), (void*)value);
}
inline static int32_t get_offset_of__home_21() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____home_21)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get__home_21() const { return ____home_21; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of__home_21() { return &____home_21; }
inline void set__home_21(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
____home_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&____home_21), (void*)value);
}
inline static int32_t get_offset_of__perspective_22() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____perspective_22)); }
inline bool get__perspective_22() const { return ____perspective_22; }
inline bool* get_address_of__perspective_22() { return &____perspective_22; }
inline void set__perspective_22(bool value)
{
____perspective_22 = value;
}
inline static int32_t get_offset_of__focalLength_23() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____focalLength_23)); }
inline int32_t get__focalLength_23() const { return ____focalLength_23; }
inline int32_t* get_address_of__focalLength_23() { return &____focalLength_23; }
inline void set__focalLength_23(int32_t value)
{
____focalLength_23 = value;
}
inline static int32_t get_offset_of__rotation_24() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____rotation_24)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get__rotation_24() const { return ____rotation_24; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of__rotation_24() { return &____rotation_24; }
inline void set__rotation_24(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
____rotation_24 = value;
}
inline static int32_t get_offset_of__onClick_25() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onClick_25)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClick_25() const { return ____onClick_25; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClick_25() { return &____onClick_25; }
inline void set__onClick_25(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClick_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClick_25), (void*)value);
}
inline static int32_t get_offset_of__onRightClick_26() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRightClick_26)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRightClick_26() const { return ____onRightClick_26; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRightClick_26() { return &____onRightClick_26; }
inline void set__onRightClick_26(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRightClick_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRightClick_26), (void*)value);
}
inline static int32_t get_offset_of__onTouchBegin_27() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onTouchBegin_27)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchBegin_27() const { return ____onTouchBegin_27; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchBegin_27() { return &____onTouchBegin_27; }
inline void set__onTouchBegin_27(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchBegin_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchBegin_27), (void*)value);
}
inline static int32_t get_offset_of__onTouchMove_28() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onTouchMove_28)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchMove_28() const { return ____onTouchMove_28; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchMove_28() { return &____onTouchMove_28; }
inline void set__onTouchMove_28(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchMove_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchMove_28), (void*)value);
}
inline static int32_t get_offset_of__onTouchEnd_29() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onTouchEnd_29)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchEnd_29() const { return ____onTouchEnd_29; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchEnd_29() { return &____onTouchEnd_29; }
inline void set__onTouchEnd_29(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchEnd_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchEnd_29), (void*)value);
}
inline static int32_t get_offset_of__onRollOver_30() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRollOver_30)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOver_30() const { return ____onRollOver_30; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOver_30() { return &____onRollOver_30; }
inline void set__onRollOver_30(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRollOver_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRollOver_30), (void*)value);
}
inline static int32_t get_offset_of__onRollOut_31() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRollOut_31)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOut_31() const { return ____onRollOut_31; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOut_31() { return &____onRollOut_31; }
inline void set__onRollOut_31(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRollOut_31 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRollOut_31), (void*)value);
}
inline static int32_t get_offset_of__onMouseWheel_32() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onMouseWheel_32)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onMouseWheel_32() const { return ____onMouseWheel_32; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onMouseWheel_32() { return &____onMouseWheel_32; }
inline void set__onMouseWheel_32(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onMouseWheel_32 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onMouseWheel_32), (void*)value);
}
inline static int32_t get_offset_of__onAddedToStage_33() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onAddedToStage_33)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onAddedToStage_33() const { return ____onAddedToStage_33; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onAddedToStage_33() { return &____onAddedToStage_33; }
inline void set__onAddedToStage_33(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onAddedToStage_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onAddedToStage_33), (void*)value);
}
inline static int32_t get_offset_of__onRemovedFromStage_34() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onRemovedFromStage_34)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRemovedFromStage_34() const { return ____onRemovedFromStage_34; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRemovedFromStage_34() { return &____onRemovedFromStage_34; }
inline void set__onRemovedFromStage_34(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRemovedFromStage_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRemovedFromStage_34), (void*)value);
}
inline static int32_t get_offset_of__onKeyDown_35() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onKeyDown_35)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onKeyDown_35() const { return ____onKeyDown_35; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onKeyDown_35() { return &____onKeyDown_35; }
inline void set__onKeyDown_35(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onKeyDown_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onKeyDown_35), (void*)value);
}
inline static int32_t get_offset_of__onClickLink_36() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____onClickLink_36)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClickLink_36() const { return ____onClickLink_36; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClickLink_36() { return &____onClickLink_36; }
inline void set__onClickLink_36(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClickLink_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClickLink_36), (void*)value);
}
inline static int32_t get_offset_of__captureDelegate_37() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____captureDelegate_37)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__captureDelegate_37() const { return ____captureDelegate_37; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__captureDelegate_37() { return &____captureDelegate_37; }
inline void set__captureDelegate_37(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____captureDelegate_37 = value;
Il2CppCodeGenWriteBarrier((void**)(&____captureDelegate_37), (void*)value);
}
inline static int32_t get_offset_of__paintingMode_38() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingMode_38)); }
inline int32_t get__paintingMode_38() const { return ____paintingMode_38; }
inline int32_t* get_address_of__paintingMode_38() { return &____paintingMode_38; }
inline void set__paintingMode_38(int32_t value)
{
____paintingMode_38 = value;
}
inline static int32_t get_offset_of__paintingMargin_39() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingMargin_39)); }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get__paintingMargin_39() const { return ____paintingMargin_39; }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of__paintingMargin_39() { return &____paintingMargin_39; }
inline void set__paintingMargin_39(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
{
____paintingMargin_39 = value;
}
inline static int32_t get_offset_of__paintingFlag_40() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingFlag_40)); }
inline int32_t get__paintingFlag_40() const { return ____paintingFlag_40; }
inline int32_t* get_address_of__paintingFlag_40() { return &____paintingFlag_40; }
inline void set__paintingFlag_40(int32_t value)
{
____paintingFlag_40 = value;
}
inline static int32_t get_offset_of__paintingMaterial_41() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____paintingMaterial_41)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__paintingMaterial_41() const { return ____paintingMaterial_41; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__paintingMaterial_41() { return &____paintingMaterial_41; }
inline void set__paintingMaterial_41(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
____paintingMaterial_41 = value;
Il2CppCodeGenWriteBarrier((void**)(&____paintingMaterial_41), (void*)value);
}
inline static int32_t get_offset_of__cacheAsBitmap_42() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____cacheAsBitmap_42)); }
inline bool get__cacheAsBitmap_42() const { return ____cacheAsBitmap_42; }
inline bool* get_address_of__cacheAsBitmap_42() { return &____cacheAsBitmap_42; }
inline void set__cacheAsBitmap_42(bool value)
{
____cacheAsBitmap_42 = value;
}
inline static int32_t get_offset_of__contentRect_43() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____contentRect_43)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get__contentRect_43() const { return ____contentRect_43; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of__contentRect_43() { return &____contentRect_43; }
inline void set__contentRect_43(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
____contentRect_43 = value;
}
inline static int32_t get_offset_of__transformMatrix_44() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____transformMatrix_44)); }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 get__transformMatrix_44() const { return ____transformMatrix_44; }
inline Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 * get_address_of__transformMatrix_44() { return &____transformMatrix_44; }
inline void set__transformMatrix_44(Nullable_1_tBFF6390921F319FC72C16E8B8065E2189E27C1F0 value)
{
____transformMatrix_44 = value;
}
inline static int32_t get_offset_of__ownsGameObject_45() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____ownsGameObject_45)); }
inline bool get__ownsGameObject_45() const { return ____ownsGameObject_45; }
inline bool* get_address_of__ownsGameObject_45() { return &____ownsGameObject_45; }
inline void set__ownsGameObject_45(bool value)
{
____ownsGameObject_45 = value;
}
inline static int32_t get_offset_of__disposed_46() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____disposed_46)); }
inline bool get__disposed_46() const { return ____disposed_46; }
inline bool* get_address_of__disposed_46() { return &____disposed_46; }
inline void set__disposed_46(bool value)
{
____disposed_46 = value;
}
inline static int32_t get_offset_of__touchDisabled_47() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____touchDisabled_47)); }
inline bool get__touchDisabled_47() const { return ____touchDisabled_47; }
inline bool* get_address_of__touchDisabled_47() { return &____touchDisabled_47; }
inline void set__touchDisabled_47(bool value)
{
____touchDisabled_47 = value;
}
inline static int32_t get_offset_of__internal_bounds_48() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____internal_bounds_48)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get__internal_bounds_48() const { return ____internal_bounds_48; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of__internal_bounds_48() { return &____internal_bounds_48; }
inline void set__internal_bounds_48(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
____internal_bounds_48 = value;
Il2CppCodeGenWriteBarrier((void**)(&____internal_bounds_48), (void*)value);
}
inline static int32_t get_offset_of__skipInFairyBatching_49() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____skipInFairyBatching_49)); }
inline bool get__skipInFairyBatching_49() const { return ____skipInFairyBatching_49; }
inline bool* get_address_of__skipInFairyBatching_49() { return &____skipInFairyBatching_49; }
inline void set__skipInFairyBatching_49(bool value)
{
____skipInFairyBatching_49 = value;
}
inline static int32_t get_offset_of__outlineChanged_50() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB, ____outlineChanged_50)); }
inline bool get__outlineChanged_50() const { return ____outlineChanged_50; }
inline bool* get_address_of__outlineChanged_50() { return &____outlineChanged_50; }
inline void set__outlineChanged_50(bool value)
{
____outlineChanged_50 = value;
}
};
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_StaticFields
{
public:
// System.UInt32 FairyGUI.DisplayObject::_gInstanceCounter
uint32_t ____gInstanceCounter_51;
public:
inline static int32_t get_offset_of__gInstanceCounter_51() { return static_cast<int32_t>(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_StaticFields, ____gInstanceCounter_51)); }
inline uint32_t get__gInstanceCounter_51() const { return ____gInstanceCounter_51; }
inline uint32_t* get_address_of__gInstanceCounter_51() { return &____gInstanceCounter_51; }
inline void set__gInstanceCounter_51(uint32_t value)
{
____gInstanceCounter_51 = value;
}
};
// FairyGUI.DisplayOptions
struct DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070 : public RuntimeObject
{
public:
public:
};
struct DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields
{
public:
// UnityEngine.HideFlags FairyGUI.DisplayOptions::hideFlags
int32_t ___hideFlags_0;
public:
inline static int32_t get_offset_of_hideFlags_0() { return static_cast<int32_t>(offsetof(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields, ___hideFlags_0)); }
inline int32_t get_hideFlags_0() const { return ___hideFlags_0; }
inline int32_t* get_address_of_hideFlags_0() { return &___hideFlags_0; }
inline void set_hideFlags_0(int32_t value)
{
___hideFlags_0 = value;
}
};
// FairyGUI.EllipseMesh
struct EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 : public RuntimeObject
{
public:
// System.Nullable`1<UnityEngine.Rect> FairyGUI.EllipseMesh::drawRect
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___drawRect_0;
// System.Single FairyGUI.EllipseMesh::lineWidth
float ___lineWidth_1;
// UnityEngine.Color32 FairyGUI.EllipseMesh::lineColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___lineColor_2;
// System.Nullable`1<UnityEngine.Color32> FairyGUI.EllipseMesh::centerColor
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ___centerColor_3;
// System.Nullable`1<UnityEngine.Color32> FairyGUI.EllipseMesh::fillColor
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ___fillColor_4;
// System.Single FairyGUI.EllipseMesh::startDegree
float ___startDegree_5;
// System.Single FairyGUI.EllipseMesh::endDegreee
float ___endDegreee_6;
public:
inline static int32_t get_offset_of_drawRect_0() { return static_cast<int32_t>(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___drawRect_0)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_drawRect_0() const { return ___drawRect_0; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_drawRect_0() { return &___drawRect_0; }
inline void set_drawRect_0(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
___drawRect_0 = value;
}
inline static int32_t get_offset_of_lineWidth_1() { return static_cast<int32_t>(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___lineWidth_1)); }
inline float get_lineWidth_1() const { return ___lineWidth_1; }
inline float* get_address_of_lineWidth_1() { return &___lineWidth_1; }
inline void set_lineWidth_1(float value)
{
___lineWidth_1 = value;
}
inline static int32_t get_offset_of_lineColor_2() { return static_cast<int32_t>(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___lineColor_2)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_lineColor_2() const { return ___lineColor_2; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_lineColor_2() { return &___lineColor_2; }
inline void set_lineColor_2(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___lineColor_2 = value;
}
inline static int32_t get_offset_of_centerColor_3() { return static_cast<int32_t>(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___centerColor_3)); }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF get_centerColor_3() const { return ___centerColor_3; }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * get_address_of_centerColor_3() { return &___centerColor_3; }
inline void set_centerColor_3(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF value)
{
___centerColor_3 = value;
}
inline static int32_t get_offset_of_fillColor_4() { return static_cast<int32_t>(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___fillColor_4)); }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF get_fillColor_4() const { return ___fillColor_4; }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * get_address_of_fillColor_4() { return &___fillColor_4; }
inline void set_fillColor_4(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF value)
{
___fillColor_4 = value;
}
inline static int32_t get_offset_of_startDegree_5() { return static_cast<int32_t>(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___startDegree_5)); }
inline float get_startDegree_5() const { return ___startDegree_5; }
inline float* get_address_of_startDegree_5() { return &___startDegree_5; }
inline void set_startDegree_5(float value)
{
___startDegree_5 = value;
}
inline static int32_t get_offset_of_endDegreee_6() { return static_cast<int32_t>(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0, ___endDegreee_6)); }
inline float get_endDegreee_6() const { return ___endDegreee_6; }
inline float* get_address_of_endDegreee_6() { return &___endDegreee_6; }
inline void set_endDegreee_6(float value)
{
___endDegreee_6 = value;
}
};
struct EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_StaticFields
{
public:
// System.Int32[] FairyGUI.EllipseMesh::SECTOR_CENTER_TRIANGLES
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___SECTOR_CENTER_TRIANGLES_7;
public:
inline static int32_t get_offset_of_SECTOR_CENTER_TRIANGLES_7() { return static_cast<int32_t>(offsetof(EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_StaticFields, ___SECTOR_CENTER_TRIANGLES_7)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_SECTOR_CENTER_TRIANGLES_7() const { return ___SECTOR_CENTER_TRIANGLES_7; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_SECTOR_CENTER_TRIANGLES_7() { return &___SECTOR_CENTER_TRIANGLES_7; }
inline void set_SECTOR_CENTER_TRIANGLES_7(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___SECTOR_CENTER_TRIANGLES_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___SECTOR_CENTER_TRIANGLES_7), (void*)value);
}
};
// FairyGUI.GObject
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// System.String FairyGUI.GObject::<id>k__BackingField
String_t* ___U3CidU3Ek__BackingField_2;
// System.String FairyGUI.GObject::name
String_t* ___name_3;
// System.Object FairyGUI.GObject::data
RuntimeObject * ___data_4;
// System.Int32 FairyGUI.GObject::sourceWidth
int32_t ___sourceWidth_5;
// System.Int32 FairyGUI.GObject::sourceHeight
int32_t ___sourceHeight_6;
// System.Int32 FairyGUI.GObject::initWidth
int32_t ___initWidth_7;
// System.Int32 FairyGUI.GObject::initHeight
int32_t ___initHeight_8;
// System.Int32 FairyGUI.GObject::minWidth
int32_t ___minWidth_9;
// System.Int32 FairyGUI.GObject::maxWidth
int32_t ___maxWidth_10;
// System.Int32 FairyGUI.GObject::minHeight
int32_t ___minHeight_11;
// System.Int32 FairyGUI.GObject::maxHeight
int32_t ___maxHeight_12;
// FairyGUI.Relations FairyGUI.GObject::<relations>k__BackingField
Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * ___U3CrelationsU3Ek__BackingField_13;
// System.Nullable`1<UnityEngine.Rect> FairyGUI.GObject::dragBounds
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___dragBounds_14;
// FairyGUI.GComponent FairyGUI.GObject::<parent>k__BackingField
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___U3CparentU3Ek__BackingField_15;
// FairyGUI.DisplayObject FairyGUI.GObject::<displayObject>k__BackingField
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___U3CdisplayObjectU3Ek__BackingField_16;
// FairyGUI.PackageItem FairyGUI.GObject::packageItem
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___packageItem_18;
// System.Single FairyGUI.GObject::_x
float ____x_19;
// System.Single FairyGUI.GObject::_y
float ____y_20;
// System.Single FairyGUI.GObject::_z
float ____z_21;
// System.Single FairyGUI.GObject::_pivotX
float ____pivotX_22;
// System.Single FairyGUI.GObject::_pivotY
float ____pivotY_23;
// System.Boolean FairyGUI.GObject::_pivotAsAnchor
bool ____pivotAsAnchor_24;
// System.Single FairyGUI.GObject::_alpha
float ____alpha_25;
// System.Single FairyGUI.GObject::_rotation
float ____rotation_26;
// System.Single FairyGUI.GObject::_rotationX
float ____rotationX_27;
// System.Single FairyGUI.GObject::_rotationY
float ____rotationY_28;
// System.Boolean FairyGUI.GObject::_visible
bool ____visible_29;
// System.Boolean FairyGUI.GObject::_internalVisible
bool ____internalVisible_30;
// System.Boolean FairyGUI.GObject::_handlingController
bool ____handlingController_31;
// System.Boolean FairyGUI.GObject::_touchable
bool ____touchable_32;
// System.Boolean FairyGUI.GObject::_grayed
bool ____grayed_33;
// System.Boolean FairyGUI.GObject::_draggable
bool ____draggable_34;
// System.Single FairyGUI.GObject::_scaleX
float ____scaleX_35;
// System.Single FairyGUI.GObject::_scaleY
float ____scaleY_36;
// System.Int32 FairyGUI.GObject::_sortingOrder
int32_t ____sortingOrder_37;
// System.Boolean FairyGUI.GObject::_focusable
bool ____focusable_38;
// System.String FairyGUI.GObject::_tooltips
String_t* ____tooltips_39;
// System.Boolean FairyGUI.GObject::_pixelSnapping
bool ____pixelSnapping_40;
// FairyGUI.GGroup FairyGUI.GObject::_group
GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * ____group_41;
// FairyGUI.GearBase[] FairyGUI.GObject::_gears
GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* ____gears_42;
// FairyGUI.EventListener FairyGUI.GObject::_onClick
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClick_43;
// FairyGUI.EventListener FairyGUI.GObject::_onRightClick
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRightClick_44;
// FairyGUI.EventListener FairyGUI.GObject::_onTouchBegin
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchBegin_45;
// FairyGUI.EventListener FairyGUI.GObject::_onTouchMove
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchMove_46;
// FairyGUI.EventListener FairyGUI.GObject::_onTouchEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchEnd_47;
// FairyGUI.EventListener FairyGUI.GObject::_onRollOver
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOver_48;
// FairyGUI.EventListener FairyGUI.GObject::_onRollOut
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOut_49;
// FairyGUI.EventListener FairyGUI.GObject::_onAddedToStage
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onAddedToStage_50;
// FairyGUI.EventListener FairyGUI.GObject::_onRemovedFromStage
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRemovedFromStage_51;
// FairyGUI.EventListener FairyGUI.GObject::_onKeyDown
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onKeyDown_52;
// FairyGUI.EventListener FairyGUI.GObject::_onClickLink
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClickLink_53;
// FairyGUI.EventListener FairyGUI.GObject::_onPositionChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onPositionChanged_54;
// FairyGUI.EventListener FairyGUI.GObject::_onSizeChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onSizeChanged_55;
// FairyGUI.EventListener FairyGUI.GObject::_onDragStart
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragStart_56;
// FairyGUI.EventListener FairyGUI.GObject::_onDragMove
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragMove_57;
// FairyGUI.EventListener FairyGUI.GObject::_onDragEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragEnd_58;
// FairyGUI.EventListener FairyGUI.GObject::_onGearStop
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onGearStop_59;
// System.Boolean FairyGUI.GObject::underConstruct
bool ___underConstruct_60;
// System.Single FairyGUI.GObject::_width
float ____width_61;
// System.Single FairyGUI.GObject::_height
float ____height_62;
// System.Single FairyGUI.GObject::_rawWidth
float ____rawWidth_63;
// System.Single FairyGUI.GObject::_rawHeight
float ____rawHeight_64;
// System.Boolean FairyGUI.GObject::_gearLocked
bool ____gearLocked_65;
// System.Single FairyGUI.GObject::_sizePercentInGroup
float ____sizePercentInGroup_66;
// System.Boolean FairyGUI.GObject::_disposed
bool ____disposed_67;
// UnityEngine.Vector2 FairyGUI.GObject::_dragTouchStartPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____dragTouchStartPos_69;
// System.Boolean FairyGUI.GObject::_dragTesting
bool ____dragTesting_70;
public:
inline static int32_t get_offset_of_U3CidU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CidU3Ek__BackingField_2)); }
inline String_t* get_U3CidU3Ek__BackingField_2() const { return ___U3CidU3Ek__BackingField_2; }
inline String_t** get_address_of_U3CidU3Ek__BackingField_2() { return &___U3CidU3Ek__BackingField_2; }
inline void set_U3CidU3Ek__BackingField_2(String_t* value)
{
___U3CidU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CidU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_name_3() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___name_3)); }
inline String_t* get_name_3() const { return ___name_3; }
inline String_t** get_address_of_name_3() { return &___name_3; }
inline void set_name_3(String_t* value)
{
___name_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value);
}
inline static int32_t get_offset_of_data_4() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___data_4)); }
inline RuntimeObject * get_data_4() const { return ___data_4; }
inline RuntimeObject ** get_address_of_data_4() { return &___data_4; }
inline void set_data_4(RuntimeObject * value)
{
___data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value);
}
inline static int32_t get_offset_of_sourceWidth_5() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___sourceWidth_5)); }
inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; }
inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; }
inline void set_sourceWidth_5(int32_t value)
{
___sourceWidth_5 = value;
}
inline static int32_t get_offset_of_sourceHeight_6() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___sourceHeight_6)); }
inline int32_t get_sourceHeight_6() const { return ___sourceHeight_6; }
inline int32_t* get_address_of_sourceHeight_6() { return &___sourceHeight_6; }
inline void set_sourceHeight_6(int32_t value)
{
___sourceHeight_6 = value;
}
inline static int32_t get_offset_of_initWidth_7() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___initWidth_7)); }
inline int32_t get_initWidth_7() const { return ___initWidth_7; }
inline int32_t* get_address_of_initWidth_7() { return &___initWidth_7; }
inline void set_initWidth_7(int32_t value)
{
___initWidth_7 = value;
}
inline static int32_t get_offset_of_initHeight_8() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___initHeight_8)); }
inline int32_t get_initHeight_8() const { return ___initHeight_8; }
inline int32_t* get_address_of_initHeight_8() { return &___initHeight_8; }
inline void set_initHeight_8(int32_t value)
{
___initHeight_8 = value;
}
inline static int32_t get_offset_of_minWidth_9() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___minWidth_9)); }
inline int32_t get_minWidth_9() const { return ___minWidth_9; }
inline int32_t* get_address_of_minWidth_9() { return &___minWidth_9; }
inline void set_minWidth_9(int32_t value)
{
___minWidth_9 = value;
}
inline static int32_t get_offset_of_maxWidth_10() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___maxWidth_10)); }
inline int32_t get_maxWidth_10() const { return ___maxWidth_10; }
inline int32_t* get_address_of_maxWidth_10() { return &___maxWidth_10; }
inline void set_maxWidth_10(int32_t value)
{
___maxWidth_10 = value;
}
inline static int32_t get_offset_of_minHeight_11() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___minHeight_11)); }
inline int32_t get_minHeight_11() const { return ___minHeight_11; }
inline int32_t* get_address_of_minHeight_11() { return &___minHeight_11; }
inline void set_minHeight_11(int32_t value)
{
___minHeight_11 = value;
}
inline static int32_t get_offset_of_maxHeight_12() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___maxHeight_12)); }
inline int32_t get_maxHeight_12() const { return ___maxHeight_12; }
inline int32_t* get_address_of_maxHeight_12() { return &___maxHeight_12; }
inline void set_maxHeight_12(int32_t value)
{
___maxHeight_12 = value;
}
inline static int32_t get_offset_of_U3CrelationsU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CrelationsU3Ek__BackingField_13)); }
inline Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * get_U3CrelationsU3Ek__BackingField_13() const { return ___U3CrelationsU3Ek__BackingField_13; }
inline Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF ** get_address_of_U3CrelationsU3Ek__BackingField_13() { return &___U3CrelationsU3Ek__BackingField_13; }
inline void set_U3CrelationsU3Ek__BackingField_13(Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * value)
{
___U3CrelationsU3Ek__BackingField_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CrelationsU3Ek__BackingField_13), (void*)value);
}
inline static int32_t get_offset_of_dragBounds_14() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___dragBounds_14)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_dragBounds_14() const { return ___dragBounds_14; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_dragBounds_14() { return &___dragBounds_14; }
inline void set_dragBounds_14(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
___dragBounds_14 = value;
}
inline static int32_t get_offset_of_U3CparentU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CparentU3Ek__BackingField_15)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_U3CparentU3Ek__BackingField_15() const { return ___U3CparentU3Ek__BackingField_15; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_U3CparentU3Ek__BackingField_15() { return &___U3CparentU3Ek__BackingField_15; }
inline void set_U3CparentU3Ek__BackingField_15(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
___U3CparentU3Ek__BackingField_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CparentU3Ek__BackingField_15), (void*)value);
}
inline static int32_t get_offset_of_U3CdisplayObjectU3Ek__BackingField_16() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CdisplayObjectU3Ek__BackingField_16)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get_U3CdisplayObjectU3Ek__BackingField_16() const { return ___U3CdisplayObjectU3Ek__BackingField_16; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of_U3CdisplayObjectU3Ek__BackingField_16() { return &___U3CdisplayObjectU3Ek__BackingField_16; }
inline void set_U3CdisplayObjectU3Ek__BackingField_16(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
___U3CdisplayObjectU3Ek__BackingField_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CdisplayObjectU3Ek__BackingField_16), (void*)value);
}
inline static int32_t get_offset_of_packageItem_18() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___packageItem_18)); }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get_packageItem_18() const { return ___packageItem_18; }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of_packageItem_18() { return &___packageItem_18; }
inline void set_packageItem_18(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value)
{
___packageItem_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___packageItem_18), (void*)value);
}
inline static int32_t get_offset_of__x_19() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____x_19)); }
inline float get__x_19() const { return ____x_19; }
inline float* get_address_of__x_19() { return &____x_19; }
inline void set__x_19(float value)
{
____x_19 = value;
}
inline static int32_t get_offset_of__y_20() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____y_20)); }
inline float get__y_20() const { return ____y_20; }
inline float* get_address_of__y_20() { return &____y_20; }
inline void set__y_20(float value)
{
____y_20 = value;
}
inline static int32_t get_offset_of__z_21() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____z_21)); }
inline float get__z_21() const { return ____z_21; }
inline float* get_address_of__z_21() { return &____z_21; }
inline void set__z_21(float value)
{
____z_21 = value;
}
inline static int32_t get_offset_of__pivotX_22() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotX_22)); }
inline float get__pivotX_22() const { return ____pivotX_22; }
inline float* get_address_of__pivotX_22() { return &____pivotX_22; }
inline void set__pivotX_22(float value)
{
____pivotX_22 = value;
}
inline static int32_t get_offset_of__pivotY_23() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotY_23)); }
inline float get__pivotY_23() const { return ____pivotY_23; }
inline float* get_address_of__pivotY_23() { return &____pivotY_23; }
inline void set__pivotY_23(float value)
{
____pivotY_23 = value;
}
inline static int32_t get_offset_of__pivotAsAnchor_24() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotAsAnchor_24)); }
inline bool get__pivotAsAnchor_24() const { return ____pivotAsAnchor_24; }
inline bool* get_address_of__pivotAsAnchor_24() { return &____pivotAsAnchor_24; }
inline void set__pivotAsAnchor_24(bool value)
{
____pivotAsAnchor_24 = value;
}
inline static int32_t get_offset_of__alpha_25() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____alpha_25)); }
inline float get__alpha_25() const { return ____alpha_25; }
inline float* get_address_of__alpha_25() { return &____alpha_25; }
inline void set__alpha_25(float value)
{
____alpha_25 = value;
}
inline static int32_t get_offset_of__rotation_26() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotation_26)); }
inline float get__rotation_26() const { return ____rotation_26; }
inline float* get_address_of__rotation_26() { return &____rotation_26; }
inline void set__rotation_26(float value)
{
____rotation_26 = value;
}
inline static int32_t get_offset_of__rotationX_27() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotationX_27)); }
inline float get__rotationX_27() const { return ____rotationX_27; }
inline float* get_address_of__rotationX_27() { return &____rotationX_27; }
inline void set__rotationX_27(float value)
{
____rotationX_27 = value;
}
inline static int32_t get_offset_of__rotationY_28() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotationY_28)); }
inline float get__rotationY_28() const { return ____rotationY_28; }
inline float* get_address_of__rotationY_28() { return &____rotationY_28; }
inline void set__rotationY_28(float value)
{
____rotationY_28 = value;
}
inline static int32_t get_offset_of__visible_29() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____visible_29)); }
inline bool get__visible_29() const { return ____visible_29; }
inline bool* get_address_of__visible_29() { return &____visible_29; }
inline void set__visible_29(bool value)
{
____visible_29 = value;
}
inline static int32_t get_offset_of__internalVisible_30() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____internalVisible_30)); }
inline bool get__internalVisible_30() const { return ____internalVisible_30; }
inline bool* get_address_of__internalVisible_30() { return &____internalVisible_30; }
inline void set__internalVisible_30(bool value)
{
____internalVisible_30 = value;
}
inline static int32_t get_offset_of__handlingController_31() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____handlingController_31)); }
inline bool get__handlingController_31() const { return ____handlingController_31; }
inline bool* get_address_of__handlingController_31() { return &____handlingController_31; }
inline void set__handlingController_31(bool value)
{
____handlingController_31 = value;
}
inline static int32_t get_offset_of__touchable_32() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____touchable_32)); }
inline bool get__touchable_32() const { return ____touchable_32; }
inline bool* get_address_of__touchable_32() { return &____touchable_32; }
inline void set__touchable_32(bool value)
{
____touchable_32 = value;
}
inline static int32_t get_offset_of__grayed_33() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____grayed_33)); }
inline bool get__grayed_33() const { return ____grayed_33; }
inline bool* get_address_of__grayed_33() { return &____grayed_33; }
inline void set__grayed_33(bool value)
{
____grayed_33 = value;
}
inline static int32_t get_offset_of__draggable_34() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____draggable_34)); }
inline bool get__draggable_34() const { return ____draggable_34; }
inline bool* get_address_of__draggable_34() { return &____draggable_34; }
inline void set__draggable_34(bool value)
{
____draggable_34 = value;
}
inline static int32_t get_offset_of__scaleX_35() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____scaleX_35)); }
inline float get__scaleX_35() const { return ____scaleX_35; }
inline float* get_address_of__scaleX_35() { return &____scaleX_35; }
inline void set__scaleX_35(float value)
{
____scaleX_35 = value;
}
inline static int32_t get_offset_of__scaleY_36() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____scaleY_36)); }
inline float get__scaleY_36() const { return ____scaleY_36; }
inline float* get_address_of__scaleY_36() { return &____scaleY_36; }
inline void set__scaleY_36(float value)
{
____scaleY_36 = value;
}
inline static int32_t get_offset_of__sortingOrder_37() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____sortingOrder_37)); }
inline int32_t get__sortingOrder_37() const { return ____sortingOrder_37; }
inline int32_t* get_address_of__sortingOrder_37() { return &____sortingOrder_37; }
inline void set__sortingOrder_37(int32_t value)
{
____sortingOrder_37 = value;
}
inline static int32_t get_offset_of__focusable_38() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____focusable_38)); }
inline bool get__focusable_38() const { return ____focusable_38; }
inline bool* get_address_of__focusable_38() { return &____focusable_38; }
inline void set__focusable_38(bool value)
{
____focusable_38 = value;
}
inline static int32_t get_offset_of__tooltips_39() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____tooltips_39)); }
inline String_t* get__tooltips_39() const { return ____tooltips_39; }
inline String_t** get_address_of__tooltips_39() { return &____tooltips_39; }
inline void set__tooltips_39(String_t* value)
{
____tooltips_39 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tooltips_39), (void*)value);
}
inline static int32_t get_offset_of__pixelSnapping_40() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pixelSnapping_40)); }
inline bool get__pixelSnapping_40() const { return ____pixelSnapping_40; }
inline bool* get_address_of__pixelSnapping_40() { return &____pixelSnapping_40; }
inline void set__pixelSnapping_40(bool value)
{
____pixelSnapping_40 = value;
}
inline static int32_t get_offset_of__group_41() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____group_41)); }
inline GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * get__group_41() const { return ____group_41; }
inline GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 ** get_address_of__group_41() { return &____group_41; }
inline void set__group_41(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * value)
{
____group_41 = value;
Il2CppCodeGenWriteBarrier((void**)(&____group_41), (void*)value);
}
inline static int32_t get_offset_of__gears_42() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____gears_42)); }
inline GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* get__gears_42() const { return ____gears_42; }
inline GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A** get_address_of__gears_42() { return &____gears_42; }
inline void set__gears_42(GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* value)
{
____gears_42 = value;
Il2CppCodeGenWriteBarrier((void**)(&____gears_42), (void*)value);
}
inline static int32_t get_offset_of__onClick_43() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onClick_43)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClick_43() const { return ____onClick_43; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClick_43() { return &____onClick_43; }
inline void set__onClick_43(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClick_43 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClick_43), (void*)value);
}
inline static int32_t get_offset_of__onRightClick_44() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRightClick_44)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRightClick_44() const { return ____onRightClick_44; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRightClick_44() { return &____onRightClick_44; }
inline void set__onRightClick_44(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRightClick_44 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRightClick_44), (void*)value);
}
inline static int32_t get_offset_of__onTouchBegin_45() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchBegin_45)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchBegin_45() const { return ____onTouchBegin_45; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchBegin_45() { return &____onTouchBegin_45; }
inline void set__onTouchBegin_45(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchBegin_45 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchBegin_45), (void*)value);
}
inline static int32_t get_offset_of__onTouchMove_46() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchMove_46)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchMove_46() const { return ____onTouchMove_46; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchMove_46() { return &____onTouchMove_46; }
inline void set__onTouchMove_46(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchMove_46 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchMove_46), (void*)value);
}
inline static int32_t get_offset_of__onTouchEnd_47() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchEnd_47)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchEnd_47() const { return ____onTouchEnd_47; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchEnd_47() { return &____onTouchEnd_47; }
inline void set__onTouchEnd_47(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchEnd_47 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchEnd_47), (void*)value);
}
inline static int32_t get_offset_of__onRollOver_48() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRollOver_48)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOver_48() const { return ____onRollOver_48; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOver_48() { return &____onRollOver_48; }
inline void set__onRollOver_48(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRollOver_48 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRollOver_48), (void*)value);
}
inline static int32_t get_offset_of__onRollOut_49() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRollOut_49)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOut_49() const { return ____onRollOut_49; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOut_49() { return &____onRollOut_49; }
inline void set__onRollOut_49(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRollOut_49 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRollOut_49), (void*)value);
}
inline static int32_t get_offset_of__onAddedToStage_50() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onAddedToStage_50)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onAddedToStage_50() const { return ____onAddedToStage_50; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onAddedToStage_50() { return &____onAddedToStage_50; }
inline void set__onAddedToStage_50(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onAddedToStage_50 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onAddedToStage_50), (void*)value);
}
inline static int32_t get_offset_of__onRemovedFromStage_51() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRemovedFromStage_51)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRemovedFromStage_51() const { return ____onRemovedFromStage_51; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRemovedFromStage_51() { return &____onRemovedFromStage_51; }
inline void set__onRemovedFromStage_51(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRemovedFromStage_51 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRemovedFromStage_51), (void*)value);
}
inline static int32_t get_offset_of__onKeyDown_52() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onKeyDown_52)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onKeyDown_52() const { return ____onKeyDown_52; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onKeyDown_52() { return &____onKeyDown_52; }
inline void set__onKeyDown_52(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onKeyDown_52 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onKeyDown_52), (void*)value);
}
inline static int32_t get_offset_of__onClickLink_53() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onClickLink_53)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClickLink_53() const { return ____onClickLink_53; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClickLink_53() { return &____onClickLink_53; }
inline void set__onClickLink_53(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClickLink_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClickLink_53), (void*)value);
}
inline static int32_t get_offset_of__onPositionChanged_54() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onPositionChanged_54)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onPositionChanged_54() const { return ____onPositionChanged_54; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onPositionChanged_54() { return &____onPositionChanged_54; }
inline void set__onPositionChanged_54(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onPositionChanged_54 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onPositionChanged_54), (void*)value);
}
inline static int32_t get_offset_of__onSizeChanged_55() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onSizeChanged_55)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onSizeChanged_55() const { return ____onSizeChanged_55; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onSizeChanged_55() { return &____onSizeChanged_55; }
inline void set__onSizeChanged_55(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onSizeChanged_55 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onSizeChanged_55), (void*)value);
}
inline static int32_t get_offset_of__onDragStart_56() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragStart_56)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragStart_56() const { return ____onDragStart_56; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragStart_56() { return &____onDragStart_56; }
inline void set__onDragStart_56(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDragStart_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDragStart_56), (void*)value);
}
inline static int32_t get_offset_of__onDragMove_57() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragMove_57)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragMove_57() const { return ____onDragMove_57; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragMove_57() { return &____onDragMove_57; }
inline void set__onDragMove_57(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDragMove_57 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDragMove_57), (void*)value);
}
inline static int32_t get_offset_of__onDragEnd_58() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragEnd_58)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragEnd_58() const { return ____onDragEnd_58; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragEnd_58() { return &____onDragEnd_58; }
inline void set__onDragEnd_58(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDragEnd_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDragEnd_58), (void*)value);
}
inline static int32_t get_offset_of__onGearStop_59() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onGearStop_59)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onGearStop_59() const { return ____onGearStop_59; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onGearStop_59() { return &____onGearStop_59; }
inline void set__onGearStop_59(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onGearStop_59 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onGearStop_59), (void*)value);
}
inline static int32_t get_offset_of_underConstruct_60() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___underConstruct_60)); }
inline bool get_underConstruct_60() const { return ___underConstruct_60; }
inline bool* get_address_of_underConstruct_60() { return &___underConstruct_60; }
inline void set_underConstruct_60(bool value)
{
___underConstruct_60 = value;
}
inline static int32_t get_offset_of__width_61() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____width_61)); }
inline float get__width_61() const { return ____width_61; }
inline float* get_address_of__width_61() { return &____width_61; }
inline void set__width_61(float value)
{
____width_61 = value;
}
inline static int32_t get_offset_of__height_62() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____height_62)); }
inline float get__height_62() const { return ____height_62; }
inline float* get_address_of__height_62() { return &____height_62; }
inline void set__height_62(float value)
{
____height_62 = value;
}
inline static int32_t get_offset_of__rawWidth_63() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rawWidth_63)); }
inline float get__rawWidth_63() const { return ____rawWidth_63; }
inline float* get_address_of__rawWidth_63() { return &____rawWidth_63; }
inline void set__rawWidth_63(float value)
{
____rawWidth_63 = value;
}
inline static int32_t get_offset_of__rawHeight_64() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rawHeight_64)); }
inline float get__rawHeight_64() const { return ____rawHeight_64; }
inline float* get_address_of__rawHeight_64() { return &____rawHeight_64; }
inline void set__rawHeight_64(float value)
{
____rawHeight_64 = value;
}
inline static int32_t get_offset_of__gearLocked_65() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____gearLocked_65)); }
inline bool get__gearLocked_65() const { return ____gearLocked_65; }
inline bool* get_address_of__gearLocked_65() { return &____gearLocked_65; }
inline void set__gearLocked_65(bool value)
{
____gearLocked_65 = value;
}
inline static int32_t get_offset_of__sizePercentInGroup_66() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____sizePercentInGroup_66)); }
inline float get__sizePercentInGroup_66() const { return ____sizePercentInGroup_66; }
inline float* get_address_of__sizePercentInGroup_66() { return &____sizePercentInGroup_66; }
inline void set__sizePercentInGroup_66(float value)
{
____sizePercentInGroup_66 = value;
}
inline static int32_t get_offset_of__disposed_67() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____disposed_67)); }
inline bool get__disposed_67() const { return ____disposed_67; }
inline bool* get_address_of__disposed_67() { return &____disposed_67; }
inline void set__disposed_67(bool value)
{
____disposed_67 = value;
}
inline static int32_t get_offset_of__dragTouchStartPos_69() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____dragTouchStartPos_69)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__dragTouchStartPos_69() const { return ____dragTouchStartPos_69; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__dragTouchStartPos_69() { return &____dragTouchStartPos_69; }
inline void set__dragTouchStartPos_69(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____dragTouchStartPos_69 = value;
}
inline static int32_t get_offset_of__dragTesting_70() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____dragTesting_70)); }
inline bool get__dragTesting_70() const { return ____dragTesting_70; }
inline bool* get_address_of__dragTesting_70() { return &____dragTesting_70; }
inline void set__dragTesting_70(bool value)
{
____dragTesting_70 = value;
}
};
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields
{
public:
// FairyGUI.GObject FairyGUI.GObject::<draggingObject>k__BackingField
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___U3CdraggingObjectU3Ek__BackingField_17;
// System.UInt32 FairyGUI.GObject::_gInstanceCounter
uint32_t ____gInstanceCounter_68;
// UnityEngine.Vector2 FairyGUI.GObject::sGlobalDragStart
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___sGlobalDragStart_71;
// UnityEngine.Rect FairyGUI.GObject::sGlobalRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___sGlobalRect_72;
// System.Boolean FairyGUI.GObject::sUpdateInDragging
bool ___sUpdateInDragging_73;
public:
inline static int32_t get_offset_of_U3CdraggingObjectU3Ek__BackingField_17() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___U3CdraggingObjectU3Ek__BackingField_17)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_U3CdraggingObjectU3Ek__BackingField_17() const { return ___U3CdraggingObjectU3Ek__BackingField_17; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_U3CdraggingObjectU3Ek__BackingField_17() { return &___U3CdraggingObjectU3Ek__BackingField_17; }
inline void set_U3CdraggingObjectU3Ek__BackingField_17(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___U3CdraggingObjectU3Ek__BackingField_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CdraggingObjectU3Ek__BackingField_17), (void*)value);
}
inline static int32_t get_offset_of__gInstanceCounter_68() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ____gInstanceCounter_68)); }
inline uint32_t get__gInstanceCounter_68() const { return ____gInstanceCounter_68; }
inline uint32_t* get_address_of__gInstanceCounter_68() { return &____gInstanceCounter_68; }
inline void set__gInstanceCounter_68(uint32_t value)
{
____gInstanceCounter_68 = value;
}
inline static int32_t get_offset_of_sGlobalDragStart_71() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sGlobalDragStart_71)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_sGlobalDragStart_71() const { return ___sGlobalDragStart_71; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_sGlobalDragStart_71() { return &___sGlobalDragStart_71; }
inline void set_sGlobalDragStart_71(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___sGlobalDragStart_71 = value;
}
inline static int32_t get_offset_of_sGlobalRect_72() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sGlobalRect_72)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_sGlobalRect_72() const { return ___sGlobalRect_72; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_sGlobalRect_72() { return &___sGlobalRect_72; }
inline void set_sGlobalRect_72(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___sGlobalRect_72 = value;
}
inline static int32_t get_offset_of_sUpdateInDragging_73() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sUpdateInDragging_73)); }
inline bool get_sUpdateInDragging_73() const { return ___sUpdateInDragging_73; }
inline bool* get_address_of_sUpdateInDragging_73() { return &___sUpdateInDragging_73; }
inline void set_sUpdateInDragging_73(bool value)
{
___sUpdateInDragging_73 = value;
}
};
// FairyGUI.InputEvent
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 : public RuntimeObject
{
public:
// System.Single FairyGUI.InputEvent::<x>k__BackingField
float ___U3CxU3Ek__BackingField_0;
// System.Single FairyGUI.InputEvent::<y>k__BackingField
float ___U3CyU3Ek__BackingField_1;
// UnityEngine.KeyCode FairyGUI.InputEvent::<keyCode>k__BackingField
int32_t ___U3CkeyCodeU3Ek__BackingField_2;
// System.Char FairyGUI.InputEvent::<character>k__BackingField
Il2CppChar ___U3CcharacterU3Ek__BackingField_3;
// UnityEngine.EventModifiers FairyGUI.InputEvent::<modifiers>k__BackingField
int32_t ___U3CmodifiersU3Ek__BackingField_4;
// System.Int32 FairyGUI.InputEvent::<mouseWheelDelta>k__BackingField
int32_t ___U3CmouseWheelDeltaU3Ek__BackingField_5;
// System.Int32 FairyGUI.InputEvent::<touchId>k__BackingField
int32_t ___U3CtouchIdU3Ek__BackingField_6;
// System.Int32 FairyGUI.InputEvent::<button>k__BackingField
int32_t ___U3CbuttonU3Ek__BackingField_7;
// System.Int32 FairyGUI.InputEvent::clickCount
int32_t ___clickCount_8;
public:
inline static int32_t get_offset_of_U3CxU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CxU3Ek__BackingField_0)); }
inline float get_U3CxU3Ek__BackingField_0() const { return ___U3CxU3Ek__BackingField_0; }
inline float* get_address_of_U3CxU3Ek__BackingField_0() { return &___U3CxU3Ek__BackingField_0; }
inline void set_U3CxU3Ek__BackingField_0(float value)
{
___U3CxU3Ek__BackingField_0 = value;
}
inline static int32_t get_offset_of_U3CyU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CyU3Ek__BackingField_1)); }
inline float get_U3CyU3Ek__BackingField_1() const { return ___U3CyU3Ek__BackingField_1; }
inline float* get_address_of_U3CyU3Ek__BackingField_1() { return &___U3CyU3Ek__BackingField_1; }
inline void set_U3CyU3Ek__BackingField_1(float value)
{
___U3CyU3Ek__BackingField_1 = value;
}
inline static int32_t get_offset_of_U3CkeyCodeU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CkeyCodeU3Ek__BackingField_2)); }
inline int32_t get_U3CkeyCodeU3Ek__BackingField_2() const { return ___U3CkeyCodeU3Ek__BackingField_2; }
inline int32_t* get_address_of_U3CkeyCodeU3Ek__BackingField_2() { return &___U3CkeyCodeU3Ek__BackingField_2; }
inline void set_U3CkeyCodeU3Ek__BackingField_2(int32_t value)
{
___U3CkeyCodeU3Ek__BackingField_2 = value;
}
inline static int32_t get_offset_of_U3CcharacterU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CcharacterU3Ek__BackingField_3)); }
inline Il2CppChar get_U3CcharacterU3Ek__BackingField_3() const { return ___U3CcharacterU3Ek__BackingField_3; }
inline Il2CppChar* get_address_of_U3CcharacterU3Ek__BackingField_3() { return &___U3CcharacterU3Ek__BackingField_3; }
inline void set_U3CcharacterU3Ek__BackingField_3(Il2CppChar value)
{
___U3CcharacterU3Ek__BackingField_3 = value;
}
inline static int32_t get_offset_of_U3CmodifiersU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CmodifiersU3Ek__BackingField_4)); }
inline int32_t get_U3CmodifiersU3Ek__BackingField_4() const { return ___U3CmodifiersU3Ek__BackingField_4; }
inline int32_t* get_address_of_U3CmodifiersU3Ek__BackingField_4() { return &___U3CmodifiersU3Ek__BackingField_4; }
inline void set_U3CmodifiersU3Ek__BackingField_4(int32_t value)
{
___U3CmodifiersU3Ek__BackingField_4 = value;
}
inline static int32_t get_offset_of_U3CmouseWheelDeltaU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CmouseWheelDeltaU3Ek__BackingField_5)); }
inline int32_t get_U3CmouseWheelDeltaU3Ek__BackingField_5() const { return ___U3CmouseWheelDeltaU3Ek__BackingField_5; }
inline int32_t* get_address_of_U3CmouseWheelDeltaU3Ek__BackingField_5() { return &___U3CmouseWheelDeltaU3Ek__BackingField_5; }
inline void set_U3CmouseWheelDeltaU3Ek__BackingField_5(int32_t value)
{
___U3CmouseWheelDeltaU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CtouchIdU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CtouchIdU3Ek__BackingField_6)); }
inline int32_t get_U3CtouchIdU3Ek__BackingField_6() const { return ___U3CtouchIdU3Ek__BackingField_6; }
inline int32_t* get_address_of_U3CtouchIdU3Ek__BackingField_6() { return &___U3CtouchIdU3Ek__BackingField_6; }
inline void set_U3CtouchIdU3Ek__BackingField_6(int32_t value)
{
___U3CtouchIdU3Ek__BackingField_6 = value;
}
inline static int32_t get_offset_of_U3CbuttonU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___U3CbuttonU3Ek__BackingField_7)); }
inline int32_t get_U3CbuttonU3Ek__BackingField_7() const { return ___U3CbuttonU3Ek__BackingField_7; }
inline int32_t* get_address_of_U3CbuttonU3Ek__BackingField_7() { return &___U3CbuttonU3Ek__BackingField_7; }
inline void set_U3CbuttonU3Ek__BackingField_7(int32_t value)
{
___U3CbuttonU3Ek__BackingField_7 = value;
}
inline static int32_t get_offset_of_clickCount_8() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495, ___clickCount_8)); }
inline int32_t get_clickCount_8() const { return ___clickCount_8; }
inline int32_t* get_address_of_clickCount_8() { return &___clickCount_8; }
inline void set_clickCount_8(int32_t value)
{
___clickCount_8 = value;
}
};
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_StaticFields
{
public:
// System.Boolean FairyGUI.InputEvent::shiftDown
bool ___shiftDown_9;
public:
inline static int32_t get_offset_of_shiftDown_9() { return static_cast<int32_t>(offsetof(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_StaticFields, ___shiftDown_9)); }
inline bool get_shiftDown_9() const { return ___shiftDown_9; }
inline bool* get_address_of_shiftDown_9() { return &___shiftDown_9; }
inline void set_shiftDown_9(bool value)
{
___shiftDown_9 = value;
}
};
// FairyGUI.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.PolygonMesh
struct PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<UnityEngine.Vector2> FairyGUI.PolygonMesh::points
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * ___points_0;
// System.Collections.Generic.List`1<UnityEngine.Vector2> FairyGUI.PolygonMesh::texcoords
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * ___texcoords_1;
// System.Nullable`1<UnityEngine.Color32> FairyGUI.PolygonMesh::fillColor
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ___fillColor_2;
// UnityEngine.Color32[] FairyGUI.PolygonMesh::colors
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___colors_3;
// System.Boolean FairyGUI.PolygonMesh::usePercentPositions
bool ___usePercentPositions_4;
public:
inline static int32_t get_offset_of_points_0() { return static_cast<int32_t>(offsetof(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88, ___points_0)); }
inline List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * get_points_0() const { return ___points_0; }
inline List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 ** get_address_of_points_0() { return &___points_0; }
inline void set_points_0(List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * value)
{
___points_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___points_0), (void*)value);
}
inline static int32_t get_offset_of_texcoords_1() { return static_cast<int32_t>(offsetof(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88, ___texcoords_1)); }
inline List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * get_texcoords_1() const { return ___texcoords_1; }
inline List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 ** get_address_of_texcoords_1() { return &___texcoords_1; }
inline void set_texcoords_1(List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * value)
{
___texcoords_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___texcoords_1), (void*)value);
}
inline static int32_t get_offset_of_fillColor_2() { return static_cast<int32_t>(offsetof(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88, ___fillColor_2)); }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF get_fillColor_2() const { return ___fillColor_2; }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * get_address_of_fillColor_2() { return &___fillColor_2; }
inline void set_fillColor_2(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF value)
{
___fillColor_2 = value;
}
inline static int32_t get_offset_of_colors_3() { return static_cast<int32_t>(offsetof(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88, ___colors_3)); }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get_colors_3() const { return ___colors_3; }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of_colors_3() { return &___colors_3; }
inline void set_colors_3(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value)
{
___colors_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___colors_3), (void*)value);
}
inline static int32_t get_offset_of_usePercentPositions_4() { return static_cast<int32_t>(offsetof(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88, ___usePercentPositions_4)); }
inline bool get_usePercentPositions_4() const { return ___usePercentPositions_4; }
inline bool* get_address_of_usePercentPositions_4() { return &___usePercentPositions_4; }
inline void set_usePercentPositions_4(bool value)
{
___usePercentPositions_4 = value;
}
};
struct PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_StaticFields
{
public:
// System.Collections.Generic.List`1<System.Int32> FairyGUI.PolygonMesh::sRestIndices
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___sRestIndices_5;
public:
inline static int32_t get_offset_of_sRestIndices_5() { return static_cast<int32_t>(offsetof(PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_StaticFields, ___sRestIndices_5)); }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_sRestIndices_5() const { return ___sRestIndices_5; }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_sRestIndices_5() { return &___sRestIndices_5; }
inline void set_sRestIndices_5(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
{
___sRestIndices_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sRestIndices_5), (void*)value);
}
};
// FairyGUI.RectMesh
struct RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3 : public RuntimeObject
{
public:
// System.Nullable`1<UnityEngine.Rect> FairyGUI.RectMesh::drawRect
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___drawRect_0;
// System.Single FairyGUI.RectMesh::lineWidth
float ___lineWidth_1;
// UnityEngine.Color32 FairyGUI.RectMesh::lineColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___lineColor_2;
// System.Nullable`1<UnityEngine.Color32> FairyGUI.RectMesh::fillColor
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ___fillColor_3;
// UnityEngine.Color32[] FairyGUI.RectMesh::colors
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___colors_4;
public:
inline static int32_t get_offset_of_drawRect_0() { return static_cast<int32_t>(offsetof(RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3, ___drawRect_0)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_drawRect_0() const { return ___drawRect_0; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_drawRect_0() { return &___drawRect_0; }
inline void set_drawRect_0(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
___drawRect_0 = value;
}
inline static int32_t get_offset_of_lineWidth_1() { return static_cast<int32_t>(offsetof(RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3, ___lineWidth_1)); }
inline float get_lineWidth_1() const { return ___lineWidth_1; }
inline float* get_address_of_lineWidth_1() { return &___lineWidth_1; }
inline void set_lineWidth_1(float value)
{
___lineWidth_1 = value;
}
inline static int32_t get_offset_of_lineColor_2() { return static_cast<int32_t>(offsetof(RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3, ___lineColor_2)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_lineColor_2() const { return ___lineColor_2; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_lineColor_2() { return &___lineColor_2; }
inline void set_lineColor_2(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___lineColor_2 = value;
}
inline static int32_t get_offset_of_fillColor_3() { return static_cast<int32_t>(offsetof(RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3, ___fillColor_3)); }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF get_fillColor_3() const { return ___fillColor_3; }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * get_address_of_fillColor_3() { return &___fillColor_3; }
inline void set_fillColor_3(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF value)
{
___fillColor_3 = value;
}
inline static int32_t get_offset_of_colors_4() { return static_cast<int32_t>(offsetof(RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3, ___colors_4)); }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get_colors_4() const { return ___colors_4; }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of_colors_4() { return &___colors_4; }
inline void set_colors_4(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value)
{
___colors_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___colors_4), (void*)value);
}
};
// FairyGUI.RegularPolygonMesh
struct RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2 : public RuntimeObject
{
public:
// System.Nullable`1<UnityEngine.Rect> FairyGUI.RegularPolygonMesh::drawRect
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___drawRect_0;
// System.Int32 FairyGUI.RegularPolygonMesh::sides
int32_t ___sides_1;
// System.Single FairyGUI.RegularPolygonMesh::lineWidth
float ___lineWidth_2;
// UnityEngine.Color32 FairyGUI.RegularPolygonMesh::lineColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___lineColor_3;
// System.Nullable`1<UnityEngine.Color32> FairyGUI.RegularPolygonMesh::centerColor
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ___centerColor_4;
// System.Nullable`1<UnityEngine.Color32> FairyGUI.RegularPolygonMesh::fillColor
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ___fillColor_5;
// System.Single[] FairyGUI.RegularPolygonMesh::distances
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___distances_6;
// System.Single FairyGUI.RegularPolygonMesh::rotation
float ___rotation_7;
public:
inline static int32_t get_offset_of_drawRect_0() { return static_cast<int32_t>(offsetof(RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2, ___drawRect_0)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_drawRect_0() const { return ___drawRect_0; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_drawRect_0() { return &___drawRect_0; }
inline void set_drawRect_0(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
___drawRect_0 = value;
}
inline static int32_t get_offset_of_sides_1() { return static_cast<int32_t>(offsetof(RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2, ___sides_1)); }
inline int32_t get_sides_1() const { return ___sides_1; }
inline int32_t* get_address_of_sides_1() { return &___sides_1; }
inline void set_sides_1(int32_t value)
{
___sides_1 = value;
}
inline static int32_t get_offset_of_lineWidth_2() { return static_cast<int32_t>(offsetof(RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2, ___lineWidth_2)); }
inline float get_lineWidth_2() const { return ___lineWidth_2; }
inline float* get_address_of_lineWidth_2() { return &___lineWidth_2; }
inline void set_lineWidth_2(float value)
{
___lineWidth_2 = value;
}
inline static int32_t get_offset_of_lineColor_3() { return static_cast<int32_t>(offsetof(RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2, ___lineColor_3)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_lineColor_3() const { return ___lineColor_3; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_lineColor_3() { return &___lineColor_3; }
inline void set_lineColor_3(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___lineColor_3 = value;
}
inline static int32_t get_offset_of_centerColor_4() { return static_cast<int32_t>(offsetof(RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2, ___centerColor_4)); }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF get_centerColor_4() const { return ___centerColor_4; }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * get_address_of_centerColor_4() { return &___centerColor_4; }
inline void set_centerColor_4(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF value)
{
___centerColor_4 = value;
}
inline static int32_t get_offset_of_fillColor_5() { return static_cast<int32_t>(offsetof(RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2, ___fillColor_5)); }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF get_fillColor_5() const { return ___fillColor_5; }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * get_address_of_fillColor_5() { return &___fillColor_5; }
inline void set_fillColor_5(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF value)
{
___fillColor_5 = value;
}
inline static int32_t get_offset_of_distances_6() { return static_cast<int32_t>(offsetof(RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2, ___distances_6)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_distances_6() const { return ___distances_6; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_distances_6() { return &___distances_6; }
inline void set_distances_6(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___distances_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___distances_6), (void*)value);
}
inline static int32_t get_offset_of_rotation_7() { return static_cast<int32_t>(offsetof(RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2, ___rotation_7)); }
inline float get_rotation_7() const { return ___rotation_7; }
inline float* get_address_of_rotation_7() { return &___rotation_7; }
inline void set_rotation_7(float value)
{
___rotation_7 = value;
}
};
// FairyGUI.RoundedRectMesh
struct RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65 : public RuntimeObject
{
public:
// System.Nullable`1<UnityEngine.Rect> FairyGUI.RoundedRectMesh::drawRect
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___drawRect_0;
// System.Single FairyGUI.RoundedRectMesh::lineWidth
float ___lineWidth_1;
// UnityEngine.Color32 FairyGUI.RoundedRectMesh::lineColor
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___lineColor_2;
// System.Nullable`1<UnityEngine.Color32> FairyGUI.RoundedRectMesh::fillColor
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ___fillColor_3;
// System.Single FairyGUI.RoundedRectMesh::topLeftRadius
float ___topLeftRadius_4;
// System.Single FairyGUI.RoundedRectMesh::topRightRadius
float ___topRightRadius_5;
// System.Single FairyGUI.RoundedRectMesh::bottomLeftRadius
float ___bottomLeftRadius_6;
// System.Single FairyGUI.RoundedRectMesh::bottomRightRadius
float ___bottomRightRadius_7;
public:
inline static int32_t get_offset_of_drawRect_0() { return static_cast<int32_t>(offsetof(RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65, ___drawRect_0)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_drawRect_0() const { return ___drawRect_0; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_drawRect_0() { return &___drawRect_0; }
inline void set_drawRect_0(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
___drawRect_0 = value;
}
inline static int32_t get_offset_of_lineWidth_1() { return static_cast<int32_t>(offsetof(RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65, ___lineWidth_1)); }
inline float get_lineWidth_1() const { return ___lineWidth_1; }
inline float* get_address_of_lineWidth_1() { return &___lineWidth_1; }
inline void set_lineWidth_1(float value)
{
___lineWidth_1 = value;
}
inline static int32_t get_offset_of_lineColor_2() { return static_cast<int32_t>(offsetof(RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65, ___lineColor_2)); }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 get_lineColor_2() const { return ___lineColor_2; }
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * get_address_of_lineColor_2() { return &___lineColor_2; }
inline void set_lineColor_2(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
___lineColor_2 = value;
}
inline static int32_t get_offset_of_fillColor_3() { return static_cast<int32_t>(offsetof(RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65, ___fillColor_3)); }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF get_fillColor_3() const { return ___fillColor_3; }
inline Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * get_address_of_fillColor_3() { return &___fillColor_3; }
inline void set_fillColor_3(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF value)
{
___fillColor_3 = value;
}
inline static int32_t get_offset_of_topLeftRadius_4() { return static_cast<int32_t>(offsetof(RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65, ___topLeftRadius_4)); }
inline float get_topLeftRadius_4() const { return ___topLeftRadius_4; }
inline float* get_address_of_topLeftRadius_4() { return &___topLeftRadius_4; }
inline void set_topLeftRadius_4(float value)
{
___topLeftRadius_4 = value;
}
inline static int32_t get_offset_of_topRightRadius_5() { return static_cast<int32_t>(offsetof(RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65, ___topRightRadius_5)); }
inline float get_topRightRadius_5() const { return ___topRightRadius_5; }
inline float* get_address_of_topRightRadius_5() { return &___topRightRadius_5; }
inline void set_topRightRadius_5(float value)
{
___topRightRadius_5 = value;
}
inline static int32_t get_offset_of_bottomLeftRadius_6() { return static_cast<int32_t>(offsetof(RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65, ___bottomLeftRadius_6)); }
inline float get_bottomLeftRadius_6() const { return ___bottomLeftRadius_6; }
inline float* get_address_of_bottomLeftRadius_6() { return &___bottomLeftRadius_6; }
inline void set_bottomLeftRadius_6(float value)
{
___bottomLeftRadius_6 = value;
}
inline static int32_t get_offset_of_bottomRightRadius_7() { return static_cast<int32_t>(offsetof(RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65, ___bottomRightRadius_7)); }
inline float get_bottomRightRadius_7() const { return ___bottomRightRadius_7; }
inline float* get_address_of_bottomRightRadius_7() { return &___bottomRightRadius_7; }
inline void set_bottomRightRadius_7(float value)
{
___bottomRightRadius_7 = 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.TextFormat
struct TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 : public RuntimeObject
{
public:
// System.Int32 FairyGUI.TextFormat::size
int32_t ___size_0;
// System.String FairyGUI.TextFormat::font
String_t* ___font_1;
// UnityEngine.Color FairyGUI.TextFormat::color
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color_2;
// System.Int32 FairyGUI.TextFormat::lineSpacing
int32_t ___lineSpacing_3;
// System.Int32 FairyGUI.TextFormat::letterSpacing
int32_t ___letterSpacing_4;
// System.Boolean FairyGUI.TextFormat::bold
bool ___bold_5;
// System.Boolean FairyGUI.TextFormat::underline
bool ___underline_6;
// System.Boolean FairyGUI.TextFormat::italic
bool ___italic_7;
// UnityEngine.Color32[] FairyGUI.TextFormat::gradientColor
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___gradientColor_8;
// FairyGUI.AlignType FairyGUI.TextFormat::align
int32_t ___align_9;
// FairyGUI.TextFormat_SpecialStyle FairyGUI.TextFormat::specialStyle
int32_t ___specialStyle_10;
public:
inline static int32_t get_offset_of_size_0() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___size_0)); }
inline int32_t get_size_0() const { return ___size_0; }
inline int32_t* get_address_of_size_0() { return &___size_0; }
inline void set_size_0(int32_t value)
{
___size_0 = value;
}
inline static int32_t get_offset_of_font_1() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___font_1)); }
inline String_t* get_font_1() const { return ___font_1; }
inline String_t** get_address_of_font_1() { return &___font_1; }
inline void set_font_1(String_t* value)
{
___font_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___font_1), (void*)value);
}
inline static int32_t get_offset_of_color_2() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___color_2)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_color_2() const { return ___color_2; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_color_2() { return &___color_2; }
inline void set_color_2(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___color_2 = value;
}
inline static int32_t get_offset_of_lineSpacing_3() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___lineSpacing_3)); }
inline int32_t get_lineSpacing_3() const { return ___lineSpacing_3; }
inline int32_t* get_address_of_lineSpacing_3() { return &___lineSpacing_3; }
inline void set_lineSpacing_3(int32_t value)
{
___lineSpacing_3 = value;
}
inline static int32_t get_offset_of_letterSpacing_4() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___letterSpacing_4)); }
inline int32_t get_letterSpacing_4() const { return ___letterSpacing_4; }
inline int32_t* get_address_of_letterSpacing_4() { return &___letterSpacing_4; }
inline void set_letterSpacing_4(int32_t value)
{
___letterSpacing_4 = value;
}
inline static int32_t get_offset_of_bold_5() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___bold_5)); }
inline bool get_bold_5() const { return ___bold_5; }
inline bool* get_address_of_bold_5() { return &___bold_5; }
inline void set_bold_5(bool value)
{
___bold_5 = value;
}
inline static int32_t get_offset_of_underline_6() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___underline_6)); }
inline bool get_underline_6() const { return ___underline_6; }
inline bool* get_address_of_underline_6() { return &___underline_6; }
inline void set_underline_6(bool value)
{
___underline_6 = value;
}
inline static int32_t get_offset_of_italic_7() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___italic_7)); }
inline bool get_italic_7() const { return ___italic_7; }
inline bool* get_address_of_italic_7() { return &___italic_7; }
inline void set_italic_7(bool value)
{
___italic_7 = value;
}
inline static int32_t get_offset_of_gradientColor_8() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___gradientColor_8)); }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get_gradientColor_8() const { return ___gradientColor_8; }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of_gradientColor_8() { return &___gradientColor_8; }
inline void set_gradientColor_8(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value)
{
___gradientColor_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gradientColor_8), (void*)value);
}
inline static int32_t get_offset_of_align_9() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___align_9)); }
inline int32_t get_align_9() const { return ___align_9; }
inline int32_t* get_address_of_align_9() { return &___align_9; }
inline void set_align_9(int32_t value)
{
___align_9 = value;
}
inline static int32_t get_offset_of_specialStyle_10() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___specialStyle_10)); }
inline int32_t get_specialStyle_10() const { return ___specialStyle_10; }
inline int32_t* get_address_of_specialStyle_10() { return &___specialStyle_10; }
inline void set_specialStyle_10(int32_t value)
{
___specialStyle_10 = value;
}
};
// FairyGUI.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.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);
}
};
// FairyGUI.Utils.HtmlElement
struct HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E : public RuntimeObject
{
public:
// FairyGUI.Utils.HtmlElementType FairyGUI.Utils.HtmlElement::type
int32_t ___type_0;
// System.String FairyGUI.Utils.HtmlElement::name
String_t* ___name_1;
// System.String FairyGUI.Utils.HtmlElement::text
String_t* ___text_2;
// FairyGUI.TextFormat FairyGUI.Utils.HtmlElement::format
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___format_3;
// System.Int32 FairyGUI.Utils.HtmlElement::charIndex
int32_t ___charIndex_4;
// FairyGUI.Utils.IHtmlObject FairyGUI.Utils.HtmlElement::htmlObject
RuntimeObject* ___htmlObject_5;
// System.Int32 FairyGUI.Utils.HtmlElement::status
int32_t ___status_6;
// System.Int32 FairyGUI.Utils.HtmlElement::space
int32_t ___space_7;
// UnityEngine.Vector2 FairyGUI.Utils.HtmlElement::position
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___position_8;
// System.Collections.Hashtable FairyGUI.Utils.HtmlElement::attributes
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___attributes_9;
public:
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___type_0)); }
inline int32_t get_type_0() const { return ___type_0; }
inline int32_t* get_address_of_type_0() { return &___type_0; }
inline void set_type_0(int32_t value)
{
___type_0 = value;
}
inline static int32_t get_offset_of_name_1() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___name_1)); }
inline String_t* get_name_1() const { return ___name_1; }
inline String_t** get_address_of_name_1() { return &___name_1; }
inline void set_name_1(String_t* value)
{
___name_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value);
}
inline static int32_t get_offset_of_text_2() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___text_2)); }
inline String_t* get_text_2() const { return ___text_2; }
inline String_t** get_address_of_text_2() { return &___text_2; }
inline void set_text_2(String_t* value)
{
___text_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___text_2), (void*)value);
}
inline static int32_t get_offset_of_format_3() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___format_3)); }
inline TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * get_format_3() const { return ___format_3; }
inline TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 ** get_address_of_format_3() { return &___format_3; }
inline void set_format_3(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * value)
{
___format_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___format_3), (void*)value);
}
inline static int32_t get_offset_of_charIndex_4() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___charIndex_4)); }
inline int32_t get_charIndex_4() const { return ___charIndex_4; }
inline int32_t* get_address_of_charIndex_4() { return &___charIndex_4; }
inline void set_charIndex_4(int32_t value)
{
___charIndex_4 = value;
}
inline static int32_t get_offset_of_htmlObject_5() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___htmlObject_5)); }
inline RuntimeObject* get_htmlObject_5() const { return ___htmlObject_5; }
inline RuntimeObject** get_address_of_htmlObject_5() { return &___htmlObject_5; }
inline void set_htmlObject_5(RuntimeObject* value)
{
___htmlObject_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___htmlObject_5), (void*)value);
}
inline static int32_t get_offset_of_status_6() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___status_6)); }
inline int32_t get_status_6() const { return ___status_6; }
inline int32_t* get_address_of_status_6() { return &___status_6; }
inline void set_status_6(int32_t value)
{
___status_6 = value;
}
inline static int32_t get_offset_of_space_7() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___space_7)); }
inline int32_t get_space_7() const { return ___space_7; }
inline int32_t* get_address_of_space_7() { return &___space_7; }
inline void set_space_7(int32_t value)
{
___space_7 = value;
}
inline static int32_t get_offset_of_position_8() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___position_8)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_position_8() const { return ___position_8; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_position_8() { return &___position_8; }
inline void set_position_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___position_8 = value;
}
inline static int32_t get_offset_of_attributes_9() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E, ___attributes_9)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_attributes_9() const { return ___attributes_9; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_attributes_9() { return &___attributes_9; }
inline void set_attributes_9(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___attributes_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___attributes_9), (void*)value);
}
};
struct HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_StaticFields
{
public:
// System.Collections.Generic.Stack`1<FairyGUI.Utils.HtmlElement> FairyGUI.Utils.HtmlElement::elementPool
Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 * ___elementPool_10;
public:
inline static int32_t get_offset_of_elementPool_10() { return static_cast<int32_t>(offsetof(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_StaticFields, ___elementPool_10)); }
inline Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 * get_elementPool_10() const { return ___elementPool_10; }
inline Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 ** get_address_of_elementPool_10() { return &___elementPool_10; }
inline void set_elementPool_10(Stack_1_t52BECD1F13EE2931CE24A7FCA20A44282E8B0149 * value)
{
___elementPool_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___elementPool_10), (void*)value);
}
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
// UnityEngine.AudioClip
struct AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
// UnityEngine.AudioClip_PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * ___m_PCMReaderCallback_4;
// UnityEngine.AudioClip_PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * ___m_PCMSetPositionCallback_5;
public:
inline static int32_t get_offset_of_m_PCMReaderCallback_4() { return static_cast<int32_t>(offsetof(AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051, ___m_PCMReaderCallback_4)); }
inline PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * get_m_PCMReaderCallback_4() const { return ___m_PCMReaderCallback_4; }
inline PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB ** get_address_of_m_PCMReaderCallback_4() { return &___m_PCMReaderCallback_4; }
inline void set_m_PCMReaderCallback_4(PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * value)
{
___m_PCMReaderCallback_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PCMReaderCallback_4), (void*)value);
}
inline static int32_t get_offset_of_m_PCMSetPositionCallback_5() { return static_cast<int32_t>(offsetof(AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051, ___m_PCMSetPositionCallback_5)); }
inline PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * get_m_PCMSetPositionCallback_5() const { return ___m_PCMSetPositionCallback_5; }
inline PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 ** get_address_of_m_PCMSetPositionCallback_5() { return &___m_PCMSetPositionCallback_5; }
inline void set_m_PCMSetPositionCallback_5(PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * value)
{
___m_PCMSetPositionCallback_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PCMSetPositionCallback_5), (void*)value);
}
};
// UnityEngine.CharacterInfo
struct CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313
{
public:
// System.Int32 UnityEngine.CharacterInfo::index
int32_t ___index_0;
// UnityEngine.Rect UnityEngine.CharacterInfo::uv
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uv_1;
// UnityEngine.Rect UnityEngine.CharacterInfo::vert
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vert_2;
// System.Single UnityEngine.CharacterInfo::width
float ___width_3;
// System.Int32 UnityEngine.CharacterInfo::size
int32_t ___size_4;
// UnityEngine.FontStyle UnityEngine.CharacterInfo::style
int32_t ___style_5;
// System.Boolean UnityEngine.CharacterInfo::flipped
bool ___flipped_6;
public:
inline static int32_t get_offset_of_index_0() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___index_0)); }
inline int32_t get_index_0() const { return ___index_0; }
inline int32_t* get_address_of_index_0() { return &___index_0; }
inline void set_index_0(int32_t value)
{
___index_0 = value;
}
inline static int32_t get_offset_of_uv_1() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___uv_1)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_uv_1() const { return ___uv_1; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_uv_1() { return &___uv_1; }
inline void set_uv_1(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___uv_1 = value;
}
inline static int32_t get_offset_of_vert_2() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___vert_2)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_vert_2() const { return ___vert_2; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_vert_2() { return &___vert_2; }
inline void set_vert_2(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___vert_2 = value;
}
inline static int32_t get_offset_of_width_3() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___width_3)); }
inline float get_width_3() const { return ___width_3; }
inline float* get_address_of_width_3() { return &___width_3; }
inline void set_width_3(float value)
{
___width_3 = value;
}
inline static int32_t get_offset_of_size_4() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___size_4)); }
inline int32_t get_size_4() const { return ___size_4; }
inline int32_t* get_address_of_size_4() { return &___size_4; }
inline void set_size_4(int32_t value)
{
___size_4 = value;
}
inline static int32_t get_offset_of_style_5() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___style_5)); }
inline int32_t get_style_5() const { return ___style_5; }
inline int32_t* get_address_of_style_5() { return &___style_5; }
inline void set_style_5(int32_t value)
{
___style_5 = value;
}
inline static int32_t get_offset_of_flipped_6() { return static_cast<int32_t>(offsetof(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313, ___flipped_6)); }
inline bool get_flipped_6() const { return ___flipped_6; }
inline bool* get_address_of_flipped_6() { return &___flipped_6; }
inline void set_flipped_6(bool value)
{
___flipped_6 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.CharacterInfo
struct CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313_marshaled_pinvoke
{
int32_t ___index_0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uv_1;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vert_2;
float ___width_3;
int32_t ___size_4;
int32_t ___style_5;
int32_t ___flipped_6;
};
// Native definition for COM marshalling of UnityEngine.CharacterInfo
struct CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313_marshaled_com
{
int32_t ___index_0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uv_1;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vert_2;
float ___width_3;
int32_t ___size_4;
int32_t ___style_5;
int32_t ___flipped_6;
};
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Shader
struct Shader_tE2731FF351B74AB4186897484FB01E000C1160CA : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Touch
struct Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8
{
public:
// System.Int32 UnityEngine.Touch::m_FingerId
int32_t ___m_FingerId_0;
// UnityEngine.Vector2 UnityEngine.Touch::m_Position
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Position_1;
// UnityEngine.Vector2 UnityEngine.Touch::m_RawPosition
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_RawPosition_2;
// UnityEngine.Vector2 UnityEngine.Touch::m_PositionDelta
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_PositionDelta_3;
// System.Single UnityEngine.Touch::m_TimeDelta
float ___m_TimeDelta_4;
// System.Int32 UnityEngine.Touch::m_TapCount
int32_t ___m_TapCount_5;
// UnityEngine.TouchPhase UnityEngine.Touch::m_Phase
int32_t ___m_Phase_6;
// UnityEngine.TouchType UnityEngine.Touch::m_Type
int32_t ___m_Type_7;
// System.Single UnityEngine.Touch::m_Pressure
float ___m_Pressure_8;
// System.Single UnityEngine.Touch::m_maximumPossiblePressure
float ___m_maximumPossiblePressure_9;
// System.Single UnityEngine.Touch::m_Radius
float ___m_Radius_10;
// System.Single UnityEngine.Touch::m_RadiusVariance
float ___m_RadiusVariance_11;
// System.Single UnityEngine.Touch::m_AltitudeAngle
float ___m_AltitudeAngle_12;
// System.Single UnityEngine.Touch::m_AzimuthAngle
float ___m_AzimuthAngle_13;
public:
inline static int32_t get_offset_of_m_FingerId_0() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_FingerId_0)); }
inline int32_t get_m_FingerId_0() const { return ___m_FingerId_0; }
inline int32_t* get_address_of_m_FingerId_0() { return &___m_FingerId_0; }
inline void set_m_FingerId_0(int32_t value)
{
___m_FingerId_0 = value;
}
inline static int32_t get_offset_of_m_Position_1() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Position_1)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Position_1() const { return ___m_Position_1; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Position_1() { return &___m_Position_1; }
inline void set_m_Position_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_Position_1 = value;
}
inline static int32_t get_offset_of_m_RawPosition_2() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_RawPosition_2)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_RawPosition_2() const { return ___m_RawPosition_2; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_RawPosition_2() { return &___m_RawPosition_2; }
inline void set_m_RawPosition_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_RawPosition_2 = value;
}
inline static int32_t get_offset_of_m_PositionDelta_3() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_PositionDelta_3)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_PositionDelta_3() const { return ___m_PositionDelta_3; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_PositionDelta_3() { return &___m_PositionDelta_3; }
inline void set_m_PositionDelta_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_PositionDelta_3 = value;
}
inline static int32_t get_offset_of_m_TimeDelta_4() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_TimeDelta_4)); }
inline float get_m_TimeDelta_4() const { return ___m_TimeDelta_4; }
inline float* get_address_of_m_TimeDelta_4() { return &___m_TimeDelta_4; }
inline void set_m_TimeDelta_4(float value)
{
___m_TimeDelta_4 = value;
}
inline static int32_t get_offset_of_m_TapCount_5() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_TapCount_5)); }
inline int32_t get_m_TapCount_5() const { return ___m_TapCount_5; }
inline int32_t* get_address_of_m_TapCount_5() { return &___m_TapCount_5; }
inline void set_m_TapCount_5(int32_t value)
{
___m_TapCount_5 = value;
}
inline static int32_t get_offset_of_m_Phase_6() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Phase_6)); }
inline int32_t get_m_Phase_6() const { return ___m_Phase_6; }
inline int32_t* get_address_of_m_Phase_6() { return &___m_Phase_6; }
inline void set_m_Phase_6(int32_t value)
{
___m_Phase_6 = value;
}
inline static int32_t get_offset_of_m_Type_7() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Type_7)); }
inline int32_t get_m_Type_7() const { return ___m_Type_7; }
inline int32_t* get_address_of_m_Type_7() { return &___m_Type_7; }
inline void set_m_Type_7(int32_t value)
{
___m_Type_7 = value;
}
inline static int32_t get_offset_of_m_Pressure_8() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Pressure_8)); }
inline float get_m_Pressure_8() const { return ___m_Pressure_8; }
inline float* get_address_of_m_Pressure_8() { return &___m_Pressure_8; }
inline void set_m_Pressure_8(float value)
{
___m_Pressure_8 = value;
}
inline static int32_t get_offset_of_m_maximumPossiblePressure_9() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_maximumPossiblePressure_9)); }
inline float get_m_maximumPossiblePressure_9() const { return ___m_maximumPossiblePressure_9; }
inline float* get_address_of_m_maximumPossiblePressure_9() { return &___m_maximumPossiblePressure_9; }
inline void set_m_maximumPossiblePressure_9(float value)
{
___m_maximumPossiblePressure_9 = value;
}
inline static int32_t get_offset_of_m_Radius_10() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Radius_10)); }
inline float get_m_Radius_10() const { return ___m_Radius_10; }
inline float* get_address_of_m_Radius_10() { return &___m_Radius_10; }
inline void set_m_Radius_10(float value)
{
___m_Radius_10 = value;
}
inline static int32_t get_offset_of_m_RadiusVariance_11() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_RadiusVariance_11)); }
inline float get_m_RadiusVariance_11() const { return ___m_RadiusVariance_11; }
inline float* get_address_of_m_RadiusVariance_11() { return &___m_RadiusVariance_11; }
inline void set_m_RadiusVariance_11(float value)
{
___m_RadiusVariance_11 = value;
}
inline static int32_t get_offset_of_m_AltitudeAngle_12() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_AltitudeAngle_12)); }
inline float get_m_AltitudeAngle_12() const { return ___m_AltitudeAngle_12; }
inline float* get_address_of_m_AltitudeAngle_12() { return &___m_AltitudeAngle_12; }
inline void set_m_AltitudeAngle_12(float value)
{
___m_AltitudeAngle_12 = value;
}
inline static int32_t get_offset_of_m_AzimuthAngle_13() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_AzimuthAngle_13)); }
inline float get_m_AzimuthAngle_13() const { return ___m_AzimuthAngle_13; }
inline float* get_address_of_m_AzimuthAngle_13() { return &___m_AzimuthAngle_13; }
inline void set_m_AzimuthAngle_13(float value)
{
___m_AzimuthAngle_13 = value;
}
};
// FairyGUI.Container
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
public:
// UnityEngine.RenderMode FairyGUI.Container::renderMode
int32_t ___renderMode_52;
// UnityEngine.Camera FairyGUI.Container::renderCamera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___renderCamera_53;
// System.Boolean FairyGUI.Container::opaque
bool ___opaque_54;
// System.Nullable`1<UnityEngine.Vector4> FairyGUI.Container::clipSoftness
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 ___clipSoftness_55;
// FairyGUI.IHitTest FairyGUI.Container::hitArea
RuntimeObject* ___hitArea_56;
// System.Boolean FairyGUI.Container::touchChildren
bool ___touchChildren_57;
// FairyGUI.EventCallback0 FairyGUI.Container::onUpdate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___onUpdate_58;
// System.Boolean FairyGUI.Container::reversedMask
bool ___reversedMask_59;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Container::_children
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____children_60;
// FairyGUI.DisplayObject FairyGUI.Container::_mask
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____mask_61;
// System.Nullable`1<UnityEngine.Rect> FairyGUI.Container::_clipRect
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ____clipRect_62;
// System.Boolean FairyGUI.Container::_fBatchingRequested
bool ____fBatchingRequested_63;
// System.Boolean FairyGUI.Container::_fBatchingRoot
bool ____fBatchingRoot_64;
// System.Boolean FairyGUI.Container::_fBatching
bool ____fBatching_65;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Container::_descendants
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____descendants_66;
// System.Boolean FairyGUI.Container::_isPanel
bool ____isPanel_67;
// System.Int32 FairyGUI.Container::_panelOrder
int32_t ____panelOrder_68;
public:
inline static int32_t get_offset_of_renderMode_52() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___renderMode_52)); }
inline int32_t get_renderMode_52() const { return ___renderMode_52; }
inline int32_t* get_address_of_renderMode_52() { return &___renderMode_52; }
inline void set_renderMode_52(int32_t value)
{
___renderMode_52 = value;
}
inline static int32_t get_offset_of_renderCamera_53() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___renderCamera_53)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_renderCamera_53() const { return ___renderCamera_53; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_renderCamera_53() { return &___renderCamera_53; }
inline void set_renderCamera_53(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___renderCamera_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&___renderCamera_53), (void*)value);
}
inline static int32_t get_offset_of_opaque_54() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___opaque_54)); }
inline bool get_opaque_54() const { return ___opaque_54; }
inline bool* get_address_of_opaque_54() { return &___opaque_54; }
inline void set_opaque_54(bool value)
{
___opaque_54 = value;
}
inline static int32_t get_offset_of_clipSoftness_55() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___clipSoftness_55)); }
inline Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 get_clipSoftness_55() const { return ___clipSoftness_55; }
inline Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 * get_address_of_clipSoftness_55() { return &___clipSoftness_55; }
inline void set_clipSoftness_55(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 value)
{
___clipSoftness_55 = value;
}
inline static int32_t get_offset_of_hitArea_56() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___hitArea_56)); }
inline RuntimeObject* get_hitArea_56() const { return ___hitArea_56; }
inline RuntimeObject** get_address_of_hitArea_56() { return &___hitArea_56; }
inline void set_hitArea_56(RuntimeObject* value)
{
___hitArea_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hitArea_56), (void*)value);
}
inline static int32_t get_offset_of_touchChildren_57() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___touchChildren_57)); }
inline bool get_touchChildren_57() const { return ___touchChildren_57; }
inline bool* get_address_of_touchChildren_57() { return &___touchChildren_57; }
inline void set_touchChildren_57(bool value)
{
___touchChildren_57 = value;
}
inline static int32_t get_offset_of_onUpdate_58() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___onUpdate_58)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_onUpdate_58() const { return ___onUpdate_58; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_onUpdate_58() { return &___onUpdate_58; }
inline void set_onUpdate_58(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___onUpdate_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onUpdate_58), (void*)value);
}
inline static int32_t get_offset_of_reversedMask_59() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___reversedMask_59)); }
inline bool get_reversedMask_59() const { return ___reversedMask_59; }
inline bool* get_address_of_reversedMask_59() { return &___reversedMask_59; }
inline void set_reversedMask_59(bool value)
{
___reversedMask_59 = value;
}
inline static int32_t get_offset_of__children_60() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____children_60)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__children_60() const { return ____children_60; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__children_60() { return &____children_60; }
inline void set__children_60(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____children_60 = value;
Il2CppCodeGenWriteBarrier((void**)(&____children_60), (void*)value);
}
inline static int32_t get_offset_of__mask_61() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____mask_61)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__mask_61() const { return ____mask_61; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__mask_61() { return &____mask_61; }
inline void set__mask_61(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
____mask_61 = value;
Il2CppCodeGenWriteBarrier((void**)(&____mask_61), (void*)value);
}
inline static int32_t get_offset_of__clipRect_62() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____clipRect_62)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get__clipRect_62() const { return ____clipRect_62; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of__clipRect_62() { return &____clipRect_62; }
inline void set__clipRect_62(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
____clipRect_62 = value;
}
inline static int32_t get_offset_of__fBatchingRequested_63() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatchingRequested_63)); }
inline bool get__fBatchingRequested_63() const { return ____fBatchingRequested_63; }
inline bool* get_address_of__fBatchingRequested_63() { return &____fBatchingRequested_63; }
inline void set__fBatchingRequested_63(bool value)
{
____fBatchingRequested_63 = value;
}
inline static int32_t get_offset_of__fBatchingRoot_64() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatchingRoot_64)); }
inline bool get__fBatchingRoot_64() const { return ____fBatchingRoot_64; }
inline bool* get_address_of__fBatchingRoot_64() { return &____fBatchingRoot_64; }
inline void set__fBatchingRoot_64(bool value)
{
____fBatchingRoot_64 = value;
}
inline static int32_t get_offset_of__fBatching_65() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatching_65)); }
inline bool get__fBatching_65() const { return ____fBatching_65; }
inline bool* get_address_of__fBatching_65() { return &____fBatching_65; }
inline void set__fBatching_65(bool value)
{
____fBatching_65 = value;
}
inline static int32_t get_offset_of__descendants_66() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____descendants_66)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__descendants_66() const { return ____descendants_66; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__descendants_66() { return &____descendants_66; }
inline void set__descendants_66(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____descendants_66 = value;
Il2CppCodeGenWriteBarrier((void**)(&____descendants_66), (void*)value);
}
inline static int32_t get_offset_of__isPanel_67() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____isPanel_67)); }
inline bool get__isPanel_67() const { return ____isPanel_67; }
inline bool* get_address_of__isPanel_67() { return &____isPanel_67; }
inline void set__isPanel_67(bool value)
{
____isPanel_67 = value;
}
inline static int32_t get_offset_of__panelOrder_68() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____panelOrder_68)); }
inline int32_t get__panelOrder_68() const { return ____panelOrder_68; }
inline int32_t* get_address_of__panelOrder_68() { return &____panelOrder_68; }
inline void set__panelOrder_68(int32_t value)
{
____panelOrder_68 = value;
}
};
// FairyGUI.DynamicFont
struct DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 : public BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F
{
public:
// UnityEngine.Font FairyGUI.DynamicFont::_font
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * ____font_8;
// System.Collections.Generic.Dictionary`2<System.Int32,FairyGUI.DynamicFont_RenderInfo> FairyGUI.DynamicFont::_renderInfo
Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 * ____renderInfo_9;
// FairyGUI.DynamicFont_RenderInfo FairyGUI.DynamicFont::_lastRenderInfo
RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * ____lastRenderInfo_10;
// System.Int32 FairyGUI.DynamicFont::_lastFontSize
int32_t ____lastFontSize_11;
// System.Int32 FairyGUI.DynamicFont::_size
int32_t ____size_12;
// UnityEngine.FontStyle FairyGUI.DynamicFont::_style
int32_t ____style_13;
// System.String FairyGUI.DynamicFont::_path
String_t* ____path_14;
public:
inline static int32_t get_offset_of__font_8() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____font_8)); }
inline Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * get__font_8() const { return ____font_8; }
inline Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 ** get_address_of__font_8() { return &____font_8; }
inline void set__font_8(Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * value)
{
____font_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____font_8), (void*)value);
}
inline static int32_t get_offset_of__renderInfo_9() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____renderInfo_9)); }
inline Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 * get__renderInfo_9() const { return ____renderInfo_9; }
inline Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 ** get_address_of__renderInfo_9() { return &____renderInfo_9; }
inline void set__renderInfo_9(Dictionary_2_tA0A216EAA619A589DE8A2B291ECBD30E3D6F8593 * value)
{
____renderInfo_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____renderInfo_9), (void*)value);
}
inline static int32_t get_offset_of__lastRenderInfo_10() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____lastRenderInfo_10)); }
inline RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * get__lastRenderInfo_10() const { return ____lastRenderInfo_10; }
inline RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 ** get_address_of__lastRenderInfo_10() { return &____lastRenderInfo_10; }
inline void set__lastRenderInfo_10(RenderInfo_t1A9B31BBB0D7CC0AFF90605E566EF37317A2FE03 * value)
{
____lastRenderInfo_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____lastRenderInfo_10), (void*)value);
}
inline static int32_t get_offset_of__lastFontSize_11() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____lastFontSize_11)); }
inline int32_t get__lastFontSize_11() const { return ____lastFontSize_11; }
inline int32_t* get_address_of__lastFontSize_11() { return &____lastFontSize_11; }
inline void set__lastFontSize_11(int32_t value)
{
____lastFontSize_11 = value;
}
inline static int32_t get_offset_of__size_12() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____size_12)); }
inline int32_t get__size_12() const { return ____size_12; }
inline int32_t* get_address_of__size_12() { return &____size_12; }
inline void set__size_12(int32_t value)
{
____size_12 = value;
}
inline static int32_t get_offset_of__style_13() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____style_13)); }
inline int32_t get__style_13() const { return ____style_13; }
inline int32_t* get_address_of__style_13() { return &____style_13; }
inline void set__style_13(int32_t value)
{
____style_13 = value;
}
inline static int32_t get_offset_of__path_14() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30, ____path_14)); }
inline String_t* get__path_14() const { return ____path_14; }
inline String_t** get_address_of__path_14() { return &____path_14; }
inline void set__path_14(String_t* value)
{
____path_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&____path_14), (void*)value);
}
};
struct DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields
{
public:
// UnityEngine.CharacterInfo FairyGUI.DynamicFont::sTempChar
CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 ___sTempChar_15;
// System.Boolean FairyGUI.DynamicFont::textRebuildFlag
bool ___textRebuildFlag_16;
public:
inline static int32_t get_offset_of_sTempChar_15() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields, ___sTempChar_15)); }
inline CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 get_sTempChar_15() const { return ___sTempChar_15; }
inline CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 * get_address_of_sTempChar_15() { return &___sTempChar_15; }
inline void set_sTempChar_15(CharacterInfo_t678D243661BB260C0841F66CB9BB85C7666D4313 value)
{
___sTempChar_15 = value;
}
inline static int32_t get_offset_of_textRebuildFlag_16() { return static_cast<int32_t>(offsetof(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields, ___textRebuildFlag_16)); }
inline bool get_textRebuildFlag_16() const { return ___textRebuildFlag_16; }
inline bool* get_address_of_textRebuildFlag_16() { return &___textRebuildFlag_16; }
inline void set_textRebuildFlag_16(bool value)
{
___textRebuildFlag_16 = value;
}
};
// FairyGUI.EventCallback0
struct EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.EventCallback1
struct EventCallback1_t389063B912FE306493324D5033356213EEA650A7 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.GComponent
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.Container FairyGUI.GComponent::<rootContainer>k__BackingField
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CrootContainerU3Ek__BackingField_74;
// FairyGUI.Container FairyGUI.GComponent::<container>k__BackingField
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CcontainerU3Ek__BackingField_75;
// FairyGUI.ScrollPane FairyGUI.GComponent::<scrollPane>k__BackingField
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ___U3CscrollPaneU3Ek__BackingField_76;
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.GComponent::_children
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ____children_77;
// System.Collections.Generic.List`1<FairyGUI.Controller> FairyGUI.GComponent::_controllers
List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * ____controllers_78;
// System.Collections.Generic.List`1<FairyGUI.Transition> FairyGUI.GComponent::_transitions
List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * ____transitions_79;
// System.Boolean FairyGUI.GComponent::_buildingDisplayList
bool ____buildingDisplayList_80;
// FairyGUI.Margin FairyGUI.GComponent::_margin
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ____margin_81;
// System.Boolean FairyGUI.GComponent::_trackBounds
bool ____trackBounds_82;
// System.Boolean FairyGUI.GComponent::_boundsChanged
bool ____boundsChanged_83;
// FairyGUI.ChildrenRenderOrder FairyGUI.GComponent::_childrenRenderOrder
int32_t ____childrenRenderOrder_84;
// System.Int32 FairyGUI.GComponent::_apexIndex
int32_t ____apexIndex_85;
// UnityEngine.Vector2 FairyGUI.GComponent::_alignOffset
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____alignOffset_86;
// UnityEngine.Vector2 FairyGUI.GComponent::_clipSoftness
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____clipSoftness_87;
// System.Int32 FairyGUI.GComponent::_sortingChildCount
int32_t ____sortingChildCount_88;
// FairyGUI.EventCallback0 FairyGUI.GComponent::_buildDelegate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____buildDelegate_89;
// FairyGUI.Controller FairyGUI.GComponent::_applyingController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____applyingController_90;
// FairyGUI.EventListener FairyGUI.GComponent::_onDrop
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDrop_91;
// LuaInterface.LuaTable FairyGUI.GComponent::_peerTable
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ____peerTable_92;
public:
inline static int32_t get_offset_of_U3CrootContainerU3Ek__BackingField_74() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CrootContainerU3Ek__BackingField_74)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CrootContainerU3Ek__BackingField_74() const { return ___U3CrootContainerU3Ek__BackingField_74; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CrootContainerU3Ek__BackingField_74() { return &___U3CrootContainerU3Ek__BackingField_74; }
inline void set_U3CrootContainerU3Ek__BackingField_74(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
___U3CrootContainerU3Ek__BackingField_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CrootContainerU3Ek__BackingField_74), (void*)value);
}
inline static int32_t get_offset_of_U3CcontainerU3Ek__BackingField_75() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CcontainerU3Ek__BackingField_75)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CcontainerU3Ek__BackingField_75() const { return ___U3CcontainerU3Ek__BackingField_75; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CcontainerU3Ek__BackingField_75() { return &___U3CcontainerU3Ek__BackingField_75; }
inline void set_U3CcontainerU3Ek__BackingField_75(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
___U3CcontainerU3Ek__BackingField_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CcontainerU3Ek__BackingField_75), (void*)value);
}
inline static int32_t get_offset_of_U3CscrollPaneU3Ek__BackingField_76() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CscrollPaneU3Ek__BackingField_76)); }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * get_U3CscrollPaneU3Ek__BackingField_76() const { return ___U3CscrollPaneU3Ek__BackingField_76; }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE ** get_address_of_U3CscrollPaneU3Ek__BackingField_76() { return &___U3CscrollPaneU3Ek__BackingField_76; }
inline void set_U3CscrollPaneU3Ek__BackingField_76(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * value)
{
___U3CscrollPaneU3Ek__BackingField_76 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CscrollPaneU3Ek__BackingField_76), (void*)value);
}
inline static int32_t get_offset_of__children_77() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____children_77)); }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get__children_77() const { return ____children_77; }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of__children_77() { return &____children_77; }
inline void set__children_77(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
{
____children_77 = value;
Il2CppCodeGenWriteBarrier((void**)(&____children_77), (void*)value);
}
inline static int32_t get_offset_of__controllers_78() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____controllers_78)); }
inline List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * get__controllers_78() const { return ____controllers_78; }
inline List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 ** get_address_of__controllers_78() { return &____controllers_78; }
inline void set__controllers_78(List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * value)
{
____controllers_78 = value;
Il2CppCodeGenWriteBarrier((void**)(&____controllers_78), (void*)value);
}
inline static int32_t get_offset_of__transitions_79() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____transitions_79)); }
inline List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * get__transitions_79() const { return ____transitions_79; }
inline List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 ** get_address_of__transitions_79() { return &____transitions_79; }
inline void set__transitions_79(List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * value)
{
____transitions_79 = value;
Il2CppCodeGenWriteBarrier((void**)(&____transitions_79), (void*)value);
}
inline static int32_t get_offset_of__buildingDisplayList_80() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____buildingDisplayList_80)); }
inline bool get__buildingDisplayList_80() const { return ____buildingDisplayList_80; }
inline bool* get_address_of__buildingDisplayList_80() { return &____buildingDisplayList_80; }
inline void set__buildingDisplayList_80(bool value)
{
____buildingDisplayList_80 = value;
}
inline static int32_t get_offset_of__margin_81() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____margin_81)); }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get__margin_81() const { return ____margin_81; }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of__margin_81() { return &____margin_81; }
inline void set__margin_81(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
{
____margin_81 = value;
}
inline static int32_t get_offset_of__trackBounds_82() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____trackBounds_82)); }
inline bool get__trackBounds_82() const { return ____trackBounds_82; }
inline bool* get_address_of__trackBounds_82() { return &____trackBounds_82; }
inline void set__trackBounds_82(bool value)
{
____trackBounds_82 = value;
}
inline static int32_t get_offset_of__boundsChanged_83() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____boundsChanged_83)); }
inline bool get__boundsChanged_83() const { return ____boundsChanged_83; }
inline bool* get_address_of__boundsChanged_83() { return &____boundsChanged_83; }
inline void set__boundsChanged_83(bool value)
{
____boundsChanged_83 = value;
}
inline static int32_t get_offset_of__childrenRenderOrder_84() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____childrenRenderOrder_84)); }
inline int32_t get__childrenRenderOrder_84() const { return ____childrenRenderOrder_84; }
inline int32_t* get_address_of__childrenRenderOrder_84() { return &____childrenRenderOrder_84; }
inline void set__childrenRenderOrder_84(int32_t value)
{
____childrenRenderOrder_84 = value;
}
inline static int32_t get_offset_of__apexIndex_85() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____apexIndex_85)); }
inline int32_t get__apexIndex_85() const { return ____apexIndex_85; }
inline int32_t* get_address_of__apexIndex_85() { return &____apexIndex_85; }
inline void set__apexIndex_85(int32_t value)
{
____apexIndex_85 = value;
}
inline static int32_t get_offset_of__alignOffset_86() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____alignOffset_86)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__alignOffset_86() const { return ____alignOffset_86; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__alignOffset_86() { return &____alignOffset_86; }
inline void set__alignOffset_86(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____alignOffset_86 = value;
}
inline static int32_t get_offset_of__clipSoftness_87() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____clipSoftness_87)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__clipSoftness_87() const { return ____clipSoftness_87; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__clipSoftness_87() { return &____clipSoftness_87; }
inline void set__clipSoftness_87(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____clipSoftness_87 = value;
}
inline static int32_t get_offset_of__sortingChildCount_88() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____sortingChildCount_88)); }
inline int32_t get__sortingChildCount_88() const { return ____sortingChildCount_88; }
inline int32_t* get_address_of__sortingChildCount_88() { return &____sortingChildCount_88; }
inline void set__sortingChildCount_88(int32_t value)
{
____sortingChildCount_88 = value;
}
inline static int32_t get_offset_of__buildDelegate_89() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____buildDelegate_89)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__buildDelegate_89() const { return ____buildDelegate_89; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__buildDelegate_89() { return &____buildDelegate_89; }
inline void set__buildDelegate_89(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____buildDelegate_89 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buildDelegate_89), (void*)value);
}
inline static int32_t get_offset_of__applyingController_90() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____applyingController_90)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__applyingController_90() const { return ____applyingController_90; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__applyingController_90() { return &____applyingController_90; }
inline void set__applyingController_90(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____applyingController_90 = value;
Il2CppCodeGenWriteBarrier((void**)(&____applyingController_90), (void*)value);
}
inline static int32_t get_offset_of__onDrop_91() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____onDrop_91)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDrop_91() const { return ____onDrop_91; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDrop_91() { return &____onDrop_91; }
inline void set__onDrop_91(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDrop_91 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDrop_91), (void*)value);
}
inline static int32_t get_offset_of__peerTable_92() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____peerTable_92)); }
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * get__peerTable_92() const { return ____peerTable_92; }
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 ** get_address_of__peerTable_92() { return &____peerTable_92; }
inline void set__peerTable_92(LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * value)
{
____peerTable_92 = value;
Il2CppCodeGenWriteBarrier((void**)(&____peerTable_92), (void*)value);
}
};
// FairyGUI.SelectionShape
struct SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
public:
// System.Collections.Generic.List`1<UnityEngine.Rect> FairyGUI.SelectionShape::rects
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * ___rects_52;
public:
inline static int32_t get_offset_of_rects_52() { return static_cast<int32_t>(offsetof(SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429, ___rects_52)); }
inline List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * get_rects_52() const { return ___rects_52; }
inline List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 ** get_address_of_rects_52() { return &___rects_52; }
inline void set_rects_52(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * value)
{
___rects_52 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rects_52), (void*)value);
}
};
// FairyGUI.ShaderConfig_GetFunction
struct GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.Shape
struct Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
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.TimerCallback
struct TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 : public MulticastDelegate_t
{
public:
public:
};
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
// System.Comparison`1<FairyGUI.DisplayObject>
struct Comparison_1_t80AF2D8856D348E788BB5AFF18AC178138FE5FCB : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode>
struct UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.MeshFilter
struct MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Renderer
struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// FairyGUI.GList
struct GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// System.String FairyGUI.GList::defaultItem
String_t* ___defaultItem_93;
// System.Boolean FairyGUI.GList::foldInvisibleItems
bool ___foldInvisibleItems_94;
// FairyGUI.ListSelectionMode FairyGUI.GList::selectionMode
int32_t ___selectionMode_95;
// FairyGUI.ListItemRenderer FairyGUI.GList::itemRenderer
ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * ___itemRenderer_96;
// FairyGUI.ListItemProvider FairyGUI.GList::itemProvider
ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * ___itemProvider_97;
// System.Boolean FairyGUI.GList::scrollItemToViewOnClick
bool ___scrollItemToViewOnClick_98;
// FairyGUI.ListLayoutType FairyGUI.GList::_layout
int32_t ____layout_99;
// System.Int32 FairyGUI.GList::_lineCount
int32_t ____lineCount_100;
// System.Int32 FairyGUI.GList::_columnCount
int32_t ____columnCount_101;
// System.Int32 FairyGUI.GList::_lineGap
int32_t ____lineGap_102;
// System.Int32 FairyGUI.GList::_columnGap
int32_t ____columnGap_103;
// FairyGUI.AlignType FairyGUI.GList::_align
int32_t ____align_104;
// FairyGUI.VertAlignType FairyGUI.GList::_verticalAlign
int32_t ____verticalAlign_105;
// System.Boolean FairyGUI.GList::_autoResizeItem
bool ____autoResizeItem_106;
// FairyGUI.Controller FairyGUI.GList::_selectionController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____selectionController_107;
// FairyGUI.GObjectPool FairyGUI.GList::_pool
GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * ____pool_108;
// System.Int32 FairyGUI.GList::_lastSelectedIndex
int32_t ____lastSelectedIndex_109;
// FairyGUI.EventListener FairyGUI.GList::_onClickItem
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClickItem_110;
// FairyGUI.EventListener FairyGUI.GList::_onRightClickItem
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRightClickItem_111;
// System.Boolean FairyGUI.GList::_virtual
bool ____virtual_112;
// System.Boolean FairyGUI.GList::_loop
bool ____loop_113;
// System.Int32 FairyGUI.GList::_numItems
int32_t ____numItems_114;
// System.Int32 FairyGUI.GList::_realNumItems
int32_t ____realNumItems_115;
// System.Int32 FairyGUI.GList::_firstIndex
int32_t ____firstIndex_116;
// System.Int32 FairyGUI.GList::_curLineItemCount
int32_t ____curLineItemCount_117;
// System.Int32 FairyGUI.GList::_curLineItemCount2
int32_t ____curLineItemCount2_118;
// UnityEngine.Vector2 FairyGUI.GList::_itemSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____itemSize_119;
// System.Int32 FairyGUI.GList::_virtualListChanged
int32_t ____virtualListChanged_120;
// System.Boolean FairyGUI.GList::_eventLocked
bool ____eventLocked_121;
// System.UInt32 FairyGUI.GList::itemInfoVer
uint32_t ___itemInfoVer_122;
// System.Collections.Generic.List`1<FairyGUI.GList_ItemInfo> FairyGUI.GList::_virtualItems
List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 * ____virtualItems_123;
// FairyGUI.EventCallback1 FairyGUI.GList::_itemClickDelegate
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____itemClickDelegate_124;
public:
inline static int32_t get_offset_of_defaultItem_93() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___defaultItem_93)); }
inline String_t* get_defaultItem_93() const { return ___defaultItem_93; }
inline String_t** get_address_of_defaultItem_93() { return &___defaultItem_93; }
inline void set_defaultItem_93(String_t* value)
{
___defaultItem_93 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultItem_93), (void*)value);
}
inline static int32_t get_offset_of_foldInvisibleItems_94() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___foldInvisibleItems_94)); }
inline bool get_foldInvisibleItems_94() const { return ___foldInvisibleItems_94; }
inline bool* get_address_of_foldInvisibleItems_94() { return &___foldInvisibleItems_94; }
inline void set_foldInvisibleItems_94(bool value)
{
___foldInvisibleItems_94 = value;
}
inline static int32_t get_offset_of_selectionMode_95() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___selectionMode_95)); }
inline int32_t get_selectionMode_95() const { return ___selectionMode_95; }
inline int32_t* get_address_of_selectionMode_95() { return &___selectionMode_95; }
inline void set_selectionMode_95(int32_t value)
{
___selectionMode_95 = value;
}
inline static int32_t get_offset_of_itemRenderer_96() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___itemRenderer_96)); }
inline ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * get_itemRenderer_96() const { return ___itemRenderer_96; }
inline ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 ** get_address_of_itemRenderer_96() { return &___itemRenderer_96; }
inline void set_itemRenderer_96(ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9 * value)
{
___itemRenderer_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&___itemRenderer_96), (void*)value);
}
inline static int32_t get_offset_of_itemProvider_97() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___itemProvider_97)); }
inline ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * get_itemProvider_97() const { return ___itemProvider_97; }
inline ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 ** get_address_of_itemProvider_97() { return &___itemProvider_97; }
inline void set_itemProvider_97(ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1 * value)
{
___itemProvider_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&___itemProvider_97), (void*)value);
}
inline static int32_t get_offset_of_scrollItemToViewOnClick_98() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___scrollItemToViewOnClick_98)); }
inline bool get_scrollItemToViewOnClick_98() const { return ___scrollItemToViewOnClick_98; }
inline bool* get_address_of_scrollItemToViewOnClick_98() { return &___scrollItemToViewOnClick_98; }
inline void set_scrollItemToViewOnClick_98(bool value)
{
___scrollItemToViewOnClick_98 = value;
}
inline static int32_t get_offset_of__layout_99() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____layout_99)); }
inline int32_t get__layout_99() const { return ____layout_99; }
inline int32_t* get_address_of__layout_99() { return &____layout_99; }
inline void set__layout_99(int32_t value)
{
____layout_99 = value;
}
inline static int32_t get_offset_of__lineCount_100() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____lineCount_100)); }
inline int32_t get__lineCount_100() const { return ____lineCount_100; }
inline int32_t* get_address_of__lineCount_100() { return &____lineCount_100; }
inline void set__lineCount_100(int32_t value)
{
____lineCount_100 = value;
}
inline static int32_t get_offset_of__columnCount_101() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____columnCount_101)); }
inline int32_t get__columnCount_101() const { return ____columnCount_101; }
inline int32_t* get_address_of__columnCount_101() { return &____columnCount_101; }
inline void set__columnCount_101(int32_t value)
{
____columnCount_101 = value;
}
inline static int32_t get_offset_of__lineGap_102() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____lineGap_102)); }
inline int32_t get__lineGap_102() const { return ____lineGap_102; }
inline int32_t* get_address_of__lineGap_102() { return &____lineGap_102; }
inline void set__lineGap_102(int32_t value)
{
____lineGap_102 = value;
}
inline static int32_t get_offset_of__columnGap_103() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____columnGap_103)); }
inline int32_t get__columnGap_103() const { return ____columnGap_103; }
inline int32_t* get_address_of__columnGap_103() { return &____columnGap_103; }
inline void set__columnGap_103(int32_t value)
{
____columnGap_103 = value;
}
inline static int32_t get_offset_of__align_104() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____align_104)); }
inline int32_t get__align_104() const { return ____align_104; }
inline int32_t* get_address_of__align_104() { return &____align_104; }
inline void set__align_104(int32_t value)
{
____align_104 = value;
}
inline static int32_t get_offset_of__verticalAlign_105() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____verticalAlign_105)); }
inline int32_t get__verticalAlign_105() const { return ____verticalAlign_105; }
inline int32_t* get_address_of__verticalAlign_105() { return &____verticalAlign_105; }
inline void set__verticalAlign_105(int32_t value)
{
____verticalAlign_105 = value;
}
inline static int32_t get_offset_of__autoResizeItem_106() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____autoResizeItem_106)); }
inline bool get__autoResizeItem_106() const { return ____autoResizeItem_106; }
inline bool* get_address_of__autoResizeItem_106() { return &____autoResizeItem_106; }
inline void set__autoResizeItem_106(bool value)
{
____autoResizeItem_106 = value;
}
inline static int32_t get_offset_of__selectionController_107() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____selectionController_107)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__selectionController_107() const { return ____selectionController_107; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__selectionController_107() { return &____selectionController_107; }
inline void set__selectionController_107(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____selectionController_107 = value;
Il2CppCodeGenWriteBarrier((void**)(&____selectionController_107), (void*)value);
}
inline static int32_t get_offset_of__pool_108() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____pool_108)); }
inline GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * get__pool_108() const { return ____pool_108; }
inline GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 ** get_address_of__pool_108() { return &____pool_108; }
inline void set__pool_108(GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * value)
{
____pool_108 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pool_108), (void*)value);
}
inline static int32_t get_offset_of__lastSelectedIndex_109() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____lastSelectedIndex_109)); }
inline int32_t get__lastSelectedIndex_109() const { return ____lastSelectedIndex_109; }
inline int32_t* get_address_of__lastSelectedIndex_109() { return &____lastSelectedIndex_109; }
inline void set__lastSelectedIndex_109(int32_t value)
{
____lastSelectedIndex_109 = value;
}
inline static int32_t get_offset_of__onClickItem_110() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____onClickItem_110)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClickItem_110() const { return ____onClickItem_110; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClickItem_110() { return &____onClickItem_110; }
inline void set__onClickItem_110(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClickItem_110 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClickItem_110), (void*)value);
}
inline static int32_t get_offset_of__onRightClickItem_111() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____onRightClickItem_111)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRightClickItem_111() const { return ____onRightClickItem_111; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRightClickItem_111() { return &____onRightClickItem_111; }
inline void set__onRightClickItem_111(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRightClickItem_111 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRightClickItem_111), (void*)value);
}
inline static int32_t get_offset_of__virtual_112() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____virtual_112)); }
inline bool get__virtual_112() const { return ____virtual_112; }
inline bool* get_address_of__virtual_112() { return &____virtual_112; }
inline void set__virtual_112(bool value)
{
____virtual_112 = value;
}
inline static int32_t get_offset_of__loop_113() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____loop_113)); }
inline bool get__loop_113() const { return ____loop_113; }
inline bool* get_address_of__loop_113() { return &____loop_113; }
inline void set__loop_113(bool value)
{
____loop_113 = value;
}
inline static int32_t get_offset_of__numItems_114() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____numItems_114)); }
inline int32_t get__numItems_114() const { return ____numItems_114; }
inline int32_t* get_address_of__numItems_114() { return &____numItems_114; }
inline void set__numItems_114(int32_t value)
{
____numItems_114 = value;
}
inline static int32_t get_offset_of__realNumItems_115() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____realNumItems_115)); }
inline int32_t get__realNumItems_115() const { return ____realNumItems_115; }
inline int32_t* get_address_of__realNumItems_115() { return &____realNumItems_115; }
inline void set__realNumItems_115(int32_t value)
{
____realNumItems_115 = value;
}
inline static int32_t get_offset_of__firstIndex_116() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____firstIndex_116)); }
inline int32_t get__firstIndex_116() const { return ____firstIndex_116; }
inline int32_t* get_address_of__firstIndex_116() { return &____firstIndex_116; }
inline void set__firstIndex_116(int32_t value)
{
____firstIndex_116 = value;
}
inline static int32_t get_offset_of__curLineItemCount_117() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____curLineItemCount_117)); }
inline int32_t get__curLineItemCount_117() const { return ____curLineItemCount_117; }
inline int32_t* get_address_of__curLineItemCount_117() { return &____curLineItemCount_117; }
inline void set__curLineItemCount_117(int32_t value)
{
____curLineItemCount_117 = value;
}
inline static int32_t get_offset_of__curLineItemCount2_118() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____curLineItemCount2_118)); }
inline int32_t get__curLineItemCount2_118() const { return ____curLineItemCount2_118; }
inline int32_t* get_address_of__curLineItemCount2_118() { return &____curLineItemCount2_118; }
inline void set__curLineItemCount2_118(int32_t value)
{
____curLineItemCount2_118 = value;
}
inline static int32_t get_offset_of__itemSize_119() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____itemSize_119)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__itemSize_119() const { return ____itemSize_119; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__itemSize_119() { return &____itemSize_119; }
inline void set__itemSize_119(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____itemSize_119 = value;
}
inline static int32_t get_offset_of__virtualListChanged_120() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____virtualListChanged_120)); }
inline int32_t get__virtualListChanged_120() const { return ____virtualListChanged_120; }
inline int32_t* get_address_of__virtualListChanged_120() { return &____virtualListChanged_120; }
inline void set__virtualListChanged_120(int32_t value)
{
____virtualListChanged_120 = value;
}
inline static int32_t get_offset_of__eventLocked_121() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____eventLocked_121)); }
inline bool get__eventLocked_121() const { return ____eventLocked_121; }
inline bool* get_address_of__eventLocked_121() { return &____eventLocked_121; }
inline void set__eventLocked_121(bool value)
{
____eventLocked_121 = value;
}
inline static int32_t get_offset_of_itemInfoVer_122() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ___itemInfoVer_122)); }
inline uint32_t get_itemInfoVer_122() const { return ___itemInfoVer_122; }
inline uint32_t* get_address_of_itemInfoVer_122() { return &___itemInfoVer_122; }
inline void set_itemInfoVer_122(uint32_t value)
{
___itemInfoVer_122 = value;
}
inline static int32_t get_offset_of__virtualItems_123() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____virtualItems_123)); }
inline List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 * get__virtualItems_123() const { return ____virtualItems_123; }
inline List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 ** get_address_of__virtualItems_123() { return &____virtualItems_123; }
inline void set__virtualItems_123(List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991 * value)
{
____virtualItems_123 = value;
Il2CppCodeGenWriteBarrier((void**)(&____virtualItems_123), (void*)value);
}
inline static int32_t get_offset_of__itemClickDelegate_124() { return static_cast<int32_t>(offsetof(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38, ____itemClickDelegate_124)); }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__itemClickDelegate_124() const { return ____itemClickDelegate_124; }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__itemClickDelegate_124() { return &____itemClickDelegate_124; }
inline void set__itemClickDelegate_124(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
{
____itemClickDelegate_124 = value;
Il2CppCodeGenWriteBarrier((void**)(&____itemClickDelegate_124), (void*)value);
}
};
// FairyGUI.GRoot
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// FairyGUI.GGraph FairyGUI.GRoot::_modalLayer
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * ____modalLayer_93;
// FairyGUI.GObject FairyGUI.GRoot::_modalWaitPane
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____modalWaitPane_94;
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.GRoot::_popupStack
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ____popupStack_95;
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.GRoot::_justClosedPopups
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ____justClosedPopups_96;
// FairyGUI.GObject FairyGUI.GRoot::_tooltipWin
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____tooltipWin_97;
// FairyGUI.GObject FairyGUI.GRoot::_defaultTooltipWin
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____defaultTooltipWin_98;
public:
inline static int32_t get_offset_of__modalLayer_93() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____modalLayer_93)); }
inline GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * get__modalLayer_93() const { return ____modalLayer_93; }
inline GGraph_tD2F718A15120D167149C9E19B8802F8862458858 ** get_address_of__modalLayer_93() { return &____modalLayer_93; }
inline void set__modalLayer_93(GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * value)
{
____modalLayer_93 = value;
Il2CppCodeGenWriteBarrier((void**)(&____modalLayer_93), (void*)value);
}
inline static int32_t get_offset_of__modalWaitPane_94() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____modalWaitPane_94)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__modalWaitPane_94() const { return ____modalWaitPane_94; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__modalWaitPane_94() { return &____modalWaitPane_94; }
inline void set__modalWaitPane_94(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____modalWaitPane_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&____modalWaitPane_94), (void*)value);
}
inline static int32_t get_offset_of__popupStack_95() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____popupStack_95)); }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get__popupStack_95() const { return ____popupStack_95; }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of__popupStack_95() { return &____popupStack_95; }
inline void set__popupStack_95(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
{
____popupStack_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&____popupStack_95), (void*)value);
}
inline static int32_t get_offset_of__justClosedPopups_96() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____justClosedPopups_96)); }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get__justClosedPopups_96() const { return ____justClosedPopups_96; }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of__justClosedPopups_96() { return &____justClosedPopups_96; }
inline void set__justClosedPopups_96(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
{
____justClosedPopups_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&____justClosedPopups_96), (void*)value);
}
inline static int32_t get_offset_of__tooltipWin_97() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____tooltipWin_97)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__tooltipWin_97() const { return ____tooltipWin_97; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__tooltipWin_97() { return &____tooltipWin_97; }
inline void set__tooltipWin_97(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____tooltipWin_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tooltipWin_97), (void*)value);
}
inline static int32_t get_offset_of__defaultTooltipWin_98() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____defaultTooltipWin_98)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__defaultTooltipWin_98() const { return ____defaultTooltipWin_98; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__defaultTooltipWin_98() { return &____defaultTooltipWin_98; }
inline void set__defaultTooltipWin_98(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____defaultTooltipWin_98 = value;
Il2CppCodeGenWriteBarrier((void**)(&____defaultTooltipWin_98), (void*)value);
}
};
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_StaticFields
{
public:
// FairyGUI.GRoot FairyGUI.GRoot::_inst
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * ____inst_99;
public:
inline static int32_t get_offset_of__inst_99() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_StaticFields, ____inst_99)); }
inline GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * get__inst_99() const { return ____inst_99; }
inline GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F ** get_address_of__inst_99() { return &____inst_99; }
inline void set__inst_99(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * value)
{
____inst_99 = value;
Il2CppCodeGenWriteBarrier((void**)(&____inst_99), (void*)value);
}
};
// 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.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.AudioBehaviour
struct AudioBehaviour_tC612EC4E17A648A5C568621F3FBF1DBD773C71C7 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
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.MeshRenderer
struct MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED : public Renderer_t0556D67DD582620D1F495627EDE30D03284151F4
{
public:
public:
};
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
// FairyGUI.InputTextField
struct InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC : public RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294
{
public:
// System.Int32 FairyGUI.InputTextField::<maxLength>k__BackingField
int32_t ___U3CmaxLengthU3Ek__BackingField_73;
// System.Boolean FairyGUI.InputTextField::<keyboardInput>k__BackingField
bool ___U3CkeyboardInputU3Ek__BackingField_74;
// System.Int32 FairyGUI.InputTextField::<keyboardType>k__BackingField
int32_t ___U3CkeyboardTypeU3Ek__BackingField_75;
// System.Boolean FairyGUI.InputTextField::<editable>k__BackingField
bool ___U3CeditableU3Ek__BackingField_76;
// System.Boolean FairyGUI.InputTextField::<hideInput>k__BackingField
bool ___U3ChideInputU3Ek__BackingField_77;
// System.String FairyGUI.InputTextField::_text
String_t* ____text_80;
// System.String FairyGUI.InputTextField::_restrict
String_t* ____restrict_81;
// System.Text.RegularExpressions.Regex FairyGUI.InputTextField::_restrictPattern
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ____restrictPattern_82;
// System.Boolean FairyGUI.InputTextField::_displayAsPassword
bool ____displayAsPassword_83;
// System.String FairyGUI.InputTextField::_promptText
String_t* ____promptText_84;
// System.String FairyGUI.InputTextField::_decodedPromptText
String_t* ____decodedPromptText_85;
// System.Boolean FairyGUI.InputTextField::_editing
bool ____editing_86;
// System.Int32 FairyGUI.InputTextField::_caretPosition
int32_t ____caretPosition_87;
// System.Int32 FairyGUI.InputTextField::_selectionStart
int32_t ____selectionStart_88;
// System.Int32 FairyGUI.InputTextField::_composing
int32_t ____composing_89;
// System.Char FairyGUI.InputTextField::_highSurrogateChar
Il2CppChar ____highSurrogateChar_90;
// FairyGUI.EventListener FairyGUI.InputTextField::_onFocusIn
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onFocusIn_91;
// FairyGUI.EventListener FairyGUI.InputTextField::_onFocusOut
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onFocusOut_92;
// FairyGUI.EventListener FairyGUI.InputTextField::_onChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_93;
// FairyGUI.EventListener FairyGUI.InputTextField::_onSubmit
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onSubmit_94;
public:
inline static int32_t get_offset_of_U3CmaxLengthU3Ek__BackingField_73() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ___U3CmaxLengthU3Ek__BackingField_73)); }
inline int32_t get_U3CmaxLengthU3Ek__BackingField_73() const { return ___U3CmaxLengthU3Ek__BackingField_73; }
inline int32_t* get_address_of_U3CmaxLengthU3Ek__BackingField_73() { return &___U3CmaxLengthU3Ek__BackingField_73; }
inline void set_U3CmaxLengthU3Ek__BackingField_73(int32_t value)
{
___U3CmaxLengthU3Ek__BackingField_73 = value;
}
inline static int32_t get_offset_of_U3CkeyboardInputU3Ek__BackingField_74() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ___U3CkeyboardInputU3Ek__BackingField_74)); }
inline bool get_U3CkeyboardInputU3Ek__BackingField_74() const { return ___U3CkeyboardInputU3Ek__BackingField_74; }
inline bool* get_address_of_U3CkeyboardInputU3Ek__BackingField_74() { return &___U3CkeyboardInputU3Ek__BackingField_74; }
inline void set_U3CkeyboardInputU3Ek__BackingField_74(bool value)
{
___U3CkeyboardInputU3Ek__BackingField_74 = value;
}
inline static int32_t get_offset_of_U3CkeyboardTypeU3Ek__BackingField_75() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ___U3CkeyboardTypeU3Ek__BackingField_75)); }
inline int32_t get_U3CkeyboardTypeU3Ek__BackingField_75() const { return ___U3CkeyboardTypeU3Ek__BackingField_75; }
inline int32_t* get_address_of_U3CkeyboardTypeU3Ek__BackingField_75() { return &___U3CkeyboardTypeU3Ek__BackingField_75; }
inline void set_U3CkeyboardTypeU3Ek__BackingField_75(int32_t value)
{
___U3CkeyboardTypeU3Ek__BackingField_75 = value;
}
inline static int32_t get_offset_of_U3CeditableU3Ek__BackingField_76() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ___U3CeditableU3Ek__BackingField_76)); }
inline bool get_U3CeditableU3Ek__BackingField_76() const { return ___U3CeditableU3Ek__BackingField_76; }
inline bool* get_address_of_U3CeditableU3Ek__BackingField_76() { return &___U3CeditableU3Ek__BackingField_76; }
inline void set_U3CeditableU3Ek__BackingField_76(bool value)
{
___U3CeditableU3Ek__BackingField_76 = value;
}
inline static int32_t get_offset_of_U3ChideInputU3Ek__BackingField_77() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ___U3ChideInputU3Ek__BackingField_77)); }
inline bool get_U3ChideInputU3Ek__BackingField_77() const { return ___U3ChideInputU3Ek__BackingField_77; }
inline bool* get_address_of_U3ChideInputU3Ek__BackingField_77() { return &___U3ChideInputU3Ek__BackingField_77; }
inline void set_U3ChideInputU3Ek__BackingField_77(bool value)
{
___U3ChideInputU3Ek__BackingField_77 = value;
}
inline static int32_t get_offset_of__text_80() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____text_80)); }
inline String_t* get__text_80() const { return ____text_80; }
inline String_t** get_address_of__text_80() { return &____text_80; }
inline void set__text_80(String_t* value)
{
____text_80 = value;
Il2CppCodeGenWriteBarrier((void**)(&____text_80), (void*)value);
}
inline static int32_t get_offset_of__restrict_81() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____restrict_81)); }
inline String_t* get__restrict_81() const { return ____restrict_81; }
inline String_t** get_address_of__restrict_81() { return &____restrict_81; }
inline void set__restrict_81(String_t* value)
{
____restrict_81 = value;
Il2CppCodeGenWriteBarrier((void**)(&____restrict_81), (void*)value);
}
inline static int32_t get_offset_of__restrictPattern_82() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____restrictPattern_82)); }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * get__restrictPattern_82() const { return ____restrictPattern_82; }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ** get_address_of__restrictPattern_82() { return &____restrictPattern_82; }
inline void set__restrictPattern_82(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value)
{
____restrictPattern_82 = value;
Il2CppCodeGenWriteBarrier((void**)(&____restrictPattern_82), (void*)value);
}
inline static int32_t get_offset_of__displayAsPassword_83() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____displayAsPassword_83)); }
inline bool get__displayAsPassword_83() const { return ____displayAsPassword_83; }
inline bool* get_address_of__displayAsPassword_83() { return &____displayAsPassword_83; }
inline void set__displayAsPassword_83(bool value)
{
____displayAsPassword_83 = value;
}
inline static int32_t get_offset_of__promptText_84() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____promptText_84)); }
inline String_t* get__promptText_84() const { return ____promptText_84; }
inline String_t** get_address_of__promptText_84() { return &____promptText_84; }
inline void set__promptText_84(String_t* value)
{
____promptText_84 = value;
Il2CppCodeGenWriteBarrier((void**)(&____promptText_84), (void*)value);
}
inline static int32_t get_offset_of__decodedPromptText_85() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____decodedPromptText_85)); }
inline String_t* get__decodedPromptText_85() const { return ____decodedPromptText_85; }
inline String_t** get_address_of__decodedPromptText_85() { return &____decodedPromptText_85; }
inline void set__decodedPromptText_85(String_t* value)
{
____decodedPromptText_85 = value;
Il2CppCodeGenWriteBarrier((void**)(&____decodedPromptText_85), (void*)value);
}
inline static int32_t get_offset_of__editing_86() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____editing_86)); }
inline bool get__editing_86() const { return ____editing_86; }
inline bool* get_address_of__editing_86() { return &____editing_86; }
inline void set__editing_86(bool value)
{
____editing_86 = value;
}
inline static int32_t get_offset_of__caretPosition_87() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____caretPosition_87)); }
inline int32_t get__caretPosition_87() const { return ____caretPosition_87; }
inline int32_t* get_address_of__caretPosition_87() { return &____caretPosition_87; }
inline void set__caretPosition_87(int32_t value)
{
____caretPosition_87 = value;
}
inline static int32_t get_offset_of__selectionStart_88() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____selectionStart_88)); }
inline int32_t get__selectionStart_88() const { return ____selectionStart_88; }
inline int32_t* get_address_of__selectionStart_88() { return &____selectionStart_88; }
inline void set__selectionStart_88(int32_t value)
{
____selectionStart_88 = value;
}
inline static int32_t get_offset_of__composing_89() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____composing_89)); }
inline int32_t get__composing_89() const { return ____composing_89; }
inline int32_t* get_address_of__composing_89() { return &____composing_89; }
inline void set__composing_89(int32_t value)
{
____composing_89 = value;
}
inline static int32_t get_offset_of__highSurrogateChar_90() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____highSurrogateChar_90)); }
inline Il2CppChar get__highSurrogateChar_90() const { return ____highSurrogateChar_90; }
inline Il2CppChar* get_address_of__highSurrogateChar_90() { return &____highSurrogateChar_90; }
inline void set__highSurrogateChar_90(Il2CppChar value)
{
____highSurrogateChar_90 = value;
}
inline static int32_t get_offset_of__onFocusIn_91() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____onFocusIn_91)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onFocusIn_91() const { return ____onFocusIn_91; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onFocusIn_91() { return &____onFocusIn_91; }
inline void set__onFocusIn_91(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onFocusIn_91 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onFocusIn_91), (void*)value);
}
inline static int32_t get_offset_of__onFocusOut_92() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____onFocusOut_92)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onFocusOut_92() const { return ____onFocusOut_92; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onFocusOut_92() { return &____onFocusOut_92; }
inline void set__onFocusOut_92(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onFocusOut_92 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onFocusOut_92), (void*)value);
}
inline static int32_t get_offset_of__onChanged_93() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____onChanged_93)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_93() const { return ____onChanged_93; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_93() { return &____onChanged_93; }
inline void set__onChanged_93(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onChanged_93 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_93), (void*)value);
}
inline static int32_t get_offset_of__onSubmit_94() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC, ____onSubmit_94)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onSubmit_94() const { return ____onSubmit_94; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onSubmit_94() { return &____onSubmit_94; }
inline void set__onSubmit_94(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onSubmit_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onSubmit_94), (void*)value);
}
};
struct InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields
{
public:
// FairyGUI.InputTextField_CopyHandler FairyGUI.InputTextField::onCopy
CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 * ___onCopy_78;
// FairyGUI.InputTextField_PasteHandler FairyGUI.InputTextField::onPaste
PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 * ___onPaste_79;
// FairyGUI.Shape FairyGUI.InputTextField::_caret
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * ____caret_95;
// FairyGUI.SelectionShape FairyGUI.InputTextField::_selectionShape
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * ____selectionShape_96;
// System.Single FairyGUI.InputTextField::_nextBlink
float ____nextBlink_97;
public:
inline static int32_t get_offset_of_onCopy_78() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields, ___onCopy_78)); }
inline CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 * get_onCopy_78() const { return ___onCopy_78; }
inline CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 ** get_address_of_onCopy_78() { return &___onCopy_78; }
inline void set_onCopy_78(CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 * value)
{
___onCopy_78 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onCopy_78), (void*)value);
}
inline static int32_t get_offset_of_onPaste_79() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields, ___onPaste_79)); }
inline PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 * get_onPaste_79() const { return ___onPaste_79; }
inline PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 ** get_address_of_onPaste_79() { return &___onPaste_79; }
inline void set_onPaste_79(PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 * value)
{
___onPaste_79 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPaste_79), (void*)value);
}
inline static int32_t get_offset_of__caret_95() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields, ____caret_95)); }
inline Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * get__caret_95() const { return ____caret_95; }
inline Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 ** get_address_of__caret_95() { return &____caret_95; }
inline void set__caret_95(Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * value)
{
____caret_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&____caret_95), (void*)value);
}
inline static int32_t get_offset_of__selectionShape_96() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields, ____selectionShape_96)); }
inline SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * get__selectionShape_96() const { return ____selectionShape_96; }
inline SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 ** get_address_of__selectionShape_96() { return &____selectionShape_96; }
inline void set__selectionShape_96(SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * value)
{
____selectionShape_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&____selectionShape_96), (void*)value);
}
inline static int32_t get_offset_of__nextBlink_97() { return static_cast<int32_t>(offsetof(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields, ____nextBlink_97)); }
inline float get__nextBlink_97() const { return ____nextBlink_97; }
inline float* get_address_of__nextBlink_97() { return &____nextBlink_97; }
inline void set__nextBlink_97(float value)
{
____nextBlink_97 = value;
}
};
// FairyGUI.StageCamera
struct StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// System.Boolean FairyGUI.StageCamera::constantSize
bool ___constantSize_4;
// UnityEngine.Transform FairyGUI.StageCamera::cachedTransform
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___cachedTransform_5;
// UnityEngine.Camera FairyGUI.StageCamera::cachedCamera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___cachedCamera_6;
// System.Int32 FairyGUI.StageCamera::screenWidth
int32_t ___screenWidth_7;
// System.Int32 FairyGUI.StageCamera::screenHeight
int32_t ___screenHeight_8;
// System.Boolean FairyGUI.StageCamera::isMain
bool ___isMain_9;
// UnityEngine.Display FairyGUI.StageCamera::_display
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * ____display_10;
public:
inline static int32_t get_offset_of_constantSize_4() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___constantSize_4)); }
inline bool get_constantSize_4() const { return ___constantSize_4; }
inline bool* get_address_of_constantSize_4() { return &___constantSize_4; }
inline void set_constantSize_4(bool value)
{
___constantSize_4 = value;
}
inline static int32_t get_offset_of_cachedTransform_5() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___cachedTransform_5)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_cachedTransform_5() const { return ___cachedTransform_5; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_cachedTransform_5() { return &___cachedTransform_5; }
inline void set_cachedTransform_5(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
___cachedTransform_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cachedTransform_5), (void*)value);
}
inline static int32_t get_offset_of_cachedCamera_6() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___cachedCamera_6)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_cachedCamera_6() const { return ___cachedCamera_6; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_cachedCamera_6() { return &___cachedCamera_6; }
inline void set_cachedCamera_6(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___cachedCamera_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cachedCamera_6), (void*)value);
}
inline static int32_t get_offset_of_screenWidth_7() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___screenWidth_7)); }
inline int32_t get_screenWidth_7() const { return ___screenWidth_7; }
inline int32_t* get_address_of_screenWidth_7() { return &___screenWidth_7; }
inline void set_screenWidth_7(int32_t value)
{
___screenWidth_7 = value;
}
inline static int32_t get_offset_of_screenHeight_8() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___screenHeight_8)); }
inline int32_t get_screenHeight_8() const { return ___screenHeight_8; }
inline int32_t* get_address_of_screenHeight_8() { return &___screenHeight_8; }
inline void set_screenHeight_8(int32_t value)
{
___screenHeight_8 = value;
}
inline static int32_t get_offset_of_isMain_9() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ___isMain_9)); }
inline bool get_isMain_9() const { return ___isMain_9; }
inline bool* get_address_of_isMain_9() { return &___isMain_9; }
inline void set_isMain_9(bool value)
{
___isMain_9 = value;
}
inline static int32_t get_offset_of__display_10() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81, ____display_10)); }
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * get__display_10() const { return ____display_10; }
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 ** get_address_of__display_10() { return &____display_10; }
inline void set__display_10(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * value)
{
____display_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____display_10), (void*)value);
}
};
struct StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields
{
public:
// UnityEngine.Camera FairyGUI.StageCamera::main
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___main_11;
// System.Int32 FairyGUI.StageCamera::screenSizeVer
int32_t ___screenSizeVer_12;
// System.Single FairyGUI.StageCamera::DefaultCameraSize
float ___DefaultCameraSize_15;
// System.Single FairyGUI.StageCamera::UnitsPerPixel
float ___UnitsPerPixel_16;
public:
inline static int32_t get_offset_of_main_11() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields, ___main_11)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_main_11() const { return ___main_11; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_main_11() { return &___main_11; }
inline void set_main_11(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___main_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___main_11), (void*)value);
}
inline static int32_t get_offset_of_screenSizeVer_12() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields, ___screenSizeVer_12)); }
inline int32_t get_screenSizeVer_12() const { return ___screenSizeVer_12; }
inline int32_t* get_address_of_screenSizeVer_12() { return &___screenSizeVer_12; }
inline void set_screenSizeVer_12(int32_t value)
{
___screenSizeVer_12 = value;
}
inline static int32_t get_offset_of_DefaultCameraSize_15() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields, ___DefaultCameraSize_15)); }
inline float get_DefaultCameraSize_15() const { return ___DefaultCameraSize_15; }
inline float* get_address_of_DefaultCameraSize_15() { return &___DefaultCameraSize_15; }
inline void set_DefaultCameraSize_15(float value)
{
___DefaultCameraSize_15 = value;
}
inline static int32_t get_offset_of_UnitsPerPixel_16() { return static_cast<int32_t>(offsetof(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields, ___UnitsPerPixel_16)); }
inline float get_UnitsPerPixel_16() const { return ___UnitsPerPixel_16; }
inline float* get_address_of_UnitsPerPixel_16() { return &___UnitsPerPixel_16; }
inline void set_UnitsPerPixel_16(float value)
{
___UnitsPerPixel_16 = value;
}
};
// FairyGUI.StageEngine
struct StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// System.Int32 FairyGUI.StageEngine::ObjectsOnStage
int32_t ___ObjectsOnStage_4;
// System.Int32 FairyGUI.StageEngine::GraphicsOnStage
int32_t ___GraphicsOnStage_5;
public:
inline static int32_t get_offset_of_ObjectsOnStage_4() { return static_cast<int32_t>(offsetof(StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353, ___ObjectsOnStage_4)); }
inline int32_t get_ObjectsOnStage_4() const { return ___ObjectsOnStage_4; }
inline int32_t* get_address_of_ObjectsOnStage_4() { return &___ObjectsOnStage_4; }
inline void set_ObjectsOnStage_4(int32_t value)
{
___ObjectsOnStage_4 = value;
}
inline static int32_t get_offset_of_GraphicsOnStage_5() { return static_cast<int32_t>(offsetof(StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353, ___GraphicsOnStage_5)); }
inline int32_t get_GraphicsOnStage_5() const { return ___GraphicsOnStage_5; }
inline int32_t* get_address_of_GraphicsOnStage_5() { return &___GraphicsOnStage_5; }
inline void set_GraphicsOnStage_5(int32_t value)
{
___GraphicsOnStage_5 = value;
}
};
struct StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_StaticFields
{
public:
// System.Boolean FairyGUI.StageEngine::beingQuit
bool ___beingQuit_6;
public:
inline static int32_t get_offset_of_beingQuit_6() { return static_cast<int32_t>(offsetof(StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_StaticFields, ___beingQuit_6)); }
inline bool get_beingQuit_6() const { return ___beingQuit_6; }
inline bool* get_address_of_beingQuit_6() { return &___beingQuit_6; }
inline void set_beingQuit_6(bool value)
{
___beingQuit_6 = value;
}
};
// FairyGUI.TimersEngine
struct TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 : 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;
}
};
// UnityEngine.AudioSource
struct AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C : public AudioBehaviour_tC612EC4E17A648A5C568621F3FBF1DBD773C71C7
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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);
}
};
// UnityEngine.Color32[]
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 m_Items[1];
public:
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 value)
{
m_Items[index] = value;
}
};
// UnityEngine.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;
}
};
// System.Single[]
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5 : public RuntimeArray
{
public:
ALIGN_FIELD (8) float m_Items[1];
public:
inline float GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline float* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, float value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline float GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
{
m_Items[index] = value;
}
};
// FairyGUI.TouchInfo[]
struct TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD : public RuntimeArray
{
public:
ALIGN_FIELD (8) TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * m_Items[1];
public:
inline TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C ** 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, TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * 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;
}
};
// UnityEngine.Display[]
struct DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * m_Items[1];
public:
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.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);
}
};
// UnityEngine.Rect[]
struct RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B : public RuntimeArray
{
public:
ALIGN_FIELD (8) Rect_t35B976DE901B5423C11705E156938EA27AB402CE m_Items[1];
public:
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
m_Items[index] = value;
}
};
// UnityEngine.Vector3[]
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 m_Items[1];
public:
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
m_Items[index] = value;
}
};
// UnityEngine.Vector4[]
struct Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E m_Items[1];
public:
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
m_Items[index] = value;
}
};
// System.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.Nullable`1<UnityEngine.Vector4>::.ctor(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mF87F7FF675E4B47A669B1FFDD9ADE758C6062A1B_gshared (Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0C2495D4AB02B8E45AE668DC8469A89E10FC9BBE_gshared (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m6BB22A4C3529F9B5F75B7BFF81DDABCD93F31521_gshared_inline (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.Rect>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE List_1_get_Item_m56CAFF658634D608ABFB179B988429C57FD6D7D4_gshared_inline (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB_gshared (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * __this, const RuntimeMethod* method);
// T FairyGUI.NGraphics::GetMeshFactory<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NGraphics_GetMeshFactory_TisRuntimeObject_m841596A4C802D0BFB25EA273F01B3E8321EC3CDF_gshared (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Void System.Nullable`1<UnityEngine.Color32>::.ctor(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m795EFC9108634793E731E9D01EAC6AA8FEDF040A_gshared (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m471E9C96E037C142725FB47332197B948E5D38AE_gshared (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m6B0A75687700C693529877B8458D50365BD10BA8_gshared (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// !!0 UnityEngine.Object::FindObjectOfType<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_FindObjectOfType_TisRuntimeObject_m251F203B12669585A5E663F529F6DF09F931B5DA_gshared (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 UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_2__ctor_mB5641B8D7675F2DA752CDF3CF5FF1D5AB91D3280_gshared (UnityAction_2_t77680359D738D69E578F3A74D50CD3FA8D775A60 * __this, RuntimeObject * ___object0, intptr_t ___method1, 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.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>::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.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveRange(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveRange_m89425146ABCF46BE030B6C4B3C85A8559550F983_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::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.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___item0, 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);
// System.Void System.Collections.Generic.List`1<System.Int32>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::set_Item(System.Int32,!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// System.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.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m951D6A0BC78F0CB3F5D417BDB8823D5B98D8A93E_gshared (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053_gshared (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___item0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,System.Object>::TryGetValue(!0,!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m78FF033B17E99F71B4BAD5200899D3B2CDFC5E7E_gshared (Dictionary_2_t4894C563A6AA83F02FB0CE34F490429DA010ED76 * __this, uint32_t ___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<FairyGUI.TextField/CharPosition>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m1FA44F51DC58AA320B38E4204496F9E6CA48008C_gshared (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m2A566918F2D20DA2ED7CBC0DD3B48C5A7DE614D3_gshared (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __this, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___item0, 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);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_gshared (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_gshared (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_gshared (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___item0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_gshared_inline (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::RemoveRange(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveRange_mE28859A5DD6D9F5CFDC06F028B478D46A0B84E83_gshared (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::RemoveRange(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveRange_m0D8A028E7C3198BA3FBA77B2142B030068B5DBF8_gshared (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::RemoveRange(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveRange_m8D20B489E04E4A1BA16B2052B09161C6C2A8D0EC_gshared (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_gshared_inline (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, int32_t ___index0, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.Vector4>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_gshared_inline (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Stack`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mADA59B620C88DF47CBB953A8941CFE545BDF556D_gshared_inline (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.Stack`1<System.Object>::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Pop_m9886C5EBA07CB356DE616B11958360B7FC67F6DC_gshared (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<System.Object>::Push(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_mEAE34C8EACBF792D1CCC0B69009BD7C521F27865_gshared (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m9EA0E43EFB22CCD482720CE21296BDF1B86F44D8_gshared (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(!0,!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.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);
// 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.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);
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
// !1 System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::get_Key()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventDispatcher::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher__ctor_mC394F1C3DFFDFFE762CF707D0E87CE6628F42A37 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::.ctor(FairyGUI.EventDispatcher,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___owner0, String_t* ___type1, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::get_one()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED (const RuntimeMethod* method);
// System.Void FairyGUI.EventCallback0::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void FairyGUI.TimerCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void FairyGUI.Container::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container__ctor_m0A28F438E6BDE2EE73CCB5090A9EB069BC0456A5 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// FairyGUI.Container FairyGUI.GComponent::get_rootContainer()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * GComponent_get_rootContainer_mC1F22290CB1E11F143C85DCC2A2D264608EDEB54_inline (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, 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);
// FairyGUI.Container FairyGUI.GComponent::get_container()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * GComponent_get_container_m4663344EFD798053ACAF4BFA1588F07A84B2514A_inline (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::SetXY(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_SetXY_mB67013955497B5AC0BDD3794175FB5DE85E6D3BA (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___xv0, float ___yv1, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onMouseWheel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onMouseWheel_m45FB5782E92FF099D3EDB5D1A247FFB04D54493B (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __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.DisplayObject::get_onTouchBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchMove()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onTouchMove_m7F117ED262A2AD8DB6018AFA16391A4741781F17 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onTouchEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Byte FairyGUI.Utils.ByteBuffer::ReadByte()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.Utils.ByteBuffer::ReadInt()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Utils.ByteBuffer::ReadBool()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.String FairyGUI.Utils.ByteBuffer::ReadS()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Application::get_isMobilePlatform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isMobilePlatform_m11B260E344378D2A3CE53FCCA64DAC70F0B783E7 (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);
// FairyGUI.GObject FairyGUI.UIPackage::CreateObjectFromURL(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20 (String_t* ___url0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
// System.Void UnityEngine.Debug::LogWarning(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568 (RuntimeObject * ___message0, const RuntimeMethod* method);
// System.Void FairyGUI.GScrollBar::SetScrollPane(FairyGUI.ScrollPane,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GScrollBar_SetScrollPane_mF71F15258FAA8EC8C2DDFC23DC7FBB186D98988B (GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * __this, ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ___target0, bool ___vertical1, 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);
// System.Void FairyGUI.DisplayObject::set_visible(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_visible_m73F09F8DD88AC922D0AFA8EC89DB69A44C2B634C (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, bool ___value0, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onRollOver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onRollOver_m111E9DEB8F948748A238F24304FA917FB60B1C3B (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::Add(FairyGUI.EventCallback0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___callback0, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onRollOut()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onRollOut_mF5E8ADC68F9D9681320261FD482A529927D9F9A2 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Application::get_isPlaying()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5 (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);
// System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method);
// System.Void 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);
}
// System.Void FairyGUI.Container::set_clipRect(System.Nullable`1<UnityEngine.Rect>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_set_clipRect_m3C7AE339EAE5F50FBF5C8FC23F4A005BC5038B7D (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___value0, const RuntimeMethod* method);
// FairyGUI.GComponent FairyGUI.ScrollPane::get_owner()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ScrollPane_get_owner_m187D383F3DA6B083DD79A895A27769C04E9244EC_inline (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::SetSize(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SetSize_m128D62A27DEADB4DF7F5F36DBCE04F715B89C845 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___aWidth0, float ___aHeight1, const RuntimeMethod* method);
// System.Void FairyGUI.EventDispatcher::RemoveEventListeners()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDispatcher_RemoveEventListeners_mD42A57F23130CA8489B9343A9DB734111098568E (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, 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::Remove(FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback0, const RuntimeMethod* method);
// FairyGUI.ScrollPane FairyGUI.ScrollPane::get_draggingPane()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ScrollPane_get_draggingPane_m230992ABE2213E9E83F539A00E1F7DA44BC864B4_inline (const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::set_draggingPane(FairyGUI.ScrollPane)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ScrollPane_set_draggingPane_mA6D164EFBF8EAAF81AA87657DCE8DD3ACB13509A_inline (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::SetPercX(System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SetPercX_mCF58EA9333E9F684E3655B00632D3E69931237C6 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___value0, bool ___ani1, const RuntimeMethod* method);
// System.Void FairyGUI.GComponent::EnsureBoundsCorrect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent_EnsureBoundsCorrect_m9998EE31E63FAC769F4377272027C4DCDF95E2A2 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Clamp01(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp01_m1E5F736941A7E6DC4DBCA88A1E38FE9FBFE0C42B (float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::SetPosX(System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___value0, bool ___ani1, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::SetPercY(System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SetPercY_m96AA4A99EC6C1EEA0500E303FCB3DEF675487D67 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___value0, bool ___ani1, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::SetPosY(System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___value0, bool ___ani1, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::LoopCheckingNewPos(System.Single&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_LoopCheckingNewPos_mA80756C95EFADD5D0B6495C5AC0494B69EEC032B (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float* ___value0, int32_t ___axis1, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507 (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::PosChanged(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_PosChanged_mA1DE1B4F15A4FF153A13F48376C51C81FC7F66D3 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___ani0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Mathf::FloorToInt(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C (float ___f0, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_x()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_y()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// FairyGUI.Margin FairyGUI.GComponent::get_margin()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E GComponent_get_margin_m7BB826399501BC9771D7BCFA31731F40D7CD7154_inline (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, 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);
// 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.ScrollPane::ScrollTop(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollTop_m8E256D5931AC8E9610E13306A8B20C74EDC9B61E (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___ani0, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::ScrollBottom(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollBottom_mB025FA923B21A64C57B0A65C43FC462A593EDD1B (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___ani0, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::ScrollUp(System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollUp_m31C19A96A7EC12751580B5193D78EADE3511953F (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___ratio0, bool ___ani1, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::ScrollDown(System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollDown_mF1B211E5745370237ED42BC7C50D1703C38DFF6F (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___ratio0, bool ___ani1, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::ScrollLeft(System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollLeft_m53A58F876C6FF123B0678C94B7B36D9D4420D4AB (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___ratio0, bool ___ani1, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::ScrollRight(System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollRight_m3B9603D442A9348471FD21EA55EC7B9F8FFE0470 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___ratio0, bool ___ani1, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollToView_m162524F1D2296311879F04F9745F0A0AA94F6620 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___obj0, bool ___ani1, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollToView_m1AFCA8333060733C183BAC0E50BE4F5AF8B1F88C (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___obj0, bool ___ani1, bool ___setFirst2, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::Refresh()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_Refresh_mAEA52EB7506C2380B15F03FBB55582A6E48CDC29 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, 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);
// 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);
// UnityEngine.Rect FairyGUI.GObject::TransformRect(UnityEngine.Rect,FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE GObject_TransformRect_mFF83B2E9C4C9E77468AAA855A62196CFE2E0C383 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___targetSpace1, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::ScrollToView(UnityEngine.Rect,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollToView_m20BE2E03AE95EA0FB78FBE1D736533858755D844 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, bool ___ani1, bool ___setFirst2, 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.Single UnityEngine.Rect::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, 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_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// FairyGUI.Stage FairyGUI.Stage::get_inst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321 (const RuntimeMethod* method);
// System.Void FairyGUI.Stage::RemoveTouchMonitor(FairyGUI.EventDispatcher)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_RemoveTouchMonitor_m78197863E10455FA99BB3E6FDF57AAEABA18C447 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___target0, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventDispatcher::isDispatching(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_isDispatching_m8519B8CCF9CAE58C5A59351903C13AFEC72173F1 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.DisplayObject::get_xy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Vector2::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, int32_t ___index0, 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 UnityEngine.Vector2::set_Item(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, int32_t ___index0, float ___value1, 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 FairyGUI.Timers::AddUpdate(FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_AddUpdate_m6A2E170A5A93A75F3A12D3C6C18977E77AB7B6BC (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback0, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65 (float ___a0, float ___b1, const RuntimeMethod* method);
// System.Int32 FairyGUI.Controller::get_selectedIndex()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Controller_get_selectedIndex_m1687FE50EA2DC5561E35C16B995FED3A5FF0B241_inline (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::SetCurrentPageX(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SetCurrentPageX_m2779AF2EBC4397743004CD8DDC2F8F2FCED02FC7 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, int32_t ___value0, bool ___ani1, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::SetCurrentPageY(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SetCurrentPageY_mA0DE2322BB791A17977FBFA2F079B932E06F7F73 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, int32_t ___value0, bool ___ani1, const RuntimeMethod* method);
// System.Int32 FairyGUI.ScrollPane::get_currentPageX()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ScrollPane_get_currentPageX_m458B1DFCB254891774D0999E29849D79B50CB2ED (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.ScrollPane::get_currentPageY()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ScrollPane_get_currentPageY_m0799CFD622C420DBFF14D4C33AA782529594AFF3 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.Controller::get_pageCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Controller_get_pageCount_m362D55CCB9BB5392C0069985C28676521A49BDED (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Controller::set_selectedIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::AdjustMaskContainer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_AdjustMaskContainer_mABDAEFF3ABABC08845452A31CC07E8F41848108D (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, 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_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.ScrollPane::HandleSizeChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_HandleSizeChanged_m2B3450DC6D41210CFA2E6CD7E1266F0055C36C3E (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E (float ___a0, float ___b1, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_x(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_x_m16DB82AEDCA6F088918F7AD3F437B4087033A9F3 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_y(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_y_m64A76B520A47537603AAEED4B378DCFA75322388 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::UpdatePageController()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_UpdatePageController_m6AC7DC57A0ED5675806B909067F4BE86858E4E49 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method);
// System.Single FairyGUI.GScrollBar::get_minSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GScrollBar_get_minSize_mDAFD73688079FFA08DC9E0ADEB26593B6FBAD604 (GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GScrollBar::set_displayPerc(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GScrollBar_set_displayPerc_m51A5289F41B26A12B72D51DB8DEDC110CF1330D0 (GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * __this, float ___value0, const RuntimeMethod* method);
// System.Single System.Math::Min(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Math_Min_mB77A95F6A1FE3B8E7CD784F20AF4E1C908B5E9CD (float ___val10, float ___val21, const RuntimeMethod* method);
// System.Single System.Math::Max(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Math_Max_m545895C37C1F738BBB653CA1F65E50FF1D197675 (float ___val10, float ___val21, 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 FairyGUI.ScrollPane::SyncScrollBar(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SyncScrollBar_mDCE6397C774EF3164BE0234CC05C693D233F3C09 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___end0, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::CheckRefreshBar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_CheckRefreshBar_m910EA8B2E99DE165D58B63499C18F0DF7BEEDA11 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method);
// System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method);
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method);
// System.Boolean FairyGUI.DisplayObject::get_isDisposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisplayObject_get_isDisposed_mFBB8B449ECE8BB06DB80D1F0F1FC7496888810AF (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::AlignPosition(UnityEngine.Vector2&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_AlignPosition_m42AAE7454A81E5BD67519C02949A961CA6C36295 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___pos0, bool ___inertialScrolling1, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::Refresh2()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_Refresh2_m69F99FB676F1CFD5757C59586635E12193165186 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventListener::Call()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___b1, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::KillTween()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_KillTween_mDE389CA248DAFA3275CA102C33AA1D3871BB7FD7 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.ScrollPane::LoopCheckingCurrent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScrollPane_LoopCheckingCurrent_m8706ABEA70FBF708FBF8495A4353DFC1C608D317 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.GComponent::get_clipSoftness()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GComponent_get_clipSoftness_m77C8B30B431256DD7D72A90FD1F64570D39681FC_inline (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method);
// System.Void System.Nullable`1<UnityEngine.Vector4>::.ctor(!0)
inline void Nullable_1__ctor_mF87F7FF675E4B47A669B1FFDD9ADE758C6062A1B (Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 *, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E , const RuntimeMethod*))Nullable_1__ctor_mF87F7FF675E4B47A669B1FFDD9ADE758C6062A1B_gshared)(__this, ___value0, method);
}
// System.Void FairyGUI.GScrollBar::set_scrollPerc(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GScrollBar_set_scrollPerc_mFD91F1E1BBA6E7D729888815893D20B2AE80FE93 (GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::ShowScrollBar(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ShowScrollBar_m08F50827FBA397ABAD1AB81CFF685CB4837B1EB7 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___val0, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::UpdateClipSoft()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_UpdateClipSoft_m2B4155B99B59A2DEC480E1C7824E6CDCE92E9D1D (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method);
// FairyGUI.InputEvent FairyGUI.EventContext::get_inputEvent()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.InputEvent::get_button()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputEvent_get_button_mA0AFF1A99898B31AFC52C5A9CB3880608F83451F_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventContext::CaptureTouch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_CaptureTouch_m65DBDB9617F3CAA1B20FEE80C30068FECF74A33D (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.InputEvent::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D InputEvent_get_position_m629395D1B34312D6DA57A7F91277BC38D303770C (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.GObject::GlobalToLocal(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pt0, const RuntimeMethod* method);
// System.Int32 FairyGUI.InputEvent::get_touchId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputEvent_get_touchId_mF49C46B8546915BE1727492794E5F37F3A7AE3A0_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::CancelClick(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_CancelClick_mFB9C7EF5B6BCF7D5CD1EDAF76448CB6AF1DA66CE (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, int32_t ___touchId0, const RuntimeMethod* method);
// System.Single UnityEngine.Time::get_unscaledTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472 (const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GObject::get_draggingObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GObject_get_draggingObject_m07AA385ADF9B1F463B6AB0E74DFA8199961EA15B_inline (const RuntimeMethod* method);
// System.Boolean System.Single::IsNaN(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB (float ___f0, const RuntimeMethod* method);
// System.Boolean FairyGUI.Stage::get_touchScreen()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0C_inline (const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___b1, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Min(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7 (float ___a0, float ___b1, const RuntimeMethod* method);
// System.Single UnityEngine.Time::get_unscaledDeltaTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledDeltaTime_mA0AE7A144C88AE8AABB42DF17B0F3F0714BA06B2 (const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Multiply_m8A843A37F2F3199EBE99DC7BDABC1DC2EE01AF56 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0, float ___d1, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Division(UnityEngine.Vector2,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Division_m0961A935168EE6701E098E2B37013DFFF46A5077 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0, float ___d1, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::Lerp(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_Lerp_m85DD66409D128B4F175627F89FA9D8751B75589F (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___b1, float ___t2, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, RuntimeObject * ___data1, const RuntimeMethod* method);
// System.Void 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.Vector2 FairyGUI.ScrollPane::UpdateTargetAndDuration(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ScrollPane_UpdateTargetAndDuration_mDE19CCD80EF7E024FA6F10EC2147D8DB17D3CF53 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___orignPos0, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::LoopCheckingTarget(UnityEngine.Vector2&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_LoopCheckingTarget_m2BA0857F62CE716AA500E9EA453277ED90C03B01 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___endPos0, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::FixDuration(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_FixDuration_m84505CEFCDDF5E9A1AF18B00385398FE8F32FF6F (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, int32_t ___axis0, float ___oldChange1, const RuntimeMethod* method);
// System.Int32 FairyGUI.InputEvent::get_mouseWheelDelta()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputEvent_get_mouseWheelDelta_mE0DEC1557D2FAF3B78A20E29D0D2F3859EE0E804_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method);
// System.Int32 System.Math::Sign(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Sign_m8C0963E4992A48D6B42EB2839A36BA7E14C5AD58 (int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::onShowScrollBar(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_onShowScrollBar_m2018F00DD6AABE142312576E0F8253A04370F190 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void FairyGUI.Timers::Add(System.Single,System.Int32,FairyGUI.TimerCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_Add_m6C86B89769E37B0C8315CAE339E253C040C2519F (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, float ___interval0, int32_t ___repeat1, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback2, RuntimeObject * ___callbackParam3, const RuntimeMethod* method);
// System.Int32 FairyGUI.GList::get_lineGap()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t GList_get_lineGap_mC093F8FA9AD2D16ADF60E931473680D500ABA6D5_inline (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.GList::get_columnGap()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t GList_get_columnGap_m20BC1F674A91F87BABF663C3F2E4C010271768D7_inline (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method);
// System.Single FairyGUI.ScrollPane::GetLoopPartSize(System.Single,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_GetLoopPartSize_m15E5E03C1D5D6B76A429CF75D0BB3A2564F00E4E (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___division0, int32_t ___axis1, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::LoopCheckingTarget(UnityEngine.Vector2&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_LoopCheckingTarget_m4B46083B168932C2E32A43A98808E7E26547D0AB (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___endPos0, int32_t ___axis1, const RuntimeMethod* method);
// System.Single FairyGUI.ScrollPane::AlignByPage(System.Single,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_AlignByPage_mED68DA67E4ECCBC9F84C08F60DAAA083933E76F4 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___pos0, int32_t ___axis1, bool ___inertialScrolling2, const RuntimeMethod* method);
// System.Int32 UnityEngine.Mathf::Abs(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Abs_mC7DD2FB3789B5409055836D0E7D8227AD2099FDC (int32_t ___value0, const RuntimeMethod* method);
// System.Single FairyGUI.ScrollPane::UpdateTargetAndDuration(System.Single,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_UpdateTargetAndDuration_m07F80817283CDF8B9EFDDB636D4FCFE208D3CFBC (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___pos0, int32_t ___axis1, 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.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Log(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Log_mD0CFD1242805BD697B5156AA46FBB43E7636A19B (float ___f0, float ___p1, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_xy(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_xy_mBE243AA0AAB45D1E3716D2A4C0918845648D7487 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// 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);
// 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);
// 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.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);
// FairyGUI.DisplayObject FairyGUI.Container::RemoveChild(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_RemoveChild_m63980F70C47DF6DBA5EE4FBDA6EB21C673DE8114 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.GObject::get_xy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GObject_get_xy_m034BE52C48EFEA693A75DED3BC34A14B9C48332E (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_xy(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_xy_mE9FF4BB0E0A552C09BF033BED9610CD03B63F518 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Single FairyGUI.ScrollPane::RunTween(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_RunTween_m10E9ADF043FAFE46AE2A73B809244A64ED57CC09 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, int32_t ___axis0, const RuntimeMethod* method);
// System.Single FairyGUI.ScrollPane::EaseFunc(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_EaseFunc_m6892296C67319052A77226C8D1D4281321C72DBC (float ___t0, float ___d1, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject__ctor_m8A93C9E5759F7CC138A8FE227A4ACDC8E7CC70F7 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::CreateGameObject(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_CreateGameObject_m7959DAD321F68960C96F0A6D0961CE901444D666 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, String_t* ___gameObjectName0, const RuntimeMethod* method);
// UnityEngine.GameObject FairyGUI.DisplayObject::get_gameObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::.ctor(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics__ctor_mBB3521CEBCF42D11C7384BBEE95A4E295A9B75B6 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___gameObject0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_graphics(FairyGUI.NGraphics)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DisplayObject_set_graphics_mC84EEE2565E2FFB5821AF51094FD490702635426_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___value0, 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);
// FairyGUI.NTexture FairyGUI.NTexture::get_Empty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NTexture_get_Empty_mE27AE4B4DF76AC39A4EA15A41347E34668605579 (const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::set_texture(FairyGUI.NTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_texture_m37C1CC2B5DE298F7007E91C3112A3A8A30A37694 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::set_meshFactory(FairyGUI.IMeshFactory)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_meshFactory_m139B4CBE84CEA96EB0A2FA53BFB48403B834BF5F (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, RuntimeObject* ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::.ctor()
inline void List_1__ctor_m0C2495D4AB02B8E45AE668DC8469A89E10FC9BBE (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *, const RuntimeMethod*))List_1__ctor_m0C2495D4AB02B8E45AE668DC8469A89E10FC9BBE_gshared)(__this, method);
}
// UnityEngine.Color FairyGUI.NGraphics::get_color()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 NGraphics_get_color_m66429820875740D0222CD954DDDD27B7898DCDCA_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::set_color(UnityEngine.Color)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void NGraphics_set_color_mA33329F8E240CE6091FA841781F110745FC621FD_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::Tint()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_Tint_mA6F19B6CEAA76F2EF9324A0AB473A50DF99D2740 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Rect>::get_Count()
inline int32_t List_1_get_Count_m6BB22A4C3529F9B5F75B7BFF81DDABCD93F31521_inline (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *, const RuntimeMethod*))List_1_get_Count_m6BB22A4C3529F9B5F75B7BFF81DDABCD93F31521_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<UnityEngine.Rect>::get_Item(System.Int32)
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE List_1_get_Item_m56CAFF658634D608ABFB179B988429C57FD6D7D4_inline (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Rect_t35B976DE901B5423C11705E156938EA27AB402CE (*) (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *, int32_t, const RuntimeMethod*))List_1_get_Item_m56CAFF658634D608ABFB179B988429C57FD6D7D4_gshared_inline)(__this, ___index0, method);
}
// UnityEngine.Rect FairyGUI.Utils.ToolSet::Union(UnityEngine.Rect&,UnityEngine.Rect&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE ToolSet_Union_m2B274319CECD031AD5C155B4EC00AF0A829F765D (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___rect10, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___rect21, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_xMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_yMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::SetSize(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___wv0, float ___hv1, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::SetMeshDirty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Clear()
inline void List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *, const RuntimeMethod*))List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB_gshared)(__this, method);
}
// System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vertRect0, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::AddTriangles(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, int32_t ___startVertexIndex0, const RuntimeMethod* method);
// UnityEngine.Vector3 FairyGUI.DisplayObject::WorldToLocal(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 DisplayObject_WorldToLocal_mA3392E7E1B08FCC91B15A4E40A0A27C489EE3443 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___worldPoint0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___direction1, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___v0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Rect::Contains(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point0, const RuntimeMethod* method);
// UnityEngine.Shader FairyGUI.ShaderConfig/GetFunction::Invoke(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * GetFunction_Invoke_m382D62E6A5F34B3F15A79937916300BE37DFA203 (GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
// UnityEngine.Shader UnityEngine.Shader::Find(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * Shader_Find_m755654AA68D1C663A3E20A10E00CDC10F96C962B (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 FairyGUI.ShaderConfig::InitPropertyIDs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderConfig_InitPropertyIDs_mF9BE803217725979A84D94F117A45CF27ED371E0 (const RuntimeMethod* method);
// System.Void FairyGUI.ShaderConfig/PropertyIDs::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyIDs__ctor_m61A718D29F53BC6A11CCD9ED32F0A14F1DDDFC3D (PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Shader::PropertyToID(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Shader_PropertyToID_m831E5B48743620DB9E3E3DD15A8DEA483981DD45 (String_t* ___name0, 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.ShaderConfig/GetFunction::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetFunction__ctor_m4D80202C526860EFD074EBD87C1091E71D8FBD93 (GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// T FairyGUI.NGraphics::GetMeshFactory<FairyGUI.RectMesh>()
inline RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3 * NGraphics_GetMeshFactory_TisRectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3_mF53CAED0182B4368565B49487CE731A5661A76F6 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
return (( RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3 * (*) (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD *, const RuntimeMethod*))NGraphics_GetMeshFactory_TisRuntimeObject_m841596A4C802D0BFB25EA273F01B3E8321EC3CDF_gshared)(__this, method);
}
// UnityEngine.Color32 UnityEngine.Color32::op_Implicit(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___c0, const RuntimeMethod* method);
// T FairyGUI.NGraphics::GetMeshFactory<FairyGUI.RoundedRectMesh>()
inline RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65 * NGraphics_GetMeshFactory_TisRoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65_mB45A6A784160B337F9E6DBFAF289CEA853D12A14 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
return (( RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65 * (*) (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD *, const RuntimeMethod*))NGraphics_GetMeshFactory_TisRuntimeObject_m841596A4C802D0BFB25EA273F01B3E8321EC3CDF_gshared)(__this, method);
}
// T FairyGUI.NGraphics::GetMeshFactory<FairyGUI.EllipseMesh>()
inline EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * NGraphics_GetMeshFactory_TisEllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_mEF422FD6C7CC1FB702B81FDBF487A243D06C4B39 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
return (( EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * (*) (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD *, const RuntimeMethod*))NGraphics_GetMeshFactory_TisRuntimeObject_m841596A4C802D0BFB25EA273F01B3E8321EC3CDF_gshared)(__this, method);
}
// System.Boolean UnityEngine.Color::Equals(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Color_Equals_mA81EEDDC4250DE67C2F43BC88A102EA32A138052 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___other0, const RuntimeMethod* method);
// System.Void System.Nullable`1<UnityEngine.Color32>::.ctor(!0)
inline void Nullable_1__ctor_m795EFC9108634793E731E9D01EAC6AA8FEDF040A (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF *, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 , const RuntimeMethod*))Nullable_1__ctor_m795EFC9108634793E731E9D01EAC6AA8FEDF040A_gshared)(__this, ___value0, method);
}
// T FairyGUI.NGraphics::GetMeshFactory<FairyGUI.PolygonMesh>()
inline PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * NGraphics_GetMeshFactory_TisPolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_mE90DEFCE8C08E73755B95B584C84ADD72623F8DD (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
return (( PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * (*) (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD *, const RuntimeMethod*))NGraphics_GetMeshFactory_TisRuntimeObject_m841596A4C802D0BFB25EA273F01B3E8321EC3CDF_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::Clear()
inline void List_1_Clear_m471E9C96E037C142725FB47332197B948E5D38AE (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 *, const RuntimeMethod*))List_1_Clear_m471E9C96E037C142725FB47332197B948E5D38AE_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector2>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
inline void List_1_AddRange_m6B0A75687700C693529877B8458D50365BD10BA8 (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m6B0A75687700C693529877B8458D50365BD10BA8_gshared)(__this, ___collection0, method);
}
// T FairyGUI.NGraphics::GetMeshFactory<FairyGUI.RegularPolygonMesh>()
inline RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2 * NGraphics_GetMeshFactory_TisRegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2_mDD3E6AF1873EEA0F8A8C9879DF30AB6DD7DAF488 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
return (( RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2 * (*) (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD *, const RuntimeMethod*))NGraphics_GetMeshFactory_TisRuntimeObject_m841596A4C802D0BFB25EA273F01B3E8321EC3CDF_gshared)(__this, method);
}
// FairyGUI.IMeshFactory FairyGUI.NGraphics::get_meshFactory()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* NGraphics_get_meshFactory_m317FF76BDAA12C831E2781E8C3E5E4923064FE24_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::Instantiate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_Instantiate_m381716F52012BC81025BBE16432E33225DE53E5A (const RuntimeMethod* method);
// System.Void FairyGUI.Stage::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage__ctor_m8CCBCE3E74E32FE54EA5AA4867FD0DCB90C939A9 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GRoot::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot__ctor_mA1071079483DAB78C7219D5D1CF1F38F78CC37B7 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, 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.Void FairyGUI.StageCamera::CheckMainCamera()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StageCamera_CheckMainCamera_m67591CF0F7B918E2856BF524937034A4A07442CF (const RuntimeMethod* method);
// System.Void FairyGUI.TouchScreenKeyboard::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchScreenKeyboard__ctor_m5D8247172CD3159061FB10E09133029737BBA604 (TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::set_keyboardInput(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Stage_set_keyboardInput_m77FFB7C0ADC9274F7C4B36A460A9494E8C07D915_inline (bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::ResetInputState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_ResetInputState_m08B39D08D4F9ED9A6FF1B7B2CF84AE8A46C4F7FA (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.Stage::get_touchTarget()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Stage_get_touchTarget_mF38B9AA585F5B912E66FFD95477A2F0C456CA5A1 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.NTexture>::.ctor()
inline void List_1__ctor_mDCD20ECD18192C74D6D935688072B9D5FA7CFBBE (List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void FairyGUI.Stage::set_soundVolume(System.Single)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Stage_set_soundVolume_m3D57A92C92CB286DD415B98F920A0DD0E56D6B3E_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, float ___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.Stage::set_stageWidth(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Stage_set_stageWidth_m789702A5DE38ED2422F35D2C105687639BAC4193_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::set_stageHeight(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Stage_set_stageHeight_m0E47685DDF7C8EBCC2DF131874EFE8E5F89C8487_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.TouchInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInfo__ctor_m932A51FDDD5D6CD7E47B2A4D64E9288590DE3532 (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * __this, const RuntimeMethod* method);
// UnityEngine.RuntimePlatform UnityEngine.Application::get_platform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672 (const RuntimeMethod* method);
// System.Void FairyGUI.Stage::set_touchScreen(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_set_touchScreen_m5D4F9419C7DB012DA9A362178A15D529B7ABFDF9 (bool ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Input::get_touchSupported()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_get_touchSupported_m59811A353627249C934E8FF7A6F3C4A7883978E9 (const RuntimeMethod* method);
// UnityEngine.DeviceType UnityEngine.SystemInfo::get_deviceType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_deviceType_mAFCA02B695EE4E37FA3B87B8C05804B6616E1528 (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);
}
// !!0 UnityEngine.Object::FindObjectOfType<FairyGUI.StageEngine>()
inline StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353 * Object_FindObjectOfType_TisStageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_m141815358FD5C1037D415B5D9E4A3B5495018B4E (const RuntimeMethod* method)
{
return (( StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353 * (*) (const RuntimeMethod*))Object_FindObjectOfType_TisRuntimeObject_m251F203B12669585A5E663F529F6DF09F931B5DA_gshared)(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);
// UnityEngine.GameObject UnityEngine.Component::get_gameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, 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::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Int32 UnityEngine.LayerMask::NameToLayer(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_NameToLayer_m6491D9EA75F68B1F8AE15A9B4F193FFB9352B901 (String_t* ___layerName0, const RuntimeMethod* method);
// System.Void UnityEngine.GameObject::set_layer(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, int32_t ___value0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<FairyGUI.StageEngine>()
inline StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353 * GameObject_AddComponent_TisStageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_m778CC248C37569C71A9C85346CA90BB1F1AE423B (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// !!0 UnityEngine.GameObject::AddComponent<FairyGUI.UIContentScaler>()
inline UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * GameObject_AddComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_m69AE5FD032845D3F4DD9AEC7EAE18F48BC493D02 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, 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);
// 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.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.Transform::set_localScale(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localScale_m7ED1A6E5A87CD1D483515B99D6D3121FB92B0556 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::EnableSound()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_EnableSound_mB6AF53AF18FE3A9A52A085302ABF3DAE3B71D302 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Timers::Add(System.Single,System.Int32,FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_Add_m862C25E7E9E8CA7F085B82228D5EC269B49218EB (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, float ___interval0, int32_t ___repeat1, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback2, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode>::.ctor(System.Object,System.IntPtr)
inline void UnityAction_2__ctor_m1A80C4663EFD30F8CCD2C8DC1EDC304F244B62B3 (UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_2__ctor_mB5641B8D7675F2DA752CDF3CF5FF1D5AB91D3280_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.SceneManagement.SceneManager::add_sceneLoaded(UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_add_sceneLoaded_mB72463B21F0D89F168C58E994356298D0E38A4F7 (UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Container::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_Dispose_m7C64AF05A45A7B2D65AB63FA7729D57EF1B1FB99 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.SceneManagement.SceneManager::remove_sceneLoaded(UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_remove_sceneLoaded_m894CC4AE20DC49FF43CF6B2A614877F50D707C92 (UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 * ___value0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Time::get_frameCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Time_get_frameCount_m97573E267B487B8FD4BF37615AFC19BED7B4E436 (const RuntimeMethod* method);
// System.Void FairyGUI.Stage::GetHitTarget()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_GetHitTarget_m9316799F94B6FCACFCAEFE6167B543FE24E8E6C6 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onRemovedFromStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onRemovedFromStage_mB3154C5532AE6EBE528CBF055D1EE14718509E4A (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::RemoveCapture(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_RemoveCapture_m66B74CDDC8A412F63242D60FD68EECA246F61936 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::AddCapture(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_AddCapture_mCE2A23DC083D747B0BF7120578DA36B58017666F (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method);
// FairyGUI.EventDispatcher FairyGUI.EventContext::get_sender()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * EventContext_get_sender_m4BD309D8B049AD4CD8098EC735A082700AAD8C5F_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::set_focus(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_set_focus_m24A5FC575D52982936135BBD7E91EC05F7F0C864 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::UpdateTouchPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_UpdateTouchPosition_mD362D1AD2647EE5EA82FFB58A7645EC78A891C3C (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TouchInfo::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInfo_Reset_mF3B6E584FB88EDE44AA82E452BB925DC10193F85 (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<UnityEngine.AudioSource>()
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * GameObject_AddComponent_TisAudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_mF8E45BF814846E1641335B8471A4AEAA2AD83E8F (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// System.Void UnityEngine.AudioSource::set_bypassEffects(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_bypassEffects_m6E1BBD3084EEEA68DDD468C8D488DC85A1112AD3 (AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * __this, bool ___value0, const RuntimeMethod* method);
// System.Single FairyGUI.Stage::get_soundVolume()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float Stage_get_soundVolume_mE9C76DC6898F6DA0CC249218561FEDB487B8A006_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.AudioSource::PlayOneShot(UnityEngine.AudioClip,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_PlayOneShot_mA65B809A4480039CD8337ABF45C0E57E137EED41 (AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___clip0, float ___volumeScale1, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::ReplaceSelection(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_ReplaceSelection_m41D4867B90DEE8706B8353205C86B15A58CBB29C (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___value0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.RaycastHit::get_point()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 RaycastHit_get_point_m0E564B2A72C7A744B889AE9D596F3EFA55059001 (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Camera::WorldToScreenPoint(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Camera_WorldToScreenPoint_m880F9611E4848C11F21FDF1A1D307B401C61B1BF (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method);
// System.Void FairyGUI.HitTestContext::CacheRaycastHit(UnityEngine.Camera,UnityEngine.RaycastHit&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitTestContext_CacheRaycastHit_m2AC2715F22ABE077F978FE8D78F9354BB2FADDB1 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___camera0, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * ___hit1, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.Vector2,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_SetCustomInput_m16F490203B42F5A165129DA66D2C3CF9F08AD654 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPos0, bool ___buttonDown1, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.Vector2,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_SetCustomInput_m8FDB27472701866BD6AF0C4C8D9D746770F58220 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPos0, bool ___buttonDown1, bool ___buttonUp2, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::HandleEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_HandleEvents_m6D359C697054CD3CAC056E562DE4C2A683C6D6F3 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __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);
// System.Int32 FairyGUI.Stage::get_stageHeight()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stage_get_stageHeight_m979ECFABF811ADCDE89B970B7FF1B9765CE28C92_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.Container::HitTest(UnityEngine.Vector2,System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_HitTest_m206B421952FC04A79F5B6463B320D6F4B4041D1D (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___stagePoint0, bool ___forTouch1, int32_t ___displayIndex2, const RuntimeMethod* method);
// UnityEngine.Touch UnityEngine.Input::GetTouch(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 Input_GetTouch_m8082D8EE3A187488373CE6AC66A70B0AAD7CC23F (int32_t ___index0, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Touch::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Touch_get_position_m2E60676112DA3628CF2DC76418A275C7FE521D8F (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Touch::get_fingerId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_fingerId_m2EF0EF2E6E388C8D9D38C58EF5D03EA30E568E1D (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * __this, const RuntimeMethod* method);
// UnityEngine.TouchPhase UnityEngine.Touch::get_phase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_phase_m759A61477ECBBD90A57E36F1166EB9340A0FE349 (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Input::get_touchCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Input_get_touchCount_m497E19AA4FA22DB659F631B20FAEF65572D1B44E (const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Input::get_mousePosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Input_get_mousePosition_m1F6706785983B41FE8D5CBB81B5F15F68EBD9A53 (const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Display::RelativeMouseAt(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Display_RelativeMouseAt_mABDA4BAC2C1B328A2C6A205D552AA5488BFFAA93 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___inputMouseCoordinates0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Display::get_renderingHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Display_get_renderingHeight_m1496BF9D66501280B4F75A31A515D8CF416838B0 (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.HitTestContext::ClearRaycastHitCache()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitTestContext_ClearRaycastHitCache_m812144510561DD219B6435136F26C57FDBBB62E1 (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);
// UnityEngine.EventType UnityEngine.Event::get_rawType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_rawType_m4139BB74440F552F5FD31F56215938E227EF0CD9 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
// UnityEngine.KeyCode UnityEngine.Event::get_keyCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_keyCode_m8B0AAD347861E322E91D2B7320A99E04D39575CF (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
// UnityEngine.EventModifiers UnityEngine.Event::get_modifiers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
// System.Char UnityEngine.Event::get_character()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Event_get_character_m78B46D412357B71233F3D41842928A19B290915C (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __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);
// FairyGUI.DisplayObject FairyGUI.Stage::get_focus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Stage_get_focus_m9275CFD467CADCBEF25312FEE85A47A0593AC777 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, 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);
// UnityEngine.EventType UnityEngine.Event::get_type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Event::get_delta()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Event_get_delta_m552632C8BD6AFB1FF814636177843C6E28E87B85 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Input::GetKeyUp(UnityEngine.KeyCode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetKeyUp_m5345ECFA25B7AC99D6D4223DA23BB9FB991B7193 (int32_t ___key0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Input::GetKeyDown(UnityEngine.KeyCode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetKeyDown_mEA57896808B6F484B12CD0AEEB83390A3CFCDBDC (int32_t ___key0, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::HandleCustomInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_HandleCustomInput_m46D4A60C756F9D1B6F81387734F51C8A62B58ED3 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::HandleTouchEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_HandleTouchEvents_m31FD77E57AFFD801BB027F6EC459B39590A69D23 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::HandleMouseEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_HandleMouseEvents_m3048FC0F7A1C07CB1061C9B700C36BC57776BF2A (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::HandleTextInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_HandleTextInput_m5A8FDB719A744D71724947ABA5E593A6253850EE (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.InputTextField::get_editable()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool InputTextField_get_editable_mC1B0636120D35A5457033C39AD91EC00049394F4_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Stage::get_keyboardInput()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Stage_get_keyboardInput_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6_inline (const RuntimeMethod* method);
// System.Boolean FairyGUI.InputTextField::get_keyboardInput()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool InputTextField_get_keyboardInput_m8CDCC6A15C76012AE99E99ED4B349AAF39327DD4_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::ReplaceText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_ReplaceText_m4C2B8100FBD518AD2CB36BB7EFAB72C62CAC23B3 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::CheckComposition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_CheckComposition_mB5DD3AE4743C98AC7D7D268D7967062BCD7C1A3D (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TouchInfo::Move()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInfo_Move_mC5BFAF851E56CBF39A07539F3967B01F5C3EE9E8 (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::HandleRollOver(FairyGUI.TouchInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_HandleRollOver_mC2A0C9E8B5E9179FFED5490AEE4794DA1012E40E (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * ___touch0, const RuntimeMethod* method);
// System.Void FairyGUI.TouchInfo::Begin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInfo_Begin_mED0A1B201E15E154BC4D55EACEEC8077450E9FE0 (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TouchInfo::End()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInfo_End_mDD4084ED4A9E7D26C74C745D55A961E883EA4E46 (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * __this, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.TouchInfo::ClickTest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * TouchInfo_ClickTest_m7DA8AF0617163F30545AE1CCB7DCFF45DAB2B046 (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Input::GetMouseButtonDown(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetMouseButtonDown_m5AD76E22AA839706219AD86A4E0BE5276AF8E28A (int32_t ___button0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Input::GetMouseButtonUp(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetMouseButtonUp_m4899272EB31D43EC4A3A1A115843CD3D9AA2C4EC (int32_t ___button0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Touch::get_tapCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_tapCount_m05E8AD1DD071603EA806087E42A7BC6FFA18C5F9 (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Add(!0)
inline void List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7 (List_1_t11A30662822286DF8036D0D1993807262B502B70 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t11A30662822286DF8036D0D1993807262B502B70 *, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.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.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);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::RemoveRange(System.Int32,System.Int32)
inline void List_1_RemoveRange_m4ED8C1729D3284BD3ECA91989BFC8A7CE87DA7B4 (List_1_t11A30662822286DF8036D0D1993807262B502B70 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method)
{
(( void (*) (List_1_t11A30662822286DF8036D0D1993807262B502B70 *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m89425146ABCF46BE030B6C4B3C85A8559550F983_gshared)(__this, ___index0, ___count1, 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);
}
// 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.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.Int32 FairyGUI.Container::get_numChildren()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// FairyGUI.DisplayObject FairyGUI.Container::GetChildAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Container_GetChildAt_mF1A7165A6C4555A7832B91C7A71048E58C761E02 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::.ctor()
inline void List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, const RuntimeMethod*))List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_gshared)(__this, 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);
// System.Void System.Collections.Generic.List`1<System.Int32>::Add(!0)
inline void List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, int32_t, const RuntimeMethod*))List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_gshared)(__this, ___item0, method);
}
// System.Void System.Comparison`1<FairyGUI.DisplayObject>::.ctor(System.Object,System.IntPtr)
inline void Comparison_1__ctor_m1C3F4D5128CB00F3EF8A865C58F455C1F6822726 (Comparison_1_t80AF2D8856D348E788BB5AFF18AC178138FE5FCB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Comparison_1_t80AF2D8856D348E788BB5AFF18AC178138FE5FCB *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m3445CDEBFFF4A3A9EAED69CBCC2D247630CA5BD4_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.DisplayObject>::Sort(System.Comparison`1<!0>)
inline void List_1_Sort_m9609991B2458EA3F522914F1166DEB355A808082 (List_1_t11A30662822286DF8036D0D1993807262B502B70 * __this, Comparison_1_t80AF2D8856D348E788BB5AFF18AC178138FE5FCB * ___comparison0, const RuntimeMethod* method)
{
(( void (*) (List_1_t11A30662822286DF8036D0D1993807262B502B70 *, Comparison_1_t80AF2D8856D348E788BB5AFF18AC178138FE5FCB *, const RuntimeMethod*))List_1_Sort_mA3939603201EC0E13489EDA5975A07790CEDB483_gshared)(__this, ___comparison0, method);
}
// System.Void FairyGUI.Container::ChangeChildrenOrder(System.Collections.Generic.List`1<System.Int32>,System.Collections.Generic.List`1<FairyGUI.DisplayObject>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_ChangeChildrenOrder_m0DEABD0B025E5DBD7A5F1C4FC9D7F76D0C25F794 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___indice0, List_1_t11A30662822286DF8036D0D1993807262B502B70 * ___objs1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::Clear()
inline void List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, const RuntimeMethod*))List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477_gshared)(__this, method);
}
// System.Int32 System.Single::CompareTo(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_mFBF2345D81E00F834E558A4ACFD4E5137582DBBC (float* __this, float ___value0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.NTexture>::IndexOf(!0)
inline int32_t List_1_IndexOf_mBFD0DCC19DAE2792E343FE4C726F0D47A134CD2E (List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___item0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 *, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *, const RuntimeMethod*))List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.NTexture>::Add(!0)
inline void List_1_Add_mB1ACC0B1F56F3CE869F756EFF1942A77A073A063 (List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 *, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Int32 System.Collections.Generic.List`1<FairyGUI.NTexture>::get_Count()
inline int32_t List_1_get_Count_m53BA266863A80D837FEE70D57DD3B6B3EC3A1E15_inline (List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Single UnityEngine.Time::get_time()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m7863349C8845BBA36629A2B3F8EF1C3BEA350FD8 (const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<FairyGUI.NTexture>::get_Item(System.Int32)
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * List_1_get_Item_m322510E276084BEADA0127D9124B6184332618A2_inline (List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * (*) (List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Boolean FairyGUI.NTexture::get_disposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NTexture_get_disposed_m4C530AD85583B76D73057ED5A2E488B2B6D69D6D (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.NTexture>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m861463F7BB7C93831AEED1BC92625C08A44E910C (List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared)(__this, ___index0, method);
}
// System.Void FairyGUI.NTexture::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NTexture_Dispose_m0B1F7B320F32756E8E94B4753F4D3DD29A1D95F9 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::IndexOf(!0)
inline int32_t List_1_IndexOf_m9E183F4DE7DC20CEBA71C5DD3AA0B55F40023328 (List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * __this, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___item0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 *, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *, const RuntimeMethod*))List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::Add(!0)
inline void List_1_Add_m8DD85C20381CFA81C3B8F2752AB8F970B5285FE8 (List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * __this, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 *, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.EventDispatcher>::set_Item(System.Int32,!0)
inline void List_1_set_Item_mE9D2B0953380313C292D4CA71E4DB239DF03A446 (List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * __this, int32_t ___index0, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___value1, const RuntimeMethod* method)
{
(( void (*) (List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 *, int32_t, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *, const RuntimeMethod*))List_1_set_Item_m451452782977192583A6374A799099FCCD9BD83E_gshared)(__this, ___index0, ___value1, 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.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);
// UnityEngine.Transform UnityEngine.GameObject::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.ToolSet::SetParent(UnityEngine.Transform,UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolSet_SetParent_mA9967AF376E0D3BD78B631BA81351684C00F91BD (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___t0, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___parent1, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.Component::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<UnityEngine.Camera>()
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * Component_GetComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mB090F51A34716700C0F4F1B08F9330C6F503DB9E (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared)(__this, 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.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Int32 UnityEngine.Camera::get_targetDisplay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_targetDisplay_m2C318D2EB9A016FEC76B13F7F7AE382F443FB731 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.StageCamera::OnScreenSizeChanged(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StageCamera_OnScreenSizeChanged_m9715BD658D80C066F73CE4E50B53B1D2B25DF029 (StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81 * __this, int32_t ___newWidth0, int32_t ___newHeight1, const RuntimeMethod* method);
// System.Int32 UnityEngine.Display::get_renderingWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Display_get_renderingWidth_mA02F65BF724686D7A0CD0C192954CA22592C3B12 (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * __this, 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);
// System.Single UnityEngine.Camera::get_orthographicSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_orthographicSize_m700FCD8CF48BC59A0415A624328B4A627B88D958 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __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.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.Stage::HandleScreenSizeChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_HandleScreenSizeChanged_m3C737B5ABF81E98B8A33E256987F4ACCDBB7EDB2 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.Object::FindObjectOfType<FairyGUI.UIContentScaler>()
inline UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * Object_FindObjectOfType_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_m0B0D32B2E2FD7B07C65A49DF4EA3F82E86DA9F5A (const RuntimeMethod* method)
{
return (( UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * (*) (const RuntimeMethod*))Object_FindObjectOfType_TisRuntimeObject_m251F203B12669585A5E663F529F6DF09F931B5DA_gshared)(method);
}
// System.Void FairyGUI.EMRenderSupport::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EMRenderSupport_Update_m319EFF5A7482FC876641984B3D31998CD8C17F45 (const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.GameObject::Find(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * GameObject_Find_m1470FB04EB6DB15CCC0D9745B70EE987B318E9BD (String_t* ___name0, const RuntimeMethod* method);
// UnityEngine.Camera FairyGUI.StageCamera::CreateCamera(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * StageCamera_CreateCamera_m6908F6DF2349EFBEA0DFFFB958D0294233073A59 (String_t* ___name0, int32_t ___cullingMask1, const RuntimeMethod* method);
// UnityEngine.Camera UnityEngine.Camera::get_main()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * Camera_get_main_m9256A9F84F92D7ED73F3E6C4E2694030AD8B61FA (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.Camera::set_stereoTargetEye(UnityEngine.StereoTargetEyeMask)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_stereoTargetEye_mE0ED5F289154FCD153D5F35A0F92EABE04B845EA (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_allowHDR(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_allowHDR_mD5460B086C328CE83D294D01C5EABA2B4BAF8E0E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Camera::set_allowMSAA(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_allowMSAA_m05738C02C8AAB5DF3718D1DBC52E0BF4CF54753E (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, bool ___value0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<FairyGUI.StageCamera>()
inline StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81 * GameObject_AddComponent_TisStageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_mFAD5235794FCCF02998AC715738E5D3DD817823E (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// System.Void UnityEngine.MonoBehaviour::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __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.Stage::InternalUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_InternalUpdate_m3840A1AF4B34E8CC20F9278AC468A098531CDB54 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// UnityEngine.Event UnityEngine.Event::get_current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B (const RuntimeMethod* method);
// System.Void FairyGUI.Stage::HandleGUIEvents(UnityEngine.Event)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_HandleGUIEvents_m1174E2A5BB463A7CF2D29CC73D3A6411151DBD03 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___evt0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Application::get_isEditor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isEditor_m347E6EE16E5109EF613C83ED98DB1EC6E3EF5E26 (const RuntimeMethod* method);
// System.Void FairyGUI.UIPackage::RemoveAllPackages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIPackage_RemoveAllPackages_m52EA1AE5F9EE50B834CB23DC9AC45EFF0E9012A4 (const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<UnityEngine.MeshFilter>()
inline MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * GameObject_AddComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_m98AEA1EDDC59492203D06FA2912152C37C4164E4 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// !!0 UnityEngine.GameObject::AddComponent<UnityEngine.MeshRenderer>()
inline MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * GameObject_AddComponent_TisMeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_m16409C054F66125E0380BDDDB1454118A3BAD60E (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// System.Void UnityEngine.Renderer::set_shadowCastingMode(UnityEngine.Rendering.ShadowCastingMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_shadowCastingMode_mC7E601EE9B32B63097B216C78ED4F854B0AF21EC (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Renderer::set_reflectionProbeUsage(UnityEngine.Rendering.ReflectionProbeUsage)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_reflectionProbeUsage_mB1E5A77AB7204CA2FD3AE3294D2CBC0EF352DD08 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Renderer::set_receiveShadows(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_receiveShadows_mD2BD2FF58156E328677EAE5E175D2069BC2925A0 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, bool ___value0, const RuntimeMethod* method);
// System.Int32 UnityEngine.GameObject::get_layer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// 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.Boolean UnityEngine.Renderer::get_enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Renderer_get_enabled_m40E07BB15DA58D2EF6F6796C6778163107DD7E1B (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Renderer::set_enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_enabled_m0933766657F2685BAAE3340B0A984C0E63925303 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.SwipeGesture::set_host(FairyGUI.GObject)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SwipeGesture_set_host_m18BC9F9FC8C3E1FF104E9081947FD85FC06EB4BA_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.SwipeGesture::Enable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwipeGesture_Enable_m711666734AF4BB568E9C734883226A3E49E72591 (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.SwipeGesture::set_onBegin(FairyGUI.EventListener)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SwipeGesture_set_onBegin_m606B030E201171DBE7CA27B29AAAEC200221A495_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.SwipeGesture::set_onEnd(FairyGUI.EventListener)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SwipeGesture_set_onEnd_m938555291F05D7A70DE79751749E79C7FA03D29B_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.SwipeGesture::set_onMove(FairyGUI.EventListener)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SwipeGesture_set_onMove_mE7191DCE68410C2B38F2FF9C7416098CD7A1101F_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.SwipeGesture::set_onAction(FairyGUI.EventListener)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SwipeGesture_set_onAction_m1F24CD4FAA5B83252830B5BCEA58192A3E9A16BD_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.SwipeGesture::get_host()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * SwipeGesture_get_host_m2BAE8A6DE5F989EDAB59E44EFA6297E0ED03CC10_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GObject::get_onTouchBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GObject::get_onTouchMove()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onTouchMove_mC57B9937E420511C01D42799DE54422A4F4DD0AB (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.GObject::get_onTouchEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onTouchEnd_mC6CD750FD4CA538E9D8AE3A47355613397C2CF5A (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventListener::Remove(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method);
// System.Int32 FairyGUI.Stage::get_touchCount()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stage_get_touchCount_mA8E9E6559CEA558A1D734EC6CF06AA0A78334F29_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.SwipeGesture::get_onEnd()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * SwipeGesture_get_onEnd_m23E8617426EA33C168E4190B23D11785D7446191_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __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);
// System.Single FairyGUI.InputEvent::get_x()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float InputEvent_get_x_m0C82F6E692B31A47A3AA7F48A7897627305D8573_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method);
// System.Single FairyGUI.InputEvent::get_y()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float InputEvent_get_y_mB42B7A5BCD9CC4404A622CC2FE993277F65D3F11_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___v0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::Lerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_Lerp_m5BA75496B803820CC64079383956D73C6FD4A8A1 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___b1, float ___t2, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.SwipeGesture::get_onBegin()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * SwipeGesture_get_onBegin_m3826E01AD002A7FD83A84C5FF81DC2A17B53C24A_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.SwipeGesture::get_onMove()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * SwipeGesture_get_onMove_mE31313E0099874D7F9D14A203DF1195AAA9B617D_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.SwipeGesture::get_onAction()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * SwipeGesture_get_onAction_mA69BB0C9822D0F9B5CEB740DF7AE1A4A3D1D67B8_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, 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.Void FairyGUI.TextFormat::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextFormat__ctor_m5B7D4F24B21EC269CB06D30609A7EF467EF898C9 (TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * __this, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color::get_black()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF (const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::.ctor(System.Int32)
inline void List_1__ctor_m88EC30C67C984B2A797218A6354B445ACE49A5FD (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>::.ctor(System.Int32)
inline void List_1__ctor_mC02D73EF9116163B18D34DF395C01A9D5307FAB8 (List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
}
// System.Void FairyGUI.TextField::EnableCharPositionSupport()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_EnableCharPositionSupport_mC7182B6CF7CBD058F6DF55173C938F6A87C84C0A (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::.ctor()
inline void List_1__ctor_m951D6A0BC78F0CB3F5D417BDB8823D5B98D8A93E (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 *, const RuntimeMethod*))List_1__ctor_m951D6A0BC78F0CB3F5D417BDB8823D5B98D8A93E_gshared)(__this, method);
}
// System.String FairyGUI.BaseFont::get_name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, const RuntimeMethod* method);
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// FairyGUI.BaseFont FairyGUI.FontManager::GetFont(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * FontManager_GetFont_mE0F498CC7137BDEEF892E5C67EBAC540CA863A32 (String_t* ___name0, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::SetShaderAndTexture(System.String,FairyGUI.NTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_SetShaderAndTexture_m6A9A170464028161C0EA22593CB486D6256CB52C (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, String_t* ___shader0, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture1, const RuntimeMethod* method);
// System.Void FairyGUI.TextField::ApplyVertAlign()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_ApplyVertAlign_m7AFC5D47C6D190FB937422731F523DD4984ED180 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Color::op_Inequality(UnityEngine.Color,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Color_op_Inequality_m9C3EFC058BB205C298A2D3166173342303E660B9 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___lhs0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___rhs1, const RuntimeMethod* method);
// System.Void FairyGUI.TextField::BuildLines()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_BuildLines_mA58681B9EBC130E869D64C23020C86246F792732 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.NGraphics::UpdateMesh()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NGraphics_UpdateMesh_m3B1C4638DA98D85BD7AE5F8B43EEBDE20B6D444D (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// FairyGUI.NTexture FairyGUI.NGraphics::get_texture()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TextField::RequestText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_RequestText_m89AD901F866F3A77BBE3E3045EDDDF559CBEF2A5 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::InvalidateBatchingState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>::get_Item(System.Int32)
inline LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline (List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * (*) (List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// UnityEngine.Rect UnityEngine.Rect::MinMaxRect(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F (float ___xmin0, float ___ymin1, float ___xmax2, float ___ymax3, const RuntimeMethod* method);
// UnityEngine.Rect FairyGUI.Utils.ToolSet::Intersection(UnityEngine.Rect&,UnityEngine.Rect&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE ToolSet_Intersection_m3B6026BCBF976231FAF0C8C2338160B1865CCA16 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___rect10, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___rect21, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Rect>::Add(!0)
inline void List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053 (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *, Rect_t35B976DE901B5423C11705E156938EA27AB402CE , const RuntimeMethod*))List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053_gshared)(__this, ___item0, method);
}
// System.Void FairyGUI.DisplayObject::OnSizeChanged(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_OnSizeChanged_m7D6F6B71E574CCD90D11E22E5FCFFDF11C2C3C97 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, bool ___widthChanged0, bool ___heightChanged1, const RuntimeMethod* method);
// System.Boolean FairyGUI.TextField::Redraw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextField_Redraw_mDCF332C7214C3EE82AF96B9D3BE1947F5B51BBEA (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_Update_m05756CF6A38AE531702D2ED732D15053849EC4BB (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::get_Count()
inline int32_t List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::get_Item(System.Int32)
inline HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * (*) (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void FairyGUI.TextField::Cleanup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_Cleanup_m69C55609150DE07D2C393BC62A7C3A13343EBE12 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
// FairyGUI.TextField/LineInfo FairyGUI.TextField/LineInfo::Borrow()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * LineInfo_Borrow_mE5AE779597E8FCD1EBF6271990EBC19663E37283 (const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>::Add(!0)
inline void List_1_Add_m3310DF6E8E2990DE22EA90BC6105AB048D55B9B7 (List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * __this, LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 *, LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void FairyGUI.TextField::ParseText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_ParseText_mBD675EBB33D1F72BA128E7C62A59CD5090AECCA3 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TextField::BuildLines2()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_BuildLines2_mE868249BB54EC7A129B5C1C944C19B3CD5C191F6 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TextField::DoShrink()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_DoShrink_mFFBDC22532B243E7BBC248324DCAC4F584392059 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_height(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_height_mBDB3524631F8ACBFAE8B629BE123E8697989D886 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method);
// FairyGUI.Utils.HtmlParseOptions FairyGUI.RichTextField::get_htmlParseOptions()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * RichTextField_get_htmlParseOptions_mA20F53DD2EFE75C3E4211FB79883B3935F5BC085_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji> FairyGUI.RichTextField::get_emojies()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * RichTextField_get_emojies_m8CC01177CE71EB00C78535B23971127634F9C31A_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __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::IsHighSurrogate(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.TextField::ParseText(System.Text.StringBuilder,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextField_ParseText_mC7E2FEE8375CCA50CC4BF4A179F5E67BFAAF6F24 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, StringBuilder_t * ___buffer0, String_t* ___source1, int32_t ___elementIndex2, const RuntimeMethod* method);
// System.Int32 System.Text.StringBuilder::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Utils.HtmlElement::get_isEntity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HtmlElement_get_isEntity_m920D4851ED88DCD6BA7C236C0CD702AC79668B06 (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method);
// FairyGUI.Utils.IHtmlPageContext FairyGUI.RichTextField::get_htmlPageContext()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* RichTextField_get_htmlPageContext_mD6B386EC4FC182AE2560B829AF30E134B611212A_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, 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.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>::get_Count()
inline int32_t List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_inline (List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Void FairyGUI.TextField/LineInfo::Return(System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo_Return_m293BAC9A1EC7C8C8E2635C63BA918BD5223D637F (List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * ___values0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46 (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m83B1C50490E4840D27259A8B7BB9BAF43D127D49 (Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * __this, uint32_t ___key0, Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583 ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 *, uint32_t, Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m78FF033B17E99F71B4BAD5200899D3B2CDFC5E7E_gshared)(__this, ___key0, ___value1, method);
}
// FairyGUI.Utils.HtmlElement FairyGUI.Utils.HtmlElement::GetElement(FairyGUI.Utils.HtmlElementType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * HtmlElement_GetElement_m69F22BCEA8798055B4CAFB82A449703571EA1E2F (int32_t ___type0, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlElement::Set(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlElement_Set_m218D60661FCA0953D96918459BE7EBA57155883B (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * __this, String_t* ___attrName0, RuntimeObject * ___attrValue1, 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.Void System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>::Insert(System.Int32,!0)
inline void List_1_Insert_m04880E9057281B42D9B531BB6E0E606CF0404EB7 (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * __this, int32_t ___index0, HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * ___item1, const RuntimeMethod* method)
{
(( void (*) (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 *, int32_t, HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E *, const RuntimeMethod*))List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_gshared)(__this, ___index0, ___item1, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Clear()
inline void List_1_Clear_m1FA44F51DC58AA320B38E4204496F9E6CA48008C (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 *, const RuntimeMethod*))List_1_Clear_m1FA44F51DC58AA320B38E4204496F9E6CA48008C_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::Add(!0)
inline void List_1_Add_m2A566918F2D20DA2ED7CBC0DD3B48C5A7DE614D3 (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __this, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 *, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 , const RuntimeMethod*))List_1_Add_m2A566918F2D20DA2ED7CBC0DD3B48C5A7DE614D3_gshared)(__this, ___item0, method);
}
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2 (const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlLink::SetPosition(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlLink_SetPosition_m41F5F13BC2C6D9263D314CEE8B5168C38AD3673B (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, float ___x0, float ___y1, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlLink::SetArea(System.Int32,System.Single,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlLink_SetArea_mF99122FB9F2EFDBECD74E866863B09B50A0274BF (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * __this, int32_t ___startLine0, float ___startCharX1, int32_t ___endLine2, float ___endCharX3, 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);
}
// UnityEngine.Vector4 UnityEngine.Vector4::op_Implicit(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E Vector4_op_Implicit_m5BFA8D95F88CB2AEA6E02B200A61B718314A8495 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___v0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::Add(!0)
inline void List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342 (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E , const RuntimeMethod*))List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Add(!0)
inline void List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002 (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , const RuntimeMethod*))List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_gshared)(__this, ___item0, method);
}
// UnityEngine.Color UnityEngine.Color::get_white()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905 (const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::Add(!0)
inline void List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621 (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 , const RuntimeMethod*))List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_gshared)(__this, ___item0, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Count()
inline int32_t List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_inline (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *, const RuntimeMethod*))List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::RemoveRange(System.Int32,System.Int32)
inline void List_1_RemoveRange_mE28859A5DD6D9F5CFDC06F028B478D46A0B84E83 (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method)
{
(( void (*) (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_mE28859A5DD6D9F5CFDC06F028B478D46A0B84E83_gshared)(__this, ___index0, ___count1, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Color32>::RemoveRange(System.Int32,System.Int32)
inline void List_1_RemoveRange_m0D8A028E7C3198BA3FBA77B2142B030068B5DBF8 (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method)
{
(( void (*) (List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m0D8A028E7C3198BA3FBA77B2142B030068B5DBF8_gshared)(__this, ___index0, ___count1, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector4>::RemoveRange(System.Int32,System.Int32)
inline void List_1_RemoveRange_m8D20B489E04E4A1BA16B2052B09161C6C2A8D0EC (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, int32_t ___index0, int32_t ___count1, const RuntimeMethod* method)
{
(( void (*) (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *, int32_t, int32_t, const RuntimeMethod*))List_1_RemoveRange_m8D20B489E04E4A1BA16B2052B09161C6C2A8D0EC_gshared)(__this, ___index0, ___count1, method);
}
// FairyGUI.VertexBuffer FairyGUI.VertexBuffer::Begin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * VertexBuffer_Begin_mDF97B4C207AD4F0CC337CA2504632F492612363D (const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.Vector3>::get_Item(System.Int32)
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 (*) (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *, int32_t, const RuntimeMethod*))List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_gshared_inline)(__this, ___index0, method);
}
// !0 System.Collections.Generic.List`1<UnityEngine.Vector4>::get_Item(System.Int32)
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_inline (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E (*) (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 *, int32_t, const RuntimeMethod*))List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_gshared_inline)(__this, ___index0, method);
}
// System.Void FairyGUI.VertexBuffer::Insert(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_Insert_mF5386D514EC3D7215D3A97EEE398FCFE86844A57 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::End()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_End_m801DFF6E96FB9A5EF58B644F48C6096CB1D86AE9 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, const RuntimeMethod* method);
// System.Void FairyGUI.RichTextField::CleanupObjects()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_CleanupObjects_m022C779567ABDB2A6DE20B0AE788FD4B894377FC (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Utils.HtmlElement::ReturnElements(System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlElement_ReturnElements_mDA8DA151C83A8802ACF28E27FFC1C8046E864B24 (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * ___elements0, const RuntimeMethod* method);
// FairyGUI.TextFormat FairyGUI.TextField::get_textFormat()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Stack`1<FairyGUI.TextField/LineInfo>::get_Count()
inline int32_t Stack_1_get_Count_mF6CBAE40D4F453D97B9CEA7C51F22DF72ABFD357_inline (Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 *, const RuntimeMethod*))Stack_1_get_Count_mADA59B620C88DF47CBB953A8941CFE545BDF556D_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.Stack`1<FairyGUI.TextField/LineInfo>::Pop()
inline LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * Stack_1_Pop_m076739D83963690B2900D93C3E77E3D5A15852B4 (Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 * __this, const RuntimeMethod* method)
{
return (( LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * (*) (Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 *, const RuntimeMethod*))Stack_1_Pop_m9886C5EBA07CB356DE616B11958360B7FC67F6DC_gshared)(__this, method);
}
// System.Void FairyGUI.TextField/LineInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo__ctor_mF63D7B2FA1A726B799774192EEE0C66A572A004B (LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Stack`1<FairyGUI.TextField/LineInfo>::Push(!0)
inline void Stack_1_Push_m59E46DB6EEDC16BD83B94C3C4A2FE7F4B39714C5 (Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 * __this, LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * ___item0, const RuntimeMethod* method)
{
(( void (*) (Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 *, LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F *, const RuntimeMethod*))Stack_1_Push_mEAE34C8EACBF792D1CCC0B69009BD7C521F27865_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>::Clear()
inline void List_1_Clear_m9BF030002D146D352BF248810939729C6A37019F (List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Stack`1<FairyGUI.TextField/LineInfo>::.ctor()
inline void Stack_1__ctor_m4E5A8E43B6F86781E6D4E2CDFDE0B0B3C76FC822 (Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 * __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 *, const RuntimeMethod*))Stack_1__ctor_m9EA0E43EFB22CCD482720CE21296BDF1B86F44D8_gshared)(__this, method);
}
// System.Boolean UnityEngine.Color::op_Equality(UnityEngine.Color,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Color_op_Equality_m71B1A2F64AD6228F10E20149EF6440460D2C748E (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___lhs0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___rhs1, 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.Timers::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers__ctor_mFA72B35D7F504EC9FD26C9CC66028CBB5C2CEA45 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<FairyGUI.TimersEngine>()
inline TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 * GameObject_AddComponent_TisTimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06_m5AF6078DD946E276488D2C9E9BD68416C7864C4A (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::.ctor()
inline void Dictionary_2__ctor_m1E936EFC8386488F8EFC401E83ABC4EF66E26CA8 (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.Anymous_T>::.ctor()
inline void List_1__ctor_mAF698C8DC3A38852CA616E307498B2A64FDE508B (List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.Anymous_T>::.ctor(System.Int32)
inline void List_1__ctor_m7A19532CA2619A8383020B0300DE05EDD07F7CB1 (List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, 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.Boolean System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m995D14E4B131FBC4C900C083F146CC2F95EBED41 (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___key0, Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B *, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *, Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.Void FairyGUI.Anymous_T::set(System.Single,System.Int32,FairyGUI.TimerCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Anymous_T_set_m28C5A81B2DA2B2643AFC99DCA175146B8078D797 (Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * __this, float ___interval0, int32_t ___repeat1, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback2, RuntimeObject * ___param3, const RuntimeMethod* method);
// FairyGUI.Anymous_T FairyGUI.Timers::GetFromPool()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * Timers_GetFromPool_m814732D8CECBFA8FBC1C1CF1F2B4CC31B087D0A8 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_m4A985951EAE272F590C2CBEF9D8A7EA34894B451 (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___key0, Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B *, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *, Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, RuntimeObject* ___routine0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_mAEDD09743344CF1F76E36089E70FCED233092658 (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B *, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, ___key0, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::Remove(!0)
inline bool Dictionary_2_Remove_mE1C135CE7363124BAB6D75D192B463E8DBF56709 (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B *, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *, const RuntimeMethod*))Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared)(__this, ___key0, method);
}
// System.Void FairyGUI.Timers::ReturnToPool(FairyGUI.Anymous_T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_ReturnToPool_m00392B801FB4D8CE09C1598EF374E3C5397131D6 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * ___t0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.Anymous_T>::get_Count()
inline int32_t List_1_get_Count_m0D67A34EBD16C0CD003D1BC70239C3278B229B9B_inline (List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.Anymous_T>::get_Item(System.Int32)
inline Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * List_1_get_Item_m34D5D673CD0801242527501B0135F3A75D62D397_inline (List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * (*) (List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.Anymous_T>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_mF4DF514585C3F90EB998249C77A6F438FD9784A2 (List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared)(__this, ___index0, method);
}
// System.Void FairyGUI.Anymous_T::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Anymous_T__ctor_mD68B9CD2AA8968DE9BC35C54CB48D829B6C15B5C (Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.Anymous_T>::Add(!0)
inline void List_1_Add_m0DDD6A94AB253052FA25854493F719F00B805D4B (List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * __this, Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 *, Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Int32 System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::get_Count()
inline int32_t Dictionary_2_get_Count_m6986A695517332B58490A37CBB72FEE639F4A461 (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B *, const RuntimeMethod*))Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::GetEnumerator()
inline Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 Dictionary_2_GetEnumerator_m71E76A5FCCC0036A84FAE0D70873984B43379775 (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * __this, const RuntimeMethod* method)
{
return (( Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 (*) (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared)(__this, method);
}
// System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::get_Current()
inline KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 Enumerator_get_Current_m90BF454963212CDCA2022E2C8BA341B034B39B7E_inline (Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 * __this, const RuntimeMethod* method)
{
return (( KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 (*) (Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 *, const RuntimeMethod*))Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline)(__this, method);
}
// !1 System.Collections.Generic.KeyValuePair`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::get_Value()
inline Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * KeyValuePair_2_get_Value_mEA070FD66185A196B6E534DAA7836364AF886526_inline (KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 * __this, const RuntimeMethod* method)
{
return (( Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * (*) (KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline)(__this, method);
}
// System.Void FairyGUI.TimerCallback::Invoke(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback_Invoke_m0E0A55F53AA503A3E2F84F168148C4641FD7E960 (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * __this, RuntimeObject * ___param0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::MoveNext()
inline bool Enumerator_MoveNext_m1E731A9C7F2332A7BDD74B2AB7801A35F9F6A9F5 (Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 *, const RuntimeMethod*))Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::Dispose()
inline void Enumerator_Dispose_mA65ECDBBB1797F2AF4E163DED3BEB6C79A1C2B14 (Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 *, const RuntimeMethod*))Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.Anymous_T>::Clear()
inline void List_1_Clear_m0967A270F68527B49D37252AE15838DACE739EAD (List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// !0 System.Collections.Generic.KeyValuePair`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::get_Key()
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * KeyValuePair_2_get_Key_m2DA94137DD92ED9D4015A94F200A5E239540075D_inline (KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 * __this, const RuntimeMethod* method)
{
return (( TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * (*) (KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::Add(!0,!1)
inline void Dictionary_2_Add_m4D4A15412320BAFA192E330D3A62E8EB73D070E5 (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___key0, Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B *, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *, Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>::Clear()
inline void Dictionary_2_Clear_m9DA3923D95A46E835D0C32504CAD2A904D1AB322 (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B *, const RuntimeMethod*))Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared)(__this, method);
}
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FairyGUI.ScrollPane FairyGUI.ScrollPane::get_draggingPane()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ScrollPane_get_draggingPane_m230992ABE2213E9E83F539A00E1F7DA44BC864B4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_get_draggingPane_m230992ABE2213E9E83F539A00E1F7DA44BC864B4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static ScrollPane draggingPane { get; private set; }
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_0 = ((ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields*)il2cpp_codegen_static_fields_for(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_il2cpp_TypeInfo_var))->get_U3CdraggingPaneU3Ek__BackingField_2();
return L_0;
}
}
// System.Void FairyGUI.ScrollPane::set_draggingPane(FairyGUI.ScrollPane)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_draggingPane_mA6D164EFBF8EAAF81AA87657DCE8DD3ACB13509A (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_set_draggingPane_mA6D164EFBF8EAAF81AA87657DCE8DD3ACB13509A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static ScrollPane draggingPane { get; private set; }
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_0 = ___value0;
((ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields*)il2cpp_codegen_static_fields_for(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_il2cpp_TypeInfo_var))->set_U3CdraggingPaneU3Ek__BackingField_2(L_0);
return;
}
}
// System.Void FairyGUI.ScrollPane::.ctor(FairyGUI.GComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane__ctor_m327D924988C69C64D7422AF98A3297197D15CCF3 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___owner0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane__ctor_m327D924988C69C64D7422AF98A3297197D15CCF3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public ScrollPane(GComponent owner)
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
EventDispatcher__ctor_mC394F1C3DFFDFFE762CF707D0E87CE6628F42A37(__this, /*hidden argument*/NULL);
// _onScroll = new EventListener(this, "onScroll");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_0, __this, _stringLiteral45F375828326A11F8904529DE05D20043ABA1653, /*hidden argument*/NULL);
__this->set__onScroll_59(L_0);
// _onScrollEnd = new EventListener(this, "onScrollEnd");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_1, __this, _stringLiteralE6FF467F4ACD4DBAB7EC62A2696D9939328068A8, /*hidden argument*/NULL);
__this->set__onScrollEnd_60(L_1);
// _scrollStep = UIConfig.defaultScrollStep;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
float L_2 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultScrollStep_13();
__this->set__scrollStep_4(L_2);
// _mouseWheelStep = _scrollStep * 2;
float L_3 = __this->get__scrollStep_4();
__this->set__mouseWheelStep_5(((float)il2cpp_codegen_multiply((float)L_3, (float)(2.0f))));
// _softnessOnTopOrLeftSide = UIConfig.allowSoftnessOnTopOrLeftSide;
bool L_4 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_allowSoftnessOnTopOrLeftSide_26();
__this->set__softnessOnTopOrLeftSide_18(L_4);
// _decelerationRate = UIConfig.defaultScrollDecelerationRate;
float L_5 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultScrollDecelerationRate_14();
__this->set__decelerationRate_23(L_5);
// _touchEffect = UIConfig.defaultScrollTouchEffect;
bool L_6 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultScrollTouchEffect_16();
__this->set__touchEffect_8(L_6);
// _bouncebackEffect = UIConfig.defaultScrollBounceEffect;
bool L_7 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultScrollBounceEffect_17();
__this->set__bouncebackEffect_7(L_7);
// _scrollBarVisible = true;
__this->set__scrollBarVisible_39((bool)1);
// _mouseWheelEnabled = true;
__this->set__mouseWheelEnabled_17((bool)1);
// _pageSize = Vector2.one;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
__this->set__pageSize_20(L_8);
// _refreshDelegate = Refresh;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_9 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_9, __this, (intptr_t)((intptr_t)ScrollPane_Refresh_mAEA52EB7506C2380B15F03FBB55582A6E48CDC29_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set__refreshDelegate_48(L_9);
// _tweenUpdateDelegate = TweenUpdate;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_10 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_10, __this, (intptr_t)((intptr_t)ScrollPane_TweenUpdate_m2266123AF8D01E7700A9DD19C3DA446B0BA11A3B_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set__tweenUpdateDelegate_49(L_10);
// _showScrollBarDelegate = onShowScrollBar;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_11 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_11, __this, (intptr_t)((intptr_t)ScrollPane_onShowScrollBar_m2018F00DD6AABE142312576E0F8253A04370F190_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set__showScrollBarDelegate_50(L_11);
// _owner = owner;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_12 = ___owner0;
__this->set__owner_51(L_12);
// _maskContainer = new Container();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_13 = (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)il2cpp_codegen_object_new(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var);
Container__ctor_m0A28F438E6BDE2EE73CCB5090A9EB069BC0456A5(L_13, /*hidden argument*/NULL);
__this->set__maskContainer_52(L_13);
// _owner.rootContainer.AddChild(_maskContainer);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_14 = __this->get__owner_51();
NullCheck(L_14);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_15 = GComponent_get_rootContainer_mC1F22290CB1E11F143C85DCC2A2D264608EDEB54_inline(L_14, /*hidden argument*/NULL);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_16 = __this->get__maskContainer_52();
NullCheck(L_15);
Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D(L_15, L_16, /*hidden argument*/NULL);
// _container = _owner.container;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_17 = __this->get__owner_51();
NullCheck(L_17);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_18 = GComponent_get_container_m4663344EFD798053ACAF4BFA1588F07A84B2514A_inline(L_17, /*hidden argument*/NULL);
__this->set__container_53(L_18);
// _container.SetXY(0, 0);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_19 = __this->get__container_53();
NullCheck(L_19);
DisplayObject_SetXY_mB67013955497B5AC0BDD3794175FB5DE85E6D3BA(L_19, (0.0f), (0.0f), /*hidden argument*/NULL);
// _maskContainer.AddChild(_container);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_20 = __this->get__maskContainer_52();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_21 = __this->get__container_53();
NullCheck(L_20);
Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D(L_20, L_21, /*hidden argument*/NULL);
// _owner.rootContainer.onMouseWheel.Add(__mouseWheel);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_22 = __this->get__owner_51();
NullCheck(L_22);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_23 = GComponent_get_rootContainer_mC1F22290CB1E11F143C85DCC2A2D264608EDEB54_inline(L_22, /*hidden argument*/NULL);
NullCheck(L_23);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_24 = DisplayObject_get_onMouseWheel_m45FB5782E92FF099D3EDB5D1A247FFB04D54493B(L_23, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_25 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_25, __this, (intptr_t)((intptr_t)ScrollPane___mouseWheel_mA53807E5C9F4DA59401BBE72E3258F3AAC9279F3_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_24);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_24, L_25, /*hidden argument*/NULL);
// _owner.rootContainer.onTouchBegin.Add(__touchBegin);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_26 = __this->get__owner_51();
NullCheck(L_26);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_27 = GComponent_get_rootContainer_mC1F22290CB1E11F143C85DCC2A2D264608EDEB54_inline(L_26, /*hidden argument*/NULL);
NullCheck(L_27);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_28 = DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308(L_27, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_29 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_29, __this, (intptr_t)((intptr_t)ScrollPane___touchBegin_mECE4EA65235D0C2B752DC536EC196142058D2918_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_28);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_28, L_29, /*hidden argument*/NULL);
// _owner.rootContainer.onTouchMove.Add(__touchMove);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_30 = __this->get__owner_51();
NullCheck(L_30);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_31 = GComponent_get_rootContainer_mC1F22290CB1E11F143C85DCC2A2D264608EDEB54_inline(L_30, /*hidden argument*/NULL);
NullCheck(L_31);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_32 = DisplayObject_get_onTouchMove_m7F117ED262A2AD8DB6018AFA16391A4741781F17(L_31, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_33 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_33, __this, (intptr_t)((intptr_t)ScrollPane___touchMove_m8010B73BE53BEC23FD44A9F02E2A2803088DF35D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_32);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_32, L_33, /*hidden argument*/NULL);
// _owner.rootContainer.onTouchEnd.Add(__touchEnd);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_34 = __this->get__owner_51();
NullCheck(L_34);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_35 = GComponent_get_rootContainer_mC1F22290CB1E11F143C85DCC2A2D264608EDEB54_inline(L_34, /*hidden argument*/NULL);
NullCheck(L_35);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_36 = DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC(L_35, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_37 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_37, __this, (intptr_t)((intptr_t)ScrollPane___touchEnd_m5EDF3EC98719DABA1515147B88AD8CF4F135F443_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_36);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_36, L_37, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::Setup(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_Setup_m9212A8C71B263A54852127A2192F18026FAE5199 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_Setup_m9212A8C71B263A54852127A2192F18026FAE5199_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
String_t* V_5 = NULL;
String_t* V_6 = NULL;
String_t* V_7 = NULL;
String_t* G_B20_0 = NULL;
String_t* G_B29_0 = NULL;
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * G_B52_0 = NULL;
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * G_B50_0 = NULL;
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * G_B51_0 = NULL;
int32_t G_B53_0 = 0;
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * G_B53_1 = NULL;
{
// _scrollType = (ScrollType)buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
NullCheck(L_0);
uint8_t L_1 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_0, /*hidden argument*/NULL);
__this->set__scrollType_3(L_1);
// ScrollBarDisplayType scrollBarDisplay = (ScrollBarDisplayType)buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_2 = ___buffer0;
NullCheck(L_2);
uint8_t L_3 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// int flags = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_4 = ___buffer0;
NullCheck(L_4);
int32_t L_5 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_4, /*hidden argument*/NULL);
V_1 = L_5;
// if (buffer.ReadBool())
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_6 = ___buffer0;
NullCheck(L_6);
bool L_7 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0066;
}
}
{
// _scrollBarMargin.top = buffer.ReadInt();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_8 = __this->get_address_of__scrollBarMargin_6();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_9 = ___buffer0;
NullCheck(L_9);
int32_t L_10 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_9, /*hidden argument*/NULL);
L_8->set_top_2(L_10);
// _scrollBarMargin.bottom = buffer.ReadInt();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_11 = __this->get_address_of__scrollBarMargin_6();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_12 = ___buffer0;
NullCheck(L_12);
int32_t L_13 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_12, /*hidden argument*/NULL);
L_11->set_bottom_3(L_13);
// _scrollBarMargin.left = buffer.ReadInt();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_14 = __this->get_address_of__scrollBarMargin_6();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_15 = ___buffer0;
NullCheck(L_15);
int32_t L_16 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_15, /*hidden argument*/NULL);
L_14->set_left_0(L_16);
// _scrollBarMargin.right = buffer.ReadInt();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_17 = __this->get_address_of__scrollBarMargin_6();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_18 = ___buffer0;
NullCheck(L_18);
int32_t L_19 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_18, /*hidden argument*/NULL);
L_17->set_right_1(L_19);
}
IL_0066:
{
// string vtScrollBarRes = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_20 = ___buffer0;
NullCheck(L_20);
String_t* L_21 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_20, /*hidden argument*/NULL);
V_2 = L_21;
// string hzScrollBarRes = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_22 = ___buffer0;
NullCheck(L_22);
String_t* L_23 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_22, /*hidden argument*/NULL);
V_3 = L_23;
// string headerRes = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_24 = ___buffer0;
NullCheck(L_24);
String_t* L_25 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_24, /*hidden argument*/NULL);
V_4 = L_25;
// string footerRes = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_26 = ___buffer0;
NullCheck(L_26);
String_t* L_27 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_26, /*hidden argument*/NULL);
V_5 = L_27;
// _displayOnLeft = (flags & 1) != 0;
int32_t L_28 = V_1;
__this->set__displayOnLeft_14((bool)((!(((uint32_t)((int32_t)((int32_t)L_28&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0));
// _snapToItem = (flags & 2) != 0;
int32_t L_29 = V_1;
__this->set__snapToItem_15((bool)((!(((uint32_t)((int32_t)((int32_t)L_29&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0));
// _displayInDemand = (flags & 4) != 0;
int32_t L_30 = V_1;
__this->set__displayInDemand_16((bool)((!(((uint32_t)((int32_t)((int32_t)L_30&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0));
// _pageMode = (flags & 8) != 0;
int32_t L_31 = V_1;
__this->set__pageMode_19((bool)((!(((uint32_t)((int32_t)((int32_t)L_31&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0));
// if ((flags & 16) != 0)
int32_t L_32 = V_1;
if (!((int32_t)((int32_t)L_32&(int32_t)((int32_t)16))))
{
goto IL_00c3;
}
}
{
// _touchEffect = true;
__this->set__touchEffect_8((bool)1);
goto IL_00d0;
}
IL_00c3:
{
// else if ((flags & 32) != 0)
int32_t L_33 = V_1;
if (!((int32_t)((int32_t)L_33&(int32_t)((int32_t)32))))
{
goto IL_00d0;
}
}
{
// _touchEffect = false;
__this->set__touchEffect_8((bool)0);
}
IL_00d0:
{
// if ((flags & 64) != 0)
int32_t L_34 = V_1;
if (!((int32_t)((int32_t)L_34&(int32_t)((int32_t)64))))
{
goto IL_00df;
}
}
{
// _bouncebackEffect = true;
__this->set__bouncebackEffect_7((bool)1);
goto IL_00ef;
}
IL_00df:
{
// else if ((flags & 128) != 0)
int32_t L_35 = V_1;
if (!((int32_t)((int32_t)L_35&(int32_t)((int32_t)128))))
{
goto IL_00ef;
}
}
{
// _bouncebackEffect = false;
__this->set__bouncebackEffect_7((bool)0);
}
IL_00ef:
{
// _inertiaDisabled = (flags & 256) != 0;
int32_t L_36 = V_1;
__this->set__inertiaDisabled_21((bool)((!(((uint32_t)((int32_t)((int32_t)L_36&(int32_t)((int32_t)256)))) <= ((uint32_t)0)))? 1 : 0));
// _maskDisabled = (flags & 512) != 0;
int32_t L_37 = V_1;
__this->set__maskDisabled_22((bool)((!(((uint32_t)((int32_t)((int32_t)L_37&(int32_t)((int32_t)512)))) <= ((uint32_t)0)))? 1 : 0));
// if (scrollBarDisplay == ScrollBarDisplayType.Default)
int32_t L_38 = V_0;
if (L_38)
{
goto IL_0123;
}
}
{
// if (Application.isMobilePlatform)
bool L_39 = Application_get_isMobilePlatform_m11B260E344378D2A3CE53FCCA64DAC70F0B783E7(/*hidden argument*/NULL);
if (!L_39)
{
goto IL_011d;
}
}
{
// scrollBarDisplay = ScrollBarDisplayType.Auto;
V_0 = 2;
goto IL_0123;
}
IL_011d:
{
// scrollBarDisplay = UIConfig.defaultScrollBarDisplay;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_40 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultScrollBarDisplay_15();
V_0 = L_40;
}
IL_0123:
{
// if (scrollBarDisplay != ScrollBarDisplayType.Hidden)
int32_t L_41 = V_0;
if ((((int32_t)L_41) == ((int32_t)3)))
{
goto IL_02b7;
}
}
{
// if (_scrollType == ScrollType.Both || _scrollType == ScrollType.Vertical)
int32_t L_42 = __this->get__scrollType_3();
if ((((int32_t)L_42) == ((int32_t)2)))
{
goto IL_013c;
}
}
{
int32_t L_43 = __this->get__scrollType_3();
if ((!(((uint32_t)L_43) == ((uint32_t)1))))
{
goto IL_01a8;
}
}
IL_013c:
{
// string res = vtScrollBarRes != null ? vtScrollBarRes : UIConfig.verticalScrollBar;
String_t* L_44 = V_2;
if (L_44)
{
goto IL_0146;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_45 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_verticalScrollBar_12();
G_B20_0 = L_45;
goto IL_0147;
}
IL_0146:
{
String_t* L_46 = V_2;
G_B20_0 = L_46;
}
IL_0147:
{
V_6 = G_B20_0;
// if (!string.IsNullOrEmpty(res))
String_t* L_47 = V_6;
bool L_48 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_47, /*hidden argument*/NULL);
if (L_48)
{
goto IL_01a8;
}
}
{
// _vtScrollBar = UIPackage.CreateObjectFromURL(res) as GScrollBar;
String_t* L_49 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_50 = UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20(L_49, /*hidden argument*/NULL);
__this->set__vtScrollBar_55(((GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 *)IsInstClass((RuntimeObject*)L_50, GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2_il2cpp_TypeInfo_var)));
// if (_vtScrollBar == null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_51 = __this->get__vtScrollBar_55();
if (L_51)
{
goto IL_017f;
}
}
{
// Debug.LogWarning("FairyGUI: cannot create scrollbar from " + res);
String_t* L_52 = V_6;
String_t* L_53 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral532E44E10FB82EEBC1D183BD23AF2CF20EE22BE2, L_52, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_53, /*hidden argument*/NULL);
goto IL_01a8;
}
IL_017f:
{
// _vtScrollBar.SetScrollPane(this, true);
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_54 = __this->get__vtScrollBar_55();
NullCheck(L_54);
GScrollBar_SetScrollPane_mF71F15258FAA8EC8C2DDFC23DC7FBB186D98988B(L_54, __this, (bool)1, /*hidden argument*/NULL);
// _owner.rootContainer.AddChild(_vtScrollBar.displayObject);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_55 = __this->get__owner_51();
NullCheck(L_55);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_56 = GComponent_get_rootContainer_mC1F22290CB1E11F143C85DCC2A2D264608EDEB54_inline(L_55, /*hidden argument*/NULL);
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_57 = __this->get__vtScrollBar_55();
NullCheck(L_57);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_58 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_57, /*hidden argument*/NULL);
NullCheck(L_56);
Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D(L_56, L_58, /*hidden argument*/NULL);
}
IL_01a8:
{
// if (_scrollType == ScrollType.Both || _scrollType == ScrollType.Horizontal)
int32_t L_59 = __this->get__scrollType_3();
if ((((int32_t)L_59) == ((int32_t)2)))
{
goto IL_01b9;
}
}
{
int32_t L_60 = __this->get__scrollType_3();
if (L_60)
{
goto IL_0225;
}
}
IL_01b9:
{
// string res = hzScrollBarRes != null ? hzScrollBarRes : UIConfig.horizontalScrollBar;
String_t* L_61 = V_3;
if (L_61)
{
goto IL_01c3;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_62 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_horizontalScrollBar_11();
G_B29_0 = L_62;
goto IL_01c4;
}
IL_01c3:
{
String_t* L_63 = V_3;
G_B29_0 = L_63;
}
IL_01c4:
{
V_7 = G_B29_0;
// if (!string.IsNullOrEmpty(res))
String_t* L_64 = V_7;
bool L_65 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_64, /*hidden argument*/NULL);
if (L_65)
{
goto IL_0225;
}
}
{
// _hzScrollBar = UIPackage.CreateObjectFromURL(res) as GScrollBar;
String_t* L_66 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_67 = UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20(L_66, /*hidden argument*/NULL);
__this->set__hzScrollBar_54(((GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 *)IsInstClass((RuntimeObject*)L_67, GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2_il2cpp_TypeInfo_var)));
// if (_hzScrollBar == null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_68 = __this->get__hzScrollBar_54();
if (L_68)
{
goto IL_01fc;
}
}
{
// Debug.LogWarning("FairyGUI: cannot create scrollbar from " + res);
String_t* L_69 = V_7;
String_t* L_70 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral532E44E10FB82EEBC1D183BD23AF2CF20EE22BE2, L_69, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_70, /*hidden argument*/NULL);
goto IL_0225;
}
IL_01fc:
{
// _hzScrollBar.SetScrollPane(this, false);
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_71 = __this->get__hzScrollBar_54();
NullCheck(L_71);
GScrollBar_SetScrollPane_mF71F15258FAA8EC8C2DDFC23DC7FBB186D98988B(L_71, __this, (bool)0, /*hidden argument*/NULL);
// _owner.rootContainer.AddChild(_hzScrollBar.displayObject);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_72 = __this->get__owner_51();
NullCheck(L_72);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_73 = GComponent_get_rootContainer_mC1F22290CB1E11F143C85DCC2A2D264608EDEB54_inline(L_72, /*hidden argument*/NULL);
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_74 = __this->get__hzScrollBar_54();
NullCheck(L_74);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_75 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_74, /*hidden argument*/NULL);
NullCheck(L_73);
Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D(L_73, L_75, /*hidden argument*/NULL);
}
IL_0225:
{
// _scrollBarDisplayAuto = scrollBarDisplay == ScrollBarDisplayType.Auto;
int32_t L_76 = V_0;
__this->set__scrollBarDisplayAuto_9((bool)((((int32_t)L_76) == ((int32_t)2))? 1 : 0));
// if (_scrollBarDisplayAuto)
bool L_77 = __this->get__scrollBarDisplayAuto_9();
if (!L_77)
{
goto IL_02be;
}
}
{
// if (_vtScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_78 = __this->get__vtScrollBar_55();
if (!L_78)
{
goto IL_0253;
}
}
{
// _vtScrollBar.displayObject.visible = false;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_79 = __this->get__vtScrollBar_55();
NullCheck(L_79);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_80 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_79, /*hidden argument*/NULL);
NullCheck(L_80);
DisplayObject_set_visible_m73F09F8DD88AC922D0AFA8EC89DB69A44C2B634C(L_80, (bool)0, /*hidden argument*/NULL);
}
IL_0253:
{
// if (_hzScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_81 = __this->get__hzScrollBar_54();
if (!L_81)
{
goto IL_026c;
}
}
{
// _hzScrollBar.displayObject.visible = false;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_82 = __this->get__hzScrollBar_54();
NullCheck(L_82);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_83 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_82, /*hidden argument*/NULL);
NullCheck(L_83);
DisplayObject_set_visible_m73F09F8DD88AC922D0AFA8EC89DB69A44C2B634C(L_83, (bool)0, /*hidden argument*/NULL);
}
IL_026c:
{
// _scrollBarVisible = false;
__this->set__scrollBarVisible_39((bool)0);
// _owner.rootContainer.onRollOver.Add(__rollOver);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_84 = __this->get__owner_51();
NullCheck(L_84);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_85 = GComponent_get_rootContainer_mC1F22290CB1E11F143C85DCC2A2D264608EDEB54_inline(L_84, /*hidden argument*/NULL);
NullCheck(L_85);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_86 = DisplayObject_get_onRollOver_m111E9DEB8F948748A238F24304FA917FB60B1C3B(L_85, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_87 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_87, __this, (intptr_t)((intptr_t)ScrollPane___rollOver_m7195EE290A4A00B2126A4F67D0318E2A490E0AF6_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_86);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_86, L_87, /*hidden argument*/NULL);
// _owner.rootContainer.onRollOut.Add(__rollOut);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_88 = __this->get__owner_51();
NullCheck(L_88);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_89 = GComponent_get_rootContainer_mC1F22290CB1E11F143C85DCC2A2D264608EDEB54_inline(L_88, /*hidden argument*/NULL);
NullCheck(L_89);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_90 = DisplayObject_get_onRollOut_mF5E8ADC68F9D9681320261FD482A529927D9F9A2(L_89, /*hidden argument*/NULL);
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_91 = (EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)il2cpp_codegen_object_new(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var);
EventCallback0__ctor_m645D7A733ACDE4804F513CF4155B1C7EF0108CFD(L_91, __this, (intptr_t)((intptr_t)ScrollPane___rollOut_mF3968CD5B5A73D2E1A5262BA11DE76D532A22172_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_90);
EventListener_Add_mF82EDB66E26F522C8F27FEACED28ACA5CF559A3C(L_90, L_91, /*hidden argument*/NULL);
// }
goto IL_02be;
}
IL_02b7:
{
// _mouseWheelEnabled = false;
__this->set__mouseWheelEnabled_17((bool)0);
}
IL_02be:
{
// if (Application.isPlaying)
bool L_92 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_92)
{
goto IL_0352;
}
}
{
// if (headerRes != null)
String_t* L_93 = V_4;
if (!L_93)
{
goto IL_02f7;
}
}
{
// _header = (GComponent)UIPackage.CreateObjectFromURL(headerRes);
String_t* L_94 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_95 = UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20(L_94, /*hidden argument*/NULL);
__this->set__header_56(((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_95, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)));
// if (_header == null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_96 = __this->get__header_56();
if (L_96)
{
goto IL_02f7;
}
}
{
// Debug.LogWarning("FairyGUI: cannot create scrollPane header from " + headerRes);
String_t* L_97 = V_4;
String_t* L_98 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral37EF58FB27A4F610778E4C0991FB34136DF50C1E, L_97, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_98, /*hidden argument*/NULL);
}
IL_02f7:
{
// if (footerRes != null)
String_t* L_99 = V_5;
if (!L_99)
{
goto IL_0326;
}
}
{
// _footer = (GComponent)UIPackage.CreateObjectFromURL(footerRes);
String_t* L_100 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_101 = UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20(L_100, /*hidden argument*/NULL);
__this->set__footer_57(((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)CastclassClass((RuntimeObject*)L_101, GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var)));
// if (_footer == null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_102 = __this->get__footer_57();
if (L_102)
{
goto IL_0326;
}
}
{
// Debug.LogWarning("FairyGUI: cannot create scrollPane footer from " + footerRes);
String_t* L_103 = V_5;
String_t* L_104 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral54DFDFF405886EF09F4F9BC0485D412EE82DD253, L_103, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_104, /*hidden argument*/NULL);
}
IL_0326:
{
// if (_header != null || _footer != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_105 = __this->get__header_56();
if (L_105)
{
goto IL_0336;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_106 = __this->get__footer_57();
if (!L_106)
{
goto IL_0352;
}
}
IL_0336:
{
// _refreshBarAxis = (_scrollType == ScrollType.Both || _scrollType == ScrollType.Vertical) ? 1 : 0;
int32_t L_107 = __this->get__scrollType_3();
G_B50_0 = __this;
if ((((int32_t)L_107) == ((int32_t)2)))
{
G_B52_0 = __this;
goto IL_034c;
}
}
{
int32_t L_108 = __this->get__scrollType_3();
G_B51_0 = G_B50_0;
if ((((int32_t)L_108) == ((int32_t)1)))
{
G_B52_0 = G_B50_0;
goto IL_034c;
}
}
{
G_B53_0 = 0;
G_B53_1 = G_B51_0;
goto IL_034d;
}
IL_034c:
{
G_B53_0 = 1;
G_B53_1 = G_B52_0;
}
IL_034d:
{
NullCheck(G_B53_1);
G_B53_1->set__refreshBarAxis_13(G_B53_0);
}
IL_0352:
{
// if (!_maskDisabled && (_vtScrollBar != null || _hzScrollBar != null))
bool L_109 = __this->get__maskDisabled_22();
if (L_109)
{
goto IL_03a4;
}
}
{
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_110 = __this->get__vtScrollBar_55();
if (L_110)
{
goto IL_036a;
}
}
{
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_111 = __this->get__hzScrollBar_54();
if (!L_111)
{
goto IL_03a4;
}
}
IL_036a:
{
// _owner.rootContainer.clipRect = new Rect(0, 0, _owner.width, _owner.height);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_112 = __this->get__owner_51();
NullCheck(L_112);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_113 = GComponent_get_rootContainer_mC1F22290CB1E11F143C85DCC2A2D264608EDEB54_inline(L_112, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_114 = __this->get__owner_51();
NullCheck(L_114);
float L_115 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_114, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_116 = __this->get__owner_51();
NullCheck(L_116);
float L_117 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_116, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_118;
memset((&L_118), 0, sizeof(L_118));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_118), (0.0f), (0.0f), L_115, L_117, /*hidden argument*/NULL);
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_119;
memset((&L_119), 0, sizeof(L_119));
Nullable_1__ctor_m14C234510865CCF1E3E4D08CDA1D48604738D516((&L_119), L_118, /*hidden argument*/Nullable_1__ctor_m14C234510865CCF1E3E4D08CDA1D48604738D516_RuntimeMethod_var);
NullCheck(L_113);
Container_set_clipRect_m3C7AE339EAE5F50FBF5C8FC23F4A005BC5038B7D(L_113, L_119, /*hidden argument*/NULL);
}
IL_03a4:
{
// SetSize(owner.width, owner.height);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_120 = ScrollPane_get_owner_m187D383F3DA6B083DD79A895A27769C04E9244EC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_120);
float L_121 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_120, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_122 = ScrollPane_get_owner_m187D383F3DA6B083DD79A895A27769C04E9244EC_inline(__this, /*hidden argument*/NULL);
NullCheck(L_122);
float L_123 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_122, /*hidden argument*/NULL);
ScrollPane_SetSize_m128D62A27DEADB4DF7F5F36DBCE04F715B89C845(__this, L_121, L_123, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_Dispose_mB959D87A201EFF00FE74D1D282540520CD1195E5 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_Dispose_mB959D87A201EFF00FE74D1D282540520CD1195E5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// RemoveEventListeners();
EventDispatcher_RemoveEventListeners_mD42A57F23130CA8489B9343A9DB734111098568E(__this, /*hidden argument*/NULL);
// if (_tweening != 0)
int32_t L_0 = __this->get__tweening_43();
if (!L_0)
{
goto IL_001e;
}
}
{
// Timers.inst.Remove(_tweenUpdateDelegate);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_1 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_2 = __this->get__tweenUpdateDelegate_49();
NullCheck(L_1);
Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9(L_1, L_2, /*hidden argument*/NULL);
}
IL_001e:
{
// if (draggingPane == this)
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_3 = ScrollPane_get_draggingPane_m230992ABE2213E9E83F539A00E1F7DA44BC864B4_inline(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE *)L_3) == ((RuntimeObject*)(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE *)__this))))
{
goto IL_002c;
}
}
{
// draggingPane = null;
ScrollPane_set_draggingPane_mA6D164EFBF8EAAF81AA87657DCE8DD3ACB13509A_inline((ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE *)NULL, /*hidden argument*/NULL);
}
IL_002c:
{
// _pageController = null;
__this->set__pageController_58((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)NULL);
// if (_hzScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_4 = __this->get__hzScrollBar_54();
if (!L_4)
{
goto IL_0046;
}
}
{
// _hzScrollBar.Dispose();
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_5 = __this->get__hzScrollBar_54();
NullCheck(L_5);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_5);
}
IL_0046:
{
// if (_vtScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_6 = __this->get__vtScrollBar_55();
if (!L_6)
{
goto IL_0059;
}
}
{
// _vtScrollBar.Dispose();
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_7 = __this->get__vtScrollBar_55();
NullCheck(L_7);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_7);
}
IL_0059:
{
// if (_header != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_8 = __this->get__header_56();
if (!L_8)
{
goto IL_006c;
}
}
{
// _header.Dispose();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_9 = __this->get__header_56();
NullCheck(L_9);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_9);
}
IL_006c:
{
// if (_footer != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_10 = __this->get__footer_57();
if (!L_10)
{
goto IL_007f;
}
}
{
// _footer.Dispose();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_11 = __this->get__footer_57();
NullCheck(L_11);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_11);
}
IL_007f:
{
// }
return;
}
}
// FairyGUI.EventListener FairyGUI.ScrollPane::get_onScroll()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ScrollPane_get_onScroll_mD2E553A569AFD667003BF5410F058EEAF0B858A7 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_get_onScroll_mD2E553A569AFD667003BF5410F058EEAF0B858A7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onScroll ?? (_onScroll = new EventListener(this, "onScroll")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onScroll_59();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteral45F375828326A11F8904529DE05D20043ABA1653, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onScroll_59(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.ScrollPane::get_onScrollEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ScrollPane_get_onScrollEnd_m22DCC477C883AFA069FB0D59E45E0F637FA74E18 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_get_onScrollEnd_m22DCC477C883AFA069FB0D59E45E0F637FA74E18_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onScrollEnd ?? (_onScrollEnd = new EventListener(this, "onScrollEnd")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onScrollEnd_60();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteralE6FF467F4ACD4DBAB7EC62A2696D9939328068A8, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onScrollEnd_60(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.ScrollPane::get_onPullDownRelease()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ScrollPane_get_onPullDownRelease_m8922AB756B13CA5CD5C9A9615676B29AE42AB5F5 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_get_onPullDownRelease_m8922AB756B13CA5CD5C9A9615676B29AE42AB5F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onPullDownRelease ?? (_onPullDownRelease = new EventListener(this, "onPullDownRelease")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onPullDownRelease_61();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteralBB907F5CCE90837F484F998069B8288F5F4850AD, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onPullDownRelease_61(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.ScrollPane::get_onPullUpRelease()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ScrollPane_get_onPullUpRelease_m967B9C14FD7DC44C744677519DCF56CDD99C770C (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_get_onPullUpRelease_m967B9C14FD7DC44C744677519DCF56CDD99C770C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onPullUpRelease ?? (_onPullUpRelease = new EventListener(this, "onPullUpRelease")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onPullUpRelease_62();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteralF3673896471BA58637AE2716865FBD0BC3360892, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onPullUpRelease_62(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.GComponent FairyGUI.ScrollPane::get_owner()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ScrollPane_get_owner_m187D383F3DA6B083DD79A895A27769C04E9244EC (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _owner; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__owner_51();
return L_0;
}
}
// FairyGUI.GScrollBar FairyGUI.ScrollPane::get_hzScrollBar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * ScrollPane_get_hzScrollBar_m80917B1DDC078A933471539D7C18385FA96E5515 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return this._hzScrollBar; }
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_0 = __this->get__hzScrollBar_54();
return L_0;
}
}
// FairyGUI.GScrollBar FairyGUI.ScrollPane::get_vtScrollBar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * ScrollPane_get_vtScrollBar_m33B2143FCEB56E59FCF723AE0F91C022DF5A88AE (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return this._vtScrollBar; }
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_0 = __this->get__vtScrollBar_55();
return L_0;
}
}
// FairyGUI.GComponent FairyGUI.ScrollPane::get_header()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ScrollPane_get_header_m9097F85E17ED1A1876E49D4C0364CD627DB37327 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _header; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__header_56();
return L_0;
}
}
// FairyGUI.GComponent FairyGUI.ScrollPane::get_footer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ScrollPane_get_footer_m8C165E4F38D2C8D4644B3DC3711D6064F3C54841 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _footer; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__footer_57();
return L_0;
}
}
// System.Boolean FairyGUI.ScrollPane::get_bouncebackEffect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScrollPane_get_bouncebackEffect_mA64CBCF6FF96BAE65BDE0C0FB45D71D815B788CC (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _bouncebackEffect; }
bool L_0 = __this->get__bouncebackEffect_7();
return L_0;
}
}
// System.Void FairyGUI.ScrollPane::set_bouncebackEffect(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_bouncebackEffect_mCCE51E2EC930934DCA4AE896EA71B47A2C6E4BB8 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _bouncebackEffect = value; }
bool L_0 = ___value0;
__this->set__bouncebackEffect_7(L_0);
// set { _bouncebackEffect = value; }
return;
}
}
// System.Boolean FairyGUI.ScrollPane::get_touchEffect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScrollPane_get_touchEffect_m37652EF3A99CB0E34B9D5714895D9F475FCBCA24 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _touchEffect; }
bool L_0 = __this->get__touchEffect_8();
return L_0;
}
}
// System.Void FairyGUI.ScrollPane::set_touchEffect(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_touchEffect_m72B543F41FFA116774CA4D26181E0F70A95FE2BB (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _touchEffect = value; }
bool L_0 = ___value0;
__this->set__touchEffect_8(L_0);
// set { _touchEffect = value; }
return;
}
}
// System.Boolean FairyGUI.ScrollPane::get_inertiaDisabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScrollPane_get_inertiaDisabled_m27D2DF901C703F8E4277F2DC8E6E4E628E264419 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _inertiaDisabled; }
bool L_0 = __this->get__inertiaDisabled_21();
return L_0;
}
}
// System.Void FairyGUI.ScrollPane::set_inertiaDisabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_inertiaDisabled_mAF0B5BEE3C4F7E17632FB53A525513B4089DF603 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _inertiaDisabled = value; }
bool L_0 = ___value0;
__this->set__inertiaDisabled_21(L_0);
// set { _inertiaDisabled = value; }
return;
}
}
// System.Boolean FairyGUI.ScrollPane::get_softnessOnTopOrLeftSide()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScrollPane_get_softnessOnTopOrLeftSide_mD3B3AC2A833586917670EFD76AC53378F3103EB0 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _softnessOnTopOrLeftSide; }
bool L_0 = __this->get__softnessOnTopOrLeftSide_18();
return L_0;
}
}
// System.Void FairyGUI.ScrollPane::set_softnessOnTopOrLeftSide(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_softnessOnTopOrLeftSide_m2E69CA8D6B53265E5058A7B0DA15F0728AB757B8 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _softnessOnTopOrLeftSide = value; }
bool L_0 = ___value0;
__this->set__softnessOnTopOrLeftSide_18(L_0);
// set { _softnessOnTopOrLeftSide = value; }
return;
}
}
// System.Single FairyGUI.ScrollPane::get_scrollStep()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_get_scrollStep_m4C5F62E5B7FB236821844BD1FFB4DA40C8335B77 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _scrollStep; }
float L_0 = __this->get__scrollStep_4();
return L_0;
}
}
// System.Void FairyGUI.ScrollPane::set_scrollStep(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_scrollStep_m098B1B85F2531570E34153298D5B8C5F926DDD8C (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_set_scrollStep_m098B1B85F2531570E34153298D5B8C5F926DDD8C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _scrollStep = value;
float L_0 = ___value0;
__this->set__scrollStep_4(L_0);
// if (_scrollStep == 0)
float L_1 = __this->get__scrollStep_4();
if ((!(((float)L_1) == ((float)(0.0f)))))
{
goto IL_001f;
}
}
{
// _scrollStep = UIConfig.defaultScrollStep;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
float L_2 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultScrollStep_13();
__this->set__scrollStep_4(L_2);
}
IL_001f:
{
// _mouseWheelStep = _scrollStep * 2;
float L_3 = __this->get__scrollStep_4();
__this->set__mouseWheelStep_5(((float)il2cpp_codegen_multiply((float)L_3, (float)(2.0f))));
// }
return;
}
}
// System.Boolean FairyGUI.ScrollPane::get_snapToItem()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScrollPane_get_snapToItem_mA512D30B7192DF1EF516B8E4FF0F9BC49538E537 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _snapToItem; }
bool L_0 = __this->get__snapToItem_15();
return L_0;
}
}
// System.Void FairyGUI.ScrollPane::set_snapToItem(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_snapToItem_m0E52E5E9A24C13F957424BC7F8B34D27E216C2BE (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _snapToItem = value; }
bool L_0 = ___value0;
__this->set__snapToItem_15(L_0);
// set { _snapToItem = value; }
return;
}
}
// System.Boolean FairyGUI.ScrollPane::get_pageMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScrollPane_get_pageMode_mB4D74AD70B82C410F179720DCE616847C22082A5 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _pageMode; }
bool L_0 = __this->get__pageMode_19();
return L_0;
}
}
// System.Void FairyGUI.ScrollPane::set_pageMode(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_pageMode_m309B9490751E95BADD0037E5ACDCBBEF5A6BE849 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _pageMode = value; }
bool L_0 = ___value0;
__this->set__pageMode_19(L_0);
// set { _pageMode = value; }
return;
}
}
// FairyGUI.Controller FairyGUI.ScrollPane::get_pageController()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ScrollPane_get_pageController_mF10B363E2D4BAC03F943FBFA369346BDF3814D80 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _pageController; }
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = __this->get__pageController_58();
return L_0;
}
}
// System.Void FairyGUI.ScrollPane::set_pageController(FairyGUI.Controller)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_pageController_m2E486DB0FB1AAE4825CC3EDB8BC496AA0A6F5F43 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___value0, const RuntimeMethod* method)
{
{
// set { _pageController = value; }
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = ___value0;
__this->set__pageController_58(L_0);
// set { _pageController = value; }
return;
}
}
// System.Boolean FairyGUI.ScrollPane::get_mouseWheelEnabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScrollPane_get_mouseWheelEnabled_m3BD44D5B32AECABA5D63F83F9A87232A671590E7 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _mouseWheelEnabled; }
bool L_0 = __this->get__mouseWheelEnabled_17();
return L_0;
}
}
// System.Void FairyGUI.ScrollPane::set_mouseWheelEnabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_mouseWheelEnabled_mB6CF2C787B41AAC11EE100384F7A126AE392EDC9 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _mouseWheelEnabled = value; }
bool L_0 = ___value0;
__this->set__mouseWheelEnabled_17(L_0);
// set { _mouseWheelEnabled = value; }
return;
}
}
// System.Single FairyGUI.ScrollPane::get_decelerationRate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_get_decelerationRate_m96CED24CB86D83795ABC1DDDDE9C27EC63C8A991 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _decelerationRate; }
float L_0 = __this->get__decelerationRate_23();
return L_0;
}
}
// System.Void FairyGUI.ScrollPane::set_decelerationRate(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_decelerationRate_mCE9341EFCC5965A16BB0C2B32DA4A7D60732FE50 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { _decelerationRate = value; }
float L_0 = ___value0;
__this->set__decelerationRate_23(L_0);
// set { _decelerationRate = value; }
return;
}
}
// System.Single FairyGUI.ScrollPane::get_percX()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_get_percX_m18660F1D451D9345012C8A46D7C7807DF974C3C3 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _overlapSize.x == 0 ? 0 : _xPos / _overlapSize.x; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__overlapSize_28();
float L_1 = L_0->get_x_0();
if ((((float)L_1) == ((float)(0.0f))))
{
goto IL_0025;
}
}
{
float L_2 = __this->get__xPos_24();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_3 = __this->get_address_of__overlapSize_28();
float L_4 = L_3->get_x_0();
return ((float)((float)L_2/(float)L_4));
}
IL_0025:
{
return (0.0f);
}
}
// System.Void FairyGUI.ScrollPane::set_percX(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_percX_m849071320AF7D8B1E4144220DEFDBC51A7C720A8 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { SetPercX(value, false); }
float L_0 = ___value0;
ScrollPane_SetPercX_mCF58EA9333E9F684E3655B00632D3E69931237C6(__this, L_0, (bool)0, /*hidden argument*/NULL);
// set { SetPercX(value, false); }
return;
}
}
// System.Void FairyGUI.ScrollPane::SetPercX(System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SetPercX_mCF58EA9333E9F684E3655B00632D3E69931237C6 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___value0, bool ___ani1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_SetPercX_mCF58EA9333E9F684E3655B00632D3E69931237C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _owner.EnsureBoundsCorrect();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__owner_51();
NullCheck(L_0);
GComponent_EnsureBoundsCorrect_m9998EE31E63FAC769F4377272027C4DCDF95E2A2(L_0, /*hidden argument*/NULL);
// SetPosX(_overlapSize.x * Mathf.Clamp01(value), ani);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_1 = __this->get_address_of__overlapSize_28();
float L_2 = L_1->get_x_0();
float L_3 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_4 = Mathf_Clamp01_m1E5F736941A7E6DC4DBCA88A1E38FE9FBFE0C42B(L_3, /*hidden argument*/NULL);
bool L_5 = ___ani1;
ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30(__this, ((float)il2cpp_codegen_multiply((float)L_2, (float)L_4)), L_5, /*hidden argument*/NULL);
// }
return;
}
}
// System.Single FairyGUI.ScrollPane::get_percY()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_get_percY_mC33B3B18FD9E92D4245E9046E802404AAC8612EB (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _overlapSize.y == 0 ? 0 : _yPos / _overlapSize.y; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__overlapSize_28();
float L_1 = L_0->get_y_1();
if ((((float)L_1) == ((float)(0.0f))))
{
goto IL_0025;
}
}
{
float L_2 = __this->get__yPos_25();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_3 = __this->get_address_of__overlapSize_28();
float L_4 = L_3->get_y_1();
return ((float)((float)L_2/(float)L_4));
}
IL_0025:
{
return (0.0f);
}
}
// System.Void FairyGUI.ScrollPane::set_percY(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_percY_m98E1E92A96F129AFA320FA644BD20E8E7B118A7F (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { SetPercY(value, false); }
float L_0 = ___value0;
ScrollPane_SetPercY_m96AA4A99EC6C1EEA0500E303FCB3DEF675487D67(__this, L_0, (bool)0, /*hidden argument*/NULL);
// set { SetPercY(value, false); }
return;
}
}
// System.Void FairyGUI.ScrollPane::SetPercY(System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SetPercY_m96AA4A99EC6C1EEA0500E303FCB3DEF675487D67 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___value0, bool ___ani1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_SetPercY_m96AA4A99EC6C1EEA0500E303FCB3DEF675487D67_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _owner.EnsureBoundsCorrect();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__owner_51();
NullCheck(L_0);
GComponent_EnsureBoundsCorrect_m9998EE31E63FAC769F4377272027C4DCDF95E2A2(L_0, /*hidden argument*/NULL);
// SetPosY(_overlapSize.y * Mathf.Clamp01(value), ani);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_1 = __this->get_address_of__overlapSize_28();
float L_2 = L_1->get_y_1();
float L_3 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_4 = Mathf_Clamp01_m1E5F736941A7E6DC4DBCA88A1E38FE9FBFE0C42B(L_3, /*hidden argument*/NULL);
bool L_5 = ___ani1;
ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270(__this, ((float)il2cpp_codegen_multiply((float)L_2, (float)L_4)), L_5, /*hidden argument*/NULL);
// }
return;
}
}
// System.Single FairyGUI.ScrollPane::get_posX()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_get_posX_m3CDFEBA9E948066493053148C9E9D541C19C5579 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _xPos; }
float L_0 = __this->get__xPos_24();
return L_0;
}
}
// System.Void FairyGUI.ScrollPane::set_posX(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_posX_m87336B644EC7FBA85929EB76BD1BF4838DD73859 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { SetPosX(value, false); }
float L_0 = ___value0;
ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30(__this, L_0, (bool)0, /*hidden argument*/NULL);
// set { SetPosX(value, false); }
return;
}
}
// System.Void FairyGUI.ScrollPane::SetPosX(System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___value0, bool ___ani1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _owner.EnsureBoundsCorrect();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__owner_51();
NullCheck(L_0);
GComponent_EnsureBoundsCorrect_m9998EE31E63FAC769F4377272027C4DCDF95E2A2(L_0, /*hidden argument*/NULL);
// if (_loop == 1)
int32_t L_1 = __this->get__loop_40();
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_001d;
}
}
{
// LoopCheckingNewPos(ref value, 0);
ScrollPane_LoopCheckingNewPos_mA80756C95EFADD5D0B6495C5AC0494B69EEC032B(__this, (float*)(&___value0), 0, /*hidden argument*/NULL);
}
IL_001d:
{
// value = Mathf.Clamp(value, 0, _overlapSize.x);
float L_2 = ___value0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_3 = __this->get_address_of__overlapSize_28();
float L_4 = L_3->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_5 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(L_2, (0.0f), L_4, /*hidden argument*/NULL);
___value0 = L_5;
// if (value != _xPos)
float L_6 = ___value0;
float L_7 = __this->get__xPos_24();
if ((((float)L_6) == ((float)L_7)))
{
goto IL_004c;
}
}
{
// _xPos = value;
float L_8 = ___value0;
__this->set__xPos_24(L_8);
// PosChanged(ani);
bool L_9 = ___ani1;
ScrollPane_PosChanged_mA1DE1B4F15A4FF153A13F48376C51C81FC7F66D3(__this, L_9, /*hidden argument*/NULL);
}
IL_004c:
{
// }
return;
}
}
// System.Single FairyGUI.ScrollPane::get_posY()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_get_posY_m848F90B5DB3154E5BBA386557E0693B2567DEDF4 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _yPos; }
float L_0 = __this->get__yPos_25();
return L_0;
}
}
// 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)
{
{
// set { SetPosY(value, false); }
float L_0 = ___value0;
ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270(__this, L_0, (bool)0, /*hidden argument*/NULL);
// set { SetPosY(value, false); }
return;
}
}
// System.Void FairyGUI.ScrollPane::SetPosY(System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___value0, bool ___ani1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _owner.EnsureBoundsCorrect();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__owner_51();
NullCheck(L_0);
GComponent_EnsureBoundsCorrect_m9998EE31E63FAC769F4377272027C4DCDF95E2A2(L_0, /*hidden argument*/NULL);
// if (_loop == 2)
int32_t L_1 = __this->get__loop_40();
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
{
goto IL_001d;
}
}
{
// LoopCheckingNewPos(ref value, 1);
ScrollPane_LoopCheckingNewPos_mA80756C95EFADD5D0B6495C5AC0494B69EEC032B(__this, (float*)(&___value0), 1, /*hidden argument*/NULL);
}
IL_001d:
{
// value = Mathf.Clamp(value, 0, _overlapSize.y);
float L_2 = ___value0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_3 = __this->get_address_of__overlapSize_28();
float L_4 = L_3->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_5 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(L_2, (0.0f), L_4, /*hidden argument*/NULL);
___value0 = L_5;
// if (value != _yPos)
float L_6 = ___value0;
float L_7 = __this->get__yPos_25();
if ((((float)L_6) == ((float)L_7)))
{
goto IL_004c;
}
}
{
// _yPos = value;
float L_8 = ___value0;
__this->set__yPos_25(L_8);
// PosChanged(ani);
bool L_9 = ___ani1;
ScrollPane_PosChanged_mA1DE1B4F15A4FF153A13F48376C51C81FC7F66D3(__this, L_9, /*hidden argument*/NULL);
}
IL_004c:
{
// }
return;
}
}
// System.Boolean FairyGUI.ScrollPane::get_isBottomMost()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScrollPane_get_isBottomMost_m638208C88982D7C5490C7797F04E2510A1EED12A (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _yPos == _overlapSize.y || _overlapSize.y == 0; }
float L_0 = __this->get__yPos_25();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_1 = __this->get_address_of__overlapSize_28();
float L_2 = L_1->get_y_1();
if ((((float)L_0) == ((float)L_2)))
{
goto IL_0026;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_3 = __this->get_address_of__overlapSize_28();
float L_4 = L_3->get_y_1();
return (bool)((((float)L_4) == ((float)(0.0f)))? 1 : 0);
}
IL_0026:
{
return (bool)1;
}
}
// System.Boolean FairyGUI.ScrollPane::get_isRightMost()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScrollPane_get_isRightMost_m7621488F4AA856BEE3ACBCF63F8DA8CD848DD9A7 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _xPos == _overlapSize.x || _overlapSize.x == 0; }
float L_0 = __this->get__xPos_24();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_1 = __this->get_address_of__overlapSize_28();
float L_2 = L_1->get_x_0();
if ((((float)L_0) == ((float)L_2)))
{
goto IL_0026;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_3 = __this->get_address_of__overlapSize_28();
float L_4 = L_3->get_x_0();
return (bool)((((float)L_4) == ((float)(0.0f)))? 1 : 0);
}
IL_0026:
{
return (bool)1;
}
}
// System.Int32 FairyGUI.ScrollPane::get_currentPageX()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ScrollPane_get_currentPageX_m458B1DFCB254891774D0999E29849D79B50CB2ED (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_get_currentPageX_m458B1DFCB254891774D0999E29849D79B50CB2ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (!_pageMode)
bool L_0 = __this->get__pageMode_19();
if (L_0)
{
goto IL_000a;
}
}
{
// return 0;
return 0;
}
IL_000a:
{
// int page = Mathf.FloorToInt(_xPos / _pageSize.x);
float L_1 = __this->get__xPos_24();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = __this->get_address_of__pageSize_20();
float L_3 = L_2->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_4 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)((float)L_1/(float)L_3)), /*hidden argument*/NULL);
V_0 = L_4;
// if (_xPos - page * _pageSize.x > _pageSize.x * 0.5f)
float L_5 = __this->get__xPos_24();
int32_t L_6 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_7 = __this->get_address_of__pageSize_20();
float L_8 = L_7->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_9 = __this->get_address_of__pageSize_20();
float L_10 = L_9->get_x_0();
if ((!(((float)((float)il2cpp_codegen_subtract((float)L_5, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_6))), (float)L_8))))) > ((float)((float)il2cpp_codegen_multiply((float)L_10, (float)(0.5f)))))))
{
goto IL_004e;
}
}
{
// page++;
int32_t L_11 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_004e:
{
// return page;
int32_t L_12 = V_0;
return L_12;
}
}
// System.Void FairyGUI.ScrollPane::set_currentPageX(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_currentPageX_m303ADC9A1BF4D7415E9932C805AB2C25093D16DC (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// if (!_pageMode)
bool L_0 = __this->get__pageMode_19();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// if (_overlapSize.x > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_1 = __this->get_address_of__overlapSize_28();
float L_2 = L_1->get_x_0();
if ((!(((float)L_2) > ((float)(0.0f)))))
{
goto IL_0030;
}
}
{
// this.SetPosX(value * _pageSize.x, false);
int32_t L_3 = ___value0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_4 = __this->get_address_of__pageSize_20();
float L_5 = L_4->get_x_0();
ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30(__this, ((float)il2cpp_codegen_multiply((float)(((float)((float)L_3))), (float)L_5)), (bool)0, /*hidden argument*/NULL);
}
IL_0030:
{
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::SetCurrentPageX(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SetCurrentPageX_m2779AF2EBC4397743004CD8DDC2F8F2FCED02FC7 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, int32_t ___value0, bool ___ani1, const RuntimeMethod* method)
{
{
// if (_overlapSize.x > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__overlapSize_28();
float L_1 = L_0->get_x_0();
if ((!(((float)L_1) > ((float)(0.0f)))))
{
goto IL_0027;
}
}
{
// this.SetPosX(value * _pageSize.x, ani);
int32_t L_2 = ___value0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_3 = __this->get_address_of__pageSize_20();
float L_4 = L_3->get_x_0();
bool L_5 = ___ani1;
ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30(__this, ((float)il2cpp_codegen_multiply((float)(((float)((float)L_2))), (float)L_4)), L_5, /*hidden argument*/NULL);
}
IL_0027:
{
// }
return;
}
}
// System.Int32 FairyGUI.ScrollPane::get_currentPageY()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ScrollPane_get_currentPageY_m0799CFD622C420DBFF14D4C33AA782529594AFF3 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_get_currentPageY_m0799CFD622C420DBFF14D4C33AA782529594AFF3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (!_pageMode)
bool L_0 = __this->get__pageMode_19();
if (L_0)
{
goto IL_000a;
}
}
{
// return 0;
return 0;
}
IL_000a:
{
// int page = Mathf.FloorToInt(_yPos / _pageSize.y);
float L_1 = __this->get__yPos_25();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = __this->get_address_of__pageSize_20();
float L_3 = L_2->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_4 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)((float)L_1/(float)L_3)), /*hidden argument*/NULL);
V_0 = L_4;
// if (_yPos - page * _pageSize.y > _pageSize.y * 0.5f)
float L_5 = __this->get__yPos_25();
int32_t L_6 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_7 = __this->get_address_of__pageSize_20();
float L_8 = L_7->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_9 = __this->get_address_of__pageSize_20();
float L_10 = L_9->get_y_1();
if ((!(((float)((float)il2cpp_codegen_subtract((float)L_5, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_6))), (float)L_8))))) > ((float)((float)il2cpp_codegen_multiply((float)L_10, (float)(0.5f)))))))
{
goto IL_004e;
}
}
{
// page++;
int32_t L_11 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_004e:
{
// return page;
int32_t L_12 = V_0;
return L_12;
}
}
// System.Void FairyGUI.ScrollPane::set_currentPageY(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_currentPageY_m2AC1CCE862327653ED2339E964CD7BC1B0169A6C (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// if (_overlapSize.y > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__overlapSize_28();
float L_1 = L_0->get_y_1();
if ((!(((float)L_1) > ((float)(0.0f)))))
{
goto IL_0027;
}
}
{
// this.SetPosY(value * _pageSize.y, false);
int32_t L_2 = ___value0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_3 = __this->get_address_of__pageSize_20();
float L_4 = L_3->get_y_1();
ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270(__this, ((float)il2cpp_codegen_multiply((float)(((float)((float)L_2))), (float)L_4)), (bool)0, /*hidden argument*/NULL);
}
IL_0027:
{
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::SetCurrentPageY(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SetCurrentPageY_mA0DE2322BB791A17977FBFA2F079B932E06F7F73 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, int32_t ___value0, bool ___ani1, const RuntimeMethod* method)
{
{
// if (_overlapSize.y > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__overlapSize_28();
float L_1 = L_0->get_y_1();
if ((!(((float)L_1) > ((float)(0.0f)))))
{
goto IL_0027;
}
}
{
// this.SetPosY(value * _pageSize.y, ani);
int32_t L_2 = ___value0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_3 = __this->get_address_of__pageSize_20();
float L_4 = L_3->get_y_1();
bool L_5 = ___ani1;
ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270(__this, ((float)il2cpp_codegen_multiply((float)(((float)((float)L_2))), (float)L_4)), L_5, /*hidden argument*/NULL);
}
IL_0027:
{
// }
return;
}
}
// System.Single FairyGUI.ScrollPane::get_scrollingPosX()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_get_scrollingPosX_mB951A38934ED55486264BC9FB223C9632585B5B3 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_get_scrollingPosX_mB951A38934ED55486264BC9FB223C9632585B5B3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return Mathf.Clamp(-_container.x, 0, _overlapSize.x);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = __this->get__container_53();
NullCheck(L_0);
float L_1 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_0, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = __this->get_address_of__overlapSize_28();
float L_3 = L_2->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_4 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(((-L_1)), (0.0f), L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Single FairyGUI.ScrollPane::get_scrollingPosY()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_get_scrollingPosY_m3FD374B0E3E9C3DA57F74C4D5B1B1EB709ADC7D8 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_get_scrollingPosY_m3FD374B0E3E9C3DA57F74C4D5B1B1EB709ADC7D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return Mathf.Clamp(-_container.y, 0, _overlapSize.y);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = __this->get__container_53();
NullCheck(L_0);
float L_1 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_0, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = __this->get_address_of__overlapSize_28();
float L_3 = L_2->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_4 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(((-L_1)), (0.0f), L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Single FairyGUI.ScrollPane::get_contentWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_get_contentWidth_mA9CF5210D30D339276E5071AB6E54CB93D6E81D3 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// return _contentSize.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__contentSize_27();
float L_1 = L_0->get_x_0();
return L_1;
}
}
// System.Single FairyGUI.ScrollPane::get_contentHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_get_contentHeight_mA3FEBEABCA3CAEAC41B47EC7FAFD8125BDB691A4 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// return _contentSize.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__contentSize_27();
float L_1 = L_0->get_y_1();
return L_1;
}
}
// System.Single FairyGUI.ScrollPane::get_viewWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_get_viewWidth_mBC8C5636149B6B5613EC0533937CECAEEE3592B3 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _viewSize.x; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__viewSize_26();
float L_1 = L_0->get_x_0();
return L_1;
}
}
// System.Void FairyGUI.ScrollPane::set_viewWidth(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_viewWidth_mAEBFC88F09A344C96F88C46221B0F09267A7F10F (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___value0, const RuntimeMethod* method)
{
{
// value = value + _owner.margin.left + _owner.margin.right;
float L_0 = ___value0;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = __this->get__owner_51();
NullCheck(L_1);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_2 = GComponent_get_margin_m7BB826399501BC9771D7BCFA31731F40D7CD7154_inline(L_1, /*hidden argument*/NULL);
int32_t L_3 = L_2.get_left_0();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = __this->get__owner_51();
NullCheck(L_4);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_5 = GComponent_get_margin_m7BB826399501BC9771D7BCFA31731F40D7CD7154_inline(L_4, /*hidden argument*/NULL);
int32_t L_6 = L_5.get_right_1();
___value0 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_0, (float)(((float)((float)L_3))))), (float)(((float)((float)L_6)))));
// if (_vtScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_7 = __this->get__vtScrollBar_55();
if (!L_7)
{
goto IL_003e;
}
}
{
// value += _vtScrollBar.width;
float L_8 = ___value0;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_9 = __this->get__vtScrollBar_55();
NullCheck(L_9);
float L_10 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_9, /*hidden argument*/NULL);
___value0 = ((float)il2cpp_codegen_add((float)L_8, (float)L_10));
}
IL_003e:
{
// _owner.width = value;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_11 = __this->get__owner_51();
float L_12 = ___value0;
NullCheck(L_11);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_11, L_12, /*hidden argument*/NULL);
// }
return;
}
}
// System.Single FairyGUI.ScrollPane::get_viewHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_get_viewHeight_m26225904DA2D3F478FA9EFF9C04A05ED9EBEF301 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _viewSize.y; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__viewSize_26();
float L_1 = L_0->get_y_1();
return L_1;
}
}
// System.Void FairyGUI.ScrollPane::set_viewHeight(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_set_viewHeight_m95CED2CFA6F14569AC71E5085A66D461523FF3FD (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___value0, const RuntimeMethod* method)
{
{
// value = value + _owner.margin.top + _owner.margin.bottom;
float L_0 = ___value0;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = __this->get__owner_51();
NullCheck(L_1);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_2 = GComponent_get_margin_m7BB826399501BC9771D7BCFA31731F40D7CD7154_inline(L_1, /*hidden argument*/NULL);
int32_t L_3 = L_2.get_top_2();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = __this->get__owner_51();
NullCheck(L_4);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_5 = GComponent_get_margin_m7BB826399501BC9771D7BCFA31731F40D7CD7154_inline(L_4, /*hidden argument*/NULL);
int32_t L_6 = L_5.get_bottom_3();
___value0 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_0, (float)(((float)((float)L_3))))), (float)(((float)((float)L_6)))));
// if (_hzScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_7 = __this->get__hzScrollBar_54();
if (!L_7)
{
goto IL_003e;
}
}
{
// value += _hzScrollBar.height;
float L_8 = ___value0;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_9 = __this->get__hzScrollBar_54();
NullCheck(L_9);
float L_10 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_9, /*hidden argument*/NULL);
___value0 = ((float)il2cpp_codegen_add((float)L_8, (float)L_10));
}
IL_003e:
{
// _owner.height = value;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_11 = __this->get__owner_51();
float L_12 = ___value0;
NullCheck(L_11);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_11, L_12, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ScrollTop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollTop_mFBECD7069C813F09061AC17F391CC38B06D2044F (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// ScrollTop(false);
ScrollPane_ScrollTop_m8E256D5931AC8E9610E13306A8B20C74EDC9B61E(__this, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ScrollTop(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollTop_m8E256D5931AC8E9610E13306A8B20C74EDC9B61E (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___ani0, const RuntimeMethod* method)
{
{
// this.SetPercY(0, ani);
bool L_0 = ___ani0;
ScrollPane_SetPercY_m96AA4A99EC6C1EEA0500E303FCB3DEF675487D67(__this, (0.0f), L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ScrollBottom()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollBottom_mDCDA9C441F5C6DC7498E49EF2EA96B630720D5C5 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// ScrollBottom(false);
ScrollPane_ScrollBottom_mB025FA923B21A64C57B0A65C43FC462A593EDD1B(__this, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ScrollBottom(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollBottom_mB025FA923B21A64C57B0A65C43FC462A593EDD1B (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___ani0, const RuntimeMethod* method)
{
{
// this.SetPercY(1, ani);
bool L_0 = ___ani0;
ScrollPane_SetPercY_m96AA4A99EC6C1EEA0500E303FCB3DEF675487D67(__this, (1.0f), L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ScrollUp()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollUp_m36AA1BBA48163B5431457FC786716A8D6A8332D2 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// ScrollUp(1, false);
ScrollPane_ScrollUp_m31C19A96A7EC12751580B5193D78EADE3511953F(__this, (1.0f), (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ScrollUp(System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollUp_m31C19A96A7EC12751580B5193D78EADE3511953F (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___ratio0, bool ___ani1, const RuntimeMethod* method)
{
{
// if (_pageMode)
bool L_0 = __this->get__pageMode_19();
if (!L_0)
{
goto IL_0024;
}
}
{
// SetPosY(_yPos - _pageSize.y * ratio, ani);
float L_1 = __this->get__yPos_25();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = __this->get_address_of__pageSize_20();
float L_3 = L_2->get_y_1();
float L_4 = ___ratio0;
bool L_5 = ___ani1;
ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270(__this, ((float)il2cpp_codegen_subtract((float)L_1, (float)((float)il2cpp_codegen_multiply((float)L_3, (float)L_4)))), L_5, /*hidden argument*/NULL);
return;
}
IL_0024:
{
// SetPosY(_yPos - _scrollStep * ratio, ani);
float L_6 = __this->get__yPos_25();
float L_7 = __this->get__scrollStep_4();
float L_8 = ___ratio0;
bool L_9 = ___ani1;
ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270(__this, ((float)il2cpp_codegen_subtract((float)L_6, (float)((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)))), L_9, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ScrollDown()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollDown_mACC8D192CDDC298087D3EAAFCDD399EE2C84A916 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// ScrollDown(1, false);
ScrollPane_ScrollDown_mF1B211E5745370237ED42BC7C50D1703C38DFF6F(__this, (1.0f), (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ScrollDown(System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollDown_mF1B211E5745370237ED42BC7C50D1703C38DFF6F (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___ratio0, bool ___ani1, const RuntimeMethod* method)
{
{
// if (_pageMode)
bool L_0 = __this->get__pageMode_19();
if (!L_0)
{
goto IL_0024;
}
}
{
// SetPosY(_yPos + _pageSize.y * ratio, ani);
float L_1 = __this->get__yPos_25();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = __this->get_address_of__pageSize_20();
float L_3 = L_2->get_y_1();
float L_4 = ___ratio0;
bool L_5 = ___ani1;
ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270(__this, ((float)il2cpp_codegen_add((float)L_1, (float)((float)il2cpp_codegen_multiply((float)L_3, (float)L_4)))), L_5, /*hidden argument*/NULL);
return;
}
IL_0024:
{
// SetPosY(_yPos + _scrollStep * ratio, ani);
float L_6 = __this->get__yPos_25();
float L_7 = __this->get__scrollStep_4();
float L_8 = ___ratio0;
bool L_9 = ___ani1;
ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270(__this, ((float)il2cpp_codegen_add((float)L_6, (float)((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)))), L_9, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ScrollLeft()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollLeft_mB6A1BA6A54EF6185B07E4F91B9F200A8A5ABE1AC (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// ScrollLeft(1, false);
ScrollPane_ScrollLeft_m53A58F876C6FF123B0678C94B7B36D9D4420D4AB(__this, (1.0f), (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ScrollLeft(System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollLeft_m53A58F876C6FF123B0678C94B7B36D9D4420D4AB (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___ratio0, bool ___ani1, const RuntimeMethod* method)
{
{
// if (_pageMode)
bool L_0 = __this->get__pageMode_19();
if (!L_0)
{
goto IL_0024;
}
}
{
// SetPosX(_xPos - _pageSize.x * ratio, ani);
float L_1 = __this->get__xPos_24();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = __this->get_address_of__pageSize_20();
float L_3 = L_2->get_x_0();
float L_4 = ___ratio0;
bool L_5 = ___ani1;
ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30(__this, ((float)il2cpp_codegen_subtract((float)L_1, (float)((float)il2cpp_codegen_multiply((float)L_3, (float)L_4)))), L_5, /*hidden argument*/NULL);
return;
}
IL_0024:
{
// SetPosX(_xPos - _scrollStep * ratio, ani);
float L_6 = __this->get__xPos_24();
float L_7 = __this->get__scrollStep_4();
float L_8 = ___ratio0;
bool L_9 = ___ani1;
ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30(__this, ((float)il2cpp_codegen_subtract((float)L_6, (float)((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)))), L_9, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ScrollRight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollRight_m55B4DD19E036B188C92E966392AB2F84AFB6783D (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// ScrollRight(1, false);
ScrollPane_ScrollRight_m3B9603D442A9348471FD21EA55EC7B9F8FFE0470(__this, (1.0f), (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ScrollRight(System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollRight_m3B9603D442A9348471FD21EA55EC7B9F8FFE0470 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___ratio0, bool ___ani1, const RuntimeMethod* method)
{
{
// if (_pageMode)
bool L_0 = __this->get__pageMode_19();
if (!L_0)
{
goto IL_0024;
}
}
{
// SetPosX(_xPos + _pageSize.x * ratio, ani);
float L_1 = __this->get__xPos_24();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = __this->get_address_of__pageSize_20();
float L_3 = L_2->get_x_0();
float L_4 = ___ratio0;
bool L_5 = ___ani1;
ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30(__this, ((float)il2cpp_codegen_add((float)L_1, (float)((float)il2cpp_codegen_multiply((float)L_3, (float)L_4)))), L_5, /*hidden argument*/NULL);
return;
}
IL_0024:
{
// SetPosX(_xPos + _scrollStep * ratio, ani);
float L_6 = __this->get__xPos_24();
float L_7 = __this->get__scrollStep_4();
float L_8 = ___ratio0;
bool L_9 = ___ani1;
ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30(__this, ((float)il2cpp_codegen_add((float)L_6, (float)((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)))), L_9, /*hidden argument*/NULL);
// }
return;
}
}
// 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)
{
{
// ScrollToView(obj, false);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___obj0;
ScrollPane_ScrollToView_m162524F1D2296311879F04F9745F0A0AA94F6620(__this, L_0, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollToView_m162524F1D2296311879F04F9745F0A0AA94F6620 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___obj0, bool ___ani1, const RuntimeMethod* method)
{
{
// ScrollToView(obj, ani, false);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___obj0;
bool L_1 = ___ani1;
ScrollPane_ScrollToView_m1AFCA8333060733C183BAC0E50BE4F5AF8B1F88C(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ScrollToView(FairyGUI.GObject,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollToView_m1AFCA8333060733C183BAC0E50BE4F5AF8B1F88C (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___obj0, bool ___ani1, bool ___setFirst2, const RuntimeMethod* method)
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// _owner.EnsureBoundsCorrect();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__owner_51();
NullCheck(L_0);
GComponent_EnsureBoundsCorrect_m9998EE31E63FAC769F4377272027C4DCDF95E2A2(L_0, /*hidden argument*/NULL);
// if (_needRefresh)
bool L_1 = __this->get__needRefresh_12();
if (!L_1)
{
goto IL_0019;
}
}
{
// Refresh();
ScrollPane_Refresh_mAEA52EB7506C2380B15F03FBB55582A6E48CDC29(__this, /*hidden argument*/NULL);
}
IL_0019:
{
// Rect rect = new Rect(obj.x, obj.y, obj.width, obj.height);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = ___obj0;
NullCheck(L_2);
float L_3 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_2, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = ___obj0;
NullCheck(L_4);
float L_5 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_4, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = ___obj0;
NullCheck(L_6);
float L_7 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_6, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = ___obj0;
NullCheck(L_8);
float L_9 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_8, /*hidden argument*/NULL);
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), L_3, L_5, L_7, L_9, /*hidden argument*/NULL);
// if (obj.parent != _owner)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = ___obj0;
NullCheck(L_10);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_11 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_10, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_12 = __this->get__owner_51();
if ((((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_11) == ((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_12)))
{
goto IL_0059;
}
}
{
// rect = obj.parent.TransformRect(rect, _owner);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = ___obj0;
NullCheck(L_13);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_14 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_13, /*hidden argument*/NULL);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_15 = V_0;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_16 = __this->get__owner_51();
NullCheck(L_14);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_17 = GObject_TransformRect_mFF83B2E9C4C9E77468AAA855A62196CFE2E0C383(L_14, L_15, L_16, /*hidden argument*/NULL);
V_0 = L_17;
}
IL_0059:
{
// ScrollToView(rect, ani, setFirst);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_18 = V_0;
bool L_19 = ___ani1;
bool L_20 = ___setFirst2;
ScrollPane_ScrollToView_m20BE2E03AE95EA0FB78FBE1D736533858755D844(__this, L_18, L_19, L_20, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ScrollToView(UnityEngine.Rect,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollToView_m20BE2E03AE95EA0FB78FBE1D736533858755D844 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, bool ___ani1, bool ___setFirst2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_ScrollToView_m20BE2E03AE95EA0FB78FBE1D736533858755D844_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
{
// _owner.EnsureBoundsCorrect();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__owner_51();
NullCheck(L_0);
GComponent_EnsureBoundsCorrect_m9998EE31E63FAC769F4377272027C4DCDF95E2A2(L_0, /*hidden argument*/NULL);
// if (_needRefresh)
bool L_1 = __this->get__needRefresh_12();
if (!L_1)
{
goto IL_0019;
}
}
{
// Refresh();
ScrollPane_Refresh_mAEA52EB7506C2380B15F03FBB55582A6E48CDC29(__this, /*hidden argument*/NULL);
}
IL_0019:
{
// if (_overlapSize.y > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = __this->get_address_of__overlapSize_28();
float L_3 = L_2->get_y_1();
if ((!(((float)L_3) > ((float)(0.0f)))))
{
goto IL_0162;
}
}
{
// float bottom = _yPos + _viewSize.y;
float L_4 = __this->get__yPos_25();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_5 = __this->get_address_of__viewSize_26();
float L_6 = L_5->get_y_1();
V_0 = ((float)il2cpp_codegen_add((float)L_4, (float)L_6));
// if (setFirst || rect.y <= _yPos || rect.height >= _viewSize.y)
bool L_7 = ___setFirst2;
if (L_7)
{
goto IL_0067;
}
}
{
float L_8 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
float L_9 = __this->get__yPos_25();
if ((((float)L_8) <= ((float)L_9)))
{
goto IL_0067;
}
}
{
float L_10 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_11 = __this->get_address_of__viewSize_26();
float L_12 = L_11->get_y_1();
if ((!(((float)L_10) >= ((float)L_12))))
{
goto IL_00b2;
}
}
IL_0067:
{
// if (_pageMode)
bool L_13 = __this->get__pageMode_19();
if (!L_13)
{
goto IL_009f;
}
}
{
// this.SetPosY(Mathf.Floor(rect.y / _pageSize.y) * _pageSize.y, ani);
float L_14 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_15 = __this->get_address_of__pageSize_20();
float L_16 = L_15->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_17 = floorf(((float)((float)L_14/(float)L_16)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_18 = __this->get_address_of__pageSize_20();
float L_19 = L_18->get_y_1();
bool L_20 = ___ani1;
ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270(__this, ((float)il2cpp_codegen_multiply((float)L_17, (float)L_19)), L_20, /*hidden argument*/NULL);
goto IL_0162;
}
IL_009f:
{
// SetPosY(rect.y, ani);
float L_21 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
bool L_22 = ___ani1;
ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270(__this, L_21, L_22, /*hidden argument*/NULL);
// }
goto IL_0162;
}
IL_00b2:
{
// else if (rect.y + rect.height > bottom)
float L_23 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
float L_24 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
float L_25 = V_0;
if ((!(((float)((float)il2cpp_codegen_add((float)L_23, (float)L_24))) > ((float)L_25))))
{
goto IL_0162;
}
}
{
// if (_pageMode)
bool L_26 = __this->get__pageMode_19();
if (!L_26)
{
goto IL_00fc;
}
}
{
// this.SetPosY(Mathf.Floor(rect.y / _pageSize.y) * _pageSize.y, ani);
float L_27 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_28 = __this->get_address_of__pageSize_20();
float L_29 = L_28->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_30 = floorf(((float)((float)L_27/(float)L_29)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_31 = __this->get_address_of__pageSize_20();
float L_32 = L_31->get_y_1();
bool L_33 = ___ani1;
ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270(__this, ((float)il2cpp_codegen_multiply((float)L_30, (float)L_32)), L_33, /*hidden argument*/NULL);
goto IL_0162;
}
IL_00fc:
{
// else if (rect.height <= _viewSize.y / 2)
float L_34 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_35 = __this->get_address_of__viewSize_26();
float L_36 = L_35->get_y_1();
if ((!(((float)L_34) <= ((float)((float)((float)L_36/(float)(2.0f)))))))
{
goto IL_0140;
}
}
{
// SetPosY(rect.y + rect.height * 2 - _viewSize.y, ani);
float L_37 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
float L_38 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_39 = __this->get_address_of__viewSize_26();
float L_40 = L_39->get_y_1();
bool L_41 = ___ani1;
ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270(__this, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_37, (float)((float)il2cpp_codegen_multiply((float)L_38, (float)(2.0f))))), (float)L_40)), L_41, /*hidden argument*/NULL);
goto IL_0162;
}
IL_0140:
{
// SetPosY(rect.y + rect.height - _viewSize.y, ani);
float L_42 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
float L_43 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_44 = __this->get_address_of__viewSize_26();
float L_45 = L_44->get_y_1();
bool L_46 = ___ani1;
ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270(__this, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_42, (float)L_43)), (float)L_45)), L_46, /*hidden argument*/NULL);
}
IL_0162:
{
// if (_overlapSize.x > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_47 = __this->get_address_of__overlapSize_28();
float L_48 = L_47->get_x_0();
if ((!(((float)L_48) > ((float)(0.0f)))))
{
goto IL_02a6;
}
}
{
// float right = _xPos + _viewSize.x;
float L_49 = __this->get__xPos_24();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_50 = __this->get_address_of__viewSize_26();
float L_51 = L_50->get_x_0();
V_1 = ((float)il2cpp_codegen_add((float)L_49, (float)L_51));
// if (setFirst || rect.x <= _xPos || rect.width >= _viewSize.x)
bool L_52 = ___setFirst2;
if (L_52)
{
goto IL_01b0;
}
}
{
float L_53 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
float L_54 = __this->get__xPos_24();
if ((((float)L_53) <= ((float)L_54)))
{
goto IL_01b0;
}
}
{
float L_55 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_56 = __this->get_address_of__viewSize_26();
float L_57 = L_56->get_x_0();
if ((!(((float)L_55) >= ((float)L_57))))
{
goto IL_01f6;
}
}
IL_01b0:
{
// if (_pageMode)
bool L_58 = __this->get__pageMode_19();
if (!L_58)
{
goto IL_01e3;
}
}
{
// this.SetPosX(Mathf.Floor(rect.x / _pageSize.x) * _pageSize.x, ani);
float L_59 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_60 = __this->get_address_of__pageSize_20();
float L_61 = L_60->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_62 = floorf(((float)((float)L_59/(float)L_61)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_63 = __this->get_address_of__pageSize_20();
float L_64 = L_63->get_x_0();
bool L_65 = ___ani1;
ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30(__this, ((float)il2cpp_codegen_multiply((float)L_62, (float)L_64)), L_65, /*hidden argument*/NULL);
}
IL_01e3:
{
// SetPosX(rect.x, ani);
float L_66 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
bool L_67 = ___ani1;
ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30(__this, L_66, L_67, /*hidden argument*/NULL);
// }
goto IL_02a6;
}
IL_01f6:
{
// else if (rect.x + rect.width > right)
float L_68 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
float L_69 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
float L_70 = V_1;
if ((!(((float)((float)il2cpp_codegen_add((float)L_68, (float)L_69))) > ((float)L_70))))
{
goto IL_02a6;
}
}
{
// if (_pageMode)
bool L_71 = __this->get__pageMode_19();
if (!L_71)
{
goto IL_0240;
}
}
{
// this.SetPosX(Mathf.Floor(rect.x / _pageSize.x) * _pageSize.x, ani);
float L_72 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_73 = __this->get_address_of__pageSize_20();
float L_74 = L_73->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_75 = floorf(((float)((float)L_72/(float)L_74)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_76 = __this->get_address_of__pageSize_20();
float L_77 = L_76->get_x_0();
bool L_78 = ___ani1;
ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30(__this, ((float)il2cpp_codegen_multiply((float)L_75, (float)L_77)), L_78, /*hidden argument*/NULL);
goto IL_02a6;
}
IL_0240:
{
// else if (rect.width <= _viewSize.x / 2)
float L_79 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_80 = __this->get_address_of__viewSize_26();
float L_81 = L_80->get_x_0();
if ((!(((float)L_79) <= ((float)((float)((float)L_81/(float)(2.0f)))))))
{
goto IL_0284;
}
}
{
// SetPosX(rect.x + rect.width * 2 - _viewSize.x, ani);
float L_82 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
float L_83 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_84 = __this->get_address_of__viewSize_26();
float L_85 = L_84->get_x_0();
bool L_86 = ___ani1;
ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30(__this, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_82, (float)((float)il2cpp_codegen_multiply((float)L_83, (float)(2.0f))))), (float)L_85)), L_86, /*hidden argument*/NULL);
goto IL_02a6;
}
IL_0284:
{
// SetPosX(rect.x + rect.width - _viewSize.x, ani);
float L_87 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
float L_88 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_89 = __this->get_address_of__viewSize_26();
float L_90 = L_89->get_x_0();
bool L_91 = ___ani1;
ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30(__this, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_87, (float)L_88)), (float)L_90)), L_91, /*hidden argument*/NULL);
}
IL_02a6:
{
// if (!ani && _needRefresh)
bool L_92 = ___ani1;
if (L_92)
{
goto IL_02b7;
}
}
{
bool L_93 = __this->get__needRefresh_12();
if (!L_93)
{
goto IL_02b7;
}
}
{
// Refresh();
ScrollPane_Refresh_mAEA52EB7506C2380B15F03FBB55582A6E48CDC29(__this, /*hidden argument*/NULL);
}
IL_02b7:
{
// }
return;
}
}
// System.Boolean FairyGUI.ScrollPane::IsChildInView(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScrollPane_IsChildInView_m1889EEF4A41471ABF037940EE291CDA091577262 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___obj0, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
{
// if (_overlapSize.y > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__overlapSize_28();
float L_1 = L_0->get_y_1();
if ((!(((float)L_1) > ((float)(0.0f)))))
{
goto IL_003f;
}
}
{
// float dist = obj.y + _container.y;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = ___obj0;
NullCheck(L_2);
float L_3 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_2, /*hidden argument*/NULL);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_4 = __this->get__container_53();
NullCheck(L_4);
float L_5 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_4, /*hidden argument*/NULL);
V_0 = ((float)il2cpp_codegen_add((float)L_3, (float)L_5));
// if (dist <= -obj.height || dist >= _viewSize.y)
float L_6 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = ___obj0;
NullCheck(L_7);
float L_8 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_7, /*hidden argument*/NULL);
if ((((float)L_6) <= ((float)((-L_8)))))
{
goto IL_003d;
}
}
{
float L_9 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_10 = __this->get_address_of__viewSize_26();
float L_11 = L_10->get_y_1();
if ((!(((float)L_9) >= ((float)L_11))))
{
goto IL_003f;
}
}
IL_003d:
{
// return false;
return (bool)0;
}
IL_003f:
{
// if (_overlapSize.x > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_12 = __this->get_address_of__overlapSize_28();
float L_13 = L_12->get_x_0();
if ((!(((float)L_13) > ((float)(0.0f)))))
{
goto IL_007e;
}
}
{
// float dist = obj.x + _container.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = ___obj0;
NullCheck(L_14);
float L_15 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_14, /*hidden argument*/NULL);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_16 = __this->get__container_53();
NullCheck(L_16);
float L_17 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_16, /*hidden argument*/NULL);
V_1 = ((float)il2cpp_codegen_add((float)L_15, (float)L_17));
// if (dist <= -obj.width || dist >= _viewSize.x)
float L_18 = V_1;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_19 = ___obj0;
NullCheck(L_19);
float L_20 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_19, /*hidden argument*/NULL);
if ((((float)L_18) <= ((float)((-L_20)))))
{
goto IL_007c;
}
}
{
float L_21 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_22 = __this->get_address_of__viewSize_26();
float L_23 = L_22->get_x_0();
if ((!(((float)L_21) >= ((float)L_23))))
{
goto IL_007e;
}
}
IL_007c:
{
// return false;
return (bool)0;
}
IL_007e:
{
// return true;
return (bool)1;
}
}
// System.Void FairyGUI.ScrollPane::CancelDragging()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_CancelDragging_mADB9ED09B699223060E0CEBC47EC467F38D2A484 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_CancelDragging_mADB9ED09B699223060E0CEBC47EC467F38D2A484_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// Stage.inst.RemoveTouchMonitor(_owner.rootContainer);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = __this->get__owner_51();
NullCheck(L_1);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_2 = GComponent_get_rootContainer_mC1F22290CB1E11F143C85DCC2A2D264608EDEB54_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
Stage_RemoveTouchMonitor_m78197863E10455FA99BB3E6FDF57AAEABA18C447(L_0, L_2, /*hidden argument*/NULL);
// if (draggingPane == this)
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_3 = ScrollPane_get_draggingPane_m230992ABE2213E9E83F539A00E1F7DA44BC864B4_inline(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE *)L_3) == ((RuntimeObject*)(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE *)__this))))
{
goto IL_0023;
}
}
{
// draggingPane = null;
ScrollPane_set_draggingPane_mA6D164EFBF8EAAF81AA87657DCE8DD3ACB13509A_inline((ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE *)NULL, /*hidden argument*/NULL);
}
IL_0023:
{
// _gestureFlag = 0;
((ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields*)il2cpp_codegen_static_fields_for(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_il2cpp_TypeInfo_var))->set__gestureFlag_63(0);
// _isMouseMoved = false;
__this->set__isMouseMoved_36((bool)0);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::LockHeader(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_LockHeader_mEFAC37E4AD3AD942664D81CC1100C4C0163E7AFD (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, int32_t ___size0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_LockHeader_mEFAC37E4AD3AD942664D81CC1100C4C0163E7AFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (_headerLockedSize == size)
int32_t L_0 = __this->get__headerLockedSize_41();
int32_t L_1 = ___size0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
// return;
return;
}
IL_000a:
{
// _headerLockedSize = size;
int32_t L_2 = ___size0;
__this->set__headerLockedSize_41(L_2);
// if (!isDispatching("onPullDownRelease") && _container.xy[_refreshBarAxis] >= 0)
bool L_3 = EventDispatcher_isDispatching_m8519B8CCF9CAE58C5A59351903C13AFEC72173F1(__this, _stringLiteralBB907F5CCE90837F484F998069B8288F5F4850AD, /*hidden argument*/NULL);
if (L_3)
{
goto IL_00be;
}
}
{
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_4 = __this->get__container_53();
NullCheck(L_4);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D(L_4, /*hidden argument*/NULL);
V_0 = L_5;
int32_t L_6 = __this->get__refreshBarAxis_13();
float L_7 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), L_6, /*hidden argument*/NULL);
if ((!(((float)L_7) >= ((float)(0.0f)))))
{
goto IL_00be;
}
}
{
// _tweenStart = _container.xy;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_8 = __this->get__container_53();
NullCheck(L_8);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D(L_8, /*hidden argument*/NULL);
__this->set__tweenStart_44(L_9);
// _tweenChange = Vector2.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
__this->set__tweenChange_45(L_10);
// _tweenChange[_refreshBarAxis] = _headerLockedSize - _tweenStart[_refreshBarAxis];
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_11 = __this->get_address_of__tweenChange_45();
int32_t L_12 = __this->get__refreshBarAxis_13();
int32_t L_13 = __this->get__headerLockedSize_41();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_14 = __this->get_address_of__tweenStart_44();
int32_t L_15 = __this->get__refreshBarAxis_13();
float L_16 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_14, L_15, /*hidden argument*/NULL);
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_11, L_12, ((float)il2cpp_codegen_subtract((float)(((float)((float)L_13))), (float)L_16)), /*hidden argument*/NULL);
// _tweenDuration = new Vector2(TWEEN_TIME_DEFAULT, TWEEN_TIME_DEFAULT);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17;
memset((&L_17), 0, sizeof(L_17));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_17), (0.3f), (0.3f), /*hidden argument*/NULL);
__this->set__tweenDuration_47(L_17);
// _tweenTime = Vector2.zero;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_18 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
__this->set__tweenTime_46(L_18);
// _tweening = 2;
__this->set__tweening_43(2);
// Timers.inst.AddUpdate(_tweenUpdateDelegate);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_19 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_20 = __this->get__tweenUpdateDelegate_49();
NullCheck(L_19);
Timers_AddUpdate_m6A2E170A5A93A75F3A12D3C6C18977E77AB7B6BC(L_19, L_20, /*hidden argument*/NULL);
}
IL_00be:
{
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::LockFooter(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_LockFooter_mD97B71BEE7B7157AD3C40556AF60E1153A288AC1 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, int32_t ___size0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_LockFooter_mD97B71BEE7B7157AD3C40556AF60E1153A288AC1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
float V_1 = 0.0f;
{
// if (_footerLockedSize == size)
int32_t L_0 = __this->get__footerLockedSize_42();
int32_t L_1 = ___size0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000a;
}
}
{
// return;
return;
}
IL_000a:
{
// _footerLockedSize = size;
int32_t L_2 = ___size0;
__this->set__footerLockedSize_42(L_2);
// if (!isDispatching("onPullUpRelease") && _container.xy[_refreshBarAxis] <= -_overlapSize[_refreshBarAxis])
bool L_3 = EventDispatcher_isDispatching_m8519B8CCF9CAE58C5A59351903C13AFEC72173F1(__this, _stringLiteralF3673896471BA58637AE2716865FBD0BC3360892, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0125;
}
}
{
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_4 = __this->get__container_53();
NullCheck(L_4);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D(L_4, /*hidden argument*/NULL);
V_0 = L_5;
int32_t L_6 = __this->get__refreshBarAxis_13();
float L_7 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), L_6, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_8 = __this->get_address_of__overlapSize_28();
int32_t L_9 = __this->get__refreshBarAxis_13();
float L_10 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_8, L_9, /*hidden argument*/NULL);
if ((!(((float)L_7) <= ((float)((-L_10))))))
{
goto IL_0125;
}
}
{
// _tweenStart = _container.xy;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_11 = __this->get__container_53();
NullCheck(L_11);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D(L_11, /*hidden argument*/NULL);
__this->set__tweenStart_44(L_12);
// _tweenChange = Vector2.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
__this->set__tweenChange_45(L_13);
// float max = _overlapSize[_refreshBarAxis];
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_14 = __this->get_address_of__overlapSize_28();
int32_t L_15 = __this->get__refreshBarAxis_13();
float L_16 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_14, L_15, /*hidden argument*/NULL);
V_1 = L_16;
// if (max == 0)
float L_17 = V_1;
if ((!(((float)L_17) == ((float)(0.0f)))))
{
goto IL_00bf;
}
}
{
// max = Mathf.Max(_contentSize[_refreshBarAxis] + _footerLockedSize - _viewSize[_refreshBarAxis], 0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_18 = __this->get_address_of__contentSize_27();
int32_t L_19 = __this->get__refreshBarAxis_13();
float L_20 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_18, L_19, /*hidden argument*/NULL);
int32_t L_21 = __this->get__footerLockedSize_42();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_22 = __this->get_address_of__viewSize_26();
int32_t L_23 = __this->get__refreshBarAxis_13();
float L_24 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_22, L_23, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_25 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_20, (float)(((float)((float)L_21))))), (float)L_24)), (0.0f), /*hidden argument*/NULL);
V_1 = L_25;
goto IL_00c9;
}
IL_00bf:
{
// max += _footerLockedSize;
float L_26 = V_1;
int32_t L_27 = __this->get__footerLockedSize_42();
V_1 = ((float)il2cpp_codegen_add((float)L_26, (float)(((float)((float)L_27)))));
}
IL_00c9:
{
// _tweenChange[_refreshBarAxis] = -max - _tweenStart[_refreshBarAxis];
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_28 = __this->get_address_of__tweenChange_45();
int32_t L_29 = __this->get__refreshBarAxis_13();
float L_30 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_31 = __this->get_address_of__tweenStart_44();
int32_t L_32 = __this->get__refreshBarAxis_13();
float L_33 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_31, L_32, /*hidden argument*/NULL);
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_28, L_29, ((float)il2cpp_codegen_subtract((float)((-L_30)), (float)L_33)), /*hidden argument*/NULL);
// _tweenDuration = new Vector2(TWEEN_TIME_DEFAULT, TWEEN_TIME_DEFAULT);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_34;
memset((&L_34), 0, sizeof(L_34));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_34), (0.3f), (0.3f), /*hidden argument*/NULL);
__this->set__tweenDuration_47(L_34);
// _tweenTime = Vector2.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_35 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
__this->set__tweenTime_46(L_35);
// _tweening = 2;
__this->set__tweening_43(2);
// Timers.inst.AddUpdate(_tweenUpdateDelegate);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_36 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_37 = __this->get__tweenUpdateDelegate_49();
NullCheck(L_36);
Timers_AddUpdate_m6A2E170A5A93A75F3A12D3C6C18977E77AB7B6BC(L_36, L_37, /*hidden argument*/NULL);
}
IL_0125:
{
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::OnOwnerSizeChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_OnOwnerSizeChanged_mB136E4D51B811F975497EFA753FDC080BC3A51D0 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// SetSize(_owner.width, _owner.height);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__owner_51();
NullCheck(L_0);
float L_1 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_0, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = __this->get__owner_51();
NullCheck(L_2);
float L_3 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_2, /*hidden argument*/NULL);
ScrollPane_SetSize_m128D62A27DEADB4DF7F5F36DBCE04F715B89C845(__this, L_1, L_3, /*hidden argument*/NULL);
// PosChanged(false);
ScrollPane_PosChanged_mA1DE1B4F15A4FF153A13F48376C51C81FC7F66D3(__this, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::HandleControllerChanged(FairyGUI.Controller)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_HandleControllerChanged_mD5CB28DC1E1CF20DAEE587F4C75DB69AC7F9E5C2 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___c0, const RuntimeMethod* method)
{
{
// if (_pageController == c)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = __this->get__pageController_58();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = ___c0;
if ((!(((RuntimeObject*)(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)L_0) == ((RuntimeObject*)(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)L_1))))
{
goto IL_002c;
}
}
{
// if (_scrollType == ScrollType.Horizontal)
int32_t L_2 = __this->get__scrollType_3();
if (L_2)
{
goto IL_001f;
}
}
{
// this.SetCurrentPageX(c.selectedIndex, true);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_3 = ___c0;
NullCheck(L_3);
int32_t L_4 = Controller_get_selectedIndex_m1687FE50EA2DC5561E35C16B995FED3A5FF0B241_inline(L_3, /*hidden argument*/NULL);
ScrollPane_SetCurrentPageX_m2779AF2EBC4397743004CD8DDC2F8F2FCED02FC7(__this, L_4, (bool)1, /*hidden argument*/NULL);
return;
}
IL_001f:
{
// this.SetCurrentPageY(c.selectedIndex, true);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_5 = ___c0;
NullCheck(L_5);
int32_t L_6 = Controller_get_selectedIndex_m1687FE50EA2DC5561E35C16B995FED3A5FF0B241_inline(L_5, /*hidden argument*/NULL);
ScrollPane_SetCurrentPageY_mA0DE2322BB791A17977FBFA2F079B932E06F7F73(__this, L_6, (bool)1, /*hidden argument*/NULL);
}
IL_002c:
{
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::UpdatePageController()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_UpdatePageController_m6AC7DC57A0ED5675806B909067F4BE86858E4E49 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * V_1 = NULL;
{
// if (_pageController != null && !_pageController.changing)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = __this->get__pageController_58();
if (!L_0)
{
goto IL_0057;
}
}
{
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = __this->get__pageController_58();
NullCheck(L_1);
bool L_2 = L_1->get_changing_5();
if (L_2)
{
goto IL_0057;
}
}
{
// if (_scrollType == ScrollType.Horizontal)
int32_t L_3 = __this->get__scrollType_3();
if (L_3)
{
goto IL_0026;
}
}
{
// index = this.currentPageX;
int32_t L_4 = ScrollPane_get_currentPageX_m458B1DFCB254891774D0999E29849D79B50CB2ED(__this, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_002d;
}
IL_0026:
{
// index = this.currentPageY;
int32_t L_5 = ScrollPane_get_currentPageY_m0799CFD622C420DBFF14D4C33AA782529594AFF3(__this, /*hidden argument*/NULL);
V_0 = L_5;
}
IL_002d:
{
// if (index < _pageController.pageCount)
int32_t L_6 = V_0;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_7 = __this->get__pageController_58();
NullCheck(L_7);
int32_t L_8 = Controller_get_pageCount_m362D55CCB9BB5392C0069985C28676521A49BDED(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_6) >= ((int32_t)L_8)))
{
goto IL_0057;
}
}
{
// Controller c = _pageController;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_9 = __this->get__pageController_58();
V_1 = L_9;
// _pageController = null; //??HandleControllerChanged???
__this->set__pageController_58((Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)NULL);
// c.selectedIndex = index;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_10 = V_1;
int32_t L_11 = V_0;
NullCheck(L_10);
Controller_set_selectedIndex_mF52E5B580AE72F1E3ED1A7D911597318F862CE62(L_10, L_11, /*hidden argument*/NULL);
// _pageController = c;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_12 = V_1;
__this->set__pageController_58(L_12);
}
IL_0057:
{
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::AdjustMaskContainer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_AdjustMaskContainer_mABDAEFF3ABABC08845452A31CC07E8F41848108D (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_AdjustMaskContainer_mABDAEFF3ABABC08845452A31CC07E8F41848108D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
{
// if (_displayOnLeft && _vtScrollBar != null)
bool L_0 = __this->get__displayOnLeft_14();
if (!L_0)
{
goto IL_0036;
}
}
{
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_1 = __this->get__vtScrollBar_55();
if (!L_1)
{
goto IL_0036;
}
}
{
// mx = Mathf.FloorToInt(_owner.margin.left + _vtScrollBar.width);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = __this->get__owner_51();
NullCheck(L_2);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_3 = GComponent_get_margin_m7BB826399501BC9771D7BCFA31731F40D7CD7154_inline(L_2, /*hidden argument*/NULL);
int32_t L_4 = L_3.get_left_0();
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_5 = __this->get__vtScrollBar_55();
NullCheck(L_5);
float L_6 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_7 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)il2cpp_codegen_add((float)(((float)((float)L_4))), (float)L_6)), /*hidden argument*/NULL);
V_0 = (((float)((float)L_7)));
goto IL_0048;
}
IL_0036:
{
// mx = _owner.margin.left;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_8 = __this->get__owner_51();
NullCheck(L_8);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_9 = GComponent_get_margin_m7BB826399501BC9771D7BCFA31731F40D7CD7154_inline(L_8, /*hidden argument*/NULL);
int32_t L_10 = L_9.get_left_0();
V_0 = (((float)((float)L_10)));
}
IL_0048:
{
// my = _owner.margin.top;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_11 = __this->get__owner_51();
NullCheck(L_11);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_12 = GComponent_get_margin_m7BB826399501BC9771D7BCFA31731F40D7CD7154_inline(L_11, /*hidden argument*/NULL);
int32_t L_13 = L_12.get_top_2();
V_1 = (((float)((float)L_13)));
// mx += _owner._alignOffset.x;
float L_14 = V_0;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_15 = __this->get__owner_51();
NullCheck(L_15);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_16 = L_15->get_address_of__alignOffset_86();
float L_17 = L_16->get_x_0();
V_0 = ((float)il2cpp_codegen_add((float)L_14, (float)L_17));
// my += _owner._alignOffset.y;
float L_18 = V_1;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_19 = __this->get__owner_51();
NullCheck(L_19);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_20 = L_19->get_address_of__alignOffset_86();
float L_21 = L_20->get_y_1();
V_1 = ((float)il2cpp_codegen_add((float)L_18, (float)L_21));
// _maskContainer.SetXY(mx, my);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_22 = __this->get__maskContainer_52();
float L_23 = V_0;
float L_24 = V_1;
NullCheck(L_22);
DisplayObject_SetXY_mB67013955497B5AC0BDD3794175FB5DE85E6D3BA(L_22, L_23, L_24, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::SetSize(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SetSize_m128D62A27DEADB4DF7F5F36DBCE04F715B89C845 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___aWidth0, float ___aHeight1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_SetSize_m128D62A27DEADB4DF7F5F36DBCE04F715B89C845_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// AdjustMaskContainer();
ScrollPane_AdjustMaskContainer_mABDAEFF3ABABC08845452A31CC07E8F41848108D(__this, /*hidden argument*/NULL);
// if (_hzScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_0 = __this->get__hzScrollBar_54();
if (!L_0)
{
goto IL_00e6;
}
}
{
// _hzScrollBar.y = aHeight - _hzScrollBar.height;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_1 = __this->get__hzScrollBar_54();
float L_2 = ___aHeight1;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_3 = __this->get__hzScrollBar_54();
NullCheck(L_3);
float L_4 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_3, /*hidden argument*/NULL);
NullCheck(L_1);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(L_1, ((float)il2cpp_codegen_subtract((float)L_2, (float)L_4)), /*hidden argument*/NULL);
// if (_vtScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_5 = __this->get__vtScrollBar_55();
if (!L_5)
{
goto IL_00a9;
}
}
{
// _hzScrollBar.width = aWidth - _vtScrollBar.width - _scrollBarMargin.left - _scrollBarMargin.right;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_6 = __this->get__hzScrollBar_54();
float L_7 = ___aWidth0;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_8 = __this->get__vtScrollBar_55();
NullCheck(L_8);
float L_9 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_8, /*hidden argument*/NULL);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_10 = __this->get_address_of__scrollBarMargin_6();
int32_t L_11 = L_10->get_left_0();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_12 = __this->get_address_of__scrollBarMargin_6();
int32_t L_13 = L_12->get_right_1();
NullCheck(L_6);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_6, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_7, (float)L_9)), (float)(((float)((float)L_11))))), (float)(((float)((float)L_13))))), /*hidden argument*/NULL);
// if (_displayOnLeft)
bool L_14 = __this->get__displayOnLeft_14();
if (!L_14)
{
goto IL_0090;
}
}
{
// _hzScrollBar.x = _scrollBarMargin.left + _vtScrollBar.width;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_15 = __this->get__hzScrollBar_54();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_16 = __this->get_address_of__scrollBarMargin_6();
int32_t L_17 = L_16->get_left_0();
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_18 = __this->get__vtScrollBar_55();
NullCheck(L_18);
float L_19 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_18, /*hidden argument*/NULL);
NullCheck(L_15);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_15, ((float)il2cpp_codegen_add((float)(((float)((float)L_17))), (float)L_19)), /*hidden argument*/NULL);
goto IL_00e6;
}
IL_0090:
{
// _hzScrollBar.x = _scrollBarMargin.left;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_20 = __this->get__hzScrollBar_54();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_21 = __this->get_address_of__scrollBarMargin_6();
int32_t L_22 = L_21->get_left_0();
NullCheck(L_20);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_20, (((float)((float)L_22))), /*hidden argument*/NULL);
// }
goto IL_00e6;
}
IL_00a9:
{
// _hzScrollBar.width = aWidth - _scrollBarMargin.left - _scrollBarMargin.right;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_23 = __this->get__hzScrollBar_54();
float L_24 = ___aWidth0;
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_25 = __this->get_address_of__scrollBarMargin_6();
int32_t L_26 = L_25->get_left_0();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_27 = __this->get_address_of__scrollBarMargin_6();
int32_t L_28 = L_27->get_right_1();
NullCheck(L_23);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_23, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_24, (float)(((float)((float)L_26))))), (float)(((float)((float)L_28))))), /*hidden argument*/NULL);
// _hzScrollBar.x = _scrollBarMargin.left;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_29 = __this->get__hzScrollBar_54();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_30 = __this->get_address_of__scrollBarMargin_6();
int32_t L_31 = L_30->get_left_0();
NullCheck(L_29);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_29, (((float)((float)L_31))), /*hidden argument*/NULL);
}
IL_00e6:
{
// if (_vtScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_32 = __this->get__vtScrollBar_55();
if (!L_32)
{
goto IL_018a;
}
}
{
// if (!_displayOnLeft)
bool L_33 = __this->get__displayOnLeft_14();
if (L_33)
{
goto IL_0111;
}
}
{
// _vtScrollBar.x = aWidth - _vtScrollBar.width;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_34 = __this->get__vtScrollBar_55();
float L_35 = ___aWidth0;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_36 = __this->get__vtScrollBar_55();
NullCheck(L_36);
float L_37 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_36, /*hidden argument*/NULL);
NullCheck(L_34);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_34, ((float)il2cpp_codegen_subtract((float)L_35, (float)L_37)), /*hidden argument*/NULL);
}
IL_0111:
{
// if (_hzScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_38 = __this->get__hzScrollBar_54();
if (!L_38)
{
goto IL_014d;
}
}
{
// _vtScrollBar.height = aHeight - _hzScrollBar.height - _scrollBarMargin.top - _scrollBarMargin.bottom;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_39 = __this->get__vtScrollBar_55();
float L_40 = ___aHeight1;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_41 = __this->get__hzScrollBar_54();
NullCheck(L_41);
float L_42 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_41, /*hidden argument*/NULL);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_43 = __this->get_address_of__scrollBarMargin_6();
int32_t L_44 = L_43->get_top_2();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_45 = __this->get_address_of__scrollBarMargin_6();
int32_t L_46 = L_45->get_bottom_3();
NullCheck(L_39);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_39, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_40, (float)L_42)), (float)(((float)((float)L_44))))), (float)(((float)((float)L_46))))), /*hidden argument*/NULL);
goto IL_0173;
}
IL_014d:
{
// _vtScrollBar.height = aHeight - _scrollBarMargin.top - _scrollBarMargin.bottom;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_47 = __this->get__vtScrollBar_55();
float L_48 = ___aHeight1;
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_49 = __this->get_address_of__scrollBarMargin_6();
int32_t L_50 = L_49->get_top_2();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_51 = __this->get_address_of__scrollBarMargin_6();
int32_t L_52 = L_51->get_bottom_3();
NullCheck(L_47);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_47, ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_48, (float)(((float)((float)L_50))))), (float)(((float)((float)L_52))))), /*hidden argument*/NULL);
}
IL_0173:
{
// _vtScrollBar.y = _scrollBarMargin.top;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_53 = __this->get__vtScrollBar_55();
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * L_54 = __this->get_address_of__scrollBarMargin_6();
int32_t L_55 = L_54->get_top_2();
NullCheck(L_53);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(L_53, (((float)((float)L_55))), /*hidden argument*/NULL);
}
IL_018a:
{
// _viewSize.x = aWidth;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_56 = __this->get_address_of__viewSize_26();
float L_57 = ___aWidth0;
L_56->set_x_0(L_57);
// _viewSize.y = aHeight;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_58 = __this->get_address_of__viewSize_26();
float L_59 = ___aHeight1;
L_58->set_y_1(L_59);
// if (_hzScrollBar != null && !_hScrollNone)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_60 = __this->get__hzScrollBar_54();
if (!L_60)
{
goto IL_01cc;
}
}
{
bool L_61 = __this->get__hScrollNone_11();
if (L_61)
{
goto IL_01cc;
}
}
{
// _viewSize.y -= _hzScrollBar.height;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_62 = __this->get_address_of__viewSize_26();
float* L_63 = L_62->get_address_of_y_1();
float* L_64 = L_63;
float L_65 = *((float*)L_64);
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_66 = __this->get__hzScrollBar_54();
NullCheck(L_66);
float L_67 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_66, /*hidden argument*/NULL);
*((float*)L_64) = (float)((float)il2cpp_codegen_subtract((float)L_65, (float)L_67));
}
IL_01cc:
{
// if (_vtScrollBar != null && !_vScrollNone)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_68 = __this->get__vtScrollBar_55();
if (!L_68)
{
goto IL_01f6;
}
}
{
bool L_69 = __this->get__vScrollNone_10();
if (L_69)
{
goto IL_01f6;
}
}
{
// _viewSize.x -= _vtScrollBar.width;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_70 = __this->get_address_of__viewSize_26();
float* L_71 = L_70->get_address_of_x_0();
float* L_72 = L_71;
float L_73 = *((float*)L_72);
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_74 = __this->get__vtScrollBar_55();
NullCheck(L_74);
float L_75 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_74, /*hidden argument*/NULL);
*((float*)L_72) = (float)((float)il2cpp_codegen_subtract((float)L_73, (float)L_75));
}
IL_01f6:
{
// _viewSize.x -= (_owner.margin.left + _owner.margin.right);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_76 = __this->get_address_of__viewSize_26();
float* L_77 = L_76->get_address_of_x_0();
float* L_78 = L_77;
float L_79 = *((float*)L_78);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_80 = __this->get__owner_51();
NullCheck(L_80);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_81 = GComponent_get_margin_m7BB826399501BC9771D7BCFA31731F40D7CD7154_inline(L_80, /*hidden argument*/NULL);
int32_t L_82 = L_81.get_left_0();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_83 = __this->get__owner_51();
NullCheck(L_83);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_84 = GComponent_get_margin_m7BB826399501BC9771D7BCFA31731F40D7CD7154_inline(L_83, /*hidden argument*/NULL);
int32_t L_85 = L_84.get_right_1();
*((float*)L_78) = (float)((float)il2cpp_codegen_subtract((float)L_79, (float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)L_85)))))));
// _viewSize.y -= (_owner.margin.top + _owner.margin.bottom);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_86 = __this->get_address_of__viewSize_26();
float* L_87 = L_86->get_address_of_y_1();
float* L_88 = L_87;
float L_89 = *((float*)L_88);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_90 = __this->get__owner_51();
NullCheck(L_90);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_91 = GComponent_get_margin_m7BB826399501BC9771D7BCFA31731F40D7CD7154_inline(L_90, /*hidden argument*/NULL);
int32_t L_92 = L_91.get_top_2();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_93 = __this->get__owner_51();
NullCheck(L_93);
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_94 = GComponent_get_margin_m7BB826399501BC9771D7BCFA31731F40D7CD7154_inline(L_93, /*hidden argument*/NULL);
int32_t L_95 = L_94.get_bottom_3();
*((float*)L_88) = (float)((float)il2cpp_codegen_subtract((float)L_89, (float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)L_95)))))));
// _viewSize.x = Mathf.Max(1, _viewSize.x);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_96 = __this->get_address_of__viewSize_26();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_97 = __this->get_address_of__viewSize_26();
float L_98 = L_97->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_99 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65((1.0f), L_98, /*hidden argument*/NULL);
L_96->set_x_0(L_99);
// _viewSize.y = Mathf.Max(1, _viewSize.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_100 = __this->get_address_of__viewSize_26();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_101 = __this->get_address_of__viewSize_26();
float L_102 = L_101->get_y_1();
float L_103 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65((1.0f), L_102, /*hidden argument*/NULL);
L_100->set_y_1(L_103);
// _pageSize.x = _viewSize.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_104 = __this->get_address_of__pageSize_20();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_105 = __this->get_address_of__viewSize_26();
float L_106 = L_105->get_x_0();
L_104->set_x_0(L_106);
// _pageSize.y = _viewSize.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_107 = __this->get_address_of__pageSize_20();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_108 = __this->get_address_of__viewSize_26();
float L_109 = L_108->get_y_1();
L_107->set_y_1(L_109);
// HandleSizeChanged();
ScrollPane_HandleSizeChanged_m2B3450DC6D41210CFA2E6CD7E1266F0055C36C3E(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::SetContentSize(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SetContentSize_m0612D4F5C65A3B508D1956B022C076FF7D19F4A1 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___aWidth0, float ___aHeight1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_SetContentSize_m0612D4F5C65A3B508D1956B022C076FF7D19F4A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (Mathf.Approximately(_contentSize.x, aWidth) && Mathf.Approximately(_contentSize.y, aHeight))
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__contentSize_27();
float L_1 = L_0->get_x_0();
float L_2 = ___aWidth0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_3 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_1, L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0027;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_4 = __this->get_address_of__contentSize_27();
float L_5 = L_4->get_y_1();
float L_6 = ___aHeight1;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_7 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_5, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0027;
}
}
{
// return;
return;
}
IL_0027:
{
// _contentSize.x = aWidth;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_8 = __this->get_address_of__contentSize_27();
float L_9 = ___aWidth0;
L_8->set_x_0(L_9);
// _contentSize.y = aHeight;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_10 = __this->get_address_of__contentSize_27();
float L_11 = ___aHeight1;
L_10->set_y_1(L_11);
// HandleSizeChanged();
ScrollPane_HandleSizeChanged_m2B3450DC6D41210CFA2E6CD7E1266F0055C36C3E(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ChangeContentSizeOnScrolling(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ChangeContentSizeOnScrolling_m64C436456E4CB03CE8A6245DBE6667F4AE7663FA (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___deltaWidth0, float ___deltaHeight1, float ___deltaPosX2, float ___deltaPosY3, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
// bool isRightmost = _xPos == _overlapSize.x;
float L_0 = __this->get__xPos_24();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_1 = __this->get_address_of__overlapSize_28();
float L_2 = L_1->get_x_0();
V_0 = (bool)((((float)L_0) == ((float)L_2))? 1 : 0);
// bool isBottom = _yPos == _overlapSize.y;
float L_3 = __this->get__yPos_25();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_4 = __this->get_address_of__overlapSize_28();
float L_5 = L_4->get_y_1();
V_1 = (bool)((((float)L_3) == ((float)L_5))? 1 : 0);
// _contentSize.x += deltaWidth;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_6 = __this->get_address_of__contentSize_27();
float* L_7 = L_6->get_address_of_x_0();
float* L_8 = L_7;
float L_9 = *((float*)L_8);
float L_10 = ___deltaWidth0;
*((float*)L_8) = (float)((float)il2cpp_codegen_add((float)L_9, (float)L_10));
// _contentSize.y += deltaHeight;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_11 = __this->get_address_of__contentSize_27();
float* L_12 = L_11->get_address_of_y_1();
float* L_13 = L_12;
float L_14 = *((float*)L_13);
float L_15 = ___deltaHeight1;
*((float*)L_13) = (float)((float)il2cpp_codegen_add((float)L_14, (float)L_15));
// HandleSizeChanged();
ScrollPane_HandleSizeChanged_m2B3450DC6D41210CFA2E6CD7E1266F0055C36C3E(__this, /*hidden argument*/NULL);
// if (_tweening == 1)
int32_t L_16 = __this->get__tweening_43();
if ((!(((uint32_t)L_16) == ((uint32_t)1))))
{
goto IL_0105;
}
}
{
// if (deltaWidth != 0 && isRightmost && _tweenChange.x < 0)
float L_17 = ___deltaWidth0;
bool L_18 = V_0;
if (!((int32_t)((int32_t)((((int32_t)((((float)L_17) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_18)))
{
goto IL_00aa;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_19 = __this->get_address_of__tweenChange_45();
float L_20 = L_19->get_x_0();
if ((!(((float)L_20) < ((float)(0.0f)))))
{
goto IL_00aa;
}
}
{
// _xPos = _overlapSize.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_21 = __this->get_address_of__overlapSize_28();
float L_22 = L_21->get_x_0();
__this->set__xPos_24(L_22);
// _tweenChange.x = -_xPos - _tweenStart.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_23 = __this->get_address_of__tweenChange_45();
float L_24 = __this->get__xPos_24();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_25 = __this->get_address_of__tweenStart_44();
float L_26 = L_25->get_x_0();
L_23->set_x_0(((float)il2cpp_codegen_subtract((float)((-L_24)), (float)L_26)));
}
IL_00aa:
{
// if (deltaHeight != 0 && isBottom && _tweenChange.y < 0)
float L_27 = ___deltaHeight1;
bool L_28 = V_1;
if (!((int32_t)((int32_t)((((int32_t)((((float)L_27) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_28)))
{
goto IL_0287;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_29 = __this->get_address_of__tweenChange_45();
float L_30 = L_29->get_y_1();
if ((!(((float)L_30) < ((float)(0.0f)))))
{
goto IL_0287;
}
}
{
// _yPos = _overlapSize.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_31 = __this->get_address_of__overlapSize_28();
float L_32 = L_31->get_y_1();
__this->set__yPos_25(L_32);
// _tweenChange.y = -_yPos - _tweenStart.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_33 = __this->get_address_of__tweenChange_45();
float L_34 = __this->get__yPos_25();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_35 = __this->get_address_of__tweenStart_44();
float L_36 = L_35->get_y_1();
L_33->set_y_1(((float)il2cpp_codegen_subtract((float)((-L_34)), (float)L_36)));
// }
goto IL_0287;
}
IL_0105:
{
// else if (_tweening == 2)
int32_t L_37 = __this->get__tweening_43();
if ((!(((uint32_t)L_37) == ((uint32_t)2))))
{
goto IL_0196;
}
}
{
// if (deltaPosX != 0)
float L_38 = ___deltaPosX2;
if ((((float)L_38) == ((float)(0.0f))))
{
goto IL_014e;
}
}
{
// _container.x -= deltaPosX;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_39 = __this->get__container_53();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_40 = L_39;
NullCheck(L_40);
float L_41 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_40, /*hidden argument*/NULL);
float L_42 = ___deltaPosX2;
NullCheck(L_40);
DisplayObject_set_x_m16DB82AEDCA6F088918F7AD3F437B4087033A9F3(L_40, ((float)il2cpp_codegen_subtract((float)L_41, (float)L_42)), /*hidden argument*/NULL);
// _tweenStart.x -= deltaPosX;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_43 = __this->get_address_of__tweenStart_44();
float* L_44 = L_43->get_address_of_x_0();
float* L_45 = L_44;
float L_46 = *((float*)L_45);
float L_47 = ___deltaPosX2;
*((float*)L_45) = (float)((float)il2cpp_codegen_subtract((float)L_46, (float)L_47));
// _xPos = -_container.x;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_48 = __this->get__container_53();
NullCheck(L_48);
float L_49 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_48, /*hidden argument*/NULL);
__this->set__xPos_24(((-L_49)));
}
IL_014e:
{
// if (deltaPosY != 0)
float L_50 = ___deltaPosY3;
if ((((float)L_50) == ((float)(0.0f))))
{
goto IL_0287;
}
}
{
// _container.y -= deltaPosY;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_51 = __this->get__container_53();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_52 = L_51;
NullCheck(L_52);
float L_53 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_52, /*hidden argument*/NULL);
float L_54 = ___deltaPosY3;
NullCheck(L_52);
DisplayObject_set_y_m64A76B520A47537603AAEED4B378DCFA75322388(L_52, ((float)il2cpp_codegen_subtract((float)L_53, (float)L_54)), /*hidden argument*/NULL);
// _tweenStart.y -= deltaPosY;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_55 = __this->get_address_of__tweenStart_44();
float* L_56 = L_55->get_address_of_y_1();
float* L_57 = L_56;
float L_58 = *((float*)L_57);
float L_59 = ___deltaPosY3;
*((float*)L_57) = (float)((float)il2cpp_codegen_subtract((float)L_58, (float)L_59));
// _yPos = -_container.y;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_60 = __this->get__container_53();
NullCheck(L_60);
float L_61 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_60, /*hidden argument*/NULL);
__this->set__yPos_25(((-L_61)));
// }
goto IL_0287;
}
IL_0196:
{
// else if (_isMouseMoved)
bool L_62 = __this->get__isMouseMoved_36();
if (!L_62)
{
goto IL_0223;
}
}
{
// if (deltaPosX != 0)
float L_63 = ___deltaPosX2;
if ((((float)L_63) == ((float)(0.0f))))
{
goto IL_01de;
}
}
{
// _container.x -= deltaPosX;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_64 = __this->get__container_53();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_65 = L_64;
NullCheck(L_65);
float L_66 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_65, /*hidden argument*/NULL);
float L_67 = ___deltaPosX2;
NullCheck(L_65);
DisplayObject_set_x_m16DB82AEDCA6F088918F7AD3F437B4087033A9F3(L_65, ((float)il2cpp_codegen_subtract((float)L_66, (float)L_67)), /*hidden argument*/NULL);
// _containerPos.x -= deltaPosX;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_68 = __this->get_address_of__containerPos_29();
float* L_69 = L_68->get_address_of_x_0();
float* L_70 = L_69;
float L_71 = *((float*)L_70);
float L_72 = ___deltaPosX2;
*((float*)L_70) = (float)((float)il2cpp_codegen_subtract((float)L_71, (float)L_72));
// _xPos = -_container.x;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_73 = __this->get__container_53();
NullCheck(L_73);
float L_74 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_73, /*hidden argument*/NULL);
__this->set__xPos_24(((-L_74)));
}
IL_01de:
{
// if (deltaPosY != 0)
float L_75 = ___deltaPosY3;
if ((((float)L_75) == ((float)(0.0f))))
{
goto IL_0287;
}
}
{
// _container.y -= deltaPosY;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_76 = __this->get__container_53();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_77 = L_76;
NullCheck(L_77);
float L_78 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_77, /*hidden argument*/NULL);
float L_79 = ___deltaPosY3;
NullCheck(L_77);
DisplayObject_set_y_m64A76B520A47537603AAEED4B378DCFA75322388(L_77, ((float)il2cpp_codegen_subtract((float)L_78, (float)L_79)), /*hidden argument*/NULL);
// _containerPos.y -= deltaPosY;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_80 = __this->get_address_of__containerPos_29();
float* L_81 = L_80->get_address_of_y_1();
float* L_82 = L_81;
float L_83 = *((float*)L_82);
float L_84 = ___deltaPosY3;
*((float*)L_82) = (float)((float)il2cpp_codegen_subtract((float)L_83, (float)L_84));
// _yPos = -_container.y;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_85 = __this->get__container_53();
NullCheck(L_85);
float L_86 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_85, /*hidden argument*/NULL);
__this->set__yPos_25(((-L_86)));
// }
goto IL_0287;
}
IL_0223:
{
// if (deltaWidth != 0 && isRightmost)
float L_87 = ___deltaWidth0;
bool L_88 = V_0;
if (!((int32_t)((int32_t)((((int32_t)((((float)L_87) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_88)))
{
goto IL_0255;
}
}
{
// _xPos = _overlapSize.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_89 = __this->get_address_of__overlapSize_28();
float L_90 = L_89->get_x_0();
__this->set__xPos_24(L_90);
// _container.x = -_xPos;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_91 = __this->get__container_53();
float L_92 = __this->get__xPos_24();
NullCheck(L_91);
DisplayObject_set_x_m16DB82AEDCA6F088918F7AD3F437B4087033A9F3(L_91, ((-L_92)), /*hidden argument*/NULL);
}
IL_0255:
{
// if (deltaHeight != 0 && isBottom)
float L_93 = ___deltaHeight1;
bool L_94 = V_1;
if (!((int32_t)((int32_t)((((int32_t)((((float)L_93) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_94)))
{
goto IL_0287;
}
}
{
// _yPos = _overlapSize.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_95 = __this->get_address_of__overlapSize_28();
float L_96 = L_95->get_y_1();
__this->set__yPos_25(L_96);
// _container.y = -_yPos;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_97 = __this->get__container_53();
float L_98 = __this->get__yPos_25();
NullCheck(L_97);
DisplayObject_set_y_m64A76B520A47537603AAEED4B378DCFA75322388(L_97, ((-L_98)), /*hidden argument*/NULL);
}
IL_0287:
{
// if (_pageMode)
bool L_99 = __this->get__pageMode_19();
if (!L_99)
{
goto IL_0295;
}
}
{
// UpdatePageController();
ScrollPane_UpdatePageController_m6AC7DC57A0ED5675806B909067F4BE86858E4E49(__this, /*hidden argument*/NULL);
}
IL_0295:
{
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::HandleSizeChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_HandleSizeChanged_m2B3450DC6D41210CFA2E6CD7E1266F0055C36C3E (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_HandleSizeChanged_m2B3450DC6D41210CFA2E6CD7E1266F0055C36C3E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * G_B18_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * G_B17_0 = NULL;
int32_t G_B19_0 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * G_B19_1 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * G_B27_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * G_B26_0 = NULL;
int32_t G_B28_0 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * G_B28_1 = NULL;
{
// if (_displayInDemand)
bool L_0 = __this->get__displayInDemand_16();
if (!L_0)
{
goto IL_00f3;
}
}
{
// if (_vtScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_1 = __this->get__vtScrollBar_55();
if (!L_1)
{
goto IL_007f;
}
}
{
// if (_contentSize.y <= _viewSize.y)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = __this->get_address_of__contentSize_27();
float L_3 = L_2->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_4 = __this->get_address_of__viewSize_26();
float L_5 = L_4->get_y_1();
if ((!(((float)L_3) <= ((float)L_5))))
{
goto IL_0056;
}
}
{
// if (!_vScrollNone)
bool L_6 = __this->get__vScrollNone_10();
if (L_6)
{
goto IL_007f;
}
}
{
// _vScrollNone = true;
__this->set__vScrollNone_10((bool)1);
// _viewSize.x += _vtScrollBar.width;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_7 = __this->get_address_of__viewSize_26();
float* L_8 = L_7->get_address_of_x_0();
float* L_9 = L_8;
float L_10 = *((float*)L_9);
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_11 = __this->get__vtScrollBar_55();
NullCheck(L_11);
float L_12 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_11, /*hidden argument*/NULL);
*((float*)L_9) = (float)((float)il2cpp_codegen_add((float)L_10, (float)L_12));
// }
goto IL_007f;
}
IL_0056:
{
// if (_vScrollNone)
bool L_13 = __this->get__vScrollNone_10();
if (!L_13)
{
goto IL_007f;
}
}
{
// _vScrollNone = false;
__this->set__vScrollNone_10((bool)0);
// _viewSize.x -= _vtScrollBar.width;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_14 = __this->get_address_of__viewSize_26();
float* L_15 = L_14->get_address_of_x_0();
float* L_16 = L_15;
float L_17 = *((float*)L_16);
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_18 = __this->get__vtScrollBar_55();
NullCheck(L_18);
float L_19 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_18, /*hidden argument*/NULL);
*((float*)L_16) = (float)((float)il2cpp_codegen_subtract((float)L_17, (float)L_19));
}
IL_007f:
{
// if (_hzScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_20 = __this->get__hzScrollBar_54();
if (!L_20)
{
goto IL_00f3;
}
}
{
// if (_contentSize.x <= _viewSize.x)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_21 = __this->get_address_of__contentSize_27();
float L_22 = L_21->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_23 = __this->get_address_of__viewSize_26();
float L_24 = L_23->get_x_0();
if ((!(((float)L_22) <= ((float)L_24))))
{
goto IL_00ca;
}
}
{
// if (!_hScrollNone)
bool L_25 = __this->get__hScrollNone_11();
if (L_25)
{
goto IL_00f3;
}
}
{
// _hScrollNone = true;
__this->set__hScrollNone_11((bool)1);
// _viewSize.y += _hzScrollBar.height;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_26 = __this->get_address_of__viewSize_26();
float* L_27 = L_26->get_address_of_y_1();
float* L_28 = L_27;
float L_29 = *((float*)L_28);
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_30 = __this->get__hzScrollBar_54();
NullCheck(L_30);
float L_31 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_30, /*hidden argument*/NULL);
*((float*)L_28) = (float)((float)il2cpp_codegen_add((float)L_29, (float)L_31));
// }
goto IL_00f3;
}
IL_00ca:
{
// if (_hScrollNone)
bool L_32 = __this->get__hScrollNone_11();
if (!L_32)
{
goto IL_00f3;
}
}
{
// _hScrollNone = false;
__this->set__hScrollNone_11((bool)0);
// _viewSize.y -= _hzScrollBar.height;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_33 = __this->get_address_of__viewSize_26();
float* L_34 = L_33->get_address_of_y_1();
float* L_35 = L_34;
float L_36 = *((float*)L_35);
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_37 = __this->get__hzScrollBar_54();
NullCheck(L_37);
float L_38 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_37, /*hidden argument*/NULL);
*((float*)L_35) = (float)((float)il2cpp_codegen_subtract((float)L_36, (float)L_38));
}
IL_00f3:
{
// if (_vtScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_39 = __this->get__vtScrollBar_55();
if (!L_39)
{
goto IL_019d;
}
}
{
// if (_viewSize.y < _vtScrollBar.minSize)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_40 = __this->get_address_of__viewSize_26();
float L_41 = L_40->get_y_1();
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_42 = __this->get__vtScrollBar_55();
NullCheck(L_42);
float L_43 = GScrollBar_get_minSize_mDAFD73688079FFA08DC9E0ADEB26593B6FBAD604(L_42, /*hidden argument*/NULL);
if ((!(((float)L_41) < ((float)L_43))))
{
goto IL_0129;
}
}
{
// _vtScrollBar.displayObject.visible = false;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_44 = __this->get__vtScrollBar_55();
NullCheck(L_44);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_45 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_44, /*hidden argument*/NULL);
NullCheck(L_45);
DisplayObject_set_visible_m73F09F8DD88AC922D0AFA8EC89DB69A44C2B634C(L_45, (bool)0, /*hidden argument*/NULL);
goto IL_019d;
}
IL_0129:
{
// _vtScrollBar.displayObject.visible = _scrollBarVisible && !_vScrollNone;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_46 = __this->get__vtScrollBar_55();
NullCheck(L_46);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_47 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_46, /*hidden argument*/NULL);
bool L_48 = __this->get__scrollBarVisible_39();
G_B17_0 = L_47;
if (!L_48)
{
G_B18_0 = L_47;
goto IL_0147;
}
}
{
bool L_49 = __this->get__vScrollNone_10();
G_B19_0 = ((((int32_t)L_49) == ((int32_t)0))? 1 : 0);
G_B19_1 = G_B17_0;
goto IL_0148;
}
IL_0147:
{
G_B19_0 = 0;
G_B19_1 = G_B18_0;
}
IL_0148:
{
NullCheck(G_B19_1);
DisplayObject_set_visible_m73F09F8DD88AC922D0AFA8EC89DB69A44C2B634C(G_B19_1, (bool)G_B19_0, /*hidden argument*/NULL);
// if (_contentSize.y == 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_50 = __this->get_address_of__contentSize_27();
float L_51 = L_50->get_y_1();
if ((!(((float)L_51) == ((float)(0.0f)))))
{
goto IL_0171;
}
}
{
// _vtScrollBar.displayPerc = 0;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_52 = __this->get__vtScrollBar_55();
NullCheck(L_52);
GScrollBar_set_displayPerc_m51A5289F41B26A12B72D51DB8DEDC110CF1330D0(L_52, (0.0f), /*hidden argument*/NULL);
goto IL_019d;
}
IL_0171:
{
// _vtScrollBar.displayPerc = Math.Min(1, _viewSize.y / _contentSize.y);
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_53 = __this->get__vtScrollBar_55();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_54 = __this->get_address_of__viewSize_26();
float L_55 = L_54->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_56 = __this->get_address_of__contentSize_27();
float L_57 = L_56->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
float L_58 = Math_Min_mB77A95F6A1FE3B8E7CD784F20AF4E1C908B5E9CD((1.0f), ((float)((float)L_55/(float)L_57)), /*hidden argument*/NULL);
NullCheck(L_53);
GScrollBar_set_displayPerc_m51A5289F41B26A12B72D51DB8DEDC110CF1330D0(L_53, L_58, /*hidden argument*/NULL);
}
IL_019d:
{
// if (_hzScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_59 = __this->get__hzScrollBar_54();
if (!L_59)
{
goto IL_0247;
}
}
{
// if (_viewSize.x < _hzScrollBar.minSize)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_60 = __this->get_address_of__viewSize_26();
float L_61 = L_60->get_x_0();
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_62 = __this->get__hzScrollBar_54();
NullCheck(L_62);
float L_63 = GScrollBar_get_minSize_mDAFD73688079FFA08DC9E0ADEB26593B6FBAD604(L_62, /*hidden argument*/NULL);
if ((!(((float)L_61) < ((float)L_63))))
{
goto IL_01d3;
}
}
{
// _hzScrollBar.displayObject.visible = false;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_64 = __this->get__hzScrollBar_54();
NullCheck(L_64);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_65 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_64, /*hidden argument*/NULL);
NullCheck(L_65);
DisplayObject_set_visible_m73F09F8DD88AC922D0AFA8EC89DB69A44C2B634C(L_65, (bool)0, /*hidden argument*/NULL);
goto IL_0247;
}
IL_01d3:
{
// _hzScrollBar.displayObject.visible = _scrollBarVisible && !_hScrollNone;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_66 = __this->get__hzScrollBar_54();
NullCheck(L_66);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_67 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_66, /*hidden argument*/NULL);
bool L_68 = __this->get__scrollBarVisible_39();
G_B26_0 = L_67;
if (!L_68)
{
G_B27_0 = L_67;
goto IL_01f1;
}
}
{
bool L_69 = __this->get__hScrollNone_11();
G_B28_0 = ((((int32_t)L_69) == ((int32_t)0))? 1 : 0);
G_B28_1 = G_B26_0;
goto IL_01f2;
}
IL_01f1:
{
G_B28_0 = 0;
G_B28_1 = G_B27_0;
}
IL_01f2:
{
NullCheck(G_B28_1);
DisplayObject_set_visible_m73F09F8DD88AC922D0AFA8EC89DB69A44C2B634C(G_B28_1, (bool)G_B28_0, /*hidden argument*/NULL);
// if (_contentSize.x == 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_70 = __this->get_address_of__contentSize_27();
float L_71 = L_70->get_x_0();
if ((!(((float)L_71) == ((float)(0.0f)))))
{
goto IL_021b;
}
}
{
// _hzScrollBar.displayPerc = 0;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_72 = __this->get__hzScrollBar_54();
NullCheck(L_72);
GScrollBar_set_displayPerc_m51A5289F41B26A12B72D51DB8DEDC110CF1330D0(L_72, (0.0f), /*hidden argument*/NULL);
goto IL_0247;
}
IL_021b:
{
// _hzScrollBar.displayPerc = Math.Min(1, _viewSize.x / _contentSize.x);
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_73 = __this->get__hzScrollBar_54();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_74 = __this->get_address_of__viewSize_26();
float L_75 = L_74->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_76 = __this->get_address_of__contentSize_27();
float L_77 = L_76->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
float L_78 = Math_Min_mB77A95F6A1FE3B8E7CD784F20AF4E1C908B5E9CD((1.0f), ((float)((float)L_75/(float)L_77)), /*hidden argument*/NULL);
NullCheck(L_73);
GScrollBar_set_displayPerc_m51A5289F41B26A12B72D51DB8DEDC110CF1330D0(L_73, L_78, /*hidden argument*/NULL);
}
IL_0247:
{
// if (!_maskDisabled)
bool L_79 = __this->get__maskDisabled_22();
if (L_79)
{
goto IL_029c;
}
}
{
// _maskContainer.clipRect = new Rect(-_owner._alignOffset.x, -_owner._alignOffset.y, _viewSize.x, _viewSize.y);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_80 = __this->get__maskContainer_52();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_81 = __this->get__owner_51();
NullCheck(L_81);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_82 = L_81->get_address_of__alignOffset_86();
float L_83 = L_82->get_x_0();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_84 = __this->get__owner_51();
NullCheck(L_84);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_85 = L_84->get_address_of__alignOffset_86();
float L_86 = L_85->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_87 = __this->get_address_of__viewSize_26();
float L_88 = L_87->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_89 = __this->get_address_of__viewSize_26();
float L_90 = L_89->get_y_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_91;
memset((&L_91), 0, sizeof(L_91));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_91), ((-L_83)), ((-L_86)), L_88, L_90, /*hidden argument*/NULL);
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_92;
memset((&L_92), 0, sizeof(L_92));
Nullable_1__ctor_m14C234510865CCF1E3E4D08CDA1D48604738D516((&L_92), L_91, /*hidden argument*/Nullable_1__ctor_m14C234510865CCF1E3E4D08CDA1D48604738D516_RuntimeMethod_var);
NullCheck(L_80);
Container_set_clipRect_m3C7AE339EAE5F50FBF5C8FC23F4A005BC5038B7D(L_80, L_92, /*hidden argument*/NULL);
}
IL_029c:
{
// if (_scrollType == ScrollType.Horizontal || _scrollType == ScrollType.Both)
int32_t L_93 = __this->get__scrollType_3();
if (!L_93)
{
goto IL_02ad;
}
}
{
int32_t L_94 = __this->get__scrollType_3();
if ((!(((uint32_t)L_94) == ((uint32_t)2))))
{
goto IL_02e1;
}
}
IL_02ad:
{
// _overlapSize.x = Mathf.CeilToInt(Math.Max(0, _contentSize.x - _viewSize.x));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_95 = __this->get_address_of__overlapSize_28();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_96 = __this->get_address_of__contentSize_27();
float L_97 = L_96->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_98 = __this->get_address_of__viewSize_26();
float L_99 = L_98->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
float L_100 = Math_Max_m545895C37C1F738BBB653CA1F65E50FF1D197675((0.0f), ((float)il2cpp_codegen_subtract((float)L_97, (float)L_99)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_101 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(L_100, /*hidden argument*/NULL);
L_95->set_x_0((((float)((float)L_101))));
goto IL_02f1;
}
IL_02e1:
{
// _overlapSize.x = 0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_102 = __this->get_address_of__overlapSize_28();
L_102->set_x_0((0.0f));
}
IL_02f1:
{
// if (_scrollType == ScrollType.Vertical || _scrollType == ScrollType.Both)
int32_t L_103 = __this->get__scrollType_3();
if ((((int32_t)L_103) == ((int32_t)1)))
{
goto IL_0303;
}
}
{
int32_t L_104 = __this->get__scrollType_3();
if ((!(((uint32_t)L_104) == ((uint32_t)2))))
{
goto IL_0337;
}
}
IL_0303:
{
// _overlapSize.y = Mathf.CeilToInt(Math.Max(0, _contentSize.y - _viewSize.y));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_105 = __this->get_address_of__overlapSize_28();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_106 = __this->get_address_of__contentSize_27();
float L_107 = L_106->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_108 = __this->get_address_of__viewSize_26();
float L_109 = L_108->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
float L_110 = Math_Max_m545895C37C1F738BBB653CA1F65E50FF1D197675((0.0f), ((float)il2cpp_codegen_subtract((float)L_107, (float)L_109)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_111 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(L_110, /*hidden argument*/NULL);
L_105->set_y_1((((float)((float)L_111))));
goto IL_0347;
}
IL_0337:
{
// _overlapSize.y = 0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_112 = __this->get_address_of__overlapSize_28();
L_112->set_y_1((0.0f));
}
IL_0347:
{
// _xPos = Mathf.Clamp(_xPos, 0, _overlapSize.x);
float L_113 = __this->get__xPos_24();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_114 = __this->get_address_of__overlapSize_28();
float L_115 = L_114->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_116 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(L_113, (0.0f), L_115, /*hidden argument*/NULL);
__this->set__xPos_24(L_116);
// _yPos = Mathf.Clamp(_yPos, 0, _overlapSize.y);
float L_117 = __this->get__yPos_25();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_118 = __this->get_address_of__overlapSize_28();
float L_119 = L_118->get_y_1();
float L_120 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(L_117, (0.0f), L_119, /*hidden argument*/NULL);
__this->set__yPos_25(L_120);
// float max = _overlapSize[_refreshBarAxis];
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_121 = __this->get_address_of__overlapSize_28();
int32_t L_122 = __this->get__refreshBarAxis_13();
float L_123 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_121, L_122, /*hidden argument*/NULL);
V_0 = L_123;
// if (max == 0)
float L_124 = V_0;
if ((!(((float)L_124) == ((float)(0.0f)))))
{
goto IL_03db;
}
}
{
// max = Mathf.Max(_contentSize[_refreshBarAxis] + _footerLockedSize - _viewSize[_refreshBarAxis], 0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_125 = __this->get_address_of__contentSize_27();
int32_t L_126 = __this->get__refreshBarAxis_13();
float L_127 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_125, L_126, /*hidden argument*/NULL);
int32_t L_128 = __this->get__footerLockedSize_42();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_129 = __this->get_address_of__viewSize_26();
int32_t L_130 = __this->get__refreshBarAxis_13();
float L_131 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_129, L_130, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_132 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_127, (float)(((float)((float)L_128))))), (float)L_131)), (0.0f), /*hidden argument*/NULL);
V_0 = L_132;
goto IL_03e5;
}
IL_03db:
{
// max += _footerLockedSize;
float L_133 = V_0;
int32_t L_134 = __this->get__footerLockedSize_42();
V_0 = ((float)il2cpp_codegen_add((float)L_133, (float)(((float)((float)L_134)))));
}
IL_03e5:
{
// if (_refreshBarAxis == 0)
int32_t L_135 = __this->get__refreshBarAxis_13();
if (L_135)
{
goto IL_0434;
}
}
{
// _container.SetXY(Mathf.Clamp(_container.x, -max, _headerLockedSize), Mathf.Clamp(_container.y, -_overlapSize.y, 0));
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_136 = __this->get__container_53();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_137 = __this->get__container_53();
NullCheck(L_137);
float L_138 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_137, /*hidden argument*/NULL);
float L_139 = V_0;
int32_t L_140 = __this->get__headerLockedSize_41();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_141 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(L_138, ((-L_139)), (((float)((float)L_140))), /*hidden argument*/NULL);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_142 = __this->get__container_53();
NullCheck(L_142);
float L_143 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_142, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_144 = __this->get_address_of__overlapSize_28();
float L_145 = L_144->get_y_1();
float L_146 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(L_143, ((-L_145)), (0.0f), /*hidden argument*/NULL);
NullCheck(L_136);
DisplayObject_SetXY_mB67013955497B5AC0BDD3794175FB5DE85E6D3BA(L_136, L_141, L_146, /*hidden argument*/NULL);
goto IL_0479;
}
IL_0434:
{
// _container.SetXY(Mathf.Clamp(_container.x, -_overlapSize.x, 0), Mathf.Clamp(_container.y, -max, _headerLockedSize));
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_147 = __this->get__container_53();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_148 = __this->get__container_53();
NullCheck(L_148);
float L_149 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_148, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_150 = __this->get_address_of__overlapSize_28();
float L_151 = L_150->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_152 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(L_149, ((-L_151)), (0.0f), /*hidden argument*/NULL);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_153 = __this->get__container_53();
NullCheck(L_153);
float L_154 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_153, /*hidden argument*/NULL);
float L_155 = V_0;
int32_t L_156 = __this->get__headerLockedSize_41();
float L_157 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(L_154, ((-L_155)), (((float)((float)L_156))), /*hidden argument*/NULL);
NullCheck(L_147);
DisplayObject_SetXY_mB67013955497B5AC0BDD3794175FB5DE85E6D3BA(L_147, L_152, L_157, /*hidden argument*/NULL);
}
IL_0479:
{
// if (_header != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_158 = __this->get__header_56();
if (!L_158)
{
goto IL_04b7;
}
}
{
// if (_refreshBarAxis == 0)
int32_t L_159 = __this->get__refreshBarAxis_13();
if (L_159)
{
goto IL_04a1;
}
}
{
// _header.height = _viewSize.y;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_160 = __this->get__header_56();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_161 = __this->get_address_of__viewSize_26();
float L_162 = L_161->get_y_1();
NullCheck(L_160);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_160, L_162, /*hidden argument*/NULL);
goto IL_04b7;
}
IL_04a1:
{
// _header.width = _viewSize.x;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_163 = __this->get__header_56();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_164 = __this->get_address_of__viewSize_26();
float L_165 = L_164->get_x_0();
NullCheck(L_163);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_163, L_165, /*hidden argument*/NULL);
}
IL_04b7:
{
// if (_footer != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_166 = __this->get__footer_57();
if (!L_166)
{
goto IL_04f5;
}
}
{
// if (_refreshBarAxis == 0)
int32_t L_167 = __this->get__refreshBarAxis_13();
if (L_167)
{
goto IL_04df;
}
}
{
// _footer.height = _viewSize.y;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_168 = __this->get__footer_57();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_169 = __this->get_address_of__viewSize_26();
float L_170 = L_169->get_y_1();
NullCheck(L_168);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_168, L_170, /*hidden argument*/NULL);
goto IL_04f5;
}
IL_04df:
{
// _footer.width = _viewSize.x;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_171 = __this->get__footer_57();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_172 = __this->get_address_of__viewSize_26();
float L_173 = L_172->get_x_0();
NullCheck(L_171);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_171, L_173, /*hidden argument*/NULL);
}
IL_04f5:
{
// SyncScrollBar(true);
ScrollPane_SyncScrollBar_mDCE6397C774EF3164BE0234CC05C693D233F3C09(__this, (bool)1, /*hidden argument*/NULL);
// CheckRefreshBar();
ScrollPane_CheckRefreshBar_m910EA8B2E99DE165D58B63499C18F0DF7BEEDA11(__this, /*hidden argument*/NULL);
// if (_pageMode)
bool L_174 = __this->get__pageMode_19();
if (!L_174)
{
goto IL_0510;
}
}
{
// UpdatePageController();
ScrollPane_UpdatePageController_m6AC7DC57A0ED5675806B909067F4BE86858E4E49(__this, /*hidden argument*/NULL);
}
IL_0510:
{
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::PosChanged(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_PosChanged_mA1DE1B4F15A4FF153A13F48376C51C81FC7F66D3 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___ani0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_PosChanged_mA1DE1B4F15A4FF153A13F48376C51C81FC7F66D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * G_B3_0 = NULL;
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * G_B2_0 = NULL;
int32_t G_B4_0 = 0;
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * G_B4_1 = NULL;
{
// if (_aniFlag == 0)
int32_t L_0 = __this->get__aniFlag_38();
if (L_0)
{
goto IL_0017;
}
}
{
// _aniFlag = ani ? 1 : -1;
bool L_1 = ___ani0;
G_B2_0 = __this;
if (L_1)
{
G_B3_0 = __this;
goto IL_000f;
}
}
{
G_B4_0 = (-1);
G_B4_1 = G_B2_0;
goto IL_0010;
}
IL_000f:
{
G_B4_0 = 1;
G_B4_1 = G_B3_0;
}
IL_0010:
{
NullCheck(G_B4_1);
G_B4_1->set__aniFlag_38(G_B4_0);
goto IL_002a;
}
IL_0017:
{
// else if (_aniFlag == 1 && !ani)
int32_t L_2 = __this->get__aniFlag_38();
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_002a;
}
}
{
bool L_3 = ___ani0;
if (L_3)
{
goto IL_002a;
}
}
{
// _aniFlag = -1;
__this->set__aniFlag_38((-1));
}
IL_002a:
{
// _needRefresh = true;
__this->set__needRefresh_12((bool)1);
// UpdateContext.OnBegin -= _refreshDelegate;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_4 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get_OnBegin_12();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_5 = __this->get__refreshDelegate_48();
Delegate_t * L_6 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_4, L_5, /*hidden argument*/NULL);
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set_OnBegin_12(((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_6, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var)));
// UpdateContext.OnBegin += _refreshDelegate;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_7 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get_OnBegin_12();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_8 = __this->get__refreshDelegate_48();
Delegate_t * L_9 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_7, L_8, /*hidden argument*/NULL);
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set_OnBegin_12(((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_9, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var)));
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::Refresh()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_Refresh_mAEA52EB7506C2380B15F03FBB55582A6E48CDC29 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_Refresh_mAEA52EB7506C2380B15F03FBB55582A6E48CDC29_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// _needRefresh = false;
__this->set__needRefresh_12((bool)0);
// UpdateContext.OnBegin -= _refreshDelegate;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_0 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get_OnBegin_12();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_1 = __this->get__refreshDelegate_48();
Delegate_t * L_2 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_0, L_1, /*hidden argument*/NULL);
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set_OnBegin_12(((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_2, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var)));
// if (_owner.displayObject == null || _owner.displayObject.isDisposed)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_3 = __this->get__owner_51();
NullCheck(L_3);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0040;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_5 = __this->get__owner_51();
NullCheck(L_5);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
bool L_7 = DisplayObject_get_isDisposed_mFBB8B449ECE8BB06DB80D1F0F1FC7496888810AF(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0041;
}
}
IL_0040:
{
// return;
return;
}
IL_0041:
{
// if (_pageMode || _snapToItem)
bool L_8 = __this->get__pageMode_19();
if (L_8)
{
goto IL_0051;
}
}
{
bool L_9 = __this->get__snapToItem_15();
if (!L_9)
{
goto IL_0089;
}
}
IL_0051:
{
// Vector2 pos = new Vector2(-_xPos, -_yPos);
float L_10 = __this->get__xPos_24();
float L_11 = __this->get__yPos_25();
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), ((-L_10)), ((-L_11)), /*hidden argument*/NULL);
// AlignPosition(ref pos, false);
ScrollPane_AlignPosition_m42AAE7454A81E5BD67519C02949A961CA6C36295(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), (bool)0, /*hidden argument*/NULL);
// _xPos = -pos.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = V_0;
float L_13 = L_12.get_x_0();
__this->set__xPos_24(((-L_13)));
// _yPos = -pos.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = V_0;
float L_15 = L_14.get_y_1();
__this->set__yPos_25(((-L_15)));
}
IL_0089:
{
// Refresh2();
ScrollPane_Refresh2_m69F99FB676F1CFD5757C59586635E12193165186(__this, /*hidden argument*/NULL);
// _onScroll.Call();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_16 = __this->get__onScroll_59();
NullCheck(L_16);
EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556(L_16, /*hidden argument*/NULL);
// if (_needRefresh) //?onScroll?????????????????????????
bool L_17 = __this->get__needRefresh_12();
if (!L_17)
{
goto IL_00ca;
}
}
{
// _needRefresh = false;
__this->set__needRefresh_12((bool)0);
// UpdateContext.OnBegin -= _refreshDelegate;
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_18 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get_OnBegin_12();
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * L_19 = __this->get__refreshDelegate_48();
Delegate_t * L_20 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_18, L_19, /*hidden argument*/NULL);
((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->set_OnBegin_12(((EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 *)CastclassSealed((RuntimeObject*)L_20, EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var)));
// Refresh2();
ScrollPane_Refresh2_m69F99FB676F1CFD5757C59586635E12193165186(__this, /*hidden argument*/NULL);
}
IL_00ca:
{
// SyncScrollBar();
ScrollPane_SyncScrollBar_mDCE6397C774EF3164BE0234CC05C693D233F3C09(__this, (bool)0, /*hidden argument*/NULL);
// _aniFlag = 0;
__this->set__aniFlag_38(0);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::Refresh2()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_Refresh2_m69F99FB676F1CFD5757C59586635E12193165186 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_Refresh2_m69F99FB676F1CFD5757C59586635E12193165186_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (_aniFlag == 1 && !_isMouseMoved)
int32_t L_0 = __this->get__aniFlag_38();
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_0155;
}
}
{
bool L_1 = __this->get__isMouseMoved_36();
if (L_1)
{
goto IL_0155;
}
}
{
// Vector2 pos = new Vector2();
il2cpp_codegen_initobj((&V_0), sizeof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ));
// if (_overlapSize.x > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = __this->get_address_of__overlapSize_28();
float L_3 = L_2->get_x_0();
if ((!(((float)L_3) > ((float)(0.0f)))))
{
goto IL_0043;
}
}
{
// pos.x = -(int)_xPos;
float L_4 = __this->get__xPos_24();
(&V_0)->set_x_0((((float)((float)((-(((int32_t)((int32_t)L_4)))))))));
goto IL_0071;
}
IL_0043:
{
// if (_container.x != 0)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_5 = __this->get__container_53();
NullCheck(L_5);
float L_6 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_5, /*hidden argument*/NULL);
if ((((float)L_6) == ((float)(0.0f))))
{
goto IL_0065;
}
}
{
// _container.x = 0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_7 = __this->get__container_53();
NullCheck(L_7);
DisplayObject_set_x_m16DB82AEDCA6F088918F7AD3F437B4087033A9F3(L_7, (0.0f), /*hidden argument*/NULL);
}
IL_0065:
{
// pos.x = 0;
(&V_0)->set_x_0((0.0f));
}
IL_0071:
{
// if (_overlapSize.y > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_8 = __this->get_address_of__overlapSize_28();
float L_9 = L_8->get_y_1();
if ((!(((float)L_9) > ((float)(0.0f)))))
{
goto IL_0095;
}
}
{
// pos.y = -(int)_yPos;
float L_10 = __this->get__yPos_25();
(&V_0)->set_y_1((((float)((float)((-(((int32_t)((int32_t)L_10)))))))));
goto IL_00c3;
}
IL_0095:
{
// if (_container.y != 0)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_11 = __this->get__container_53();
NullCheck(L_11);
float L_12 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_11, /*hidden argument*/NULL);
if ((((float)L_12) == ((float)(0.0f))))
{
goto IL_00b7;
}
}
{
// _container.y = 0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_13 = __this->get__container_53();
NullCheck(L_13);
DisplayObject_set_y_m64A76B520A47537603AAEED4B378DCFA75322388(L_13, (0.0f), /*hidden argument*/NULL);
}
IL_00b7:
{
// pos.y = 0;
(&V_0)->set_y_1((0.0f));
}
IL_00c3:
{
// if (pos.x != _container.x || pos.y != _container.y)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = V_0;
float L_15 = L_14.get_x_0();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_16 = __this->get__container_53();
NullCheck(L_16);
float L_17 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_16, /*hidden argument*/NULL);
if ((!(((float)L_15) == ((float)L_17))))
{
goto IL_00e9;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_18 = V_0;
float L_19 = L_18.get_y_1();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_20 = __this->get__container_53();
NullCheck(L_20);
float L_21 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_20, /*hidden argument*/NULL);
if ((((float)L_19) == ((float)L_21)))
{
goto IL_0145;
}
}
IL_00e9:
{
// _tweening = 1;
__this->set__tweening_43(1);
// _tweenTime = Vector2.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_22 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
__this->set__tweenTime_46(L_22);
// _tweenDuration = new Vector2(TWEEN_TIME_GO, TWEEN_TIME_GO);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_23;
memset((&L_23), 0, sizeof(L_23));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_23), (0.5f), (0.5f), /*hidden argument*/NULL);
__this->set__tweenDuration_47(L_23);
// _tweenStart = _container.xy;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_24 = __this->get__container_53();
NullCheck(L_24);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_25 = DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D(L_24, /*hidden argument*/NULL);
__this->set__tweenStart_44(L_25);
// _tweenChange = pos - _tweenStart;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_26 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_27 = __this->get__tweenStart_44();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_28 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_26, L_27, /*hidden argument*/NULL);
__this->set__tweenChange_45(L_28);
// Timers.inst.AddUpdate(_tweenUpdateDelegate);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_29 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_30 = __this->get__tweenUpdateDelegate_49();
NullCheck(L_29);
Timers_AddUpdate_m6A2E170A5A93A75F3A12D3C6C18977E77AB7B6BC(L_29, L_30, /*hidden argument*/NULL);
// }
goto IL_0187;
}
IL_0145:
{
// else if (_tweening != 0)
int32_t L_31 = __this->get__tweening_43();
if (!L_31)
{
goto IL_0187;
}
}
{
// KillTween();
ScrollPane_KillTween_mDE389CA248DAFA3275CA102C33AA1D3871BB7FD7(__this, /*hidden argument*/NULL);
// }
goto IL_0187;
}
IL_0155:
{
// if (_tweening != 0)
int32_t L_32 = __this->get__tweening_43();
if (!L_32)
{
goto IL_0163;
}
}
{
// KillTween();
ScrollPane_KillTween_mDE389CA248DAFA3275CA102C33AA1D3871BB7FD7(__this, /*hidden argument*/NULL);
}
IL_0163:
{
// _container.SetXY((int)-_xPos, (int)-_yPos);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_33 = __this->get__container_53();
float L_34 = __this->get__xPos_24();
float L_35 = __this->get__yPos_25();
NullCheck(L_33);
DisplayObject_SetXY_mB67013955497B5AC0BDD3794175FB5DE85E6D3BA(L_33, (((float)((float)(((int32_t)((int32_t)((-L_34)))))))), (((float)((float)(((int32_t)((int32_t)((-L_35)))))))), /*hidden argument*/NULL);
// LoopCheckingCurrent();
ScrollPane_LoopCheckingCurrent_m8706ABEA70FBF708FBF8495A4353DFC1C608D317(__this, /*hidden argument*/NULL);
}
IL_0187:
{
// if (_pageMode)
bool L_36 = __this->get__pageMode_19();
if (!L_36)
{
goto IL_0195;
}
}
{
// UpdatePageController();
ScrollPane_UpdatePageController_m6AC7DC57A0ED5675806B909067F4BE86858E4E49(__this, /*hidden argument*/NULL);
}
IL_0195:
{
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::UpdateClipSoft()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_UpdateClipSoft_m2B4155B99B59A2DEC480E1C7824E6CDCE92E9D1D (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_UpdateClipSoft_m2B4155B99B59A2DEC480E1C7824E6CDCE92E9D1D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B5_0 = NULL;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B3_0 = NULL;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B4_0 = NULL;
float G_B6_0 = 0.0f;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B6_1 = NULL;
float G_B9_0 = 0.0f;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B9_1 = NULL;
float G_B7_0 = 0.0f;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B7_1 = NULL;
float G_B8_0 = 0.0f;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B8_1 = NULL;
float G_B10_0 = 0.0f;
float G_B10_1 = 0.0f;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B10_2 = NULL;
float G_B12_0 = 0.0f;
float G_B12_1 = 0.0f;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B12_2 = NULL;
float G_B11_0 = 0.0f;
float G_B11_1 = 0.0f;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B11_2 = NULL;
float G_B13_0 = 0.0f;
float G_B13_1 = 0.0f;
float G_B13_2 = 0.0f;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B13_3 = NULL;
float G_B15_0 = 0.0f;
float G_B15_1 = 0.0f;
float G_B15_2 = 0.0f;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B15_3 = NULL;
float G_B14_0 = 0.0f;
float G_B14_1 = 0.0f;
float G_B14_2 = 0.0f;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B14_3 = NULL;
float G_B16_0 = 0.0f;
float G_B16_1 = 0.0f;
float G_B16_2 = 0.0f;
float G_B16_3 = 0.0f;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * G_B16_4 = NULL;
{
// Vector2 softness = _owner.clipSoftness;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__owner_51();
NullCheck(L_0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = GComponent_get_clipSoftness_m77C8B30B431256DD7D72A90FD1F64570D39681FC_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (softness.x != 0 || softness.y != 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = V_0;
float L_3 = L_2.get_x_0();
if ((!(((float)L_3) == ((float)(0.0f)))))
{
goto IL_0029;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = V_0;
float L_5 = L_4.get_y_1();
if ((((float)L_5) == ((float)(0.0f))))
{
goto IL_00e5;
}
}
IL_0029:
{
// _maskContainer.clipSoftness = new Vector4(
// (_container.x >= 0 || !_softnessOnTopOrLeftSide) ? 0 : softness.x,
// (_container.y >= 0 || !_softnessOnTopOrLeftSide) ? 0 : softness.y,
// (-_container.x - _overlapSize.x >= 0) ? 0 : softness.x,
// (-_container.y - _overlapSize.y >= 0) ? 0 : softness.y);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_6 = __this->get__maskContainer_52();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_7 = __this->get__container_53();
NullCheck(L_7);
float L_8 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_7, /*hidden argument*/NULL);
G_B3_0 = L_6;
if ((((float)L_8) >= ((float)(0.0f))))
{
G_B5_0 = L_6;
goto IL_0051;
}
}
{
bool L_9 = __this->get__softnessOnTopOrLeftSide_18();
G_B4_0 = G_B3_0;
if (!L_9)
{
G_B5_0 = G_B3_0;
goto IL_0051;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10 = V_0;
float L_11 = L_10.get_x_0();
G_B6_0 = L_11;
G_B6_1 = G_B4_0;
goto IL_0056;
}
IL_0051:
{
G_B6_0 = (0.0f);
G_B6_1 = G_B5_0;
}
IL_0056:
{
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_12 = __this->get__container_53();
NullCheck(L_12);
float L_13 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_12, /*hidden argument*/NULL);
G_B7_0 = G_B6_0;
G_B7_1 = G_B6_1;
if ((((float)L_13) >= ((float)(0.0f))))
{
G_B9_0 = G_B6_0;
G_B9_1 = G_B6_1;
goto IL_0078;
}
}
{
bool L_14 = __this->get__softnessOnTopOrLeftSide_18();
G_B8_0 = G_B7_0;
G_B8_1 = G_B7_1;
if (!L_14)
{
G_B9_0 = G_B7_0;
G_B9_1 = G_B7_1;
goto IL_0078;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15 = V_0;
float L_16 = L_15.get_y_1();
G_B10_0 = L_16;
G_B10_1 = G_B8_0;
G_B10_2 = G_B8_1;
goto IL_007d;
}
IL_0078:
{
G_B10_0 = (0.0f);
G_B10_1 = G_B9_0;
G_B10_2 = G_B9_1;
}
IL_007d:
{
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_17 = __this->get__container_53();
NullCheck(L_17);
float L_18 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_17, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_19 = __this->get_address_of__overlapSize_28();
float L_20 = L_19->get_x_0();
G_B11_0 = G_B10_0;
G_B11_1 = G_B10_1;
G_B11_2 = G_B10_2;
if ((((float)((float)il2cpp_codegen_subtract((float)((-L_18)), (float)L_20))) >= ((float)(0.0f))))
{
G_B12_0 = G_B10_0;
G_B12_1 = G_B10_1;
G_B12_2 = G_B10_2;
goto IL_00a4;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21 = V_0;
float L_22 = L_21.get_x_0();
G_B13_0 = L_22;
G_B13_1 = G_B11_0;
G_B13_2 = G_B11_1;
G_B13_3 = G_B11_2;
goto IL_00a9;
}
IL_00a4:
{
G_B13_0 = (0.0f);
G_B13_1 = G_B12_0;
G_B13_2 = G_B12_1;
G_B13_3 = G_B12_2;
}
IL_00a9:
{
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_23 = __this->get__container_53();
NullCheck(L_23);
float L_24 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_23, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_25 = __this->get_address_of__overlapSize_28();
float L_26 = L_25->get_y_1();
G_B14_0 = G_B13_0;
G_B14_1 = G_B13_1;
G_B14_2 = G_B13_2;
G_B14_3 = G_B13_3;
if ((((float)((float)il2cpp_codegen_subtract((float)((-L_24)), (float)L_26))) >= ((float)(0.0f))))
{
G_B15_0 = G_B13_0;
G_B15_1 = G_B13_1;
G_B15_2 = G_B13_2;
G_B15_3 = G_B13_3;
goto IL_00d0;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_27 = V_0;
float L_28 = L_27.get_y_1();
G_B16_0 = L_28;
G_B16_1 = G_B14_0;
G_B16_2 = G_B14_1;
G_B16_3 = G_B14_2;
G_B16_4 = G_B14_3;
goto IL_00d5;
}
IL_00d0:
{
G_B16_0 = (0.0f);
G_B16_1 = G_B15_0;
G_B16_2 = G_B15_1;
G_B16_3 = G_B15_2;
G_B16_4 = G_B15_3;
}
IL_00d5:
{
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_29;
memset((&L_29), 0, sizeof(L_29));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_29), G_B16_3, G_B16_2, G_B16_1, G_B16_0, /*hidden argument*/NULL);
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 L_30;
memset((&L_30), 0, sizeof(L_30));
Nullable_1__ctor_mF87F7FF675E4B47A669B1FFDD9ADE758C6062A1B((&L_30), L_29, /*hidden argument*/Nullable_1__ctor_mF87F7FF675E4B47A669B1FFDD9ADE758C6062A1B_RuntimeMethod_var);
NullCheck(G_B16_4);
G_B16_4->set_clipSoftness_55(L_30);
// }
return;
}
IL_00e5:
{
// _maskContainer.clipSoftness = null;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_31 = __this->get__maskContainer_52();
NullCheck(L_31);
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 * L_32 = L_31->get_address_of_clipSoftness_55();
il2cpp_codegen_initobj(L_32, sizeof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 ));
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::SyncScrollBar(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_SyncScrollBar_mDCE6397C774EF3164BE0234CC05C693D233F3C09 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___end0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_SyncScrollBar_mDCE6397C774EF3164BE0234CC05C693D233F3C09_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * G_B3_0 = NULL;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * G_B2_0 = NULL;
float G_B4_0 = 0.0f;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * G_B4_1 = NULL;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * G_B9_0 = NULL;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * G_B8_0 = NULL;
float G_B10_0 = 0.0f;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * G_B10_1 = NULL;
{
// if (_vtScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_0 = __this->get__vtScrollBar_55();
if (!L_0)
{
goto IL_006b;
}
}
{
// _vtScrollBar.scrollPerc = _overlapSize.y == 0 ? 0 : Mathf.Clamp(-_container.y, 0, _overlapSize.y) / _overlapSize.y;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_1 = __this->get__vtScrollBar_55();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = __this->get_address_of__overlapSize_28();
float L_3 = L_2->get_y_1();
G_B2_0 = L_1;
if ((((float)L_3) == ((float)(0.0f))))
{
G_B3_0 = L_1;
goto IL_004f;
}
}
{
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_4 = __this->get__container_53();
NullCheck(L_4);
float L_5 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_4, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_6 = __this->get_address_of__overlapSize_28();
float L_7 = L_6->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_8 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(((-L_5)), (0.0f), L_7, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_9 = __this->get_address_of__overlapSize_28();
float L_10 = L_9->get_y_1();
G_B4_0 = ((float)((float)L_8/(float)L_10));
G_B4_1 = G_B2_0;
goto IL_0054;
}
IL_004f:
{
G_B4_0 = (0.0f);
G_B4_1 = G_B3_0;
}
IL_0054:
{
NullCheck(G_B4_1);
GScrollBar_set_scrollPerc_mFD91F1E1BBA6E7D729888815893D20B2AE80FE93(G_B4_1, G_B4_0, /*hidden argument*/NULL);
// if (_scrollBarDisplayAuto)
bool L_11 = __this->get__scrollBarDisplayAuto_9();
if (!L_11)
{
goto IL_006b;
}
}
{
// ShowScrollBar(!end);
bool L_12 = ___end0;
ScrollPane_ShowScrollBar_m08F50827FBA397ABAD1AB81CFF685CB4837B1EB7(__this, (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
}
IL_006b:
{
// if (_hzScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_13 = __this->get__hzScrollBar_54();
if (!L_13)
{
goto IL_00d6;
}
}
{
// _hzScrollBar.scrollPerc = _overlapSize.x == 0 ? 0 : Mathf.Clamp(-_container.x, 0, _overlapSize.x) / _overlapSize.x;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_14 = __this->get__hzScrollBar_54();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_15 = __this->get_address_of__overlapSize_28();
float L_16 = L_15->get_x_0();
G_B8_0 = L_14;
if ((((float)L_16) == ((float)(0.0f))))
{
G_B9_0 = L_14;
goto IL_00ba;
}
}
{
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_17 = __this->get__container_53();
NullCheck(L_17);
float L_18 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_17, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_19 = __this->get_address_of__overlapSize_28();
float L_20 = L_19->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_21 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(((-L_18)), (0.0f), L_20, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_22 = __this->get_address_of__overlapSize_28();
float L_23 = L_22->get_x_0();
G_B10_0 = ((float)((float)L_21/(float)L_23));
G_B10_1 = G_B8_0;
goto IL_00bf;
}
IL_00ba:
{
G_B10_0 = (0.0f);
G_B10_1 = G_B9_0;
}
IL_00bf:
{
NullCheck(G_B10_1);
GScrollBar_set_scrollPerc_mFD91F1E1BBA6E7D729888815893D20B2AE80FE93(G_B10_1, G_B10_0, /*hidden argument*/NULL);
// if (_scrollBarDisplayAuto)
bool L_24 = __this->get__scrollBarDisplayAuto_9();
if (!L_24)
{
goto IL_00d6;
}
}
{
// ShowScrollBar(!end);
bool L_25 = ___end0;
ScrollPane_ShowScrollBar_m08F50827FBA397ABAD1AB81CFF685CB4837B1EB7(__this, (bool)((((int32_t)L_25) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
}
IL_00d6:
{
// UpdateClipSoft();
ScrollPane_UpdateClipSoft_m2B4155B99B59A2DEC480E1C7824E6CDCE92E9D1D(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::__touchBegin(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane___touchBegin_mECE4EA65235D0C2B752DC536EC196142058D2918 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane___touchBegin_mECE4EA65235D0C2B752DC536EC196142058D2918_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (!_touchEffect)
bool L_0 = __this->get__touchEffect_8();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// InputEvent evt = context.inputEvent;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_1 = ___context0;
NullCheck(L_1);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_2 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_1, /*hidden argument*/NULL);
V_0 = L_2;
// if (evt.button != 0)
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = InputEvent_get_button_mA0AFF1A99898B31AFC52C5A9CB3880608F83451F_inline(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0019;
}
}
{
// return;
return;
}
IL_0019:
{
// context.CaptureTouch();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_5 = ___context0;
NullCheck(L_5);
EventContext_CaptureTouch_m65DBDB9617F3CAA1B20FEE80C30068FECF74A33D(L_5, /*hidden argument*/NULL);
// Vector2 pt = _owner.GlobalToLocal(evt.position);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = __this->get__owner_51();
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_7 = V_0;
NullCheck(L_7);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = InputEvent_get_position_m629395D1B34312D6DA57A7F91277BC38D303770C(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(L_6, L_8, /*hidden argument*/NULL);
V_1 = L_9;
// if (_tweening != 0)
int32_t L_10 = __this->get__tweening_43();
if (!L_10)
{
goto IL_0058;
}
}
{
// KillTween();
ScrollPane_KillTween_mDE389CA248DAFA3275CA102C33AA1D3871BB7FD7(__this, /*hidden argument*/NULL);
// Stage.inst.CancelClick(evt.touchId);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_11 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_12 = V_0;
NullCheck(L_12);
int32_t L_13 = InputEvent_get_touchId_mF49C46B8546915BE1727492794E5F37F3A7AE3A0_inline(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
Stage_CancelClick_mFB9C7EF5B6BCF7D5CD1EDAF76448CB6AF1DA66CE(L_11, L_13, /*hidden argument*/NULL);
// _isMouseMoved = true;
__this->set__isMouseMoved_36((bool)1);
// }
goto IL_005f;
}
IL_0058:
{
// _isMouseMoved = false;
__this->set__isMouseMoved_36((bool)0);
}
IL_005f:
{
// _containerPos = _container.xy;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_14 = __this->get__container_53();
NullCheck(L_14);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15 = DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D(L_14, /*hidden argument*/NULL);
__this->set__containerPos_29(L_15);
// _beginTouchPos = _lastTouchPos = pt;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_16 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17 = L_16;
V_2 = L_17;
__this->set__lastTouchPos_31(L_17);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_18 = V_2;
__this->set__beginTouchPos_30(L_18);
// _lastTouchGlobalPos = evt.position;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_19 = V_0;
NullCheck(L_19);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_20 = InputEvent_get_position_m629395D1B34312D6DA57A7F91277BC38D303770C(L_19, /*hidden argument*/NULL);
__this->set__lastTouchGlobalPos_32(L_20);
// _isHoldAreaDone = false;
__this->set__isHoldAreaDone_37((bool)0);
// _velocity = Vector2.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
__this->set__velocity_33(L_21);
// _velocityScale = 1;
__this->set__velocityScale_34((1.0f));
// _lastMoveTime = Time.unscaledTime;
float L_22 = Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472(/*hidden argument*/NULL);
__this->set__lastMoveTime_35(L_22);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::__touchMove(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane___touchMove_m8010B73BE53BEC23FD44A9F02E2A2803088DF35D (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane___touchMove_m8010B73BE53BEC23FD44A9F02E2A2803088DF35D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
float V_3 = 0.0f;
bool V_4 = false;
bool V_5 = false;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_6;
memset((&V_6), 0, sizeof(V_6));
float V_7 = 0.0f;
float V_8 = 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_9;
memset((&V_9), 0, sizeof(V_9));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_10;
memset((&V_10), 0, sizeof(V_10));
float V_11 = 0.0f;
float V_12 = 0.0f;
{
// if (!_touchEffect || draggingPane != null && draggingPane != this || GObject.draggingObject != null) //???????
bool L_0 = __this->get__touchEffect_8();
if (!L_0)
{
goto IL_001e;
}
}
{
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_1 = ScrollPane_get_draggingPane_m230992ABE2213E9E83F539A00E1F7DA44BC864B4_inline(/*hidden argument*/NULL);
if (!L_1)
{
goto IL_0017;
}
}
{
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_2 = ScrollPane_get_draggingPane_m230992ABE2213E9E83F539A00E1F7DA44BC864B4_inline(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE *)L_2) == ((RuntimeObject*)(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE *)__this))))
{
goto IL_001e;
}
}
IL_0017:
{
IL2CPP_RUNTIME_CLASS_INIT(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = GObject_get_draggingObject_m07AA385ADF9B1F463B6AB0E74DFA8199961EA15B_inline(/*hidden argument*/NULL);
if (!L_3)
{
goto IL_001f;
}
}
IL_001e:
{
// return;
return;
}
IL_001f:
{
// InputEvent evt = context.inputEvent;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_4 = ___context0;
NullCheck(L_4);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_5 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_4, /*hidden argument*/NULL);
V_0 = L_5;
// Vector2 pt = _owner.GlobalToLocal(evt.position);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = __this->get__owner_51();
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_7 = V_0;
NullCheck(L_7);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = InputEvent_get_position_m629395D1B34312D6DA57A7F91277BC38D303770C(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(L_6, L_8, /*hidden argument*/NULL);
V_1 = L_9;
// if (float.IsNaN(pt.x))
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10 = V_1;
float L_11 = L_10.get_x_0();
bool L_12 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0046;
}
}
{
// return;
return;
}
IL_0046:
{
// if (Stage.touchScreen)
bool L_13 = Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0C_inline(/*hidden argument*/NULL);
if (!L_13)
{
goto IL_0055;
}
}
{
// sensitivity = UIConfig.touchScrollSensitivity;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_14 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_touchScrollSensitivity_23();
V_2 = L_14;
goto IL_0057;
}
IL_0055:
{
// sensitivity = 8;
V_2 = 8;
}
IL_0057:
{
// bool sv = false, sh = false;
V_4 = (bool)0;
// bool sv = false, sh = false;
V_5 = (bool)0;
// if (_scrollType == ScrollType.Vertical)
int32_t L_15 = __this->get__scrollType_3();
if ((!(((uint32_t)L_15) == ((uint32_t)1))))
{
goto IL_00c8;
}
}
{
// if (!_isHoldAreaDone)
bool L_16 = __this->get__isHoldAreaDone_37();
if (L_16)
{
goto IL_00c0;
}
}
{
// _gestureFlag |= 1;
int32_t L_17 = ((ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields*)il2cpp_codegen_static_fields_for(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_il2cpp_TypeInfo_var))->get__gestureFlag_63();
((ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields*)il2cpp_codegen_static_fields_for(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_il2cpp_TypeInfo_var))->set__gestureFlag_63(((int32_t)((int32_t)L_17|(int32_t)1)));
// diff = Mathf.Abs(_beginTouchPos.y - pt.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_18 = __this->get_address_of__beginTouchPos_30();
float L_19 = L_18->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_20 = V_1;
float L_21 = L_20.get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_22 = fabsf(((float)il2cpp_codegen_subtract((float)L_19, (float)L_21)));
V_3 = L_22;
// if (diff < sensitivity)
float L_23 = V_3;
int32_t L_24 = V_2;
if ((!(((float)L_23) < ((float)(((float)((float)L_24)))))))
{
goto IL_0098;
}
}
{
// return;
return;
}
IL_0098:
{
// if ((_gestureFlag & 2) != 0) //?????????????????????????????????????????
int32_t L_25 = ((ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields*)il2cpp_codegen_static_fields_for(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_il2cpp_TypeInfo_var))->get__gestureFlag_63();
if (!((int32_t)((int32_t)L_25&(int32_t)2)))
{
goto IL_00c0;
}
}
{
// float diff2 = Mathf.Abs(_beginTouchPos.x - pt.x);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_26 = __this->get_address_of__beginTouchPos_30();
float L_27 = L_26->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_28 = V_1;
float L_29 = L_28.get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_30 = fabsf(((float)il2cpp_codegen_subtract((float)L_27, (float)L_29)));
V_11 = L_30;
// if (diff < diff2) //??????????
float L_31 = V_3;
float L_32 = V_11;
if ((!(((float)L_31) < ((float)L_32))))
{
goto IL_00c0;
}
}
{
// return;
return;
}
IL_00c0:
{
// sv = true;
V_4 = (bool)1;
// }
goto IL_017e;
}
IL_00c8:
{
// else if (_scrollType == ScrollType.Horizontal)
int32_t L_33 = __this->get__scrollType_3();
if (L_33)
{
goto IL_012f;
}
}
{
// if (!_isHoldAreaDone)
bool L_34 = __this->get__isHoldAreaDone_37();
if (L_34)
{
goto IL_012a;
}
}
{
// _gestureFlag |= 2;
int32_t L_35 = ((ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields*)il2cpp_codegen_static_fields_for(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_il2cpp_TypeInfo_var))->get__gestureFlag_63();
((ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields*)il2cpp_codegen_static_fields_for(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_il2cpp_TypeInfo_var))->set__gestureFlag_63(((int32_t)((int32_t)L_35|(int32_t)2)));
// diff = Mathf.Abs(_beginTouchPos.x - pt.x);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_36 = __this->get_address_of__beginTouchPos_30();
float L_37 = L_36->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_38 = V_1;
float L_39 = L_38.get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_40 = fabsf(((float)il2cpp_codegen_subtract((float)L_37, (float)L_39)));
V_3 = L_40;
// if (diff < sensitivity)
float L_41 = V_3;
int32_t L_42 = V_2;
if ((!(((float)L_41) < ((float)(((float)((float)L_42)))))))
{
goto IL_0102;
}
}
{
// return;
return;
}
IL_0102:
{
// if ((_gestureFlag & 1) != 0)
int32_t L_43 = ((ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields*)il2cpp_codegen_static_fields_for(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_il2cpp_TypeInfo_var))->get__gestureFlag_63();
if (!((int32_t)((int32_t)L_43&(int32_t)1)))
{
goto IL_012a;
}
}
{
// float diff2 = Mathf.Abs(_beginTouchPos.y - pt.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_44 = __this->get_address_of__beginTouchPos_30();
float L_45 = L_44->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_46 = V_1;
float L_47 = L_46.get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_48 = fabsf(((float)il2cpp_codegen_subtract((float)L_45, (float)L_47)));
V_12 = L_48;
// if (diff < diff2)
float L_49 = V_3;
float L_50 = V_12;
if ((!(((float)L_49) < ((float)L_50))))
{
goto IL_012a;
}
}
{
// return;
return;
}
IL_012a:
{
// sh = true;
V_5 = (bool)1;
// }
goto IL_017e;
}
IL_012f:
{
// _gestureFlag = 3;
((ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields*)il2cpp_codegen_static_fields_for(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_il2cpp_TypeInfo_var))->set__gestureFlag_63(3);
// if (!_isHoldAreaDone)
bool L_51 = __this->get__isHoldAreaDone_37();
if (L_51)
{
goto IL_0178;
}
}
{
// diff = Mathf.Abs(_beginTouchPos.y - pt.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_52 = __this->get_address_of__beginTouchPos_30();
float L_53 = L_52->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_54 = V_1;
float L_55 = L_54.get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_56 = fabsf(((float)il2cpp_codegen_subtract((float)L_53, (float)L_55)));
V_3 = L_56;
// if (diff < sensitivity)
float L_57 = V_3;
int32_t L_58 = V_2;
if ((!(((float)L_57) < ((float)(((float)((float)L_58)))))))
{
goto IL_0178;
}
}
{
// diff = Mathf.Abs(_beginTouchPos.x - pt.x);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_59 = __this->get_address_of__beginTouchPos_30();
float L_60 = L_59->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_61 = V_1;
float L_62 = L_61.get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_63 = fabsf(((float)il2cpp_codegen_subtract((float)L_60, (float)L_62)));
V_3 = L_63;
// if (diff < sensitivity)
float L_64 = V_3;
int32_t L_65 = V_2;
if ((!(((float)L_64) < ((float)(((float)((float)L_65)))))))
{
goto IL_0178;
}
}
{
// return;
return;
}
IL_0178:
{
// sv = sh = true;
int32_t L_66 = 1;
V_5 = (bool)L_66;
V_4 = (bool)L_66;
}
IL_017e:
{
// Vector2 newPos = _containerPos + pt - _beginTouchPos;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_67 = __this->get__containerPos_29();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_68 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_69 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_67, L_68, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_70 = __this->get__beginTouchPos_30();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_71 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_69, L_70, /*hidden argument*/NULL);
V_6 = L_71;
// newPos.x = (int)newPos.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_72 = V_6;
float L_73 = L_72.get_x_0();
(&V_6)->set_x_0((((float)((float)(((int32_t)((int32_t)L_73)))))));
// newPos.y = (int)newPos.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_74 = V_6;
float L_75 = L_74.get_y_1();
(&V_6)->set_y_1((((float)((float)(((int32_t)((int32_t)L_75)))))));
// if (sv)
bool L_76 = V_4;
if (!L_76)
{
goto IL_035b;
}
}
{
// if (newPos.y > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_77 = V_6;
float L_78 = L_77.get_y_1();
if ((!(((float)L_78) > ((float)(0.0f)))))
{
goto IL_0266;
}
}
{
// if (!_bouncebackEffect)
bool L_79 = __this->get__bouncebackEffect_7();
if (L_79)
{
goto IL_01ec;
}
}
{
// _container.y = 0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_80 = __this->get__container_53();
NullCheck(L_80);
DisplayObject_set_y_m64A76B520A47537603AAEED4B378DCFA75322388(L_80, (0.0f), /*hidden argument*/NULL);
goto IL_035b;
}
IL_01ec:
{
// else if (_header != null && _header.maxHeight != 0)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_81 = __this->get__header_56();
if (!L_81)
{
goto IL_0231;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_82 = __this->get__header_56();
NullCheck(L_82);
int32_t L_83 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_82)->get_maxHeight_12();
if (!L_83)
{
goto IL_0231;
}
}
{
// _container.y = (int)Mathf.Min(newPos.y * 0.5f, _header.maxHeight);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_84 = __this->get__container_53();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_85 = V_6;
float L_86 = L_85.get_y_1();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_87 = __this->get__header_56();
NullCheck(L_87);
int32_t L_88 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_87)->get_maxHeight_12();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_89 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(((float)il2cpp_codegen_multiply((float)L_86, (float)(0.5f))), (((float)((float)L_88))), /*hidden argument*/NULL);
NullCheck(L_84);
DisplayObject_set_y_m64A76B520A47537603AAEED4B378DCFA75322388(L_84, (((float)((float)(((int32_t)((int32_t)L_89)))))), /*hidden argument*/NULL);
goto IL_035b;
}
IL_0231:
{
// _container.y = (int)Mathf.Min(newPos.y * 0.5f, _viewSize.y * PULL_RATIO);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_90 = __this->get__container_53();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_91 = V_6;
float L_92 = L_91.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_93 = __this->get_address_of__viewSize_26();
float L_94 = L_93->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_95 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(((float)il2cpp_codegen_multiply((float)L_92, (float)(0.5f))), ((float)il2cpp_codegen_multiply((float)L_94, (float)(0.5f))), /*hidden argument*/NULL);
NullCheck(L_90);
DisplayObject_set_y_m64A76B520A47537603AAEED4B378DCFA75322388(L_90, (((float)((float)(((int32_t)((int32_t)L_95)))))), /*hidden argument*/NULL);
// }
goto IL_035b;
}
IL_0266:
{
// else if (newPos.y < -_overlapSize.y)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_96 = V_6;
float L_97 = L_96.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_98 = __this->get_address_of__overlapSize_28();
float L_99 = L_98->get_y_1();
if ((!(((float)L_97) < ((float)((-L_99))))))
{
goto IL_0349;
}
}
{
// if (!_bouncebackEffect)
bool L_100 = __this->get__bouncebackEffect_7();
if (L_100)
{
goto IL_02a2;
}
}
{
// _container.y = -_overlapSize.y;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_101 = __this->get__container_53();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_102 = __this->get_address_of__overlapSize_28();
float L_103 = L_102->get_y_1();
NullCheck(L_101);
DisplayObject_set_y_m64A76B520A47537603AAEED4B378DCFA75322388(L_101, ((-L_103)), /*hidden argument*/NULL);
goto IL_035b;
}
IL_02a2:
{
// else if (_footer != null && _footer.maxHeight > 0)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_104 = __this->get__footer_57();
if (!L_104)
{
goto IL_02fe;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_105 = __this->get__footer_57();
NullCheck(L_105);
int32_t L_106 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_105)->get_maxHeight_12();
if ((((int32_t)L_106) <= ((int32_t)0)))
{
goto IL_02fe;
}
}
{
// _container.y = (int)Mathf.Max((newPos.y + _overlapSize.y) * 0.5f, -_footer.maxHeight) - _overlapSize.y;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_107 = __this->get__container_53();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_108 = V_6;
float L_109 = L_108.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_110 = __this->get_address_of__overlapSize_28();
float L_111 = L_110->get_y_1();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_112 = __this->get__footer_57();
NullCheck(L_112);
int32_t L_113 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_112)->get_maxHeight_12();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_114 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_109, (float)L_111)), (float)(0.5f))), (((float)((float)((-L_113))))), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_115 = __this->get_address_of__overlapSize_28();
float L_116 = L_115->get_y_1();
NullCheck(L_107);
DisplayObject_set_y_m64A76B520A47537603AAEED4B378DCFA75322388(L_107, ((float)il2cpp_codegen_subtract((float)(((float)((float)(((int32_t)((int32_t)L_114)))))), (float)L_116)), /*hidden argument*/NULL);
goto IL_035b;
}
IL_02fe:
{
// _container.y = (int)Mathf.Max((newPos.y + _overlapSize.y) * 0.5f, -_viewSize.y * PULL_RATIO) - _overlapSize.y;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_117 = __this->get__container_53();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_118 = V_6;
float L_119 = L_118.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_120 = __this->get_address_of__overlapSize_28();
float L_121 = L_120->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_122 = __this->get_address_of__viewSize_26();
float L_123 = L_122->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_124 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_119, (float)L_121)), (float)(0.5f))), ((float)il2cpp_codegen_multiply((float)((-L_123)), (float)(0.5f))), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_125 = __this->get_address_of__overlapSize_28();
float L_126 = L_125->get_y_1();
NullCheck(L_117);
DisplayObject_set_y_m64A76B520A47537603AAEED4B378DCFA75322388(L_117, ((float)il2cpp_codegen_subtract((float)(((float)((float)(((int32_t)((int32_t)L_124)))))), (float)L_126)), /*hidden argument*/NULL);
// }
goto IL_035b;
}
IL_0349:
{
// _container.y = newPos.y;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_127 = __this->get__container_53();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_128 = V_6;
float L_129 = L_128.get_y_1();
NullCheck(L_127);
DisplayObject_set_y_m64A76B520A47537603AAEED4B378DCFA75322388(L_127, L_129, /*hidden argument*/NULL);
}
IL_035b:
{
// if (sh)
bool L_130 = V_5;
if (!L_130)
{
goto IL_0504;
}
}
{
// if (newPos.x > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_131 = V_6;
float L_132 = L_131.get_x_0();
if ((!(((float)L_132) > ((float)(0.0f)))))
{
goto IL_040a;
}
}
{
// if (!_bouncebackEffect)
bool L_133 = __this->get__bouncebackEffect_7();
if (L_133)
{
goto IL_0390;
}
}
{
// _container.x = 0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_134 = __this->get__container_53();
NullCheck(L_134);
DisplayObject_set_x_m16DB82AEDCA6F088918F7AD3F437B4087033A9F3(L_134, (0.0f), /*hidden argument*/NULL);
goto IL_0504;
}
IL_0390:
{
// else if (_header != null && _header.maxWidth != 0)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_135 = __this->get__header_56();
if (!L_135)
{
goto IL_03d5;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_136 = __this->get__header_56();
NullCheck(L_136);
int32_t L_137 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_136)->get_maxWidth_10();
if (!L_137)
{
goto IL_03d5;
}
}
{
// _container.x = (int)Mathf.Min(newPos.x * 0.5f, _header.maxWidth);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_138 = __this->get__container_53();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_139 = V_6;
float L_140 = L_139.get_x_0();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_141 = __this->get__header_56();
NullCheck(L_141);
int32_t L_142 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_141)->get_maxWidth_10();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_143 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(((float)il2cpp_codegen_multiply((float)L_140, (float)(0.5f))), (((float)((float)L_142))), /*hidden argument*/NULL);
NullCheck(L_138);
DisplayObject_set_x_m16DB82AEDCA6F088918F7AD3F437B4087033A9F3(L_138, (((float)((float)(((int32_t)((int32_t)L_143)))))), /*hidden argument*/NULL);
goto IL_0504;
}
IL_03d5:
{
// _container.x = (int)Mathf.Min(newPos.x * 0.5f, _viewSize.x * PULL_RATIO);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_144 = __this->get__container_53();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_145 = V_6;
float L_146 = L_145.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_147 = __this->get_address_of__viewSize_26();
float L_148 = L_147->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_149 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(((float)il2cpp_codegen_multiply((float)L_146, (float)(0.5f))), ((float)il2cpp_codegen_multiply((float)L_148, (float)(0.5f))), /*hidden argument*/NULL);
NullCheck(L_144);
DisplayObject_set_x_m16DB82AEDCA6F088918F7AD3F437B4087033A9F3(L_144, (((float)((float)(((int32_t)((int32_t)L_149)))))), /*hidden argument*/NULL);
// }
goto IL_0504;
}
IL_040a:
{
// else if (newPos.x < 0 - _overlapSize.x)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_150 = V_6;
float L_151 = L_150.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_152 = __this->get_address_of__overlapSize_28();
float L_153 = L_152->get_x_0();
if ((!(((float)L_151) < ((float)((float)il2cpp_codegen_subtract((float)(0.0f), (float)L_153))))))
{
goto IL_04f2;
}
}
{
// if (!_bouncebackEffect)
bool L_154 = __this->get__bouncebackEffect_7();
if (L_154)
{
goto IL_044b;
}
}
{
// _container.x = -_overlapSize.x;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_155 = __this->get__container_53();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_156 = __this->get_address_of__overlapSize_28();
float L_157 = L_156->get_x_0();
NullCheck(L_155);
DisplayObject_set_x_m16DB82AEDCA6F088918F7AD3F437B4087033A9F3(L_155, ((-L_157)), /*hidden argument*/NULL);
goto IL_0504;
}
IL_044b:
{
// else if (_footer != null && _footer.maxWidth > 0)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_158 = __this->get__footer_57();
if (!L_158)
{
goto IL_04a7;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_159 = __this->get__footer_57();
NullCheck(L_159);
int32_t L_160 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_159)->get_maxWidth_10();
if ((((int32_t)L_160) <= ((int32_t)0)))
{
goto IL_04a7;
}
}
{
// _container.x = (int)Mathf.Max((newPos.x + _overlapSize.x) * 0.5f, -_footer.maxWidth) - _overlapSize.x;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_161 = __this->get__container_53();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_162 = V_6;
float L_163 = L_162.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_164 = __this->get_address_of__overlapSize_28();
float L_165 = L_164->get_x_0();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_166 = __this->get__footer_57();
NullCheck(L_166);
int32_t L_167 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_166)->get_maxWidth_10();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_168 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_163, (float)L_165)), (float)(0.5f))), (((float)((float)((-L_167))))), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_169 = __this->get_address_of__overlapSize_28();
float L_170 = L_169->get_x_0();
NullCheck(L_161);
DisplayObject_set_x_m16DB82AEDCA6F088918F7AD3F437B4087033A9F3(L_161, ((float)il2cpp_codegen_subtract((float)(((float)((float)(((int32_t)((int32_t)L_168)))))), (float)L_170)), /*hidden argument*/NULL);
goto IL_0504;
}
IL_04a7:
{
// _container.x = (int)Mathf.Max((newPos.x + _overlapSize.x) * 0.5f, -_viewSize.x * PULL_RATIO) - _overlapSize.x;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_171 = __this->get__container_53();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_172 = V_6;
float L_173 = L_172.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_174 = __this->get_address_of__overlapSize_28();
float L_175 = L_174->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_176 = __this->get_address_of__viewSize_26();
float L_177 = L_176->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_178 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_173, (float)L_175)), (float)(0.5f))), ((float)il2cpp_codegen_multiply((float)((-L_177)), (float)(0.5f))), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_179 = __this->get_address_of__overlapSize_28();
float L_180 = L_179->get_x_0();
NullCheck(L_171);
DisplayObject_set_x_m16DB82AEDCA6F088918F7AD3F437B4087033A9F3(L_171, ((float)il2cpp_codegen_subtract((float)(((float)((float)(((int32_t)((int32_t)L_178)))))), (float)L_180)), /*hidden argument*/NULL);
// }
goto IL_0504;
}
IL_04f2:
{
// _container.x = newPos.x;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_181 = __this->get__container_53();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_182 = V_6;
float L_183 = L_182.get_x_0();
NullCheck(L_181);
DisplayObject_set_x_m16DB82AEDCA6F088918F7AD3F437B4087033A9F3(L_181, L_183, /*hidden argument*/NULL);
}
IL_0504:
{
// float deltaTime = Time.unscaledDeltaTime;
float L_184 = Time_get_unscaledDeltaTime_mA0AE7A144C88AE8AABB42DF17B0F3F0714BA06B2(/*hidden argument*/NULL);
V_7 = L_184;
// float elapsed = (Time.unscaledTime - _lastMoveTime) * 60 - 1;
float L_185 = Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472(/*hidden argument*/NULL);
float L_186 = __this->get__lastMoveTime_35();
V_8 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_185, (float)L_186)), (float)(60.0f))), (float)(1.0f)));
// if (elapsed > 1) //????
float L_187 = V_8;
if ((!(((float)L_187) > ((float)(1.0f)))))
{
goto IL_054b;
}
}
{
// _velocity = _velocity * Mathf.Pow(0.833f, elapsed);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_188 = __this->get__velocity_33();
float L_189 = V_8;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_190 = powf((0.833f), L_189);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_191 = Vector2_op_Multiply_m8A843A37F2F3199EBE99DC7BDABC1DC2EE01AF56(L_188, L_190, /*hidden argument*/NULL);
__this->set__velocity_33(L_191);
}
IL_054b:
{
// Vector2 deltaPosition = pt - _lastTouchPos;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_192 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_193 = __this->get__lastTouchPos_31();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_194 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_192, L_193, /*hidden argument*/NULL);
V_9 = L_194;
// if (!sh)
bool L_195 = V_5;
if (L_195)
{
goto IL_0569;
}
}
{
// deltaPosition.x = 0;
(&V_9)->set_x_0((0.0f));
}
IL_0569:
{
// if (!sv)
bool L_196 = V_4;
if (L_196)
{
goto IL_0579;
}
}
{
// deltaPosition.y = 0;
(&V_9)->set_y_1((0.0f));
}
IL_0579:
{
// _velocity = Vector2.Lerp(_velocity, deltaPosition / deltaTime, deltaTime * 10);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_197 = __this->get__velocity_33();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_198 = V_9;
float L_199 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_200 = Vector2_op_Division_m0961A935168EE6701E098E2B37013DFFF46A5077(L_198, L_199, /*hidden argument*/NULL);
float L_201 = V_7;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_202 = Vector2_Lerp_m85DD66409D128B4F175627F89FA9D8751B75589F(L_197, L_200, ((float)il2cpp_codegen_multiply((float)L_201, (float)(10.0f))), /*hidden argument*/NULL);
__this->set__velocity_33(L_202);
// Vector2 deltaGlobalPosition = _lastTouchGlobalPos - evt.position;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_203 = __this->get__lastTouchGlobalPos_32();
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_204 = V_0;
NullCheck(L_204);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_205 = InputEvent_get_position_m629395D1B34312D6DA57A7F91277BC38D303770C(L_204, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_206 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_203, L_205, /*hidden argument*/NULL);
V_10 = L_206;
// if (deltaPosition.x != 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_207 = V_9;
float L_208 = L_207.get_x_0();
if ((((float)L_208) == ((float)(0.0f))))
{
goto IL_05d8;
}
}
{
// _velocityScale = Mathf.Abs(deltaGlobalPosition.x / deltaPosition.x);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_209 = V_10;
float L_210 = L_209.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_211 = V_9;
float L_212 = L_211.get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_213 = fabsf(((float)((float)L_210/(float)L_212)));
__this->set__velocityScale_34(L_213);
goto IL_0600;
}
IL_05d8:
{
// else if (deltaPosition.y != 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_214 = V_9;
float L_215 = L_214.get_y_1();
if ((((float)L_215) == ((float)(0.0f))))
{
goto IL_0600;
}
}
{
// _velocityScale = Mathf.Abs(deltaGlobalPosition.y / deltaPosition.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_216 = V_10;
float L_217 = L_216.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_218 = V_9;
float L_219 = L_218.get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_220 = fabsf(((float)((float)L_217/(float)L_219)));
__this->set__velocityScale_34(L_220);
}
IL_0600:
{
// _lastTouchPos = pt;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_221 = V_1;
__this->set__lastTouchPos_31(L_221);
// _lastTouchGlobalPos = evt.position;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_222 = V_0;
NullCheck(L_222);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_223 = InputEvent_get_position_m629395D1B34312D6DA57A7F91277BC38D303770C(L_222, /*hidden argument*/NULL);
__this->set__lastTouchGlobalPos_32(L_223);
// _lastMoveTime = Time.unscaledTime;
float L_224 = Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472(/*hidden argument*/NULL);
__this->set__lastMoveTime_35(L_224);
// if (_overlapSize.x > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_225 = __this->get_address_of__overlapSize_28();
float L_226 = L_225->get_x_0();
if ((!(((float)L_226) > ((float)(0.0f)))))
{
goto IL_0657;
}
}
{
// _xPos = Mathf.Clamp(-_container.x, 0, _overlapSize.x);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_227 = __this->get__container_53();
NullCheck(L_227);
float L_228 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_227, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_229 = __this->get_address_of__overlapSize_28();
float L_230 = L_229->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_231 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(((-L_228)), (0.0f), L_230, /*hidden argument*/NULL);
__this->set__xPos_24(L_231);
}
IL_0657:
{
// if (_overlapSize.y > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_232 = __this->get_address_of__overlapSize_28();
float L_233 = L_232->get_y_1();
if ((!(((float)L_233) > ((float)(0.0f)))))
{
goto IL_0690;
}
}
{
// _yPos = Mathf.Clamp(-_container.y, 0, _overlapSize.y);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_234 = __this->get__container_53();
NullCheck(L_234);
float L_235 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_234, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_236 = __this->get_address_of__overlapSize_28();
float L_237 = L_236->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_238 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(((-L_235)), (0.0f), L_237, /*hidden argument*/NULL);
__this->set__yPos_25(L_238);
}
IL_0690:
{
// if (_loop != 0)
int32_t L_239 = __this->get__loop_40();
if (!L_239)
{
goto IL_06d0;
}
}
{
// newPos = _container.xy;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_240 = __this->get__container_53();
NullCheck(L_240);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_241 = DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D(L_240, /*hidden argument*/NULL);
V_6 = L_241;
// if (LoopCheckingCurrent())
bool L_242 = ScrollPane_LoopCheckingCurrent_m8706ABEA70FBF708FBF8495A4353DFC1C608D317(__this, /*hidden argument*/NULL);
if (!L_242)
{
goto IL_06d0;
}
}
{
// _containerPos += _container.xy - newPos;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_243 = __this->get__containerPos_29();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_244 = __this->get__container_53();
NullCheck(L_244);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_245 = DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D(L_244, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_246 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_247 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_245, L_246, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_248 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_243, L_247, /*hidden argument*/NULL);
__this->set__containerPos_29(L_248);
}
IL_06d0:
{
// draggingPane = this;
ScrollPane_set_draggingPane_mA6D164EFBF8EAAF81AA87657DCE8DD3ACB13509A_inline(__this, /*hidden argument*/NULL);
// _isHoldAreaDone = true;
__this->set__isHoldAreaDone_37((bool)1);
// _isMouseMoved = true;
__this->set__isMouseMoved_36((bool)1);
// SyncScrollBar();
ScrollPane_SyncScrollBar_mDCE6397C774EF3164BE0234CC05C693D233F3C09(__this, (bool)0, /*hidden argument*/NULL);
// CheckRefreshBar();
ScrollPane_CheckRefreshBar_m910EA8B2E99DE165D58B63499C18F0DF7BEEDA11(__this, /*hidden argument*/NULL);
// if (_pageMode)
bool L_249 = __this->get__pageMode_19();
if (!L_249)
{
goto IL_06ff;
}
}
{
// UpdatePageController();
ScrollPane_UpdatePageController_m6AC7DC57A0ED5675806B909067F4BE86858E4E49(__this, /*hidden argument*/NULL);
}
IL_06ff:
{
// _onScroll.Call();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_250 = __this->get__onScroll_59();
NullCheck(L_250);
EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556(L_250, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::__touchEnd(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane___touchEnd_m5EDF3EC98719DABA1515147B88AD8CF4F135F443 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane___touchEnd_m5EDF3EC98719DABA1515147B88AD8CF4F135F443_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
float V_2 = 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_3;
memset((&V_3), 0, sizeof(V_3));
float V_4 = 0.0f;
{
// if (draggingPane == this)
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_0 = ScrollPane_get_draggingPane_m230992ABE2213E9E83F539A00E1F7DA44BC864B4_inline(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE *)L_0) == ((RuntimeObject*)(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE *)__this))))
{
goto IL_000e;
}
}
{
// draggingPane = null;
ScrollPane_set_draggingPane_mA6D164EFBF8EAAF81AA87657DCE8DD3ACB13509A_inline((ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE *)NULL, /*hidden argument*/NULL);
}
IL_000e:
{
// _gestureFlag = 0;
((ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields*)il2cpp_codegen_static_fields_for(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_il2cpp_TypeInfo_var))->set__gestureFlag_63(0);
// if (!_isMouseMoved || !_touchEffect)
bool L_1 = __this->get__isMouseMoved_36();
if (!L_1)
{
goto IL_0024;
}
}
{
bool L_2 = __this->get__touchEffect_8();
if (L_2)
{
goto IL_002c;
}
}
IL_0024:
{
// _isMouseMoved = false;
__this->set__isMouseMoved_36((bool)0);
// return;
return;
}
IL_002c:
{
// _isMouseMoved = false;
__this->set__isMouseMoved_36((bool)0);
// _tweenStart = _container.xy;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_3 = __this->get__container_53();
NullCheck(L_3);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D(L_3, /*hidden argument*/NULL);
__this->set__tweenStart_44(L_4);
// Vector2 endPos = _tweenStart;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = __this->get__tweenStart_44();
V_0 = L_5;
// bool flag = false;
V_1 = (bool)0;
// if (_container.x > 0)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_6 = __this->get__container_53();
NullCheck(L_6);
float L_7 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_6, /*hidden argument*/NULL);
if ((!(((float)L_7) > ((float)(0.0f)))))
{
goto IL_006f;
}
}
{
// endPos.x = 0;
(&V_0)->set_x_0((0.0f));
// flag = true;
V_1 = (bool)1;
// }
goto IL_009d;
}
IL_006f:
{
// else if (_container.x < -_overlapSize.x)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_8 = __this->get__container_53();
NullCheck(L_8);
float L_9 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_8, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_10 = __this->get_address_of__overlapSize_28();
float L_11 = L_10->get_x_0();
if ((!(((float)L_9) < ((float)((-L_11))))))
{
goto IL_009d;
}
}
{
// endPos.x = -_overlapSize.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_12 = __this->get_address_of__overlapSize_28();
float L_13 = L_12->get_x_0();
(&V_0)->set_x_0(((-L_13)));
// flag = true;
V_1 = (bool)1;
}
IL_009d:
{
// if (_container.y > 0)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_14 = __this->get__container_53();
NullCheck(L_14);
float L_15 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_14, /*hidden argument*/NULL);
if ((!(((float)L_15) > ((float)(0.0f)))))
{
goto IL_00bf;
}
}
{
// endPos.y = 0;
(&V_0)->set_y_1((0.0f));
// flag = true;
V_1 = (bool)1;
// }
goto IL_00ed;
}
IL_00bf:
{
// else if (_container.y < -_overlapSize.y)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_16 = __this->get__container_53();
NullCheck(L_16);
float L_17 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_16, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_18 = __this->get_address_of__overlapSize_28();
float L_19 = L_18->get_y_1();
if ((!(((float)L_17) < ((float)((-L_19))))))
{
goto IL_00ed;
}
}
{
// endPos.y = -_overlapSize.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_20 = __this->get_address_of__overlapSize_28();
float L_21 = L_20->get_y_1();
(&V_0)->set_y_1(((-L_21)));
// flag = true;
V_1 = (bool)1;
}
IL_00ed:
{
// if (flag)
bool L_22 = V_1;
if (!L_22)
{
goto IL_027b;
}
}
{
// _tweenChange = endPos - _tweenStart;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_23 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_24 = __this->get__tweenStart_44();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_25 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_23, L_24, /*hidden argument*/NULL);
__this->set__tweenChange_45(L_25);
// if (_tweenChange.x < -UIConfig.touchDragSensitivity || _tweenChange.y < -UIConfig.touchDragSensitivity)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_26 = __this->get_address_of__tweenChange_45();
float L_27 = L_26->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_28 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_touchDragSensitivity_24();
if ((((float)L_27) < ((float)(((float)((float)((-L_28))))))))
{
goto IL_012d;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_29 = __this->get_address_of__tweenChange_45();
float L_30 = L_29->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_31 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_touchDragSensitivity_24();
if ((!(((float)L_30) < ((float)(((float)((float)((-L_31)))))))))
{
goto IL_013c;
}
}
IL_012d:
{
// DispatchEvent("onPullDownRelease", null);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(__this, _stringLiteralBB907F5CCE90837F484F998069B8288F5F4850AD, NULL, /*hidden argument*/NULL);
goto IL_016f;
}
IL_013c:
{
// else if (_tweenChange.x > UIConfig.touchDragSensitivity || _tweenChange.y > UIConfig.touchDragSensitivity)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_32 = __this->get_address_of__tweenChange_45();
float L_33 = L_32->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_34 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_touchDragSensitivity_24();
if ((((float)L_33) > ((float)(((float)((float)L_34))))))
{
goto IL_0162;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_35 = __this->get_address_of__tweenChange_45();
float L_36 = L_35->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_37 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_touchDragSensitivity_24();
if ((!(((float)L_36) > ((float)(((float)((float)L_37)))))))
{
goto IL_016f;
}
}
IL_0162:
{
// DispatchEvent("onPullUpRelease", null);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(__this, _stringLiteralF3673896471BA58637AE2716865FBD0BC3360892, NULL, /*hidden argument*/NULL);
}
IL_016f:
{
// if (_headerLockedSize > 0 && endPos[_refreshBarAxis] == 0)
int32_t L_38 = __this->get__headerLockedSize_41();
if ((((int32_t)L_38) <= ((int32_t)0)))
{
goto IL_01b7;
}
}
{
int32_t L_39 = __this->get__refreshBarAxis_13();
float L_40 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), L_39, /*hidden argument*/NULL);
if ((!(((float)L_40) == ((float)(0.0f)))))
{
goto IL_01b7;
}
}
{
// endPos[_refreshBarAxis] = _headerLockedSize;
int32_t L_41 = __this->get__refreshBarAxis_13();
int32_t L_42 = __this->get__headerLockedSize_41();
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), L_41, (((float)((float)L_42))), /*hidden argument*/NULL);
// _tweenChange = endPos - _tweenStart;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_43 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_44 = __this->get__tweenStart_44();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_45 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_43, L_44, /*hidden argument*/NULL);
__this->set__tweenChange_45(L_45);
// }
goto IL_0261;
}
IL_01b7:
{
// else if (_footerLockedSize > 0 && endPos[_refreshBarAxis] == -_overlapSize[_refreshBarAxis])
int32_t L_46 = __this->get__footerLockedSize_42();
if ((((int32_t)L_46) <= ((int32_t)0)))
{
goto IL_0261;
}
}
{
int32_t L_47 = __this->get__refreshBarAxis_13();
float L_48 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), L_47, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_49 = __this->get_address_of__overlapSize_28();
int32_t L_50 = __this->get__refreshBarAxis_13();
float L_51 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_49, L_50, /*hidden argument*/NULL);
if ((!(((float)L_48) == ((float)((-L_51))))))
{
goto IL_0261;
}
}
{
// float max = _overlapSize[_refreshBarAxis];
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_52 = __this->get_address_of__overlapSize_28();
int32_t L_53 = __this->get__refreshBarAxis_13();
float L_54 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_52, L_53, /*hidden argument*/NULL);
V_2 = L_54;
// if (max == 0)
float L_55 = V_2;
if ((!(((float)L_55) == ((float)(0.0f)))))
{
goto IL_0236;
}
}
{
// max = Mathf.Max(_contentSize[_refreshBarAxis] + _footerLockedSize - _viewSize[_refreshBarAxis], 0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_56 = __this->get_address_of__contentSize_27();
int32_t L_57 = __this->get__refreshBarAxis_13();
float L_58 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_56, L_57, /*hidden argument*/NULL);
int32_t L_59 = __this->get__footerLockedSize_42();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_60 = __this->get_address_of__viewSize_26();
int32_t L_61 = __this->get__refreshBarAxis_13();
float L_62 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_60, L_61, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_63 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_58, (float)(((float)((float)L_59))))), (float)L_62)), (0.0f), /*hidden argument*/NULL);
V_2 = L_63;
goto IL_0240;
}
IL_0236:
{
// max += _footerLockedSize;
float L_64 = V_2;
int32_t L_65 = __this->get__footerLockedSize_42();
V_2 = ((float)il2cpp_codegen_add((float)L_64, (float)(((float)((float)L_65)))));
}
IL_0240:
{
// endPos[_refreshBarAxis] = -max;
int32_t L_66 = __this->get__refreshBarAxis_13();
float L_67 = V_2;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), L_66, ((-L_67)), /*hidden argument*/NULL);
// _tweenChange = endPos - _tweenStart;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_68 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_69 = __this->get__tweenStart_44();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_70 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_68, L_69, /*hidden argument*/NULL);
__this->set__tweenChange_45(L_70);
}
IL_0261:
{
// _tweenDuration.Set(TWEEN_TIME_DEFAULT, TWEEN_TIME_DEFAULT);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_71 = __this->get_address_of__tweenDuration_47();
Vector2_Set_m10BEF246805EE03D7D13B58C2CC8C598C2371139((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_71, (0.3f), (0.3f), /*hidden argument*/NULL);
// }
goto IL_0385;
}
IL_027b:
{
// if (!_inertiaDisabled)
bool L_72 = __this->get__inertiaDisabled_21();
if (L_72)
{
goto IL_02d2;
}
}
{
// float elapsed = (Time.unscaledTime - _lastMoveTime) * 60 - 1;
float L_73 = Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472(/*hidden argument*/NULL);
float L_74 = __this->get__lastMoveTime_35();
V_4 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_73, (float)L_74)), (float)(60.0f))), (float)(1.0f)));
// if (elapsed > 1)
float L_75 = V_4;
if ((!(((float)L_75) > ((float)(1.0f)))))
{
goto IL_02c3;
}
}
{
// _velocity = _velocity * Mathf.Pow(0.833f, elapsed);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_76 = __this->get__velocity_33();
float L_77 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_78 = powf((0.833f), L_77);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_79 = Vector2_op_Multiply_m8A843A37F2F3199EBE99DC7BDABC1DC2EE01AF56(L_76, L_78, /*hidden argument*/NULL);
__this->set__velocity_33(L_79);
}
IL_02c3:
{
// endPos = UpdateTargetAndDuration(_tweenStart);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_80 = __this->get__tweenStart_44();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_81 = ScrollPane_UpdateTargetAndDuration_mDE19CCD80EF7E024FA6F10EC2147D8DB17D3CF53(__this, L_80, /*hidden argument*/NULL);
V_0 = L_81;
// }
goto IL_02e7;
}
IL_02d2:
{
// _tweenDuration.Set(TWEEN_TIME_DEFAULT, TWEEN_TIME_DEFAULT);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_82 = __this->get_address_of__tweenDuration_47();
Vector2_Set_m10BEF246805EE03D7D13B58C2CC8C598C2371139((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_82, (0.3f), (0.3f), /*hidden argument*/NULL);
}
IL_02e7:
{
// Vector2 oldChange = endPos - _tweenStart;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_83 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_84 = __this->get__tweenStart_44();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_85 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_83, L_84, /*hidden argument*/NULL);
V_3 = L_85;
// LoopCheckingTarget(ref endPos);
ScrollPane_LoopCheckingTarget_m2BA0857F62CE716AA500E9EA453277ED90C03B01(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), /*hidden argument*/NULL);
// if (_pageMode || _snapToItem)
bool L_86 = __this->get__pageMode_19();
if (L_86)
{
goto IL_030c;
}
}
{
bool L_87 = __this->get__snapToItem_15();
if (!L_87)
{
goto IL_0315;
}
}
IL_030c:
{
// AlignPosition(ref endPos, true);
ScrollPane_AlignPosition_m42AAE7454A81E5BD67519C02949A961CA6C36295(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), (bool)1, /*hidden argument*/NULL);
}
IL_0315:
{
// _tweenChange = endPos - _tweenStart;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_88 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_89 = __this->get__tweenStart_44();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_90 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_88, L_89, /*hidden argument*/NULL);
__this->set__tweenChange_45(L_90);
// if (_tweenChange.x == 0 && _tweenChange.y == 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_91 = __this->get_address_of__tweenChange_45();
float L_92 = L_91->get_x_0();
if ((!(((float)L_92) == ((float)(0.0f)))))
{
goto IL_035b;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_93 = __this->get_address_of__tweenChange_45();
float L_94 = L_93->get_y_1();
if ((!(((float)L_94) == ((float)(0.0f)))))
{
goto IL_035b;
}
}
{
// if (_scrollBarDisplayAuto)
bool L_95 = __this->get__scrollBarDisplayAuto_9();
if (!L_95)
{
goto IL_035a;
}
}
{
// ShowScrollBar(false);
ScrollPane_ShowScrollBar_m08F50827FBA397ABAD1AB81CFF685CB4837B1EB7(__this, (bool)0, /*hidden argument*/NULL);
}
IL_035a:
{
// return;
return;
}
IL_035b:
{
// if (_pageMode || _snapToItem)
bool L_96 = __this->get__pageMode_19();
if (L_96)
{
goto IL_036b;
}
}
{
bool L_97 = __this->get__snapToItem_15();
if (!L_97)
{
goto IL_0385;
}
}
IL_036b:
{
// FixDuration(0, oldChange.x);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_98 = V_3;
float L_99 = L_98.get_x_0();
ScrollPane_FixDuration_m84505CEFCDDF5E9A1AF18B00385398FE8F32FF6F(__this, 0, L_99, /*hidden argument*/NULL);
// FixDuration(1, oldChange.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_100 = V_3;
float L_101 = L_100.get_y_1();
ScrollPane_FixDuration_m84505CEFCDDF5E9A1AF18B00385398FE8F32FF6F(__this, 1, L_101, /*hidden argument*/NULL);
}
IL_0385:
{
// _tweening = 2;
__this->set__tweening_43(2);
// _tweenTime = Vector2.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_102 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
__this->set__tweenTime_46(L_102);
// Timers.inst.AddUpdate(_tweenUpdateDelegate);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_103 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_104 = __this->get__tweenUpdateDelegate_49();
NullCheck(L_103);
Timers_AddUpdate_m6A2E170A5A93A75F3A12D3C6C18977E77AB7B6BC(L_103, L_104, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::__mouseWheel(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane___mouseWheel_mA53807E5C9F4DA59401BBE72E3258F3AAC9279F3 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane___mouseWheel_mA53807E5C9F4DA59401BBE72E3258F3AAC9279F3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (!_mouseWheelEnabled)
bool L_0 = __this->get__mouseWheelEnabled_17();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// InputEvent evt = context.inputEvent;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_1 = ___context0;
NullCheck(L_1);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_2 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_1, /*hidden argument*/NULL);
// int delta = evt.mouseWheelDelta;
NullCheck(L_2);
int32_t L_3 = InputEvent_get_mouseWheelDelta_mE0DEC1557D2FAF3B78A20E29D0D2F3859EE0E804_inline(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// delta = Math.Sign(delta);
int32_t L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_5 = Math_Sign_m8C0963E4992A48D6B42EB2839A36BA7E14C5AD58(L_4, /*hidden argument*/NULL);
V_0 = L_5;
// if (_overlapSize.x > 0 && _overlapSize.y == 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_6 = __this->get_address_of__overlapSize_28();
float L_7 = L_6->get_x_0();
if ((!(((float)L_7) > ((float)(0.0f)))))
{
goto IL_007d;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_8 = __this->get_address_of__overlapSize_28();
float L_9 = L_8->get_y_1();
if ((!(((float)L_9) == ((float)(0.0f)))))
{
goto IL_007d;
}
}
{
// if (_pageMode)
bool L_10 = __this->get__pageMode_19();
if (!L_10)
{
goto IL_0065;
}
}
{
// SetPosX(_xPos + _pageSize.x * delta, false);
float L_11 = __this->get__xPos_24();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_12 = __this->get_address_of__pageSize_20();
float L_13 = L_12->get_x_0();
int32_t L_14 = V_0;
ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30(__this, ((float)il2cpp_codegen_add((float)L_11, (float)((float)il2cpp_codegen_multiply((float)L_13, (float)(((float)((float)L_14))))))), (bool)0, /*hidden argument*/NULL);
return;
}
IL_0065:
{
// SetPosX(_xPos + _mouseWheelStep * delta, false);
float L_15 = __this->get__xPos_24();
float L_16 = __this->get__mouseWheelStep_5();
int32_t L_17 = V_0;
ScrollPane_SetPosX_m10AEBA0630C3477C342EC08C5A47712B23C15D30(__this, ((float)il2cpp_codegen_add((float)L_15, (float)((float)il2cpp_codegen_multiply((float)L_16, (float)(((float)((float)L_17))))))), (bool)0, /*hidden argument*/NULL);
// }
return;
}
IL_007d:
{
// if (_pageMode)
bool L_18 = __this->get__pageMode_19();
if (!L_18)
{
goto IL_00a2;
}
}
{
// SetPosY(_yPos + _pageSize.y * delta, false);
float L_19 = __this->get__yPos_25();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_20 = __this->get_address_of__pageSize_20();
float L_21 = L_20->get_y_1();
int32_t L_22 = V_0;
ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270(__this, ((float)il2cpp_codegen_add((float)L_19, (float)((float)il2cpp_codegen_multiply((float)L_21, (float)(((float)((float)L_22))))))), (bool)0, /*hidden argument*/NULL);
return;
}
IL_00a2:
{
// SetPosY(_yPos + _mouseWheelStep * delta, false);
float L_23 = __this->get__yPos_25();
float L_24 = __this->get__mouseWheelStep_5();
int32_t L_25 = V_0;
ScrollPane_SetPosY_m7A769289A714EB38C285B5EBD11593A7F1902270(__this, ((float)il2cpp_codegen_add((float)L_23, (float)((float)il2cpp_codegen_multiply((float)L_24, (float)(((float)((float)L_25))))))), (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::__rollOver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane___rollOver_m7195EE290A4A00B2126A4F67D0318E2A490E0AF6 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// ShowScrollBar(true);
ScrollPane_ShowScrollBar_m08F50827FBA397ABAD1AB81CFF685CB4837B1EB7(__this, (bool)1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::__rollOut()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane___rollOut_mF3968CD5B5A73D2E1A5262BA11DE76D532A22172 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// ShowScrollBar(false);
ScrollPane_ShowScrollBar_m08F50827FBA397ABAD1AB81CFF685CB4837B1EB7(__this, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::ShowScrollBar(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ShowScrollBar_m08F50827FBA397ABAD1AB81CFF685CB4837B1EB7 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, bool ___val0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_ShowScrollBar_m08F50827FBA397ABAD1AB81CFF685CB4837B1EB7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!Application.isPlaying)
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (L_0)
{
goto IL_0014;
}
}
{
// onShowScrollBar(val);
bool L_1 = ___val0;
bool L_2 = L_1;
RuntimeObject * L_3 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_2);
ScrollPane_onShowScrollBar_m2018F00DD6AABE142312576E0F8253A04370F190(__this, L_3, /*hidden argument*/NULL);
return;
}
IL_0014:
{
// else if (val)
bool L_4 = ___val0;
if (!L_4)
{
goto IL_0034;
}
}
{
// onShowScrollBar(true);
bool L_5 = ((bool)1);
RuntimeObject * L_6 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_5);
ScrollPane_onShowScrollBar_m2018F00DD6AABE142312576E0F8253A04370F190(__this, L_6, /*hidden argument*/NULL);
// Timers.inst.Remove(_showScrollBarDelegate);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_7 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_8 = __this->get__showScrollBarDelegate_50();
NullCheck(L_7);
Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9(L_7, L_8, /*hidden argument*/NULL);
// }
return;
}
IL_0034:
{
// Timers.inst.Add(0.5f, 1, _showScrollBarDelegate, val);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_9 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_10 = __this->get__showScrollBarDelegate_50();
bool L_11 = ___val0;
bool L_12 = L_11;
RuntimeObject * L_13 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_12);
NullCheck(L_9);
Timers_Add_m6C86B89769E37B0C8315CAE339E253C040C2519F(L_9, (0.5f), 1, L_10, L_13, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::onShowScrollBar(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_onShowScrollBar_m2018F00DD6AABE142312576E0F8253A04370F190 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_onShowScrollBar_m2018F00DD6AABE142312576E0F8253A04370F190_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * G_B6_0 = NULL;
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * G_B4_0 = NULL;
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * G_B5_0 = NULL;
int32_t G_B7_0 = 0;
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * G_B7_1 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * G_B10_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * G_B9_0 = NULL;
int32_t G_B11_0 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * G_B11_1 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * G_B15_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * G_B14_0 = NULL;
int32_t G_B16_0 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * G_B16_1 = NULL;
{
// if (_owner.displayObject == null || _owner.displayObject.isDisposed)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__owner_51();
NullCheck(L_0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001f;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = __this->get__owner_51();
NullCheck(L_2);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
bool L_4 = DisplayObject_get_isDisposed_mFBB8B449ECE8BB06DB80D1F0F1FC7496888810AF(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0020;
}
}
IL_001f:
{
// return;
return;
}
IL_0020:
{
// _scrollBarVisible = (bool)obj && _viewSize.x > 0 && _viewSize.y > 0;
RuntimeObject * L_5 = ___obj0;
G_B4_0 = __this;
if (!((*(bool*)((bool*)UnBox(L_5, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))))
{
G_B6_0 = __this;
goto IL_004f;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_6 = __this->get_address_of__viewSize_26();
float L_7 = L_6->get_x_0();
G_B5_0 = G_B4_0;
if ((!(((float)L_7) > ((float)(0.0f)))))
{
G_B6_0 = G_B4_0;
goto IL_004f;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_8 = __this->get_address_of__viewSize_26();
float L_9 = L_8->get_y_1();
G_B7_0 = ((((float)L_9) > ((float)(0.0f)))? 1 : 0);
G_B7_1 = G_B5_0;
goto IL_0050;
}
IL_004f:
{
G_B7_0 = 0;
G_B7_1 = G_B6_0;
}
IL_0050:
{
NullCheck(G_B7_1);
G_B7_1->set__scrollBarVisible_39((bool)G_B7_0);
// if (_vtScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_10 = __this->get__vtScrollBar_55();
if (!L_10)
{
goto IL_0081;
}
}
{
// _vtScrollBar.displayObject.visible = _scrollBarVisible && !_vScrollNone;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_11 = __this->get__vtScrollBar_55();
NullCheck(L_11);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_12 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_11, /*hidden argument*/NULL);
bool L_13 = __this->get__scrollBarVisible_39();
G_B9_0 = L_12;
if (!L_13)
{
G_B10_0 = L_12;
goto IL_007b;
}
}
{
bool L_14 = __this->get__vScrollNone_10();
G_B11_0 = ((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
G_B11_1 = G_B9_0;
goto IL_007c;
}
IL_007b:
{
G_B11_0 = 0;
G_B11_1 = G_B10_0;
}
IL_007c:
{
NullCheck(G_B11_1);
DisplayObject_set_visible_m73F09F8DD88AC922D0AFA8EC89DB69A44C2B634C(G_B11_1, (bool)G_B11_0, /*hidden argument*/NULL);
}
IL_0081:
{
// if (_hzScrollBar != null)
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_15 = __this->get__hzScrollBar_54();
if (!L_15)
{
goto IL_00ad;
}
}
{
// _hzScrollBar.displayObject.visible = _scrollBarVisible && !_hScrollNone;
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * L_16 = __this->get__hzScrollBar_54();
NullCheck(L_16);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_17 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_16, /*hidden argument*/NULL);
bool L_18 = __this->get__scrollBarVisible_39();
G_B14_0 = L_17;
if (!L_18)
{
G_B15_0 = L_17;
goto IL_00a7;
}
}
{
bool L_19 = __this->get__hScrollNone_11();
G_B16_0 = ((((int32_t)L_19) == ((int32_t)0))? 1 : 0);
G_B16_1 = G_B14_0;
goto IL_00a8;
}
IL_00a7:
{
G_B16_0 = 0;
G_B16_1 = G_B15_0;
}
IL_00a8:
{
NullCheck(G_B16_1);
DisplayObject_set_visible_m73F09F8DD88AC922D0AFA8EC89DB69A44C2B634C(G_B16_1, (bool)G_B16_0, /*hidden argument*/NULL);
}
IL_00ad:
{
// }
return;
}
}
// System.Single FairyGUI.ScrollPane::GetLoopPartSize(System.Single,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_GetLoopPartSize_m15E5E03C1D5D6B76A429CF75D0BB3A2564F00E4E (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___division0, int32_t ___axis1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_GetLoopPartSize_m15E5E03C1D5D6B76A429CF75D0BB3A2564F00E4E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float G_B2_0 = 0.0f;
float G_B1_0 = 0.0f;
int32_t G_B3_0 = 0;
float G_B3_1 = 0.0f;
{
// return (_contentSize[axis] + (axis == 0 ? ((GList)_owner).columnGap : ((GList)_owner).lineGap)) / division;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__contentSize_27();
int32_t L_1 = ___axis1;
float L_2 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_0, L_1, /*hidden argument*/NULL);
int32_t L_3 = ___axis1;
G_B1_0 = L_2;
if (!L_3)
{
G_B2_0 = L_2;
goto IL_0021;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = __this->get__owner_51();
NullCheck(((GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 *)CastclassClass((RuntimeObject*)L_4, GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38_il2cpp_TypeInfo_var)));
int32_t L_5 = GList_get_lineGap_mC093F8FA9AD2D16ADF60E931473680D500ABA6D5_inline(((GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 *)CastclassClass((RuntimeObject*)L_4, GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
G_B3_0 = L_5;
G_B3_1 = G_B1_0;
goto IL_0031;
}
IL_0021:
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = __this->get__owner_51();
NullCheck(((GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 *)CastclassClass((RuntimeObject*)L_6, GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38_il2cpp_TypeInfo_var)));
int32_t L_7 = GList_get_columnGap_m20BC1F674A91F87BABF663C3F2E4C010271768D7_inline(((GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 *)CastclassClass((RuntimeObject*)L_6, GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
G_B3_0 = L_7;
G_B3_1 = G_B2_0;
}
IL_0031:
{
float L_8 = ___division0;
return ((float)((float)((float)il2cpp_codegen_add((float)G_B3_1, (float)(((float)((float)G_B3_0)))))/(float)L_8));
}
}
// System.Boolean FairyGUI.ScrollPane::LoopCheckingCurrent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScrollPane_LoopCheckingCurrent_m8706ABEA70FBF708FBF8495A4353DFC1C608D317 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// bool changed = false;
V_0 = (bool)0;
// if (_loop == 1 && _overlapSize.x > 0)
int32_t L_0 = __this->get__loop_40();
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_007d;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_1 = __this->get_address_of__overlapSize_28();
float L_2 = L_1->get_x_0();
if ((!(((float)L_2) > ((float)(0.0f)))))
{
goto IL_007d;
}
}
{
// if (_xPos < 0.001f)
float L_3 = __this->get__xPos_24();
if ((!(((float)L_3) < ((float)(0.001f)))))
{
goto IL_004a;
}
}
{
// _xPos += GetLoopPartSize(2, 0);
float L_4 = __this->get__xPos_24();
float L_5 = ScrollPane_GetLoopPartSize_m15E5E03C1D5D6B76A429CF75D0BB3A2564F00E4E(__this, (2.0f), 0, /*hidden argument*/NULL);
__this->set__xPos_24(((float)il2cpp_codegen_add((float)L_4, (float)L_5)));
// changed = true;
V_0 = (bool)1;
// }
goto IL_00f0;
}
IL_004a:
{
// else if (_xPos >= _overlapSize.x)
float L_6 = __this->get__xPos_24();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_7 = __this->get_address_of__overlapSize_28();
float L_8 = L_7->get_x_0();
if ((!(((float)L_6) >= ((float)L_8))))
{
goto IL_00f0;
}
}
{
// _xPos -= GetLoopPartSize(2, 0);
float L_9 = __this->get__xPos_24();
float L_10 = ScrollPane_GetLoopPartSize_m15E5E03C1D5D6B76A429CF75D0BB3A2564F00E4E(__this, (2.0f), 0, /*hidden argument*/NULL);
__this->set__xPos_24(((float)il2cpp_codegen_subtract((float)L_9, (float)L_10)));
// changed = true;
V_0 = (bool)1;
// }
goto IL_00f0;
}
IL_007d:
{
// else if (_loop == 2 && _overlapSize.y > 0)
int32_t L_11 = __this->get__loop_40();
if ((!(((uint32_t)L_11) == ((uint32_t)2))))
{
goto IL_00f0;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_12 = __this->get_address_of__overlapSize_28();
float L_13 = L_12->get_y_1();
if ((!(((float)L_13) > ((float)(0.0f)))))
{
goto IL_00f0;
}
}
{
// if (_yPos < 0.001f)
float L_14 = __this->get__yPos_25();
if ((!(((float)L_14) < ((float)(0.001f)))))
{
goto IL_00c2;
}
}
{
// _yPos += GetLoopPartSize(2, 1);
float L_15 = __this->get__yPos_25();
float L_16 = ScrollPane_GetLoopPartSize_m15E5E03C1D5D6B76A429CF75D0BB3A2564F00E4E(__this, (2.0f), 1, /*hidden argument*/NULL);
__this->set__yPos_25(((float)il2cpp_codegen_add((float)L_15, (float)L_16)));
// changed = true;
V_0 = (bool)1;
// }
goto IL_00f0;
}
IL_00c2:
{
// else if (_yPos >= _overlapSize.y)
float L_17 = __this->get__yPos_25();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_18 = __this->get_address_of__overlapSize_28();
float L_19 = L_18->get_y_1();
if ((!(((float)L_17) >= ((float)L_19))))
{
goto IL_00f0;
}
}
{
// _yPos -= GetLoopPartSize(2, 1);
float L_20 = __this->get__yPos_25();
float L_21 = ScrollPane_GetLoopPartSize_m15E5E03C1D5D6B76A429CF75D0BB3A2564F00E4E(__this, (2.0f), 1, /*hidden argument*/NULL);
__this->set__yPos_25(((float)il2cpp_codegen_subtract((float)L_20, (float)L_21)));
// changed = true;
V_0 = (bool)1;
}
IL_00f0:
{
// if (changed)
bool L_22 = V_0;
if (!L_22)
{
goto IL_0110;
}
}
{
// _container.SetXY((int)-_xPos, (int)-_yPos);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_23 = __this->get__container_53();
float L_24 = __this->get__xPos_24();
float L_25 = __this->get__yPos_25();
NullCheck(L_23);
DisplayObject_SetXY_mB67013955497B5AC0BDD3794175FB5DE85E6D3BA(L_23, (((float)((float)(((int32_t)((int32_t)((-L_24)))))))), (((float)((float)(((int32_t)((int32_t)((-L_25)))))))), /*hidden argument*/NULL);
}
IL_0110:
{
// return changed;
bool L_26 = V_0;
return L_26;
}
}
// System.Void FairyGUI.ScrollPane::LoopCheckingTarget(UnityEngine.Vector2&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_LoopCheckingTarget_m2BA0857F62CE716AA500E9EA453277ED90C03B01 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___endPos0, const RuntimeMethod* method)
{
{
// if (_loop == 1)
int32_t L_0 = __this->get__loop_40();
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_0011;
}
}
{
// LoopCheckingTarget(ref endPos, 0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_1 = ___endPos0;
ScrollPane_LoopCheckingTarget_m4B46083B168932C2E32A43A98808E7E26547D0AB(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_1, 0, /*hidden argument*/NULL);
}
IL_0011:
{
// if (_loop == 2)
int32_t L_2 = __this->get__loop_40();
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_0022;
}
}
{
// LoopCheckingTarget(ref endPos, 1);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_3 = ___endPos0;
ScrollPane_LoopCheckingTarget_m4B46083B168932C2E32A43A98808E7E26547D0AB(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_3, 1, /*hidden argument*/NULL);
}
IL_0022:
{
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::LoopCheckingTarget(UnityEngine.Vector2&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_LoopCheckingTarget_m4B46083B168932C2E32A43A98808E7E26547D0AB (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___endPos0, int32_t ___axis1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * V_2 = NULL;
int32_t V_3 = 0;
float V_4 = 0.0f;
float V_5 = 0.0f;
{
// if (endPos[axis] > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = ___endPos0;
int32_t L_1 = ___axis1;
float L_2 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_0, L_1, /*hidden argument*/NULL);
if ((!(((float)L_2) > ((float)(0.0f)))))
{
goto IL_006a;
}
}
{
// float halfSize = GetLoopPartSize(2, axis);
int32_t L_3 = ___axis1;
float L_4 = ScrollPane_GetLoopPartSize_m15E5E03C1D5D6B76A429CF75D0BB3A2564F00E4E(__this, (2.0f), L_3, /*hidden argument*/NULL);
V_0 = L_4;
// float tmp = _tweenStart[axis] - halfSize;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_5 = __this->get_address_of__tweenStart_44();
int32_t L_6 = ___axis1;
float L_7 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_5, L_6, /*hidden argument*/NULL);
float L_8 = V_0;
V_1 = ((float)il2cpp_codegen_subtract((float)L_7, (float)L_8));
// if (tmp <= 0 && tmp >= -_overlapSize[axis])
float L_9 = V_1;
if ((!(((float)L_9) <= ((float)(0.0f)))))
{
goto IL_00dc;
}
}
{
float L_10 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_11 = __this->get_address_of__overlapSize_28();
int32_t L_12 = ___axis1;
float L_13 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_11, L_12, /*hidden argument*/NULL);
if ((!(((float)L_10) >= ((float)((-L_13))))))
{
goto IL_00dc;
}
}
{
// endPos[axis] -= halfSize;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_14 = ___endPos0;
V_2 = (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_14;
int32_t L_15 = ___axis1;
V_3 = L_15;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_16 = V_2;
int32_t L_17 = V_3;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_18 = V_2;
int32_t L_19 = V_3;
float L_20 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_18, L_19, /*hidden argument*/NULL);
float L_21 = V_0;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_16, L_17, ((float)il2cpp_codegen_subtract((float)L_20, (float)L_21)), /*hidden argument*/NULL);
// _tweenStart[axis] = tmp;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_22 = __this->get_address_of__tweenStart_44();
int32_t L_23 = ___axis1;
float L_24 = V_1;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_22, L_23, L_24, /*hidden argument*/NULL);
// }
return;
}
IL_006a:
{
// else if (endPos[axis] < -_overlapSize[axis])
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_25 = ___endPos0;
int32_t L_26 = ___axis1;
float L_27 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_25, L_26, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_28 = __this->get_address_of__overlapSize_28();
int32_t L_29 = ___axis1;
float L_30 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_28, L_29, /*hidden argument*/NULL);
if ((!(((float)L_27) < ((float)((-L_30))))))
{
goto IL_00dc;
}
}
{
// float halfSize = GetLoopPartSize(2, axis);
int32_t L_31 = ___axis1;
float L_32 = ScrollPane_GetLoopPartSize_m15E5E03C1D5D6B76A429CF75D0BB3A2564F00E4E(__this, (2.0f), L_31, /*hidden argument*/NULL);
V_4 = L_32;
// float tmp = _tweenStart[axis] + halfSize;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_33 = __this->get_address_of__tweenStart_44();
int32_t L_34 = ___axis1;
float L_35 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_33, L_34, /*hidden argument*/NULL);
float L_36 = V_4;
V_5 = ((float)il2cpp_codegen_add((float)L_35, (float)L_36));
// if (tmp <= 0 && tmp >= -_overlapSize[axis])
float L_37 = V_5;
if ((!(((float)L_37) <= ((float)(0.0f)))))
{
goto IL_00dc;
}
}
{
float L_38 = V_5;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_39 = __this->get_address_of__overlapSize_28();
int32_t L_40 = ___axis1;
float L_41 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_39, L_40, /*hidden argument*/NULL);
if ((!(((float)L_38) >= ((float)((-L_41))))))
{
goto IL_00dc;
}
}
{
// endPos[axis] += halfSize;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_42 = ___endPos0;
V_2 = (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_42;
int32_t L_43 = ___axis1;
V_3 = L_43;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_44 = V_2;
int32_t L_45 = V_3;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_46 = V_2;
int32_t L_47 = V_3;
float L_48 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_46, L_47, /*hidden argument*/NULL);
float L_49 = V_4;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_44, L_45, ((float)il2cpp_codegen_add((float)L_48, (float)L_49)), /*hidden argument*/NULL);
// _tweenStart[axis] = tmp;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_50 = __this->get_address_of__tweenStart_44();
int32_t L_51 = ___axis1;
float L_52 = V_5;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_50, L_51, L_52, /*hidden argument*/NULL);
}
IL_00dc:
{
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::LoopCheckingNewPos(System.Single&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_LoopCheckingNewPos_mA80756C95EFADD5D0B6495C5AC0494B69EEC032B (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float* ___value0, int32_t ___axis1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_LoopCheckingNewPos_mA80756C95EFADD5D0B6495C5AC0494B69EEC032B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
bool V_1 = false;
float V_2 = 0.0f;
float V_3 = 0.0f;
float G_B5_0 = 0.0f;
{
// if (_overlapSize[axis] == 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__overlapSize_28();
int32_t L_1 = ___axis1;
float L_2 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_0, L_1, /*hidden argument*/NULL);
if ((!(((float)L_2) == ((float)(0.0f)))))
{
goto IL_0014;
}
}
{
// return;
return;
}
IL_0014:
{
// float pos = axis == 0 ? _xPos : _yPos;
int32_t L_3 = ___axis1;
if (!L_3)
{
goto IL_001f;
}
}
{
float L_4 = __this->get__yPos_25();
G_B5_0 = L_4;
goto IL_0025;
}
IL_001f:
{
float L_5 = __this->get__xPos_24();
G_B5_0 = L_5;
}
IL_0025:
{
V_0 = G_B5_0;
// bool changed = false;
V_1 = (bool)0;
// if (value < 0.001f)
float* L_6 = ___value0;
float L_7 = *((float*)L_6);
if ((!(((float)L_7) < ((float)(0.001f)))))
{
goto IL_0084;
}
}
{
// value += GetLoopPartSize(2, axis);
float* L_8 = ___value0;
float* L_9 = ___value0;
float L_10 = *((float*)L_9);
int32_t L_11 = ___axis1;
float L_12 = ScrollPane_GetLoopPartSize_m15E5E03C1D5D6B76A429CF75D0BB3A2564F00E4E(__this, (2.0f), L_11, /*hidden argument*/NULL);
*((float*)L_8) = (float)((float)il2cpp_codegen_add((float)L_10, (float)L_12));
// if (value > pos)
float* L_13 = ___value0;
float L_14 = *((float*)L_13);
float L_15 = V_0;
if ((!(((float)L_14) > ((float)L_15))))
{
goto IL_00e2;
}
}
{
// float v = GetLoopPartSize(6, axis);
int32_t L_16 = ___axis1;
float L_17 = ScrollPane_GetLoopPartSize_m15E5E03C1D5D6B76A429CF75D0BB3A2564F00E4E(__this, (6.0f), L_16, /*hidden argument*/NULL);
V_2 = L_17;
// v = Mathf.CeilToInt((value - pos) / v) * v;
float* L_18 = ___value0;
float L_19 = *((float*)L_18);
float L_20 = V_0;
float L_21 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_22 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)((float)il2cpp_codegen_subtract((float)L_19, (float)L_20))/(float)L_21)), /*hidden argument*/NULL);
float L_23 = V_2;
V_2 = ((float)il2cpp_codegen_multiply((float)(((float)((float)L_22))), (float)L_23));
// pos = Mathf.Clamp(pos + v, 0, _overlapSize[axis]);
float L_24 = V_0;
float L_25 = V_2;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_26 = __this->get_address_of__overlapSize_28();
int32_t L_27 = ___axis1;
float L_28 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_26, L_27, /*hidden argument*/NULL);
float L_29 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(((float)il2cpp_codegen_add((float)L_24, (float)L_25)), (0.0f), L_28, /*hidden argument*/NULL);
V_0 = L_29;
// changed = true;
V_1 = (bool)1;
// }
goto IL_00e2;
}
IL_0084:
{
// else if (value >= _overlapSize[axis])
float* L_30 = ___value0;
float L_31 = *((float*)L_30);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_32 = __this->get_address_of__overlapSize_28();
int32_t L_33 = ___axis1;
float L_34 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_32, L_33, /*hidden argument*/NULL);
if ((!(((float)L_31) >= ((float)L_34))))
{
goto IL_00e2;
}
}
{
// value -= GetLoopPartSize(2, axis);
float* L_35 = ___value0;
float* L_36 = ___value0;
float L_37 = *((float*)L_36);
int32_t L_38 = ___axis1;
float L_39 = ScrollPane_GetLoopPartSize_m15E5E03C1D5D6B76A429CF75D0BB3A2564F00E4E(__this, (2.0f), L_38, /*hidden argument*/NULL);
*((float*)L_35) = (float)((float)il2cpp_codegen_subtract((float)L_37, (float)L_39));
// if (value < pos)
float* L_40 = ___value0;
float L_41 = *((float*)L_40);
float L_42 = V_0;
if ((!(((float)L_41) < ((float)L_42))))
{
goto IL_00e2;
}
}
{
// float v = GetLoopPartSize(6, axis);
int32_t L_43 = ___axis1;
float L_44 = ScrollPane_GetLoopPartSize_m15E5E03C1D5D6B76A429CF75D0BB3A2564F00E4E(__this, (6.0f), L_43, /*hidden argument*/NULL);
V_3 = L_44;
// v = Mathf.CeilToInt((pos - value) / v) * v;
float L_45 = V_0;
float* L_46 = ___value0;
float L_47 = *((float*)L_46);
float L_48 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_49 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)((float)il2cpp_codegen_subtract((float)L_45, (float)L_47))/(float)L_48)), /*hidden argument*/NULL);
float L_50 = V_3;
V_3 = ((float)il2cpp_codegen_multiply((float)(((float)((float)L_49))), (float)L_50));
// pos = Mathf.Clamp(pos - v, 0, _overlapSize[axis]);
float L_51 = V_0;
float L_52 = V_3;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_53 = __this->get_address_of__overlapSize_28();
int32_t L_54 = ___axis1;
float L_55 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_53, L_54, /*hidden argument*/NULL);
float L_56 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(((float)il2cpp_codegen_subtract((float)L_51, (float)L_52)), (0.0f), L_55, /*hidden argument*/NULL);
V_0 = L_56;
// changed = true;
V_1 = (bool)1;
}
IL_00e2:
{
// if (changed)
bool L_57 = V_1;
if (!L_57)
{
goto IL_0107;
}
}
{
// if (axis == 0)
int32_t L_58 = ___axis1;
if (L_58)
{
goto IL_00f8;
}
}
{
// _container.x = -(int)pos;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_59 = __this->get__container_53();
float L_60 = V_0;
NullCheck(L_59);
DisplayObject_set_x_m16DB82AEDCA6F088918F7AD3F437B4087033A9F3(L_59, (((float)((float)((-(((int32_t)((int32_t)L_60)))))))), /*hidden argument*/NULL);
return;
}
IL_00f8:
{
// _container.y = -(int)pos;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_61 = __this->get__container_53();
float L_62 = V_0;
NullCheck(L_61);
DisplayObject_set_y_m64A76B520A47537603AAEED4B378DCFA75322388(L_61, (((float)((float)((-(((int32_t)((int32_t)L_62)))))))), /*hidden argument*/NULL);
}
IL_0107:
{
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::AlignPosition(UnityEngine.Vector2&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_AlignPosition_m42AAE7454A81E5BD67519C02949A961CA6C36295 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___pos0, bool ___inertialScrolling1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
{
// if (_pageMode)
bool L_0 = __this->get__pageMode_19();
if (!L_0)
{
goto IL_0031;
}
}
{
// pos.x = AlignByPage(pos.x, 0, inertialScrolling);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_1 = ___pos0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = ___pos0;
float L_3 = L_2->get_x_0();
bool L_4 = ___inertialScrolling1;
float L_5 = ScrollPane_AlignByPage_mED68DA67E4ECCBC9F84C08F60DAAA083933E76F4(__this, L_3, 0, L_4, /*hidden argument*/NULL);
L_1->set_x_0(L_5);
// pos.y = AlignByPage(pos.y, 1, inertialScrolling);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_6 = ___pos0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_7 = ___pos0;
float L_8 = L_7->get_y_1();
bool L_9 = ___inertialScrolling1;
float L_10 = ScrollPane_AlignByPage_mED68DA67E4ECCBC9F84C08F60DAAA083933E76F4(__this, L_8, 1, L_9, /*hidden argument*/NULL);
L_6->set_y_1(L_10);
// }
return;
}
IL_0031:
{
// else if (_snapToItem)
bool L_11 = __this->get__snapToItem_15();
if (!L_11)
{
goto IL_00aa;
}
}
{
// float tmpX = -pos.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_12 = ___pos0;
float L_13 = L_12->get_x_0();
V_0 = ((-L_13));
// float tmpY = -pos.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_14 = ___pos0;
float L_15 = L_14->get_y_1();
V_1 = ((-L_15));
// _owner.GetSnappingPosition(ref tmpX, ref tmpY);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_16 = __this->get__owner_51();
NullCheck(L_16);
VirtActionInvoker2< float*, float* >::Invoke(33 /* System.Void FairyGUI.GComponent::GetSnappingPosition(System.Single&,System.Single&) */, L_16, (float*)(&V_0), (float*)(&V_1));
// if (pos.x < 0 && pos.x > -_overlapSize.x)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_17 = ___pos0;
float L_18 = L_17->get_x_0();
if ((!(((float)L_18) < ((float)(0.0f)))))
{
goto IL_0081;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_19 = ___pos0;
float L_20 = L_19->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_21 = __this->get_address_of__overlapSize_28();
float L_22 = L_21->get_x_0();
if ((!(((float)L_20) > ((float)((-L_22))))))
{
goto IL_0081;
}
}
{
// pos.x = -tmpX;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_23 = ___pos0;
float L_24 = V_0;
L_23->set_x_0(((-L_24)));
}
IL_0081:
{
// if (pos.y < 0 && pos.y > -_overlapSize.y)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_25 = ___pos0;
float L_26 = L_25->get_y_1();
if ((!(((float)L_26) < ((float)(0.0f)))))
{
goto IL_00aa;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_27 = ___pos0;
float L_28 = L_27->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_29 = __this->get_address_of__overlapSize_28();
float L_30 = L_29->get_y_1();
if ((!(((float)L_28) > ((float)((-L_30))))))
{
goto IL_00aa;
}
}
{
// pos.y = -tmpY;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_31 = ___pos0;
float L_32 = V_1;
L_31->set_y_1(((-L_32)));
}
IL_00aa:
{
// }
return;
}
}
// System.Single FairyGUI.ScrollPane::AlignByPage(System.Single,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_AlignByPage_mED68DA67E4ECCBC9F84C08F60DAAA083933E76F4 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___pos0, int32_t ___axis1, bool ___inertialScrolling2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_AlignByPage_mED68DA67E4ECCBC9F84C08F60DAAA083933E76F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_4;
memset((&V_4), 0, sizeof(V_4));
float V_5 = 0.0f;
int32_t V_6 = 0;
int32_t V_7 = 0;
float G_B7_0 = 0.0f;
float G_B12_0 = 0.0f;
float G_B12_1 = 0.0f;
float G_B11_0 = 0.0f;
float G_B11_1 = 0.0f;
float G_B13_0 = 0.0f;
float G_B13_1 = 0.0f;
float G_B13_2 = 0.0f;
{
// if (pos > 0)
float L_0 = ___pos0;
if ((!(((float)L_0) > ((float)(0.0f)))))
{
goto IL_000f;
}
}
{
// page = 0;
V_0 = 0;
goto IL_013a;
}
IL_000f:
{
// else if (pos < -_overlapSize[axis])
float L_1 = ___pos0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_2 = __this->get_address_of__overlapSize_28();
int32_t L_3 = ___axis1;
float L_4 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_2, L_3, /*hidden argument*/NULL);
if ((!(((float)L_1) < ((float)((-L_4))))))
{
goto IL_0045;
}
}
{
// page = Mathf.CeilToInt(_contentSize[axis] / _pageSize[axis]) - 1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_5 = __this->get_address_of__contentSize_27();
int32_t L_6 = ___axis1;
float L_7 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_5, L_6, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_8 = __this->get_address_of__pageSize_20();
int32_t L_9 = ___axis1;
float L_10 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_8, L_9, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_11 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)L_7/(float)L_10)), /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1));
goto IL_013a;
}
IL_0045:
{
// page = Mathf.FloorToInt(-pos / _pageSize[axis]);
float L_12 = ___pos0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_13 = __this->get_address_of__pageSize_20();
int32_t L_14 = ___axis1;
float L_15 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_13, L_14, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_16 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)((float)((-L_12))/(float)L_15)), /*hidden argument*/NULL);
V_0 = L_16;
// float change = inertialScrolling ? (pos - _containerPos[axis]) : (pos - _container.xy[axis]);
bool L_17 = ___inertialScrolling2;
if (L_17)
{
goto IL_0076;
}
}
{
float L_18 = ___pos0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_19 = __this->get__container_53();
NullCheck(L_19);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_20 = DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D(L_19, /*hidden argument*/NULL);
V_4 = L_20;
int32_t L_21 = ___axis1;
float L_22 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_4), L_21, /*hidden argument*/NULL);
G_B7_0 = ((float)il2cpp_codegen_subtract((float)L_18, (float)L_22));
goto IL_0084;
}
IL_0076:
{
float L_23 = ___pos0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_24 = __this->get_address_of__containerPos_29();
int32_t L_25 = ___axis1;
float L_26 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_24, L_25, /*hidden argument*/NULL);
G_B7_0 = ((float)il2cpp_codegen_subtract((float)L_23, (float)L_26));
}
IL_0084:
{
V_1 = G_B7_0;
// float testPageSize = Mathf.Min(_pageSize[axis], _contentSize[axis] - (page + 1) * _pageSize[axis]);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_27 = __this->get_address_of__pageSize_20();
int32_t L_28 = ___axis1;
float L_29 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_27, L_28, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_30 = __this->get_address_of__contentSize_27();
int32_t L_31 = ___axis1;
float L_32 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_30, L_31, /*hidden argument*/NULL);
int32_t L_33 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_34 = __this->get_address_of__pageSize_20();
int32_t L_35 = ___axis1;
float L_36 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_34, L_35, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_37 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(L_29, ((float)il2cpp_codegen_subtract((float)L_32, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))))), (float)L_36)))), /*hidden argument*/NULL);
V_2 = L_37;
// float delta = -pos - page * _pageSize[axis];
float L_38 = ___pos0;
int32_t L_39 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_40 = __this->get_address_of__pageSize_20();
int32_t L_41 = ___axis1;
float L_42 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_40, L_41, /*hidden argument*/NULL);
V_3 = ((float)il2cpp_codegen_subtract((float)((-L_38)), (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_39))), (float)L_42))));
// if (Mathf.Abs(change) > _pageSize[axis])//????????1?,??????????????????
float L_43 = V_1;
float L_44 = fabsf(L_43);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_45 = __this->get_address_of__pageSize_20();
int32_t L_46 = ___axis1;
float L_47 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_45, L_46, /*hidden argument*/NULL);
if ((!(((float)L_44) > ((float)L_47))))
{
goto IL_00ec;
}
}
{
// if (delta > testPageSize * 0.5f)
float L_48 = V_3;
float L_49 = V_2;
if ((!(((float)L_48) > ((float)((float)il2cpp_codegen_multiply((float)L_49, (float)(0.5f)))))))
{
goto IL_0109;
}
}
{
// page++;
int32_t L_50 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1));
// }
goto IL_0109;
}
IL_00ec:
{
// if (delta > testPageSize * (change < 0 ? 0.3f : 0.7f))
float L_51 = V_3;
float L_52 = V_2;
float L_53 = V_1;
G_B11_0 = L_52;
G_B11_1 = L_51;
if ((((float)L_53) < ((float)(0.0f))))
{
G_B12_0 = L_52;
G_B12_1 = L_51;
goto IL_00fd;
}
}
{
G_B13_0 = (0.7f);
G_B13_1 = G_B11_0;
G_B13_2 = G_B11_1;
goto IL_0102;
}
IL_00fd:
{
G_B13_0 = (0.3f);
G_B13_1 = G_B12_0;
G_B13_2 = G_B12_1;
}
IL_0102:
{
if ((!(((float)G_B13_2) > ((float)((float)il2cpp_codegen_multiply((float)G_B13_1, (float)G_B13_0))))))
{
goto IL_0109;
}
}
{
// page++;
int32_t L_54 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1));
}
IL_0109:
{
// pos = -page * _pageSize[axis];
int32_t L_55 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_56 = __this->get_address_of__pageSize_20();
int32_t L_57 = ___axis1;
float L_58 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_56, L_57, /*hidden argument*/NULL);
___pos0 = ((float)il2cpp_codegen_multiply((float)(((float)((float)((-L_55))))), (float)L_58));
// if (pos < -_overlapSize[axis]) //???????pageSize???
float L_59 = ___pos0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_60 = __this->get_address_of__overlapSize_28();
int32_t L_61 = ___axis1;
float L_62 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_60, L_61, /*hidden argument*/NULL);
if ((!(((float)L_59) < ((float)((-L_62))))))
{
goto IL_013a;
}
}
{
// pos = -_overlapSize[axis];
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_63 = __this->get_address_of__overlapSize_28();
int32_t L_64 = ___axis1;
float L_65 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_63, L_64, /*hidden argument*/NULL);
___pos0 = ((-L_65));
}
IL_013a:
{
// if (inertialScrolling)
bool L_66 = ___inertialScrolling2;
if (!L_66)
{
goto IL_0205;
}
}
{
// float oldPos = _tweenStart[axis];
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_67 = __this->get_address_of__tweenStart_44();
int32_t L_68 = ___axis1;
float L_69 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_67, L_68, /*hidden argument*/NULL);
V_5 = L_69;
// if (oldPos > 0)
float L_70 = V_5;
if ((!(((float)L_70) > ((float)(0.0f)))))
{
goto IL_015c;
}
}
{
// oldPage = 0;
V_6 = 0;
goto IL_01a8;
}
IL_015c:
{
// else if (oldPos < -_overlapSize[axis])
float L_71 = V_5;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_72 = __this->get_address_of__overlapSize_28();
int32_t L_73 = ___axis1;
float L_74 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_72, L_73, /*hidden argument*/NULL);
if ((!(((float)L_71) < ((float)((-L_74))))))
{
goto IL_0191;
}
}
{
// oldPage = Mathf.CeilToInt(_contentSize[axis] / _pageSize[axis]) - 1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_75 = __this->get_address_of__contentSize_27();
int32_t L_76 = ___axis1;
float L_77 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_75, L_76, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_78 = __this->get_address_of__pageSize_20();
int32_t L_79 = ___axis1;
float L_80 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_78, L_79, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_81 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)L_77/(float)L_80)), /*hidden argument*/NULL);
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)1));
goto IL_01a8;
}
IL_0191:
{
// oldPage = Mathf.FloorToInt(-oldPos / _pageSize[axis]);
float L_82 = V_5;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_83 = __this->get_address_of__pageSize_20();
int32_t L_84 = ___axis1;
float L_85 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_83, L_84, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_86 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)((float)((-L_82))/(float)L_85)), /*hidden argument*/NULL);
V_6 = L_86;
}
IL_01a8:
{
// int startPage = Mathf.FloorToInt(-_containerPos[axis] / _pageSize[axis]);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_87 = __this->get_address_of__containerPos_29();
int32_t L_88 = ___axis1;
float L_89 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_87, L_88, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_90 = __this->get_address_of__pageSize_20();
int32_t L_91 = ___axis1;
float L_92 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_90, L_91, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_93 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)((float)((-L_89))/(float)L_92)), /*hidden argument*/NULL);
V_7 = L_93;
// if (Mathf.Abs(page - startPage) > 1 && Mathf.Abs(oldPage - startPage) <= 1)
int32_t L_94 = V_0;
int32_t L_95 = V_7;
int32_t L_96 = Mathf_Abs_mC7DD2FB3789B5409055836D0E7D8227AD2099FDC(((int32_t)il2cpp_codegen_subtract((int32_t)L_94, (int32_t)L_95)), /*hidden argument*/NULL);
if ((((int32_t)L_96) <= ((int32_t)1)))
{
goto IL_0205;
}
}
{
int32_t L_97 = V_6;
int32_t L_98 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_99 = Mathf_Abs_mC7DD2FB3789B5409055836D0E7D8227AD2099FDC(((int32_t)il2cpp_codegen_subtract((int32_t)L_97, (int32_t)L_98)), /*hidden argument*/NULL);
if ((((int32_t)L_99) > ((int32_t)1)))
{
goto IL_0205;
}
}
{
// if (page > startPage)
int32_t L_100 = V_0;
int32_t L_101 = V_7;
if ((((int32_t)L_100) <= ((int32_t)L_101)))
{
goto IL_01ee;
}
}
{
// page = startPage + 1;
int32_t L_102 = V_7;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)1));
goto IL_01f3;
}
IL_01ee:
{
// page = startPage - 1;
int32_t L_103 = V_7;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_103, (int32_t)1));
}
IL_01f3:
{
// pos = -page * _pageSize[axis];
int32_t L_104 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_105 = __this->get_address_of__pageSize_20();
int32_t L_106 = ___axis1;
float L_107 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_105, L_106, /*hidden argument*/NULL);
___pos0 = ((float)il2cpp_codegen_multiply((float)(((float)((float)((-L_104))))), (float)L_107));
}
IL_0205:
{
// return pos;
float L_108 = ___pos0;
return L_108;
}
}
// UnityEngine.Vector2 FairyGUI.ScrollPane::UpdateTargetAndDuration(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ScrollPane_UpdateTargetAndDuration_mDE19CCD80EF7E024FA6F10EC2147D8DB17D3CF53 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___orignPos0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_UpdateTargetAndDuration_mDE19CCD80EF7E024FA6F10EC2147D8DB17D3CF53_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// Vector2 ret = Vector2.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
V_0 = L_0;
// ret.x = UpdateTargetAndDuration(orignPos.x, 0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = ___orignPos0;
float L_2 = L_1.get_x_0();
float L_3 = ScrollPane_UpdateTargetAndDuration_m07F80817283CDF8B9EFDDB636D4FCFE208D3CFBC(__this, L_2, 0, /*hidden argument*/NULL);
(&V_0)->set_x_0(L_3);
// ret.y = UpdateTargetAndDuration(orignPos.y, 1);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ___orignPos0;
float L_5 = L_4.get_y_1();
float L_6 = ScrollPane_UpdateTargetAndDuration_m07F80817283CDF8B9EFDDB636D4FCFE208D3CFBC(__this, L_5, 1, /*hidden argument*/NULL);
(&V_0)->set_y_1(L_6);
// return ret;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = V_0;
return L_7;
}
}
// System.Single FairyGUI.ScrollPane::UpdateTargetAndDuration(System.Single,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_UpdateTargetAndDuration_m07F80817283CDF8B9EFDDB636D4FCFE208D3CFBC (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, float ___pos0, int32_t ___axis1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_UpdateTargetAndDuration_m07F80817283CDF8B9EFDDB636D4FCFE208D3CFBC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
float V_4 = 0.0f;
{
// float v = _velocity[axis];
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__velocity_33();
int32_t L_1 = ___axis1;
float L_2 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
// float duration = 0;
V_1 = (0.0f);
// if (pos > 0)
float L_3 = ___pos0;
if ((!(((float)L_3) > ((float)(0.0f)))))
{
goto IL_0027;
}
}
{
// pos = 0;
___pos0 = (0.0f);
goto IL_0127;
}
IL_0027:
{
// else if (pos < -_overlapSize[axis])
float L_4 = ___pos0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_5 = __this->get_address_of__overlapSize_28();
int32_t L_6 = ___axis1;
float L_7 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_5, L_6, /*hidden argument*/NULL);
if ((!(((float)L_4) < ((float)((-L_7))))))
{
goto IL_004b;
}
}
{
// pos = -_overlapSize[axis];
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_8 = __this->get_address_of__overlapSize_28();
int32_t L_9 = ___axis1;
float L_10 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_8, L_9, /*hidden argument*/NULL);
___pos0 = ((-L_10));
goto IL_0127;
}
IL_004b:
{
// float v2 = Mathf.Abs(v) * _velocityScale;
float L_11 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_12 = fabsf(L_11);
float L_13 = __this->get__velocityScale_34();
V_2 = ((float)il2cpp_codegen_multiply((float)L_12, (float)L_13));
// if (Stage.touchScreen)
bool L_14 = Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0C_inline(/*hidden argument*/NULL);
if (!L_14)
{
goto IL_0079;
}
}
{
// v2 *= 1136f / Mathf.Max(Screen.width, Screen.height);
float L_15 = V_2;
int32_t L_16 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
int32_t L_17 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_18 = Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F(L_16, L_17, /*hidden argument*/NULL);
V_2 = ((float)il2cpp_codegen_multiply((float)L_15, (float)((float)((float)(1136.0f)/(float)(((float)((float)L_18)))))));
}
IL_0079:
{
// float ratio = 0;
V_3 = (0.0f);
// if (_pageMode || !Stage.touchScreen)
bool L_19 = __this->get__pageMode_19();
if (L_19)
{
goto IL_008e;
}
}
{
bool L_20 = Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0C_inline(/*hidden argument*/NULL);
if (L_20)
{
goto IL_00b0;
}
}
IL_008e:
{
// if (v2 > 500)
float L_21 = V_2;
if ((!(((float)L_21) > ((float)(500.0f)))))
{
goto IL_00d0;
}
}
{
// ratio = Mathf.Pow((v2 - 500) / 500, 2);
float L_22 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_23 = powf(((float)((float)((float)il2cpp_codegen_subtract((float)L_22, (float)(500.0f)))/(float)(500.0f))), (2.0f));
V_3 = L_23;
// }
goto IL_00d0;
}
IL_00b0:
{
// if (v2 > 1000)
float L_24 = V_2;
if ((!(((float)L_24) > ((float)(1000.0f)))))
{
goto IL_00d0;
}
}
{
// ratio = Mathf.Pow((v2 - 1000) / 1000, 2);
float L_25 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_26 = powf(((float)((float)((float)il2cpp_codegen_subtract((float)L_25, (float)(1000.0f)))/(float)(1000.0f))), (2.0f));
V_3 = L_26;
}
IL_00d0:
{
// if (ratio != 0)
float L_27 = V_3;
if ((((float)L_27) == ((float)(0.0f))))
{
goto IL_0127;
}
}
{
// if (ratio > 1)
float L_28 = V_3;
if ((!(((float)L_28) > ((float)(1.0f)))))
{
goto IL_00e6;
}
}
{
// ratio = 1;
V_3 = (1.0f);
}
IL_00e6:
{
// v2 *= ratio;
float L_29 = V_2;
float L_30 = V_3;
V_2 = ((float)il2cpp_codegen_multiply((float)L_29, (float)L_30));
// v *= ratio;
float L_31 = V_0;
float L_32 = V_3;
V_0 = ((float)il2cpp_codegen_multiply((float)L_31, (float)L_32));
// _velocity[axis] = v;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_33 = __this->get_address_of__velocity_33();
int32_t L_34 = ___axis1;
float L_35 = V_0;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_33, L_34, L_35, /*hidden argument*/NULL);
// duration = Mathf.Log(60 / v2, _decelerationRate) / 60;
float L_36 = V_2;
float L_37 = __this->get__decelerationRate_23();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_38 = Mathf_Log_mD0CFD1242805BD697B5156AA46FBB43E7636A19B(((float)((float)(60.0f)/(float)L_36)), L_37, /*hidden argument*/NULL);
V_1 = ((float)((float)L_38/(float)(60.0f)));
// float change = (int)(v * duration * 0.4f);
float L_39 = V_0;
float L_40 = V_1;
V_4 = (((float)((float)(((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_39, (float)L_40)), (float)(0.4f)))))))));
// pos += change;
float L_41 = ___pos0;
float L_42 = V_4;
___pos0 = ((float)il2cpp_codegen_add((float)L_41, (float)L_42));
}
IL_0127:
{
// if (duration < TWEEN_TIME_DEFAULT)
float L_43 = V_1;
if ((!(((float)L_43) < ((float)(0.3f)))))
{
goto IL_0135;
}
}
{
// duration = TWEEN_TIME_DEFAULT;
V_1 = (0.3f);
}
IL_0135:
{
// _tweenDuration[axis] = duration;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_44 = __this->get_address_of__tweenDuration_47();
int32_t L_45 = ___axis1;
float L_46 = V_1;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_44, L_45, L_46, /*hidden argument*/NULL);
// return pos;
float L_47 = ___pos0;
return L_47;
}
}
// System.Void FairyGUI.ScrollPane::FixDuration(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_FixDuration_m84505CEFCDDF5E9A1AF18B00385398FE8F32FF6F (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, int32_t ___axis0, float ___oldChange1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_FixDuration_m84505CEFCDDF5E9A1AF18B00385398FE8F32FF6F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
{
// if (_tweenChange[axis] == 0 || Mathf.Abs(_tweenChange[axis]) >= Mathf.Abs(oldChange))
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__tweenChange_45();
int32_t L_1 = ___axis0;
float L_2 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_0, L_1, /*hidden argument*/NULL);
if ((((float)L_2) == ((float)(0.0f))))
{
goto IL_002c;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_3 = __this->get_address_of__tweenChange_45();
int32_t L_4 = ___axis0;
float L_5 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_3, L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_6 = fabsf(L_5);
float L_7 = ___oldChange1;
float L_8 = fabsf(L_7);
if ((!(((float)L_6) >= ((float)L_8))))
{
goto IL_002d;
}
}
IL_002c:
{
// return;
return;
}
IL_002d:
{
// float newDuration = Mathf.Abs(_tweenChange[axis] / oldChange) * _tweenDuration[axis];
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_9 = __this->get_address_of__tweenChange_45();
int32_t L_10 = ___axis0;
float L_11 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_9, L_10, /*hidden argument*/NULL);
float L_12 = ___oldChange1;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_13 = fabsf(((float)((float)L_11/(float)L_12)));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_14 = __this->get_address_of__tweenDuration_47();
int32_t L_15 = ___axis0;
float L_16 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_14, L_15, /*hidden argument*/NULL);
V_0 = ((float)il2cpp_codegen_multiply((float)L_13, (float)L_16));
// if (newDuration < TWEEN_TIME_DEFAULT)
float L_17 = V_0;
if ((!(((float)L_17) < ((float)(0.3f)))))
{
goto IL_005c;
}
}
{
// newDuration = TWEEN_TIME_DEFAULT;
V_0 = (0.3f);
}
IL_005c:
{
// _tweenDuration[axis] = newDuration;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_18 = __this->get_address_of__tweenDuration_47();
int32_t L_19 = ___axis0;
float L_20 = V_0;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_18, L_19, L_20, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::KillTween()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_KillTween_mDE389CA248DAFA3275CA102C33AA1D3871BB7FD7 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_KillTween_mDE389CA248DAFA3275CA102C33AA1D3871BB7FD7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_tweening == 1) //?????1?tween????????
int32_t L_0 = __this->get__tweening_43();
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_0031;
}
}
{
// _container.xy = _tweenStart + _tweenChange;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_1 = __this->get__container_53();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = __this->get__tweenStart_44();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = __this->get__tweenChange_45();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_2, L_3, /*hidden argument*/NULL);
NullCheck(L_1);
DisplayObject_set_xy_mBE243AA0AAB45D1E3716D2A4C0918845648D7487(L_1, L_4, /*hidden argument*/NULL);
// _onScroll.Call();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_5 = __this->get__onScroll_59();
NullCheck(L_5);
EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556(L_5, /*hidden argument*/NULL);
}
IL_0031:
{
// _tweening = 0;
__this->set__tweening_43(0);
// Timers.inst.Remove(_tweenUpdateDelegate);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_6 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_7 = __this->get__tweenUpdateDelegate_49();
NullCheck(L_6);
Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9(L_6, L_7, /*hidden argument*/NULL);
// _onScrollEnd.Call();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_8 = __this->get__onScrollEnd_60();
NullCheck(L_8);
EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556(L_8, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::CheckRefreshBar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_CheckRefreshBar_m910EA8B2E99DE165D58B63499C18F0DF7BEEDA11 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_CheckRefreshBar_m910EA8B2E99DE165D58B63499C18F0DF7BEEDA11_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_2;
memset((&V_2), 0, sizeof(V_2));
float V_3 = 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_4;
memset((&V_4), 0, sizeof(V_4));
{
// if (_header == null && _footer == null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__header_56();
if (L_0)
{
goto IL_0011;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = __this->get__footer_57();
if (L_1)
{
goto IL_0011;
}
}
{
// return;
return;
}
IL_0011:
{
// float pos = _container.xy[_refreshBarAxis];
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_2 = __this->get__container_53();
NullCheck(L_2);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D(L_2, /*hidden argument*/NULL);
V_1 = L_3;
int32_t L_4 = __this->get__refreshBarAxis_13();
float L_5 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_1), L_4, /*hidden argument*/NULL);
V_0 = L_5;
// if (_header != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_6 = __this->get__header_56();
if (!L_6)
{
goto IL_00b9;
}
}
{
// if (pos > 0)
float L_7 = V_0;
if ((!(((float)L_7) > ((float)(0.0f)))))
{
goto IL_0090;
}
}
{
// if (_header.displayObject.parent == null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_8 = __this->get__header_56();
NullCheck(L_8);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_9 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_8, /*hidden argument*/NULL);
NullCheck(L_9);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_10 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0068;
}
}
{
// _maskContainer.AddChildAt(_header.displayObject, 0);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_11 = __this->get__maskContainer_52();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_12 = __this->get__header_56();
NullCheck(L_12);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_13 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A(L_11, L_13, 0, /*hidden argument*/NULL);
}
IL_0068:
{
// vec = _header.size;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_14 = __this->get__header_56();
NullCheck(L_14);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15 = GObject_get_size_mB1E724FACF1B928DDDF438C02BC17DCD005FC7F1(L_14, /*hidden argument*/NULL);
V_2 = L_15;
// vec[_refreshBarAxis] = pos;
int32_t L_16 = __this->get__refreshBarAxis_13();
float L_17 = V_0;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_2), L_16, L_17, /*hidden argument*/NULL);
// _header.size = vec;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_18 = __this->get__header_56();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = V_2;
NullCheck(L_18);
GObject_set_size_m1CB9011B43CBB8568C85165B772EEE564BAF5497(L_18, L_19, /*hidden argument*/NULL);
// }
goto IL_00b9;
}
IL_0090:
{
// if (_header.displayObject.parent != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_20 = __this->get__header_56();
NullCheck(L_20);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_21 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_20, /*hidden argument*/NULL);
NullCheck(L_21);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_22 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_21, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_00b9;
}
}
{
// _maskContainer.RemoveChild(_header.displayObject);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_23 = __this->get__maskContainer_52();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_24 = __this->get__header_56();
NullCheck(L_24);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_25 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_24, /*hidden argument*/NULL);
NullCheck(L_23);
Container_RemoveChild_m63980F70C47DF6DBA5EE4FBDA6EB21C673DE8114(L_23, L_25, /*hidden argument*/NULL);
}
IL_00b9:
{
// if (_footer != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_26 = __this->get__footer_57();
if (!L_26)
{
goto IL_025d;
}
}
{
// float max = _overlapSize[_refreshBarAxis];
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_27 = __this->get_address_of__overlapSize_28();
int32_t L_28 = __this->get__refreshBarAxis_13();
float L_29 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_27, L_28, /*hidden argument*/NULL);
V_3 = L_29;
// if (pos < -max || max == 0 && _footerLockedSize > 0)
float L_30 = V_0;
float L_31 = V_3;
if ((((float)L_30) < ((float)((-L_31)))))
{
goto IL_00f2;
}
}
{
float L_32 = V_3;
if ((!(((float)L_32) == ((float)(0.0f)))))
{
goto IL_0234;
}
}
{
int32_t L_33 = __this->get__footerLockedSize_42();
if ((((int32_t)L_33) <= ((int32_t)0)))
{
goto IL_0234;
}
}
IL_00f2:
{
// if (_footer.displayObject.parent == null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_34 = __this->get__footer_57();
NullCheck(L_34);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_35 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_34, /*hidden argument*/NULL);
NullCheck(L_35);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_36 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_35, /*hidden argument*/NULL);
if (L_36)
{
goto IL_011c;
}
}
{
// _maskContainer.AddChildAt(_footer.displayObject, 0);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_37 = __this->get__maskContainer_52();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_38 = __this->get__footer_57();
NullCheck(L_38);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_39 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_38, /*hidden argument*/NULL);
NullCheck(L_37);
Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A(L_37, L_39, 0, /*hidden argument*/NULL);
}
IL_011c:
{
// vec = _footer.xy;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_40 = __this->get__footer_57();
NullCheck(L_40);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_41 = GObject_get_xy_m034BE52C48EFEA693A75DED3BC34A14B9C48332E(L_40, /*hidden argument*/NULL);
V_4 = L_41;
// if (max > 0)
float L_42 = V_3;
if ((!(((float)L_42) > ((float)(0.0f)))))
{
goto IL_0153;
}
}
{
// vec[_refreshBarAxis] = pos + _contentSize[_refreshBarAxis];
int32_t L_43 = __this->get__refreshBarAxis_13();
float L_44 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_45 = __this->get_address_of__contentSize_27();
int32_t L_46 = __this->get__refreshBarAxis_13();
float L_47 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_45, L_46, /*hidden argument*/NULL);
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_4), L_43, ((float)il2cpp_codegen_add((float)L_44, (float)L_47)), /*hidden argument*/NULL);
goto IL_01b9;
}
IL_0153:
{
// vec[_refreshBarAxis] = Mathf.Max(Mathf.Min(pos + _viewSize[_refreshBarAxis], _viewSize[_refreshBarAxis] - _footerLockedSize), _viewSize[_refreshBarAxis] - _contentSize[_refreshBarAxis]);
int32_t L_48 = __this->get__refreshBarAxis_13();
float L_49 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_50 = __this->get_address_of__viewSize_26();
int32_t L_51 = __this->get__refreshBarAxis_13();
float L_52 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_50, L_51, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_53 = __this->get_address_of__viewSize_26();
int32_t L_54 = __this->get__refreshBarAxis_13();
float L_55 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_53, L_54, /*hidden argument*/NULL);
int32_t L_56 = __this->get__footerLockedSize_42();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_57 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(((float)il2cpp_codegen_add((float)L_49, (float)L_52)), ((float)il2cpp_codegen_subtract((float)L_55, (float)(((float)((float)L_56))))), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_58 = __this->get_address_of__viewSize_26();
int32_t L_59 = __this->get__refreshBarAxis_13();
float L_60 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_58, L_59, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_61 = __this->get_address_of__contentSize_27();
int32_t L_62 = __this->get__refreshBarAxis_13();
float L_63 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_61, L_62, /*hidden argument*/NULL);
float L_64 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_57, ((float)il2cpp_codegen_subtract((float)L_60, (float)L_63)), /*hidden argument*/NULL);
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_4), L_48, L_64, /*hidden argument*/NULL);
}
IL_01b9:
{
// _footer.xy = vec;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_65 = __this->get__footer_57();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_66 = V_4;
NullCheck(L_65);
GObject_set_xy_mE9FF4BB0E0A552C09BF033BED9610CD03B63F518(L_65, L_66, /*hidden argument*/NULL);
// vec = _footer.size;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_67 = __this->get__footer_57();
NullCheck(L_67);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_68 = GObject_get_size_mB1E724FACF1B928DDDF438C02BC17DCD005FC7F1(L_67, /*hidden argument*/NULL);
V_4 = L_68;
// if (max > 0)
float L_69 = V_3;
if ((!(((float)L_69) > ((float)(0.0f)))))
{
goto IL_01ee;
}
}
{
// vec[_refreshBarAxis] = -max - pos;
int32_t L_70 = __this->get__refreshBarAxis_13();
float L_71 = V_3;
float L_72 = V_0;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_4), L_70, ((float)il2cpp_codegen_subtract((float)((-L_71)), (float)L_72)), /*hidden argument*/NULL);
goto IL_0226;
}
IL_01ee:
{
// vec[_refreshBarAxis] = _viewSize[_refreshBarAxis] - _footer.xy[_refreshBarAxis];
int32_t L_73 = __this->get__refreshBarAxis_13();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_74 = __this->get_address_of__viewSize_26();
int32_t L_75 = __this->get__refreshBarAxis_13();
float L_76 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_74, L_75, /*hidden argument*/NULL);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_77 = __this->get__footer_57();
NullCheck(L_77);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_78 = GObject_get_xy_m034BE52C48EFEA693A75DED3BC34A14B9C48332E(L_77, /*hidden argument*/NULL);
V_1 = L_78;
int32_t L_79 = __this->get__refreshBarAxis_13();
float L_80 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_1), L_79, /*hidden argument*/NULL);
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_4), L_73, ((float)il2cpp_codegen_subtract((float)L_76, (float)L_80)), /*hidden argument*/NULL);
}
IL_0226:
{
// _footer.size = vec;
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_81 = __this->get__footer_57();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_82 = V_4;
NullCheck(L_81);
GObject_set_size_m1CB9011B43CBB8568C85165B772EEE564BAF5497(L_81, L_82, /*hidden argument*/NULL);
// }
return;
}
IL_0234:
{
// if (_footer.displayObject.parent != null)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_83 = __this->get__footer_57();
NullCheck(L_83);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_84 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_83, /*hidden argument*/NULL);
NullCheck(L_84);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_85 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_84, /*hidden argument*/NULL);
if (!L_85)
{
goto IL_025d;
}
}
{
// _maskContainer.RemoveChild(_footer.displayObject);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_86 = __this->get__maskContainer_52();
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_87 = __this->get__footer_57();
NullCheck(L_87);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_88 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_87, /*hidden argument*/NULL);
NullCheck(L_86);
Container_RemoveChild_m63980F70C47DF6DBA5EE4FBDA6EB21C673DE8114(L_86, L_88, /*hidden argument*/NULL);
}
IL_025d:
{
// }
return;
}
}
// System.Void FairyGUI.ScrollPane::TweenUpdate(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_TweenUpdate_m2266123AF8D01E7700A9DD19C3DA446B0BA11A3B (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, RuntimeObject * ___param0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_TweenUpdate_m2266123AF8D01E7700A9DD19C3DA446B0BA11A3B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
{
// if (_owner.displayObject == null || _owner.displayObject.isDisposed)
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__owner_51();
NullCheck(L_0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001f;
}
}
{
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = __this->get__owner_51();
NullCheck(L_2);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
bool L_4 = DisplayObject_get_isDisposed_mFBB8B449ECE8BB06DB80D1F0F1FC7496888810AF(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0030;
}
}
IL_001f:
{
// Timers.inst.Remove(_tweenUpdateDelegate);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_5 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_6 = __this->get__tweenUpdateDelegate_49();
NullCheck(L_5);
Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9(L_5, L_6, /*hidden argument*/NULL);
// return;
return;
}
IL_0030:
{
// float nx = RunTween(0);
float L_7 = ScrollPane_RunTween_m10E9ADF043FAFE46AE2A73B809244A64ED57CC09(__this, 0, /*hidden argument*/NULL);
V_0 = L_7;
// float ny = RunTween(1);
float L_8 = ScrollPane_RunTween_m10E9ADF043FAFE46AE2A73B809244A64ED57CC09(__this, 1, /*hidden argument*/NULL);
V_1 = L_8;
// _container.SetXY(nx, ny);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_9 = __this->get__container_53();
float L_10 = V_0;
float L_11 = V_1;
NullCheck(L_9);
DisplayObject_SetXY_mB67013955497B5AC0BDD3794175FB5DE85E6D3BA(L_9, L_10, L_11, /*hidden argument*/NULL);
// if (_tweening == 2)
int32_t L_12 = __this->get__tweening_43();
if ((!(((uint32_t)L_12) == ((uint32_t)2))))
{
goto IL_00c2;
}
}
{
// if (_overlapSize.x > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_13 = __this->get_address_of__overlapSize_28();
float L_14 = L_13->get_x_0();
if ((!(((float)L_14) > ((float)(0.0f)))))
{
goto IL_0085;
}
}
{
// _xPos = Mathf.Clamp(-nx, 0, _overlapSize.x);
float L_15 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_16 = __this->get_address_of__overlapSize_28();
float L_17 = L_16->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_18 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(((-L_15)), (0.0f), L_17, /*hidden argument*/NULL);
__this->set__xPos_24(L_18);
}
IL_0085:
{
// if (_overlapSize.y > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_19 = __this->get_address_of__overlapSize_28();
float L_20 = L_19->get_y_1();
if ((!(((float)L_20) > ((float)(0.0f)))))
{
goto IL_00b4;
}
}
{
// _yPos = Mathf.Clamp(-ny, 0, _overlapSize.y);
float L_21 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_22 = __this->get_address_of__overlapSize_28();
float L_23 = L_22->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_24 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(((-L_21)), (0.0f), L_23, /*hidden argument*/NULL);
__this->set__yPos_25(L_24);
}
IL_00b4:
{
// if (_pageMode)
bool L_25 = __this->get__pageMode_19();
if (!L_25)
{
goto IL_00c2;
}
}
{
// UpdatePageController();
ScrollPane_UpdatePageController_m6AC7DC57A0ED5675806B909067F4BE86858E4E49(__this, /*hidden argument*/NULL);
}
IL_00c2:
{
// if (_tweenChange.x == 0 && _tweenChange.y == 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_26 = __this->get_address_of__tweenChange_45();
float L_27 = L_26->get_x_0();
if ((!(((float)L_27) == ((float)(0.0f)))))
{
goto IL_012a;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_28 = __this->get_address_of__tweenChange_45();
float L_29 = L_28->get_y_1();
if ((!(((float)L_29) == ((float)(0.0f)))))
{
goto IL_012a;
}
}
{
// _tweening = 0;
__this->set__tweening_43(0);
// Timers.inst.Remove(_tweenUpdateDelegate);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_30 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_31 = __this->get__tweenUpdateDelegate_49();
NullCheck(L_30);
Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9(L_30, L_31, /*hidden argument*/NULL);
// LoopCheckingCurrent();
ScrollPane_LoopCheckingCurrent_m8706ABEA70FBF708FBF8495A4353DFC1C608D317(__this, /*hidden argument*/NULL);
// SyncScrollBar(true);
ScrollPane_SyncScrollBar_mDCE6397C774EF3164BE0234CC05C693D233F3C09(__this, (bool)1, /*hidden argument*/NULL);
// CheckRefreshBar();
ScrollPane_CheckRefreshBar_m910EA8B2E99DE165D58B63499C18F0DF7BEEDA11(__this, /*hidden argument*/NULL);
// _onScroll.Call();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_32 = __this->get__onScroll_59();
NullCheck(L_32);
EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556(L_32, /*hidden argument*/NULL);
// _onScrollEnd.Call();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_33 = __this->get__onScrollEnd_60();
NullCheck(L_33);
EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556(L_33, /*hidden argument*/NULL);
// }
return;
}
IL_012a:
{
// SyncScrollBar(false);
ScrollPane_SyncScrollBar_mDCE6397C774EF3164BE0234CC05C693D233F3C09(__this, (bool)0, /*hidden argument*/NULL);
// CheckRefreshBar();
ScrollPane_CheckRefreshBar_m910EA8B2E99DE165D58B63499C18F0DF7BEEDA11(__this, /*hidden argument*/NULL);
// _onScroll.Call();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_34 = __this->get__onScroll_59();
NullCheck(L_34);
EventListener_Call_m85BC2D9B5042BDFA3EF848252B587EDF98AE1556(L_34, /*hidden argument*/NULL);
// }
return;
}
}
// System.Single FairyGUI.ScrollPane::RunTween(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_RunTween_m10E9ADF043FAFE46AE2A73B809244A64ED57CC09 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, int32_t ___axis0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_RunTween_m10E9ADF043FAFE46AE2A73B809244A64ED57CC09_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * V_3 = NULL;
int32_t V_4 = 0;
float V_5 = 0.0f;
float V_6 = 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_7;
memset((&V_7), 0, sizeof(V_7));
{
// if (_tweenChange[axis] != 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of__tweenChange_45();
int32_t L_1 = ___axis0;
float L_2 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_0, L_1, /*hidden argument*/NULL);
if ((((float)L_2) == ((float)(0.0f))))
{
goto IL_029b;
}
}
{
// _tweenTime[axis] += Time.unscaledDeltaTime;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_3 = __this->get_address_of__tweenTime_46();
V_3 = (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_3;
int32_t L_4 = ___axis0;
V_4 = L_4;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_5 = V_3;
int32_t L_6 = V_4;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_7 = V_3;
int32_t L_8 = V_4;
float L_9 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_7, L_8, /*hidden argument*/NULL);
float L_10 = Time_get_unscaledDeltaTime_mA0AE7A144C88AE8AABB42DF17B0F3F0714BA06B2(/*hidden argument*/NULL);
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_5, L_6, ((float)il2cpp_codegen_add((float)L_9, (float)L_10)), /*hidden argument*/NULL);
// if (_tweenTime[axis] >= _tweenDuration[axis])
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_11 = __this->get_address_of__tweenTime_46();
int32_t L_12 = ___axis0;
float L_13 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_11, L_12, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_14 = __this->get_address_of__tweenDuration_47();
int32_t L_15 = ___axis0;
float L_16 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_14, L_15, /*hidden argument*/NULL);
if ((!(((float)L_13) >= ((float)L_16))))
{
goto IL_007d;
}
}
{
// newValue = _tweenStart[axis] + _tweenChange[axis];
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_17 = __this->get_address_of__tweenStart_44();
int32_t L_18 = ___axis0;
float L_19 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_17, L_18, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_20 = __this->get_address_of__tweenChange_45();
int32_t L_21 = ___axis0;
float L_22 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_20, L_21, /*hidden argument*/NULL);
V_0 = ((float)il2cpp_codegen_add((float)L_19, (float)L_22));
// _tweenChange[axis] = 0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_23 = __this->get_address_of__tweenChange_45();
int32_t L_24 = ___axis0;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_23, L_24, (0.0f), /*hidden argument*/NULL);
// }
goto IL_00bb;
}
IL_007d:
{
// float ratio = EaseFunc(_tweenTime[axis], _tweenDuration[axis]);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_25 = __this->get_address_of__tweenTime_46();
int32_t L_26 = ___axis0;
float L_27 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_25, L_26, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_28 = __this->get_address_of__tweenDuration_47();
int32_t L_29 = ___axis0;
float L_30 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_28, L_29, /*hidden argument*/NULL);
float L_31 = ScrollPane_EaseFunc_m6892296C67319052A77226C8D1D4281321C72DBC(L_27, L_30, /*hidden argument*/NULL);
V_5 = L_31;
// newValue = _tweenStart[axis] + (int)(_tweenChange[axis] * ratio);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_32 = __this->get_address_of__tweenStart_44();
int32_t L_33 = ___axis0;
float L_34 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_32, L_33, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_35 = __this->get_address_of__tweenChange_45();
int32_t L_36 = ___axis0;
float L_37 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_35, L_36, /*hidden argument*/NULL);
float L_38 = V_5;
V_0 = ((float)il2cpp_codegen_add((float)L_34, (float)(((float)((float)(((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_37, (float)L_38))))))))));
}
IL_00bb:
{
// float threshold1 = 0;
V_1 = (0.0f);
// float threshold2 = -_overlapSize[axis];
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_39 = __this->get_address_of__overlapSize_28();
int32_t L_40 = ___axis0;
float L_41 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_39, L_40, /*hidden argument*/NULL);
V_2 = ((-L_41));
// if (_headerLockedSize > 0 && _refreshBarAxis == axis)
int32_t L_42 = __this->get__headerLockedSize_41();
if ((((int32_t)L_42) <= ((int32_t)0)))
{
goto IL_00e9;
}
}
{
int32_t L_43 = __this->get__refreshBarAxis_13();
int32_t L_44 = ___axis0;
if ((!(((uint32_t)L_43) == ((uint32_t)L_44))))
{
goto IL_00e9;
}
}
{
// threshold1 = _headerLockedSize;
int32_t L_45 = __this->get__headerLockedSize_41();
V_1 = (((float)((float)L_45)));
}
IL_00e9:
{
// if (_footerLockedSize > 0 && _refreshBarAxis == axis)
int32_t L_46 = __this->get__footerLockedSize_42();
if ((((int32_t)L_46) <= ((int32_t)0)))
{
goto IL_0160;
}
}
{
int32_t L_47 = __this->get__refreshBarAxis_13();
int32_t L_48 = ___axis0;
if ((!(((uint32_t)L_47) == ((uint32_t)L_48))))
{
goto IL_0160;
}
}
{
// float max = _overlapSize[_refreshBarAxis];
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_49 = __this->get_address_of__overlapSize_28();
int32_t L_50 = __this->get__refreshBarAxis_13();
float L_51 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_49, L_50, /*hidden argument*/NULL);
V_6 = L_51;
// if (max == 0)
float L_52 = V_6;
if ((!(((float)L_52) == ((float)(0.0f)))))
{
goto IL_0150;
}
}
{
// max = Mathf.Max(_contentSize[_refreshBarAxis] + _footerLockedSize - _viewSize[_refreshBarAxis], 0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_53 = __this->get_address_of__contentSize_27();
int32_t L_54 = __this->get__refreshBarAxis_13();
float L_55 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_53, L_54, /*hidden argument*/NULL);
int32_t L_56 = __this->get__footerLockedSize_42();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_57 = __this->get_address_of__viewSize_26();
int32_t L_58 = __this->get__refreshBarAxis_13();
float L_59 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_57, L_58, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_60 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_55, (float)(((float)((float)L_56))))), (float)L_59)), (0.0f), /*hidden argument*/NULL);
V_6 = L_60;
goto IL_015c;
}
IL_0150:
{
// max += _footerLockedSize;
float L_61 = V_6;
int32_t L_62 = __this->get__footerLockedSize_42();
V_6 = ((float)il2cpp_codegen_add((float)L_61, (float)(((float)((float)L_62)))));
}
IL_015c:
{
// threshold2 = -max;
float L_63 = V_6;
V_2 = ((-L_63));
}
IL_0160:
{
// if (_tweening == 2 && _bouncebackEffect)
int32_t L_64 = __this->get__tweening_43();
if ((!(((uint32_t)L_64) == ((uint32_t)2))))
{
goto IL_0269;
}
}
{
bool L_65 = __this->get__bouncebackEffect_7();
if (!L_65)
{
goto IL_0269;
}
}
{
// if (newValue > 20 + threshold1 && _tweenChange[axis] > 0
// || newValue > threshold1 && _tweenChange[axis] == 0)//????
float L_66 = V_0;
float L_67 = V_1;
if ((!(((float)L_66) > ((float)((float)il2cpp_codegen_add((float)(20.0f), (float)L_67))))))
{
goto IL_0194;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_68 = __this->get_address_of__tweenChange_45();
int32_t L_69 = ___axis0;
float L_70 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_68, L_69, /*hidden argument*/NULL);
if ((((float)L_70) > ((float)(0.0f))))
{
goto IL_01ab;
}
}
IL_0194:
{
float L_71 = V_0;
float L_72 = V_1;
if ((!(((float)L_71) > ((float)L_72))))
{
goto IL_01ef;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_73 = __this->get_address_of__tweenChange_45();
int32_t L_74 = ___axis0;
float L_75 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_73, L_74, /*hidden argument*/NULL);
if ((!(((float)L_75) == ((float)(0.0f)))))
{
goto IL_01ef;
}
}
IL_01ab:
{
// _tweenTime[axis] = 0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_76 = __this->get_address_of__tweenTime_46();
int32_t L_77 = ___axis0;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_76, L_77, (0.0f), /*hidden argument*/NULL);
// _tweenDuration[axis] = TWEEN_TIME_DEFAULT;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_78 = __this->get_address_of__tweenDuration_47();
int32_t L_79 = ___axis0;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_78, L_79, (0.3f), /*hidden argument*/NULL);
// _tweenChange[axis] = -newValue + threshold1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_80 = __this->get_address_of__tweenChange_45();
int32_t L_81 = ___axis0;
float L_82 = V_0;
float L_83 = V_1;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_80, L_81, ((float)il2cpp_codegen_add((float)((-L_82)), (float)L_83)), /*hidden argument*/NULL);
// _tweenStart[axis] = newValue;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_84 = __this->get_address_of__tweenStart_44();
int32_t L_85 = ___axis0;
float L_86 = V_0;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_84, L_85, L_86, /*hidden argument*/NULL);
// }
goto IL_02b1;
}
IL_01ef:
{
// else if (newValue < threshold2 - 20 && _tweenChange[axis] < 0
// || newValue < threshold2 && _tweenChange[axis] == 0)//????
float L_87 = V_0;
float L_88 = V_2;
if ((!(((float)L_87) < ((float)((float)il2cpp_codegen_subtract((float)L_88, (float)(20.0f)))))))
{
goto IL_020c;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_89 = __this->get_address_of__tweenChange_45();
int32_t L_90 = ___axis0;
float L_91 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_89, L_90, /*hidden argument*/NULL);
if ((((float)L_91) < ((float)(0.0f))))
{
goto IL_0229;
}
}
IL_020c:
{
float L_92 = V_0;
float L_93 = V_2;
if ((!(((float)L_92) < ((float)L_93))))
{
goto IL_02b1;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_94 = __this->get_address_of__tweenChange_45();
int32_t L_95 = ___axis0;
float L_96 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_94, L_95, /*hidden argument*/NULL);
if ((!(((float)L_96) == ((float)(0.0f)))))
{
goto IL_02b1;
}
}
IL_0229:
{
// _tweenTime[axis] = 0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_97 = __this->get_address_of__tweenTime_46();
int32_t L_98 = ___axis0;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_97, L_98, (0.0f), /*hidden argument*/NULL);
// _tweenDuration[axis] = TWEEN_TIME_DEFAULT;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_99 = __this->get_address_of__tweenDuration_47();
int32_t L_100 = ___axis0;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_99, L_100, (0.3f), /*hidden argument*/NULL);
// _tweenChange[axis] = threshold2 - newValue;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_101 = __this->get_address_of__tweenChange_45();
int32_t L_102 = ___axis0;
float L_103 = V_2;
float L_104 = V_0;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_101, L_102, ((float)il2cpp_codegen_subtract((float)L_103, (float)L_104)), /*hidden argument*/NULL);
// _tweenStart[axis] = newValue;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_105 = __this->get_address_of__tweenStart_44();
int32_t L_106 = ___axis0;
float L_107 = V_0;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_105, L_106, L_107, /*hidden argument*/NULL);
// }
goto IL_02b1;
}
IL_0269:
{
// if (newValue > threshold1)
float L_108 = V_0;
float L_109 = V_1;
if ((!(((float)L_108) > ((float)L_109))))
{
goto IL_0282;
}
}
{
// newValue = threshold1;
float L_110 = V_1;
V_0 = L_110;
// _tweenChange[axis] = 0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_111 = __this->get_address_of__tweenChange_45();
int32_t L_112 = ___axis0;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_111, L_112, (0.0f), /*hidden argument*/NULL);
// }
goto IL_02b1;
}
IL_0282:
{
// else if (newValue < threshold2)
float L_113 = V_0;
float L_114 = V_2;
if ((!(((float)L_113) < ((float)L_114))))
{
goto IL_02b1;
}
}
{
// newValue = threshold2;
float L_115 = V_2;
V_0 = L_115;
// _tweenChange[axis] = 0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_116 = __this->get_address_of__tweenChange_45();
int32_t L_117 = ___axis0;
Vector2_set_Item_m2335DC41E2BB7E64C21CDF0EEDE64FFB56E7ABD1((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)L_116, L_117, (0.0f), /*hidden argument*/NULL);
// }
goto IL_02b1;
}
IL_029b:
{
// newValue = _container.xy[axis];
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_118 = __this->get__container_53();
NullCheck(L_118);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_119 = DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D(L_118, /*hidden argument*/NULL);
V_7 = L_119;
int32_t L_120 = ___axis0;
float L_121 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_7), L_120, /*hidden argument*/NULL);
V_0 = L_121;
}
IL_02b1:
{
// return newValue;
float L_122 = V_0;
return L_122;
}
}
// System.Single FairyGUI.ScrollPane::EaseFunc(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScrollPane_EaseFunc_m6892296C67319052A77226C8D1D4281321C72DBC (float ___t0, float ___d1, const RuntimeMethod* method)
{
{
// return (t = t / d - 1) * t * t + 1;//cubicOut
float L_0 = ___t0;
float L_1 = ___d1;
float L_2 = ((float)il2cpp_codegen_subtract((float)((float)((float)L_0/(float)L_1)), (float)(1.0f)));
___t0 = L_2;
float L_3 = ___t0;
float L_4 = ___t0;
return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3)), (float)L_4)), (float)(1.0f)));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#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.SelectionShape::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SelectionShape__ctor_m7BF2A72A7A27D1E24392038853C2FD193E0AB9A1 (SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SelectionShape__ctor_m7BF2A72A7A27D1E24392038853C2FD193E0AB9A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public SelectionShape()
DisplayObject__ctor_m8A93C9E5759F7CC138A8FE227A4ACDC8E7CC70F7(__this, /*hidden argument*/NULL);
// CreateGameObject("SelectionShape");
DisplayObject_CreateGameObject_m7959DAD321F68960C96F0A6D0961CE901444D666(__this, _stringLiteral4B97D60E035BADDA1F2DDD70E4C5DA2A1A0AD7AC, /*hidden argument*/NULL);
// graphics = new NGraphics(gameObject);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD *)il2cpp_codegen_object_new(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD_il2cpp_TypeInfo_var);
NGraphics__ctor_mBB3521CEBCF42D11C7384BBEE95A4E295A9B75B6(L_1, L_0, /*hidden argument*/NULL);
DisplayObject_set_graphics_mC84EEE2565E2FFB5821AF51094FD490702635426_inline(__this, L_1, /*hidden argument*/NULL);
// graphics.texture = NTexture.Empty;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_2 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_3 = NTexture_get_Empty_mE27AE4B4DF76AC39A4EA15A41347E34668605579(/*hidden argument*/NULL);
NullCheck(L_2);
NGraphics_set_texture_m37C1CC2B5DE298F7007E91C3112A3A8A30A37694(L_2, L_3, /*hidden argument*/NULL);
// graphics.meshFactory = this;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_4 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
NGraphics_set_meshFactory_m139B4CBE84CEA96EB0A2FA53BFB48403B834BF5F(L_4, __this, /*hidden argument*/NULL);
// rects = new List<Rect>();
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_5 = (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 *)il2cpp_codegen_object_new(List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350_il2cpp_TypeInfo_var);
List_1__ctor_m0C2495D4AB02B8E45AE668DC8469A89E10FC9BBE(L_5, /*hidden argument*/List_1__ctor_m0C2495D4AB02B8E45AE668DC8469A89E10FC9BBE_RuntimeMethod_var);
__this->set_rects_52(L_5);
// }
return;
}
}
// UnityEngine.Color FairyGUI.SelectionShape::get_color()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 SelectionShape_get_color_m460D0889D0B860060721A0EB29D2977E4C9F2EEC (SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * __this, const RuntimeMethod* method)
{
{
// return graphics.color;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = NGraphics_get_color_m66429820875740D0222CD954DDDD27B7898DCDCA_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.SelectionShape::set_color(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SelectionShape_set_color_mACF42273E50D8A31F3CD1FD86AF71E0F5569EB91 (SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// graphics.color = value;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ___value0;
NullCheck(L_0);
NGraphics_set_color_mA33329F8E240CE6091FA841781F110745FC621FD_inline(L_0, L_1, /*hidden argument*/NULL);
// graphics.Tint();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_2 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
NGraphics_Tint_mA6F19B6CEAA76F2EF9324A0AB473A50DF99D2740(L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.SelectionShape::Refresh()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SelectionShape_Refresh_mB7D9E6C378DFB5890971FB0F5F516CB05C764FB4 (SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SelectionShape_Refresh_mB7D9E6C378DFB5890971FB0F5F516CB05C764FB4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_1;
memset((&V_1), 0, sizeof(V_1));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
{
// int count = rects.Count;
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_0 = __this->get_rects_52();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m6BB22A4C3529F9B5F75B7BFF81DDABCD93F31521_inline(L_0, /*hidden argument*/List_1_get_Count_m6BB22A4C3529F9B5F75B7BFF81DDABCD93F31521_RuntimeMethod_var);
V_0 = L_1;
// if (count > 0)
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_005e;
}
}
{
// Rect rect = new Rect();
il2cpp_codegen_initobj((&V_1), sizeof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE ));
// rect = rects[0];
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_3 = __this->get_rects_52();
NullCheck(L_3);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_4 = List_1_get_Item_m56CAFF658634D608ABFB179B988429C57FD6D7D4_inline(L_3, 0, /*hidden argument*/List_1_get_Item_m56CAFF658634D608ABFB179B988429C57FD6D7D4_RuntimeMethod_var);
V_1 = L_4;
// for (int i = 1; i < count; i++)
V_3 = 1;
goto IL_0044;
}
IL_0029:
{
// tmp = rects[i];
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_5 = __this->get_rects_52();
int32_t L_6 = V_3;
NullCheck(L_5);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_7 = List_1_get_Item_m56CAFF658634D608ABFB179B988429C57FD6D7D4_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_m56CAFF658634D608ABFB179B988429C57FD6D7D4_RuntimeMethod_var);
V_2 = L_7;
// rect = ToolSet.Union(ref rect, ref tmp);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_8 = ToolSet_Union_m2B274319CECD031AD5C155B4EC00AF0A829F765D((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_2), /*hidden argument*/NULL);
V_1 = L_8;
// for (int i = 1; i < count; i++)
int32_t L_9 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_0044:
{
// for (int i = 1; i < count; i++)
int32_t L_10 = V_3;
int32_t L_11 = V_0;
if ((((int32_t)L_10) < ((int32_t)L_11)))
{
goto IL_0029;
}
}
{
// SetSize(rect.xMax, rect.yMax);
float L_12 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
float L_13 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475(__this, L_12, L_13, /*hidden argument*/NULL);
// }
goto IL_006e;
}
IL_005e:
{
// SetSize(0, 0);
DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475(__this, (0.0f), (0.0f), /*hidden argument*/NULL);
}
IL_006e:
{
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_14 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_14);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_14, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.SelectionShape::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SelectionShape_Clear_mFB6308DD032EC054D228AB847388F64B8BED5235 (SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SelectionShape_Clear_mFB6308DD032EC054D228AB847388F64B8BED5235_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// rects.Clear();
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_0 = __this->get_rects_52();
NullCheck(L_0);
List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB(L_0, /*hidden argument*/List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB_RuntimeMethod_var);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.SelectionShape::OnPopulateMesh(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SelectionShape_OnPopulateMesh_m48CABEF3A40307F25FE9403C588367C660DA39C4 (SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SelectionShape_OnPopulateMesh_m48CABEF3A40307F25FE9403C588367C660DA39C4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// int count = rects.Count;
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_0 = __this->get_rects_52();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m6BB22A4C3529F9B5F75B7BFF81DDABCD93F31521_inline(L_0, /*hidden argument*/List_1_get_Count_m6BB22A4C3529F9B5F75B7BFF81DDABCD93F31521_RuntimeMethod_var);
V_0 = L_1;
// if (count == 0)
int32_t L_2 = V_0;
if (L_2)
{
goto IL_0010;
}
}
{
// return;
return;
}
IL_0010:
{
// for (int i = 0; i < count; i++)
V_1 = 0;
goto IL_002a;
}
IL_0014:
{
// vb.AddQuad(rects[i]);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_3 = ___vb0;
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_4 = __this->get_rects_52();
int32_t L_5 = V_1;
NullCheck(L_4);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_6 = List_1_get_Item_m56CAFF658634D608ABFB179B988429C57FD6D7D4_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_m56CAFF658634D608ABFB179B988429C57FD6D7D4_RuntimeMethod_var);
NullCheck(L_3);
VertexBuffer_AddQuad_mFD04EC88374CC9023D2DF47E4837B156AFA41034(L_3, L_6, /*hidden argument*/NULL);
// for (int i = 0; i < count; i++)
int32_t L_7 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
}
IL_002a:
{
// for (int i = 0; i < count; i++)
int32_t L_8 = V_1;
int32_t L_9 = V_0;
if ((((int32_t)L_8) < ((int32_t)L_9)))
{
goto IL_0014;
}
}
{
// vb.AddTriangles();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_10 = ___vb0;
NullCheck(L_10);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_10, 0, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.DisplayObject FairyGUI.SelectionShape::HitTest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * SelectionShape_HitTest_m09FC3784DC9B5114948B84191DD486068F0A171D (SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SelectionShape_HitTest_m09FC3784DC9B5114948B84191DD486068F0A171D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_3;
memset((&V_3), 0, sizeof(V_3));
{
// Vector2 localPoint = WorldToLocal(HitTestContext.worldPoint, HitTestContext.direction);
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_worldPoint_1();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_direction_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = DisplayObject_WorldToLocal_mA3392E7E1B08FCC91B15A4E40A0A27C489EE3443(__this, L_0, L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// if (_contentRect.Contains(localPoint))
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_4 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_0;
bool L_6 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_4, L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0055;
}
}
{
// int count = rects.Count;
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_7 = __this->get_rects_52();
NullCheck(L_7);
int32_t L_8 = List_1_get_Count_m6BB22A4C3529F9B5F75B7BFF81DDABCD93F31521_inline(L_7, /*hidden argument*/List_1_get_Count_m6BB22A4C3529F9B5F75B7BFF81DDABCD93F31521_RuntimeMethod_var);
V_1 = L_8;
// for (int i = 0; i < count; i++)
V_2 = 0;
goto IL_0051;
}
IL_0034:
{
// if (rects[i].Contains(localPoint))
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_9 = __this->get_rects_52();
int32_t L_10 = V_2;
NullCheck(L_9);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_11 = List_1_get_Item_m56CAFF658634D608ABFB179B988429C57FD6D7D4_inline(L_9, L_10, /*hidden argument*/List_1_get_Item_m56CAFF658634D608ABFB179B988429C57FD6D7D4_RuntimeMethod_var);
V_3 = L_11;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = V_0;
bool L_13 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_3), L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_004d;
}
}
{
// return this;
return __this;
}
IL_004d:
{
// for (int i = 0; i < count; i++)
int32_t L_14 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_0051:
{
// for (int i = 0; i < count; i++)
int32_t L_15 = V_2;
int32_t L_16 = V_1;
if ((((int32_t)L_15) < ((int32_t)L_16)))
{
goto IL_0034;
}
}
IL_0055:
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
}
#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
// UnityEngine.Shader FairyGUI.ShaderConfig::GetShader(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * ShaderConfig_GetShader_m1812ED53E63F6F775C1DEDB2560DB03087CD2743 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ShaderConfig_GetShader_m1812ED53E63F6F775C1DEDB2560DB03087CD2743_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * V_0 = NULL;
{
// Shader shader = Get(name);
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * L_0 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get_Get_0();
String_t* L_1 = ___name0;
NullCheck(L_0);
Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * L_2 = GetFunction_Invoke_m382D62E6A5F34B3F15A79937916300BE37DFA203(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
// if (shader == null)
Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0030;
}
}
{
// Debug.LogWarning("FairyGUI: shader not found: " + name);
String_t* L_5 = ___name0;
String_t* L_6 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral9AACF322A71C6A614CCD8E79FFE250BE5062A9FD, L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_6, /*hidden argument*/NULL);
// shader = Shader.Find("UI/Default");
Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * L_7 = Shader_Find_m755654AA68D1C663A3E20A10E00CDC10F96C962B(_stringLiteral25643BC6FF14679375C584E46ECC6DE5B805F697, /*hidden argument*/NULL);
V_0 = L_7;
}
IL_0030:
{
// shader.hideFlags = DisplayOptions.hideFlags;
Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var);
int32_t L_9 = ((DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_StaticFields*)il2cpp_codegen_static_fields_for(DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var))->get_hideFlags_0();
NullCheck(L_8);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_8, L_9, /*hidden argument*/NULL);
// if (_properyIDs == null)
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_10 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
if (L_10)
{
goto IL_0047;
}
}
{
// InitPropertyIDs();
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
ShaderConfig_InitPropertyIDs_mF9BE803217725979A84D94F117A45CF27ED371E0(/*hidden argument*/NULL);
}
IL_0047:
{
// return shader;
Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * L_11 = V_0;
return L_11;
}
}
// FairyGUI.ShaderConfig_PropertyIDs FairyGUI.ShaderConfig::get_propertyIDs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * ShaderConfig_get_propertyIDs_m1563F4B2E2B3C46FACA105C91348BEA5D8EDFF48 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ShaderConfig_get_propertyIDs_m1563F4B2E2B3C46FACA105C91348BEA5D8EDFF48_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_properyIDs == null)
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_0 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
if (L_0)
{
goto IL_000c;
}
}
{
// InitPropertyIDs();
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
ShaderConfig_InitPropertyIDs_mF9BE803217725979A84D94F117A45CF27ED371E0(/*hidden argument*/NULL);
}
IL_000c:
{
// return _properyIDs;
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_1 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
return L_1;
}
}
// System.Void FairyGUI.ShaderConfig::InitPropertyIDs()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderConfig_InitPropertyIDs_mF9BE803217725979A84D94F117A45CF27ED371E0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ShaderConfig_InitPropertyIDs_mF9BE803217725979A84D94F117A45CF27ED371E0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _properyIDs = new PropertyIDs();
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_0 = (PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 *)il2cpp_codegen_object_new(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71_il2cpp_TypeInfo_var);
PropertyIDs__ctor_m61A718D29F53BC6A11CCD9ED32F0A14F1DDDFC3D(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->set__properyIDs_4(L_0);
// _properyIDs._ClipBox = Shader.PropertyToID("_ClipBox");
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_1 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
int32_t L_2 = Shader_PropertyToID_m831E5B48743620DB9E3E3DD15A8DEA483981DD45(_stringLiteral07616D138AF89F6A69E286AEA1D9580193A21F59, /*hidden argument*/NULL);
NullCheck(L_1);
L_1->set__ClipBox_0(L_2);
// _properyIDs._ClipSoftness = Shader.PropertyToID("_ClipSoftness");
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_3 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
int32_t L_4 = Shader_PropertyToID_m831E5B48743620DB9E3E3DD15A8DEA483981DD45(_stringLiteralE21EEE0CA1FFEE216BD7B8320C66246E25F7E862, /*hidden argument*/NULL);
NullCheck(L_3);
L_3->set__ClipSoftness_1(L_4);
// _properyIDs._AlphaTex = Shader.PropertyToID("_AlphaTex");
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_5 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
int32_t L_6 = Shader_PropertyToID_m831E5B48743620DB9E3E3DD15A8DEA483981DD45(_stringLiteral80F34F8AEFAE970F954D31290D5CE0E2143DC74A, /*hidden argument*/NULL);
NullCheck(L_5);
L_5->set__AlphaTex_2(L_6);
// _properyIDs._StencilComp = Shader.PropertyToID("_StencilComp");
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_7 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
int32_t L_8 = Shader_PropertyToID_m831E5B48743620DB9E3E3DD15A8DEA483981DD45(_stringLiteralC0E60DD82594AF705F1DCD06B4FE427E33BBAFCC, /*hidden argument*/NULL);
NullCheck(L_7);
L_7->set__StencilComp_3(L_8);
// _properyIDs._Stencil = Shader.PropertyToID("_Stencil");
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_9 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
int32_t L_10 = Shader_PropertyToID_m831E5B48743620DB9E3E3DD15A8DEA483981DD45(_stringLiteral00B9E14633411C46CB64AE42D91DD928EE3EC5B1, /*hidden argument*/NULL);
NullCheck(L_9);
L_9->set__Stencil_4(L_10);
// _properyIDs._StencilOp = Shader.PropertyToID("_StencilOp");
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_11 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
int32_t L_12 = Shader_PropertyToID_m831E5B48743620DB9E3E3DD15A8DEA483981DD45(_stringLiteral7A200607148CA1061B43BC5E5BF6CFF3829B9B93, /*hidden argument*/NULL);
NullCheck(L_11);
L_11->set__StencilOp_5(L_12);
// _properyIDs._StencilReadMask = Shader.PropertyToID("_StencilReadMask");
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_13 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
int32_t L_14 = Shader_PropertyToID_m831E5B48743620DB9E3E3DD15A8DEA483981DD45(_stringLiteral8DD62ACF429375A264346E1E9B92A8E490AAF02B, /*hidden argument*/NULL);
NullCheck(L_13);
L_13->set__StencilReadMask_6(L_14);
// _properyIDs._ColorMask = Shader.PropertyToID("_ColorMask");
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_15 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
int32_t L_16 = Shader_PropertyToID_m831E5B48743620DB9E3E3DD15A8DEA483981DD45(_stringLiteralB5E2BA93787E798DD2F2FDF3C3B4EE994B1A5889, /*hidden argument*/NULL);
NullCheck(L_15);
L_15->set__ColorMask_7(L_16);
// _properyIDs._ColorMatrix = Shader.PropertyToID("_ColorMatrix");
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_17 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
int32_t L_18 = Shader_PropertyToID_m831E5B48743620DB9E3E3DD15A8DEA483981DD45(_stringLiteralD2CE75DA68D291B4D50ADCFA6F95BF9DF3AA23EF, /*hidden argument*/NULL);
NullCheck(L_17);
L_17->set__ColorMatrix_8(L_18);
// _properyIDs._ColorOffset = Shader.PropertyToID("_ColorOffset");
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_19 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
int32_t L_20 = Shader_PropertyToID_m831E5B48743620DB9E3E3DD15A8DEA483981DD45(_stringLiteral54CE683EECB5BF22B3CF1A9F607945FDE317AAC0, /*hidden argument*/NULL);
NullCheck(L_19);
L_19->set__ColorOffset_9(L_20);
// _properyIDs._BlendSrcFactor = Shader.PropertyToID("_BlendSrcFactor");
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_21 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
int32_t L_22 = Shader_PropertyToID_m831E5B48743620DB9E3E3DD15A8DEA483981DD45(_stringLiteral174423A4FAA17B22DA7C040AA58A5E7F7308EFB2, /*hidden argument*/NULL);
NullCheck(L_21);
L_21->set__BlendSrcFactor_10(L_22);
// _properyIDs._BlendDstFactor = Shader.PropertyToID("_BlendDstFactor");
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_23 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
int32_t L_24 = Shader_PropertyToID_m831E5B48743620DB9E3E3DD15A8DEA483981DD45(_stringLiteral50D6817D5A1FD202CB992ED7DCB5C9A533C75F3F, /*hidden argument*/NULL);
NullCheck(L_23);
L_23->set__BlendDstFactor_11(L_24);
// _properyIDs._ColorOption = Shader.PropertyToID("_ColorOption");
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_25 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
int32_t L_26 = Shader_PropertyToID_m831E5B48743620DB9E3E3DD15A8DEA483981DD45(_stringLiteral97DD6557DBE1BB85BF8E4E49F8BDE8A8A747E7B2, /*hidden argument*/NULL);
NullCheck(L_25);
L_25->set__ColorOption_12(L_26);
// }
return;
}
}
// System.Void FairyGUI.ShaderConfig::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderConfig__ctor_mDC9EF17F04D138D09097BE13BCFDA9F3B33DA06C (ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.ShaderConfig::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderConfig__cctor_m9F8A82C0619A7DC5551B7975F58C7F415B94A389 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ShaderConfig__cctor_m9F8A82C0619A7DC5551B7975F58C7F415B94A389_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static GetFunction Get = Shader.Find;
GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * L_0 = (GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA *)il2cpp_codegen_object_new(GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA_il2cpp_TypeInfo_var);
GetFunction__ctor_m4D80202C526860EFD074EBD87C1091E71D8FBD93(L_0, NULL, (intptr_t)((intptr_t)Shader_Find_m755654AA68D1C663A3E20A10E00CDC10F96C962B_RuntimeMethod_var), /*hidden argument*/NULL);
((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->set_Get_0(L_0);
// public static string imageShader = "FairyGUI/Image";
((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->set_imageShader_1(_stringLiteral65748A0CDC7B51F0B1CFF19BB2E632949D6DF72B);
// public static string textShader = "FairyGUI/Text";
((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->set_textShader_2(_stringLiteralE90DD7706BA1BE760467BC2699C28D6A0AEF1F43);
// public static string bmFontShader = "FairyGUI/BMFont";
((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->set_bmFontShader_3(_stringLiteralE60B111E43B0FBCC0A05A330E648CCEECD3AD0CC);
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.ShaderConfig_GetFunction::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetFunction__ctor_m4D80202C526860EFD074EBD87C1091E71D8FBD93 (GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * __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);
}
// UnityEngine.Shader FairyGUI.ShaderConfig_GetFunction::Invoke(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * GetFunction_Invoke_m382D62E6A5F34B3F15A79937916300BE37DFA203 (GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * __this, String_t* ___name0, const RuntimeMethod* method)
{
Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * 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 Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * (*FunctionPointerType) (String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___name0, targetMethod);
}
else
{
// closed
typedef Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___name0, 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< Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * >::Invoke(targetMethod, ___name0);
else
result = GenericVirtFuncInvoker0< Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * >::Invoke(targetMethod, ___name0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker0< Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___name0);
else
result = VirtFuncInvoker0< Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___name0);
}
}
else
{
typedef Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * (*FunctionPointerType) (String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___name0, 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< Shader_tE2731FF351B74AB4186897484FB01E000C1160CA *, String_t* >::Invoke(targetMethod, targetThis, ___name0);
else
result = GenericVirtFuncInvoker1< Shader_tE2731FF351B74AB4186897484FB01E000C1160CA *, String_t* >::Invoke(targetMethod, targetThis, ___name0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker1< Shader_tE2731FF351B74AB4186897484FB01E000C1160CA *, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___name0);
else
result = VirtFuncInvoker1< Shader_tE2731FF351B74AB4186897484FB01E000C1160CA *, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___name0);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___name0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * (*FunctionPointerType) (String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___name0, targetMethod);
}
else
{
typedef Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___name0, targetMethod);
}
}
}
}
return result;
}
// System.IAsyncResult FairyGUI.ShaderConfig_GetFunction::BeginInvoke(System.String,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GetFunction_BeginInvoke_m2BD46A458BDBEF6C053D008E05B449A8972F20A5 (GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * __this, String_t* ___name0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___name0;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// UnityEngine.Shader FairyGUI.ShaderConfig_GetFunction::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tE2731FF351B74AB4186897484FB01E000C1160CA * GetFunction_EndInvoke_mCAC9F805B8B286EC4935485BE838DC7FFA321017 (GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return (Shader_tE2731FF351B74AB4186897484FB01E000C1160CA *)__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.ShaderConfig_PropertyIDs::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyIDs__ctor_m61A718D29F53BC6A11CCD9ED32F0A14F1DDDFC3D (PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * __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.Shape::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shape__ctor_mC1057F9F148C74E7C3085899283E10B9C38126F6 (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Shape__ctor_mC1057F9F148C74E7C3085899283E10B9C38126F6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public Shape()
DisplayObject__ctor_m8A93C9E5759F7CC138A8FE227A4ACDC8E7CC70F7(__this, /*hidden argument*/NULL);
// CreateGameObject("Shape");
DisplayObject_CreateGameObject_m7959DAD321F68960C96F0A6D0961CE901444D666(__this, _stringLiteralEA5C1A20B7CFCFEC8A35FB4C6A419A1314233755, /*hidden argument*/NULL);
// graphics = new NGraphics(gameObject);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD *)il2cpp_codegen_object_new(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD_il2cpp_TypeInfo_var);
NGraphics__ctor_mBB3521CEBCF42D11C7384BBEE95A4E295A9B75B6(L_1, L_0, /*hidden argument*/NULL);
DisplayObject_set_graphics_mC84EEE2565E2FFB5821AF51094FD490702635426_inline(__this, L_1, /*hidden argument*/NULL);
// graphics.texture = NTexture.Empty;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_2 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_3 = NTexture_get_Empty_mE27AE4B4DF76AC39A4EA15A41347E34668605579(/*hidden argument*/NULL);
NullCheck(L_2);
NGraphics_set_texture_m37C1CC2B5DE298F7007E91C3112A3A8A30A37694(L_2, L_3, /*hidden argument*/NULL);
// graphics.meshFactory = null;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_4 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
NGraphics_set_meshFactory_m139B4CBE84CEA96EB0A2FA53BFB48403B834BF5F(L_4, (RuntimeObject*)NULL, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.Color FairyGUI.Shape::get_color()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Shape_get_color_mAA647C6A72152FAB05C4D4AB6441A815F8B1C5D0 (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, const RuntimeMethod* method)
{
{
// return graphics.color;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = NGraphics_get_color_m66429820875740D0222CD954DDDD27B7898DCDCA_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.Shape::set_color(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shape_set_color_mA959ADF5B831DF116A97139147AE5C09C5CE6880 (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// graphics.color = value;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ___value0;
NullCheck(L_0);
NGraphics_set_color_mA33329F8E240CE6091FA841781F110745FC621FD_inline(L_0, L_1, /*hidden argument*/NULL);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_2 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Shape::DrawRect(System.Single,UnityEngine.Color,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shape_DrawRect_m93777CF18C9B41B56BF2AA2E0084F4AA9DE9DFE3 (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, float ___lineSize0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___lineColor1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___fillColor2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Shape_DrawRect_m93777CF18C9B41B56BF2AA2E0084F4AA9DE9DFE3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// RectMesh mesh = graphics.GetMeshFactory<RectMesh>();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3 * L_1 = NGraphics_GetMeshFactory_TisRectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3_mF53CAED0182B4368565B49487CE731A5661A76F6(L_0, /*hidden argument*/NGraphics_GetMeshFactory_TisRectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3_mF53CAED0182B4368565B49487CE731A5661A76F6_RuntimeMethod_var);
// mesh.lineWidth = lineSize;
RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3 * L_2 = L_1;
float L_3 = ___lineSize0;
NullCheck(L_2);
L_2->set_lineWidth_1(L_3);
// mesh.lineColor = lineColor;
RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3 * L_4 = L_2;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = ___lineColor1;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_6 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
L_4->set_lineColor_2(L_6);
// mesh.fillColor = null;
RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3 * L_7 = L_4;
NullCheck(L_7);
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_8 = L_7->get_address_of_fillColor_3();
il2cpp_codegen_initobj(L_8, sizeof(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ));
// mesh.colors = null;
NullCheck(L_7);
L_7->set_colors_4((Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)NULL);
// graphics.color = fillColor;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_9 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_10 = ___fillColor2;
NullCheck(L_9);
NGraphics_set_color_mA33329F8E240CE6091FA841781F110745FC621FD_inline(L_9, L_10, /*hidden argument*/NULL);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_11 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_11);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_11, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Shape::DrawRect(System.Single,UnityEngine.Color32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shape_DrawRect_mC78DED29706350AD4C496D5ECCDA863BE0AA6364 (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, float ___lineSize0, Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___colors1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Shape_DrawRect_mC78DED29706350AD4C496D5ECCDA863BE0AA6364_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// RectMesh mesh = graphics.GetMeshFactory<RectMesh>();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3 * L_1 = NGraphics_GetMeshFactory_TisRectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3_mF53CAED0182B4368565B49487CE731A5661A76F6(L_0, /*hidden argument*/NGraphics_GetMeshFactory_TisRectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3_mF53CAED0182B4368565B49487CE731A5661A76F6_RuntimeMethod_var);
// mesh.lineWidth = lineSize;
RectMesh_t018403CC60D48823E79CF29FA8DA2D32224343F3 * L_2 = L_1;
float L_3 = ___lineSize0;
NullCheck(L_2);
L_2->set_lineWidth_1(L_3);
// mesh.colors = colors;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_4 = ___colors1;
NullCheck(L_2);
L_2->set_colors_4(L_4);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_5 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_5, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Shape::DrawRoundRect(System.Single,UnityEngine.Color,UnityEngine.Color,System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shape_DrawRoundRect_m6FEF72AE9EB2D7961CCF0D74542F26DBDA7C0541 (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, float ___lineSize0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___lineColor1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___fillColor2, float ___topLeftRadius3, float ___topRightRadius4, float ___bottomLeftRadius5, float ___bottomRightRadius6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Shape_DrawRoundRect_m6FEF72AE9EB2D7961CCF0D74542F26DBDA7C0541_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// RoundedRectMesh mesh = graphics.GetMeshFactory<RoundedRectMesh>();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65 * L_1 = NGraphics_GetMeshFactory_TisRoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65_mB45A6A784160B337F9E6DBFAF289CEA853D12A14(L_0, /*hidden argument*/NGraphics_GetMeshFactory_TisRoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65_mB45A6A784160B337F9E6DBFAF289CEA853D12A14_RuntimeMethod_var);
// mesh.lineWidth = lineSize;
RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65 * L_2 = L_1;
float L_3 = ___lineSize0;
NullCheck(L_2);
L_2->set_lineWidth_1(L_3);
// mesh.lineColor = lineColor;
RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65 * L_4 = L_2;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = ___lineColor1;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_6 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
L_4->set_lineColor_2(L_6);
// mesh.fillColor = null;
RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65 * L_7 = L_4;
NullCheck(L_7);
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_8 = L_7->get_address_of_fillColor_3();
il2cpp_codegen_initobj(L_8, sizeof(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ));
// mesh.topLeftRadius = topLeftRadius;
RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65 * L_9 = L_7;
float L_10 = ___topLeftRadius3;
NullCheck(L_9);
L_9->set_topLeftRadius_4(L_10);
// mesh.topRightRadius = topRightRadius;
RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65 * L_11 = L_9;
float L_12 = ___topRightRadius4;
NullCheck(L_11);
L_11->set_topRightRadius_5(L_12);
// mesh.bottomLeftRadius = bottomLeftRadius;
RoundedRectMesh_t9952ED166BAC20E639B0FCF9C547C11AA8B4BE65 * L_13 = L_11;
float L_14 = ___bottomLeftRadius5;
NullCheck(L_13);
L_13->set_bottomLeftRadius_6(L_14);
// mesh.bottomRightRadius = bottomRightRadius;
float L_15 = ___bottomRightRadius6;
NullCheck(L_13);
L_13->set_bottomRightRadius_7(L_15);
// graphics.color = fillColor;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_16 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_17 = ___fillColor2;
NullCheck(L_16);
NGraphics_set_color_mA33329F8E240CE6091FA841781F110745FC621FD_inline(L_16, L_17, /*hidden argument*/NULL);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_18 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_18);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_18, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Shape::DrawEllipse(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shape_DrawEllipse_m9B21625641010EC6DBA9B31CB56D6E8000D12407 (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___fillColor0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Shape_DrawEllipse_m9B21625641010EC6DBA9B31CB56D6E8000D12407_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// EllipseMesh mesh = graphics.GetMeshFactory<EllipseMesh>();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * L_1 = NGraphics_GetMeshFactory_TisEllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_mEF422FD6C7CC1FB702B81FDBF487A243D06C4B39(L_0, /*hidden argument*/NGraphics_GetMeshFactory_TisEllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_mEF422FD6C7CC1FB702B81FDBF487A243D06C4B39_RuntimeMethod_var);
// mesh.lineWidth = 0;
EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * L_2 = L_1;
NullCheck(L_2);
L_2->set_lineWidth_1((0.0f));
// mesh.startDegree = 0;
EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * L_3 = L_2;
NullCheck(L_3);
L_3->set_startDegree_5((0.0f));
// mesh.endDegreee = 360;
EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * L_4 = L_3;
NullCheck(L_4);
L_4->set_endDegreee_6((360.0f));
// mesh.fillColor = null;
EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * L_5 = L_4;
NullCheck(L_5);
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_6 = L_5->get_address_of_fillColor_4();
il2cpp_codegen_initobj(L_6, sizeof(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ));
// mesh.centerColor = null;
NullCheck(L_5);
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_7 = L_5->get_address_of_centerColor_3();
il2cpp_codegen_initobj(L_7, sizeof(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ));
// graphics.color = fillColor;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_8 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_9 = ___fillColor0;
NullCheck(L_8);
NGraphics_set_color_mA33329F8E240CE6091FA841781F110745FC621FD_inline(L_8, L_9, /*hidden argument*/NULL);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_10 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_10);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_10, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Shape::DrawEllipse(System.Single,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shape_DrawEllipse_m74F2720051D287E99F2DE65FABA7BE988C59C5AA (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, float ___lineSize0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___centerColor1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___lineColor2, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___fillColor3, float ___startDegree4, float ___endDegree5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Shape_DrawEllipse_m74F2720051D287E99F2DE65FABA7BE988C59C5AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * V_0 = NULL;
{
// EllipseMesh mesh = graphics.GetMeshFactory<EllipseMesh>();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * L_1 = NGraphics_GetMeshFactory_TisEllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_mEF422FD6C7CC1FB702B81FDBF487A243D06C4B39(L_0, /*hidden argument*/NGraphics_GetMeshFactory_TisEllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0_mEF422FD6C7CC1FB702B81FDBF487A243D06C4B39_RuntimeMethod_var);
V_0 = L_1;
// mesh.lineWidth = lineSize;
EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * L_2 = V_0;
float L_3 = ___lineSize0;
NullCheck(L_2);
L_2->set_lineWidth_1(L_3);
// if (centerColor.Equals(fillColor))
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = ___fillColor3;
bool L_5 = Color_Equals_mA81EEDDC4250DE67C2F43BC88A102EA32A138052((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&___centerColor1), L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
// mesh.centerColor = null;
EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * L_6 = V_0;
NullCheck(L_6);
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_7 = L_6->get_address_of_centerColor_3();
il2cpp_codegen_initobj(L_7, sizeof(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ));
goto IL_003d;
}
IL_002c:
{
// mesh.centerColor = centerColor;
EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * L_8 = V_0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_9 = ___centerColor1;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_10 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_9, /*hidden argument*/NULL);
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF L_11;
memset((&L_11), 0, sizeof(L_11));
Nullable_1__ctor_m795EFC9108634793E731E9D01EAC6AA8FEDF040A((&L_11), L_10, /*hidden argument*/Nullable_1__ctor_m795EFC9108634793E731E9D01EAC6AA8FEDF040A_RuntimeMethod_var);
NullCheck(L_8);
L_8->set_centerColor_3(L_11);
}
IL_003d:
{
// mesh.lineColor = lineColor;
EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * L_12 = V_0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_13 = ___lineColor2;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_14 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
L_12->set_lineColor_2(L_14);
// mesh.fillColor = null;
EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * L_15 = V_0;
NullCheck(L_15);
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_16 = L_15->get_address_of_fillColor_4();
il2cpp_codegen_initobj(L_16, sizeof(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ));
// mesh.startDegree = startDegree;
EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * L_17 = V_0;
float L_18 = ___startDegree4;
NullCheck(L_17);
L_17->set_startDegree_5(L_18);
// mesh.endDegreee = endDegree;
EllipseMesh_t0F71CBD4BEE61CE2558CECC19D1D454519C663A0 * L_19 = V_0;
float L_20 = ___endDegree5;
NullCheck(L_19);
L_19->set_endDegreee_6(L_20);
// graphics.color = fillColor;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_21 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_22 = ___fillColor3;
NullCheck(L_21);
NGraphics_set_color_mA33329F8E240CE6091FA841781F110745FC621FD_inline(L_21, L_22, /*hidden argument*/NULL);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_23 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_23);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_23, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Shape::DrawPolygon(UnityEngine.Vector2[],UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shape_DrawPolygon_m1B456BDC1E886019764EEA3B05B97A4F0D112757 (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___points0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___fillColor1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Shape_DrawPolygon_m1B456BDC1E886019764EEA3B05B97A4F0D112757_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// PolygonMesh mesh = graphics.GetMeshFactory<PolygonMesh>();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * L_1 = NGraphics_GetMeshFactory_TisPolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_mE90DEFCE8C08E73755B95B584C84ADD72623F8DD(L_0, /*hidden argument*/NGraphics_GetMeshFactory_TisPolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_mE90DEFCE8C08E73755B95B584C84ADD72623F8DD_RuntimeMethod_var);
// mesh.points.Clear();
PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * L_2 = L_1;
NullCheck(L_2);
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_3 = L_2->get_points_0();
NullCheck(L_3);
List_1_Clear_m471E9C96E037C142725FB47332197B948E5D38AE(L_3, /*hidden argument*/List_1_Clear_m471E9C96E037C142725FB47332197B948E5D38AE_RuntimeMethod_var);
// mesh.points.AddRange(points);
PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * L_4 = L_2;
NullCheck(L_4);
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_5 = L_4->get_points_0();
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_6 = ___points0;
NullCheck(L_5);
List_1_AddRange_m6B0A75687700C693529877B8458D50365BD10BA8(L_5, (RuntimeObject*)(RuntimeObject*)L_6, /*hidden argument*/List_1_AddRange_m6B0A75687700C693529877B8458D50365BD10BA8_RuntimeMethod_var);
// mesh.fillColor = null;
PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * L_7 = L_4;
NullCheck(L_7);
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_8 = L_7->get_address_of_fillColor_2();
il2cpp_codegen_initobj(L_8, sizeof(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ));
// mesh.colors = null;
NullCheck(L_7);
L_7->set_colors_3((Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)NULL);
// graphics.color = fillColor;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_9 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_10 = ___fillColor1;
NullCheck(L_9);
NGraphics_set_color_mA33329F8E240CE6091FA841781F110745FC621FD_inline(L_9, L_10, /*hidden argument*/NULL);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_11 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_11);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_11, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Shape::DrawPolygon(UnityEngine.Vector2[],UnityEngine.Color32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shape_DrawPolygon_mF061C3D4E4736CD14139FBC4C322F542A81285A5 (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___points0, Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___colors1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Shape_DrawPolygon_mF061C3D4E4736CD14139FBC4C322F542A81285A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// PolygonMesh mesh = graphics.GetMeshFactory<PolygonMesh>();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * L_1 = NGraphics_GetMeshFactory_TisPolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_mE90DEFCE8C08E73755B95B584C84ADD72623F8DD(L_0, /*hidden argument*/NGraphics_GetMeshFactory_TisPolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88_mE90DEFCE8C08E73755B95B584C84ADD72623F8DD_RuntimeMethod_var);
// mesh.points.Clear();
PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * L_2 = L_1;
NullCheck(L_2);
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_3 = L_2->get_points_0();
NullCheck(L_3);
List_1_Clear_m471E9C96E037C142725FB47332197B948E5D38AE(L_3, /*hidden argument*/List_1_Clear_m471E9C96E037C142725FB47332197B948E5D38AE_RuntimeMethod_var);
// mesh.points.AddRange(points);
PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * L_4 = L_2;
NullCheck(L_4);
List_1_t7EF66508193EA1747FD65EC53012A60FF1697964 * L_5 = L_4->get_points_0();
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* L_6 = ___points0;
NullCheck(L_5);
List_1_AddRange_m6B0A75687700C693529877B8458D50365BD10BA8(L_5, (RuntimeObject*)(RuntimeObject*)L_6, /*hidden argument*/List_1_AddRange_m6B0A75687700C693529877B8458D50365BD10BA8_RuntimeMethod_var);
// mesh.fillColor = null;
PolygonMesh_t9B62B1E00F163386E7EC7491971D49E8DFD41D88 * L_7 = L_4;
NullCheck(L_7);
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_8 = L_7->get_address_of_fillColor_2();
il2cpp_codegen_initobj(L_8, sizeof(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ));
// mesh.colors = colors;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_9 = ___colors1;
NullCheck(L_7);
L_7->set_colors_3(L_9);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_10 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_10);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_10, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Shape::DrawRegularPolygon(System.Int32,System.Single,UnityEngine.Color,UnityEngine.Color,UnityEngine.Color,System.Single,System.Single[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shape_DrawRegularPolygon_mAFBCA689F7460AD32BD10CAAC7C2148C676854EC (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, int32_t ___sides0, float ___lineSize1, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___centerColor2, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___lineColor3, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___fillColor4, float ___rotation5, SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___distances6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Shape_DrawRegularPolygon_mAFBCA689F7460AD32BD10CAAC7C2148C676854EC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// RegularPolygonMesh mesh = graphics.GetMeshFactory<RegularPolygonMesh>();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2 * L_1 = NGraphics_GetMeshFactory_TisRegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2_mDD3E6AF1873EEA0F8A8C9879DF30AB6DD7DAF488(L_0, /*hidden argument*/NGraphics_GetMeshFactory_TisRegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2_mDD3E6AF1873EEA0F8A8C9879DF30AB6DD7DAF488_RuntimeMethod_var);
// mesh.sides = sides;
RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2 * L_2 = L_1;
int32_t L_3 = ___sides0;
NullCheck(L_2);
L_2->set_sides_1(L_3);
// mesh.lineWidth = lineSize;
RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2 * L_4 = L_2;
float L_5 = ___lineSize1;
NullCheck(L_4);
L_4->set_lineWidth_2(L_5);
// mesh.centerColor = centerColor;
RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2 * L_6 = L_4;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_7 = ___centerColor2;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_8 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_7, /*hidden argument*/NULL);
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF L_9;
memset((&L_9), 0, sizeof(L_9));
Nullable_1__ctor_m795EFC9108634793E731E9D01EAC6AA8FEDF040A((&L_9), L_8, /*hidden argument*/Nullable_1__ctor_m795EFC9108634793E731E9D01EAC6AA8FEDF040A_RuntimeMethod_var);
NullCheck(L_6);
L_6->set_centerColor_4(L_9);
// mesh.lineColor = lineColor;
RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2 * L_10 = L_6;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_11 = ___lineColor3;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_12 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_11, /*hidden argument*/NULL);
NullCheck(L_10);
L_10->set_lineColor_3(L_12);
// mesh.fillColor = null;
RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2 * L_13 = L_10;
NullCheck(L_13);
Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF * L_14 = L_13->get_address_of_fillColor_5();
il2cpp_codegen_initobj(L_14, sizeof(Nullable_1_t2E99E8997A1BB19AE64AF3A935C22CB09D0E4ADF ));
// mesh.rotation = rotation;
RegularPolygonMesh_t1D77ED944E920A30D449488852E6FBA32A209BD2 * L_15 = L_13;
float L_16 = ___rotation5;
NullCheck(L_15);
L_15->set_rotation_7(L_16);
// mesh.distances = distances;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_17 = ___distances6;
NullCheck(L_15);
L_15->set_distances_6(L_17);
// graphics.color = fillColor;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_18 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_19 = ___fillColor4;
NullCheck(L_18);
NGraphics_set_color_mA33329F8E240CE6091FA841781F110745FC621FD_inline(L_18, L_19, /*hidden argument*/NULL);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_20 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_20);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_20, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Shape::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shape_Clear_mF73ADD14AEA13A9176A059DF64022A3F90027B71 (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, const RuntimeMethod* method)
{
{
// graphics.meshFactory = null;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
NGraphics_set_meshFactory_m139B4CBE84CEA96EB0A2FA53BFB48403B834BF5F(L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.Shape::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Shape_get_isEmpty_mD7558C9774838346200FA272271339C460745065 (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, const RuntimeMethod* method)
{
{
// get { return graphics.meshFactory == null; }
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
RuntimeObject* L_1 = NGraphics_get_meshFactory_m317FF76BDAA12C831E2781E8C3E5E4923064FE24_inline(L_0, /*hidden argument*/NULL);
return (bool)((((RuntimeObject*)(RuntimeObject*)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
}
}
// FairyGUI.DisplayObject FairyGUI.Shape::HitTest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Shape_HitTest_m50B25C09B46EBB152A8C32B14DE90526BC70B06B (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Shape_HitTest_m50B25C09B46EBB152A8C32B14DE90526BC70B06B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
RuntimeObject* V_1 = NULL;
{
// if (graphics.meshFactory == null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
RuntimeObject* L_1 = NGraphics_get_meshFactory_m317FF76BDAA12C831E2781E8C3E5E4923064FE24_inline(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000f;
}
}
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
IL_000f:
{
// Vector2 localPoint = WorldToLocal(HitTestContext.worldPoint, HitTestContext.direction);
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_worldPoint_1();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_direction_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = DisplayObject_WorldToLocal_mA3392E7E1B08FCC91B15A4E40A0A27C489EE3443(__this, L_2, L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_4, /*hidden argument*/NULL);
V_0 = L_5;
// IHitTest ht = graphics.meshFactory as IHitTest;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_6 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
RuntimeObject* L_7 = NGraphics_get_meshFactory_m317FF76BDAA12C831E2781E8C3E5E4923064FE24_inline(L_6, /*hidden argument*/NULL);
V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_7, IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9_il2cpp_TypeInfo_var));
// if (ht != null)
RuntimeObject* L_8 = V_1;
if (!L_8)
{
goto IL_004c;
}
}
{
// return ht.HitTest(_contentRect, localPoint) ? this : null;
RuntimeObject* L_9 = V_1;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_10 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get__contentRect_43();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = V_0;
NullCheck(L_9);
bool L_12 = InterfaceFuncInvoker2< bool, Rect_t35B976DE901B5423C11705E156938EA27AB402CE , Vector2_tA85D2DD88578276CA8A8796756458277E72D073D >::Invoke(0 /* System.Boolean FairyGUI.IHitTest::HitTest(UnityEngine.Rect,UnityEngine.Vector2) */, IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9_il2cpp_TypeInfo_var, L_9, L_10, L_11);
if (L_12)
{
goto IL_004a;
}
}
{
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
IL_004a:
{
return __this;
}
IL_004c:
{
// else if (_contentRect.Contains(localPoint))
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_13 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = V_0;
bool L_15 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_13, L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_005c;
}
}
{
// return this;
return __this;
}
IL_005c:
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
}
#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.Int32 FairyGUI.Stage::get_stageHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Stage_get_stageHeight_m979ECFABF811ADCDE89B970B7FF1B9765CE28C92 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
{
// public int stageHeight { get; private set; }
int32_t L_0 = __this->get_U3CstageHeightU3Ek__BackingField_69();
return L_0;
}
}
// System.Void FairyGUI.Stage::set_stageHeight(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_set_stageHeight_m0E47685DDF7C8EBCC2DF131874EFE8E5F89C8487 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int stageHeight { get; private set; }
int32_t L_0 = ___value0;
__this->set_U3CstageHeightU3Ek__BackingField_69(L_0);
return;
}
}
// System.Int32 FairyGUI.Stage::get_stageWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Stage_get_stageWidth_m827FC130D3E1F5C438F218990EAF99F36F764CDE (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
{
// public int stageWidth { get; private set; }
int32_t L_0 = __this->get_U3CstageWidthU3Ek__BackingField_70();
return L_0;
}
}
// System.Void FairyGUI.Stage::set_stageWidth(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_set_stageWidth_m789702A5DE38ED2422F35D2C105687639BAC4193 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int stageWidth { get; private set; }
int32_t L_0 = ___value0;
__this->set_U3CstageWidthU3Ek__BackingField_70(L_0);
return;
}
}
// System.Single FairyGUI.Stage::get_soundVolume()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Stage_get_soundVolume_mE9C76DC6898F6DA0CC249218561FEDB487B8A006 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
{
// public float soundVolume { get; set; }
float L_0 = __this->get_U3CsoundVolumeU3Ek__BackingField_71();
return L_0;
}
}
// System.Void FairyGUI.Stage::set_soundVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_set_soundVolume_m3D57A92C92CB286DD415B98F920A0DD0E56D6B3E (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float soundVolume { get; set; }
float L_0 = ___value0;
__this->set_U3CsoundVolumeU3Ek__BackingField_71(L_0);
return;
}
}
// FairyGUI.Stage FairyGUI.Stage::get_inst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_inst == null)
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__inst_92();
if (L_0)
{
goto IL_000c;
}
}
{
// Instantiate();
Stage_Instantiate_m381716F52012BC81025BBE16432E33225DE53E5A(/*hidden argument*/NULL);
}
IL_000c:
{
// return _inst;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_1 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__inst_92();
return L_1;
}
}
// System.Void FairyGUI.Stage::Instantiate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_Instantiate_m381716F52012BC81025BBE16432E33225DE53E5A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_Instantiate_m381716F52012BC81025BBE16432E33225DE53E5A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_inst == null)
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__inst_92();
if (L_0)
{
goto IL_003f;
}
}
{
// _inst = new Stage();
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_1 = (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 *)il2cpp_codegen_object_new(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var);
Stage__ctor_m8CCBCE3E74E32FE54EA5AA4867FD0DCB90C939A9(L_1, /*hidden argument*/NULL);
((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->set__inst_92(L_1);
// GRoot._inst = new GRoot();
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_2 = (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F *)il2cpp_codegen_object_new(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var);
GRoot__ctor_mA1071079483DAB78C7219D5D1CF1F38F78CC37B7(L_2, /*hidden argument*/NULL);
((GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_StaticFields*)il2cpp_codegen_static_fields_for(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var))->set__inst_99(L_2);
// GRoot._inst.ApplyContentScaleFactor();
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_3 = ((GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_StaticFields*)il2cpp_codegen_static_fields_for(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var))->get__inst_99();
NullCheck(L_3);
GRoot_ApplyContentScaleFactor_m5B23FAFC75509692484AC7CE0978438D18CD3B7C(L_3, /*hidden argument*/NULL);
// _inst.AddChild(GRoot._inst.displayObject);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_4 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__inst_92();
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_5 = ((GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_StaticFields*)il2cpp_codegen_static_fields_for(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var))->get__inst_99();
NullCheck(L_5);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D(L_4, L_6, /*hidden argument*/NULL);
// StageCamera.CheckMainCamera();
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
StageCamera_CheckMainCamera_m67591CF0F7B918E2856BF524937034A4A07442CF(/*hidden argument*/NULL);
}
IL_003f:
{
// }
return;
}
}
// System.Boolean FairyGUI.Stage::get_touchScreen()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return _touchScreen; }
bool L_0 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__touchScreen_90();
return L_0;
}
}
// System.Void FairyGUI.Stage::set_touchScreen(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_set_touchScreen_m5D4F9419C7DB012DA9A362178A15D529B7ABFDF9 (bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_set_touchScreen_m5D4F9419C7DB012DA9A362178A15D529B7ABFDF9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _touchScreen = value;
bool L_0 = ___value0;
((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->set__touchScreen_90(L_0);
// if (_touchScreen)
bool L_1 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__touchScreen_90();
if (!L_1)
{
goto IL_001e;
}
}
{
// _keyboard = new FairyGUI.TouchScreenKeyboard();
TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937 * L_2 = (TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937 *)il2cpp_codegen_object_new(TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937_il2cpp_TypeInfo_var);
TouchScreenKeyboard__ctor_m5D8247172CD3159061FB10E09133029737BBA604(L_2, /*hidden argument*/NULL);
((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->set__keyboard_91(L_2);
// keyboardInput = true;
Stage_set_keyboardInput_m77FFB7C0ADC9274F7C4B36A460A9494E8C07D915_inline((bool)1, /*hidden argument*/NULL);
// }
return;
}
IL_001e:
{
// _keyboard = null;
((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->set__keyboard_91((RuntimeObject*)NULL);
// keyboardInput = false;
Stage_set_keyboardInput_m77FFB7C0ADC9274F7C4B36A460A9494E8C07D915_inline((bool)0, /*hidden argument*/NULL);
// Stage.inst.ResetInputState();
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_3 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_3);
Stage_ResetInputState_m08B39D08D4F9ED9A6FF1B7B2CF84AE8A46C4F7FA(L_3, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.Stage::get_keyboardInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Stage_get_keyboardInput_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_get_keyboardInput_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get; set;
bool L_0 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get_U3CkeyboardInputU3Ek__BackingField_93();
return L_0;
}
}
// System.Void FairyGUI.Stage::set_keyboardInput(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_set_keyboardInput_m77FFB7C0ADC9274F7C4B36A460A9494E8C07D915 (bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_set_keyboardInput_m77FFB7C0ADC9274F7C4B36A460A9494E8C07D915_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get; set;
bool L_0 = ___value0;
((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->set_U3CkeyboardInputU3Ek__BackingField_93(L_0);
return;
}
}
// System.Boolean FairyGUI.Stage::get_isTouchOnUI()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Stage_get_isTouchOnUI_mA1DB9B317EA7B0F48231BA1D69EA139CBFF6C084 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_get_isTouchOnUI_mA1DB9B317EA7B0F48231BA1D69EA139CBFF6C084_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return _inst != null && _inst.touchTarget != null;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__inst_92();
if (!L_0)
{
goto IL_0015;
}
}
{
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_1 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__inst_92();
NullCheck(L_1);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = Stage_get_touchTarget_mF38B9AA585F5B912E66FFD95477A2F0C456CA5A1(L_1, /*hidden argument*/NULL);
return (bool)((!(((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_2) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
IL_0015:
{
return (bool)0;
}
}
// System.Void FairyGUI.Stage::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage__ctor_m8CCBCE3E74E32FE54EA5AA4867FD0DCB90C939A9 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage__ctor_m8CCBCE3E74E32FE54EA5AA4867FD0DCB90C939A9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353 * V_0 = NULL;
int32_t V_1 = 0;
int32_t G_B11_0 = 0;
{
// List<NTexture> _toCollectTextures = new List<NTexture>();
List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * L_0 = (List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 *)il2cpp_codegen_object_new(List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87_il2cpp_TypeInfo_var);
List_1__ctor_mDCD20ECD18192C74D6D935688072B9D5FA7CFBBE(L_0, /*hidden argument*/List_1__ctor_mDCD20ECD18192C74D6D935688072B9D5FA7CFBBE_RuntimeMethod_var);
__this->set__toCollectTextures_88(L_0);
// : base()
Container__ctor_m0A28F438E6BDE2EE73CCB5090A9EB069BC0456A5(__this, /*hidden argument*/NULL);
// _inst = this;
((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->set__inst_92(__this);
// soundVolume = 1;
Stage_set_soundVolume_m3D57A92C92CB286DD415B98F920A0DD0E56D6B3E_inline(__this, (1.0f), /*hidden argument*/NULL);
// _updateContext = new UpdateContext();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_1 = (UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 *)il2cpp_codegen_object_new(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var);
UpdateContext__ctor_m069781124D3B0B89FDF8352F49FE30D10EC9DC50(L_1, /*hidden argument*/NULL);
__this->set__updateContext_75(L_1);
// stageWidth = Screen.width;
int32_t L_2 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
Stage_set_stageWidth_m789702A5DE38ED2422F35D2C105687639BAC4193_inline(__this, L_2, /*hidden argument*/NULL);
// stageHeight = Screen.height;
int32_t L_3 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
Stage_set_stageHeight_m0E47685DDF7C8EBCC2DF131874EFE8E5F89C8487_inline(__this, L_3, /*hidden argument*/NULL);
// _frameGotHitTarget = -1;
__this->set__frameGotHitTarget_81((-1));
// _touches = new TouchInfo[5];
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_4 = (TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD*)(TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD*)SZArrayNew(TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD_il2cpp_TypeInfo_var, (uint32_t)5);
__this->set__touches_78(L_4);
// for (int i = 0; i < _touches.Length; i++)
V_1 = 0;
goto IL_006b;
}
IL_005a:
{
// _touches[i] = new TouchInfo();
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_5 = __this->get__touches_78();
int32_t L_6 = V_1;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_7 = (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C *)il2cpp_codegen_object_new(TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_il2cpp_TypeInfo_var);
TouchInfo__ctor_m932A51FDDD5D6CD7E47B2A4D64E9288590DE3532(L_7, /*hidden argument*/NULL);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_7);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C *)L_7);
// for (int i = 0; i < _touches.Length; i++)
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_006b:
{
// for (int i = 0; i < _touches.Length; i++)
int32_t L_9 = V_1;
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_10 = __this->get__touches_78();
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))))
{
goto IL_005a;
}
}
{
// if (Application.platform == RuntimePlatform.WindowsPlayer
// || Application.platform == RuntimePlatform.WindowsEditor
// || Application.platform == RuntimePlatform.OSXPlayer
// || Application.platform == RuntimePlatform.OSXEditor)
int32_t L_11 = Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672(/*hidden argument*/NULL);
if ((((int32_t)L_11) == ((int32_t)2)))
{
goto IL_0095;
}
}
{
int32_t L_12 = Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672(/*hidden argument*/NULL);
if ((((int32_t)L_12) == ((int32_t)7)))
{
goto IL_0095;
}
}
{
int32_t L_13 = Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672(/*hidden argument*/NULL);
if ((((int32_t)L_13) == ((int32_t)1)))
{
goto IL_0095;
}
}
{
int32_t L_14 = Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672(/*hidden argument*/NULL);
if (L_14)
{
goto IL_009d;
}
}
IL_0095:
{
// touchScreen = false;
Stage_set_touchScreen_m5D4F9419C7DB012DA9A362178A15D529B7ABFDF9((bool)0, /*hidden argument*/NULL);
goto IL_00b7;
}
IL_009d:
{
// touchScreen = Input.touchSupported && SystemInfo.deviceType != DeviceType.Desktop;
bool L_15 = Input_get_touchSupported_m59811A353627249C934E8FF7A6F3C4A7883978E9(/*hidden argument*/NULL);
if (!L_15)
{
goto IL_00b1;
}
}
{
int32_t L_16 = SystemInfo_get_deviceType_mAFCA02B695EE4E37FA3B87B8C05804B6616E1528(/*hidden argument*/NULL);
G_B11_0 = ((((int32_t)((((int32_t)L_16) == ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_00b2;
}
IL_00b1:
{
G_B11_0 = 0;
}
IL_00b2:
{
Stage_set_touchScreen_m5D4F9419C7DB012DA9A362178A15D529B7ABFDF9((bool)G_B11_0, /*hidden argument*/NULL);
}
IL_00b7:
{
// _rollOutChain = new List<DisplayObject>();
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_17 = (List_1_t11A30662822286DF8036D0D1993807262B502B70 *)il2cpp_codegen_object_new(List_1_t11A30662822286DF8036D0D1993807262B502B70_il2cpp_TypeInfo_var);
List_1__ctor_m9348E8F21550362DF50EB6C7BF75D9D17CC0BF2B(L_17, /*hidden argument*/List_1__ctor_m9348E8F21550362DF50EB6C7BF75D9D17CC0BF2B_RuntimeMethod_var);
__this->set__rollOutChain_76(L_17);
// _rollOverChain = new List<DisplayObject>();
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_18 = (List_1_t11A30662822286DF8036D0D1993807262B502B70 *)il2cpp_codegen_object_new(List_1_t11A30662822286DF8036D0D1993807262B502B70_il2cpp_TypeInfo_var);
List_1__ctor_m9348E8F21550362DF50EB6C7BF75D9D17CC0BF2B(L_18, /*hidden argument*/List_1__ctor_m9348E8F21550362DF50EB6C7BF75D9D17CC0BF2B_RuntimeMethod_var);
__this->set__rollOverChain_77(L_18);
// StageEngine engine = GameObject.FindObjectOfType<StageEngine>();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353 * L_19 = Object_FindObjectOfType_TisStageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_m141815358FD5C1037D415B5D9E4A3B5495018B4E(/*hidden argument*/Object_FindObjectOfType_TisStageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_m141815358FD5C1037D415B5D9E4A3B5495018B4E_RuntimeMethod_var);
V_0 = L_19;
// if (engine != null)
StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353 * L_20 = V_0;
bool L_21 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_20, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_00e7;
}
}
{
// Object.Destroy(engine.gameObject);
StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353 * L_22 = V_0;
NullCheck(L_22);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_23 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_22, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_23, /*hidden argument*/NULL);
}
IL_00e7:
{
// this.gameObject.name = "Stage";
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_24 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_24);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_24, _stringLiteralCA6D0E3AAA7D6CC0E9D9FE14EED28587F7EE1133, /*hidden argument*/NULL);
// this.gameObject.layer = LayerMask.NameToLayer(StageCamera.LayerName);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_25 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
int32_t L_26 = LayerMask_NameToLayer_m6491D9EA75F68B1F8AE15A9B4F193FFB9352B901(_stringLiteral9D57875196C613785A1EEE010C55223A0F1AA821, /*hidden argument*/NULL);
NullCheck(L_25);
GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907(L_25, L_26, /*hidden argument*/NULL);
// this.gameObject.AddComponent<StageEngine>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_27 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_27);
GameObject_AddComponent_TisStageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_m778CC248C37569C71A9C85346CA90BB1F1AE423B(L_27, /*hidden argument*/GameObject_AddComponent_TisStageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_m778CC248C37569C71A9C85346CA90BB1F1AE423B_RuntimeMethod_var);
// this.gameObject.AddComponent<UIContentScaler>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_28 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_28);
GameObject_AddComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_m69AE5FD032845D3F4DD9AEC7EAE18F48BC493D02(L_28, /*hidden argument*/GameObject_AddComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_m69AE5FD032845D3F4DD9AEC7EAE18F48BC493D02_RuntimeMethod_var);
// this.gameObject.SetActive(true);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_29 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_29);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_29, (bool)1, /*hidden argument*/NULL);
// Object.DontDestroyOnLoad(this.gameObject);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_30 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DontDestroyOnLoad_m4DC90770AD6084E4B1B8489C6B41205DC020C207(L_30, /*hidden argument*/NULL);
// this.cachedTransform.localScale = new Vector3(StageCamera.UnitsPerPixel, StageCamera.UnitsPerPixel, StageCamera.UnitsPerPixel);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_31 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
float L_32 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_UnitsPerPixel_16();
float L_33 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_UnitsPerPixel_16();
float L_34 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_UnitsPerPixel_16();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_35;
memset((&L_35), 0, sizeof(L_35));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_35), L_32, L_33, L_34, /*hidden argument*/NULL);
NullCheck(L_31);
Transform_set_localScale_m7ED1A6E5A87CD1D483515B99D6D3121FB92B0556(L_31, L_35, /*hidden argument*/NULL);
// EnableSound();
Stage_EnableSound_mB6AF53AF18FE3A9A52A085302ABF3DAE3B71D302(__this, /*hidden argument*/NULL);
// Timers.inst.Add(5, 0, RunTextureCollector);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_36 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_37 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_37, __this, (intptr_t)((intptr_t)Stage_RunTextureCollector_m415EA4CF3EC63482D4A8746B80AE02E53A502392_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_36);
Timers_Add_m862C25E7E9E8CA7F085B82228D5EC269B49218EB(L_36, (5.0f), 0, L_37, /*hidden argument*/NULL);
// SceneManager.sceneLoaded += SceneManager_sceneLoaded;
UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 * L_38 = (UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 *)il2cpp_codegen_object_new(UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305_il2cpp_TypeInfo_var);
UnityAction_2__ctor_m1A80C4663EFD30F8CCD2C8DC1EDC304F244B62B3(L_38, __this, (intptr_t)((intptr_t)Stage_SceneManager_sceneLoaded_m8A303A2C4E02499F18C9026767C13FE858909B0B_RuntimeMethod_var), /*hidden argument*/UnityAction_2__ctor_m1A80C4663EFD30F8CCD2C8DC1EDC304F244B62B3_RuntimeMethod_var);
SceneManager_add_sceneLoaded_mB72463B21F0D89F168C58E994356298D0E38A4F7(L_38, /*hidden argument*/NULL);
// _focusRemovedDelegate = OnFocusRemoved;
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_39 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_39, __this, (intptr_t)((intptr_t)Stage_OnFocusRemoved_m132D69AD6D46F7BAA72A536592D58635CF77629D_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set__focusRemovedDelegate_86(L_39);
// }
return;
}
}
// System.Void FairyGUI.Stage::SceneManager_sceneLoaded(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_SceneManager_sceneLoaded_m8A303A2C4E02499F18C9026767C13FE858909B0B (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 ___scene0, int32_t ___mode1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_SceneManager_sceneLoaded_m8A303A2C4E02499F18C9026767C13FE858909B0B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// StageCamera.CheckMainCamera();
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
StageCamera_CheckMainCamera_m67591CF0F7B918E2856BF524937034A4A07442CF(/*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Stage::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_Dispose_mDFD6197A172BCD56F868A54D2E83CDCF738FC46F (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_Dispose_mDFD6197A172BCD56F868A54D2E83CDCF738FC46F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// base.Dispose();
Container_Dispose_m7C64AF05A45A7B2D65AB63FA7729D57EF1B1FB99(__this, /*hidden argument*/NULL);
// Timers.inst.Remove(RunTextureCollector);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_0 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_1 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_1, __this, (intptr_t)((intptr_t)Stage_RunTextureCollector_m415EA4CF3EC63482D4A8746B80AE02E53A502392_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_0);
Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9(L_0, L_1, /*hidden argument*/NULL);
// SceneManager.sceneLoaded -= SceneManager_sceneLoaded;
UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 * L_2 = (UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305 *)il2cpp_codegen_object_new(UnityAction_2_t34FACA3D608984EE7CF1EE51BBFA450D2DB62305_il2cpp_TypeInfo_var);
UnityAction_2__ctor_m1A80C4663EFD30F8CCD2C8DC1EDC304F244B62B3(L_2, __this, (intptr_t)((intptr_t)Stage_SceneManager_sceneLoaded_m8A303A2C4E02499F18C9026767C13FE858909B0B_RuntimeMethod_var), /*hidden argument*/UnityAction_2__ctor_m1A80C4663EFD30F8CCD2C8DC1EDC304F244B62B3_RuntimeMethod_var);
SceneManager_remove_sceneLoaded_m894CC4AE20DC49FF43CF6B2A614877F50D707C92(L_2, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.EventListener FairyGUI.Stage::get_onStageResized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * Stage_get_onStageResized_m7BBF34B8B31204A50651CE5BC7A9BDA295466054 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_get_onStageResized_m7BBF34B8B31204A50651CE5BC7A9BDA295466054_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onStageResized ?? (_onStageResized = new EventListener(this, "onStageResized")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onStageResized_89();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteralC22791F80459A576D74DA894B70A34B2AA837FE5, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onStageResized_89(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.DisplayObject FairyGUI.Stage::get_touchTarget()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Stage_get_touchTarget_mF38B9AA585F5B912E66FFD95477A2F0C456CA5A1 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
{
// if (_frameGotHitTarget != Time.frameCount)
int32_t L_0 = __this->get__frameGotHitTarget_81();
int32_t L_1 = Time_get_frameCount_m97573E267B487B8FD4BF37615AFC19BED7B4E436(/*hidden argument*/NULL);
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0013;
}
}
{
// GetHitTarget();
Stage_GetHitTarget_m9316799F94B6FCACFCAEFE6167B543FE24E8E6C6(__this, /*hidden argument*/NULL);
}
IL_0013:
{
// if (_touchTarget == this)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = __this->get__touchTarget_72();
if ((!(((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_2) == ((RuntimeObject*)(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 *)__this))))
{
goto IL_001e;
}
}
{
// return null;
return (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL;
}
IL_001e:
{
// return _touchTarget;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = __this->get__touchTarget_72();
return L_3;
}
}
// FairyGUI.DisplayObject FairyGUI.Stage::get_focus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * Stage_get_focus_m9275CFD467CADCBEF25312FEE85A47A0593AC777 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
{
// if (_focused != null && _focused.isDisposed)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = __this->get__focused_73();
if (!L_0)
{
goto IL_001c;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = __this->get__focused_73();
NullCheck(L_1);
bool L_2 = DisplayObject_get_isDisposed_mFBB8B449ECE8BB06DB80D1F0F1FC7496888810AF(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_001c;
}
}
{
// _focused = null;
__this->set__focused_73((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL);
}
IL_001c:
{
// return _focused;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = __this->get__focused_73();
return L_3;
}
}
// System.Void FairyGUI.Stage::set_focus(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_set_focus_m24A5FC575D52982936135BBD7E91EC05F7F0C864 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_set_focus_m24A5FC575D52982936135BBD7E91EC05F7F0C864_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_0 = NULL;
{
// if (_focused == value)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = __this->get__focused_73();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = ___value0;
if ((!(((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_0) == ((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_1))))
{
goto IL_000a;
}
}
{
// return;
return;
}
IL_000a:
{
// DisplayObject oldFocus = _focused;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = __this->get__focused_73();
V_0 = L_2;
// _focused = value;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = ___value0;
__this->set__focused_73(L_3);
// if (_focused == this)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = __this->get__focused_73();
if ((!(((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_4) == ((RuntimeObject*)(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 *)__this))))
{
goto IL_0028;
}
}
{
// _focused = null;
__this->set__focused_73((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL);
}
IL_0028:
{
// if (oldFocus != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = V_0;
if (!L_5)
{
goto IL_0051;
}
}
{
// if (oldFocus is InputTextField)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = V_0;
if (!((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *)IsInstClass((RuntimeObject*)L_6, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var)))
{
goto IL_0040;
}
}
{
// oldFocus.DispatchEvent("onFocusOut", null);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_7 = V_0;
NullCheck(L_7);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(L_7, _stringLiteralB545E4A735321A50B74651E8EB692FDF074E4A14, NULL, /*hidden argument*/NULL);
}
IL_0040:
{
// oldFocus.onRemovedFromStage.RemoveCapture(_focusRemovedDelegate);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = V_0;
NullCheck(L_8);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_9 = DisplayObject_get_onRemovedFromStage_mB3154C5532AE6EBE528CBF055D1EE14718509E4A(L_8, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_10 = __this->get__focusRemovedDelegate_86();
NullCheck(L_9);
EventListener_RemoveCapture_m66B74CDDC8A412F63242D60FD68EECA246F61936(L_9, L_10, /*hidden argument*/NULL);
}
IL_0051:
{
// if (_focused != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_11 = __this->get__focused_73();
if (!L_11)
{
goto IL_009f;
}
}
{
// if (_focused is InputTextField)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_12 = __this->get__focused_73();
if (!((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *)IsInstClass((RuntimeObject*)L_12, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var)))
{
goto IL_0089;
}
}
{
// _lastInput = (InputTextField)_focused;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_13 = __this->get__focused_73();
__this->set__lastInput_74(((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *)CastclassClass((RuntimeObject*)L_13, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var)));
// _lastInput.DispatchEvent("onFocusIn", null);
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_14 = __this->get__lastInput_74();
NullCheck(L_14);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(L_14, _stringLiteralA78848C7EDA4C562D6F7AB9739E160B17F23E30A, NULL, /*hidden argument*/NULL);
}
IL_0089:
{
// _focused.onRemovedFromStage.AddCapture(_focusRemovedDelegate);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_15 = __this->get__focused_73();
NullCheck(L_15);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_16 = DisplayObject_get_onRemovedFromStage_mB3154C5532AE6EBE528CBF055D1EE14718509E4A(L_15, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_17 = __this->get__focusRemovedDelegate_86();
NullCheck(L_16);
EventListener_AddCapture_mCE2A23DC083D747B0BF7120578DA36B58017666F(L_16, L_17, /*hidden argument*/NULL);
}
IL_009f:
{
// }
return;
}
}
// System.Void FairyGUI.Stage::OnFocusRemoved(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_OnFocusRemoved_m132D69AD6D46F7BAA72A536592D58635CF77629D (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_OnFocusRemoved_m132D69AD6D46F7BAA72A536592D58635CF77629D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (context.sender == _focused)
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_0 = ___context0;
NullCheck(L_0);
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_1 = EventContext_get_sender_m4BD309D8B049AD4CD8098EC735A082700AAD8C5F_inline(L_0, /*hidden argument*/NULL);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = __this->get__focused_73();
if ((!(((RuntimeObject*)(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)L_1) == ((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_2))))
{
goto IL_0029;
}
}
{
// if (_focused is InputTextField)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = __this->get__focused_73();
if (!((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *)IsInstClass((RuntimeObject*)L_3, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var)))
{
goto IL_0022;
}
}
{
// _lastInput = null;
__this->set__lastInput_74((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *)NULL);
}
IL_0022:
{
// this.focus = null;
Stage_set_focus_m24A5FC575D52982936135BBD7E91EC05F7F0C864(__this, (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL, /*hidden argument*/NULL);
}
IL_0029:
{
// }
return;
}
}
// UnityEngine.Vector2 FairyGUI.Stage::get_touchPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Stage_get_touchPosition_m6B8C81EF1B50EF9CBF21F7C4A01101E7D5FD7584 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
{
// UpdateTouchPosition();
Stage_UpdateTouchPosition_mD362D1AD2647EE5EA82FFB58A7645EC78A891C3C(__this, /*hidden argument*/NULL);
// return _touchPosition;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get__touchPosition_80();
return L_0;
}
}
// UnityEngine.Vector2 FairyGUI.Stage::GetTouchPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Stage_GetTouchPosition_m23562A6532BB2E452C8A769FA22BAAB4B4349AB9 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, int32_t ___touchId0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * V_1 = NULL;
{
// UpdateTouchPosition();
Stage_UpdateTouchPosition_mD362D1AD2647EE5EA82FFB58A7645EC78A891C3C(__this, /*hidden argument*/NULL);
// if (touchId < 0)
int32_t L_0 = ___touchId0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0011;
}
}
{
// return _touchPosition;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = __this->get__touchPosition_80();
return L_1;
}
IL_0011:
{
// for (int j = 0; j < 5; j++)
V_0 = 0;
goto IL_003d;
}
IL_0015:
{
// TouchInfo touch = _touches[j];
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_2 = __this->get__touches_78();
int32_t L_3 = V_0;
NullCheck(L_2);
int32_t L_4 = L_3;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_1 = L_5;
// if (touch.touchId == touchId)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_6 = V_1;
NullCheck(L_6);
int32_t L_7 = L_6->get_touchId_2();
int32_t L_8 = ___touchId0;
if ((!(((uint32_t)L_7) == ((uint32_t)L_8))))
{
goto IL_0039;
}
}
{
// return new Vector2(touch.x, touch.y);
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_9 = V_1;
NullCheck(L_9);
float L_10 = L_9->get_x_0();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_11 = V_1;
NullCheck(L_11);
float L_12 = L_11->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13;
memset((&L_13), 0, sizeof(L_13));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_13), L_10, L_12, /*hidden argument*/NULL);
return L_13;
}
IL_0039:
{
// for (int j = 0; j < 5; j++)
int32_t L_14 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_003d:
{
// for (int j = 0; j < 5; j++)
int32_t L_15 = V_0;
if ((((int32_t)L_15) < ((int32_t)5)))
{
goto IL_0015;
}
}
{
// return _touchPosition;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_16 = __this->get__touchPosition_80();
return L_16;
}
}
// System.Int32 FairyGUI.Stage::get_touchCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Stage_get_touchCount_mA8E9E6559CEA558A1D734EC6CF06AA0A78334F29 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
{
// get { return _touchCount; }
int32_t L_0 = __this->get__touchCount_79();
return L_0;
}
}
// System.Int32[] FairyGUI.Stage::GetAllTouch(System.Int32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* Stage_GetAllTouch_m0B2CCB0588A4EAAD228B6FDB913AA575383274A0 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_GetAllTouch_m0B2CCB0588A4EAAD228B6FDB913AA575383274A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * V_2 = NULL;
{
// if (result == null)
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = ___result0;
if (L_0)
{
goto IL_0010;
}
}
{
// result = new int[_touchCount];
int32_t L_1 = __this->get__touchCount_79();
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_1);
___result0 = L_2;
}
IL_0010:
{
// int i = 0;
V_0 = 0;
// for (int j = 0; j < 5; j++)
V_1 = 0;
goto IL_003f;
}
IL_0016:
{
// TouchInfo touch = _touches[j];
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_3 = __this->get__touches_78();
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_2 = L_6;
// if (touch.touchId != -1)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_7 = V_2;
NullCheck(L_7);
int32_t L_8 = L_7->get_touchId_2();
if ((((int32_t)L_8) == ((int32_t)(-1))))
{
goto IL_003b;
}
}
{
// result[i++] = touch.touchId;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = ___result0;
int32_t L_10 = V_0;
int32_t L_11 = L_10;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_12 = V_2;
NullCheck(L_12);
int32_t L_13 = L_12->get_touchId_2();
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (int32_t)L_13);
// if (i >= result.Length)
int32_t L_14 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = ___result0;
NullCheck(L_15);
if ((((int32_t)L_14) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))))
{
goto IL_0043;
}
}
IL_003b:
{
// for (int j = 0; j < 5; j++)
int32_t L_16 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_003f:
{
// for (int j = 0; j < 5; j++)
int32_t L_17 = V_1;
if ((((int32_t)L_17) < ((int32_t)5)))
{
goto IL_0016;
}
}
IL_0043:
{
// return result;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_18 = ___result0;
return L_18;
}
}
// System.Void FairyGUI.Stage::ResetInputState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_ResetInputState_m08B39D08D4F9ED9A6FF1B7B2CF84AE8A46C4F7FA (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// for (int j = 0; j < 5; j++)
V_0 = 0;
goto IL_0015;
}
IL_0004:
{
// _touches[j].Reset();
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_0 = __this->get__touches_78();
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
NullCheck(L_3);
TouchInfo_Reset_mF3B6E584FB88EDE44AA82E452BB925DC10193F85(L_3, /*hidden argument*/NULL);
// for (int j = 0; j < 5; j++)
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
}
IL_0015:
{
// for (int j = 0; j < 5; j++)
int32_t L_5 = V_0;
if ((((int32_t)L_5) < ((int32_t)5)))
{
goto IL_0004;
}
}
{
// if (!touchScreen)
bool L_6 = Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0C_inline(/*hidden argument*/NULL);
if (L_6)
{
goto IL_002e;
}
}
{
// _touches[0].touchId = 0;
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_7 = __this->get__touches_78();
NullCheck(L_7);
int32_t L_8 = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
NullCheck(L_9);
L_9->set_touchId_2(0);
}
IL_002e:
{
// _touchCount = 0;
__this->set__touchCount_79(0);
// }
return;
}
}
// System.Void FairyGUI.Stage::CancelClick(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_CancelClick_mFB9C7EF5B6BCF7D5CD1EDAF76448CB6AF1DA66CE (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, int32_t ___touchId0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * V_1 = NULL;
{
// for (int j = 0; j < 5; j++)
V_0 = 0;
goto IL_0021;
}
IL_0004:
{
// TouchInfo touch = _touches[j];
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_0 = __this->get__touches_78();
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
V_1 = L_3;
// if (touch.touchId == touchId)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_4 = V_1;
NullCheck(L_4);
int32_t L_5 = L_4->get_touchId_2();
int32_t L_6 = ___touchId0;
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
{
goto IL_001d;
}
}
{
// touch.clickCancelled = true;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_7 = V_1;
NullCheck(L_7);
L_7->set_clickCancelled_12((bool)1);
}
IL_001d:
{
// for (int j = 0; j < 5; j++)
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0021:
{
// for (int j = 0; j < 5; j++)
int32_t L_9 = V_0;
if ((((int32_t)L_9) < ((int32_t)5)))
{
goto IL_0004;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.Stage::EnableSound()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_EnableSound_mB6AF53AF18FE3A9A52A085302ABF3DAE3B71D302 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_EnableSound_mB6AF53AF18FE3A9A52A085302ABF3DAE3B71D302_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_audio == null)
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_0 = __this->get__audio_87();
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_002b;
}
}
{
// _audio = gameObject.AddComponent<AudioSource>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_3 = GameObject_AddComponent_TisAudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_mF8E45BF814846E1641335B8471A4AEAA2AD83E8F(L_2, /*hidden argument*/GameObject_AddComponent_TisAudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C_mF8E45BF814846E1641335B8471A4AEAA2AD83E8F_RuntimeMethod_var);
__this->set__audio_87(L_3);
// _audio.bypassEffects = true;
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_4 = __this->get__audio_87();
NullCheck(L_4);
AudioSource_set_bypassEffects_m6E1BBD3084EEEA68DDD468C8D488DC85A1112AD3(L_4, (bool)1, /*hidden argument*/NULL);
}
IL_002b:
{
// }
return;
}
}
// System.Void FairyGUI.Stage::DisableSound()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_DisableSound_m0937F636FCAEEA4D45451E686E62EFFE1491D4CB (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_DisableSound_m0937F636FCAEEA4D45451E686E62EFFE1491D4CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_audio != null)
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_0 = __this->get__audio_87();
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_0020;
}
}
{
// Object.Destroy(_audio);
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_2 = __this->get__audio_87();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_2, /*hidden argument*/NULL);
// _audio = null;
__this->set__audio_87((AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C *)NULL);
}
IL_0020:
{
// }
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_PlayOneShotSound_mA29219A0BE1BCD00E7E78ED88D8FBF4B2760ED1E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_audio != null && this.soundVolume > 0)
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_0 = __this->get__audio_87();
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_002f;
}
}
{
float L_2 = Stage_get_soundVolume_mE9C76DC6898F6DA0CC249218561FEDB487B8A006_inline(__this, /*hidden argument*/NULL);
if ((!(((float)L_2) > ((float)(0.0f)))))
{
goto IL_002f;
}
}
{
// _audio.PlayOneShot(clip, volumeScale * this.soundVolume);
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_3 = __this->get__audio_87();
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_4 = ___clip0;
float L_5 = ___volumeScale1;
float L_6 = Stage_get_soundVolume_mE9C76DC6898F6DA0CC249218561FEDB487B8A006_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
AudioSource_PlayOneShot_mA65B809A4480039CD8337ABF45C0E57E137EED41(L_3, L_4, ((float)il2cpp_codegen_multiply((float)L_5, (float)L_6)), /*hidden argument*/NULL);
}
IL_002f:
{
// }
return;
}
}
// System.Void FairyGUI.Stage::PlayOneShotSound(UnityEngine.AudioClip)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_PlayOneShotSound_m4542A86B824AAF8116EAB9CF9D2027495AB70363 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___clip0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_PlayOneShotSound_m4542A86B824AAF8116EAB9CF9D2027495AB70363_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_audio != null && this.soundVolume > 0)
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_0 = __this->get__audio_87();
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_002d;
}
}
{
float L_2 = Stage_get_soundVolume_mE9C76DC6898F6DA0CC249218561FEDB487B8A006_inline(__this, /*hidden argument*/NULL);
if ((!(((float)L_2) > ((float)(0.0f)))))
{
goto IL_002d;
}
}
{
// _audio.PlayOneShot(clip, this.soundVolume);
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * L_3 = __this->get__audio_87();
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_4 = ___clip0;
float L_5 = Stage_get_soundVolume_mE9C76DC6898F6DA0CC249218561FEDB487B8A006_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
AudioSource_PlayOneShot_mA65B809A4480039CD8337ABF45C0E57E137EED41(L_3, L_4, L_5, /*hidden argument*/NULL);
}
IL_002d:
{
// }
return;
}
}
// FairyGUI.IKeyboard FairyGUI.Stage::get_keyboard()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stage_get_keyboard_m3C66B24975FA0C703F6ACE90A559668F61D750E1 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_get_keyboard_m3C66B24975FA0C703F6ACE90A559668F61D750E1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return _keyboard; }
RuntimeObject* L_0 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__keyboard_91();
return L_0;
}
}
// System.Void FairyGUI.Stage::set_keyboard(FairyGUI.IKeyboard)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_set_keyboard_m3CE0620485EEB99CB6507001E5151BC2C8BFC9F5 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_set_keyboard_m3CE0620485EEB99CB6507001E5151BC2C8BFC9F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// set { _keyboard = value; }
RuntimeObject* L_0 = ___value0;
((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->set__keyboard_91(L_0);
// set { _keyboard = value; }
return;
}
}
// System.Void FairyGUI.Stage::OpenKeyboard(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_OpenKeyboard_m261DC6D7CC51A94F3A124CBD436192823582C113 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, String_t* ___text0, bool ___autocorrection1, bool ___multiline2, bool ___secure3, bool ___alert4, String_t* ___textPlaceholder5, int32_t ___keyboardType6, bool ___hideInput7, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_OpenKeyboard_m261DC6D7CC51A94F3A124CBD436192823582C113_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_keyboard != null)
RuntimeObject* L_0 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__keyboard_91();
if (!L_0)
{
goto IL_001e;
}
}
{
// _keyboard.Open(text, autocorrection, multiline, secure, alert, textPlaceholder, keyboardType, hideInput);
RuntimeObject* L_1 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__keyboard_91();
String_t* L_2 = ___text0;
bool L_3 = ___autocorrection1;
bool L_4 = ___multiline2;
bool L_5 = ___secure3;
bool L_6 = ___alert4;
String_t* L_7 = ___textPlaceholder5;
int32_t L_8 = ___keyboardType6;
bool L_9 = ___hideInput7;
NullCheck(L_1);
InterfaceActionInvoker8< String_t*, bool, bool, bool, bool, String_t*, int32_t, bool >::Invoke(3 /* System.Void FairyGUI.IKeyboard::Open(System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.String,System.Int32,System.Boolean) */, IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745_il2cpp_TypeInfo_var, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, L_9);
}
IL_001e:
{
// }
return;
}
}
// System.Void FairyGUI.Stage::CloseKeyboard()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_CloseKeyboard_m942AC818912316F1AC592FA899CC387A5D1AF098 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_CloseKeyboard_m942AC818912316F1AC592FA899CC387A5D1AF098_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_keyboard != null)
RuntimeObject* L_0 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__keyboard_91();
if (!L_0)
{
goto IL_0011;
}
}
{
// _keyboard.Close();
RuntimeObject* L_1 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__keyboard_91();
NullCheck(L_1);
InterfaceActionInvoker0::Invoke(4 /* System.Void FairyGUI.IKeyboard::Close() */, IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745_il2cpp_TypeInfo_var, L_1);
}
IL_0011:
{
// }
return;
}
}
// System.Void FairyGUI.Stage::InputString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_InputString_mFAC2E33F2047B44D451E13A4CB068E6996045BE3 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// if (_lastInput != null)
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = __this->get__lastInput_74();
if (!L_0)
{
goto IL_0014;
}
}
{
// _lastInput.ReplaceSelection(value);
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_1 = __this->get__lastInput_74();
String_t* L_2 = ___value0;
NullCheck(L_1);
InputTextField_ReplaceSelection_m41D4867B90DEE8706B8353205C86B15A58CBB29C(L_1, L_2, /*hidden argument*/NULL);
}
IL_0014:
{
// }
return;
}
}
// System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.Vector2,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_SetCustomInput_m16F490203B42F5A165129DA66D2C3CF9F08AD654 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPos0, bool ___buttonDown1, const RuntimeMethod* method)
{
{
// _customInput = true;
__this->set__customInput_83((bool)1);
// _customInputButtonDown = buttonDown;
bool L_0 = ___buttonDown1;
__this->set__customInputButtonDown_85(L_0);
// _customInputPos = screenPos;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = ___screenPos0;
__this->set__customInputPos_84(L_1);
// _frameGotHitTarget = 0;
__this->set__frameGotHitTarget_81(0);
// }
return;
}
}
// System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.Vector2,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_SetCustomInput_m8FDB27472701866BD6AF0C4C8D9D746770F58220 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___screenPos0, bool ___buttonDown1, bool ___buttonUp2, const RuntimeMethod* method)
{
{
// _customInput = true;
__this->set__customInput_83((bool)1);
// if (buttonDown)
bool L_0 = ___buttonDown1;
if (!L_0)
{
goto IL_0013;
}
}
{
// _customInputButtonDown = true;
__this->set__customInputButtonDown_85((bool)1);
goto IL_001d;
}
IL_0013:
{
// else if (buttonUp)
bool L_1 = ___buttonUp2;
if (!L_1)
{
goto IL_001d;
}
}
{
// _customInputButtonDown = false;
__this->set__customInputButtonDown_85((bool)0);
}
IL_001d:
{
// _customInputPos = screenPos;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___screenPos0;
__this->set__customInputPos_84(L_2);
// _frameGotHitTarget = 0;
__this->set__frameGotHitTarget_81(0);
// }
return;
}
}
// System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.RaycastHit&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_SetCustomInput_mFB694ABC678FD1946037380985A34AAB3CDC1AAB (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * ___hit0, bool ___buttonDown1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_SetCustomInput_mFB694ABC678FD1946037380985A34AAB3CDC1AAB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// Vector2 screenPos = HitTestContext.cachedMainCamera.WorldToScreenPoint(hit.point);
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_0 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_cachedMainCamera_8();
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * L_1 = ___hit0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = RaycastHit_get_point_m0E564B2A72C7A744B889AE9D596F3EFA55059001((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)L_1, /*hidden argument*/NULL);
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Camera_WorldToScreenPoint_m880F9611E4848C11F21FDF1A1D307B401C61B1BF(L_0, L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_3, /*hidden argument*/NULL);
V_0 = L_4;
// HitTestContext.CacheRaycastHit(HitTestContext.cachedMainCamera, ref hit);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_5 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_cachedMainCamera_8();
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * L_6 = ___hit0;
HitTestContext_CacheRaycastHit_m2AC2715F22ABE077F978FE8D78F9354BB2FADDB1(L_5, (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)L_6, /*hidden argument*/NULL);
// SetCustomInput(screenPos, buttonDown);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = V_0;
bool L_8 = ___buttonDown1;
Stage_SetCustomInput_m16F490203B42F5A165129DA66D2C3CF9F08AD654(__this, L_7, L_8, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Stage::SetCustomInput(UnityEngine.RaycastHit&,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_SetCustomInput_m7A1D23BB07E645074CCD36B4D792D3901545FC88 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * ___hit0, bool ___buttonDown1, bool ___buttonUp2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_SetCustomInput_m7A1D23BB07E645074CCD36B4D792D3901545FC88_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// Vector2 screenPos = HitTestContext.cachedMainCamera.WorldToScreenPoint(hit.point);
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_0 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_cachedMainCamera_8();
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * L_1 = ___hit0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = RaycastHit_get_point_m0E564B2A72C7A744B889AE9D596F3EFA55059001((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)L_1, /*hidden argument*/NULL);
NullCheck(L_0);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Camera_WorldToScreenPoint_m880F9611E4848C11F21FDF1A1D307B401C61B1BF(L_0, L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_3, /*hidden argument*/NULL);
V_0 = L_4;
// HitTestContext.CacheRaycastHit(HitTestContext.cachedMainCamera, ref hit);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_5 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_cachedMainCamera_8();
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * L_6 = ___hit0;
HitTestContext_CacheRaycastHit_m2AC2715F22ABE077F978FE8D78F9354BB2FADDB1(L_5, (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)L_6, /*hidden argument*/NULL);
// SetCustomInput(screenPos, buttonDown, buttonUp);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = V_0;
bool L_8 = ___buttonDown1;
bool L_9 = ___buttonUp2;
Stage_SetCustomInput_m8FDB27472701866BD6AF0C4C8D9D746770F58220(__this, L_7, L_8, L_9, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Stage::InternalUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_InternalUpdate_m3840A1AF4B34E8CC20F9278AC468A098531CDB54 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_InternalUpdate_m3840A1AF4B34E8CC20F9278AC468A098531CDB54_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// HandleEvents();
Stage_HandleEvents_m6D359C697054CD3CAC056E562DE4C2A683C6D6F3(__this, /*hidden argument*/NULL);
// _updateContext.Begin();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_0 = __this->get__updateContext_75();
NullCheck(L_0);
UpdateContext_Begin_mB37384A47CC631FDFD6C905F0CB14669BFD9F1E0(L_0, /*hidden argument*/NULL);
// Update(_updateContext);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_1 = __this->get__updateContext_75();
VirtActionInvoker1< UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * >::Invoke(23 /* System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext) */, __this, L_1);
// _updateContext.End();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_2 = __this->get__updateContext_75();
NullCheck(L_2);
UpdateContext_End_mDE39A4FBBF84A7C848A8A9F4327C80F33DD89913(L_2, /*hidden argument*/NULL);
// if (DynamicFont.textRebuildFlag)
bool L_3 = ((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->get_textRebuildFlag_16();
if (!L_3)
{
goto IL_0057;
}
}
{
// _updateContext.Begin();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_4 = __this->get__updateContext_75();
NullCheck(L_4);
UpdateContext_Begin_mB37384A47CC631FDFD6C905F0CB14669BFD9F1E0(L_4, /*hidden argument*/NULL);
// Update(_updateContext);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_5 = __this->get__updateContext_75();
VirtActionInvoker1< UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * >::Invoke(23 /* System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext) */, __this, L_5);
// _updateContext.End();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_6 = __this->get__updateContext_75();
NullCheck(L_6);
UpdateContext_End_mDE39A4FBBF84A7C848A8A9F4327C80F33DD89913(L_6, /*hidden argument*/NULL);
// DynamicFont.textRebuildFlag = false;
((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->set_textRebuildFlag_16((bool)0);
}
IL_0057:
{
// }
return;
}
}
// System.Void FairyGUI.Stage::GetHitTarget()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_GetHitTarget_m9316799F94B6FCACFCAEFE6167B543FE24E8E6C6 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_GetHitTarget_m9316799F94B6FCACFCAEFE6167B543FE24E8E6C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 V_2;
memset((&V_2), 0, sizeof(V_2));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_3;
memset((&V_3), 0, sizeof(V_3));
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * V_4 = NULL;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * V_5 = NULL;
int32_t V_6 = 0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_7;
memset((&V_7), 0, sizeof(V_7));
int32_t V_8 = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * G_B28_0 = NULL;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * G_B27_0 = NULL;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * G_B29_0 = NULL;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * G_B30_0 = NULL;
{
// if (_frameGotHitTarget == Time.frameCount)
int32_t L_0 = __this->get__frameGotHitTarget_81();
int32_t L_1 = Time_get_frameCount_m97573E267B487B8FD4BF37615AFC19BED7B4E436(/*hidden argument*/NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
// return;
return;
}
IL_000e:
{
// _frameGotHitTarget = Time.frameCount;
int32_t L_2 = Time_get_frameCount_m97573E267B487B8FD4BF37615AFC19BED7B4E436(/*hidden argument*/NULL);
__this->set__frameGotHitTarget_81(L_2);
// if (_customInput)
bool L_3 = __this->get__customInput_83();
if (!L_3)
{
goto IL_0064;
}
}
{
// Vector2 pos = _customInputPos;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = __this->get__customInputPos_84();
V_0 = L_4;
// pos.y = stageHeight - pos.y;
int32_t L_5 = Stage_get_stageHeight_m979ECFABF811ADCDE89B970B7FF1B9765CE28C92_inline(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = V_0;
float L_7 = L_6.get_y_1();
(&V_0)->set_y_1(((float)il2cpp_codegen_subtract((float)(((float)((float)L_5))), (float)L_7)));
// TouchInfo touch = _touches[0];
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_8 = __this->get__touches_78();
NullCheck(L_8);
int32_t L_9 = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
// _touchTarget = HitTest(pos, true);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = V_0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_12 = Container_HitTest_m206B421952FC04A79F5B6463B320D6F4B4041D1D(__this, L_11, (bool)1, (-1), /*hidden argument*/NULL);
__this->set__touchTarget_72(L_12);
// touch.target = _touchTarget;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_13 = __this->get__touchTarget_72();
NullCheck(L_10);
L_10->set_target_14(L_13);
// }
goto IL_0213;
}
IL_0064:
{
// else if (touchScreen)
bool L_14 = Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0C_inline(/*hidden argument*/NULL);
if (!L_14)
{
goto IL_0162;
}
}
{
// _touchTarget = null;
__this->set__touchTarget_72((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL);
// for (int i = 0; i < Input.touchCount; ++i)
V_1 = 0;
goto IL_0152;
}
IL_007c:
{
// Touch uTouch = Input.GetTouch(i);
int32_t L_15 = V_1;
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 L_16 = Input_GetTouch_m8082D8EE3A187488373CE6AC66A70B0AAD7CC23F(L_15, /*hidden argument*/NULL);
V_2 = L_16;
// Vector2 pos = uTouch.position;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17 = Touch_get_position_m2E60676112DA3628CF2DC76418A275C7FE521D8F((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_2), /*hidden argument*/NULL);
V_3 = L_17;
// pos.y = stageHeight - pos.y;
int32_t L_18 = Stage_get_stageHeight_m979ECFABF811ADCDE89B970B7FF1B9765CE28C92_inline(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = V_3;
float L_20 = L_19.get_y_1();
(&V_3)->set_y_1(((float)il2cpp_codegen_subtract((float)(((float)((float)L_18))), (float)L_20)));
// TouchInfo touch = null;
V_4 = (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C *)NULL;
// TouchInfo free = null;
V_5 = (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C *)NULL;
// for (int j = 0; j < 5; j++)
V_6 = 0;
goto IL_00f1;
}
IL_00ab:
{
// if (_touches[j].touchId == uTouch.fingerId)
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_21 = __this->get__touches_78();
int32_t L_22 = V_6;
NullCheck(L_21);
int32_t L_23 = L_22;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
NullCheck(L_24);
int32_t L_25 = L_24->get_touchId_2();
int32_t L_26 = Touch_get_fingerId_m2EF0EF2E6E388C8D9D38C58EF5D03EA30E568E1D((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_2), /*hidden argument*/NULL);
if ((!(((uint32_t)L_25) == ((uint32_t)L_26))))
{
goto IL_00cf;
}
}
{
// touch = _touches[j];
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_27 = __this->get__touches_78();
int32_t L_28 = V_6;
NullCheck(L_27);
int32_t L_29 = L_28;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
V_4 = L_30;
// break;
goto IL_00f6;
}
IL_00cf:
{
// if (_touches[j].touchId == -1)
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_31 = __this->get__touches_78();
int32_t L_32 = V_6;
NullCheck(L_31);
int32_t L_33 = L_32;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
NullCheck(L_34);
int32_t L_35 = L_34->get_touchId_2();
if ((!(((uint32_t)L_35) == ((uint32_t)(-1)))))
{
goto IL_00eb;
}
}
{
// free = _touches[j];
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_36 = __this->get__touches_78();
int32_t L_37 = V_6;
NullCheck(L_36);
int32_t L_38 = L_37;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
V_5 = L_39;
}
IL_00eb:
{
// for (int j = 0; j < 5; j++)
int32_t L_40 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
}
IL_00f1:
{
// for (int j = 0; j < 5; j++)
int32_t L_41 = V_6;
if ((((int32_t)L_41) < ((int32_t)5)))
{
goto IL_00ab;
}
}
IL_00f6:
{
// if (touch == null)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_42 = V_4;
if (L_42)
{
goto IL_0119;
}
}
{
// touch = free;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_43 = V_5;
V_4 = L_43;
// if (touch == null || uTouch.phase != TouchPhase.Began)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_44 = V_4;
if (!L_44)
{
goto IL_014e;
}
}
{
int32_t L_45 = Touch_get_phase_m759A61477ECBBD90A57E36F1166EB9340A0FE349((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_2), /*hidden argument*/NULL);
if (L_45)
{
goto IL_014e;
}
}
{
// touch.touchId = uTouch.fingerId;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_46 = V_4;
int32_t L_47 = Touch_get_fingerId_m2EF0EF2E6E388C8D9D38C58EF5D03EA30E568E1D((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_2), /*hidden argument*/NULL);
NullCheck(L_46);
L_46->set_touchId_2(L_47);
}
IL_0119:
{
// if (uTouch.phase == TouchPhase.Stationary)
int32_t L_48 = Touch_get_phase_m759A61477ECBBD90A57E36F1166EB9340A0FE349((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_2), /*hidden argument*/NULL);
if ((!(((uint32_t)L_48) == ((uint32_t)2))))
{
goto IL_0132;
}
}
{
// _touchTarget = touch.target;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_49 = V_4;
NullCheck(L_49);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_50 = L_49->get_target_14();
__this->set__touchTarget_72(L_50);
goto IL_014e;
}
IL_0132:
{
// _touchTarget = HitTest(pos, true);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_51 = V_3;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_52 = Container_HitTest_m206B421952FC04A79F5B6463B320D6F4B4041D1D(__this, L_51, (bool)1, (-1), /*hidden argument*/NULL);
__this->set__touchTarget_72(L_52);
// touch.target = _touchTarget;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_53 = V_4;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_54 = __this->get__touchTarget_72();
NullCheck(L_53);
L_53->set_target_14(L_54);
}
IL_014e:
{
// for (int i = 0; i < Input.touchCount; ++i)
int32_t L_55 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
}
IL_0152:
{
// for (int i = 0; i < Input.touchCount; ++i)
int32_t L_56 = V_1;
int32_t L_57 = Input_get_touchCount_m497E19AA4FA22DB659F631B20FAEF65572D1B44E(/*hidden argument*/NULL);
if ((((int32_t)L_56) < ((int32_t)L_57)))
{
goto IL_007c;
}
}
{
// }
goto IL_0213;
}
IL_0162:
{
// if (Display.displays.Length > 1)
IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var);
DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* L_58 = ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->get_displays_1();
NullCheck(L_58);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_58)->max_length))))) <= ((int32_t)1)))
{
goto IL_01a5;
}
}
{
// Vector3 p = Display.RelativeMouseAt(Input.mousePosition);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_59 = Input_get_mousePosition_m1F6706785983B41FE8D5CBB81B5F15F68EBD9A53(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_60 = Display_RelativeMouseAt_mABDA4BAC2C1B328A2C6A205D552AA5488BFFAA93(L_59, /*hidden argument*/NULL);
// pos = p;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_61 = L_60;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_62 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_61, /*hidden argument*/NULL);
V_7 = L_62;
// displayIndex = (int)p.z;
float L_63 = L_61.get_z_4();
V_8 = (((int32_t)((int32_t)L_63)));
// pos.y = Display.displays[displayIndex].renderingHeight - pos.y;
DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* L_64 = ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->get_displays_1();
int32_t L_65 = V_8;
NullCheck(L_64);
int32_t L_66 = L_65;
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_67 = (L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
NullCheck(L_67);
int32_t L_68 = Display_get_renderingHeight_m1496BF9D66501280B4F75A31A515D8CF416838B0(L_67, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_69 = V_7;
float L_70 = L_69.get_y_1();
(&V_7)->set_y_1(((float)il2cpp_codegen_subtract((float)(((float)((float)L_68))), (float)L_70)));
// }
goto IL_01ca;
}
IL_01a5:
{
// pos = Input.mousePosition;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_71 = Input_get_mousePosition_m1F6706785983B41FE8D5CBB81B5F15F68EBD9A53(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_72 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_71, /*hidden argument*/NULL);
V_7 = L_72;
// pos.y = stageHeight - pos.y;
int32_t L_73 = Stage_get_stageHeight_m979ECFABF811ADCDE89B970B7FF1B9765CE28C92_inline(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_74 = V_7;
float L_75 = L_74.get_y_1();
(&V_7)->set_y_1(((float)il2cpp_codegen_subtract((float)(((float)((float)L_73))), (float)L_75)));
// displayIndex = -1;
V_8 = (-1);
}
IL_01ca:
{
// TouchInfo touch = _touches[0];
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_76 = __this->get__touches_78();
NullCheck(L_76);
int32_t L_77 = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_78 = (L_76)->GetAt(static_cast<il2cpp_array_size_t>(L_77));
// if (pos.x < 0 || pos.y < 0) //outside of the window
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_79 = V_7;
float L_80 = L_79.get_x_0();
G_B27_0 = L_78;
if ((((float)L_80) < ((float)(0.0f))))
{
G_B28_0 = L_78;
goto IL_01ee;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_81 = V_7;
float L_82 = L_81.get_y_1();
G_B28_0 = G_B27_0;
if ((!(((float)L_82) < ((float)(0.0f)))))
{
G_B29_0 = G_B27_0;
goto IL_01f7;
}
}
IL_01ee:
{
// _touchTarget = this;
__this->set__touchTarget_72(__this);
G_B30_0 = G_B28_0;
goto IL_0208;
}
IL_01f7:
{
// _touchTarget = HitTest(pos, true, displayIndex);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_83 = V_7;
int32_t L_84 = V_8;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_85 = Container_HitTest_m206B421952FC04A79F5B6463B320D6F4B4041D1D(__this, L_83, (bool)1, L_84, /*hidden argument*/NULL);
__this->set__touchTarget_72(L_85);
G_B30_0 = G_B29_0;
}
IL_0208:
{
// touch.target = _touchTarget;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_86 = __this->get__touchTarget_72();
NullCheck(G_B30_0);
G_B30_0->set_target_14(L_86);
}
IL_0213:
{
// HitTestContext.ClearRaycastHitCache();
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
HitTestContext_ClearRaycastHitCache_m812144510561DD219B6435136F26C57FDBBB62E1(/*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Stage::HandleScreenSizeChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_HandleScreenSizeChanged_m3C737B5ABF81E98B8A33E256987F4ACCDBB7EDB2 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_HandleScreenSizeChanged_m3C737B5ABF81E98B8A33E256987F4ACCDBB7EDB2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// stageWidth = Screen.width;
int32_t L_0 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
Stage_set_stageWidth_m789702A5DE38ED2422F35D2C105687639BAC4193_inline(__this, L_0, /*hidden argument*/NULL);
// stageHeight = Screen.height;
int32_t L_1 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
Stage_set_stageHeight_m0E47685DDF7C8EBCC2DF131874EFE8E5F89C8487_inline(__this, L_1, /*hidden argument*/NULL);
// this.cachedTransform.localScale = new Vector3(StageCamera.UnitsPerPixel, StageCamera.UnitsPerPixel, StageCamera.UnitsPerPixel);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_2 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
float L_3 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_UnitsPerPixel_16();
float L_4 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_UnitsPerPixel_16();
float L_5 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_UnitsPerPixel_16();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6;
memset((&L_6), 0, sizeof(L_6));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_6), L_3, L_4, L_5, /*hidden argument*/NULL);
NullCheck(L_2);
Transform_set_localScale_m7ED1A6E5A87CD1D483515B99D6D3121FB92B0556(L_2, L_6, /*hidden argument*/NULL);
// UIContentScaler scaler = this.gameObject.GetComponent<UIContentScaler>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_7 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_7);
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_8 = GameObject_GetComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_mEBEAE59DE5185530F0EF89BE492BE2A3383F9EBC(L_7, /*hidden argument*/GameObject_GetComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_mEBEAE59DE5185530F0EF89BE492BE2A3383F9EBC_RuntimeMethod_var);
// scaler.ApplyChange();
NullCheck(L_8);
UIContentScaler_ApplyChange_mEB8E7480E42BFE7E465545AA692F160C6DD40EDA(L_8, /*hidden argument*/NULL);
// GRoot.inst.ApplyContentScaleFactor();
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_9 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
NullCheck(L_9);
GRoot_ApplyContentScaleFactor_m5B23FAFC75509692484AC7CE0978438D18CD3B7C(L_9, /*hidden argument*/NULL);
// DispatchEvent("onStageResized", null);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(__this, _stringLiteralC22791F80459A576D74DA894B70A34B2AA837FE5, NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Stage::HandleGUIEvents(UnityEngine.Event)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_HandleGUIEvents_m1174E2A5BB463A7CF2D29CC73D3A6411151DBD03 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___evt0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_HandleGUIEvents_m1174E2A5BB463A7CF2D29CC73D3A6411151DBD03_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * V_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_1 = NULL;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * V_2 = NULL;
{
// if (evt.rawType == EventType.KeyDown)
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = ___evt0;
NullCheck(L_0);
int32_t L_1 = Event_get_rawType_m4139BB74440F552F5FD31F56215938E227EF0CD9(L_0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)4))))
{
goto IL_007c;
}
}
{
// TouchInfo touch = _touches[0];
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_2 = __this->get__touches_78();
NullCheck(L_2);
int32_t L_3 = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_0 = L_4;
// touch.keyCode = evt.keyCode;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_5 = V_0;
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_6 = ___evt0;
NullCheck(L_6);
int32_t L_7 = Event_get_keyCode_m8B0AAD347861E322E91D2B7320A99E04D39575CF(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
L_5->set_keyCode_4(L_7);
// touch.modifiers = evt.modifiers;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_8 = V_0;
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_9 = ___evt0;
NullCheck(L_9);
int32_t L_10 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_9, /*hidden argument*/NULL);
NullCheck(L_8);
L_8->set_modifiers_6(L_10);
// touch.character = evt.character;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_11 = V_0;
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_12 = ___evt0;
NullCheck(L_12);
Il2CppChar L_13 = Event_get_character_m78B46D412357B71233F3D41842928A19B290915C(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
L_11->set_character_5(L_13);
// InputEvent.shiftDown = (evt.modifiers & EventModifiers.Shift) != 0;
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_14 = ___evt0;
NullCheck(L_14);
int32_t L_15 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_14, /*hidden argument*/NULL);
((InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_StaticFields*)il2cpp_codegen_static_fields_for(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_il2cpp_TypeInfo_var))->set_shiftDown_9((bool)((!(((uint32_t)((int32_t)((int32_t)L_15&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0));
// touch.UpdateEvent();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_16 = V_0;
NullCheck(L_16);
TouchInfo_UpdateEvent_mBC260ABC8BF11B2A2C54C1D13D7BCB025A39A574(L_16, /*hidden argument*/NULL);
// DisplayObject f = this.focus;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_17 = Stage_get_focus_m9275CFD467CADCBEF25312FEE85A47A0593AC777(__this, /*hidden argument*/NULL);
V_1 = L_17;
// if (f != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_18 = V_1;
if (!L_18)
{
goto IL_0069;
}
}
{
// f.BubbleEvent("onKeyDown", touch.evt);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_19 = V_1;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_20 = V_0;
NullCheck(L_20);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_21 = L_20->get_evt_18();
NullCheck(L_19);
EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB(L_19, _stringLiteral25C714AD2F90E184452BEA20C9C8FB348BF6912D, L_21, /*hidden argument*/NULL);
return;
}
IL_0069:
{
// DispatchEvent("onKeyDown", touch.evt);
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_22 = V_0;
NullCheck(L_22);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_23 = L_22->get_evt_18();
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(__this, _stringLiteral25C714AD2F90E184452BEA20C9C8FB348BF6912D, L_23, /*hidden argument*/NULL);
// }
return;
}
IL_007c:
{
// else if (evt.rawType == EventType.KeyUp)
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_24 = ___evt0;
NullCheck(L_24);
int32_t L_25 = Event_get_rawType_m4139BB74440F552F5FD31F56215938E227EF0CD9(L_24, /*hidden argument*/NULL);
if ((!(((uint32_t)L_25) == ((uint32_t)5))))
{
goto IL_0099;
}
}
{
// TouchInfo touch = _touches[0];
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_26 = __this->get__touches_78();
NullCheck(L_26);
int32_t L_27 = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_28 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
// touch.modifiers = evt.modifiers;
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_29 = ___evt0;
NullCheck(L_29);
int32_t L_30 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_29, /*hidden argument*/NULL);
NullCheck(L_28);
L_28->set_modifiers_6(L_30);
// }
return;
}
IL_0099:
{
// else if (evt.type == EventType.ScrollWheel)
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_31 = ___evt0;
NullCheck(L_31);
int32_t L_32 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_31, /*hidden argument*/NULL);
if ((!(((uint32_t)L_32) == ((uint32_t)6))))
{
goto IL_00e9;
}
}
{
// if (_touchTarget != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_33 = __this->get__touchTarget_72();
if (!L_33)
{
goto IL_00e9;
}
}
{
// TouchInfo touch = _touches[0];
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_34 = __this->get__touches_78();
NullCheck(L_34);
int32_t L_35 = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_36 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
V_2 = L_36;
// touch.mouseWheelDelta = (int)evt.delta.y;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_37 = V_2;
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_38 = ___evt0;
NullCheck(L_38);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_39 = Event_get_delta_m552632C8BD6AFB1FF814636177843C6E28E87B85(L_38, /*hidden argument*/NULL);
float L_40 = L_39.get_y_1();
NullCheck(L_37);
L_37->set_mouseWheelDelta_7((((int32_t)((int32_t)L_40))));
// touch.UpdateEvent();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_41 = V_2;
NullCheck(L_41);
TouchInfo_UpdateEvent_mBC260ABC8BF11B2A2C54C1D13D7BCB025A39A574(L_41, /*hidden argument*/NULL);
// _touchTarget.BubbleEvent("onMouseWheel", touch.evt);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_42 = __this->get__touchTarget_72();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_43 = V_2;
NullCheck(L_43);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_44 = L_43->get_evt_18();
NullCheck(L_42);
EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB(L_42, _stringLiteral0FF22A4A9E2F8C417933D787DA88605F289180AC, L_44, /*hidden argument*/NULL);
// touch.mouseWheelDelta = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_45 = V_2;
NullCheck(L_45);
L_45->set_mouseWheelDelta_7(0);
}
IL_00e9:
{
// }
return;
}
}
// System.Void FairyGUI.Stage::HandleEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_HandleEvents_m6D359C697054CD3CAC056E562DE4C2A683C6D6F3 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_HandleEvents_m6D359C697054CD3CAC056E562DE4C2A683C6D6F3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// GetHitTarget();
Stage_GetHitTarget_m9316799F94B6FCACFCAEFE6167B543FE24E8E6C6(__this, /*hidden argument*/NULL);
// if (Input.GetKeyUp(KeyCode.LeftShift) || Input.GetKeyUp(KeyCode.RightShift))
bool L_0 = Input_GetKeyUp_m5345ECFA25B7AC99D6D4223DA23BB9FB991B7193(((int32_t)304), /*hidden argument*/NULL);
if (L_0)
{
goto IL_001e;
}
}
{
bool L_1 = Input_GetKeyUp_m5345ECFA25B7AC99D6D4223DA23BB9FB991B7193(((int32_t)303), /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0026;
}
}
IL_001e:
{
// InputEvent.shiftDown = false;
((InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_StaticFields*)il2cpp_codegen_static_fields_for(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_il2cpp_TypeInfo_var))->set_shiftDown_9((bool)0);
goto IL_0044;
}
IL_0026:
{
// else if (Input.GetKeyDown(KeyCode.LeftShift) || Input.GetKeyDown(KeyCode.RightShift))
bool L_2 = Input_GetKeyDown_mEA57896808B6F484B12CD0AEEB83390A3CFCDBDC(((int32_t)304), /*hidden argument*/NULL);
if (L_2)
{
goto IL_003e;
}
}
{
bool L_3 = Input_GetKeyDown_mEA57896808B6F484B12CD0AEEB83390A3CFCDBDC(((int32_t)303), /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0044;
}
}
IL_003e:
{
// InputEvent.shiftDown = true;
((InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_StaticFields*)il2cpp_codegen_static_fields_for(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_il2cpp_TypeInfo_var))->set_shiftDown_9((bool)1);
}
IL_0044:
{
// UpdateTouchPosition();
Stage_UpdateTouchPosition_mD362D1AD2647EE5EA82FFB58A7645EC78A891C3C(__this, /*hidden argument*/NULL);
// if (_customInput)
bool L_4 = __this->get__customInput_83();
if (!L_4)
{
goto IL_0061;
}
}
{
// HandleCustomInput();
Stage_HandleCustomInput_m46D4A60C756F9D1B6F81387734F51C8A62B58ED3(__this, /*hidden argument*/NULL);
// _customInput = false;
__this->set__customInput_83((bool)0);
// }
goto IL_0076;
}
IL_0061:
{
// else if (touchScreen)
bool L_5 = Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0C_inline(/*hidden argument*/NULL);
if (!L_5)
{
goto IL_0070;
}
}
{
// HandleTouchEvents();
Stage_HandleTouchEvents_m31FD77E57AFFD801BB027F6EC459B39590A69D23(__this, /*hidden argument*/NULL);
goto IL_0076;
}
IL_0070:
{
// HandleMouseEvents();
Stage_HandleMouseEvents_m3048FC0F7A1C07CB1061C9B700C36BC57776BF2A(__this, /*hidden argument*/NULL);
}
IL_0076:
{
// if (_focused is InputTextField)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = __this->get__focused_73();
if (!((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *)IsInstClass((RuntimeObject*)L_6, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var)))
{
goto IL_0089;
}
}
{
// HandleTextInput();
Stage_HandleTextInput_m5A8FDB719A744D71724947ABA5E593A6253850EE(__this, /*hidden argument*/NULL);
}
IL_0089:
{
// }
return;
}
}
// System.Void FairyGUI.Stage::UpdateTouchPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_UpdateTouchPosition_mD362D1AD2647EE5EA82FFB58A7645EC78A891C3C (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_UpdateTouchPosition_mD362D1AD2647EE5EA82FFB58A7645EC78A891C3C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (_frameGotTouchPosition != Time.frameCount)
int32_t L_0 = __this->get__frameGotTouchPosition_82();
int32_t L_1 = Time_get_frameCount_m97573E267B487B8FD4BF37615AFC19BED7B4E436(/*hidden argument*/NULL);
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_00d9;
}
}
{
// _frameGotTouchPosition = Time.frameCount;
int32_t L_2 = Time_get_frameCount_m97573E267B487B8FD4BF37615AFC19BED7B4E436(/*hidden argument*/NULL);
__this->set__frameGotTouchPosition_82(L_2);
// if (_customInput)
bool L_3 = __this->get__customInput_83();
if (!L_3)
{
goto IL_004e;
}
}
{
// _touchPosition = _customInputPos;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = __this->get__customInputPos_84();
__this->set__touchPosition_80(L_4);
// _touchPosition.y = stageHeight - _touchPosition.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_5 = __this->get_address_of__touchPosition_80();
int32_t L_6 = Stage_get_stageHeight_m979ECFABF811ADCDE89B970B7FF1B9765CE28C92_inline(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_7 = __this->get_address_of__touchPosition_80();
float L_8 = L_7->get_y_1();
L_5->set_y_1(((float)il2cpp_codegen_subtract((float)(((float)((float)L_6))), (float)L_8)));
// }
return;
}
IL_004e:
{
// else if (touchScreen)
bool L_9 = Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0C_inline(/*hidden argument*/NULL);
if (!L_9)
{
goto IL_0098;
}
}
{
// for (int i = 0; i < Input.touchCount; ++i)
V_0 = 0;
goto IL_008f;
}
IL_0059:
{
// Touch uTouch = Input.GetTouch(i);
int32_t L_10 = V_0;
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 L_11 = Input_GetTouch_m8082D8EE3A187488373CE6AC66A70B0AAD7CC23F(L_10, /*hidden argument*/NULL);
V_1 = L_11;
// _touchPosition = uTouch.position;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = Touch_get_position_m2E60676112DA3628CF2DC76418A275C7FE521D8F((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_1), /*hidden argument*/NULL);
__this->set__touchPosition_80(L_12);
// _touchPosition.y = stageHeight - _touchPosition.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_13 = __this->get_address_of__touchPosition_80();
int32_t L_14 = Stage_get_stageHeight_m979ECFABF811ADCDE89B970B7FF1B9765CE28C92_inline(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_15 = __this->get_address_of__touchPosition_80();
float L_16 = L_15->get_y_1();
L_13->set_y_1(((float)il2cpp_codegen_subtract((float)(((float)((float)L_14))), (float)L_16)));
// for (int i = 0; i < Input.touchCount; ++i)
int32_t L_17 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_008f:
{
// for (int i = 0; i < Input.touchCount; ++i)
int32_t L_18 = V_0;
int32_t L_19 = Input_get_touchCount_m497E19AA4FA22DB659F631B20FAEF65572D1B44E(/*hidden argument*/NULL);
if ((((int32_t)L_18) < ((int32_t)L_19)))
{
goto IL_0059;
}
}
{
// }
return;
}
IL_0098:
{
// Vector2 pos = Input.mousePosition;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_20 = Input_get_mousePosition_m1F6706785983B41FE8D5CBB81B5F15F68EBD9A53(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_20, /*hidden argument*/NULL);
V_2 = L_21;
// if (pos.x >= 0 && pos.y >= 0) //????????????
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_22 = V_2;
float L_23 = L_22.get_x_0();
if ((!(((float)L_23) >= ((float)(0.0f)))))
{
goto IL_00d9;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_24 = V_2;
float L_25 = L_24.get_y_1();
if ((!(((float)L_25) >= ((float)(0.0f)))))
{
goto IL_00d9;
}
}
{
// pos.y = stageHeight - pos.y;
int32_t L_26 = Stage_get_stageHeight_m979ECFABF811ADCDE89B970B7FF1B9765CE28C92_inline(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_27 = V_2;
float L_28 = L_27.get_y_1();
(&V_2)->set_y_1(((float)il2cpp_codegen_subtract((float)(((float)((float)L_26))), (float)L_28)));
// _touchPosition = pos;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_29 = V_2;
__this->set__touchPosition_80(L_29);
}
IL_00d9:
{
// }
return;
}
}
// System.Void FairyGUI.Stage::HandleTextInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_HandleTextInput_m5A8FDB719A744D71724947ABA5E593A6253850EE (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_HandleTextInput_m5A8FDB719A744D71724947ABA5E593A6253850EE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * V_0 = NULL;
String_t* V_1 = NULL;
{
// InputTextField textField = (InputTextField)_focused;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = __this->get__focused_73();
V_0 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *)CastclassClass((RuntimeObject*)L_0, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var));
// if (!textField.editable)
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_1 = V_0;
NullCheck(L_1);
bool L_2 = InputTextField_get_editable_mC1B0636120D35A5457033C39AD91EC00049394F4_inline(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0015;
}
}
{
// return;
return;
}
IL_0015:
{
// if (keyboardInput)
bool L_3 = Stage_get_keyboardInput_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6_inline(/*hidden argument*/NULL);
if (!L_3)
{
goto IL_0069;
}
}
{
// if (textField.keyboardInput && _keyboard != null)
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_4 = V_0;
NullCheck(L_4);
bool L_5 = InputTextField_get_keyboardInput_m8CDCC6A15C76012AE99E99ED4B349AAF39327DD4_inline(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_006f;
}
}
{
RuntimeObject* L_6 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__keyboard_91();
if (!L_6)
{
goto IL_006f;
}
}
{
// string s = _keyboard.GetInput();
RuntimeObject* L_7 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__keyboard_91();
NullCheck(L_7);
String_t* L_8 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String FairyGUI.IKeyboard::GetInput() */, IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745_il2cpp_TypeInfo_var, L_7);
V_1 = L_8;
// if (s != null)
String_t* L_9 = V_1;
if (!L_9)
{
goto IL_0055;
}
}
{
// if (_keyboard.supportsCaret)
RuntimeObject* L_10 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__keyboard_91();
NullCheck(L_10);
bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean FairyGUI.IKeyboard::get_supportsCaret() */, IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745_il2cpp_TypeInfo_var, L_10);
if (!L_11)
{
goto IL_004e;
}
}
{
// textField.ReplaceSelection(s);
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_12 = V_0;
String_t* L_13 = V_1;
NullCheck(L_12);
InputTextField_ReplaceSelection_m41D4867B90DEE8706B8353205C86B15A58CBB29C(L_12, L_13, /*hidden argument*/NULL);
goto IL_0055;
}
IL_004e:
{
// textField.ReplaceText(s);
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_14 = V_0;
String_t* L_15 = V_1;
NullCheck(L_14);
InputTextField_ReplaceText_m4C2B8100FBD518AD2CB36BB7EFAB72C62CAC23B3(L_14, L_15, /*hidden argument*/NULL);
}
IL_0055:
{
// if (_keyboard.done)
RuntimeObject* L_16 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__keyboard_91();
NullCheck(L_16);
bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean FairyGUI.IKeyboard::get_done() */, IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745_il2cpp_TypeInfo_var, L_16);
if (!L_17)
{
goto IL_006f;
}
}
{
// this.focus = null;
Stage_set_focus_m24A5FC575D52982936135BBD7E91EC05F7F0C864(__this, (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL, /*hidden argument*/NULL);
// }
return;
}
IL_0069:
{
// textField.CheckComposition();
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_18 = V_0;
NullCheck(L_18);
InputTextField_CheckComposition_mB5DD3AE4743C98AC7D7D268D7967062BCD7C1A3D(L_18, /*hidden argument*/NULL);
}
IL_006f:
{
// }
return;
}
}
// System.Void FairyGUI.Stage::HandleCustomInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_HandleCustomInput_m46D4A60C756F9D1B6F81387734F51C8A62B58ED3 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_HandleCustomInput_m46D4A60C756F9D1B6F81387734F51C8A62B58ED3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * V_1 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_2 = NULL;
{
// Vector2 pos = _customInputPos;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get__customInputPos_84();
V_0 = L_0;
// pos.y = stageHeight - pos.y;
int32_t L_1 = Stage_get_stageHeight_m979ECFABF811ADCDE89B970B7FF1B9765CE28C92_inline(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = V_0;
float L_3 = L_2.get_y_1();
(&V_0)->set_y_1(((float)il2cpp_codegen_subtract((float)(((float)((float)L_1))), (float)L_3)));
// TouchInfo touch = _touches[0];
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_4 = __this->get__touches_78();
NullCheck(L_4);
int32_t L_5 = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_1 = L_6;
// if (touch.x != pos.x || touch.y != pos.y)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_7 = V_1;
NullCheck(L_7);
float L_8 = L_7->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = V_0;
float L_10 = L_9.get_x_0();
if ((!(((float)L_8) == ((float)L_10))))
{
goto IL_0041;
}
}
{
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_11 = V_1;
NullCheck(L_11);
float L_12 = L_11->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = V_0;
float L_14 = L_13.get_y_1();
if ((((float)L_12) == ((float)L_14)))
{
goto IL_005f;
}
}
IL_0041:
{
// touch.x = pos.x;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_15 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_16 = V_0;
float L_17 = L_16.get_x_0();
NullCheck(L_15);
L_15->set_x_0(L_17);
// touch.y = pos.y;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_18 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = V_0;
float L_20 = L_19.get_y_1();
NullCheck(L_18);
L_18->set_y_1(L_20);
// touch.Move();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_21 = V_1;
NullCheck(L_21);
TouchInfo_Move_mC5BFAF851E56CBF39A07539F3967B01F5C3EE9E8(L_21, /*hidden argument*/NULL);
}
IL_005f:
{
// if (touch.lastRollOver != touch.target)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_22 = V_1;
NullCheck(L_22);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_23 = L_22->get_lastRollOver_16();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_24 = V_1;
NullCheck(L_24);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_25 = L_24->get_target_14();
if ((((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_23) == ((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_25)))
{
goto IL_0074;
}
}
{
// HandleRollOver(touch);
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_26 = V_1;
Stage_HandleRollOver_mC2A0C9E8B5E9179FFED5490AEE4794DA1012E40E(__this, L_26, /*hidden argument*/NULL);
}
IL_0074:
{
// if (_customInputButtonDown)
bool L_27 = __this->get__customInputButtonDown_85();
if (!L_27)
{
goto IL_00c2;
}
}
{
// if (!touch.began)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_28 = V_1;
NullCheck(L_28);
bool L_29 = L_28->get_began_11();
if (L_29)
{
goto IL_0100;
}
}
{
// _touchCount = 1;
__this->set__touchCount_79(1);
// touch.Begin();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_30 = V_1;
NullCheck(L_30);
TouchInfo_Begin_mED0A1B201E15E154BC4D55EACEEC8077450E9FE0(L_30, /*hidden argument*/NULL);
// touch.button = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_31 = V_1;
NullCheck(L_31);
L_31->set_button_8(0);
// this.focus = touch.target;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_32 = V_1;
NullCheck(L_32);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_33 = L_32->get_target_14();
Stage_set_focus_m24A5FC575D52982936135BBD7E91EC05F7F0C864(__this, L_33, /*hidden argument*/NULL);
// touch.UpdateEvent();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_34 = V_1;
NullCheck(L_34);
TouchInfo_UpdateEvent_mBC260ABC8BF11B2A2C54C1D13D7BCB025A39A574(L_34, /*hidden argument*/NULL);
// touch.target.BubbleEvent("onTouchBegin", touch.evt);
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_35 = V_1;
NullCheck(L_35);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_36 = L_35->get_target_14();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_37 = V_1;
NullCheck(L_37);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_38 = L_37->get_evt_18();
NullCheck(L_36);
EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB(L_36, _stringLiteralAF4C3C106FBE1851EAB9BC02365CED02E746822C, L_38, /*hidden argument*/NULL);
// }
return;
}
IL_00c2:
{
// else if (touch.began)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_39 = V_1;
NullCheck(L_39);
bool L_40 = L_39->get_began_11();
if (!L_40)
{
goto IL_0100;
}
}
{
// _touchCount = 0;
__this->set__touchCount_79(0);
// touch.End();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_41 = V_1;
NullCheck(L_41);
TouchInfo_End_mDD4084ED4A9E7D26C74C745D55A961E883EA4E46(L_41, /*hidden argument*/NULL);
// DisplayObject clickTarget = touch.ClickTest();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_42 = V_1;
NullCheck(L_42);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_43 = TouchInfo_ClickTest_m7DA8AF0617163F30545AE1CCB7DCFF45DAB2B046(L_42, /*hidden argument*/NULL);
V_2 = L_43;
// if (clickTarget != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_44 = V_2;
if (!L_44)
{
goto IL_00f9;
}
}
{
// touch.UpdateEvent();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_45 = V_1;
NullCheck(L_45);
TouchInfo_UpdateEvent_mBC260ABC8BF11B2A2C54C1D13D7BCB025A39A574(L_45, /*hidden argument*/NULL);
// clickTarget.BubbleEvent("onClick", touch.evt);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_46 = V_2;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_47 = V_1;
NullCheck(L_47);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_48 = L_47->get_evt_18();
NullCheck(L_46);
EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB(L_46, _stringLiteralAB92AF2A8F45436F85B0B3A67A838D5854FE7544, L_48, /*hidden argument*/NULL);
}
IL_00f9:
{
// touch.button = -1;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_49 = V_1;
NullCheck(L_49);
L_49->set_button_8((-1));
}
IL_0100:
{
// }
return;
}
}
// System.Void FairyGUI.Stage::HandleMouseEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_HandleMouseEvents_m3048FC0F7A1C07CB1061C9B700C36BC57776BF2A (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_HandleMouseEvents_m3048FC0F7A1C07CB1061C9B700C36BC57776BF2A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * V_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_1 = NULL;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * G_B13_0 = NULL;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * G_B10_0 = NULL;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * G_B12_0 = NULL;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * G_B11_0 = NULL;
int32_t G_B14_0 = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * G_B14_1 = NULL;
{
// TouchInfo touch = _touches[0];
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_0 = __this->get__touches_78();
NullCheck(L_0);
int32_t L_1 = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
V_0 = L_2;
// if (touch.x != _touchPosition.x || touch.y != _touchPosition.y)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_3 = V_0;
NullCheck(L_3);
float L_4 = L_3->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_5 = __this->get_address_of__touchPosition_80();
float L_6 = L_5->get_x_0();
if ((!(((float)L_4) == ((float)L_6))))
{
goto IL_002f;
}
}
{
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_7 = V_0;
NullCheck(L_7);
float L_8 = L_7->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_9 = __this->get_address_of__touchPosition_80();
float L_10 = L_9->get_y_1();
if ((((float)L_8) == ((float)L_10)))
{
goto IL_0057;
}
}
IL_002f:
{
// touch.x = _touchPosition.x;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_11 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_12 = __this->get_address_of__touchPosition_80();
float L_13 = L_12->get_x_0();
NullCheck(L_11);
L_11->set_x_0(L_13);
// touch.y = _touchPosition.y;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_14 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_15 = __this->get_address_of__touchPosition_80();
float L_16 = L_15->get_y_1();
NullCheck(L_14);
L_14->set_y_1(L_16);
// touch.Move();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_17 = V_0;
NullCheck(L_17);
TouchInfo_Move_mC5BFAF851E56CBF39A07539F3967B01F5C3EE9E8(L_17, /*hidden argument*/NULL);
}
IL_0057:
{
// if (touch.lastRollOver != touch.target)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_18 = V_0;
NullCheck(L_18);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_19 = L_18->get_lastRollOver_16();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_20 = V_0;
NullCheck(L_20);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_21 = L_20->get_target_14();
if ((((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_19) == ((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_21)))
{
goto IL_006c;
}
}
{
// HandleRollOver(touch);
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_22 = V_0;
Stage_HandleRollOver_mC2A0C9E8B5E9179FFED5490AEE4794DA1012E40E(__this, L_22, /*hidden argument*/NULL);
}
IL_006c:
{
// if (Input.GetMouseButtonDown(0) || Input.GetMouseButtonDown(1) || Input.GetMouseButtonDown(2))
bool L_23 = Input_GetMouseButtonDown_m5AD76E22AA839706219AD86A4E0BE5276AF8E28A(0, /*hidden argument*/NULL);
if (L_23)
{
goto IL_0084;
}
}
{
bool L_24 = Input_GetMouseButtonDown_m5AD76E22AA839706219AD86A4E0BE5276AF8E28A(1, /*hidden argument*/NULL);
if (L_24)
{
goto IL_0084;
}
}
{
bool L_25 = Input_GetMouseButtonDown_m5AD76E22AA839706219AD86A4E0BE5276AF8E28A(2, /*hidden argument*/NULL);
if (!L_25)
{
goto IL_00df;
}
}
IL_0084:
{
// if (!touch.began)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_26 = V_0;
NullCheck(L_26);
bool L_27 = L_26->get_began_11();
if (L_27)
{
goto IL_00df;
}
}
{
// _touchCount = 1;
__this->set__touchCount_79(1);
// touch.Begin();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_28 = V_0;
NullCheck(L_28);
TouchInfo_Begin_mED0A1B201E15E154BC4D55EACEEC8077450E9FE0(L_28, /*hidden argument*/NULL);
// touch.button = Input.GetMouseButtonDown(2) ? 2 : (Input.GetMouseButtonDown(1) ? 1 : 0);
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_29 = V_0;
bool L_30 = Input_GetMouseButtonDown_m5AD76E22AA839706219AD86A4E0BE5276AF8E28A(2, /*hidden argument*/NULL);
G_B10_0 = L_29;
if (L_30)
{
G_B13_0 = L_29;
goto IL_00b0;
}
}
{
bool L_31 = Input_GetMouseButtonDown_m5AD76E22AA839706219AD86A4E0BE5276AF8E28A(1, /*hidden argument*/NULL);
G_B11_0 = G_B10_0;
if (L_31)
{
G_B12_0 = G_B10_0;
goto IL_00ad;
}
}
{
G_B14_0 = 0;
G_B14_1 = G_B11_0;
goto IL_00b1;
}
IL_00ad:
{
G_B14_0 = 1;
G_B14_1 = G_B12_0;
goto IL_00b1;
}
IL_00b0:
{
G_B14_0 = 2;
G_B14_1 = G_B13_0;
}
IL_00b1:
{
NullCheck(G_B14_1);
G_B14_1->set_button_8(G_B14_0);
// this.focus = touch.target;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_32 = V_0;
NullCheck(L_32);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_33 = L_32->get_target_14();
Stage_set_focus_m24A5FC575D52982936135BBD7E91EC05F7F0C864(__this, L_33, /*hidden argument*/NULL);
// touch.UpdateEvent();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_34 = V_0;
NullCheck(L_34);
TouchInfo_UpdateEvent_mBC260ABC8BF11B2A2C54C1D13D7BCB025A39A574(L_34, /*hidden argument*/NULL);
// touch.target.BubbleEvent("onTouchBegin", touch.evt);
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_35 = V_0;
NullCheck(L_35);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_36 = L_35->get_target_14();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_37 = V_0;
NullCheck(L_37);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_38 = L_37->get_evt_18();
NullCheck(L_36);
EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB(L_36, _stringLiteralAF4C3C106FBE1851EAB9BC02365CED02E746822C, L_38, /*hidden argument*/NULL);
}
IL_00df:
{
// if (Input.GetMouseButtonUp(0) || Input.GetMouseButtonUp(1) || Input.GetMouseButtonUp(2))
bool L_39 = Input_GetMouseButtonUp_m4899272EB31D43EC4A3A1A115843CD3D9AA2C4EC(0, /*hidden argument*/NULL);
if (L_39)
{
goto IL_00f7;
}
}
{
bool L_40 = Input_GetMouseButtonUp_m4899272EB31D43EC4A3A1A115843CD3D9AA2C4EC(1, /*hidden argument*/NULL);
if (L_40)
{
goto IL_00f7;
}
}
{
bool L_41 = Input_GetMouseButtonUp_m4899272EB31D43EC4A3A1A115843CD3D9AA2C4EC(2, /*hidden argument*/NULL);
if (!L_41)
{
goto IL_0159;
}
}
IL_00f7:
{
// if (touch.began)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_42 = V_0;
NullCheck(L_42);
bool L_43 = L_42->get_began_11();
if (!L_43)
{
goto IL_0159;
}
}
{
// _touchCount = 0;
__this->set__touchCount_79(0);
// touch.End();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_44 = V_0;
NullCheck(L_44);
TouchInfo_End_mDD4084ED4A9E7D26C74C745D55A961E883EA4E46(L_44, /*hidden argument*/NULL);
// DisplayObject clickTarget = touch.ClickTest();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_45 = V_0;
NullCheck(L_45);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_46 = TouchInfo_ClickTest_m7DA8AF0617163F30545AE1CCB7DCFF45DAB2B046(L_45, /*hidden argument*/NULL);
V_1 = L_46;
// if (clickTarget != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_47 = V_1;
if (!L_47)
{
goto IL_0152;
}
}
{
// touch.UpdateEvent();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_48 = V_0;
NullCheck(L_48);
TouchInfo_UpdateEvent_mBC260ABC8BF11B2A2C54C1D13D7BCB025A39A574(L_48, /*hidden argument*/NULL);
// if (Input.GetMouseButtonUp(1) || Input.GetMouseButtonUp(2))
bool L_49 = Input_GetMouseButtonUp_m4899272EB31D43EC4A3A1A115843CD3D9AA2C4EC(1, /*hidden argument*/NULL);
if (L_49)
{
goto IL_012c;
}
}
{
bool L_50 = Input_GetMouseButtonUp_m4899272EB31D43EC4A3A1A115843CD3D9AA2C4EC(2, /*hidden argument*/NULL);
if (!L_50)
{
goto IL_0140;
}
}
IL_012c:
{
// clickTarget.BubbleEvent("onRightClick", touch.evt);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_51 = V_1;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_52 = V_0;
NullCheck(L_52);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_53 = L_52->get_evt_18();
NullCheck(L_51);
EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB(L_51, _stringLiteral3FE5515A10F3E47330DE04D3C93AF8363702295C, L_53, /*hidden argument*/NULL);
goto IL_0152;
}
IL_0140:
{
// clickTarget.BubbleEvent("onClick", touch.evt);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_54 = V_1;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_55 = V_0;
NullCheck(L_55);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_56 = L_55->get_evt_18();
NullCheck(L_54);
EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB(L_54, _stringLiteralAB92AF2A8F45436F85B0B3A67A838D5854FE7544, L_56, /*hidden argument*/NULL);
}
IL_0152:
{
// touch.button = -1;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_57 = V_0;
NullCheck(L_57);
L_57->set_button_8((-1));
}
IL_0159:
{
// }
return;
}
}
// System.Void FairyGUI.Stage::HandleTouchEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_HandleTouchEvents_m31FD77E57AFFD801BB027F6EC459B39590A69D23 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_HandleTouchEvents_m31FD77E57AFFD801BB027F6EC459B39590A69D23_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 V_2;
memset((&V_2), 0, sizeof(V_2));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_3;
memset((&V_3), 0, sizeof(V_3));
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * V_4 = NULL;
int32_t V_5 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_6 = NULL;
{
// int tc = Input.touchCount;
int32_t L_0 = Input_get_touchCount_m497E19AA4FA22DB659F631B20FAEF65572D1B44E(/*hidden argument*/NULL);
V_0 = L_0;
// for (int i = 0; i < tc; ++i)
V_1 = 0;
goto IL_01ce;
}
IL_000d:
{
// Touch uTouch = Input.GetTouch(i);
int32_t L_1 = V_1;
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 L_2 = Input_GetTouch_m8082D8EE3A187488373CE6AC66A70B0AAD7CC23F(L_1, /*hidden argument*/NULL);
V_2 = L_2;
// if (uTouch.phase == TouchPhase.Stationary)
int32_t L_3 = Touch_get_phase_m759A61477ECBBD90A57E36F1166EB9340A0FE349((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_2), /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)2)))
{
goto IL_01ca;
}
}
{
// Vector2 pos = uTouch.position;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = Touch_get_position_m2E60676112DA3628CF2DC76418A275C7FE521D8F((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_2), /*hidden argument*/NULL);
V_3 = L_4;
// pos.y = stageHeight - pos.y;
int32_t L_5 = Stage_get_stageHeight_m979ECFABF811ADCDE89B970B7FF1B9765CE28C92_inline(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = V_3;
float L_7 = L_6.get_y_1();
(&V_3)->set_y_1(((float)il2cpp_codegen_subtract((float)(((float)((float)L_5))), (float)L_7)));
// TouchInfo touch = null;
V_4 = (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C *)NULL;
// for (int j = 0; j < 5; j++)
V_5 = 0;
goto IL_0070;
}
IL_0046:
{
// if (_touches[j].touchId == uTouch.fingerId)
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_8 = __this->get__touches_78();
int32_t L_9 = V_5;
NullCheck(L_8);
int32_t L_10 = L_9;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
NullCheck(L_11);
int32_t L_12 = L_11->get_touchId_2();
int32_t L_13 = Touch_get_fingerId_m2EF0EF2E6E388C8D9D38C58EF5D03EA30E568E1D((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_2), /*hidden argument*/NULL);
if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
{
goto IL_006a;
}
}
{
// touch = _touches[j];
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_14 = __this->get__touches_78();
int32_t L_15 = V_5;
NullCheck(L_14);
int32_t L_16 = L_15;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
V_4 = L_17;
// break;
goto IL_0075;
}
IL_006a:
{
// for (int j = 0; j < 5; j++)
int32_t L_18 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_0070:
{
// for (int j = 0; j < 5; j++)
int32_t L_19 = V_5;
if ((((int32_t)L_19) < ((int32_t)5)))
{
goto IL_0046;
}
}
IL_0075:
{
// if (touch == null)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_20 = V_4;
if (!L_20)
{
goto IL_01ca;
}
}
{
// if (touch.x != pos.x || touch.y != pos.y)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_21 = V_4;
NullCheck(L_21);
float L_22 = L_21->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_23 = V_3;
float L_24 = L_23.get_x_0();
if ((!(((float)L_22) == ((float)L_24))))
{
goto IL_009a;
}
}
{
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_25 = V_4;
NullCheck(L_25);
float L_26 = L_25->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_27 = V_3;
float L_28 = L_27.get_y_1();
if ((((float)L_26) == ((float)L_28)))
{
goto IL_00c4;
}
}
IL_009a:
{
// touch.x = pos.x;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_29 = V_4;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_30 = V_3;
float L_31 = L_30.get_x_0();
NullCheck(L_29);
L_29->set_x_0(L_31);
// touch.y = pos.y;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_32 = V_4;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_33 = V_3;
float L_34 = L_33.get_y_1();
NullCheck(L_32);
L_32->set_y_1(L_34);
// if (touch.began)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_35 = V_4;
NullCheck(L_35);
bool L_36 = L_35->get_began_11();
if (!L_36)
{
goto IL_00c4;
}
}
{
// touch.Move();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_37 = V_4;
NullCheck(L_37);
TouchInfo_Move_mC5BFAF851E56CBF39A07539F3967B01F5C3EE9E8(L_37, /*hidden argument*/NULL);
}
IL_00c4:
{
// if (touch.lastRollOver != touch.target)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_38 = V_4;
NullCheck(L_38);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_39 = L_38->get_lastRollOver_16();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_40 = V_4;
NullCheck(L_40);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_41 = L_40->get_target_14();
if ((((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_39) == ((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_41)))
{
goto IL_00dc;
}
}
{
// HandleRollOver(touch);
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_42 = V_4;
Stage_HandleRollOver_mC2A0C9E8B5E9179FFED5490AEE4794DA1012E40E(__this, L_42, /*hidden argument*/NULL);
}
IL_00dc:
{
// if (uTouch.phase == TouchPhase.Began)
int32_t L_43 = Touch_get_phase_m759A61477ECBBD90A57E36F1166EB9340A0FE349((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_2), /*hidden argument*/NULL);
if (L_43)
{
goto IL_0140;
}
}
{
// if (!touch.began)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_44 = V_4;
NullCheck(L_44);
bool L_45 = L_44->get_began_11();
if (L_45)
{
goto IL_01ca;
}
}
{
// _touchCount++;
int32_t L_46 = __this->get__touchCount_79();
__this->set__touchCount_79(((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)));
// touch.Begin();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_47 = V_4;
NullCheck(L_47);
TouchInfo_Begin_mED0A1B201E15E154BC4D55EACEEC8077450E9FE0(L_47, /*hidden argument*/NULL);
// touch.button = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_48 = V_4;
NullCheck(L_48);
L_48->set_button_8(0);
// this.focus = touch.target;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_49 = V_4;
NullCheck(L_49);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_50 = L_49->get_target_14();
Stage_set_focus_m24A5FC575D52982936135BBD7E91EC05F7F0C864(__this, L_50, /*hidden argument*/NULL);
// touch.UpdateEvent();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_51 = V_4;
NullCheck(L_51);
TouchInfo_UpdateEvent_mBC260ABC8BF11B2A2C54C1D13D7BCB025A39A574(L_51, /*hidden argument*/NULL);
// touch.target.BubbleEvent("onTouchBegin", touch.evt);
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_52 = V_4;
NullCheck(L_52);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_53 = L_52->get_target_14();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_54 = V_4;
NullCheck(L_54);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_55 = L_54->get_evt_18();
NullCheck(L_53);
EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB(L_53, _stringLiteralAF4C3C106FBE1851EAB9BC02365CED02E746822C, L_55, /*hidden argument*/NULL);
// }
goto IL_01ca;
}
IL_0140:
{
// else if (uTouch.phase == TouchPhase.Canceled || uTouch.phase == TouchPhase.Ended)
int32_t L_56 = Touch_get_phase_m759A61477ECBBD90A57E36F1166EB9340A0FE349((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_2), /*hidden argument*/NULL);
if ((((int32_t)L_56) == ((int32_t)4)))
{
goto IL_0154;
}
}
{
int32_t L_57 = Touch_get_phase_m759A61477ECBBD90A57E36F1166EB9340A0FE349((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_2), /*hidden argument*/NULL);
if ((!(((uint32_t)L_57) == ((uint32_t)3))))
{
goto IL_01ca;
}
}
IL_0154:
{
// if (touch.began)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_58 = V_4;
NullCheck(L_58);
bool L_59 = L_58->get_began_11();
if (!L_59)
{
goto IL_01ca;
}
}
{
// _touchCount--;
int32_t L_60 = __this->get__touchCount_79();
__this->set__touchCount_79(((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)1)));
// touch.End();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_61 = V_4;
NullCheck(L_61);
TouchInfo_End_mDD4084ED4A9E7D26C74C745D55A961E883EA4E46(L_61, /*hidden argument*/NULL);
// if (uTouch.phase != TouchPhase.Canceled)
int32_t L_62 = Touch_get_phase_m759A61477ECBBD90A57E36F1166EB9340A0FE349((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_2), /*hidden argument*/NULL);
if ((((int32_t)L_62) == ((int32_t)4)))
{
goto IL_01b2;
}
}
{
// DisplayObject clickTarget = touch.ClickTest();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_63 = V_4;
NullCheck(L_63);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_64 = TouchInfo_ClickTest_m7DA8AF0617163F30545AE1CCB7DCFF45DAB2B046(L_63, /*hidden argument*/NULL);
V_6 = L_64;
// if (clickTarget != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_65 = V_6;
if (!L_65)
{
goto IL_01b2;
}
}
{
// touch.clickCount = uTouch.tapCount;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_66 = V_4;
int32_t L_67 = Touch_get_tapCount_m05E8AD1DD071603EA806087E42A7BC6FFA18C5F9((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_2), /*hidden argument*/NULL);
NullCheck(L_66);
L_66->set_clickCount_3(L_67);
// touch.UpdateEvent();
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_68 = V_4;
NullCheck(L_68);
TouchInfo_UpdateEvent_mBC260ABC8BF11B2A2C54C1D13D7BCB025A39A574(L_68, /*hidden argument*/NULL);
// clickTarget.BubbleEvent("onClick", touch.evt);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_69 = V_6;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_70 = V_4;
NullCheck(L_70);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_71 = L_70->get_evt_18();
NullCheck(L_69);
EventDispatcher_BubbleEvent_m6DE4CEC955F30CDB12FF590B1BADFE3DF339DDEB(L_69, _stringLiteralAB92AF2A8F45436F85B0B3A67A838D5854FE7544, L_71, /*hidden argument*/NULL);
}
IL_01b2:
{
// touch.target = null;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_72 = V_4;
NullCheck(L_72);
L_72->set_target_14((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL);
// HandleRollOver(touch);
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_73 = V_4;
Stage_HandleRollOver_mC2A0C9E8B5E9179FFED5490AEE4794DA1012E40E(__this, L_73, /*hidden argument*/NULL);
// touch.touchId = -1;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_74 = V_4;
NullCheck(L_74);
L_74->set_touchId_2((-1));
}
IL_01ca:
{
// for (int i = 0; i < tc; ++i)
int32_t L_75 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1));
}
IL_01ce:
{
// for (int i = 0; i < tc; ++i)
int32_t L_76 = V_1;
int32_t L_77 = V_0;
if ((((int32_t)L_76) < ((int32_t)L_77)))
{
goto IL_000d;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.Stage::HandleRollOver(FairyGUI.TouchInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_HandleRollOver_mC2A0C9E8B5E9179FFED5490AEE4794DA1012E40E (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * ___touch0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_HandleRollOver_mC2A0C9E8B5E9179FFED5490AEE4794DA1012E40E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
// element = touch.lastRollOver;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_0 = ___touch0;
NullCheck(L_0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = L_0->get_lastRollOver_16();
V_0 = L_1;
goto IL_001c;
}
IL_0009:
{
// _rollOutChain.Add(element);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_2 = __this->get__rollOutChain_76();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = V_0;
NullCheck(L_2);
List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7(L_2, L_3, /*hidden argument*/List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7_RuntimeMethod_var);
// element = element.parent;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = V_0;
NullCheck(L_4);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_5 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_4, /*hidden argument*/NULL);
V_0 = L_5;
}
IL_001c:
{
// while (element != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = V_0;
if (L_6)
{
goto IL_0009;
}
}
{
// touch.lastRollOver = touch.target;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_7 = ___touch0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_8 = ___touch0;
NullCheck(L_8);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_9 = L_8->get_target_14();
NullCheck(L_7);
L_7->set_lastRollOver_16(L_9);
// element = touch.target;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_10 = ___touch0;
NullCheck(L_10);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_11 = L_10->get_target_14();
V_0 = L_11;
goto IL_0073;
}
IL_0034:
{
// i = _rollOutChain.IndexOf(element);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_12 = __this->get__rollOutChain_76();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_13 = V_0;
NullCheck(L_12);
int32_t L_14 = List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4(L_12, L_13, /*hidden argument*/List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4_RuntimeMethod_var);
V_1 = L_14;
// if (i != -1)
int32_t L_15 = V_1;
if ((((int32_t)L_15) == ((int32_t)(-1))))
{
goto IL_0060;
}
}
{
// _rollOutChain.RemoveRange(i, _rollOutChain.Count - i);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_16 = __this->get__rollOutChain_76();
int32_t L_17 = V_1;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_18 = __this->get__rollOutChain_76();
NullCheck(L_18);
int32_t L_19 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_18, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
int32_t L_20 = V_1;
NullCheck(L_16);
List_1_RemoveRange_m4ED8C1729D3284BD3ECA91989BFC8A7CE87DA7B4(L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/List_1_RemoveRange_m4ED8C1729D3284BD3ECA91989BFC8A7CE87DA7B4_RuntimeMethod_var);
// break;
goto IL_0076;
}
IL_0060:
{
// _rollOverChain.Add(element);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_21 = __this->get__rollOverChain_77();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_22 = V_0;
NullCheck(L_21);
List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7(L_21, L_22, /*hidden argument*/List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7_RuntimeMethod_var);
// element = element.parent;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_23 = V_0;
NullCheck(L_23);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_24 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_23, /*hidden argument*/NULL);
V_0 = L_24;
}
IL_0073:
{
// while (element != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_25 = V_0;
if (L_25)
{
goto IL_0034;
}
}
IL_0076:
{
// int cnt = _rollOutChain.Count;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_26 = __this->get__rollOutChain_76();
NullCheck(L_26);
int32_t L_27 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_26, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
V_2 = L_27;
// if (cnt > 0)
int32_t L_28 = V_2;
if ((((int32_t)L_28) <= ((int32_t)0)))
{
goto IL_00bf;
}
}
{
// for (i = 0; i < cnt; i++)
V_1 = 0;
goto IL_00b0;
}
IL_008a:
{
// element = _rollOutChain[i];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_29 = __this->get__rollOutChain_76();
int32_t L_30 = V_1;
NullCheck(L_29);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_31 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_29, L_30, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
V_0 = L_31;
// if (element.stage != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_32 = V_0;
NullCheck(L_32);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_33 = DisplayObject_get_stage_mC9BF289AD8D0881BB526934FA4AF6366F09C1C7D(L_32, /*hidden argument*/NULL);
if (!L_33)
{
goto IL_00ac;
}
}
{
// element.DispatchEvent("onRollOut", null);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_34 = V_0;
NullCheck(L_34);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(L_34, _stringLiteral92BE582433395EFD2A704C69E0B1CE41585C4FEA, NULL, /*hidden argument*/NULL);
}
IL_00ac:
{
// for (i = 0; i < cnt; i++)
int32_t L_35 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1));
}
IL_00b0:
{
// for (i = 0; i < cnt; i++)
int32_t L_36 = V_1;
int32_t L_37 = V_2;
if ((((int32_t)L_36) < ((int32_t)L_37)))
{
goto IL_008a;
}
}
{
// _rollOutChain.Clear();
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_38 = __this->get__rollOutChain_76();
NullCheck(L_38);
List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A(L_38, /*hidden argument*/List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A_RuntimeMethod_var);
}
IL_00bf:
{
// cnt = _rollOverChain.Count;
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_39 = __this->get__rollOverChain_77();
NullCheck(L_39);
int32_t L_40 = List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_inline(L_39, /*hidden argument*/List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var);
V_2 = L_40;
// if (cnt > 0)
int32_t L_41 = V_2;
if ((((int32_t)L_41) <= ((int32_t)0)))
{
goto IL_0108;
}
}
{
// for (i = 0; i < cnt; i++)
V_1 = 0;
goto IL_00f9;
}
IL_00d3:
{
// element = _rollOverChain[i];
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_42 = __this->get__rollOverChain_77();
int32_t L_43 = V_1;
NullCheck(L_42);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_44 = List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_inline(L_42, L_43, /*hidden argument*/List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var);
V_0 = L_44;
// if (element.stage != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_45 = V_0;
NullCheck(L_45);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_46 = DisplayObject_get_stage_mC9BF289AD8D0881BB526934FA4AF6366F09C1C7D(L_45, /*hidden argument*/NULL);
if (!L_46)
{
goto IL_00f5;
}
}
{
// element.DispatchEvent("onRollOver", null);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_47 = V_0;
NullCheck(L_47);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(L_47, _stringLiteral65F518707AF15E348F1197B9712FB2BE0102D6EA, NULL, /*hidden argument*/NULL);
}
IL_00f5:
{
// for (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_00f9:
{
// for (i = 0; i < cnt; i++)
int32_t L_49 = V_1;
int32_t L_50 = V_2;
if ((((int32_t)L_49) < ((int32_t)L_50)))
{
goto IL_00d3;
}
}
{
// _rollOverChain.Clear();
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_51 = __this->get__rollOverChain_77();
NullCheck(L_51);
List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A(L_51, /*hidden argument*/List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A_RuntimeMethod_var);
}
IL_0108:
{
// }
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_ApplyPanelOrder_mE83ABCE9CAB57AFBBE931677D47EB3DA359F4080_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_5 = NULL;
{
// int sortingOrder = target._panelOrder;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = ___target0;
NullCheck(L_0);
int32_t L_1 = L_0->get__panelOrder_68();
V_0 = L_1;
// int numChildren = this.numChildren;
int32_t L_2 = Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73(__this, /*hidden argument*/NULL);
V_1 = L_2;
// int i = 0;
V_2 = 0;
// int curIndex = -1;
V_4 = (-1);
goto IL_0079;
}
IL_0015:
{
// DisplayObject obj = GetChildAt(i);
int32_t L_3 = V_2;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = Container_GetChildAt_mF1A7165A6C4555A7832B91C7A71048E58C761E02(__this, L_3, /*hidden argument*/NULL);
V_5 = L_4;
// if (obj == target)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = V_5;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_6 = ___target0;
if ((!(((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_5) == ((RuntimeObject*)(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)L_6))))
{
goto IL_0028;
}
}
{
// curIndex = i;
int32_t L_7 = V_2;
V_4 = L_7;
// continue;
goto IL_0075;
}
IL_0028:
{
// if (obj == GRoot.inst.displayObject)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = V_5;
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_9 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
NullCheck(L_9);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_10 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_9, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_8) == ((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_10))))
{
goto IL_003e;
}
}
{
// j = 1000;
V_3 = ((int32_t)1000);
goto IL_0054;
}
IL_003e:
{
// else if (obj is Container)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_11 = V_5;
if (!((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)L_11, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))
{
goto IL_0075;
}
}
{
// j = ((Container)obj)._panelOrder;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_12 = V_5;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_12, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
int32_t L_13 = ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_12, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var))->get__panelOrder_68();
V_3 = L_13;
}
IL_0054:
{
// if (sortingOrder <= j)
int32_t L_14 = V_0;
int32_t L_15 = V_3;
if ((((int32_t)L_14) > ((int32_t)L_15)))
{
goto IL_0075;
}
}
{
// if (curIndex != -1)
int32_t L_16 = V_4;
if ((((int32_t)L_16) == ((int32_t)(-1))))
{
goto IL_006a;
}
}
{
// AddChildAt(target, i - 1);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_17 = ___target0;
int32_t L_18 = V_2;
Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A(__this, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL);
goto IL_007d;
}
IL_006a:
{
// AddChildAt(target, i);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_19 = ___target0;
int32_t L_20 = V_2;
Container_AddChildAt_m83FA2A1196956F3B95BA4336007D5A680012663A(__this, L_19, L_20, /*hidden argument*/NULL);
// break;
goto IL_007d;
}
IL_0075:
{
// for (; i < numChildren; i++)
int32_t L_21 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_0079:
{
// for (; i < numChildren; i++)
int32_t L_22 = V_2;
int32_t L_23 = V_1;
if ((((int32_t)L_22) < ((int32_t)L_23)))
{
goto IL_0015;
}
}
IL_007d:
{
// if (i == numChildren)
int32_t L_24 = V_2;
int32_t L_25 = V_1;
if ((!(((uint32_t)L_24) == ((uint32_t)L_25))))
{
goto IL_0089;
}
}
{
// AddChild(target);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_26 = ___target0;
Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D(__this, L_26, /*hidden argument*/NULL);
}
IL_0089:
{
// }
return;
}
}
// System.Void FairyGUI.Stage::SortWorldSpacePanelsByZOrder(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_SortWorldSpacePanelsByZOrder_m7D77A8C2AF31B95466821E34B858B3326B49F05D (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, int32_t ___panelSortingOrder0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_SortWorldSpacePanelsByZOrder_m7D77A8C2AF31B95466821E34B858B3326B49F05D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * V_2 = NULL;
{
// if (sTempList1 == null)
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_0 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get_sTempList1_94();
if (L_0)
{
goto IL_001b;
}
}
{
// sTempList1 = 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);
((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->set_sTempList1_94(L_1);
// sTempList2 = new List<int>();
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_2 = (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *)il2cpp_codegen_object_new(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var);
List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4(L_2, /*hidden argument*/List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var);
((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->set_sTempList2_95(L_2);
}
IL_001b:
{
// int numChildren = this.numChildren;
int32_t L_3 = Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73(__this, /*hidden argument*/NULL);
V_0 = L_3;
// for (int i = 0; i < numChildren; i++)
V_1 = 0;
goto IL_0084;
}
IL_0026:
{
// Container obj = GetChildAt(i) as Container;
int32_t L_4 = V_1;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = Container_GetChildAt_mF1A7165A6C4555A7832B91C7A71048E58C761E02(__this, L_4, /*hidden argument*/NULL);
V_2 = ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)IsInstClass((RuntimeObject*)L_5, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var));
// if (obj == null || obj.renderMode != RenderMode.WorldSpace || obj._panelOrder != panelSortingOrder)
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_6 = V_2;
if (!L_6)
{
goto IL_0080;
}
}
{
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_7 = V_2;
NullCheck(L_7);
int32_t L_8 = L_7->get_renderMode_52();
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
{
goto IL_0080;
}
}
{
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_9 = V_2;
NullCheck(L_9);
int32_t L_10 = L_9->get__panelOrder_68();
int32_t L_11 = ___panelSortingOrder0;
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
{
goto IL_0080;
}
}
{
// obj._internal_bounds[0] = obj.cachedTransform.position.z;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_12 = V_2;
NullCheck(L_12);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_13 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_12)->get__internal_bounds_48();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_14 = V_2;
NullCheck(L_14);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_15 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_16 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_15, /*hidden argument*/NULL);
float L_17 = L_16.get_z_4();
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (float)L_17);
// obj._internal_bounds[1] = i;
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_18 = V_2;
NullCheck(L_18);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_19 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_18)->get__internal_bounds_48();
int32_t L_20 = V_1;
NullCheck(L_19);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(1), (float)(((float)((float)L_20))));
// sTempList1.Add(obj);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_21 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get_sTempList1_94();
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_22 = V_2;
NullCheck(L_21);
List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7(L_21, L_22, /*hidden argument*/List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7_RuntimeMethod_var);
// sTempList2.Add(i);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_23 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get_sTempList2_95();
int32_t L_24 = V_1;
NullCheck(L_23);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_23, L_24, /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
}
IL_0080:
{
// for (int i = 0; i < numChildren; i++)
int32_t L_25 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
}
IL_0084:
{
// for (int i = 0; i < numChildren; i++)
int32_t L_26 = V_1;
int32_t L_27 = V_0;
if ((((int32_t)L_26) < ((int32_t)L_27)))
{
goto IL_0026;
}
}
{
// sTempList1.Sort(CompareZ);
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_28 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get_sTempList1_94();
Comparison_1_t80AF2D8856D348E788BB5AFF18AC178138FE5FCB * L_29 = (Comparison_1_t80AF2D8856D348E788BB5AFF18AC178138FE5FCB *)il2cpp_codegen_object_new(Comparison_1_t80AF2D8856D348E788BB5AFF18AC178138FE5FCB_il2cpp_TypeInfo_var);
Comparison_1__ctor_m1C3F4D5128CB00F3EF8A865C58F455C1F6822726(L_29, NULL, (intptr_t)((intptr_t)Stage_CompareZ_m221A3A690FC9C70B47EDE494A71A334450A69BA2_RuntimeMethod_var), /*hidden argument*/Comparison_1__ctor_m1C3F4D5128CB00F3EF8A865C58F455C1F6822726_RuntimeMethod_var);
NullCheck(L_28);
List_1_Sort_m9609991B2458EA3F522914F1166DEB355A808082(L_28, L_29, /*hidden argument*/List_1_Sort_m9609991B2458EA3F522914F1166DEB355A808082_RuntimeMethod_var);
// ChangeChildrenOrder(sTempList2, sTempList1);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_30 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get_sTempList2_95();
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_31 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get_sTempList1_94();
Container_ChangeChildrenOrder_m0DEABD0B025E5DBD7A5F1C4FC9D7F76D0C25F794(__this, L_30, L_31, /*hidden argument*/NULL);
// sTempList1.Clear();
List_1_t11A30662822286DF8036D0D1993807262B502B70 * L_32 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get_sTempList1_94();
NullCheck(L_32);
List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A(L_32, /*hidden argument*/List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A_RuntimeMethod_var);
// sTempList2.Clear();
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_33 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get_sTempList2_95();
NullCheck(L_33);
List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477(L_33, /*hidden argument*/List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477_RuntimeMethod_var);
// }
return;
}
}
// System.Int32 FairyGUI.Stage::CompareZ(FairyGUI.DisplayObject,FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Stage_CompareZ_m221A3A690FC9C70B47EDE494A71A334450A69BA2 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___c10, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___c21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_CompareZ_m221A3A690FC9C70B47EDE494A71A334450A69BA2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int ret = ((Container)c2)._internal_bounds[0].CompareTo(((Container)c1)._internal_bounds[0]);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = ___c21;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_0, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_1 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_0, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))->get__internal_bounds_48();
NullCheck(L_1);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = ___c10;
NullCheck(((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_3 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)CastclassClass((RuntimeObject*)L_2, Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var)))->get__internal_bounds_48();
NullCheck(L_3);
int32_t L_4 = 0;
float L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
int32_t L_6 = Single_CompareTo_mFBF2345D81E00F834E558A4ACFD4E5137582DBBC((float*)((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), L_5, /*hidden argument*/NULL);
V_0 = L_6;
// if (ret == 0)
int32_t L_7 = V_0;
if (L_7)
{
goto IL_0041;
}
}
{
// return c1._internal_bounds[1].CompareTo(c2._internal_bounds[1]);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = ___c10;
NullCheck(L_8);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_9 = L_8->get__internal_bounds_48();
NullCheck(L_9);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_10 = ___c21;
NullCheck(L_10);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_11 = L_10->get__internal_bounds_48();
NullCheck(L_11);
int32_t L_12 = 1;
float L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
int32_t L_14 = Single_CompareTo_mFBF2345D81E00F834E558A4ACFD4E5137582DBBC((float*)((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(1))), L_13, /*hidden argument*/NULL);
return L_14;
}
IL_0041:
{
// return ret;
int32_t L_15 = V_0;
return L_15;
}
}
// System.Void FairyGUI.Stage::MonitorTexture(FairyGUI.NTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_MonitorTexture_m628E3A7420288F33DA365C410E866D339585D281 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_MonitorTexture_m628E3A7420288F33DA365C410E866D339585D281_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_toCollectTextures.IndexOf(texture) == -1)
List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * L_0 = __this->get__toCollectTextures_88();
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_1 = ___texture0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_mBFD0DCC19DAE2792E343FE4C726F0D47A134CD2E(L_0, L_1, /*hidden argument*/List_1_IndexOf_mBFD0DCC19DAE2792E343FE4C726F0D47A134CD2E_RuntimeMethod_var);
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
{
goto IL_001b;
}
}
{
// _toCollectTextures.Add(texture);
List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * L_3 = __this->get__toCollectTextures_88();
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_4 = ___texture0;
NullCheck(L_3);
List_1_Add_mB1ACC0B1F56F3CE869F756EFF1942A77A073A063(L_3, L_4, /*hidden argument*/List_1_Add_mB1ACC0B1F56F3CE869F756EFF1942A77A073A063_RuntimeMethod_var);
}
IL_001b:
{
// }
return;
}
}
// System.Void FairyGUI.Stage::RunTextureCollector(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_RunTextureCollector_m415EA4CF3EC63482D4A8746B80AE02E53A502392 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, RuntimeObject * ___param0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_RunTextureCollector_m415EA4CF3EC63482D4A8746B80AE02E53A502392_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
float V_1 = 0.0f;
int32_t V_2 = 0;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * V_3 = NULL;
{
// int cnt = _toCollectTextures.Count;
List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * L_0 = __this->get__toCollectTextures_88();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m53BA266863A80D837FEE70D57DD3B6B3EC3A1E15_inline(L_0, /*hidden argument*/List_1_get_Count_m53BA266863A80D837FEE70D57DD3B6B3EC3A1E15_RuntimeMethod_var);
V_0 = L_1;
// float curTime = Time.time;
float L_2 = Time_get_time_m7863349C8845BBA36629A2B3F8EF1C3BEA350FD8(/*hidden argument*/NULL);
V_1 = L_2;
// int i = 0;
V_2 = 0;
goto IL_0068;
}
IL_0016:
{
// NTexture texture = _toCollectTextures[i];
List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * L_3 = __this->get__toCollectTextures_88();
int32_t L_4 = V_2;
NullCheck(L_3);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_5 = List_1_get_Item_m322510E276084BEADA0127D9124B6184332618A2_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m322510E276084BEADA0127D9124B6184332618A2_RuntimeMethod_var);
V_3 = L_5;
// if (texture.disposed)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_6 = V_3;
NullCheck(L_6);
bool L_7 = NTexture_get_disposed_m4C530AD85583B76D73057ED5A2E488B2B6D69D6D(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_003d;
}
}
{
// _toCollectTextures.RemoveAt(i);
List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * L_8 = __this->get__toCollectTextures_88();
int32_t L_9 = V_2;
NullCheck(L_8);
List_1_RemoveAt_m861463F7BB7C93831AEED1BC92625C08A44E910C(L_8, L_9, /*hidden argument*/List_1_RemoveAt_m861463F7BB7C93831AEED1BC92625C08A44E910C_RuntimeMethod_var);
// cnt--;
int32_t L_10 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1));
// }
goto IL_0068;
}
IL_003d:
{
// else if (curTime - texture.lastActive > 5)
float L_11 = V_1;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_12 = V_3;
NullCheck(L_12);
float L_13 = L_12->get_lastActive_3();
if ((!(((float)((float)il2cpp_codegen_subtract((float)L_11, (float)L_13))) > ((float)(5.0f)))))
{
goto IL_0064;
}
}
{
// texture.Dispose();
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_14 = V_3;
NullCheck(L_14);
NTexture_Dispose_m0B1F7B320F32756E8E94B4753F4D3DD29A1D95F9(L_14, /*hidden argument*/NULL);
// _toCollectTextures.RemoveAt(i);
List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * L_15 = __this->get__toCollectTextures_88();
int32_t L_16 = V_2;
NullCheck(L_15);
List_1_RemoveAt_m861463F7BB7C93831AEED1BC92625C08A44E910C(L_15, L_16, /*hidden argument*/List_1_RemoveAt_m861463F7BB7C93831AEED1BC92625C08A44E910C_RuntimeMethod_var);
// cnt--;
int32_t L_17 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1));
// }
goto IL_0068;
}
IL_0064:
{
// i++;
int32_t L_18 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_0068:
{
// while (i < cnt)
int32_t L_19 = V_2;
int32_t L_20 = V_0;
if ((((int32_t)L_19) < ((int32_t)L_20)))
{
goto IL_0016;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.Stage::AddTouchMonitor(System.Int32,FairyGUI.EventDispatcher)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_AddTouchMonitor_mE7D5212D24C10DA2D694534B72636D9F1C4C261C (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, int32_t ___touchId0, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___target1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_AddTouchMonitor_mE7D5212D24C10DA2D694534B72636D9F1C4C261C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * V_0 = NULL;
int32_t V_1 = 0;
{
// TouchInfo touch = null;
V_0 = (TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C *)NULL;
// for (int j = 0; j < 5; j++)
V_1 = 0;
goto IL_002d;
}
IL_0006:
{
// touch = _touches[j];
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_0 = __this->get__touches_78();
int32_t L_1 = V_1;
NullCheck(L_0);
int32_t L_2 = L_1;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
V_0 = L_3;
// if (touchId == -1 && touch.touchId != -1
// || touchId != -1 && touch.touchId == touchId)
int32_t L_4 = ___touchId0;
if ((!(((uint32_t)L_4) == ((uint32_t)(-1)))))
{
goto IL_001c;
}
}
{
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = L_5->get_touchId_2();
if ((!(((uint32_t)L_6) == ((uint32_t)(-1)))))
{
goto IL_0031;
}
}
IL_001c:
{
int32_t L_7 = ___touchId0;
if ((((int32_t)L_7) == ((int32_t)(-1))))
{
goto IL_0029;
}
}
{
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_8 = V_0;
NullCheck(L_8);
int32_t L_9 = L_8->get_touchId_2();
int32_t L_10 = ___touchId0;
if ((((int32_t)L_9) == ((int32_t)L_10)))
{
goto IL_0031;
}
}
IL_0029:
{
// for (int j = 0; j < 5; j++)
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_002d:
{
// for (int j = 0; j < 5; j++)
int32_t L_12 = V_1;
if ((((int32_t)L_12) < ((int32_t)5)))
{
goto IL_0006;
}
}
IL_0031:
{
// if (touch.touchMonitors.IndexOf(target) == -1)
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_13 = V_0;
NullCheck(L_13);
List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * L_14 = L_13->get_touchMonitors_17();
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_15 = ___target1;
NullCheck(L_14);
int32_t L_16 = List_1_IndexOf_m9E183F4DE7DC20CEBA71C5DD3AA0B55F40023328(L_14, L_15, /*hidden argument*/List_1_IndexOf_m9E183F4DE7DC20CEBA71C5DD3AA0B55F40023328_RuntimeMethod_var);
if ((!(((uint32_t)L_16) == ((uint32_t)(-1)))))
{
goto IL_004c;
}
}
{
// touch.touchMonitors.Add(target);
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_17 = V_0;
NullCheck(L_17);
List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * L_18 = L_17->get_touchMonitors_17();
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_19 = ___target1;
NullCheck(L_18);
List_1_Add_m8DD85C20381CFA81C3B8F2752AB8F970B5285FE8(L_18, L_19, /*hidden argument*/List_1_Add_m8DD85C20381CFA81C3B8F2752AB8F970B5285FE8_RuntimeMethod_var);
}
IL_004c:
{
// }
return;
}
}
// System.Void FairyGUI.Stage::RemoveTouchMonitor(FairyGUI.EventDispatcher)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_RemoveTouchMonitor_m78197863E10455FA99BB3E6FDF57AAEABA18C447 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_RemoveTouchMonitor_m78197863E10455FA99BB3E6FDF57AAEABA18C447_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * V_1 = NULL;
int32_t V_2 = 0;
{
// for (int j = 0; j < 5; j++)
V_0 = 0;
goto IL_002f;
}
IL_0004:
{
// TouchInfo touch = _touches[j];
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* L_0 = __this->get__touches_78();
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
V_1 = L_3;
// int i = touch.touchMonitors.IndexOf(target);
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_4 = V_1;
NullCheck(L_4);
List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * L_5 = L_4->get_touchMonitors_17();
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * L_6 = ___target0;
NullCheck(L_5);
int32_t L_7 = List_1_IndexOf_m9E183F4DE7DC20CEBA71C5DD3AA0B55F40023328(L_5, L_6, /*hidden argument*/List_1_IndexOf_m9E183F4DE7DC20CEBA71C5DD3AA0B55F40023328_RuntimeMethod_var);
V_2 = L_7;
// if (i != -1)
int32_t L_8 = V_2;
if ((((int32_t)L_8) == ((int32_t)(-1))))
{
goto IL_002b;
}
}
{
// touch.touchMonitors[i] = null;
TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C * L_9 = V_1;
NullCheck(L_9);
List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 * L_10 = L_9->get_touchMonitors_17();
int32_t L_11 = V_2;
NullCheck(L_10);
List_1_set_Item_mE9D2B0953380313C292D4CA71E4DB239DF03A446(L_10, L_11, (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 *)NULL, /*hidden argument*/List_1_set_Item_mE9D2B0953380313C292D4CA71E4DB239DF03A446_RuntimeMethod_var);
}
IL_002b:
{
// for (int j = 0; j < 5; j++)
int32_t L_12 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_002f:
{
// for (int j = 0; j < 5; j++)
int32_t L_13 = V_0;
if ((((int32_t)L_13) < ((int32_t)5)))
{
goto IL_0004;
}
}
{
// }
return;
}
}
// UnityEngine.Transform FairyGUI.Stage::CreatePoolManager(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Stage_CreatePoolManager_mBD96FD1A4C795582FEE889339B558B26EF446B81 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_CreatePoolManager_mBD96FD1A4C795582FEE889339B558B26EF446B81_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// GameObject go = new GameObject("[" + name + "]");
String_t* L_0 = ___name0;
String_t* L_1 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, L_0, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)il2cpp_codegen_object_new(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var);
GameObject__ctor_mBB454E679AD9CF0B84D3609A01E6A9753ACF4686(L_2, L_1, /*hidden argument*/NULL);
// go.SetActive(false);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = L_2;
NullCheck(L_3);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_3, (bool)0, /*hidden argument*/NULL);
// Transform t = go.transform;
NullCheck(L_3);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_3, /*hidden argument*/NULL);
// ToolSet.SetParent(t, cachedTransform);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = L_4;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
ToolSet_SetParent_mA9967AF376E0D3BD78B631BA81351684C00F91BD(L_5, L_6, /*hidden argument*/NULL);
// return t;
return L_5;
}
}
#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.StageCamera::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StageCamera_OnEnable_m270C75BDEBCCFB73BB7E5615F6678663958A755E (StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StageCamera_OnEnable_m270C75BDEBCCFB73BB7E5615F6678663958A755E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// cachedTransform = this.transform;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(__this, /*hidden argument*/NULL);
__this->set_cachedTransform_5(L_0);
// cachedCamera = this.GetComponent<Camera>();
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_1 = Component_GetComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mB090F51A34716700C0F4F1B08F9330C6F503DB9E(__this, /*hidden argument*/Component_GetComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mB090F51A34716700C0F4F1B08F9330C6F503DB9E_RuntimeMethod_var);
__this->set_cachedCamera_6(L_1);
// if (this.gameObject.name == Name)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
NullCheck(L_2);
String_t* L_3 = Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE(L_2, /*hidden argument*/NULL);
bool L_4 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_3, _stringLiteral4DB4D7D6FB34CF5AAF0212080C53C8CAE014E799, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0041;
}
}
{
// main = cachedCamera;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_5 = __this->get_cachedCamera_6();
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->set_main_11(L_5);
// isMain = true;
__this->set_isMain_9((bool)1);
}
IL_0041:
{
// if (Display.displays.Length > 1 && cachedCamera.targetDisplay != 0 && cachedCamera.targetDisplay < Display.displays.Length)
IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var);
DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* L_6 = ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->get_displays_1();
NullCheck(L_6);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))))) <= ((int32_t)1)))
{
goto IL_0083;
}
}
{
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_7 = __this->get_cachedCamera_6();
NullCheck(L_7);
int32_t L_8 = Camera_get_targetDisplay_m2C318D2EB9A016FEC76B13F7F7AE382F443FB731(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0083;
}
}
{
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_9 = __this->get_cachedCamera_6();
NullCheck(L_9);
int32_t L_10 = Camera_get_targetDisplay_m2C318D2EB9A016FEC76B13F7F7AE382F443FB731(L_9, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var);
DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* L_11 = ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->get_displays_1();
NullCheck(L_11);
if ((((int32_t)L_10) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))))
{
goto IL_0083;
}
}
{
// _display = Display.displays[cachedCamera.targetDisplay];
IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var);
DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* L_12 = ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->get_displays_1();
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_13 = __this->get_cachedCamera_6();
NullCheck(L_13);
int32_t L_14 = Camera_get_targetDisplay_m2C318D2EB9A016FEC76B13F7F7AE382F443FB731(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
int32_t L_15 = L_14;
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_16 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
__this->set__display_10(L_16);
}
IL_0083:
{
// if (_display == null)
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_17 = __this->get__display_10();
if (L_17)
{
goto IL_009c;
}
}
{
// OnScreenSizeChanged(Screen.width, Screen.height);
int32_t L_18 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
int32_t L_19 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
StageCamera_OnScreenSizeChanged_m9715BD658D80C066F73CE4E50B53B1D2B25DF029(__this, L_18, L_19, /*hidden argument*/NULL);
return;
}
IL_009c:
{
// OnScreenSizeChanged(_display.renderingWidth, _display.renderingHeight);
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_20 = __this->get__display_10();
NullCheck(L_20);
int32_t L_21 = Display_get_renderingWidth_mA02F65BF724686D7A0CD0C192954CA22592C3B12(L_20, /*hidden argument*/NULL);
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_22 = __this->get__display_10();
NullCheck(L_22);
int32_t L_23 = Display_get_renderingHeight_m1496BF9D66501280B4F75A31A515D8CF416838B0(L_22, /*hidden argument*/NULL);
StageCamera_OnScreenSizeChanged_m9715BD658D80C066F73CE4E50B53B1D2B25DF029(__this, L_21, L_23, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.StageCamera::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StageCamera_Update_m49B9FB4FDDDDA2CD1550F2B272028028ACDB837A (StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81 * __this, const RuntimeMethod* method)
{
{
// if (_display == null)
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_0 = __this->get__display_10();
if (L_0)
{
goto IL_0033;
}
}
{
// if (screenWidth != Screen.width || screenHeight != Screen.height)
int32_t L_1 = __this->get_screenWidth_7();
int32_t L_2 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
{
goto IL_0022;
}
}
{
int32_t L_3 = __this->get_screenHeight_8();
int32_t L_4 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)L_4)))
{
goto IL_0075;
}
}
IL_0022:
{
// OnScreenSizeChanged(Screen.width, Screen.height);
int32_t L_5 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
int32_t L_6 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
StageCamera_OnScreenSizeChanged_m9715BD658D80C066F73CE4E50B53B1D2B25DF029(__this, L_5, L_6, /*hidden argument*/NULL);
// }
return;
}
IL_0033:
{
// if (screenWidth != _display.renderingWidth || screenHeight != _display.renderingHeight)
int32_t L_7 = __this->get_screenWidth_7();
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_8 = __this->get__display_10();
NullCheck(L_8);
int32_t L_9 = Display_get_renderingWidth_mA02F65BF724686D7A0CD0C192954CA22592C3B12(L_8, /*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)L_9))))
{
goto IL_0059;
}
}
{
int32_t L_10 = __this->get_screenHeight_8();
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_11 = __this->get__display_10();
NullCheck(L_11);
int32_t L_12 = Display_get_renderingHeight_m1496BF9D66501280B4F75A31A515D8CF416838B0(L_11, /*hidden argument*/NULL);
if ((((int32_t)L_10) == ((int32_t)L_12)))
{
goto IL_0075;
}
}
IL_0059:
{
// OnScreenSizeChanged(_display.renderingWidth, _display.renderingHeight);
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_13 = __this->get__display_10();
NullCheck(L_13);
int32_t L_14 = Display_get_renderingWidth_mA02F65BF724686D7A0CD0C192954CA22592C3B12(L_13, /*hidden argument*/NULL);
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_15 = __this->get__display_10();
NullCheck(L_15);
int32_t L_16 = Display_get_renderingHeight_m1496BF9D66501280B4F75A31A515D8CF416838B0(L_15, /*hidden argument*/NULL);
StageCamera_OnScreenSizeChanged_m9715BD658D80C066F73CE4E50B53B1D2B25DF029(__this, L_14, L_16, /*hidden argument*/NULL);
}
IL_0075:
{
// }
return;
}
}
// System.Void FairyGUI.StageCamera::OnScreenSizeChanged(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StageCamera_OnScreenSizeChanged_m9715BD658D80C066F73CE4E50B53B1D2B25DF029 (StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81 * __this, int32_t ___newWidth0, int32_t ___newHeight1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StageCamera_OnScreenSizeChanged_m9715BD658D80C066F73CE4E50B53B1D2B25DF029_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * V_1 = NULL;
{
// if (newWidth == 0 || newHeight == 0)
int32_t L_0 = ___newWidth0;
if (!L_0)
{
goto IL_0006;
}
}
{
int32_t L_1 = ___newHeight1;
if (L_1)
{
goto IL_0007;
}
}
IL_0006:
{
// return;
return;
}
IL_0007:
{
// screenWidth = newWidth;
int32_t L_2 = ___newWidth0;
__this->set_screenWidth_7(L_2);
// screenHeight = newHeight;
int32_t L_3 = ___newHeight1;
__this->set_screenHeight_8(L_3);
// if (constantSize)
bool L_4 = __this->get_constantSize_4();
if (!L_4)
{
goto IL_0049;
}
}
{
// cachedCamera.orthographicSize = DefaultCameraSize;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_5 = __this->get_cachedCamera_6();
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_DefaultCameraSize_15();
NullCheck(L_5);
Camera_set_orthographicSize_mF15F37A294A7AA2ADD9519728A495DFA0A836428(L_5, L_6, /*hidden argument*/NULL);
// upp = cachedCamera.orthographicSize * 2 / screenHeight;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_7 = __this->get_cachedCamera_6();
NullCheck(L_7);
float L_8 = Camera_get_orthographicSize_m700FCD8CF48BC59A0415A624328B4A627B88D958(L_7, /*hidden argument*/NULL);
int32_t L_9 = __this->get_screenHeight_8();
V_0 = ((float)((float)((float)il2cpp_codegen_multiply((float)L_8, (float)(2.0f)))/(float)(((float)((float)L_9)))));
// }
goto IL_0069;
}
IL_0049:
{
// upp = 0.02f;
V_0 = (0.02f);
// cachedCamera.orthographicSize = screenHeight / 2 * UnitsPerPixel;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_10 = __this->get_cachedCamera_6();
int32_t L_11 = __this->get_screenHeight_8();
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
float L_12 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_UnitsPerPixel_16();
NullCheck(L_10);
Camera_set_orthographicSize_mF15F37A294A7AA2ADD9519728A495DFA0A836428(L_10, ((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)((int32_t)L_11/(int32_t)2))))), (float)L_12)), /*hidden argument*/NULL);
}
IL_0069:
{
// cachedTransform.localPosition = new Vector3(cachedCamera.orthographicSize * screenWidth / screenHeight, -cachedCamera.orthographicSize);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_13 = __this->get_cachedTransform_5();
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_14 = __this->get_cachedCamera_6();
NullCheck(L_14);
float L_15 = Camera_get_orthographicSize_m700FCD8CF48BC59A0415A624328B4A627B88D958(L_14, /*hidden argument*/NULL);
int32_t L_16 = __this->get_screenWidth_7();
int32_t L_17 = __this->get_screenHeight_8();
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_18 = __this->get_cachedCamera_6();
NullCheck(L_18);
float L_19 = Camera_get_orthographicSize_m700FCD8CF48BC59A0415A624328B4A627B88D958(L_18, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_20;
memset((&L_20), 0, sizeof(L_20));
Vector3__ctor_m6AD8F21FFCC7723C6F507CCF2E4E2EFFC4871584((&L_20), ((float)((float)((float)il2cpp_codegen_multiply((float)L_15, (float)(((float)((float)L_16)))))/(float)(((float)((float)L_17))))), ((-L_19)), /*hidden argument*/NULL);
NullCheck(L_13);
Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728(L_13, L_20, /*hidden argument*/NULL);
// if (isMain)
bool L_21 = __this->get_isMain_9();
if (!L_21)
{
goto IL_00ec;
}
}
{
// UnitsPerPixel = upp;
float L_22 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->set_UnitsPerPixel_16(L_22);
// screenSizeVer++;
int32_t L_23 = ((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_23, (int32_t)1)));
// if (Application.isPlaying)
bool L_24 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_24)
{
goto IL_00cc;
}
}
{
// Stage.inst.HandleScreenSizeChanged();
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_25 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_25);
Stage_HandleScreenSizeChanged_m3C737B5ABF81E98B8A33E256987F4ACCDBB7EDB2(L_25, /*hidden argument*/NULL);
return;
}
IL_00cc:
{
// UIContentScaler scaler = GameObject.FindObjectOfType<UIContentScaler>();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_26 = Object_FindObjectOfType_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_m0B0D32B2E2FD7B07C65A49DF4EA3F82E86DA9F5A(/*hidden argument*/Object_FindObjectOfType_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_m0B0D32B2E2FD7B07C65A49DF4EA3F82E86DA9F5A_RuntimeMethod_var);
V_1 = L_26;
// if (scaler != null)
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_27 = V_1;
bool L_28 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_27, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_28)
{
goto IL_00e2;
}
}
{
// scaler.ApplyChange();
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_29 = V_1;
NullCheck(L_29);
UIContentScaler_ApplyChange_mEB8E7480E42BFE7E465545AA692F160C6DD40EDA(L_29, /*hidden argument*/NULL);
return;
}
IL_00e2:
{
// UIContentScaler.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_00ec:
{
// }
return;
}
}
// System.Void FairyGUI.StageCamera::OnRenderObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StageCamera_OnRenderObject_mE10D96DD58038D905D642BD4BF6EC23EC04D453F (StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StageCamera_OnRenderObject_mE10D96DD58038D905D642BD4BF6EC23EC04D453F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (isMain && !Application.isPlaying)
bool L_0 = __this->get_isMain_9();
if (!L_0)
{
goto IL_0014;
}
}
{
bool L_1 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (L_1)
{
goto IL_0014;
}
}
{
// EMRenderSupport.Update();
IL2CPP_RUNTIME_CLASS_INIT(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var);
EMRenderSupport_Update_m319EFF5A7482FC876641984B3D31998CD8C17F45(/*hidden argument*/NULL);
}
IL_0014:
{
// }
return;
}
}
// System.Void FairyGUI.StageCamera::ApplyModifiedProperties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StageCamera_ApplyModifiedProperties_mBE865580A6E540D6CC4731840700E9C2D05D0DD2 (StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81 * __this, const RuntimeMethod* method)
{
{
// screenWidth = 0; //force OnScreenSizeChanged called in next update
__this->set_screenWidth_7(0);
// }
return;
}
}
// System.Void FairyGUI.StageCamera::CheckMainCamera()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StageCamera_CheckMainCamera_m67591CF0F7B918E2856BF524937034A4A07442CF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StageCamera_CheckMainCamera_m67591CF0F7B918E2856BF524937034A4A07442CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (GameObject.Find(Name) == null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = GameObject_Find_m1470FB04EB6DB15CCC0D9745B70EE987B318E9BD(_stringLiteral4DB4D7D6FB34CF5AAF0212080C53C8CAE014E799, /*hidden argument*/NULL);
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_002e;
}
}
{
// int layer = LayerMask.NameToLayer(LayerName);
int32_t L_2 = LayerMask_NameToLayer_m6491D9EA75F68B1F8AE15A9B4F193FFB9352B901(_stringLiteral9D57875196C613785A1EEE010C55223A0F1AA821, /*hidden argument*/NULL);
V_0 = L_2;
// CreateCamera(Name, 1 << layer);
int32_t L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
StageCamera_CreateCamera_m6908F6DF2349EFBEA0DFFFB958D0294233073A59(_stringLiteral4DB4D7D6FB34CF5AAF0212080C53C8CAE014E799, ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)31))))), /*hidden argument*/NULL);
}
IL_002e:
{
// HitTestContext.cachedMainCamera = Camera.main;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_4 = Camera_get_main_m9256A9F84F92D7ED73F3E6C4E2694030AD8B61FA(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_cachedMainCamera_8(L_4);
// }
return;
}
}
// System.Void FairyGUI.StageCamera::CheckCaptureCamera()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StageCamera_CheckCaptureCamera_mDFDFE01E0D58B5FC495C7E90D8D0BF036D9BE63A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StageCamera_CheckCaptureCamera_mDFDFE01E0D58B5FC495C7E90D8D0BF036D9BE63A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (GameObject.Find(Name) == null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = GameObject_Find_m1470FB04EB6DB15CCC0D9745B70EE987B318E9BD(_stringLiteral4DB4D7D6FB34CF5AAF0212080C53C8CAE014E799, /*hidden argument*/NULL);
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_002e;
}
}
{
// int layer = LayerMask.NameToLayer(LayerName);
int32_t L_2 = LayerMask_NameToLayer_m6491D9EA75F68B1F8AE15A9B4F193FFB9352B901(_stringLiteral9D57875196C613785A1EEE010C55223A0F1AA821, /*hidden argument*/NULL);
V_0 = L_2;
// CreateCamera(Name, 1 << layer);
int32_t L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
StageCamera_CreateCamera_m6908F6DF2349EFBEA0DFFFB958D0294233073A59(_stringLiteral4DB4D7D6FB34CF5AAF0212080C53C8CAE014E799, ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)31))))), /*hidden argument*/NULL);
}
IL_002e:
{
// }
return;
}
}
// UnityEngine.Camera FairyGUI.StageCamera::CreateCamera(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * StageCamera_CreateCamera_m6908F6DF2349EFBEA0DFFFB958D0294233073A59 (String_t* ___name0, int32_t ___cullingMask1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StageCamera_CreateCamera_m6908F6DF2349EFBEA0DFFFB958D0294233073A59_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
{
// GameObject cameraObject = new GameObject(name);
String_t* L_0 = ___name0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)il2cpp_codegen_object_new(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var);
GameObject__ctor_mBB454E679AD9CF0B84D3609A01E6A9753ACF4686(L_1, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// Camera camera = cameraObject.AddComponent<Camera>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = V_0;
NullCheck(L_2);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_3 = GameObject_AddComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m7DF3B4DB4CA60855860B6760DBA2B1AE5883D20F(L_2, /*hidden argument*/GameObject_AddComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m7DF3B4DB4CA60855860B6760DBA2B1AE5883D20F_RuntimeMethod_var);
// camera.depth = 1;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_4 = L_3;
NullCheck(L_4);
Camera_set_depth_m4A83CCCF7370B8AD4BDB2CD5528A6E12A409AE58(L_4, (1.0f), /*hidden argument*/NULL);
// camera.cullingMask = cullingMask;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_5 = L_4;
int32_t L_6 = ___cullingMask1;
NullCheck(L_5);
Camera_set_cullingMask_m215DB1C878CF1ADEEF6800AF449EEEA7680ECCCD(L_5, L_6, /*hidden argument*/NULL);
// camera.clearFlags = CameraClearFlags.Depth;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_7 = L_5;
NullCheck(L_7);
Camera_set_clearFlags_m805DFBD136AA3E1E46A2E61441965D174E87FE50(L_7, 3, /*hidden argument*/NULL);
// camera.orthographic = true;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_8 = L_7;
NullCheck(L_8);
Camera_set_orthographic_mB2549D26F5E220102D7478EB4C15F8F12D96FE09(L_8, (bool)1, /*hidden argument*/NULL);
// camera.orthographicSize = DefaultCameraSize;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_9 = L_8;
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
float L_10 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_DefaultCameraSize_15();
NullCheck(L_9);
Camera_set_orthographicSize_mF15F37A294A7AA2ADD9519728A495DFA0A836428(L_9, L_10, /*hidden argument*/NULL);
// camera.nearClipPlane = -30;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_11 = L_9;
NullCheck(L_11);
Camera_set_nearClipPlane_m9D81E50F8658C16319BEF3774E78B93DEB208C6B(L_11, (-30.0f), /*hidden argument*/NULL);
// camera.farClipPlane = 30;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_12 = L_11;
NullCheck(L_12);
Camera_set_farClipPlane_m52986DC40B7F577255C4D5A4F780FD8A7D862626(L_12, (30.0f), /*hidden argument*/NULL);
// camera.stereoTargetEye = StereoTargetEyeMask.None;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_13 = L_12;
NullCheck(L_13);
Camera_set_stereoTargetEye_mE0ED5F289154FCD153D5F35A0F92EABE04B845EA(L_13, 0, /*hidden argument*/NULL);
// camera.allowHDR = false;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_14 = L_13;
NullCheck(L_14);
Camera_set_allowHDR_mD5460B086C328CE83D294D01C5EABA2B4BAF8E0E(L_14, (bool)0, /*hidden argument*/NULL);
// camera.allowMSAA = false;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_15 = L_14;
NullCheck(L_15);
Camera_set_allowMSAA_m05738C02C8AAB5DF3718D1DBC52E0BF4CF54753E(L_15, (bool)0, /*hidden argument*/NULL);
// cameraObject.AddComponent<StageCamera>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_16 = V_0;
NullCheck(L_16);
GameObject_AddComponent_TisStageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_mFAD5235794FCCF02998AC715738E5D3DD817823E(L_16, /*hidden argument*/GameObject_AddComponent_TisStageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_mFAD5235794FCCF02998AC715738E5D3DD817823E_RuntimeMethod_var);
// return camera;
return L_15;
}
}
// System.Void FairyGUI.StageCamera::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StageCamera__ctor_mDDBC35E7FFF4A49C4D256440D17A7BAD8410D068 (StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81 * __this, const RuntimeMethod* method)
{
{
// public bool constantSize = true;
__this->set_constantSize_4((bool)1);
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.StageCamera::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StageCamera__cctor_m77A7D0F5C1548A3B1C23DD7554D581A89FE4F309 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StageCamera__cctor_m77A7D0F5C1548A3B1C23DD7554D581A89FE4F309_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static int screenSizeVer = 1;
((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->set_screenSizeVer_12(1);
// public static float DefaultCameraSize = 5;
((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->set_DefaultCameraSize_15((5.0f));
// public static float UnitsPerPixel = 0.02f;
((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->set_UnitsPerPixel_16((0.02f));
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.StageEngine::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StageEngine_Start_m1591FB826BEAB81B9FDEE83859E69E24DC742D1B (StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353 * __this, const RuntimeMethod* method)
{
{
// useGUILayout = false;
MonoBehaviour_set_useGUILayout_m00327593C0DC39787FB9310328489F802FF63167(__this, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.StageEngine::LateUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StageEngine_LateUpdate_m6A6D4EB7A0D4F899124E7674FE6445CCCD769F76 (StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StageEngine_LateUpdate_m6A6D4EB7A0D4F899124E7674FE6445CCCD769F76_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// Stage.inst.InternalUpdate();
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_0);
Stage_InternalUpdate_m3840A1AF4B34E8CC20F9278AC468A098531CDB54(L_0, /*hidden argument*/NULL);
// ObjectsOnStage = Stats.ObjectCount;
int32_t L_1 = ((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->get_ObjectCount_0();
__this->set_ObjectsOnStage_4(L_1);
// GraphicsOnStage = Stats.GraphicsCount;
int32_t L_2 = ((Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields*)il2cpp_codegen_static_fields_for(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var))->get_GraphicsCount_1();
__this->set_GraphicsOnStage_5(L_2);
// }
return;
}
}
// System.Void FairyGUI.StageEngine::OnGUI()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StageEngine_OnGUI_m3DECFF4F4E3EB0DE7008907C0ED40E7852EF9A25 (StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353 * __this, const RuntimeMethod* method)
{
{
// Stage.inst.HandleGUIEvents(Event.current);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_1 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
NullCheck(L_0);
Stage_HandleGUIEvents_m1174E2A5BB463A7CF2D29CC73D3A6411151DBD03(L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.StageEngine::OnApplicationQuit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StageEngine_OnApplicationQuit_mA13D2FE5DEF243C765117C87681ABEE253E29F9E (StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StageEngine_OnApplicationQuit_mA13D2FE5DEF243C765117C87681ABEE253E29F9E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// beingQuit = true;
((StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_StaticFields*)il2cpp_codegen_static_fields_for(StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353_il2cpp_TypeInfo_var))->set_beingQuit_6((bool)1);
// if (Application.isEditor)
bool L_0 = Application_get_isEditor_m347E6EE16E5109EF613C83ED98DB1EC6E3EF5E26(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_0012;
}
}
{
// UIPackage.RemoveAllPackages();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
UIPackage_RemoveAllPackages_m52EA1AE5F9EE50B834CB23DC9AC45EFF0E9012A4(/*hidden argument*/NULL);
}
IL_0012:
{
// }
return;
}
}
// System.Void FairyGUI.StageEngine::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StageEngine__ctor_m1A06BA5C13E40822BD98975DF6030CB109F069FF (StageEngine_t469BA9C589CC26F6A21597EF8E1FFF53D1DF1353 * __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.Stats::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stats__ctor_mD2D8BD4327BE213AF29732D48C6859B110E2AB40 (Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0 * __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.StencilEraser::.ctor(UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilEraser__ctor_m2C2E662961A55EFE927B9DF16BB5892C38956144 (StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___parent0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StencilEraser__ctor_m2C2E662961A55EFE927B9DF16BB5892C38956144_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public StencilEraser(Transform parent)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// gameObject = new GameObject("StencilEraser");
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)il2cpp_codegen_object_new(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var);
GameObject__ctor_mBB454E679AD9CF0B84D3609A01E6A9753ACF4686(L_0, _stringLiteral260405271C5460EBB1EBA0C6EBAD3F04C05FC134, /*hidden argument*/NULL);
__this->set_gameObject_0(L_0);
// ToolSet.SetParent(gameObject.transform, parent);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = __this->get_gameObject_0();
NullCheck(L_1);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_2 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_1, /*hidden argument*/NULL);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = ___parent0;
ToolSet_SetParent_mA9967AF376E0D3BD78B631BA81351684C00F91BD(L_2, L_3, /*hidden argument*/NULL);
// meshFilter = gameObject.AddComponent<MeshFilter>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = __this->get_gameObject_0();
NullCheck(L_4);
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_5 = GameObject_AddComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_m98AEA1EDDC59492203D06FA2912152C37C4164E4(L_4, /*hidden argument*/GameObject_AddComponent_TisMeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0_m98AEA1EDDC59492203D06FA2912152C37C4164E4_RuntimeMethod_var);
__this->set_meshFilter_1(L_5);
// meshRenderer = gameObject.AddComponent<MeshRenderer>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_6 = __this->get_gameObject_0();
NullCheck(L_6);
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_7 = GameObject_AddComponent_TisMeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_m16409C054F66125E0380BDDDB1454118A3BAD60E(L_6, /*hidden argument*/GameObject_AddComponent_TisMeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_m16409C054F66125E0380BDDDB1454118A3BAD60E_RuntimeMethod_var);
__this->set_meshRenderer_2(L_7);
// meshRenderer.shadowCastingMode = UnityEngine.Rendering.ShadowCastingMode.Off;
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_8 = __this->get_meshRenderer_2();
NullCheck(L_8);
Renderer_set_shadowCastingMode_mC7E601EE9B32B63097B216C78ED4F854B0AF21EC(L_8, 0, /*hidden argument*/NULL);
// meshRenderer.reflectionProbeUsage = UnityEngine.Rendering.ReflectionProbeUsage.Off;
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_9 = __this->get_meshRenderer_2();
NullCheck(L_9);
Renderer_set_reflectionProbeUsage_mB1E5A77AB7204CA2FD3AE3294D2CBC0EF352DD08(L_9, 0, /*hidden argument*/NULL);
// meshRenderer.receiveShadows = false;
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_10 = __this->get_meshRenderer_2();
NullCheck(L_10);
Renderer_set_receiveShadows_mD2BD2FF58156E328677EAE5E175D2069BC2925A0(L_10, (bool)0, /*hidden argument*/NULL);
// gameObject.layer = parent.gameObject.layer;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_11 = __this->get_gameObject_0();
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_12 = ___parent0;
NullCheck(L_12);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_13 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_12, /*hidden argument*/NULL);
NullCheck(L_13);
int32_t L_14 = GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8(L_13, /*hidden argument*/NULL);
NullCheck(L_11);
GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907(L_11, L_14, /*hidden argument*/NULL);
// gameObject.hideFlags = parent.gameObject.hideFlags;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_15 = __this->get_gameObject_0();
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_16 = ___parent0;
NullCheck(L_16);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_17 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_16, /*hidden argument*/NULL);
NullCheck(L_17);
int32_t L_18 = Object_get_hideFlags_mCC5D0A1480AC0CDA190A63120B39C2C531428FC8(L_17, /*hidden argument*/NULL);
NullCheck(L_15);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_15, L_18, /*hidden argument*/NULL);
// meshFilter.hideFlags = parent.gameObject.hideFlags;
MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0 * L_19 = __this->get_meshFilter_1();
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_20 = ___parent0;
NullCheck(L_20);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_21 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_20, /*hidden argument*/NULL);
NullCheck(L_21);
int32_t L_22 = Object_get_hideFlags_mCC5D0A1480AC0CDA190A63120B39C2C531428FC8(L_21, /*hidden argument*/NULL);
NullCheck(L_19);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_19, L_22, /*hidden argument*/NULL);
// meshRenderer.hideFlags = parent.gameObject.hideFlags;
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_23 = __this->get_meshRenderer_2();
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_24 = ___parent0;
NullCheck(L_24);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_25 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_24, /*hidden argument*/NULL);
NullCheck(L_25);
int32_t L_26 = Object_get_hideFlags_mCC5D0A1480AC0CDA190A63120B39C2C531428FC8(L_25, /*hidden argument*/NULL);
NullCheck(L_23);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_23, L_26, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.StencilEraser::get_enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StencilEraser_get_enabled_m725457BF545E1826ECD0A17AE438615831FF6766 (StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * __this, const RuntimeMethod* method)
{
{
// get { return meshRenderer.enabled; }
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_0 = __this->get_meshRenderer_2();
NullCheck(L_0);
bool L_1 = Renderer_get_enabled_m40E07BB15DA58D2EF6F6796C6778163107DD7E1B(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.StencilEraser::set_enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilEraser_set_enabled_m76F861F7284C621D379EB5061DA3AACB122967FE (StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { meshRenderer.enabled = value; }
MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED * L_0 = __this->get_meshRenderer_2();
bool L_1 = ___value0;
NullCheck(L_0);
Renderer_set_enabled_m0933766657F2685BAAE3340B0A984C0E63925303(L_0, L_1, /*hidden argument*/NULL);
// set { meshRenderer.enabled = value; }
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.GObject FairyGUI.SwipeGesture::get_host()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * SwipeGesture_get_host_m2BAE8A6DE5F989EDAB59E44EFA6297E0ED03CC10 (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, const RuntimeMethod* method)
{
{
// public GObject host { get; private set; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get_U3ChostU3Ek__BackingField_2();
return L_0;
}
}
// System.Void FairyGUI.SwipeGesture::set_host(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwipeGesture_set_host_m18BC9F9FC8C3E1FF104E9081947FD85FC06EB4BA (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method)
{
{
// public GObject host { get; private set; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___value0;
__this->set_U3ChostU3Ek__BackingField_2(L_0);
return;
}
}
// FairyGUI.EventListener FairyGUI.SwipeGesture::get_onBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * SwipeGesture_get_onBegin_m3826E01AD002A7FD83A84C5FF81DC2A17B53C24A (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, const RuntimeMethod* method)
{
{
// public EventListener onBegin { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConBeginU3Ek__BackingField_3();
return L_0;
}
}
// System.Void FairyGUI.SwipeGesture::set_onBegin(FairyGUI.EventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwipeGesture_set_onBegin_m606B030E201171DBE7CA27B29AAAEC200221A495 (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onBegin { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConBeginU3Ek__BackingField_3(L_0);
return;
}
}
// FairyGUI.EventListener FairyGUI.SwipeGesture::get_onEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * SwipeGesture_get_onEnd_m23E8617426EA33C168E4190B23D11785D7446191 (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, const RuntimeMethod* method)
{
{
// public EventListener onEnd { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConEndU3Ek__BackingField_4();
return L_0;
}
}
// System.Void FairyGUI.SwipeGesture::set_onEnd(FairyGUI.EventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwipeGesture_set_onEnd_m938555291F05D7A70DE79751749E79C7FA03D29B (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onEnd { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConEndU3Ek__BackingField_4(L_0);
return;
}
}
// FairyGUI.EventListener FairyGUI.SwipeGesture::get_onMove()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * SwipeGesture_get_onMove_mE31313E0099874D7F9D14A203DF1195AAA9B617D (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, const RuntimeMethod* method)
{
{
// public EventListener onMove { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConMoveU3Ek__BackingField_5();
return L_0;
}
}
// System.Void FairyGUI.SwipeGesture::set_onMove(FairyGUI.EventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwipeGesture_set_onMove_mE7191DCE68410C2B38F2FF9C7416098CD7A1101F (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onMove { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConMoveU3Ek__BackingField_5(L_0);
return;
}
}
// FairyGUI.EventListener FairyGUI.SwipeGesture::get_onAction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * SwipeGesture_get_onAction_mA69BB0C9822D0F9B5CEB740DF7AE1A4A3D1D67B8 (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, const RuntimeMethod* method)
{
{
// public EventListener onAction { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConActionU3Ek__BackingField_6();
return L_0;
}
}
// System.Void FairyGUI.SwipeGesture::set_onAction(FairyGUI.EventListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwipeGesture_set_onAction_m1F24CD4FAA5B83252830B5BCEA58192A3E9A16BD (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onAction { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConActionU3Ek__BackingField_6(L_0);
return;
}
}
// System.Void FairyGUI.SwipeGesture::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwipeGesture__ctor_m4A4F8B8B29B436827E40BA8CADE7159C433BACC6 (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___host0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SwipeGesture__ctor_m4A4F8B8B29B436827E40BA8CADE7159C433BACC6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public SwipeGesture(GObject host)
IL2CPP_RUNTIME_CLASS_INIT(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var);
EventDispatcher__ctor_mC394F1C3DFFDFFE762CF707D0E87CE6628F42A37(__this, /*hidden argument*/NULL);
// this.host = host;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___host0;
SwipeGesture_set_host_m18BC9F9FC8C3E1FF104E9081947FD85FC06EB4BA_inline(__this, L_0, /*hidden argument*/NULL);
// actionDistance = ACTION_DISTANCE;
IL2CPP_RUNTIME_CLASS_INIT(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26_il2cpp_TypeInfo_var);
int32_t L_1 = ((SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26_StaticFields*)il2cpp_codegen_static_fields_for(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26_il2cpp_TypeInfo_var))->get_ACTION_DISTANCE_17();
__this->set_actionDistance_10(L_1);
// snapping = true;
__this->set_snapping_11((bool)1);
// Enable(true);
SwipeGesture_Enable_m711666734AF4BB568E9C734883226A3E49E72591(__this, (bool)1, /*hidden argument*/NULL);
// onBegin = new EventListener(this, "onSwipeBegin");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteralB34DDFB1FB957E3018AD7DB569344D979C77A9BC, /*hidden argument*/NULL);
SwipeGesture_set_onBegin_m606B030E201171DBE7CA27B29AAAEC200221A495_inline(__this, L_2, /*hidden argument*/NULL);
// onEnd = new EventListener(this, "onSwipeEnd");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_3, __this, _stringLiteral026061AA5F52B66FF8F1170F661A62B79AF9CD3E, /*hidden argument*/NULL);
SwipeGesture_set_onEnd_m938555291F05D7A70DE79751749E79C7FA03D29B_inline(__this, L_3, /*hidden argument*/NULL);
// onMove = new EventListener(this, "onSwipeMove");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_4, __this, _stringLiteral03F230A3F648BBBF19A46DB54CF7BC9F6F745F9F, /*hidden argument*/NULL);
SwipeGesture_set_onMove_mE7191DCE68410C2B38F2FF9C7416098CD7A1101F_inline(__this, L_4, /*hidden argument*/NULL);
// onAction = new EventListener(this, "onnSwipeAction");
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_5 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_5, __this, _stringLiteral14741906D23F396FF12E73FA1BA09765BF72EB54, /*hidden argument*/NULL);
SwipeGesture_set_onAction_m1F24CD4FAA5B83252830B5BCEA58192A3E9A16BD_inline(__this, L_5, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.SwipeGesture::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwipeGesture_Dispose_m10A56D637349E2AEACBAA79CEDC7F8946CEAFC6D (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, const RuntimeMethod* method)
{
{
// Enable(false);
SwipeGesture_Enable_m711666734AF4BB568E9C734883226A3E49E72591(__this, (bool)0, /*hidden argument*/NULL);
// host = null;
SwipeGesture_set_host_m18BC9F9FC8C3E1FF104E9081947FD85FC06EB4BA_inline(__this, (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.SwipeGesture::Enable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwipeGesture_Enable_m711666734AF4BB568E9C734883226A3E49E72591 (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SwipeGesture_Enable_m711666734AF4BB568E9C734883226A3E49E72591_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (value)
bool L_0 = ___value0;
if (!L_0)
{
goto IL_00ba;
}
}
{
// if (host == GRoot.inst)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = SwipeGesture_get_host_m2BAE8A6DE5F989EDAB59E44EFA6297E0ED03CC10_inline(__this, /*hidden argument*/NULL);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_2 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_1) == ((RuntimeObject*)(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F *)L_2))))
{
goto IL_0065;
}
}
{
// Stage.inst.onTouchBegin.Add(__touchBegin);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_3 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308(L_3, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_5 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_5, __this, (intptr_t)((intptr_t)SwipeGesture___touchBegin_mA539E1556572DEF1AEA024BE0B5133F385F5C189_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_4);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_4, L_5, /*hidden argument*/NULL);
// Stage.inst.onTouchMove.Add(__touchMove);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_6 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_6);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_7 = DisplayObject_get_onTouchMove_m7F117ED262A2AD8DB6018AFA16391A4741781F17(L_6, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_8 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_8, __this, (intptr_t)((intptr_t)SwipeGesture___touchMove_mA541F252D1D2B0A0AB70E11AAB478AA77AE8C548_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_7);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_7, L_8, /*hidden argument*/NULL);
// Stage.inst.onTouchEnd.Add(__touchEnd);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_9 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_9);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_10 = DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC(L_9, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_11 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_11, __this, (intptr_t)((intptr_t)SwipeGesture___touchEnd_mC38C66EBBE87B3F5E1E5FF70F399C37E1FA691D2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_10);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_10, L_11, /*hidden argument*/NULL);
// }
return;
}
IL_0065:
{
// host.onTouchBegin.Add(__touchBegin);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = SwipeGesture_get_host_m2BAE8A6DE5F989EDAB59E44EFA6297E0ED03CC10_inline(__this, /*hidden argument*/NULL);
NullCheck(L_12);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_13 = GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9(L_12, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_14 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_14, __this, (intptr_t)((intptr_t)SwipeGesture___touchBegin_mA539E1556572DEF1AEA024BE0B5133F385F5C189_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_13);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_13, L_14, /*hidden argument*/NULL);
// host.onTouchMove.Add(__touchMove);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = SwipeGesture_get_host_m2BAE8A6DE5F989EDAB59E44EFA6297E0ED03CC10_inline(__this, /*hidden argument*/NULL);
NullCheck(L_15);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_16 = GObject_get_onTouchMove_mC57B9937E420511C01D42799DE54422A4F4DD0AB(L_15, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_17 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_17, __this, (intptr_t)((intptr_t)SwipeGesture___touchMove_mA541F252D1D2B0A0AB70E11AAB478AA77AE8C548_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_16);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_16, L_17, /*hidden argument*/NULL);
// host.onTouchEnd.Add(__touchEnd);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_18 = SwipeGesture_get_host_m2BAE8A6DE5F989EDAB59E44EFA6297E0ED03CC10_inline(__this, /*hidden argument*/NULL);
NullCheck(L_18);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_19 = GObject_get_onTouchEnd_mC6CD750FD4CA538E9D8AE3A47355613397C2CF5A(L_18, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_20 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_20, __this, (intptr_t)((intptr_t)SwipeGesture___touchEnd_mC38C66EBBE87B3F5E1E5FF70F399C37E1FA691D2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_19, L_20, /*hidden argument*/NULL);
// }
return;
}
IL_00ba:
{
// _started = false;
__this->set__started_15((bool)0);
// _touchBegan = false;
__this->set__touchBegan_16((bool)0);
// if (host == GRoot.inst)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = SwipeGesture_get_host_m2BAE8A6DE5F989EDAB59E44EFA6297E0ED03CC10_inline(__this, /*hidden argument*/NULL);
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_22 = GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_21) == ((RuntimeObject*)(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F *)L_22))))
{
goto IL_0127;
}
}
{
// Stage.inst.onTouchBegin.Remove(__touchBegin);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_23 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_23);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_24 = DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308(L_23, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_25 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_25, __this, (intptr_t)((intptr_t)SwipeGesture___touchBegin_mA539E1556572DEF1AEA024BE0B5133F385F5C189_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_24);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_24, L_25, /*hidden argument*/NULL);
// Stage.inst.onTouchMove.Remove(__touchMove);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_26 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_26);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_27 = DisplayObject_get_onTouchMove_m7F117ED262A2AD8DB6018AFA16391A4741781F17(L_26, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_28 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_28, __this, (intptr_t)((intptr_t)SwipeGesture___touchMove_mA541F252D1D2B0A0AB70E11AAB478AA77AE8C548_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_27);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_27, L_28, /*hidden argument*/NULL);
// Stage.inst.onTouchEnd.Remove(__touchEnd);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_29 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_29);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_30 = DisplayObject_get_onTouchEnd_mF45E138B981F425098C82A7A07F426A67297E6DC(L_29, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_31 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_31, __this, (intptr_t)((intptr_t)SwipeGesture___touchEnd_mC38C66EBBE87B3F5E1E5FF70F399C37E1FA691D2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_30);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_30, L_31, /*hidden argument*/NULL);
// }
return;
}
IL_0127:
{
// host.onTouchBegin.Remove(__touchBegin);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_32 = SwipeGesture_get_host_m2BAE8A6DE5F989EDAB59E44EFA6297E0ED03CC10_inline(__this, /*hidden argument*/NULL);
NullCheck(L_32);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_33 = GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9(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)SwipeGesture___touchBegin_mA539E1556572DEF1AEA024BE0B5133F385F5C189_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_33);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_33, L_34, /*hidden argument*/NULL);
// host.onTouchMove.Remove(__touchMove);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_35 = SwipeGesture_get_host_m2BAE8A6DE5F989EDAB59E44EFA6297E0ED03CC10_inline(__this, /*hidden argument*/NULL);
NullCheck(L_35);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_36 = GObject_get_onTouchMove_mC57B9937E420511C01D42799DE54422A4F4DD0AB(L_35, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_37 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_37, __this, (intptr_t)((intptr_t)SwipeGesture___touchMove_mA541F252D1D2B0A0AB70E11AAB478AA77AE8C548_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_36);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_36, L_37, /*hidden argument*/NULL);
// host.onTouchEnd.Remove(__touchEnd);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_38 = SwipeGesture_get_host_m2BAE8A6DE5F989EDAB59E44EFA6297E0ED03CC10_inline(__this, /*hidden argument*/NULL);
NullCheck(L_38);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_39 = GObject_get_onTouchEnd_mC6CD750FD4CA538E9D8AE3A47355613397C2CF5A(L_38, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_40 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_40, __this, (intptr_t)((intptr_t)SwipeGesture___touchEnd_mC38C66EBBE87B3F5E1E5FF70F399C37E1FA691D2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_39);
EventListener_Remove_mAD48E2A1394619F597A6F1DC7C340ACF71521160(L_39, L_40, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.SwipeGesture::__touchBegin(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwipeGesture___touchBegin_mA539E1556572DEF1AEA024BE0B5133F385F5C189 (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SwipeGesture___touchBegin_mA539E1556572DEF1AEA024BE0B5133F385F5C189_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (Stage.inst.touchCount > 1)
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = Stage_get_touchCount_mA8E9E6559CEA558A1D734EC6CF06AA0A78334F29_inline(L_0, /*hidden argument*/NULL);
if ((((int32_t)L_1) <= ((int32_t)1)))
{
goto IL_0036;
}
}
{
// _touchBegan = false;
__this->set__touchBegan_16((bool)0);
// if (_started)
bool L_2 = __this->get__started_15();
if (!L_2)
{
goto IL_0035;
}
}
{
// _started = false;
__this->set__started_15((bool)0);
// onEnd.Call(context.inputEvent);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = SwipeGesture_get_onEnd_m23E8617426EA33C168E4190B23D11785D7446191_inline(__this, /*hidden argument*/NULL);
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_4 = ___context0;
NullCheck(L_4);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_5 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA(L_3, L_5, /*hidden argument*/NULL);
}
IL_0035:
{
// return;
return;
}
IL_0036:
{
// InputEvent evt = context.inputEvent;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_6 = ___context0;
NullCheck(L_6);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_7 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_6, /*hidden argument*/NULL);
V_0 = L_7;
// _startPoint = _lastPoint = host.GlobalToLocal(new Vector2(evt.x, evt.y));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = SwipeGesture_get_host_m2BAE8A6DE5F989EDAB59E44EFA6297E0ED03CC10_inline(__this, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_9 = V_0;
NullCheck(L_9);
float L_10 = InputEvent_get_x_m0C82F6E692B31A47A3AA7F48A7897627305D8573_inline(L_9, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_11 = V_0;
NullCheck(L_11);
float L_12 = InputEvent_get_y_mB42B7A5BCD9CC4404A622CC2FE993277F65D3F11_inline(L_11, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13;
memset((&L_13), 0, sizeof(L_13));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_13), L_10, L_12, /*hidden argument*/NULL);
NullCheck(L_8);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(L_8, L_13, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15 = L_14;
V_1 = L_15;
__this->set__lastPoint_13(L_15);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_16 = V_1;
__this->set__startPoint_12(L_16);
// _lastPoint = _startPoint;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17 = __this->get__startPoint_12();
__this->set__lastPoint_13(L_17);
// _time = Time.unscaledTime;
float L_18 = Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472(/*hidden argument*/NULL);
__this->set__time_14(L_18);
// _started = false;
__this->set__started_15((bool)0);
// velocity = Vector2.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
__this->set_velocity_7(L_19);
// position = Vector2.zero;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_20 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
__this->set_position_8(L_20);
// _touchBegan = true;
__this->set__touchBegan_16((bool)1);
// context.CaptureTouch();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_21 = ___context0;
NullCheck(L_21);
EventContext_CaptureTouch_m65DBDB9617F3CAA1B20FEE80C30068FECF74A33D(L_21, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.SwipeGesture::__touchMove(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwipeGesture___touchMove_mA541F252D1D2B0A0AB70E11AAB478AA77AE8C548 (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SwipeGesture___touchMove_mA541F252D1D2B0A0AB70E11AAB478AA77AE8C548_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
float V_3 = 0.0f;
int32_t V_4 = 0;
{
// if (!_touchBegan || Stage.inst.touchCount > 1)
bool L_0 = __this->get__touchBegan_16();
if (!L_0)
{
goto IL_0015;
}
}
{
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_1 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_2 = Stage_get_touchCount_mA8E9E6559CEA558A1D734EC6CF06AA0A78334F29_inline(L_1, /*hidden argument*/NULL);
if ((((int32_t)L_2) <= ((int32_t)1)))
{
goto IL_0016;
}
}
IL_0015:
{
// return;
return;
}
IL_0016:
{
// InputEvent evt = context.inputEvent;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_3 = ___context0;
NullCheck(L_3);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_4 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_3, /*hidden argument*/NULL);
V_0 = L_4;
// Vector2 pt = host.GlobalToLocal(new Vector2(evt.x, evt.y));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = SwipeGesture_get_host_m2BAE8A6DE5F989EDAB59E44EFA6297E0ED03CC10_inline(__this, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_6 = V_0;
NullCheck(L_6);
float L_7 = InputEvent_get_x_m0C82F6E692B31A47A3AA7F48A7897627305D8573_inline(L_6, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_8 = V_0;
NullCheck(L_8);
float L_9 = InputEvent_get_y_mB42B7A5BCD9CC4404A622CC2FE993277F65D3F11_inline(L_8, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10;
memset((&L_10), 0, sizeof(L_10));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_10), L_7, L_9, /*hidden argument*/NULL);
NullCheck(L_5);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(L_5, L_10, /*hidden argument*/NULL);
V_1 = L_11;
// delta = pt - _lastPoint;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = __this->get__lastPoint_13();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_12, L_13, /*hidden argument*/NULL);
__this->set_delta_9(L_14);
// if (snapping)
bool L_15 = __this->get_snapping_11();
if (!L_15)
{
goto IL_00af;
}
}
{
// delta.x = Mathf.Round(delta.x);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_16 = __this->get_address_of_delta_9();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_17 = __this->get_address_of_delta_9();
float L_18 = L_17->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_19 = bankers_roundf(L_18);
L_16->set_x_0(L_19);
// delta.y = Mathf.Round(delta.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_20 = __this->get_address_of_delta_9();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_21 = __this->get_address_of_delta_9();
float L_22 = L_21->get_y_1();
float L_23 = bankers_roundf(L_22);
L_20->set_y_1(L_23);
// if (delta.x == 0 && delta.y == 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_24 = __this->get_address_of_delta_9();
float L_25 = L_24->get_x_0();
if ((!(((float)L_25) == ((float)(0.0f)))))
{
goto IL_00af;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_26 = __this->get_address_of_delta_9();
float L_27 = L_26->get_y_1();
if ((!(((float)L_27) == ((float)(0.0f)))))
{
goto IL_00af;
}
}
{
// return;
return;
}
IL_00af:
{
// float deltaTime = Time.unscaledDeltaTime;
float L_28 = Time_get_unscaledDeltaTime_mA0AE7A144C88AE8AABB42DF17B0F3F0714BA06B2(/*hidden argument*/NULL);
V_2 = L_28;
// float elapsed = (Time.unscaledTime - _time) * 60 - 1;
float L_29 = Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472(/*hidden argument*/NULL);
float L_30 = __this->get__time_14();
V_3 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_29, (float)L_30)), (float)(60.0f))), (float)(1.0f)));
// if (elapsed > 1) //????
float L_31 = V_3;
if ((!(((float)L_31) > ((float)(1.0f)))))
{
goto IL_00f2;
}
}
{
// velocity = velocity * Mathf.Pow(0.833f, elapsed);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_32 = __this->get_velocity_7();
float L_33 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_34 = powf((0.833f), L_33);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_35 = Vector2_op_Multiply_m8A843A37F2F3199EBE99DC7BDABC1DC2EE01AF56(L_32, L_34, /*hidden argument*/NULL);
__this->set_velocity_7(L_35);
}
IL_00f2:
{
// velocity = Vector3.Lerp(velocity, delta / deltaTime, deltaTime * 10);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_36 = __this->get_velocity_7();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_37 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_36, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_38 = __this->get_delta_9();
float L_39 = V_2;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_40 = Vector2_op_Division_m0961A935168EE6701E098E2B37013DFFF46A5077(L_38, L_39, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_41 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_40, /*hidden argument*/NULL);
float L_42 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_43 = Vector3_Lerp_m5BA75496B803820CC64079383956D73C6FD4A8A1(L_37, L_41, ((float)il2cpp_codegen_multiply((float)L_42, (float)(10.0f))), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_44 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_43, /*hidden argument*/NULL);
__this->set_velocity_7(L_44);
// _time = Time.unscaledTime;
float L_45 = Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472(/*hidden argument*/NULL);
__this->set__time_14(L_45);
// position += delta;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_46 = __this->get_position_8();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_47 = __this->get_delta_9();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_48 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_46, L_47, /*hidden argument*/NULL);
__this->set_position_8(L_48);
// _lastPoint = pt;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_49 = V_1;
__this->set__lastPoint_13(L_49);
// if (!_started)
bool L_50 = __this->get__started_15();
if (L_50)
{
goto IL_01a8;
}
}
{
// if (Stage.touchScreen)
bool L_51 = Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0C_inline(/*hidden argument*/NULL);
if (!L_51)
{
goto IL_0166;
}
}
{
// sensitivity = UIConfig.touchDragSensitivity;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_52 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_touchDragSensitivity_24();
V_4 = L_52;
goto IL_0169;
}
IL_0166:
{
// sensitivity = 5;
V_4 = 5;
}
IL_0169:
{
// if (Mathf.Abs(delta.x) < sensitivity && Mathf.Abs(delta.y) < sensitivity)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_53 = __this->get_address_of_delta_9();
float L_54 = L_53->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_55 = fabsf(L_54);
int32_t L_56 = V_4;
if ((!(((float)L_55) < ((float)(((float)((float)L_56)))))))
{
goto IL_0194;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_57 = __this->get_address_of_delta_9();
float L_58 = L_57->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_59 = fabsf(L_58);
int32_t L_60 = V_4;
if ((!(((float)L_59) < ((float)(((float)((float)L_60)))))))
{
goto IL_0194;
}
}
{
// return;
return;
}
IL_0194:
{
// _started = true;
__this->set__started_15((bool)1);
// onBegin.Call(evt);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_61 = SwipeGesture_get_onBegin_m3826E01AD002A7FD83A84C5FF81DC2A17B53C24A_inline(__this, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_62 = V_0;
NullCheck(L_61);
EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA(L_61, L_62, /*hidden argument*/NULL);
}
IL_01a8:
{
// onMove.Call(evt);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_63 = SwipeGesture_get_onMove_mE31313E0099874D7F9D14A203DF1195AAA9B617D_inline(__this, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_64 = V_0;
NullCheck(L_63);
EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA(L_63, L_64, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.SwipeGesture::__touchEnd(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwipeGesture___touchEnd_mC38C66EBBE87B3F5E1E5FF70F399C37E1FA691D2 (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SwipeGesture___touchEnd_mC38C66EBBE87B3F5E1E5FF70F399C37E1FA691D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
{
// _touchBegan = false;
__this->set__touchBegan_16((bool)0);
// if (!_started)
bool L_0 = __this->get__started_15();
if (L_0)
{
goto IL_0010;
}
}
{
// return;
return;
}
IL_0010:
{
// _started = false;
__this->set__started_15((bool)0);
// InputEvent evt = context.inputEvent;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_1 = ___context0;
NullCheck(L_1);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_2 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_1, /*hidden argument*/NULL);
V_0 = L_2;
// Vector2 pt = host.GlobalToLocal(new Vector2(evt.x, evt.y));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = SwipeGesture_get_host_m2BAE8A6DE5F989EDAB59E44EFA6297E0ED03CC10_inline(__this, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_4 = V_0;
NullCheck(L_4);
float L_5 = InputEvent_get_x_m0C82F6E692B31A47A3AA7F48A7897627305D8573_inline(L_4, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_6 = V_0;
NullCheck(L_6);
float L_7 = InputEvent_get_y_mB42B7A5BCD9CC4404A622CC2FE993277F65D3F11_inline(L_6, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_8), L_5, L_7, /*hidden argument*/NULL);
NullCheck(L_3);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(L_3, L_8, /*hidden argument*/NULL);
V_1 = L_9;
// delta = pt - _lastPoint;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = __this->get__lastPoint_13();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_10, L_11, /*hidden argument*/NULL);
__this->set_delta_9(L_12);
// if (snapping)
bool L_13 = __this->get_snapping_11();
if (!L_13)
{
goto IL_008b;
}
}
{
// delta.x = Mathf.Round(delta.x);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_14 = __this->get_address_of_delta_9();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_15 = __this->get_address_of_delta_9();
float L_16 = L_15->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_17 = bankers_roundf(L_16);
L_14->set_x_0(L_17);
// delta.y = Mathf.Round(delta.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_18 = __this->get_address_of_delta_9();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_19 = __this->get_address_of_delta_9();
float L_20 = L_19->get_y_1();
float L_21 = bankers_roundf(L_20);
L_18->set_y_1(L_21);
}
IL_008b:
{
// position += delta;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_22 = __this->get_position_8();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_23 = __this->get_delta_9();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_24 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_22, L_23, /*hidden argument*/NULL);
__this->set_position_8(L_24);
// float elapsed = (Time.unscaledTime - _time) * 60 - 1;
float L_25 = Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472(/*hidden argument*/NULL);
float L_26 = __this->get__time_14();
V_2 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_25, (float)L_26)), (float)(60.0f))), (float)(1.0f)));
// if (elapsed > 1)
float L_27 = V_2;
if ((!(((float)L_27) > ((float)(1.0f)))))
{
goto IL_00df;
}
}
{
// velocity = velocity * Mathf.Pow(0.833f, elapsed);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_28 = __this->get_velocity_7();
float L_29 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_30 = powf((0.833f), L_29);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_31 = Vector2_op_Multiply_m8A843A37F2F3199EBE99DC7BDABC1DC2EE01AF56(L_28, L_30, /*hidden argument*/NULL);
__this->set_velocity_7(L_31);
}
IL_00df:
{
// if (snapping)
bool L_32 = __this->get_snapping_11();
if (!L_32)
{
goto IL_011d;
}
}
{
// velocity.x = Mathf.Round(velocity.x);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_33 = __this->get_address_of_velocity_7();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_34 = __this->get_address_of_velocity_7();
float L_35 = L_34->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_36 = bankers_roundf(L_35);
L_33->set_x_0(L_36);
// velocity.y = Mathf.Round(velocity.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_37 = __this->get_address_of_velocity_7();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_38 = __this->get_address_of_velocity_7();
float L_39 = L_38->get_y_1();
float L_40 = bankers_roundf(L_39);
L_37->set_y_1(L_40);
}
IL_011d:
{
// onEnd.Call(evt);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_41 = SwipeGesture_get_onEnd_m23E8617426EA33C168E4190B23D11785D7446191_inline(__this, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_42 = V_0;
NullCheck(L_41);
EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA(L_41, L_42, /*hidden argument*/NULL);
// pt -= _startPoint;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_43 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_44 = __this->get__startPoint_12();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_45 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_43, L_44, /*hidden argument*/NULL);
V_1 = L_45;
// if (Mathf.Abs(pt.x) > actionDistance || Mathf.Abs(pt.y) > actionDistance)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_46 = V_1;
float L_47 = L_46.get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_48 = fabsf(L_47);
int32_t L_49 = __this->get_actionDistance_10();
if ((((float)L_48) > ((float)(((float)((float)L_49))))))
{
goto IL_015f;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_50 = V_1;
float L_51 = L_50.get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_52 = fabsf(L_51);
int32_t L_53 = __this->get_actionDistance_10();
if ((!(((float)L_52) > ((float)(((float)((float)L_53)))))))
{
goto IL_016c;
}
}
IL_015f:
{
// onAction.Call(evt);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_54 = SwipeGesture_get_onAction_mA69BB0C9822D0F9B5CEB740DF7AE1A4A3D1D67B8_inline(__this, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_55 = V_0;
NullCheck(L_54);
EventListener_Call_m4E1C48A6CA7AA6900CE96816718CB8DA04403FBA(L_54, L_55, /*hidden argument*/NULL);
}
IL_016c:
{
// }
return;
}
}
// System.Void FairyGUI.SwipeGesture::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SwipeGesture__cctor_mC5A5B8306037E383112A991339F72750EE7DE692 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SwipeGesture__cctor_mC5A5B8306037E383112A991339F72750EE7DE692_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static int ACTION_DISTANCE = 200;
((SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26_StaticFields*)il2cpp_codegen_static_fields_for(SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26_il2cpp_TypeInfo_var))->set_ACTION_DISTANCE_17(((int32_t)200));
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.TValue::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue__ctor_m64A53758B49488EEE5B19822C0F8972AE50E0118 (TValue_t82801118914234C897121D3AFA68F615837FB309 * __this, const RuntimeMethod* method)
{
{
// public TValue()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// b1 = true;
__this->set_b1_4((bool)1);
// b2 = true;
__this->set_b2_5((bool)1);
// }
return;
}
}
// System.Void FairyGUI.TValue::Copy(FairyGUI.TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue_Copy_m8A7036255819DF5DD259874139B4C24A2D33CECA (TValue_t82801118914234C897121D3AFA68F615837FB309 * __this, TValue_t82801118914234C897121D3AFA68F615837FB309 * ___source0, const RuntimeMethod* method)
{
{
// this.f1 = source.f1;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_0 = ___source0;
NullCheck(L_0);
float L_1 = L_0->get_f1_0();
__this->set_f1_0(L_1);
// this.f2 = source.f2;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_2 = ___source0;
NullCheck(L_2);
float L_3 = L_2->get_f2_1();
__this->set_f2_1(L_3);
// this.f3 = source.f3;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_4 = ___source0;
NullCheck(L_4);
float L_5 = L_4->get_f3_2();
__this->set_f3_2(L_5);
// this.f4 = source.f4;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_6 = ___source0;
NullCheck(L_6);
float L_7 = L_6->get_f4_3();
__this->set_f4_3(L_7);
// this.b1 = source.b1;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_8 = ___source0;
NullCheck(L_8);
bool L_9 = L_8->get_b1_4();
__this->set_b1_4(L_9);
// this.b2 = source.b2;
TValue_t82801118914234C897121D3AFA68F615837FB309 * L_10 = ___source0;
NullCheck(L_10);
bool L_11 = L_10->get_b2_5();
__this->set_b2_5(L_11);
// }
return;
}
}
// UnityEngine.Vector2 FairyGUI.TValue::get_vec2()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TValue_get_vec2_mCF34F63D95960618F4005B4C9C7012E6BCD6014F (TValue_t82801118914234C897121D3AFA68F615837FB309 * __this, const RuntimeMethod* method)
{
{
// get { return new Vector2(f1, f2); }
float L_0 = __this->get_f1_0();
float L_1 = __this->get_f2_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.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)
{
{
// f1 = value.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
float L_1 = L_0.get_x_0();
__this->set_f1_0(L_1);
// f2 = value.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___value0;
float L_3 = L_2.get_y_1();
__this->set_f2_1(L_3);
// }
return;
}
}
// UnityEngine.Vector4 FairyGUI.TValue::get_vec4()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E TValue_get_vec4_m7ED1F51F0DBD58C96D9DD96C6DEFEE63CC9D5089 (TValue_t82801118914234C897121D3AFA68F615837FB309 * __this, const RuntimeMethod* method)
{
{
// get { return new Vector4(f1, f2, f3, f4); }
float L_0 = __this->get_f1_0();
float L_1 = __this->get_f2_1();
float L_2 = __this->get_f3_2();
float L_3 = __this->get_f4_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.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)
{
{
// f1 = value.x;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_0 = ___value0;
float L_1 = L_0.get_x_1();
__this->set_f1_0(L_1);
// f2 = value.y;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_2 = ___value0;
float L_3 = L_2.get_y_2();
__this->set_f2_1(L_3);
// f3 = value.z;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_4 = ___value0;
float L_5 = L_4.get_z_3();
__this->set_f3_2(L_5);
// f4 = value.w;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_6 = ___value0;
float L_7 = L_6.get_w_4();
__this->set_f4_3(L_7);
// }
return;
}
}
// UnityEngine.Color FairyGUI.TValue::get_color()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 TValue_get_color_mBD9E9A694DD778E3DAF47AD7E094B7FB2DA1B173 (TValue_t82801118914234C897121D3AFA68F615837FB309 * __this, const RuntimeMethod* method)
{
{
// get { return new Color(f1, f2, f3, f4); }
float L_0 = __this->get_f1_0();
float L_1 = __this->get_f2_1();
float L_2 = __this->get_f3_2();
float L_3 = __this->get_f4_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.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)
{
{
// f1 = value.r;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
float L_1 = L_0.get_r_0();
__this->set_f1_0(L_1);
// f2 = value.g;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = ___value0;
float L_3 = L_2.get_g_1();
__this->set_f2_1(L_3);
// f3 = value.b;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = ___value0;
float L_5 = L_4.get_b_2();
__this->set_f3_2(L_5);
// f4 = value.a;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_6 = ___value0;
float L_7 = L_6.get_a_3();
__this->set_f4_3(L_7);
// }
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.TValue_Animation::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue_Animation__ctor_mB1291F2E4F829CFC8A1889931C3D90D425B2DE49 (TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B * __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.TValue_Shake::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue_Shake__ctor_m36C17233019D76BF73B8259E5AB4B74A39DD7AB4 (TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 * __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.TValue_Sound::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue_Sound__ctor_mCD24C404998E5391E10112ACAD7DAF68AB3DCA51 (TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF * __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.TValue_Text::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue_Text__ctor_m3FA003F6F903BEB08ACA8C6D5D018E13BDCF8E93 (TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252 * __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.TValue_Transition::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue_Transition__ctor_mD73FD2FB78570D267C0DC2F6136825F20670E889 (TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 * __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.TValue_Visible::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TValue_Visible__ctor_m2ABA4F2453E920A5D8EA3B2426B7AFAEF373BA47 (TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E * __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.TextField::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField__ctor_m1D9B2A3ED7DD99D682A82F9F7001E70CE960DF81 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextField__ctor_m1D9B2A3ED7DD99D682A82F9F7001E70CE960DF81_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public TextField()
DisplayObject__ctor_m8A93C9E5759F7CC138A8FE227A4ACDC8E7CC70F7(__this, /*hidden argument*/NULL);
// _touchDisabled = true;
((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->set__touchDisabled_47((bool)1);
// _textFormat = new TextFormat();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_0 = (TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *)il2cpp_codegen_object_new(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135_il2cpp_TypeInfo_var);
TextFormat__ctor_m5B7D4F24B21EC269CB06D30609A7EF467EF898C9(L_0, /*hidden argument*/NULL);
__this->set__textFormat_53(L_0);
// _strokeColor = Color.black;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF(/*hidden argument*/NULL);
__this->set__strokeColor_62(L_1);
// _fontSizeScale = 1;
__this->set__fontSizeScale_73((1.0f));
// _renderScale = UIContentScaler.scaleFactor;
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
float L_2 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
__this->set__renderScale_74(L_2);
// _wordWrap = false;
__this->set__wordWrap_57((bool)0);
// _text = string.Empty;
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set__text_55(L_3);
// _parsedText = string.Empty;
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set__parsedText_75(L_4);
// _elements = new List<HtmlElement>(0);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_5 = (List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 *)il2cpp_codegen_object_new(List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00_il2cpp_TypeInfo_var);
List_1__ctor_m88EC30C67C984B2A797218A6354B445ACE49A5FD(L_5, 0, /*hidden argument*/List_1__ctor_m88EC30C67C984B2A797218A6354B445ACE49A5FD_RuntimeMethod_var);
__this->set__elements_64(L_5);
// _lines = new List<LineInfo>(1);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_6 = (List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 *)il2cpp_codegen_object_new(List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5_il2cpp_TypeInfo_var);
List_1__ctor_mC02D73EF9116163B18D34DF395C01A9D5307FAB8(L_6, 1, /*hidden argument*/List_1__ctor_mC02D73EF9116163B18D34DF395C01A9D5307FAB8_RuntimeMethod_var);
__this->set__lines_65(L_6);
// CreateGameObject("TextField");
DisplayObject_CreateGameObject_m7959DAD321F68960C96F0A6D0961CE901444D666(__this, _stringLiteralED595662AD10D27DE0F2FAECE995E2CA2B8E7012, /*hidden argument*/NULL);
// graphics = new NGraphics(gameObject);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_7 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_8 = (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD *)il2cpp_codegen_object_new(NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD_il2cpp_TypeInfo_var);
NGraphics__ctor_mBB3521CEBCF42D11C7384BBEE95A4E295A9B75B6(L_8, L_7, /*hidden argument*/NULL);
DisplayObject_set_graphics_mC84EEE2565E2FFB5821AF51094FD490702635426_inline(__this, L_8, /*hidden argument*/NULL);
// graphics.meshFactory = this;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_9 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_9);
NGraphics_set_meshFactory_m139B4CBE84CEA96EB0A2FA53BFB48403B834BF5F(L_9, __this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TextField::EnableRichSupport(FairyGUI.RichTextField)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_EnableRichSupport_m5CB5F24035FB5333E87A0991792C5654751E4AC8 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ___richTextField0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextField_EnableRichSupport_m5CB5F24035FB5333E87A0991792C5654751E4AC8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _richTextField = richTextField;
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = ___richTextField0;
__this->set__richTextField_77(L_0);
// if (richTextField is InputTextField)
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_1 = ___richTextField0;
if (!((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *)IsInstClass((RuntimeObject*)L_1, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var)))
{
goto IL_001c;
}
}
{
// _input = true;
__this->set__input_54((bool)1);
// EnableCharPositionSupport();
TextField_EnableCharPositionSupport_mC7182B6CF7CBD058F6DF55173C938F6A87C84C0A(__this, /*hidden argument*/NULL);
}
IL_001c:
{
// }
return;
}
}
// System.Void FairyGUI.TextField::EnableCharPositionSupport()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_EnableCharPositionSupport_mC7182B6CF7CBD058F6DF55173C938F6A87C84C0A (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextField_EnableCharPositionSupport_mC7182B6CF7CBD058F6DF55173C938F6A87C84C0A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_charPositions == null)
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_0 = __this->get__charPositions_66();
if (L_0)
{
goto IL_001a;
}
}
{
// _charPositions = new List<CharPosition>();
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_1 = (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 *)il2cpp_codegen_object_new(List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3_il2cpp_TypeInfo_var);
List_1__ctor_m951D6A0BC78F0CB3F5D417BDB8823D5B98D8A93E(L_1, /*hidden argument*/List_1__ctor_m951D6A0BC78F0CB3F5D417BDB8823D5B98D8A93E_RuntimeMethod_var);
__this->set__charPositions_66(L_1);
// _textChanged = true;
__this->set__textChanged_71((bool)1);
}
IL_001a:
{
// }
return;
}
}
// FairyGUI.TextFormat FairyGUI.TextField::get_textFormat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _textFormat; }
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_0 = __this->get__textFormat_53();
return L_0;
}
}
// System.Void FairyGUI.TextField::set_textFormat(FairyGUI.TextFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_set_textFormat_m3004FA1A1F7040C069C91F4B85B54226506E3C71 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextField_set_textFormat_m3004FA1A1F7040C069C91F4B85B54226506E3C71_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// _textFormat = value;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_0 = ___value0;
__this->set__textFormat_53(L_0);
// string fontName = _textFormat.font;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_1 = __this->get__textFormat_53();
NullCheck(L_1);
String_t* L_2 = L_1->get_font_1();
V_0 = L_2;
// if (string.IsNullOrEmpty(fontName))
String_t* L_3 = V_0;
bool L_4 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0021;
}
}
{
// fontName = UIConfig.defaultFont;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_5 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultFont_4();
V_0 = L_5;
}
IL_0021:
{
// if (_font == null || _font.name != fontName)
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_6 = __this->get__font_67();
if (!L_6)
{
goto IL_003c;
}
}
{
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_7 = __this->get__font_67();
NullCheck(L_7);
String_t* L_8 = BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline(L_7, /*hidden argument*/NULL);
String_t* L_9 = V_0;
bool L_10 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_8, L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0069;
}
}
IL_003c:
{
// _font = FontManager.GetFont(fontName);
String_t* L_11 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_12 = FontManager_GetFont_mE0F498CC7137BDEEF892E5C67EBAC540CA863A32(L_11, /*hidden argument*/NULL);
__this->set__font_67(L_12);
// graphics.SetShaderAndTexture(_font.shader, _font.mainTexture);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_13 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_14 = __this->get__font_67();
NullCheck(L_14);
String_t* L_15 = L_14->get_shader_5();
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_16 = __this->get__font_67();
NullCheck(L_16);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_17 = L_16->get_mainTexture_1();
NullCheck(L_13);
NGraphics_SetShaderAndTexture_m6A9A170464028161C0EA22593CB486D6256CB52C(L_13, L_15, L_17, /*hidden argument*/NULL);
}
IL_0069:
{
// if (!string.IsNullOrEmpty(_text))
String_t* L_18 = __this->get__text_55();
bool L_19 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_18, /*hidden argument*/NULL);
if (L_19)
{
goto IL_007d;
}
}
{
// _textChanged = true;
__this->set__textChanged_71((bool)1);
}
IL_007d:
{
// }
return;
}
}
// FairyGUI.AlignType FairyGUI.TextField::get_align()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextField_get_align_mF923651E166DF349D9C6A20A0BFE14C5E0E466F4 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _textFormat.align; }
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_0 = __this->get__textFormat_53();
NullCheck(L_0);
int32_t L_1 = L_0->get_align_9();
return L_1;
}
}
// System.Void FairyGUI.TextField::set_align(FairyGUI.AlignType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_set_align_m6FB37FC85FFF0781D46D24CCC0641B8C1AA2E9BF (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// if (_textFormat.align != value)
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_0 = __this->get__textFormat_53();
NullCheck(L_0);
int32_t L_1 = L_0->get_align_9();
int32_t L_2 = ___value0;
if ((((int32_t)L_1) == ((int32_t)L_2)))
{
goto IL_002e;
}
}
{
// _textFormat.align = value;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_3 = __this->get__textFormat_53();
int32_t L_4 = ___value0;
NullCheck(L_3);
L_3->set_align_9(L_4);
// if (!string.IsNullOrEmpty(_text))
String_t* L_5 = __this->get__text_55();
bool L_6 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_002e;
}
}
{
// _textChanged = true;
__this->set__textChanged_71((bool)1);
}
IL_002e:
{
// }
return;
}
}
// FairyGUI.VertAlignType FairyGUI.TextField::get_verticalAlign()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextField_get_verticalAlign_mAA70F2B024B2B0AE206552C82D04A33816AC18D8 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// return _verticalAlign;
int32_t L_0 = __this->get__verticalAlign_52();
return L_0;
}
}
// System.Void FairyGUI.TextField::set_verticalAlign(FairyGUI.VertAlignType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_set_verticalAlign_mB60013C432F0B0CCD8A6F1270D394AC0BCEDA735 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// if (_verticalAlign != value)
int32_t L_0 = __this->get__verticalAlign_52();
int32_t L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0016;
}
}
{
// _verticalAlign = value;
int32_t L_2 = ___value0;
__this->set__verticalAlign_52(L_2);
// ApplyVertAlign();
TextField_ApplyVertAlign_m7AFC5D47C6D190FB937422731F523DD4984ED180(__this, /*hidden argument*/NULL);
}
IL_0016:
{
// }
return;
}
}
// System.String FairyGUI.TextField::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextField_get_text_m0C6DB761E2C23A7F78B137C5DBAA937B7BCDD511 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _text; }
String_t* L_0 = __this->get__text_55();
return L_0;
}
}
// System.Void FairyGUI.TextField::set_text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_set_text_m5880882609EEFB942F7FCC9CEC9482E8BD58182B (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// _text = value;
String_t* L_0 = ___value0;
__this->set__text_55(L_0);
// _textChanged = true;
__this->set__textChanged_71((bool)1);
// _html = false;
__this->set__html_59((bool)0);
// }
return;
}
}
// System.String FairyGUI.TextField::get_htmlText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextField_get_htmlText_mC068BF01FB1A55B7B34B43707A970B3F2EE36B2A (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _text; }
String_t* L_0 = __this->get__text_55();
return L_0;
}
}
// System.Void FairyGUI.TextField::set_htmlText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_set_htmlText_m4BC91BB903F3906A9FB5E0FE00BB5D5DF21A7A51 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// _text = value;
String_t* L_0 = ___value0;
__this->set__text_55(L_0);
// _textChanged = true;
__this->set__textChanged_71((bool)1);
// _html = true;
__this->set__html_59((bool)1);
// }
return;
}
}
// System.String FairyGUI.TextField::get_parsedText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextField_get_parsedText_m3B6F2FDADF5AB6767E508A49798322C480F9C490 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _parsedText; }
String_t* L_0 = __this->get__parsedText_75();
return L_0;
}
}
// FairyGUI.AutoSizeType FairyGUI.TextField::get_autoSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextField_get_autoSize_m7ACD24F1972C17647E03342F1ABD67AFB2C4D01E (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _autoSize; }
int32_t L_0 = __this->get__autoSize_56();
return L_0;
}
}
// System.Void FairyGUI.TextField::set_autoSize(FairyGUI.AutoSizeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_set_autoSize_mC608C67772ABEB4526A257CDF5B6C3F39CF41DE3 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// if (_autoSize != value)
int32_t L_0 = __this->get__autoSize_56();
int32_t L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0017;
}
}
{
// _autoSize = value;
int32_t L_2 = ___value0;
__this->set__autoSize_56(L_2);
// _textChanged = true;
__this->set__textChanged_71((bool)1);
}
IL_0017:
{
// }
return;
}
}
// System.Boolean FairyGUI.TextField::get_wordWrap()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextField_get_wordWrap_mF4B1767D647D322FF3D7A589B72F0EDA34F7CF98 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _wordWrap; }
bool L_0 = __this->get__wordWrap_57();
return L_0;
}
}
// System.Void FairyGUI.TextField::set_wordWrap(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_set_wordWrap_m409FEA6591721FE106AA83F3E817E309DDA2F0DB (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, bool ___value0, const RuntimeMethod* method)
{
{
// _wordWrap = value;
bool L_0 = ___value0;
__this->set__wordWrap_57(L_0);
// _textChanged = true;
__this->set__textChanged_71((bool)1);
// }
return;
}
}
// System.Boolean FairyGUI.TextField::get_singleLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextField_get_singleLine_m5FDD33ED011FF2C33C058450C683A08A3C8BB673 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _singleLine; }
bool L_0 = __this->get__singleLine_58();
return L_0;
}
}
// System.Void FairyGUI.TextField::set_singleLine(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_set_singleLine_m72EF9943F89F04A47B9975CC4B06EF6CCBBCEABE (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, bool ___value0, const RuntimeMethod* method)
{
{
// _singleLine = value;
bool L_0 = ___value0;
__this->set__singleLine_58(L_0);
// _textChanged = true;
__this->set__textChanged_71((bool)1);
// }
return;
}
}
// System.Int32 FairyGUI.TextField::get_stroke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextField_get_stroke_mB1F1EAC0E1B016299488006B7D9B1C6A5A4BAE9D (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// return _stroke;
int32_t L_0 = __this->get__stroke_61();
return L_0;
}
}
// System.Void FairyGUI.TextField::set_stroke(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_set_stroke_mD71EDABC85C524FD253AEFB055293DCACDEC14A0 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// if (_stroke != value)
int32_t L_0 = __this->get__stroke_61();
int32_t L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_001b;
}
}
{
// _stroke = value;
int32_t L_2 = ___value0;
__this->set__stroke_61(L_2);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_3 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_3, /*hidden argument*/NULL);
}
IL_001b:
{
// }
return;
}
}
// UnityEngine.Color FairyGUI.TextField::get_strokeColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 TextField_get_strokeColor_m9CE6F7A78513A684E062731981ED6DF64701FF94 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// return _strokeColor;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get__strokeColor_62();
return L_0;
}
}
// System.Void FairyGUI.TextField::set_strokeColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_set_strokeColor_m159A5031AC79FC05B8ED5E2DF9A15B16BB14C4F3 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// if (_strokeColor != value)
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get__strokeColor_62();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ___value0;
bool L_2 = Color_op_Inequality_m9C3EFC058BB205C298A2D3166173342303E660B9(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0020;
}
}
{
// _strokeColor = value;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = ___value0;
__this->set__strokeColor_62(L_3);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_4 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_4, /*hidden argument*/NULL);
}
IL_0020:
{
// }
return;
}
}
// UnityEngine.Vector2 FairyGUI.TextField::get_shadowOffset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TextField_get_shadowOffset_mE18D0F42B7312924E4565843BE9EB96F4D6AF641 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// return _shadowOffset;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get__shadowOffset_63();
return L_0;
}
}
// System.Void FairyGUI.TextField::set_shadowOffset(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_set_shadowOffset_mFCFD7FED45E815629935562317839912D43359BA (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// _shadowOffset = value;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
__this->set__shadowOffset_63(L_0);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Single FairyGUI.TextField::get_textWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextField_get_textWidth_m4CF6D547DC8023ED2B7209A9E90E1AA2D4E0C679 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// if (_textChanged)
bool L_0 = __this->get__textChanged_71();
if (!L_0)
{
goto IL_000e;
}
}
{
// BuildLines();
TextField_BuildLines_mA58681B9EBC130E869D64C23020C86246F792732(__this, /*hidden argument*/NULL);
}
IL_000e:
{
// return _textWidth;
float L_1 = __this->get__textWidth_68();
return L_1;
}
}
// System.Single FairyGUI.TextField::get_textHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextField_get_textHeight_m3D5995AFF9641330C5711FD1C6C128038FA94190 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// if (_textChanged)
bool L_0 = __this->get__textChanged_71();
if (!L_0)
{
goto IL_000e;
}
}
{
// BuildLines();
TextField_BuildLines_mA58681B9EBC130E869D64C23020C86246F792732(__this, /*hidden argument*/NULL);
}
IL_000e:
{
// return _textHeight;
float L_1 = __this->get__textHeight_69();
return L_1;
}
}
// System.Int32 FairyGUI.TextField::get_maxWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextField_get_maxWidth_m5FFCFA54434141EC1CE2C913103287DA44FA7145 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _maxWidth; }
int32_t L_0 = __this->get__maxWidth_60();
return L_0;
}
}
// System.Void FairyGUI.TextField::set_maxWidth(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_set_maxWidth_mEA9CD35EC699E3E3FBCFC41724715F8F8887E92A (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// if (_maxWidth != value)
int32_t L_0 = __this->get__maxWidth_60();
int32_t L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0017;
}
}
{
// _maxWidth = value;
int32_t L_2 = ___value0;
__this->set__maxWidth_60(L_2);
// _textChanged = true;
__this->set__textChanged_71((bool)1);
}
IL_0017:
{
// }
return;
}
}
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement> FairyGUI.TextField::get_htmlElements()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * TextField_get_htmlElements_mF4E45B24C909527735F57F22D82B690E6835DE6A (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// if (_textChanged)
bool L_0 = __this->get__textChanged_71();
if (!L_0)
{
goto IL_000e;
}
}
{
// BuildLines();
TextField_BuildLines_mA58681B9EBC130E869D64C23020C86246F792732(__this, /*hidden argument*/NULL);
}
IL_000e:
{
// return _elements;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_1 = __this->get__elements_64();
return L_1;
}
}
// System.Collections.Generic.List`1<FairyGUI.TextField_LineInfo> FairyGUI.TextField::get_lines()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * TextField_get_lines_mAC79145002ECFA88617056F3AEB1E8EEE9662329 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// if (_textChanged)
bool L_0 = __this->get__textChanged_71();
if (!L_0)
{
goto IL_000e;
}
}
{
// BuildLines();
TextField_BuildLines_mA58681B9EBC130E869D64C23020C86246F792732(__this, /*hidden argument*/NULL);
}
IL_000e:
{
// return _lines;
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_1 = __this->get__lines_65();
return L_1;
}
}
// 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)
{
{
// if (_textChanged)
bool L_0 = __this->get__textChanged_71();
if (!L_0)
{
goto IL_000e;
}
}
{
// BuildLines();
TextField_BuildLines_mA58681B9EBC130E869D64C23020C86246F792732(__this, /*hidden argument*/NULL);
}
IL_000e:
{
// graphics.UpdateMesh();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
NGraphics_UpdateMesh_m3B1C4638DA98D85BD7AE5F8B43EEBDE20B6D444D(L_1, /*hidden argument*/NULL);
// return _charPositions;
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_2 = __this->get__charPositions_66();
return L_2;
}
}
// FairyGUI.RichTextField FairyGUI.TextField::get_richTextField()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * TextField_get_richTextField_m0B9775D542EB8954EBFF0FF27266B3613C7C3532 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _richTextField; }
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = __this->get__richTextField_77();
return L_0;
}
}
// System.Boolean FairyGUI.TextField::Redraw()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextField_Redraw_mDCF332C7214C3EE82AF96B9D3BE1947F5B51BBEA (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextField_Redraw_mDCF332C7214C3EE82AF96B9D3BE1947F5B51BBEA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_font == null)
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_0 = __this->get__font_67();
if (L_0)
{
goto IL_0040;
}
}
{
// _font = FontManager.GetFont(UIConfig.defaultFont);
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_1 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultFont_4();
IL2CPP_RUNTIME_CLASS_INIT(FontManager_tC5F88EC595708F372D37B1441AEAD4BB055824BF_il2cpp_TypeInfo_var);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_2 = FontManager_GetFont_mE0F498CC7137BDEEF892E5C67EBAC540CA863A32(L_1, /*hidden argument*/NULL);
__this->set__font_67(L_2);
// graphics.SetShaderAndTexture(_font.shader, _font.mainTexture);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_3 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_4 = __this->get__font_67();
NullCheck(L_4);
String_t* L_5 = L_4->get_shader_5();
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_6 = __this->get__font_67();
NullCheck(L_6);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_7 = L_6->get_mainTexture_1();
NullCheck(L_3);
NGraphics_SetShaderAndTexture_m6A9A170464028161C0EA22593CB486D6256CB52C(L_3, L_5, L_7, /*hidden argument*/NULL);
// _textChanged = true;
__this->set__textChanged_71((bool)1);
}
IL_0040:
{
// if (_font.keepCrisp && _renderScale != UIContentScaler.scaleFactor)
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_8 = __this->get__font_67();
NullCheck(L_8);
bool L_9 = L_8->get_keepCrisp_6();
if (!L_9)
{
goto IL_0061;
}
}
{
float L_10 = __this->get__renderScale_74();
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
float L_11 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
if ((((float)L_10) == ((float)L_11)))
{
goto IL_0061;
}
}
{
// _textChanged = true;
__this->set__textChanged_71((bool)1);
}
IL_0061:
{
// if (_font.mainTexture != graphics.texture)
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_12 = __this->get__font_67();
NullCheck(L_12);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_13 = L_12->get_mainTexture_1();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_14 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_14);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_15 = NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline(L_14, /*hidden argument*/NULL);
if ((((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)L_13) == ((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)L_15)))
{
goto IL_00a3;
}
}
{
// if (!_textChanged)
bool L_16 = __this->get__textChanged_71();
if (L_16)
{
goto IL_0087;
}
}
{
// RequestText();
TextField_RequestText_m89AD901F866F3A77BBE3E3045EDDDF559CBEF2A5(__this, /*hidden argument*/NULL);
}
IL_0087:
{
// graphics.texture = _font.mainTexture;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_17 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_18 = __this->get__font_67();
NullCheck(L_18);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_19 = L_18->get_mainTexture_1();
NullCheck(L_17);
NGraphics_set_texture_m37C1CC2B5DE298F7007E91C3112A3A8A30A37694(L_17, L_19, /*hidden argument*/NULL);
// InvalidateBatchingState();
DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C(__this, /*hidden argument*/NULL);
}
IL_00a3:
{
// if (_textChanged)
bool L_20 = __this->get__textChanged_71();
if (!L_20)
{
goto IL_00b1;
}
}
{
// BuildLines();
TextField_BuildLines_mA58681B9EBC130E869D64C23020C86246F792732(__this, /*hidden argument*/NULL);
}
IL_00b1:
{
// return graphics.UpdateMesh();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_21 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_21);
bool L_22 = NGraphics_UpdateMesh_m3B1C4638DA98D85BD7AE5F8B43EEBDE20B6D444D(L_21, /*hidden argument*/NULL);
return L_22;
}
}
// System.Boolean FairyGUI.TextField::HasCharacter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextField_HasCharacter_m829B4F80224EBD126DF6D4998FE31724D8854E35 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
// return _font.HasCharacter(ch);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_0 = __this->get__font_67();
Il2CppChar L_1 = ___ch0;
NullCheck(L_0);
bool L_2 = VirtFuncInvoker1< bool, Il2CppChar >::Invoke(8 /* System.Boolean FairyGUI.BaseFont::HasCharacter(System.Char) */, L_0, L_1);
return L_2;
}
}
// System.Void FairyGUI.TextField::GetLinesShape(System.Int32,System.Single,System.Int32,System.Single,System.Boolean,System.Collections.Generic.List`1<UnityEngine.Rect>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_GetLinesShape_mE96961E9FABF7C6D121E10F234168EC3028ACC23 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, int32_t ___startLine0, float ___startCharX1, int32_t ___endLine2, float ___endCharX3, bool ___clipped4, List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * ___resultRects5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextField_GetLinesShape_mE96961E9FABF7C6D121E10F234168EC3028ACC23_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * V_0 = NULL;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * V_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_2;
memset((&V_2), 0, sizeof(V_2));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_3;
memset((&V_3), 0, sizeof(V_3));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_4;
memset((&V_4), 0, sizeof(V_4));
int32_t V_5 = 0;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * V_6 = NULL;
{
// LineInfo line1 = _lines[startLine];
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_0 = __this->get__lines_65();
int32_t L_1 = ___startLine0;
NullCheck(L_0);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_2 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
V_0 = L_2;
// LineInfo line2 = _lines[endLine];
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_3 = __this->get__lines_65();
int32_t L_4 = ___endLine2;
NullCheck(L_3);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_5 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
V_1 = L_5;
// if (startLine == endLine)
int32_t L_6 = ___startLine0;
int32_t L_7 = ___endLine2;
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
{
goto IL_005c;
}
}
{
// Rect r = Rect.MinMaxRect(startCharX, line1.y, endCharX, line1.y + line1.height);
float L_8 = ___startCharX1;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_9 = V_0;
NullCheck(L_9);
float L_10 = L_9->get_y_5();
float L_11 = ___endCharX3;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_12 = V_0;
NullCheck(L_12);
float L_13 = L_12->get_y_5();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_14 = V_0;
NullCheck(L_14);
float L_15 = L_14->get_height_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_16 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F(L_8, L_10, L_11, ((float)il2cpp_codegen_add((float)L_13, (float)L_15)), /*hidden argument*/NULL);
V_2 = L_16;
// if (clipped)
bool L_17 = ___clipped4;
if (!L_17)
{
goto IL_0053;
}
}
{
// resultRects.Add(ToolSet.Intersection(ref r, ref _contentRect));
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_18 = ___resultRects5;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_19 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_20 = ToolSet_Intersection_m3B6026BCBF976231FAF0C8C2338160B1865CCA16((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_2), (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_19, /*hidden argument*/NULL);
NullCheck(L_18);
List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053(L_18, L_20, /*hidden argument*/List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053_RuntimeMethod_var);
return;
}
IL_0053:
{
// resultRects.Add(r);
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_21 = ___resultRects5;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_22 = V_2;
NullCheck(L_21);
List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053(L_21, L_22, /*hidden argument*/List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053_RuntimeMethod_var);
// }
return;
}
IL_005c:
{
// else if (startLine == endLine - 1)
int32_t L_23 = ___startLine0;
int32_t L_24 = ___endLine2;
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1))))))
{
goto IL_00f6;
}
}
{
// Rect r = Rect.MinMaxRect(startCharX, line1.y, GUTTER_X + line1.width, line1.y + line1.height);
float L_25 = ___startCharX1;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_26 = V_0;
NullCheck(L_26);
float L_27 = L_26->get_y_5();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_28 = V_0;
NullCheck(L_28);
float L_29 = L_28->get_width_0();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_30 = V_0;
NullCheck(L_30);
float L_31 = L_30->get_y_5();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_32 = V_0;
NullCheck(L_32);
float L_33 = L_32->get_height_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_34 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F(L_25, L_27, ((float)il2cpp_codegen_add((float)(2.0f), (float)L_29)), ((float)il2cpp_codegen_add((float)L_31, (float)L_33)), /*hidden argument*/NULL);
V_3 = L_34;
// if (clipped)
bool L_35 = ___clipped4;
if (!L_35)
{
goto IL_00a5;
}
}
{
// resultRects.Add(ToolSet.Intersection(ref r, ref _contentRect));
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_36 = ___resultRects5;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_37 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_38 = ToolSet_Intersection_m3B6026BCBF976231FAF0C8C2338160B1865CCA16((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_3), (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_37, /*hidden argument*/NULL);
NullCheck(L_36);
List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053(L_36, L_38, /*hidden argument*/List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053_RuntimeMethod_var);
goto IL_00ad;
}
IL_00a5:
{
// resultRects.Add(r);
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_39 = ___resultRects5;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_40 = V_3;
NullCheck(L_39);
List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053(L_39, L_40, /*hidden argument*/List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053_RuntimeMethod_var);
}
IL_00ad:
{
// r = Rect.MinMaxRect(GUTTER_X, line1.y + line1.height, endCharX, line2.y + line2.height);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_41 = V_0;
NullCheck(L_41);
float L_42 = L_41->get_y_5();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_43 = V_0;
NullCheck(L_43);
float L_44 = L_43->get_height_1();
float L_45 = ___endCharX3;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_46 = V_1;
NullCheck(L_46);
float L_47 = L_46->get_y_5();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_48 = V_1;
NullCheck(L_48);
float L_49 = L_48->get_height_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_50 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F((2.0f), ((float)il2cpp_codegen_add((float)L_42, (float)L_44)), L_45, ((float)il2cpp_codegen_add((float)L_47, (float)L_49)), /*hidden argument*/NULL);
V_3 = L_50;
// if (clipped)
bool L_51 = ___clipped4;
if (!L_51)
{
goto IL_00ed;
}
}
{
// resultRects.Add(ToolSet.Intersection(ref r, ref _contentRect));
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_52 = ___resultRects5;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_53 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_54 = ToolSet_Intersection_m3B6026BCBF976231FAF0C8C2338160B1865CCA16((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_3), (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_53, /*hidden argument*/NULL);
NullCheck(L_52);
List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053(L_52, L_54, /*hidden argument*/List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053_RuntimeMethod_var);
return;
}
IL_00ed:
{
// resultRects.Add(r);
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_55 = ___resultRects5;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_56 = V_3;
NullCheck(L_55);
List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053(L_55, L_56, /*hidden argument*/List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053_RuntimeMethod_var);
// }
return;
}
IL_00f6:
{
// Rect r = Rect.MinMaxRect(startCharX, line1.y, GUTTER_X + line1.width, line1.y + line1.height);
float L_57 = ___startCharX1;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_58 = V_0;
NullCheck(L_58);
float L_59 = L_58->get_y_5();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_60 = V_0;
NullCheck(L_60);
float L_61 = L_60->get_width_0();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_62 = V_0;
NullCheck(L_62);
float L_63 = L_62->get_y_5();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_64 = V_0;
NullCheck(L_64);
float L_65 = L_64->get_height_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_66 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F(L_57, L_59, ((float)il2cpp_codegen_add((float)(2.0f), (float)L_61)), ((float)il2cpp_codegen_add((float)L_63, (float)L_65)), /*hidden argument*/NULL);
V_4 = L_66;
// if (clipped)
bool L_67 = ___clipped4;
if (!L_67)
{
goto IL_0137;
}
}
{
// resultRects.Add(ToolSet.Intersection(ref r, ref _contentRect));
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_68 = ___resultRects5;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_69 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_70 = ToolSet_Intersection_m3B6026BCBF976231FAF0C8C2338160B1865CCA16((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_4), (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_69, /*hidden argument*/NULL);
NullCheck(L_68);
List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053(L_68, L_70, /*hidden argument*/List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053_RuntimeMethod_var);
goto IL_0140;
}
IL_0137:
{
// resultRects.Add(r);
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_71 = ___resultRects5;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_72 = V_4;
NullCheck(L_71);
List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053(L_71, L_72, /*hidden argument*/List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053_RuntimeMethod_var);
}
IL_0140:
{
// for (int i = startLine + 1; i < endLine; i++)
int32_t L_73 = ___startLine0;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1));
goto IL_01ae;
}
IL_0147:
{
// LineInfo line = _lines[i];
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_74 = __this->get__lines_65();
int32_t L_75 = V_5;
NullCheck(L_74);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_76 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_74, L_75, /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
V_6 = L_76;
// r = Rect.MinMaxRect(GUTTER_X, r.yMax, GUTTER_X + line.width, line.y + line.height);
float L_77 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_4), /*hidden argument*/NULL);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_78 = V_6;
NullCheck(L_78);
float L_79 = L_78->get_width_0();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_80 = V_6;
NullCheck(L_80);
float L_81 = L_80->get_y_5();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_82 = V_6;
NullCheck(L_82);
float L_83 = L_82->get_height_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_84 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F((2.0f), L_77, ((float)il2cpp_codegen_add((float)(2.0f), (float)L_79)), ((float)il2cpp_codegen_add((float)L_81, (float)L_83)), /*hidden argument*/NULL);
V_4 = L_84;
// if (clipped)
bool L_85 = ___clipped4;
if (!L_85)
{
goto IL_019f;
}
}
{
// resultRects.Add(ToolSet.Intersection(ref r, ref _contentRect));
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_86 = ___resultRects5;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_87 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_88 = ToolSet_Intersection_m3B6026BCBF976231FAF0C8C2338160B1865CCA16((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_4), (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_87, /*hidden argument*/NULL);
NullCheck(L_86);
List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053(L_86, L_88, /*hidden argument*/List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053_RuntimeMethod_var);
goto IL_01a8;
}
IL_019f:
{
// resultRects.Add(r);
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_89 = ___resultRects5;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_90 = V_4;
NullCheck(L_89);
List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053(L_89, L_90, /*hidden argument*/List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053_RuntimeMethod_var);
}
IL_01a8:
{
// for (int i = startLine + 1; i < endLine; i++)
int32_t L_91 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1));
}
IL_01ae:
{
// for (int i = startLine + 1; i < endLine; i++)
int32_t L_92 = V_5;
int32_t L_93 = ___endLine2;
if ((((int32_t)L_92) < ((int32_t)L_93)))
{
goto IL_0147;
}
}
{
// r = Rect.MinMaxRect(GUTTER_X, r.yMax, endCharX, line2.y + line2.height);
float L_94 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_4), /*hidden argument*/NULL);
float L_95 = ___endCharX3;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_96 = V_1;
NullCheck(L_96);
float L_97 = L_96->get_y_5();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_98 = V_1;
NullCheck(L_98);
float L_99 = L_98->get_height_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_100 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F((2.0f), L_94, L_95, ((float)il2cpp_codegen_add((float)L_97, (float)L_99)), /*hidden argument*/NULL);
V_4 = L_100;
// if (clipped)
bool L_101 = ___clipped4;
if (!L_101)
{
goto IL_01ee;
}
}
{
// resultRects.Add(ToolSet.Intersection(ref r, ref _contentRect));
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_102 = ___resultRects5;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_103 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_104 = ToolSet_Intersection_m3B6026BCBF976231FAF0C8C2338160B1865CCA16((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_4), (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_103, /*hidden argument*/NULL);
NullCheck(L_102);
List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053(L_102, L_104, /*hidden argument*/List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053_RuntimeMethod_var);
return;
}
IL_01ee:
{
// resultRects.Add(r);
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_105 = ___resultRects5;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_106 = V_4;
NullCheck(L_105);
List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053(L_105, L_106, /*hidden argument*/List_1_Add_mB19EA966072E38B0C3D576D47C72E54323CEA053_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.TextField::OnSizeChanged(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_OnSizeChanged_m42D3D4ED5FD5C3D6890092B49D8B4C23A98B6039 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, bool ___widthChanged0, bool ___heightChanged1, const RuntimeMethod* method)
{
{
// if (!_updatingSize)
bool L_0 = __this->get__updatingSize_76();
if (L_0)
{
goto IL_004d;
}
}
{
// _minHeight = _contentRect.height;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_1 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_2 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_1, /*hidden argument*/NULL);
__this->set__minHeight_70(L_2);
// if (_wordWrap && widthChanged)
bool L_3 = __this->get__wordWrap_57();
bool L_4 = ___widthChanged0;
if (!((int32_t)((int32_t)L_3&(int32_t)L_4)))
{
goto IL_002c;
}
}
{
// _textChanged = true;
__this->set__textChanged_71((bool)1);
goto IL_003f;
}
IL_002c:
{
// else if (_autoSize != AutoSizeType.None)
int32_t L_5 = __this->get__autoSize_56();
if (!L_5)
{
goto IL_003f;
}
}
{
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_6 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_6, /*hidden argument*/NULL);
}
IL_003f:
{
// if (_verticalAlign != VertAlignType.Top)
int32_t L_7 = __this->get__verticalAlign_52();
if (!L_7)
{
goto IL_004d;
}
}
{
// ApplyVertAlign();
TextField_ApplyVertAlign_m7AFC5D47C6D190FB937422731F523DD4984ED180(__this, /*hidden argument*/NULL);
}
IL_004d:
{
// base.OnSizeChanged(widthChanged, heightChanged);
bool L_8 = ___widthChanged0;
bool L_9 = ___heightChanged1;
DisplayObject_OnSizeChanged_m7D6F6B71E574CCD90D11E22E5FCFFDF11C2C3C97(__this, L_8, L_9, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TextField::EnsureSizeCorrect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_EnsureSizeCorrect_mD715175DC995B2685FD0371E053773074D31EED1 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// if (_textChanged && _autoSize != AutoSizeType.None)
bool L_0 = __this->get__textChanged_71();
if (!L_0)
{
goto IL_0016;
}
}
{
int32_t L_1 = __this->get__autoSize_56();
if (!L_1)
{
goto IL_0016;
}
}
{
// BuildLines();
TextField_BuildLines_mA58681B9EBC130E869D64C23020C86246F792732(__this, /*hidden argument*/NULL);
}
IL_0016:
{
// }
return;
}
}
// System.Void FairyGUI.TextField::Update(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_Update_m9B4F95DC000E6CFD5C823C31E5351CD66A339BFC (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method)
{
{
// if (_richTextField == null) //???richTextField???update??????Redraw
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = __this->get__richTextField_77();
if (L_0)
{
goto IL_000f;
}
}
{
// Redraw();
TextField_Redraw_mDCF332C7214C3EE82AF96B9D3BE1947F5B51BBEA(__this, /*hidden argument*/NULL);
}
IL_000f:
{
// base.Update(context);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_1 = ___context0;
DisplayObject_Update_m05756CF6A38AE531702D2ED732D15053849EC4BB(__this, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TextField::RequestText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_RequestText_m89AD901F866F3A77BBE3E3045EDDDF559CBEF2A5 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextField_RequestText_m89AD901F866F3A77BBE3E3045EDDDF559CBEF2A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_2 = NULL;
{
// if (!_html)
bool L_0 = __this->get__html_59();
if (L_0)
{
goto IL_0042;
}
}
{
// _font.SetFormat(_textFormat, _fontSizeScale);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_1 = __this->get__font_67();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_2 = __this->get__textFormat_53();
float L_3 = __this->get__fontSizeScale_73();
NullCheck(L_1);
VirtActionInvoker2< TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *, float >::Invoke(4 /* System.Void FairyGUI.BaseFont::SetFormat(FairyGUI.TextFormat,System.Single) */, L_1, L_2, L_3);
// _font.PrepareCharacters(_parsedText);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_4 = __this->get__font_67();
String_t* L_5 = __this->get__parsedText_75();
NullCheck(L_4);
VirtActionInvoker1< String_t* >::Invoke(5 /* System.Void FairyGUI.BaseFont::PrepareCharacters(System.String) */, L_4, L_5);
// _font.PrepareCharacters("_-*");
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_6 = __this->get__font_67();
NullCheck(L_6);
VirtActionInvoker1< String_t* >::Invoke(5 /* System.Void FairyGUI.BaseFont::PrepareCharacters(System.String) */, L_6, _stringLiteral1097D13A137BB20FD66E7A2A8416481E901FED85);
// }
goto IL_00a7;
}
IL_0042:
{
// int count = _elements.Count;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_7 = __this->get__elements_64();
NullCheck(L_7);
int32_t L_8 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_7, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
V_0 = L_8;
// for (int i = 0; i < count; i++)
V_1 = 0;
goto IL_00a3;
}
IL_0052:
{
// HtmlElement element = _elements[i];
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_9 = __this->get__elements_64();
int32_t L_10 = V_1;
NullCheck(L_9);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_11 = List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline(L_9, L_10, /*hidden argument*/List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var);
V_2 = L_11;
// if (element.type == HtmlElementType.Text)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_12 = V_2;
NullCheck(L_12);
int32_t L_13 = L_12->get_type_0();
if (L_13)
{
goto IL_009f;
}
}
{
// _font.SetFormat(element.format, _fontSizeScale);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_14 = __this->get__font_67();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_15 = V_2;
NullCheck(L_15);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_16 = L_15->get_format_3();
float L_17 = __this->get__fontSizeScale_73();
NullCheck(L_14);
VirtActionInvoker2< TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *, float >::Invoke(4 /* System.Void FairyGUI.BaseFont::SetFormat(FairyGUI.TextFormat,System.Single) */, L_14, L_16, L_17);
// _font.PrepareCharacters(element.text);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_18 = __this->get__font_67();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_19 = V_2;
NullCheck(L_19);
String_t* L_20 = L_19->get_text_2();
NullCheck(L_18);
VirtActionInvoker1< String_t* >::Invoke(5 /* System.Void FairyGUI.BaseFont::PrepareCharacters(System.String) */, L_18, L_20);
// _font.PrepareCharacters("_-*");
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_21 = __this->get__font_67();
NullCheck(L_21);
VirtActionInvoker1< String_t* >::Invoke(5 /* System.Void FairyGUI.BaseFont::PrepareCharacters(System.String) */, L_21, _stringLiteral1097D13A137BB20FD66E7A2A8416481E901FED85);
}
IL_009f:
{
// for (int i = 0; i < count; i++)
int32_t L_22 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_00a3:
{
// for (int i = 0; i < count; i++)
int32_t L_23 = V_1;
int32_t L_24 = V_0;
if ((((int32_t)L_23) < ((int32_t)L_24)))
{
goto IL_0052;
}
}
IL_00a7:
{
// if ((_font is DynamicFont) && DynamicFont.textRebuildFlag)
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_25 = __this->get__font_67();
if (!((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30 *)IsInstClass((RuntimeObject*)L_25, DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var)))
{
goto IL_00d1;
}
}
{
bool L_26 = ((DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_StaticFields*)il2cpp_codegen_static_fields_for(DynamicFont_tCAEF8A2D7CD9DB4B3ADCDC638F08393230406B30_il2cpp_TypeInfo_var))->get_textRebuildFlag_16();
if (!L_26)
{
goto IL_00d1;
}
}
{
// graphics.texture = _font.mainTexture;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_27 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_28 = __this->get__font_67();
NullCheck(L_28);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_29 = L_28->get_mainTexture_1();
NullCheck(L_27);
NGraphics_set_texture_m37C1CC2B5DE298F7007E91C3112A3A8A30A37694(L_27, L_29, /*hidden argument*/NULL);
}
IL_00d1:
{
// }
return;
}
}
// System.Void FairyGUI.TextField::BuildLines()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_BuildLines_mA58681B9EBC130E869D64C23020C86246F792732 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextField_BuildLines_mA58681B9EBC130E869D64C23020C86246F792732_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * V_0 = NULL;
float V_1 = 0.0f;
int16_t V_2 = 0;
float V_3 = 0.0f;
{
// _textChanged = false;
__this->set__textChanged_71((bool)0);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_0, /*hidden argument*/NULL);
// _renderScale = UIContentScaler.scaleFactor;
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
float L_1 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
__this->set__renderScale_74(L_1);
// _fontSizeScale = 1;
__this->set__fontSizeScale_73((1.0f));
// Cleanup();
TextField_Cleanup_m69C55609150DE07D2C393BC62A7C3A13343EBE12(__this, /*hidden argument*/NULL);
// if (_text.Length == 0)
String_t* L_2 = __this->get__text_55();
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_009b;
}
}
{
// LineInfo emptyLine = LineInfo.Borrow();
IL2CPP_RUNTIME_CLASS_INIT(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_4 = LineInfo_Borrow_mE5AE779597E8FCD1EBF6271990EBC19663E37283(/*hidden argument*/NULL);
V_0 = L_4;
// emptyLine.width = emptyLine.height = 0;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_5 = V_0;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_6 = V_0;
float L_7 = (0.0f);
V_1 = L_7;
NullCheck(L_6);
L_6->set_height_1(L_7);
float L_8 = V_1;
NullCheck(L_5);
L_5->set_width_0(L_8);
// emptyLine.charIndex = emptyLine.charCount = 0;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_9 = V_0;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_10 = V_0;
int32_t L_11 = 0;
V_2 = (int16_t)L_11;
NullCheck(L_10);
L_10->set_charCount_4((int16_t)L_11);
int16_t L_12 = V_2;
NullCheck(L_9);
L_9->set_charIndex_3(L_12);
// emptyLine.y = emptyLine.y2 = GUTTER_Y;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_13 = V_0;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_14 = V_0;
float L_15 = (2.0f);
V_1 = L_15;
NullCheck(L_14);
L_14->set_y2_6(L_15);
float L_16 = V_1;
NullCheck(L_13);
L_13->set_y_5(L_16);
// _lines.Add(emptyLine);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_17 = __this->get__lines_65();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_18 = V_0;
NullCheck(L_17);
List_1_Add_m3310DF6E8E2990DE22EA90BC6105AB048D55B9B7(L_17, L_18, /*hidden argument*/List_1_Add_m3310DF6E8E2990DE22EA90BC6105AB048D55B9B7_RuntimeMethod_var);
// _textWidth = _textHeight = 0;
float L_19 = (0.0f);
V_1 = L_19;
__this->set__textHeight_69(L_19);
float L_20 = V_1;
__this->set__textWidth_68(L_20);
// }
goto IL_00b6;
}
IL_009b:
{
// ParseText();
TextField_ParseText_mBD675EBB33D1F72BA128E7C62A59CD5090AECCA3(__this, /*hidden argument*/NULL);
// BuildLines2();
TextField_BuildLines2_mE868249BB54EC7A129B5C1C944C19B3CD5C191F6(__this, /*hidden argument*/NULL);
// if (_autoSize == AutoSizeType.Shrink)
int32_t L_21 = __this->get__autoSize_56();
if ((!(((uint32_t)L_21) == ((uint32_t)3))))
{
goto IL_00b6;
}
}
{
// DoShrink();
TextField_DoShrink_mFFBDC22532B243E7BBC248324DCAC4F584392059(__this, /*hidden argument*/NULL);
}
IL_00b6:
{
// if (!_input && _autoSize == AutoSizeType.Both)
bool L_22 = __this->get__input_54();
if (L_22)
{
goto IL_0110;
}
}
{
int32_t L_23 = __this->get__autoSize_56();
if ((!(((uint32_t)L_23) == ((uint32_t)1))))
{
goto IL_0110;
}
}
{
// _updatingSize = true;
__this->set__updatingSize_76((bool)1);
// if (_richTextField != null)
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_24 = __this->get__richTextField_77();
if (!L_24)
{
goto IL_00ef;
}
}
{
// _richTextField.SetSize(_textWidth, _textHeight);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_25 = __this->get__richTextField_77();
float L_26 = __this->get__textWidth_68();
float L_27 = __this->get__textHeight_69();
NullCheck(L_25);
DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475(L_25, L_26, L_27, /*hidden argument*/NULL);
goto IL_0101;
}
IL_00ef:
{
// SetSize(_textWidth, _textHeight);
float L_28 = __this->get__textWidth_68();
float L_29 = __this->get__textHeight_69();
DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475(__this, L_28, L_29, /*hidden argument*/NULL);
}
IL_0101:
{
// InvalidateBatchingState();
DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C(__this, /*hidden argument*/NULL);
// _updatingSize = false;
__this->set__updatingSize_76((bool)0);
// }
goto IL_0169;
}
IL_0110:
{
// else if (_autoSize == AutoSizeType.Height)
int32_t L_30 = __this->get__autoSize_56();
if ((!(((uint32_t)L_30) == ((uint32_t)2))))
{
goto IL_0169;
}
}
{
// _updatingSize = true;
__this->set__updatingSize_76((bool)1);
// float h = _textHeight;
float L_31 = __this->get__textHeight_69();
V_3 = L_31;
// if (_input && h < _minHeight)
bool L_32 = __this->get__input_54();
if (!L_32)
{
goto IL_013f;
}
}
{
float L_33 = V_3;
float L_34 = __this->get__minHeight_70();
if ((!(((float)L_33) < ((float)L_34))))
{
goto IL_013f;
}
}
{
// h = _minHeight;
float L_35 = __this->get__minHeight_70();
V_3 = L_35;
}
IL_013f:
{
// if (_richTextField != null)
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_36 = __this->get__richTextField_77();
if (!L_36)
{
goto IL_0155;
}
}
{
// _richTextField.height = h;
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_37 = __this->get__richTextField_77();
float L_38 = V_3;
NullCheck(L_37);
DisplayObject_set_height_mBDB3524631F8ACBFAE8B629BE123E8697989D886(L_37, L_38, /*hidden argument*/NULL);
goto IL_015c;
}
IL_0155:
{
// this.height = h;
float L_39 = V_3;
DisplayObject_set_height_mBDB3524631F8ACBFAE8B629BE123E8697989D886(__this, L_39, /*hidden argument*/NULL);
}
IL_015c:
{
// InvalidateBatchingState();
DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C(__this, /*hidden argument*/NULL);
// _updatingSize = false;
__this->set__updatingSize_76((bool)0);
}
IL_0169:
{
// _yOffset = 0;
__this->set__yOffset_72(0);
// ApplyVertAlign();
TextField_ApplyVertAlign_m7AFC5D47C6D190FB937422731F523DD4984ED180(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.TextField::ParseText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_ParseText_mBD675EBB33D1F72BA128E7C62A59CD5090AECCA3 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextField_ParseText_mBD675EBB33D1F72BA128E7C62A59CD5090AECCA3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
StringBuilder_t * V_5 = NULL;
StringBuilder_t * V_6 = NULL;
int32_t V_7 = 0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_8 = NULL;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * G_B3_0 = NULL;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * G_B3_1 = NULL;
String_t* G_B3_2 = NULL;
HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * G_B3_3 = NULL;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * G_B2_0 = NULL;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * G_B2_1 = NULL;
String_t* G_B2_2 = NULL;
HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * G_B2_3 = NULL;
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * G_B4_0 = NULL;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * G_B4_1 = NULL;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * G_B4_2 = NULL;
String_t* G_B4_3 = NULL;
HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * G_B4_4 = NULL;
int32_t G_B12_0 = 0;
{
// if (_html)
bool L_0 = __this->get__html_59();
if (!L_0)
{
goto IL_0047;
}
}
{
// HtmlParser.inst.Parse(_text, _textFormat, _elements,
// _richTextField != null ? _richTextField.htmlParseOptions : null);
IL2CPP_RUNTIME_CLASS_INIT(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var);
HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826 * L_1 = ((HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_StaticFields*)il2cpp_codegen_static_fields_for(HtmlParser_tCB8C102ECCB029E4B832E3E841982B9B1D4D2826_il2cpp_TypeInfo_var))->get_inst_0();
String_t* L_2 = __this->get__text_55();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_3 = __this->get__textFormat_53();
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_4 = __this->get__elements_64();
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_5 = __this->get__richTextField_77();
G_B2_0 = L_4;
G_B2_1 = L_3;
G_B2_2 = L_2;
G_B2_3 = L_1;
if (L_5)
{
G_B3_0 = L_4;
G_B3_1 = L_3;
G_B3_2 = L_2;
G_B3_3 = L_1;
goto IL_002a;
}
}
{
G_B4_0 = ((HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 *)(NULL));
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
G_B4_3 = G_B2_2;
G_B4_4 = G_B2_3;
goto IL_0035;
}
IL_002a:
{
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_6 = __this->get__richTextField_77();
NullCheck(L_6);
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_7 = RichTextField_get_htmlParseOptions_mA20F53DD2EFE75C3E4211FB79883B3935F5BC085_inline(L_6, /*hidden argument*/NULL);
G_B4_0 = L_7;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
G_B4_3 = G_B3_2;
G_B4_4 = G_B3_3;
}
IL_0035:
{
NullCheck(G_B4_4);
VirtActionInvoker4< String_t*, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *, List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 *, HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * >::Invoke(4 /* System.Void FairyGUI.Utils.HtmlParser::Parse(System.String,FairyGUI.TextFormat,System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>,FairyGUI.Utils.HtmlParseOptions) */, G_B4_4, G_B4_3, G_B4_2, G_B4_1, G_B4_0);
// _parsedText = string.Empty;
String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set__parsedText_75(L_8);
// }
goto IL_0053;
}
IL_0047:
{
// _parsedText = _text;
String_t* L_9 = __this->get__text_55();
__this->set__parsedText_75(L_9);
}
IL_0053:
{
// int elementCount = _elements.Count;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_10 = __this->get__elements_64();
NullCheck(L_10);
int32_t L_11 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_10, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
V_0 = L_11;
// if (elementCount == 0)
int32_t L_12 = V_0;
if (L_12)
{
goto IL_0103;
}
}
{
// bool flag = _input || _richTextField != null && _richTextField.emojies != null;
bool L_13 = __this->get__input_54();
if (L_13)
{
goto IL_0088;
}
}
{
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_14 = __this->get__richTextField_77();
if (!L_14)
{
goto IL_0085;
}
}
{
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_15 = __this->get__richTextField_77();
NullCheck(L_15);
Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * L_16 = RichTextField_get_emojies_m8CC01177CE71EB00C78535B23971127634F9C31A_inline(L_15, /*hidden argument*/NULL);
G_B12_0 = ((!(((RuntimeObject*)(Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 *)L_16) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
goto IL_0089;
}
IL_0085:
{
G_B12_0 = 0;
goto IL_0089;
}
IL_0088:
{
G_B12_0 = 1;
}
IL_0089:
{
V_1 = (bool)G_B12_0;
// if (!flag)
bool L_17 = V_1;
if (L_17)
{
goto IL_00cc;
}
}
{
// int cnt = _parsedText.Length;
String_t* L_18 = __this->get__parsedText_75();
NullCheck(L_18);
int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_18, /*hidden argument*/NULL);
V_2 = L_19;
// for (int i = 0; i < cnt; i++)
V_3 = 0;
goto IL_00c8;
}
IL_009d:
{
// char ch = _parsedText[i];
String_t* L_20 = __this->get__parsedText_75();
int32_t L_21 = V_3;
NullCheck(L_20);
Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, L_21, /*hidden argument*/NULL);
V_4 = L_22;
// if (ch == '\r' || ch == '\t' || char.IsHighSurrogate(ch))
Il2CppChar L_23 = V_4;
if ((((int32_t)L_23) == ((int32_t)((int32_t)13))))
{
goto IL_00c0;
}
}
{
Il2CppChar L_24 = V_4;
if ((((int32_t)L_24) == ((int32_t)((int32_t)9))))
{
goto IL_00c0;
}
}
{
Il2CppChar L_25 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_26 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_25, /*hidden argument*/NULL);
if (!L_26)
{
goto IL_00c4;
}
}
IL_00c0:
{
// flag = true;
V_1 = (bool)1;
// break;
goto IL_00cc;
}
IL_00c4:
{
// for (int i = 0; i < cnt; i++)
int32_t L_27 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
}
IL_00c8:
{
// for (int i = 0; i < cnt; i++)
int32_t L_28 = V_3;
int32_t L_29 = V_2;
if ((((int32_t)L_28) < ((int32_t)L_29)))
{
goto IL_009d;
}
}
IL_00cc:
{
// if (flag)
bool L_30 = V_1;
if (!L_30)
{
goto IL_0181;
}
}
{
// StringBuilder buffer = new StringBuilder();
StringBuilder_t * L_31 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_31, /*hidden argument*/NULL);
V_5 = L_31;
// ParseText(buffer, _parsedText, -1);
StringBuilder_t * L_32 = V_5;
String_t* L_33 = __this->get__parsedText_75();
TextField_ParseText_mC7E2FEE8375CCA50CC4BF4A179F5E67BFAAF6F24(__this, L_32, L_33, (-1), /*hidden argument*/NULL);
// elementCount = _elements.Count;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_34 = __this->get__elements_64();
NullCheck(L_34);
int32_t L_35 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_34, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
V_0 = L_35;
// _parsedText = buffer.ToString();
StringBuilder_t * L_36 = V_5;
NullCheck(L_36);
String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_36);
__this->set__parsedText_75(L_37);
// }
return;
}
IL_0103:
{
// StringBuilder buffer = new StringBuilder();
StringBuilder_t * L_38 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_38, /*hidden argument*/NULL);
V_6 = L_38;
// int i = 0;
V_7 = 0;
goto IL_016f;
}
IL_010f:
{
// HtmlElement element = _elements[i];
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_39 = __this->get__elements_64();
int32_t L_40 = V_7;
NullCheck(L_39);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_41 = List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline(L_39, L_40, /*hidden argument*/List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var);
V_8 = L_41;
// element.charIndex = buffer.Length;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_42 = V_8;
StringBuilder_t * L_43 = V_6;
NullCheck(L_43);
int32_t L_44 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_43, /*hidden argument*/NULL);
NullCheck(L_42);
L_42->set_charIndex_4(L_44);
// if (element.type == HtmlElementType.Text)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_45 = V_8;
NullCheck(L_45);
int32_t L_46 = L_45->get_type_0();
if (L_46)
{
goto IL_0156;
}
}
{
// i = ParseText(buffer, element.text, i);
StringBuilder_t * L_47 = V_6;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_48 = V_8;
NullCheck(L_48);
String_t* L_49 = L_48->get_text_2();
int32_t L_50 = V_7;
int32_t L_51 = TextField_ParseText_mC7E2FEE8375CCA50CC4BF4A179F5E67BFAAF6F24(__this, L_47, L_49, L_50, /*hidden argument*/NULL);
V_7 = L_51;
// elementCount = _elements.Count;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_52 = __this->get__elements_64();
NullCheck(L_52);
int32_t L_53 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_52, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
V_0 = L_53;
// }
goto IL_0169;
}
IL_0156:
{
// else if (element.isEntity)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_54 = V_8;
NullCheck(L_54);
bool L_55 = HtmlElement_get_isEntity_m920D4851ED88DCD6BA7C236C0CD702AC79668B06(L_54, /*hidden argument*/NULL);
if (!L_55)
{
goto IL_0169;
}
}
{
// buffer.Append(' ');
StringBuilder_t * L_56 = V_6;
NullCheck(L_56);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_56, ((int32_t)32), /*hidden argument*/NULL);
}
IL_0169:
{
// i++;
int32_t L_57 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1));
}
IL_016f:
{
// while (i < elementCount)
int32_t L_58 = V_7;
int32_t L_59 = V_0;
if ((((int32_t)L_58) < ((int32_t)L_59)))
{
goto IL_010f;
}
}
{
// _parsedText = buffer.ToString();
StringBuilder_t * L_60 = V_6;
NullCheck(L_60);
String_t* L_61 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_60);
__this->set__parsedText_75(L_61);
}
IL_0181:
{
// }
return;
}
}
// System.Void FairyGUI.TextField::BuildLines2()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_BuildLines2_mE868249BB54EC7A129B5C1C944C19B3CD5C191F6 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextField_BuildLines2_mE868249BB54EC7A129B5C1C944C19B3CD5C191F6_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 V_4 = 0.0f;
int16_t V_5 = 0;
float V_6 = 0.0f;
bool V_7 = false;
int32_t V_8 = 0;
int32_t V_9 = 0;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * V_10 = NULL;
bool V_11 = false;
int32_t V_12 = 0;
int32_t V_13 = 0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_14 = NULL;
int32_t V_15 = 0;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * V_16 = NULL;
float V_17 = 0.0f;
int32_t V_18 = 0;
Il2CppChar V_19 = 0x0;
RuntimeObject* V_20 = NULL;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * V_21 = NULL;
int32_t G_B5_0 = 0;
int32_t G_B88_0 = 0;
int32_t G_B87_0 = 0;
int32_t G_B89_0 = 0;
int32_t G_B89_1 = 0;
{
// int letterSpacing = _textFormat.letterSpacing;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_0 = __this->get__textFormat_53();
NullCheck(L_0);
int32_t L_1 = L_0->get_letterSpacing_4();
V_0 = L_1;
// int lineSpacing = _textFormat.lineSpacing - 1;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_2 = __this->get__textFormat_53();
NullCheck(L_2);
int32_t L_3 = L_2->get_lineSpacing_3();
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1));
// float rectWidth = _contentRect.width - GUTTER_X * 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_4 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_5 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_4, /*hidden argument*/NULL);
V_2 = ((float)il2cpp_codegen_subtract((float)L_5, (float)(4.0f)));
// float glyphWidth = 0, glyphHeight = 0;
V_3 = (0.0f);
// float glyphWidth = 0, glyphHeight = 0;
V_4 = (0.0f);
// short wordChars = 0;
V_5 = (int16_t)0;
// float wordStart = 0;
V_6 = (0.0f);
// bool wordPossible = false;
V_7 = (bool)0;
// int supSpace = 0, subSpace = 0;
V_8 = 0;
// int supSpace = 0, subSpace = 0;
V_9 = 0;
// TextFormat format = _textFormat;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_6 = __this->get__textFormat_53();
V_10 = L_6;
// _font.SetFormat(format, _fontSizeScale);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_7 = __this->get__font_67();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_8 = V_10;
float L_9 = __this->get__fontSizeScale_73();
NullCheck(L_7);
VirtActionInvoker2< TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *, float >::Invoke(4 /* System.Void FairyGUI.BaseFont::SetFormat(FairyGUI.TextFormat,System.Single) */, L_7, L_8, L_9);
// if (_input)
bool L_10 = __this->get__input_54();
if (!L_10)
{
goto IL_0080;
}
}
{
// letterSpacing++;
int32_t L_11 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
// wrap = !_singleLine;
bool L_12 = __this->get__singleLine_58();
V_11 = (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0);
// }
goto IL_00ac;
}
IL_0080:
{
// wrap = _wordWrap && !_singleLine;
bool L_13 = __this->get__wordWrap_57();
if (!L_13)
{
goto IL_0093;
}
}
{
bool L_14 = __this->get__singleLine_58();
G_B5_0 = ((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
goto IL_0094;
}
IL_0093:
{
G_B5_0 = 0;
}
IL_0094:
{
V_11 = (bool)G_B5_0;
// if (_maxWidth > 0)
int32_t L_15 = __this->get__maxWidth_60();
if ((((int32_t)L_15) <= ((int32_t)0)))
{
goto IL_00ac;
}
}
{
// wrap = true;
V_11 = (bool)1;
// rectWidth = _maxWidth - GUTTER_X * 2;
int32_t L_16 = __this->get__maxWidth_60();
V_2 = (((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)4)))));
}
IL_00ac:
{
// _textWidth = _textHeight = 0;
float L_17 = (0.0f);
V_17 = L_17;
__this->set__textHeight_69(L_17);
float L_18 = V_17;
__this->set__textWidth_68(L_18);
// RequestText();
TextField_RequestText_m89AD901F866F3A77BBE3E3045EDDDF559CBEF2A5(__this, /*hidden argument*/NULL);
// int elementCount = _elements.Count;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_19 = __this->get__elements_64();
NullCheck(L_19);
int32_t L_20 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_19, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
V_12 = L_20;
// int elementIndex = 0;
V_13 = 0;
// HtmlElement element = null;
V_14 = (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E *)NULL;
// if (elementCount > 0)
int32_t L_21 = V_12;
if ((((int32_t)L_21) <= ((int32_t)0)))
{
goto IL_00ef;
}
}
{
// element = _elements[elementIndex];
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_22 = __this->get__elements_64();
int32_t L_23 = V_13;
NullCheck(L_22);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_24 = List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline(L_22, L_23, /*hidden argument*/List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var);
V_14 = L_24;
}
IL_00ef:
{
// int textLength = _parsedText.Length;
String_t* L_25 = __this->get__parsedText_75();
NullCheck(L_25);
int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_25, /*hidden argument*/NULL);
V_15 = L_26;
// LineInfo line = LineInfo.Borrow();
IL2CPP_RUNTIME_CLASS_INIT(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_27 = LineInfo_Borrow_mE5AE779597E8FCD1EBF6271990EBC19663E37283(/*hidden argument*/NULL);
V_16 = L_27;
// _lines.Add(line);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_28 = __this->get__lines_65();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_29 = V_16;
NullCheck(L_28);
List_1_Add_m3310DF6E8E2990DE22EA90BC6105AB048D55B9B7(L_28, L_29, /*hidden argument*/List_1_Add_m3310DF6E8E2990DE22EA90BC6105AB048D55B9B7_RuntimeMethod_var);
// line.y = line.y2 = GUTTER_Y;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_30 = V_16;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_31 = V_16;
float L_32 = (2.0f);
V_17 = L_32;
NullCheck(L_31);
L_31->set_y2_6(L_32);
float L_33 = V_17;
NullCheck(L_30);
L_30->set_y_5(L_33);
// for (int charIndex = 0; charIndex < textLength; charIndex++)
V_18 = 0;
goto IL_058e;
}
IL_0130:
{
// char ch = _parsedText[charIndex];
String_t* L_34 = __this->get__parsedText_75();
int32_t L_35 = V_18;
NullCheck(L_34);
Il2CppChar L_36 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_34, L_35, /*hidden argument*/NULL);
V_19 = L_36;
// glyphWidth = glyphHeight = 0;
float L_37 = (0.0f);
V_4 = L_37;
V_3 = L_37;
goto IL_0210;
}
IL_014d:
{
// if (element.type == HtmlElementType.Text)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_38 = V_14;
NullCheck(L_38);
int32_t L_39 = L_38->get_type_0();
if (L_39)
{
goto IL_0174;
}
}
{
// format = element.format;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_40 = V_14;
NullCheck(L_40);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_41 = L_40->get_format_3();
V_10 = L_41;
// _font.SetFormat(format, _fontSizeScale);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_42 = __this->get__font_67();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_43 = V_10;
float L_44 = __this->get__fontSizeScale_73();
NullCheck(L_42);
VirtActionInvoker2< TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *, float >::Invoke(4 /* System.Void FairyGUI.BaseFont::SetFormat(FairyGUI.TextFormat,System.Single) */, L_42, L_43, L_44);
// }
goto IL_01f0;
}
IL_0174:
{
// IHtmlObject htmlObject = element.htmlObject;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_45 = V_14;
NullCheck(L_45);
RuntimeObject* L_46 = L_45->get_htmlObject_5();
V_20 = L_46;
// if (_richTextField != null && htmlObject == null)
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_47 = __this->get__richTextField_77();
if (!L_47)
{
goto IL_01c3;
}
}
{
RuntimeObject* L_48 = V_20;
if (L_48)
{
goto IL_01c3;
}
}
{
// element.space = (int)(rectWidth - line.width - 4);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_49 = V_14;
float L_50 = V_2;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_51 = V_16;
NullCheck(L_51);
float L_52 = L_51->get_width_0();
NullCheck(L_49);
L_49->set_space_7((((int32_t)((int32_t)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_50, (float)L_52)), (float)(4.0f)))))));
// htmlObject = _richTextField.htmlPageContext.CreateObject(_richTextField, element);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_53 = __this->get__richTextField_77();
NullCheck(L_53);
RuntimeObject* L_54 = RichTextField_get_htmlPageContext_mD6B386EC4FC182AE2560B829AF30E134B611212A_inline(L_53, /*hidden argument*/NULL);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_55 = __this->get__richTextField_77();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_56 = V_14;
NullCheck(L_54);
RuntimeObject* L_57 = InterfaceFuncInvoker2< RuntimeObject*, RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 *, HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * >::Invoke(0 /* FairyGUI.Utils.IHtmlObject FairyGUI.Utils.IHtmlPageContext::CreateObject(FairyGUI.RichTextField,FairyGUI.Utils.HtmlElement) */, IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA_il2cpp_TypeInfo_var, L_54, L_55, L_56);
V_20 = L_57;
// element.htmlObject = htmlObject;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_58 = V_14;
RuntimeObject* L_59 = V_20;
NullCheck(L_58);
L_58->set_htmlObject_5(L_59);
}
IL_01c3:
{
// if (htmlObject != null)
RuntimeObject* L_60 = V_20;
if (!L_60)
{
goto IL_01e4;
}
}
{
// glyphWidth = (int)htmlObject.width;
RuntimeObject* L_61 = V_20;
NullCheck(L_61);
float L_62 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single FairyGUI.Utils.IHtmlObject::get_width() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_61);
V_3 = (((float)((float)(((int32_t)((int32_t)L_62))))));
// glyphHeight = (int)htmlObject.height;
RuntimeObject* L_63 = V_20;
NullCheck(L_63);
float L_64 = InterfaceFuncInvoker0< float >::Invoke(1 /* System.Single FairyGUI.Utils.IHtmlObject::get_height() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_63);
V_4 = (((float)((float)(((int32_t)((int32_t)L_64))))));
// glyphWidth += 2;
float L_65 = V_3;
V_3 = ((float)il2cpp_codegen_add((float)L_65, (float)(2.0f)));
}
IL_01e4:
{
// if (element.isEntity)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_66 = V_14;
NullCheck(L_66);
bool L_67 = HtmlElement_get_isEntity_m920D4851ED88DCD6BA7C236C0CD702AC79668B06(L_66, /*hidden argument*/NULL);
if (!L_67)
{
goto IL_01f0;
}
}
{
// ch = '\0'; //??????????????
V_19 = 0;
}
IL_01f0:
{
// elementIndex++;
int32_t L_68 = V_13;
V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1));
// if (elementIndex < elementCount)
int32_t L_69 = V_13;
int32_t L_70 = V_12;
if ((((int32_t)L_69) >= ((int32_t)L_70)))
{
goto IL_020d;
}
}
{
// element = _elements[elementIndex];
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_71 = __this->get__elements_64();
int32_t L_72 = V_13;
NullCheck(L_71);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_73 = List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline(L_71, L_72, /*hidden argument*/List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var);
V_14 = L_73;
goto IL_0210;
}
IL_020d:
{
// element = null;
V_14 = (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E *)NULL;
}
IL_0210:
{
// while (element != null && element.charIndex == charIndex)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_74 = V_14;
if (!L_74)
{
goto IL_0222;
}
}
{
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_75 = V_14;
NullCheck(L_75);
int32_t L_76 = L_75->get_charIndex_4();
int32_t L_77 = V_18;
if ((((int32_t)L_76) == ((int32_t)L_77)))
{
goto IL_014d;
}
}
IL_0222:
{
// line.charCount++;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_78 = V_16;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_79 = L_78;
NullCheck(L_79);
int16_t L_80 = L_79->get_charCount_4();
NullCheck(L_79);
L_79->set_charCount_4((((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1))))));
// if (ch == '\0' || ch == '\n')
Il2CppChar L_81 = V_19;
if (!L_81)
{
goto IL_023c;
}
}
{
Il2CppChar L_82 = V_19;
if ((!(((uint32_t)L_82) == ((uint32_t)((int32_t)10)))))
{
goto IL_0247;
}
}
IL_023c:
{
// wordChars = 0;
V_5 = (int16_t)0;
// wordPossible = false;
V_7 = (bool)0;
// }
goto IL_0310;
}
IL_0247:
{
// if (char.IsWhiteSpace(ch))
Il2CppChar L_83 = V_19;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_84 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_83, /*hidden argument*/NULL);
if (!L_84)
{
goto IL_0258;
}
}
{
// wordChars = 0;
V_5 = (int16_t)0;
// wordPossible = true;
V_7 = (bool)1;
// }
goto IL_02bd;
}
IL_0258:
{
// else if (wordPossible && (ch >= 'a' && ch <= 'z' || ch >= 'A' && ch <= 'Z' || ch >= '0' && ch <= '9' || ch == '.' || ch == '"' || ch == '\''
// #if RTL_TEXT_SUPPORT
// || (_textDirection != RTLSupport.DirectionType.UNKNOW && RTLSupport.IsArabicLetter(ch))
// #endif
// ))
bool L_85 = V_7;
if (!L_85)
{
goto IL_02b7;
}
}
{
Il2CppChar L_86 = V_19;
if ((((int32_t)L_86) < ((int32_t)((int32_t)97))))
{
goto IL_0268;
}
}
{
Il2CppChar L_87 = V_19;
if ((((int32_t)L_87) <= ((int32_t)((int32_t)122))))
{
goto IL_0292;
}
}
IL_0268:
{
Il2CppChar L_88 = V_19;
if ((((int32_t)L_88) < ((int32_t)((int32_t)65))))
{
goto IL_0274;
}
}
{
Il2CppChar L_89 = V_19;
if ((((int32_t)L_89) <= ((int32_t)((int32_t)90))))
{
goto IL_0292;
}
}
IL_0274:
{
Il2CppChar L_90 = V_19;
if ((((int32_t)L_90) < ((int32_t)((int32_t)48))))
{
goto IL_0280;
}
}
{
Il2CppChar L_91 = V_19;
if ((((int32_t)L_91) <= ((int32_t)((int32_t)57))))
{
goto IL_0292;
}
}
IL_0280:
{
Il2CppChar L_92 = V_19;
if ((((int32_t)L_92) == ((int32_t)((int32_t)46))))
{
goto IL_0292;
}
}
{
Il2CppChar L_93 = V_19;
if ((((int32_t)L_93) == ((int32_t)((int32_t)34))))
{
goto IL_0292;
}
}
{
Il2CppChar L_94 = V_19;
if ((!(((uint32_t)L_94) == ((uint32_t)((int32_t)39)))))
{
goto IL_02b7;
}
}
IL_0292:
{
// if (wordChars == 0)
int16_t L_95 = V_5;
if (L_95)
{
goto IL_02a1;
}
}
{
// wordStart = line.width;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_96 = V_16;
NullCheck(L_96);
float L_97 = L_96->get_width_0();
V_6 = L_97;
goto IL_02ae;
}
IL_02a1:
{
// else if (wordChars > 10)
int16_t L_98 = V_5;
if ((((int32_t)L_98) <= ((int32_t)((int32_t)10))))
{
goto IL_02ae;
}
}
{
// wordChars = short.MinValue;
V_5 = (int16_t)((int32_t)-32768);
}
IL_02ae:
{
// wordChars++;
int16_t L_99 = V_5;
V_5 = (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)))));
// }
goto IL_02bd;
}
IL_02b7:
{
// wordChars = 0;
V_5 = (int16_t)0;
// wordPossible = false;
V_7 = (bool)0;
}
IL_02bd:
{
// if (_font.GetGlyphSize(ch, out glyphWidth, out glyphHeight))
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_100 = __this->get__font_67();
Il2CppChar L_101 = V_19;
NullCheck(L_100);
bool L_102 = VirtFuncInvoker3< bool, Il2CppChar, float*, float* >::Invoke(6 /* System.Boolean FairyGUI.BaseFont::GetGlyphSize(System.Char,System.Single&,System.Single&) */, L_100, L_101, (float*)(&V_3), (float*)(&V_4));
if (!L_102)
{
goto IL_0310;
}
}
{
// if (glyphHeight > line.textHeight)
float L_103 = V_4;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_104 = V_16;
NullCheck(L_104);
float L_105 = L_104->get_textHeight_2();
if ((!(((float)L_103) > ((float)L_105))))
{
goto IL_02e4;
}
}
{
// line.textHeight = glyphHeight;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_106 = V_16;
float L_107 = V_4;
NullCheck(L_106);
L_106->set_textHeight_2(L_107);
}
IL_02e4:
{
// if (format.specialStyle == TextFormat.SpecialStyle.Subscript)
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_108 = V_10;
NullCheck(L_108);
int32_t L_109 = L_108->get_specialStyle_10();
if ((!(((uint32_t)L_109) == ((uint32_t)2))))
{
goto IL_02fb;
}
}
{
// subSpace = (int)(glyphHeight * 0.333f);
float L_110 = V_4;
V_9 = (((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_110, (float)(0.333f))))));
goto IL_0310;
}
IL_02fb:
{
// else if (format.specialStyle == TextFormat.SpecialStyle.Superscript)
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_111 = V_10;
NullCheck(L_111);
int32_t L_112 = L_111->get_specialStyle_10();
if ((!(((uint32_t)L_112) == ((uint32_t)1))))
{
goto IL_0310;
}
}
{
// supSpace = (int)(glyphHeight * 0.333f);
float L_113 = V_4;
V_8 = (((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_113, (float)(0.333f))))));
}
IL_0310:
{
// if (glyphWidth > 0)
float L_114 = V_3;
if ((!(((float)L_114) > ((float)(0.0f)))))
{
goto IL_0359;
}
}
{
// if (glyphHeight > line.height)
float L_115 = V_4;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_116 = V_16;
NullCheck(L_116);
float L_117 = L_116->get_height_1();
if ((!(((float)L_115) > ((float)L_117))))
{
goto IL_032c;
}
}
{
// line.height = glyphHeight;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_118 = V_16;
float L_119 = V_4;
NullCheck(L_118);
L_118->set_height_1(L_119);
}
IL_032c:
{
// if (line.width != 0)
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_120 = V_16;
NullCheck(L_120);
float L_121 = L_120->get_width_0();
if ((((float)L_121) == ((float)(0.0f))))
{
goto IL_034a;
}
}
{
// line.width += letterSpacing;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_122 = V_16;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_123 = L_122;
NullCheck(L_123);
float L_124 = L_123->get_width_0();
int32_t L_125 = V_0;
NullCheck(L_123);
L_123->set_width_0(((float)il2cpp_codegen_add((float)L_124, (float)(((float)((float)L_125))))));
}
IL_034a:
{
// line.width += glyphWidth;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_126 = V_16;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_127 = L_126;
NullCheck(L_127);
float L_128 = L_127->get_width_0();
float L_129 = V_3;
NullCheck(L_127);
L_127->set_width_0(((float)il2cpp_codegen_add((float)L_128, (float)L_129)));
}
IL_0359:
{
// if (ch == '\n' || wrap && line.width > rectWidth && format.specialStyle == TextFormat.SpecialStyle.None)
Il2CppChar L_130 = V_19;
if ((((int32_t)L_130) == ((int32_t)((int32_t)10))))
{
goto IL_037f;
}
}
{
bool L_131 = V_11;
if (!L_131)
{
goto IL_0588;
}
}
{
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_132 = V_16;
NullCheck(L_132);
float L_133 = L_132->get_width_0();
float L_134 = V_2;
if ((!(((float)L_133) > ((float)L_134))))
{
goto IL_0588;
}
}
{
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_135 = V_10;
NullCheck(L_135);
int32_t L_136 = L_135->get_specialStyle_10();
if (L_136)
{
goto IL_0588;
}
}
IL_037f:
{
// if (line.textHeight == 0)
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_137 = V_16;
NullCheck(L_137);
float L_138 = L_137->get_textHeight_2();
if ((!(((float)L_138) == ((float)(0.0f)))))
{
goto IL_03ec;
}
}
{
// if (line.height == 0)
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_139 = V_16;
NullCheck(L_139);
float L_140 = L_139->get_height_1();
if ((!(((float)L_140) == ((float)(0.0f)))))
{
goto IL_03de;
}
}
{
// if (_lines.Count == 1)
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_141 = __this->get__lines_65();
NullCheck(L_141);
int32_t L_142 = List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_inline(L_141, /*hidden argument*/List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_RuntimeMethod_var);
if ((!(((uint32_t)L_142) == ((uint32_t)1))))
{
goto IL_03ba;
}
}
{
// line.height = format.size;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_143 = V_16;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_144 = V_10;
NullCheck(L_144);
int32_t L_145 = L_144->get_size_0();
NullCheck(L_143);
L_143->set_height_1((((float)((float)L_145))));
goto IL_03de;
}
IL_03ba:
{
// line.height = _lines[_lines.Count - 2].height;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_146 = V_16;
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_147 = __this->get__lines_65();
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_148 = __this->get__lines_65();
NullCheck(L_148);
int32_t L_149 = List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_inline(L_148, /*hidden argument*/List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_RuntimeMethod_var);
NullCheck(L_147);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_150 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_147, ((int32_t)il2cpp_codegen_subtract((int32_t)L_149, (int32_t)2)), /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
NullCheck(L_150);
float L_151 = L_150->get_height_1();
NullCheck(L_146);
L_146->set_height_1(L_151);
}
IL_03de:
{
// line.textHeight = line.height;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_152 = V_16;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_153 = V_16;
NullCheck(L_153);
float L_154 = L_153->get_height_1();
NullCheck(L_152);
L_152->set_textHeight_2(L_154);
}
IL_03ec:
{
// if (supSpace != 0)
int32_t L_155 = V_8;
if (!L_155)
{
goto IL_040e;
}
}
{
// line.height = Mathf.Max(line.textHeight + supSpace, line.height);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_156 = V_16;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_157 = V_16;
NullCheck(L_157);
float L_158 = L_157->get_textHeight_2();
int32_t L_159 = V_8;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_160 = V_16;
NullCheck(L_160);
float L_161 = L_160->get_height_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_162 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(((float)il2cpp_codegen_add((float)L_158, (float)(((float)((float)L_159))))), L_161, /*hidden argument*/NULL);
NullCheck(L_156);
L_156->set_height_1(L_162);
}
IL_040e:
{
// LineInfo newLine = LineInfo.Borrow();
IL2CPP_RUNTIME_CLASS_INIT(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_163 = LineInfo_Borrow_mE5AE779597E8FCD1EBF6271990EBC19663E37283(/*hidden argument*/NULL);
V_21 = L_163;
// _lines.Add(newLine);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_164 = __this->get__lines_65();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_165 = V_21;
NullCheck(L_164);
List_1_Add_m3310DF6E8E2990DE22EA90BC6105AB048D55B9B7(L_164, L_165, /*hidden argument*/List_1_Add_m3310DF6E8E2990DE22EA90BC6105AB048D55B9B7_RuntimeMethod_var);
// newLine.y = line.y + (line.height + lineSpacing);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_166 = V_21;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_167 = V_16;
NullCheck(L_167);
float L_168 = L_167->get_y_5();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_169 = V_16;
NullCheck(L_169);
float L_170 = L_169->get_height_1();
int32_t L_171 = V_1;
NullCheck(L_166);
L_166->set_y_5(((float)il2cpp_codegen_add((float)L_168, (float)((float)il2cpp_codegen_add((float)L_170, (float)(((float)((float)L_171))))))));
// if (newLine.y < GUTTER_Y)
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_172 = V_21;
NullCheck(L_172);
float L_173 = L_172->get_y_5();
if ((!(((float)L_173) < ((float)(2.0f)))))
{
goto IL_0455;
}
}
{
// newLine.y = GUTTER_Y;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_174 = V_21;
NullCheck(L_174);
L_174->set_y_5((2.0f));
}
IL_0455:
{
// newLine.y2 = newLine.y;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_175 = V_21;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_176 = V_21;
NullCheck(L_176);
float L_177 = L_176->get_y_5();
NullCheck(L_175);
L_175->set_y2_6(L_177);
// if (ch == '\n' || line.charCount == 1) //the line cannt fit even a char
Il2CppChar L_178 = V_19;
if ((((int32_t)L_178) == ((int32_t)((int32_t)10))))
{
goto IL_0473;
}
}
{
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_179 = V_16;
NullCheck(L_179);
int16_t L_180 = L_179->get_charCount_4();
if ((!(((uint32_t)L_180) == ((uint32_t)1))))
{
goto IL_047e;
}
}
IL_0473:
{
// wordChars = 0;
V_5 = (int16_t)0;
// wordPossible = false;
V_7 = (bool)0;
// }
goto IL_0539;
}
IL_047e:
{
// else if (wordChars > 0 && wordStart > 0) //if word had broken, move it to new line
int16_t L_181 = V_5;
if ((((int32_t)L_181) <= ((int32_t)0)))
{
goto IL_04e5;
}
}
{
float L_182 = V_6;
if ((!(((float)L_182) > ((float)(0.0f)))))
{
goto IL_04e5;
}
}
{
// newLine.charCount = wordChars;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_183 = V_21;
int16_t L_184 = V_5;
NullCheck(L_183);
L_183->set_charCount_4(L_184);
// newLine.width = line.width - wordStart;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_185 = V_21;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_186 = V_16;
NullCheck(L_186);
float L_187 = L_186->get_width_0();
float L_188 = V_6;
NullCheck(L_185);
L_185->set_width_0(((float)il2cpp_codegen_subtract((float)L_187, (float)L_188)));
// newLine.height = line.height;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_189 = V_21;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_190 = V_16;
NullCheck(L_190);
float L_191 = L_190->get_height_1();
NullCheck(L_189);
L_189->set_height_1(L_191);
// newLine.textHeight = line.textHeight;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_192 = V_21;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_193 = V_16;
NullCheck(L_193);
float L_194 = L_193->get_textHeight_2();
NullCheck(L_192);
L_192->set_textHeight_2(L_194);
// line.charCount -= wordChars;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_195 = V_16;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_196 = L_195;
NullCheck(L_196);
int16_t L_197 = L_196->get_charCount_4();
int16_t L_198 = V_5;
NullCheck(L_196);
L_196->set_charCount_4((((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_197, (int32_t)L_198))))));
// line.width = wordStart;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_199 = V_16;
float L_200 = V_6;
NullCheck(L_199);
L_199->set_width_0(L_200);
// wordStart = 0;
V_6 = (0.0f);
// }
goto IL_0539;
}
IL_04e5:
{
// newLine.charCount = 1;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_201 = V_21;
NullCheck(L_201);
L_201->set_charCount_4((int16_t)1);
// newLine.width = glyphWidth;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_202 = V_21;
float L_203 = V_3;
NullCheck(L_202);
L_202->set_width_0(L_203);
// newLine.height = glyphHeight;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_204 = V_21;
float L_205 = V_4;
NullCheck(L_204);
L_204->set_height_1(L_205);
// if (ch != '\0')
Il2CppChar L_206 = V_19;
if (!L_206)
{
goto IL_0510;
}
}
{
// newLine.textHeight = newLine.height;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_207 = V_21;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_208 = V_21;
NullCheck(L_208);
float L_209 = L_208->get_height_1();
NullCheck(L_207);
L_207->set_textHeight_2(L_209);
}
IL_0510:
{
// line.charCount -= 1;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_210 = V_16;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_211 = L_210;
NullCheck(L_211);
int16_t L_212 = L_211->get_charCount_4();
NullCheck(L_211);
L_211->set_charCount_4((((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_212, (int32_t)1))))));
// line.width = line.width - (glyphWidth + letterSpacing);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_213 = V_16;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_214 = V_16;
NullCheck(L_214);
float L_215 = L_214->get_width_0();
float L_216 = V_3;
int32_t L_217 = V_0;
NullCheck(L_213);
L_213->set_width_0(((float)il2cpp_codegen_subtract((float)L_215, (float)((float)il2cpp_codegen_add((float)L_216, (float)(((float)((float)L_217))))))));
// wordChars = 0;
V_5 = (int16_t)0;
// wordPossible = false;
V_7 = (bool)0;
}
IL_0539:
{
// newLine.charIndex = line.charIndex + line.charCount;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_218 = V_21;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_219 = V_16;
NullCheck(L_219);
int32_t L_220 = L_219->get_charIndex_3();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_221 = V_16;
NullCheck(L_221);
int16_t L_222 = L_221->get_charCount_4();
NullCheck(L_218);
L_218->set_charIndex_3(((int32_t)il2cpp_codegen_add((int32_t)L_220, (int32_t)L_222)));
// if (line.width > _textWidth)
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_223 = V_16;
NullCheck(L_223);
float L_224 = L_223->get_width_0();
float L_225 = __this->get__textWidth_68();
if ((!(((float)L_224) > ((float)L_225))))
{
goto IL_056b;
}
}
{
// _textWidth = line.width;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_226 = V_16;
NullCheck(L_226);
float L_227 = L_226->get_width_0();
__this->set__textWidth_68(L_227);
}
IL_056b:
{
// if (subSpace != 0 && subSpace > lineSpacing)
int32_t L_228 = V_9;
if (!L_228)
{
goto IL_0581;
}
}
{
int32_t L_229 = V_9;
int32_t L_230 = V_1;
if ((((int32_t)L_229) <= ((int32_t)L_230)))
{
goto IL_0581;
}
}
{
// supSpace = subSpace - (lineSpacing > 0 ? lineSpacing : 0);
int32_t L_231 = V_9;
int32_t L_232 = V_1;
G_B87_0 = L_231;
if ((((int32_t)L_232) > ((int32_t)0)))
{
G_B88_0 = L_231;
goto IL_057d;
}
}
{
G_B89_0 = 0;
G_B89_1 = G_B87_0;
goto IL_057e;
}
IL_057d:
{
int32_t L_233 = V_1;
G_B89_0 = L_233;
G_B89_1 = G_B88_0;
}
IL_057e:
{
V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)G_B89_1, (int32_t)G_B89_0));
}
IL_0581:
{
// subSpace = 0;
V_9 = 0;
// line = newLine;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_234 = V_21;
V_16 = L_234;
}
IL_0588:
{
// for (int charIndex = 0; charIndex < textLength; charIndex++)
int32_t L_235 = V_18;
V_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_235, (int32_t)1));
}
IL_058e:
{
// for (int charIndex = 0; charIndex < textLength; charIndex++)
int32_t L_236 = V_18;
int32_t L_237 = V_15;
if ((((int32_t)L_236) < ((int32_t)L_237)))
{
goto IL_0130;
}
}
{
// line = _lines[_lines.Count - 1];
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_238 = __this->get__lines_65();
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_239 = __this->get__lines_65();
NullCheck(L_239);
int32_t L_240 = List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_inline(L_239, /*hidden argument*/List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_RuntimeMethod_var);
NullCheck(L_238);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_241 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_238, ((int32_t)il2cpp_codegen_subtract((int32_t)L_240, (int32_t)1)), /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
V_16 = L_241;
// if (line.textHeight == 0)
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_242 = V_16;
NullCheck(L_242);
float L_243 = L_242->get_textHeight_2();
if ((!(((float)L_243) == ((float)(0.0f)))))
{
goto IL_061e;
}
}
{
// if (line.height == 0)
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_244 = V_16;
NullCheck(L_244);
float L_245 = L_244->get_height_1();
if ((!(((float)L_245) == ((float)(0.0f)))))
{
goto IL_0610;
}
}
{
// if (_lines.Count == 1)
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_246 = __this->get__lines_65();
NullCheck(L_246);
int32_t L_247 = List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_inline(L_246, /*hidden argument*/List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_RuntimeMethod_var);
if ((!(((uint32_t)L_247) == ((uint32_t)1))))
{
goto IL_05ec;
}
}
{
// line.height = format.size;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_248 = V_16;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_249 = V_10;
NullCheck(L_249);
int32_t L_250 = L_249->get_size_0();
NullCheck(L_248);
L_248->set_height_1((((float)((float)L_250))));
goto IL_0610;
}
IL_05ec:
{
// line.height = _lines[_lines.Count - 2].height;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_251 = V_16;
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_252 = __this->get__lines_65();
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_253 = __this->get__lines_65();
NullCheck(L_253);
int32_t L_254 = List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_inline(L_253, /*hidden argument*/List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_RuntimeMethod_var);
NullCheck(L_252);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_255 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_252, ((int32_t)il2cpp_codegen_subtract((int32_t)L_254, (int32_t)2)), /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
NullCheck(L_255);
float L_256 = L_255->get_height_1();
NullCheck(L_251);
L_251->set_height_1(L_256);
}
IL_0610:
{
// line.textHeight = line.height;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_257 = V_16;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_258 = V_16;
NullCheck(L_258);
float L_259 = L_258->get_height_1();
NullCheck(L_257);
L_257->set_textHeight_2(L_259);
}
IL_061e:
{
// if (subSpace > 0)
int32_t L_260 = V_9;
if ((((int32_t)L_260) <= ((int32_t)0)))
{
goto IL_0634;
}
}
{
// line.height += subSpace;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_261 = V_16;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_262 = L_261;
NullCheck(L_262);
float L_263 = L_262->get_height_1();
int32_t L_264 = V_9;
NullCheck(L_262);
L_262->set_height_1(((float)il2cpp_codegen_add((float)L_263, (float)(((float)((float)L_264))))));
}
IL_0634:
{
// if (line.width > _textWidth)
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_265 = V_16;
NullCheck(L_265);
float L_266 = L_265->get_width_0();
float L_267 = __this->get__textWidth_68();
if ((!(((float)L_266) > ((float)L_267))))
{
goto IL_0650;
}
}
{
// _textWidth = line.width;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_268 = V_16;
NullCheck(L_268);
float L_269 = L_268->get_width_0();
__this->set__textWidth_68(L_269);
}
IL_0650:
{
// if (_textWidth > 0)
float L_270 = __this->get__textWidth_68();
if ((!(((float)L_270) > ((float)(0.0f)))))
{
goto IL_066f;
}
}
{
// _textWidth += GUTTER_X * 2;
float L_271 = __this->get__textWidth_68();
__this->set__textWidth_68(((float)il2cpp_codegen_add((float)L_271, (float)(4.0f))));
}
IL_066f:
{
// _textHeight = line.y + line.height + GUTTER_Y;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_272 = V_16;
NullCheck(L_272);
float L_273 = L_272->get_y_5();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_274 = V_16;
NullCheck(L_274);
float L_275 = L_274->get_height_1();
__this->set__textHeight_69(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_273, (float)L_275)), (float)(2.0f))));
// _textWidth = Mathf.CeilToInt(_textWidth);
float L_276 = __this->get__textWidth_68();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_277 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(L_276, /*hidden argument*/NULL);
__this->set__textWidth_68((((float)((float)L_277))));
// _textHeight = Mathf.CeilToInt(_textHeight);
float L_278 = __this->get__textHeight_69();
int32_t L_279 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(L_278, /*hidden argument*/NULL);
__this->set__textHeight_69((((float)((float)L_279))));
// }
return;
}
}
// System.Void FairyGUI.TextField::DoShrink()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_DoShrink_mFFBDC22532B243E7BBC248324DCAC4F584392059 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextField_DoShrink_mFFBDC22532B243E7BBC248324DCAC4F584392059_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
// if (_lines.Count > 1 && _textHeight > _contentRect.height)
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_0 = __this->get__lines_65();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_inline(L_0, /*hidden argument*/List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_RuntimeMethod_var);
if ((((int32_t)L_1) <= ((int32_t)1)))
{
goto IL_00db;
}
}
{
float L_2 = __this->get__textHeight_69();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_3 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_4 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_3, /*hidden argument*/NULL);
if ((!(((float)L_2) > ((float)L_4))))
{
goto IL_00db;
}
}
{
// int low = 0;
V_0 = 0;
// int high = _textFormat.size;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_5 = __this->get__textFormat_53();
NullCheck(L_5);
int32_t L_6 = L_5->get_size_0();
V_1 = L_6;
// _fontSizeScale = Mathf.Sqrt(_contentRect.height / _textHeight);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_7 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_8 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_7, /*hidden argument*/NULL);
float L_9 = __this->get__textHeight_69();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_10 = sqrtf(((float)((float)L_8/(float)L_9)));
__this->set__fontSizeScale_73(L_10);
// int cur = Mathf.FloorToInt(_fontSizeScale * _textFormat.size);
float L_11 = __this->get__fontSizeScale_73();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_12 = __this->get__textFormat_53();
NullCheck(L_12);
int32_t L_13 = L_12->get_size_0();
int32_t L_14 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)il2cpp_codegen_multiply((float)L_11, (float)(((float)((float)L_13))))), /*hidden argument*/NULL);
V_2 = L_14;
}
IL_006b:
{
// LineInfo.Return(_lines);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_15 = __this->get__lines_65();
IL2CPP_RUNTIME_CLASS_INIT(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var);
LineInfo_Return_m293BAC9A1EC7C8C8E2635C63BA918BD5223D637F(L_15, /*hidden argument*/NULL);
// BuildLines2();
TextField_BuildLines2_mE868249BB54EC7A129B5C1C944C19B3CD5C191F6(__this, /*hidden argument*/NULL);
// if (_textWidth > _contentRect.width || _textHeight > _contentRect.height)
float L_16 = __this->get__textWidth_68();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_17 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_18 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_17, /*hidden argument*/NULL);
if ((((float)L_16) > ((float)L_18)))
{
goto IL_00a2;
}
}
{
float L_19 = __this->get__textHeight_69();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_20 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_21 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_20, /*hidden argument*/NULL);
if ((!(((float)L_19) > ((float)L_21))))
{
goto IL_00a6;
}
}
IL_00a2:
{
// high = cur;
int32_t L_22 = V_2;
V_1 = L_22;
goto IL_00a8;
}
IL_00a6:
{
// low = cur;
int32_t L_23 = V_2;
V_0 = L_23;
}
IL_00a8:
{
// if (high - low > 1 || high != low && cur == high)
int32_t L_24 = V_1;
int32_t L_25 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25))) > ((int32_t)1)))
{
goto IL_00bc;
}
}
{
int32_t L_26 = V_1;
int32_t L_27 = V_0;
if ((((int32_t)L_26) == ((int32_t)L_27)))
{
goto IL_016d;
}
}
{
int32_t L_28 = V_2;
int32_t L_29 = V_1;
if ((!(((uint32_t)L_28) == ((uint32_t)L_29))))
{
goto IL_016d;
}
}
IL_00bc:
{
// cur = low + (high - low) / 2;
int32_t L_30 = V_0;
int32_t L_31 = V_1;
int32_t L_32 = V_0;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32))/(int32_t)2))));
// _fontSizeScale = (float)cur / _textFormat.size;
int32_t L_33 = V_2;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_34 = __this->get__textFormat_53();
NullCheck(L_34);
int32_t L_35 = L_34->get_size_0();
__this->set__fontSizeScale_73(((float)((float)(((float)((float)L_33)))/(float)(((float)((float)L_35))))));
// }
goto IL_006b;
}
IL_00db:
{
// else if (_textWidth > _contentRect.width)
float L_36 = __this->get__textWidth_68();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_37 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_38 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_37, /*hidden argument*/NULL);
if ((!(((float)L_36) > ((float)L_38))))
{
goto IL_016d;
}
}
{
// _fontSizeScale = _contentRect.width / _textWidth;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_39 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_40 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_39, /*hidden argument*/NULL);
float L_41 = __this->get__textWidth_68();
__this->set__fontSizeScale_73(((float)((float)L_40/(float)L_41)));
// LineInfo.Return(_lines);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_42 = __this->get__lines_65();
IL2CPP_RUNTIME_CLASS_INIT(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var);
LineInfo_Return_m293BAC9A1EC7C8C8E2635C63BA918BD5223D637F(L_42, /*hidden argument*/NULL);
// BuildLines2();
TextField_BuildLines2_mE868249BB54EC7A129B5C1C944C19B3CD5C191F6(__this, /*hidden argument*/NULL);
// if (_textWidth > _contentRect.width) //??????????????
float L_43 = __this->get__textWidth_68();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_44 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_45 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_44, /*hidden argument*/NULL);
if ((!(((float)L_43) > ((float)L_45))))
{
goto IL_016d;
}
}
{
// int size = Mathf.FloorToInt(_textFormat.size * _fontSizeScale);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_46 = __this->get__textFormat_53();
NullCheck(L_46);
int32_t L_47 = L_46->get_size_0();
float L_48 = __this->get__fontSizeScale_73();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_49 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)il2cpp_codegen_multiply((float)(((float)((float)L_47))), (float)L_48)), /*hidden argument*/NULL);
V_3 = L_49;
// size--;
int32_t L_50 = V_3;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1));
// _fontSizeScale = (float)size / _textFormat.size;
int32_t L_51 = V_3;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_52 = __this->get__textFormat_53();
NullCheck(L_52);
int32_t L_53 = L_52->get_size_0();
__this->set__fontSizeScale_73(((float)((float)(((float)((float)L_51)))/(float)(((float)((float)L_53))))));
// LineInfo.Return(_lines);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_54 = __this->get__lines_65();
IL2CPP_RUNTIME_CLASS_INIT(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var);
LineInfo_Return_m293BAC9A1EC7C8C8E2635C63BA918BD5223D637F(L_54, /*hidden argument*/NULL);
// BuildLines2();
TextField_BuildLines2_mE868249BB54EC7A129B5C1C944C19B3CD5C191F6(__this, /*hidden argument*/NULL);
}
IL_016d:
{
// }
return;
}
}
// System.Int32 FairyGUI.TextField::ParseText(System.Text.StringBuilder,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextField_ParseText_mC7E2FEE8375CCA50CC4BF4A179F5E67BFAAF6F24 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, StringBuilder_t * ___buffer0, String_t* ___source1, int32_t ___elementIndex2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextField_ParseText_mC7E2FEE8375CCA50CC4BF4A179F5E67BFAAF6F24_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
Il2CppChar V_4 = 0x0;
bool V_5 = false;
uint32_t V_6 = 0;
Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583 * V_7 = NULL;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_8 = NULL;
int32_t G_B3_0 = 0;
{
// int textLength = source.Length;
String_t* L_0 = ___source1;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// int j = 0;
V_1 = 0;
// int appendPos = 0;
V_2 = 0;
// bool hasEmojies = _richTextField != null && _richTextField.emojies != null;
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_2 = __this->get__richTextField_77();
if (!L_2)
{
goto IL_0023;
}
}
{
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_3 = __this->get__richTextField_77();
NullCheck(L_3);
Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * L_4 = RichTextField_get_emojies_m8CC01177CE71EB00C78535B23971127634F9C31A_inline(L_3, /*hidden argument*/NULL);
G_B3_0 = ((!(((RuntimeObject*)(Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 *)L_4) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
goto IL_0024;
}
IL_0023:
{
G_B3_0 = 0;
}
IL_0024:
{
V_3 = (bool)G_B3_0;
goto IL_01bb;
}
IL_002a:
{
// char ch = source[j];
String_t* L_5 = ___source1;
int32_t L_6 = V_1;
NullCheck(L_5);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL);
V_4 = L_7;
// if (ch == '\r')
Il2CppChar L_8 = V_4;
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)13)))))
{
goto IL_006e;
}
}
{
// buffer.Append(source, appendPos, j - appendPos);
StringBuilder_t * L_9 = ___buffer0;
String_t* L_10 = ___source1;
int32_t L_11 = V_2;
int32_t L_12 = V_1;
int32_t L_13 = V_2;
NullCheck(L_9);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_9, L_10, L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13)), /*hidden argument*/NULL);
// if (j != textLength - 1 && source[j + 1] == '\n')
int32_t L_14 = V_1;
int32_t L_15 = V_0;
if ((((int32_t)L_14) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)))))
{
goto IL_005c;
}
}
{
String_t* L_16 = ___source1;
int32_t L_17 = V_1;
NullCheck(L_16);
Il2CppChar L_18 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)10)))))
{
goto IL_005c;
}
}
{
// j++;
int32_t L_19 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_005c:
{
// appendPos = j + 1;
int32_t L_20 = V_1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
// buffer.Append('\n');
StringBuilder_t * L_21 = ___buffer0;
NullCheck(L_21);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_21, ((int32_t)10), /*hidden argument*/NULL);
// }
goto IL_01b7;
}
IL_006e:
{
// else if (ch == '\t')
Il2CppChar L_22 = V_4;
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)9)))))
{
goto IL_0092;
}
}
{
// buffer.Append(source, appendPos, j - appendPos);
StringBuilder_t * L_23 = ___buffer0;
String_t* L_24 = ___source1;
int32_t L_25 = V_2;
int32_t L_26 = V_1;
int32_t L_27 = V_2;
NullCheck(L_23);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_23, L_24, L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)), /*hidden argument*/NULL);
// appendPos = j + 1;
int32_t L_28 = V_1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1));
// buffer.Append(' ');
StringBuilder_t * L_29 = ___buffer0;
NullCheck(L_29);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_29, ((int32_t)32), /*hidden argument*/NULL);
// }
goto IL_01b7;
}
IL_0092:
{
// bool highSurrogate = char.IsHighSurrogate(ch);
Il2CppChar L_30 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_31 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_30, /*hidden argument*/NULL);
V_5 = L_31;
// if (hasEmojies)
bool L_32 = V_3;
if (!L_32)
{
goto IL_0196;
}
}
{
// uint emojiKey = 0;
V_6 = 0;
// if (highSurrogate)
bool L_33 = V_5;
if (!L_33)
{
goto IL_00ca;
}
}
{
// emojiKey = ((uint)source[j + 1] & 0x03FF) + ((((uint)ch & 0x03FF) + 0x40) << 10);
String_t* L_34 = ___source1;
int32_t L_35 = V_1;
NullCheck(L_34);
Il2CppChar L_36 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_34, ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)), /*hidden argument*/NULL);
Il2CppChar L_37 = V_4;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_36&(int32_t)((int32_t)1023))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_37&(int32_t)((int32_t)1023))), (int32_t)((int32_t)64)))<<(int32_t)((int32_t)10)))));
goto IL_00ce;
}
IL_00ca:
{
// emojiKey = ch;
Il2CppChar L_38 = V_4;
V_6 = L_38;
}
IL_00ce:
{
// if (_richTextField.emojies.TryGetValue(emojiKey, out emoji))
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_39 = __this->get__richTextField_77();
NullCheck(L_39);
Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * L_40 = RichTextField_get_emojies_m8CC01177CE71EB00C78535B23971127634F9C31A_inline(L_39, /*hidden argument*/NULL);
uint32_t L_41 = V_6;
NullCheck(L_40);
bool L_42 = Dictionary_2_TryGetValue_m83B1C50490E4840D27259A8B7BB9BAF43D127D49(L_40, L_41, (Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583 **)(&V_7), /*hidden argument*/Dictionary_2_TryGetValue_m83B1C50490E4840D27259A8B7BB9BAF43D127D49_RuntimeMethod_var);
if (!L_42)
{
goto IL_0196;
}
}
{
// HtmlElement imageElement = HtmlElement.GetElement(HtmlElementType.Image);
IL2CPP_RUNTIME_CLASS_INIT(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_43 = HtmlElement_GetElement_m69F22BCEA8798055B4CAFB82A449703571EA1E2F(2, /*hidden argument*/NULL);
V_8 = L_43;
// imageElement.Set("src", emoji.url);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_44 = V_8;
Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583 * L_45 = V_7;
NullCheck(L_45);
String_t* L_46 = L_45->get_url_0();
NullCheck(L_44);
HtmlElement_Set_m218D60661FCA0953D96918459BE7EBA57155883B(L_44, _stringLiteralF27FEDE2220BCD326AEE3E86DDFD4EBD0FE58CB9, L_46, /*hidden argument*/NULL);
// if (emoji.width != 0)
Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583 * L_47 = V_7;
NullCheck(L_47);
int32_t L_48 = L_47->get_width_1();
if (!L_48)
{
goto IL_0123;
}
}
{
// imageElement.Set("width", emoji.width);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_49 = V_8;
Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583 * L_50 = V_7;
NullCheck(L_50);
int32_t L_51 = L_50->get_width_1();
int32_t L_52 = L_51;
RuntimeObject * L_53 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_52);
NullCheck(L_49);
HtmlElement_Set_m218D60661FCA0953D96918459BE7EBA57155883B(L_49, _stringLiteral70BEC8A9BF5ECD2E6B37316E112B3F4C615AD4D3, L_53, /*hidden argument*/NULL);
}
IL_0123:
{
// if (emoji.height != 0)
Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583 * L_54 = V_7;
NullCheck(L_54);
int32_t L_55 = L_54->get_height_2();
if (!L_55)
{
goto IL_0144;
}
}
{
// imageElement.Set("height", emoji.height);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_56 = V_8;
Emoji_t1F33A659236B16AC25FA621CA6B00C1D2A846583 * L_57 = V_7;
NullCheck(L_57);
int32_t L_58 = L_57->get_height_2();
int32_t L_59 = L_58;
RuntimeObject * L_60 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_59);
NullCheck(L_56);
HtmlElement_Set_m218D60661FCA0953D96918459BE7EBA57155883B(L_56, _stringLiteral73E7E545C519A38F0AEC9E72DF51F8BA169DB34D, L_60, /*hidden argument*/NULL);
}
IL_0144:
{
// if (highSurrogate)
bool L_61 = V_5;
if (!L_61)
{
goto IL_0159;
}
}
{
// imageElement.text = source.Substring(j, 2);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_62 = V_8;
String_t* L_63 = ___source1;
int32_t L_64 = V_1;
NullCheck(L_63);
String_t* L_65 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_63, L_64, 2, /*hidden argument*/NULL);
NullCheck(L_62);
L_62->set_text_2(L_65);
goto IL_0168;
}
IL_0159:
{
// imageElement.text = source.Substring(j, 1);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_66 = V_8;
String_t* L_67 = ___source1;
int32_t L_68 = V_1;
NullCheck(L_67);
String_t* L_69 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_67, L_68, 1, /*hidden argument*/NULL);
NullCheck(L_66);
L_66->set_text_2(L_69);
}
IL_0168:
{
// _elements.Insert(++elementIndex, imageElement);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_70 = __this->get__elements_64();
int32_t L_71 = ___elementIndex2;
int32_t L_72 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1));
___elementIndex2 = L_72;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_73 = V_8;
NullCheck(L_70);
List_1_Insert_m04880E9057281B42D9B531BB6E0E606CF0404EB7(L_70, L_72, L_73, /*hidden argument*/List_1_Insert_m04880E9057281B42D9B531BB6E0E606CF0404EB7_RuntimeMethod_var);
// buffer.Append(source, appendPos, j - appendPos);
StringBuilder_t * L_74 = ___buffer0;
String_t* L_75 = ___source1;
int32_t L_76 = V_2;
int32_t L_77 = V_1;
int32_t L_78 = V_2;
NullCheck(L_74);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_74, L_75, L_76, ((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)L_78)), /*hidden argument*/NULL);
// appendPos = j;
int32_t L_79 = V_1;
V_2 = L_79;
// imageElement.charIndex = buffer.Length;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_80 = V_8;
StringBuilder_t * L_81 = ___buffer0;
NullCheck(L_81);
int32_t L_82 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_81, /*hidden argument*/NULL);
NullCheck(L_80);
L_80->set_charIndex_4(L_82);
}
IL_0196:
{
// if (highSurrogate)
bool L_83 = V_5;
if (!L_83)
{
goto IL_01b7;
}
}
{
// buffer.Append(source, appendPos, j - appendPos);
StringBuilder_t * L_84 = ___buffer0;
String_t* L_85 = ___source1;
int32_t L_86 = V_2;
int32_t L_87 = V_1;
int32_t L_88 = V_2;
NullCheck(L_84);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_84, L_85, L_86, ((int32_t)il2cpp_codegen_subtract((int32_t)L_87, (int32_t)L_88)), /*hidden argument*/NULL);
// appendPos = j + 2;
int32_t L_89 = V_1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)2));
// j++;//??lowSurrogate
int32_t L_90 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1));
// buffer.Append(' ');
StringBuilder_t * L_91 = ___buffer0;
NullCheck(L_91);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_91, ((int32_t)32), /*hidden argument*/NULL);
}
IL_01b7:
{
// j++;
int32_t L_92 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1));
}
IL_01bb:
{
// while (j < textLength)
int32_t L_93 = V_1;
int32_t L_94 = V_0;
if ((((int32_t)L_93) < ((int32_t)L_94)))
{
goto IL_002a;
}
}
{
// if (appendPos < textLength)
int32_t L_95 = V_2;
int32_t L_96 = V_0;
if ((((int32_t)L_95) >= ((int32_t)L_96)))
{
goto IL_01d2;
}
}
{
// buffer.Append(source, appendPos, j - appendPos);
StringBuilder_t * L_97 = ___buffer0;
String_t* L_98 = ___source1;
int32_t L_99 = V_2;
int32_t L_100 = V_1;
int32_t L_101 = V_2;
NullCheck(L_97);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_97, L_98, L_99, ((int32_t)il2cpp_codegen_subtract((int32_t)L_100, (int32_t)L_101)), /*hidden argument*/NULL);
}
IL_01d2:
{
// return elementIndex;
int32_t L_102 = ___elementIndex2;
return L_102;
}
}
// System.Void FairyGUI.TextField::OnPopulateMesh(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_OnPopulateMesh_m1E3A4CB6D077EB074E106A57F99FF9B0309D1F1C (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextField_OnPopulateMesh_m1E3A4CB6D077EB074E106A57F99FF9B0309D1F1C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
float V_1 = 0.0f;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * V_2 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_3;
memset((&V_3), 0, sizeof(V_3));
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* V_4 = NULL;
bool V_5 = false;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_6;
memset((&V_6), 0, sizeof(V_6));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_7;
memset((&V_7), 0, sizeof(V_7));
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_8;
memset((&V_8), 0, sizeof(V_8));
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_9;
memset((&V_9), 0, sizeof(V_9));
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_10;
memset((&V_10), 0, sizeof(V_10));
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_11;
memset((&V_11), 0, sizeof(V_11));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * V_12 = NULL;
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * V_13 = NULL;
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * V_14 = NULL;
HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * V_15 = NULL;
float V_16 = 0.0f;
int32_t V_17 = 0;
float V_18 = 0.0f;
float V_19 = 0.0f;
int32_t V_20 = 0;
bool V_21 = false;
bool V_22 = false;
int32_t V_23 = 0;
int32_t V_24 = 0;
float V_25 = 0.0f;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE V_26;
memset((&V_26), 0, sizeof(V_26));
int32_t V_27 = 0;
int32_t V_28 = 0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_29 = NULL;
int32_t V_30 = 0;
int32_t V_31 = 0;
bool V_32 = false;
int32_t V_33 = 0;
int32_t V_34 = 0;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_35;
memset((&V_35), 0, sizeof(V_35));
int32_t V_36 = 0;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * V_37 = NULL;
int32_t V_38 = 0;
int32_t V_39 = 0;
Il2CppChar V_40 = 0x0;
RuntimeObject* V_41 = NULL;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_42;
memset((&V_42), 0, sizeof(V_42));
float V_43 = 0.0f;
int32_t V_44 = 0;
float V_45 = 0.0f;
float V_46 = 0.0f;
float V_47 = 0.0f;
float V_48 = 0.0f;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_49;
memset((&V_49), 0, sizeof(V_49));
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_50;
memset((&V_50), 0, sizeof(V_50));
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_51;
memset((&V_51), 0, sizeof(V_51));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * V_52 = NULL;
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * V_53 = NULL;
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * V_54 = NULL;
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * V_55 = NULL;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 V_56;
memset((&V_56), 0, sizeof(V_56));
int32_t V_57 = 0;
int32_t V_58 = 0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_59;
memset((&V_59), 0, sizeof(V_59));
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_60;
memset((&V_60), 0, sizeof(V_60));
int32_t V_61 = 0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_62;
memset((&V_62), 0, sizeof(V_62));
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E V_63;
memset((&V_63), 0, sizeof(V_63));
int32_t G_B14_0 = 0;
int32_t G_B21_0 = 0;
int32_t G_B29_0 = 0;
int32_t G_B50_0 = 0;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 * G_B128_0 = NULL;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 * G_B127_0 = NULL;
int32_t G_B129_0 = 0;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 * G_B129_1 = NULL;
int32_t G_B131_0 = 0;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 * G_B131_1 = NULL;
int32_t G_B130_0 = 0;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 * G_B130_1 = NULL;
int32_t G_B132_0 = 0;
int32_t G_B132_1 = 0;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 * G_B132_2 = NULL;
int32_t G_B152_0 = 0;
int32_t G_B156_0 = 0;
{
// if (_textWidth == 0 && _lines.Count == 1)
float L_0 = __this->get__textWidth_68();
if ((!(((float)L_0) == ((float)(0.0f)))))
{
goto IL_0057;
}
}
{
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_1 = __this->get__lines_65();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_inline(L_1, /*hidden argument*/List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_RuntimeMethod_var);
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0057;
}
}
{
// if (_charPositions != null)
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_3 = __this->get__charPositions_66();
if (!L_3)
{
goto IL_0043;
}
}
{
// _charPositions.Clear();
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_4 = __this->get__charPositions_66();
NullCheck(L_4);
List_1_Clear_m1FA44F51DC58AA320B38E4204496F9E6CA48008C(L_4, /*hidden argument*/List_1_Clear_m1FA44F51DC58AA320B38E4204496F9E6CA48008C_RuntimeMethod_var);
// _charPositions.Add(new CharPosition());
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_5 = __this->get__charPositions_66();
il2cpp_codegen_initobj((&V_35), sizeof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ));
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_6 = V_35;
NullCheck(L_5);
List_1_Add_m2A566918F2D20DA2ED7CBC0DD3B48C5A7DE614D3(L_5, L_6, /*hidden argument*/List_1_Add_m2A566918F2D20DA2ED7CBC0DD3B48C5A7DE614D3_RuntimeMethod_var);
}
IL_0043:
{
// if (_richTextField != null)
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_7 = __this->get__richTextField_77();
if (!L_7)
{
goto IL_0056;
}
}
{
// _richTextField.RefreshObjects();
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_8 = __this->get__richTextField_77();
NullCheck(L_8);
VirtActionInvoker0::Invoke(31 /* System.Void FairyGUI.RichTextField::RefreshObjects() */, L_8);
}
IL_0056:
{
// return;
return;
}
IL_0057:
{
// int letterSpacing = _textFormat.letterSpacing;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_9 = __this->get__textFormat_53();
NullCheck(L_9);
int32_t L_10 = L_9->get_letterSpacing_4();
V_0 = L_10;
// float rectWidth = _contentRect.width - GUTTER_X * 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_11 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_12 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_11, /*hidden argument*/NULL);
V_1 = ((float)il2cpp_codegen_subtract((float)L_12, (float)(4.0f)));
// TextFormat format = _textFormat;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_13 = __this->get__textFormat_53();
V_2 = L_13;
// Color32 color = format.color;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_14 = V_2;
NullCheck(L_14);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_15 = L_14->get_color_2();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_16 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_15, /*hidden argument*/NULL);
V_3 = L_16;
// _font.SetFormat(format, _fontSizeScale);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_17 = __this->get__font_67();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_18 = V_2;
float L_19 = __this->get__fontSizeScale_73();
NullCheck(L_17);
VirtActionInvoker2< TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *, float >::Invoke(4 /* System.Void FairyGUI.BaseFont::SetFormat(FairyGUI.TextFormat,System.Single) */, L_17, L_18, L_19);
// Color32[] gradientColor = format.gradientColor;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_20 = V_2;
NullCheck(L_20);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_21 = L_20->get_gradientColor_8();
V_4 = L_21;
// bool boldVertice = format.bold && (_font.customBold || (format.italic && _font.customBoldAndItalic));
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_22 = V_2;
NullCheck(L_22);
bool L_23 = L_22->get_bold_5();
if (!L_23)
{
goto IL_00d2;
}
}
{
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_24 = __this->get__font_67();
NullCheck(L_24);
bool L_25 = L_24->get_customBold_3();
if (L_25)
{
goto IL_00cf;
}
}
{
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_26 = V_2;
NullCheck(L_26);
bool L_27 = L_26->get_italic_7();
if (!L_27)
{
goto IL_00cc;
}
}
{
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_28 = __this->get__font_67();
NullCheck(L_28);
bool L_29 = L_28->get_customBoldAndItalic_4();
G_B14_0 = ((int32_t)(L_29));
goto IL_00d3;
}
IL_00cc:
{
G_B14_0 = 0;
goto IL_00d3;
}
IL_00cf:
{
G_B14_0 = 1;
goto IL_00d3;
}
IL_00d2:
{
G_B14_0 = 0;
}
IL_00d3:
{
V_5 = (bool)G_B14_0;
// if (_input)
bool L_30 = __this->get__input_54();
if (!L_30)
{
goto IL_00e1;
}
}
{
// letterSpacing++;
int32_t L_31 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
}
IL_00e1:
{
// if (_charPositions != null)
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_32 = __this->get__charPositions_66();
if (!L_32)
{
goto IL_00f4;
}
}
{
// _charPositions.Clear();
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_33 = __this->get__charPositions_66();
NullCheck(L_33);
List_1_Clear_m1FA44F51DC58AA320B38E4204496F9E6CA48008C(L_33, /*hidden argument*/List_1_Clear_m1FA44F51DC58AA320B38E4204496F9E6CA48008C_RuntimeMethod_var);
}
IL_00f4:
{
// Vector3 v0 = Vector3.zero, v1 = Vector3.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_34 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
V_6 = L_34;
// Vector3 v0 = Vector3.zero, v1 = Vector3.zero;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_35 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
V_7 = L_35;
// List<Vector3> vertList = vb.vertices;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_36 = ___vb0;
NullCheck(L_36);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_37 = L_36->get_vertices_3();
V_12 = L_37;
// List<Vector4> uvList = vb.uv0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_38 = ___vb0;
NullCheck(L_38);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_39 = L_38->get_uv0_5();
V_13 = L_39;
// List<Color32> colList = vb.colors;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_40 = ___vb0;
NullCheck(L_40);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_41 = L_40->get_colors_4();
V_14 = L_41;
// HtmlLink currentLink = null;
V_15 = (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 *)NULL;
// float linkStartX = 0;
V_16 = (0.0f);
// int linkStartLine = 0;
V_17 = 0;
// float charX = 0;
V_18 = (0.0f);
// int yIndent = 0;
V_20 = 0;
// bool clipped = !_input && _autoSize == AutoSizeType.None;
bool L_42 = __this->get__input_54();
if (L_42)
{
goto IL_0144;
}
}
{
int32_t L_43 = __this->get__autoSize_56();
G_B21_0 = ((((int32_t)L_43) == ((int32_t)0))? 1 : 0);
goto IL_0145;
}
IL_0144:
{
G_B21_0 = 0;
}
IL_0145:
{
V_21 = (bool)G_B21_0;
// VertAlignType lineVAlign = UIConfig.richTextRowVerticalAlign;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_44 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_richTextRowVerticalAlign_33();
V_24 = L_44;
// float lastGlyphHeight = 0;
V_25 = (0.0f);
// GlyphInfo glyph = new GlyphInfo();
il2cpp_codegen_initobj((&V_26), sizeof(GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE ));
// int elementIndex = 0;
V_27 = 0;
// int elementCount = _elements.Count;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_45 = __this->get__elements_64();
NullCheck(L_45);
int32_t L_46 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_45, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
V_28 = L_46;
// HtmlElement element = null;
V_29 = (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E *)NULL;
// if (elementCount > 0)
int32_t L_47 = V_28;
if ((((int32_t)L_47) <= ((int32_t)0)))
{
goto IL_0184;
}
}
{
// element = _elements[elementIndex];
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_48 = __this->get__elements_64();
int32_t L_49 = V_27;
NullCheck(L_48);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_50 = List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline(L_48, L_49, /*hidden argument*/List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var);
V_29 = L_50;
}
IL_0184:
{
// int lineCount = _lines.Count;
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_51 = __this->get__lines_65();
NullCheck(L_51);
int32_t L_52 = List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_inline(L_51, /*hidden argument*/List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_RuntimeMethod_var);
V_30 = L_52;
// for (int i = 0; i < lineCount; ++i)
V_36 = 0;
goto IL_0d4c;
}
IL_0199:
{
// LineInfo line = _lines[i];
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_53 = __this->get__lines_65();
int32_t L_54 = V_36;
NullCheck(L_53);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_55 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_53, L_54, /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
V_37 = L_55;
// if (line.charCount == 0)
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_56 = V_37;
NullCheck(L_56);
int16_t L_57 = L_56->get_charCount_4();
if (!L_57)
{
goto IL_0d46;
}
}
{
// lineClipped = clipped && i != 0 && line.y + line.height > _contentRect.height; //???????
bool L_58 = V_21;
if (!L_58)
{
goto IL_01da;
}
}
{
int32_t L_59 = V_36;
if (!L_59)
{
goto IL_01da;
}
}
{
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_60 = V_37;
NullCheck(L_60);
float L_61 = L_60->get_y_5();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_62 = V_37;
NullCheck(L_62);
float L_63 = L_62->get_height_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_64 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_65 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_64, /*hidden argument*/NULL);
G_B29_0 = ((((float)((float)il2cpp_codegen_add((float)L_61, (float)L_63))) > ((float)L_65))? 1 : 0);
goto IL_01db;
}
IL_01da:
{
G_B29_0 = 0;
}
IL_01db:
{
V_22 = (bool)G_B29_0;
// lineAlign = format.align;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_66 = V_2;
NullCheck(L_66);
int32_t L_67 = L_66->get_align_9();
V_23 = L_67;
// if (element != null && element.charIndex == line.charIndex)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_68 = V_29;
if (!L_68)
{
goto IL_0209;
}
}
{
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_69 = V_29;
NullCheck(L_69);
int32_t L_70 = L_69->get_charIndex_4();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_71 = V_37;
NullCheck(L_71);
int32_t L_72 = L_71->get_charIndex_3();
if ((!(((uint32_t)L_70) == ((uint32_t)L_72))))
{
goto IL_0209;
}
}
{
// lineAlign = element.format.align;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_73 = V_29;
NullCheck(L_73);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_74 = L_73->get_format_3();
NullCheck(L_74);
int32_t L_75 = L_74->get_align_9();
V_23 = L_75;
goto IL_0211;
}
IL_0209:
{
// lineAlign = format.align;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_76 = V_2;
NullCheck(L_76);
int32_t L_77 = L_76->get_align_9();
V_23 = L_77;
}
IL_0211:
{
// if (lineAlign == AlignType.Center)
int32_t L_78 = V_23;
if ((!(((uint32_t)L_78) == ((uint32_t)1))))
{
goto IL_022b;
}
}
{
// xIndent = (int)((rectWidth - line.width) / 2);
float L_79 = V_1;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_80 = V_37;
NullCheck(L_80);
float L_81 = L_80->get_width_0();
V_19 = (((float)((float)(((int32_t)((int32_t)((float)((float)((float)il2cpp_codegen_subtract((float)L_79, (float)L_81))/(float)(2.0f)))))))));
goto IL_0244;
}
IL_022b:
{
// else if (lineAlign == AlignType.Right)
int32_t L_82 = V_23;
if ((!(((uint32_t)L_82) == ((uint32_t)2))))
{
goto IL_023d;
}
}
{
// xIndent = rectWidth - line.width;
float L_83 = V_1;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_84 = V_37;
NullCheck(L_84);
float L_85 = L_84->get_width_0();
V_19 = ((float)il2cpp_codegen_subtract((float)L_83, (float)L_85));
goto IL_0244;
}
IL_023d:
{
// xIndent = 0;
V_19 = (0.0f);
}
IL_0244:
{
// if (xIndent < 0)
float L_86 = V_19;
if ((!(((float)L_86) < ((float)(0.0f)))))
{
goto IL_0254;
}
}
{
// xIndent = 0;
V_19 = (0.0f);
}
IL_0254:
{
// charX = GUTTER_X + xIndent;
float L_87 = V_19;
V_18 = ((float)il2cpp_codegen_add((float)(2.0f), (float)L_87));
// for (int j = 0; j < line.charCount; j++)
V_38 = 0;
goto IL_0d38;
}
IL_0266:
{
// int charIndex = line.charIndex + j;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_88 = V_37;
NullCheck(L_88);
int32_t L_89 = L_88->get_charIndex_3();
int32_t L_90 = V_38;
V_39 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)L_90));
// char ch = _parsedText[charIndex];
String_t* L_91 = __this->get__parsedText_75();
int32_t L_92 = V_39;
NullCheck(L_91);
Il2CppChar L_93 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_91, L_92, /*hidden argument*/NULL);
V_40 = L_93;
goto IL_04e5;
}
IL_0286:
{
// if (element.type == HtmlElementType.Text)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_94 = V_29;
NullCheck(L_94);
int32_t L_95 = L_94->get_type_0();
if (L_95)
{
goto IL_02f5;
}
}
{
// format = element.format;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_96 = V_29;
NullCheck(L_96);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_97 = L_96->get_format_3();
V_2 = L_97;
// _font.SetFormat(format, _fontSizeScale);
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_98 = __this->get__font_67();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_99 = V_2;
float L_100 = __this->get__fontSizeScale_73();
NullCheck(L_98);
VirtActionInvoker2< TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 *, float >::Invoke(4 /* System.Void FairyGUI.BaseFont::SetFormat(FairyGUI.TextFormat,System.Single) */, L_98, L_99, L_100);
// color = format.color;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_101 = V_2;
NullCheck(L_101);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_102 = L_101->get_color_2();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_103 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_102, /*hidden argument*/NULL);
V_3 = L_103;
// gradientColor = format.gradientColor;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_104 = V_2;
NullCheck(L_104);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_105 = L_104->get_gradientColor_8();
V_4 = L_105;
// boldVertice = format.bold && (_font.customBold || (format.italic && _font.customBoldAndItalic));
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_106 = V_2;
NullCheck(L_106);
bool L_107 = L_106->get_bold_5();
if (!L_107)
{
goto IL_02ed;
}
}
{
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_108 = __this->get__font_67();
NullCheck(L_108);
bool L_109 = L_108->get_customBold_3();
if (L_109)
{
goto IL_02ea;
}
}
{
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_110 = V_2;
NullCheck(L_110);
bool L_111 = L_110->get_italic_7();
if (!L_111)
{
goto IL_02e7;
}
}
{
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_112 = __this->get__font_67();
NullCheck(L_112);
bool L_113 = L_112->get_customBoldAndItalic_4();
G_B50_0 = ((int32_t)(L_113));
goto IL_02ee;
}
IL_02e7:
{
G_B50_0 = 0;
goto IL_02ee;
}
IL_02ea:
{
G_B50_0 = 1;
goto IL_02ee;
}
IL_02ed:
{
G_B50_0 = 0;
}
IL_02ee:
{
V_5 = (bool)G_B50_0;
// }
goto IL_04b9;
}
IL_02f5:
{
// else if (element.type == HtmlElementType.Link)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_114 = V_29;
NullCheck(L_114);
int32_t L_115 = L_114->get_type_0();
if ((!(((uint32_t)L_115) == ((uint32_t)1))))
{
goto IL_033e;
}
}
{
// currentLink = (HtmlLink)element.htmlObject;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_116 = V_29;
NullCheck(L_116);
RuntimeObject* L_117 = L_116->get_htmlObject_5();
V_15 = ((HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 *)CastclassClass((RuntimeObject*)L_117, HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5_il2cpp_TypeInfo_var));
// if (currentLink != null)
HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * L_118 = V_15;
if (!L_118)
{
goto IL_04b9;
}
}
{
// element.position = Vector2.zero;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_119 = V_29;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_120 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_119);
L_119->set_position_8(L_120);
// currentLink.SetPosition(0, 0);
HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * L_121 = V_15;
NullCheck(L_121);
HtmlLink_SetPosition_m41F5F13BC2C6D9263D314CEE8B5168C38AD3673B(L_121, (0.0f), (0.0f), /*hidden argument*/NULL);
// linkStartX = charX;
float L_122 = V_18;
V_16 = L_122;
// linkStartLine = i;
int32_t L_123 = V_36;
V_17 = L_123;
// }
goto IL_04b9;
}
IL_033e:
{
// else if (element.type == HtmlElementType.LinkEnd)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_124 = V_29;
NullCheck(L_124);
int32_t L_125 = L_124->get_type_0();
if ((!(((uint32_t)L_125) == ((uint32_t)6))))
{
goto IL_0366;
}
}
{
// if (currentLink != null)
HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * L_126 = V_15;
if (!L_126)
{
goto IL_04b9;
}
}
{
// currentLink.SetArea(linkStartLine, linkStartX, i, charX);
HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * L_127 = V_15;
int32_t L_128 = V_17;
float L_129 = V_16;
int32_t L_130 = V_36;
float L_131 = V_18;
NullCheck(L_127);
HtmlLink_SetArea_mF99122FB9F2EFDBECD74E866863B09B50A0274BF(L_127, L_128, L_129, L_130, L_131, /*hidden argument*/NULL);
// currentLink = null;
V_15 = (HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 *)NULL;
// }
goto IL_04b9;
}
IL_0366:
{
// IHtmlObject htmlObj = element.htmlObject;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_132 = V_29;
NullCheck(L_132);
RuntimeObject* L_133 = L_132->get_htmlObject_5();
V_41 = L_133;
// if (htmlObj != null)
RuntimeObject* L_134 = V_41;
if (!L_134)
{
goto IL_04b9;
}
}
{
// if (_charPositions != null)
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_135 = __this->get__charPositions_66();
if (!L_135)
{
goto IL_03c5;
}
}
{
// CharPosition cp = new CharPosition();
il2cpp_codegen_initobj((&V_42), sizeof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ));
// cp.lineIndex = (short)i;
int32_t L_136 = V_36;
(&V_42)->set_lineIndex_1((((int16_t)((int16_t)L_136))));
// cp.charIndex = _charPositions.Count;
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_137 = __this->get__charPositions_66();
NullCheck(L_137);
int32_t L_138 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_137, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
(&V_42)->set_charIndex_0(L_138);
// cp.vertCount = (short)(-1 - elementIndex); //??
int32_t L_139 = V_27;
(&V_42)->set_vertCount_3((((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)(-1), (int32_t)L_139))))));
// cp.offsetX = (int)charX;
float L_140 = V_18;
(&V_42)->set_offsetX_2((((int32_t)((int32_t)L_140))));
// _charPositions.Add(cp);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_141 = __this->get__charPositions_66();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_142 = V_42;
NullCheck(L_141);
List_1_Add_m2A566918F2D20DA2ED7CBC0DD3B48C5A7DE614D3(L_141, L_142, /*hidden argument*/List_1_Add_m2A566918F2D20DA2ED7CBC0DD3B48C5A7DE614D3_RuntimeMethod_var);
}
IL_03c5:
{
// if (lineVAlign == VertAlignType.Bottom)
int32_t L_143 = V_24;
if ((!(((uint32_t)L_143) == ((uint32_t)2))))
{
goto IL_03de;
}
}
{
// yIndent = (int)(line.height - htmlObj.height);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_144 = V_37;
NullCheck(L_144);
float L_145 = L_144->get_height_1();
RuntimeObject* L_146 = V_41;
NullCheck(L_146);
float L_147 = InterfaceFuncInvoker0< float >::Invoke(1 /* System.Single FairyGUI.Utils.IHtmlObject::get_height() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_146);
V_20 = (((int32_t)((int32_t)((float)il2cpp_codegen_subtract((float)L_145, (float)L_147)))));
goto IL_0400;
}
IL_03de:
{
// else if (lineVAlign == VertAlignType.Middle)
int32_t L_148 = V_24;
if ((!(((uint32_t)L_148) == ((uint32_t)1))))
{
goto IL_03fd;
}
}
{
// yIndent = (int)((line.height - htmlObj.height) / 2);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_149 = V_37;
NullCheck(L_149);
float L_150 = L_149->get_height_1();
RuntimeObject* L_151 = V_41;
NullCheck(L_151);
float L_152 = InterfaceFuncInvoker0< float >::Invoke(1 /* System.Single FairyGUI.Utils.IHtmlObject::get_height() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_151);
V_20 = (((int32_t)((int32_t)((float)((float)((float)il2cpp_codegen_subtract((float)L_150, (float)L_152))/(float)(2.0f))))));
goto IL_0400;
}
IL_03fd:
{
// yIndent = 0;
V_20 = 0;
}
IL_0400:
{
// element.position = new Vector2(charX + 1, line.y + yIndent);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_153 = V_29;
float L_154 = V_18;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_155 = V_37;
NullCheck(L_155);
float L_156 = L_155->get_y_5();
int32_t L_157 = V_20;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_158;
memset((&L_158), 0, sizeof(L_158));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_158), ((float)il2cpp_codegen_add((float)L_154, (float)(1.0f))), ((float)il2cpp_codegen_add((float)L_156, (float)(((float)((float)L_157))))), /*hidden argument*/NULL);
NullCheck(L_153);
L_153->set_position_8(L_158);
// htmlObj.SetPosition(element.position.x, element.position.y);
RuntimeObject* L_159 = V_41;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_160 = V_29;
NullCheck(L_160);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_161 = L_160->get_address_of_position_8();
float L_162 = L_161->get_x_0();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_163 = V_29;
NullCheck(L_163);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_164 = L_163->get_address_of_position_8();
float L_165 = L_164->get_y_1();
NullCheck(L_159);
InterfaceActionInvoker2< float, float >::Invoke(5 /* System.Void FairyGUI.Utils.IHtmlObject::SetPosition(System.Single,System.Single) */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_159, L_162, L_165);
// if (lineClipped || clipped && (element.position.x < GUTTER_X || element.position.x + htmlObj.width > _contentRect.width - GUTTER_X))
bool L_166 = V_22;
if (L_166)
{
goto IL_0480;
}
}
{
bool L_167 = V_21;
if (!L_167)
{
goto IL_0491;
}
}
{
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_168 = V_29;
NullCheck(L_168);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_169 = L_168->get_address_of_position_8();
float L_170 = L_169->get_x_0();
if ((((float)L_170) < ((float)(2.0f))))
{
goto IL_0480;
}
}
{
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_171 = V_29;
NullCheck(L_171);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_172 = L_171->get_address_of_position_8();
float L_173 = L_172->get_x_0();
RuntimeObject* L_174 = V_41;
NullCheck(L_174);
float L_175 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single FairyGUI.Utils.IHtmlObject::get_width() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_174);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_176 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_177 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_176, /*hidden argument*/NULL);
if ((!(((float)((float)il2cpp_codegen_add((float)L_173, (float)L_175))) > ((float)((float)il2cpp_codegen_subtract((float)L_177, (float)(2.0f)))))))
{
goto IL_0491;
}
}
IL_0480:
{
// element.status |= 1;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_178 = V_29;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_179 = L_178;
NullCheck(L_179);
int32_t L_180 = L_179->get_status_6();
NullCheck(L_179);
L_179->set_status_6(((int32_t)((int32_t)L_180|(int32_t)1)));
goto IL_04a4;
}
IL_0491:
{
// element.status &= 254;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_181 = V_29;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_182 = L_181;
NullCheck(L_182);
int32_t L_183 = L_182->get_status_6();
NullCheck(L_182);
L_182->set_status_6(((int32_t)((int32_t)L_183&(int32_t)((int32_t)254))));
}
IL_04a4:
{
// charX += htmlObj.width + letterSpacing + 2;
float L_184 = V_18;
RuntimeObject* L_185 = V_41;
NullCheck(L_185);
float L_186 = InterfaceFuncInvoker0< float >::Invoke(0 /* System.Single FairyGUI.Utils.IHtmlObject::get_width() */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_185);
int32_t L_187 = V_0;
V_18 = ((float)il2cpp_codegen_add((float)L_184, (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_186, (float)(((float)((float)L_187))))), (float)(2.0f)))));
}
IL_04b9:
{
// if (element.isEntity)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_188 = V_29;
NullCheck(L_188);
bool L_189 = HtmlElement_get_isEntity_m920D4851ED88DCD6BA7C236C0CD702AC79668B06(L_188, /*hidden argument*/NULL);
if (!L_189)
{
goto IL_04c5;
}
}
{
// ch = '\0';
V_40 = 0;
}
IL_04c5:
{
// elementIndex++;
int32_t L_190 = V_27;
V_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_190, (int32_t)1));
// if (elementIndex < elementCount)
int32_t L_191 = V_27;
int32_t L_192 = V_28;
if ((((int32_t)L_191) >= ((int32_t)L_192)))
{
goto IL_04e2;
}
}
{
// element = _elements[elementIndex];
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_193 = __this->get__elements_64();
int32_t L_194 = V_27;
NullCheck(L_193);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_195 = List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline(L_193, L_194, /*hidden argument*/List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var);
V_29 = L_195;
goto IL_04e5;
}
IL_04e2:
{
// element = null;
V_29 = (HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E *)NULL;
}
IL_04e5:
{
// while (element != null && charIndex == element.charIndex)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_196 = V_29;
if (!L_196)
{
goto IL_04f7;
}
}
{
int32_t L_197 = V_39;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_198 = V_29;
NullCheck(L_198);
int32_t L_199 = L_198->get_charIndex_4();
if ((((int32_t)L_197) == ((int32_t)L_199)))
{
goto IL_0286;
}
}
IL_04f7:
{
// if (ch == '\0')
Il2CppChar L_200 = V_40;
if (!L_200)
{
goto IL_0d32;
}
}
{
// if (_font.GetGlyph(ch, ref glyph))
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_201 = __this->get__font_67();
Il2CppChar L_202 = V_40;
NullCheck(L_201);
bool L_203 = VirtFuncInvoker2< bool, Il2CppChar, GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * >::Invoke(7 /* System.Boolean FairyGUI.BaseFont::GetGlyph(System.Char,FairyGUI.GlyphInfo&) */, L_201, L_202, (GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE *)(&V_26));
if (!L_203)
{
goto IL_0ce0;
}
}
{
// if (lineClipped || clipped && (rectWidth < 7 || charX != (GUTTER_X + xIndent)) && charX + glyph.width > _contentRect.width - GUTTER_X + 0.5f) //???????
bool L_204 = V_22;
if (L_204)
{
goto IL_0551;
}
}
{
bool L_205 = V_21;
if (!L_205)
{
goto IL_0565;
}
}
{
float L_206 = V_1;
if ((((float)L_206) < ((float)(7.0f))))
{
goto IL_052e;
}
}
{
float L_207 = V_18;
float L_208 = V_19;
if ((((float)L_207) == ((float)((float)il2cpp_codegen_add((float)(2.0f), (float)L_208)))))
{
goto IL_0565;
}
}
IL_052e:
{
float L_209 = V_18;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_210 = V_26;
float L_211 = L_210.get_width_6();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_212 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_213 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_212, /*hidden argument*/NULL);
if ((!(((float)((float)il2cpp_codegen_add((float)L_209, (float)L_211))) > ((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_213, (float)(2.0f))), (float)(0.5f)))))))
{
goto IL_0565;
}
}
IL_0551:
{
// charX += letterSpacing + glyph.width;
float L_214 = V_18;
int32_t L_215 = V_0;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_216 = V_26;
float L_217 = L_216.get_width_6();
V_18 = ((float)il2cpp_codegen_add((float)L_214, (float)((float)il2cpp_codegen_add((float)(((float)((float)L_215))), (float)L_217))));
// continue;
goto IL_0d32;
}
IL_0565:
{
// if (lineVAlign == VertAlignType.Bottom)
int32_t L_218 = V_24;
if ((!(((uint32_t)L_218) == ((uint32_t)2))))
{
goto IL_057e;
}
}
{
// yIndent = (int)(line.height - glyph.height);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_219 = V_37;
NullCheck(L_219);
float L_220 = L_219->get_height_1();
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_221 = V_26;
float L_222 = L_221.get_height_7();
V_20 = (((int32_t)((int32_t)((float)il2cpp_codegen_subtract((float)L_220, (float)L_222)))));
goto IL_05b7;
}
IL_057e:
{
// else if (lineVAlign == VertAlignType.Middle)
int32_t L_223 = V_24;
if ((!(((uint32_t)L_223) == ((uint32_t)1))))
{
goto IL_05a5;
}
}
{
// yIndent = (int)((line.height + line.textHeight) / 2 - glyph.height);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_224 = V_37;
NullCheck(L_224);
float L_225 = L_224->get_height_1();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_226 = V_37;
NullCheck(L_226);
float L_227 = L_226->get_textHeight_2();
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_228 = V_26;
float L_229 = L_228.get_height_7();
V_20 = (((int32_t)((int32_t)((float)il2cpp_codegen_subtract((float)((float)((float)((float)il2cpp_codegen_add((float)L_225, (float)L_227))/(float)(2.0f))), (float)L_229)))));
goto IL_05b7;
}
IL_05a5:
{
// yIndent = (int)(line.textHeight - glyph.height);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_230 = V_37;
NullCheck(L_230);
float L_231 = L_230->get_textHeight_2();
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_232 = V_26;
float L_233 = L_232.get_height_7();
V_20 = (((int32_t)((int32_t)((float)il2cpp_codegen_subtract((float)L_231, (float)L_233)))));
}
IL_05b7:
{
// if (format.specialStyle == TextFormat.SpecialStyle.Subscript)
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_234 = V_2;
NullCheck(L_234);
int32_t L_235 = L_234->get_specialStyle_10();
if ((!(((uint32_t)L_235) == ((uint32_t)2))))
{
goto IL_05d5;
}
}
{
// yIndent += (int)(glyph.height * 0.333f);
int32_t L_236 = V_20;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_237 = V_26;
float L_238 = L_237.get_height_7();
V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_236, (int32_t)(((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)L_238, (float)(0.333f))))))));
goto IL_05ff;
}
IL_05d5:
{
// else if (format.specialStyle == TextFormat.SpecialStyle.Superscript)
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_239 = V_2;
NullCheck(L_239);
int32_t L_240 = L_239->get_specialStyle_10();
if ((!(((uint32_t)L_240) == ((uint32_t)1))))
{
goto IL_05f6;
}
}
{
// yIndent -= (int)(lastGlyphHeight - glyph.height * 0.667f);
int32_t L_241 = V_20;
float L_242 = V_25;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_243 = V_26;
float L_244 = L_243.get_height_7();
V_20 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_241, (int32_t)(((int32_t)((int32_t)((float)il2cpp_codegen_subtract((float)L_242, (float)((float)il2cpp_codegen_multiply((float)L_244, (float)(0.667f))))))))));
goto IL_05ff;
}
IL_05f6:
{
// lastGlyphHeight = glyph.height;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_245 = V_26;
float L_246 = L_245.get_height_7();
V_25 = L_246;
}
IL_05ff:
{
// v0.x = charX + glyph.vertMin.x;
float L_247 = V_18;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_248 = V_26;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_249 = L_248.get_vertMin_0();
float L_250 = L_249.get_x_0();
(&V_6)->set_x_2(((float)il2cpp_codegen_add((float)L_247, (float)L_250)));
// v0.y = line.y + yIndent + glyph.vertMin.y;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_251 = V_37;
NullCheck(L_251);
float L_252 = L_251->get_y_5();
int32_t L_253 = V_20;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_254 = V_26;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_255 = L_254.get_vertMin_0();
float L_256 = L_255.get_y_1();
(&V_6)->set_y_3(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_252, (float)(((float)((float)L_253))))), (float)L_256)));
// v1.x = charX + glyph.vertMax.x;
float L_257 = V_18;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_258 = V_26;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_259 = L_258.get_vertMax_1();
float L_260 = L_259.get_x_0();
(&V_7)->set_x_2(((float)il2cpp_codegen_add((float)L_257, (float)L_260)));
// v1.y = line.y + yIndent + glyph.vertMax.y;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_261 = V_37;
NullCheck(L_261);
float L_262 = L_261->get_y_5();
int32_t L_263 = V_20;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_264 = V_26;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_265 = L_264.get_vertMax_1();
float L_266 = L_265.get_y_1();
(&V_7)->set_y_3(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_262, (float)(((float)((float)L_263))))), (float)L_266)));
// u0 = glyph.uvBottomLeft;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_267 = V_26;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_268 = L_267.get_uvBottomLeft_2();
IL2CPP_RUNTIME_CLASS_INIT(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_il2cpp_TypeInfo_var);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_269 = Vector4_op_Implicit_m5BFA8D95F88CB2AEA6E02B200A61B718314A8495(L_268, /*hidden argument*/NULL);
V_8 = L_269;
// u1 = glyph.uvTopLeft;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_270 = V_26;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_271 = L_270.get_uvTopLeft_3();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_272 = Vector4_op_Implicit_m5BFA8D95F88CB2AEA6E02B200A61B718314A8495(L_271, /*hidden argument*/NULL);
V_9 = L_272;
// u2 = glyph.uvTopRight;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_273 = V_26;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_274 = L_273.get_uvTopRight_4();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_275 = Vector4_op_Implicit_m5BFA8D95F88CB2AEA6E02B200A61B718314A8495(L_274, /*hidden argument*/NULL);
V_10 = L_275;
// u3 = glyph.uvBottomRight;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_276 = V_26;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_277 = L_276.get_uvBottomRight_5();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_278 = Vector4_op_Implicit_m5BFA8D95F88CB2AEA6E02B200A61B718314A8495(L_277, /*hidden argument*/NULL);
V_11 = L_278;
// u0.w = u1.w = u2.w = u3.w = 1;
float L_279 = (1.0f);
V_43 = L_279;
(&V_11)->set_w_4(L_279);
float L_280 = V_43;
float L_281 = L_280;
V_43 = L_281;
(&V_10)->set_w_4(L_281);
float L_282 = V_43;
float L_283 = L_282;
V_43 = L_283;
(&V_9)->set_w_4(L_283);
float L_284 = V_43;
(&V_8)->set_w_4(L_284);
// if (!boldVertice)
bool L_285 = V_5;
if (L_285)
{
goto IL_083c;
}
}
{
// uvList.Add(u0);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_286 = V_13;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_287 = V_8;
NullCheck(L_286);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_286, L_287, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// uvList.Add(u1);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_288 = V_13;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_289 = V_9;
NullCheck(L_288);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_288, L_289, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// uvList.Add(u2);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_290 = V_13;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_291 = V_10;
NullCheck(L_290);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_290, L_291, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// uvList.Add(u3);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_292 = V_13;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_293 = V_11;
NullCheck(L_292);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_292, L_293, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// vertList.Add(new Vector3(v0.x, -v1.y, 0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_294 = V_12;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_295 = V_6;
float L_296 = L_295.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_297 = V_7;
float L_298 = L_297.get_y_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_299;
memset((&L_299), 0, sizeof(L_299));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_299), L_296, ((-L_298)), (0.0f), /*hidden argument*/NULL);
NullCheck(L_294);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_294, L_299, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// vertList.Add(new Vector3(v0.x, -v0.y, 0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_300 = V_12;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_301 = V_6;
float L_302 = L_301.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_303 = V_6;
float L_304 = L_303.get_y_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_305;
memset((&L_305), 0, sizeof(L_305));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_305), L_302, ((-L_304)), (0.0f), /*hidden argument*/NULL);
NullCheck(L_300);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_300, L_305, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// vertList.Add(new Vector3(v1.x, -v0.y, 0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_306 = V_12;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_307 = V_7;
float L_308 = L_307.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_309 = V_6;
float L_310 = L_309.get_y_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_311;
memset((&L_311), 0, sizeof(L_311));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_311), L_308, ((-L_310)), (0.0f), /*hidden argument*/NULL);
NullCheck(L_306);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_306, L_311, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// vertList.Add(new Vector3(v1.x, -v1.y, 0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_312 = V_12;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_313 = V_7;
float L_314 = L_313.get_x_2();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_315 = V_7;
float L_316 = L_315.get_y_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_317;
memset((&L_317), 0, sizeof(L_317));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_317), L_314, ((-L_316)), (0.0f), /*hidden argument*/NULL);
NullCheck(L_312);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_312, L_317, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// if (!_font.canTint)
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_318 = __this->get__font_67();
NullCheck(L_318);
bool L_319 = L_318->get_canTint_2();
if (L_319)
{
goto IL_07d2;
}
}
{
// colList.Add(Color.white);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_320 = V_14;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_321 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_322 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_321, /*hidden argument*/NULL);
NullCheck(L_320);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_320, L_322, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(Color.white);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_323 = V_14;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_324 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_325 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_324, /*hidden argument*/NULL);
NullCheck(L_323);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_323, L_325, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(Color.white);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_326 = V_14;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_327 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_328 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_327, /*hidden argument*/NULL);
NullCheck(L_326);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_326, L_328, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(Color.white);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_329 = V_14;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_330 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_331 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_330, /*hidden argument*/NULL);
NullCheck(L_329);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_329, L_331, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// }
goto IL_09dd;
}
IL_07d2:
{
// else if (gradientColor != null)
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_332 = V_4;
if (!L_332)
{
goto IL_0817;
}
}
{
// colList.Add(gradientColor[1]);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_333 = V_14;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_334 = V_4;
NullCheck(L_334);
int32_t L_335 = 1;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_336 = (L_334)->GetAt(static_cast<il2cpp_array_size_t>(L_335));
NullCheck(L_333);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_333, L_336, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(gradientColor[0]);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_337 = V_14;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_338 = V_4;
NullCheck(L_338);
int32_t L_339 = 0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_340 = (L_338)->GetAt(static_cast<il2cpp_array_size_t>(L_339));
NullCheck(L_337);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_337, L_340, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(gradientColor[2]);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_341 = V_14;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_342 = V_4;
NullCheck(L_342);
int32_t L_343 = 2;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_344 = (L_342)->GetAt(static_cast<il2cpp_array_size_t>(L_343));
NullCheck(L_341);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_341, L_344, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(gradientColor[3]);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_345 = V_14;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_346 = V_4;
NullCheck(L_346);
int32_t L_347 = 3;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_348 = (L_346)->GetAt(static_cast<il2cpp_array_size_t>(L_347));
NullCheck(L_345);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_345, L_348, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// }
goto IL_09dd;
}
IL_0817:
{
// colList.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_349 = V_14;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_350 = V_3;
NullCheck(L_349);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_349, L_350, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_351 = V_14;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_352 = V_3;
NullCheck(L_351);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_351, L_352, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_353 = V_14;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_354 = V_3;
NullCheck(L_353);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_353, L_354, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_355 = V_14;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_356 = V_3;
NullCheck(L_355);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_355, L_356, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// }
goto IL_09dd;
}
IL_083c:
{
// for (int b = 0; b < 4; b++)
V_44 = 0;
goto IL_09d5;
}
IL_0844:
{
// uvList.Add(u0);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_357 = V_13;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_358 = V_8;
NullCheck(L_357);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_357, L_358, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// uvList.Add(u1);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_359 = V_13;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_360 = V_9;
NullCheck(L_359);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_359, L_360, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// uvList.Add(u2);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_361 = V_13;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_362 = V_10;
NullCheck(L_361);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_361, L_362, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// uvList.Add(u3);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_363 = V_13;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_364 = V_11;
NullCheck(L_363);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_363, L_364, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// float fx = BOLD_OFFSET[b * 2];
IL2CPP_RUNTIME_CLASS_INIT(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_365 = ((TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_StaticFields*)il2cpp_codegen_static_fields_for(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var))->get_BOLD_OFFSET_81();
int32_t L_366 = V_44;
NullCheck(L_365);
int32_t L_367 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_366, (int32_t)2));
float L_368 = (L_365)->GetAt(static_cast<il2cpp_array_size_t>(L_367));
V_45 = L_368;
// float fy = BOLD_OFFSET[b * 2 + 1];
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_369 = ((TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_StaticFields*)il2cpp_codegen_static_fields_for(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var))->get_BOLD_OFFSET_81();
int32_t L_370 = V_44;
NullCheck(L_369);
int32_t L_371 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_370, (int32_t)2)), (int32_t)1));
float L_372 = (L_369)->GetAt(static_cast<il2cpp_array_size_t>(L_371));
V_46 = L_372;
// vertList.Add(new Vector3(v0.x + fx, -(v1.y + fy), 0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_373 = V_12;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_374 = V_6;
float L_375 = L_374.get_x_2();
float L_376 = V_45;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_377 = V_7;
float L_378 = L_377.get_y_3();
float L_379 = V_46;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_380;
memset((&L_380), 0, sizeof(L_380));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_380), ((float)il2cpp_codegen_add((float)L_375, (float)L_376)), ((-((float)il2cpp_codegen_add((float)L_378, (float)L_379)))), (0.0f), /*hidden argument*/NULL);
NullCheck(L_373);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_373, L_380, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// vertList.Add(new Vector3(v0.x + fx, -(v0.y + fy), 0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_381 = V_12;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_382 = V_6;
float L_383 = L_382.get_x_2();
float L_384 = V_45;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_385 = V_6;
float L_386 = L_385.get_y_3();
float L_387 = V_46;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_388;
memset((&L_388), 0, sizeof(L_388));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_388), ((float)il2cpp_codegen_add((float)L_383, (float)L_384)), ((-((float)il2cpp_codegen_add((float)L_386, (float)L_387)))), (0.0f), /*hidden argument*/NULL);
NullCheck(L_381);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_381, L_388, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// vertList.Add(new Vector3(v1.x + fx, -(v0.y + fy), 0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_389 = V_12;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_390 = V_7;
float L_391 = L_390.get_x_2();
float L_392 = V_45;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_393 = V_6;
float L_394 = L_393.get_y_3();
float L_395 = V_46;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_396;
memset((&L_396), 0, sizeof(L_396));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_396), ((float)il2cpp_codegen_add((float)L_391, (float)L_392)), ((-((float)il2cpp_codegen_add((float)L_394, (float)L_395)))), (0.0f), /*hidden argument*/NULL);
NullCheck(L_389);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_389, L_396, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// vertList.Add(new Vector3(v1.x + fx, -(v1.y + fy), 0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_397 = V_12;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_398 = V_7;
float L_399 = L_398.get_x_2();
float L_400 = V_45;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_401 = V_7;
float L_402 = L_401.get_y_3();
float L_403 = V_46;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_404;
memset((&L_404), 0, sizeof(L_404));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_404), ((float)il2cpp_codegen_add((float)L_399, (float)L_400)), ((-((float)il2cpp_codegen_add((float)L_402, (float)L_403)))), (0.0f), /*hidden argument*/NULL);
NullCheck(L_397);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_397, L_404, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// if (!_font.canTint)
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_405 = __this->get__font_67();
NullCheck(L_405);
bool L_406 = L_405->get_canTint_2();
if (L_406)
{
goto IL_096d;
}
}
{
// colList.Add(Color.white);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_407 = V_14;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_408 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_409 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_408, /*hidden argument*/NULL);
NullCheck(L_407);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_407, L_409, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(Color.white);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_410 = V_14;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_411 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_412 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_411, /*hidden argument*/NULL);
NullCheck(L_410);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_410, L_412, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(Color.white);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_413 = V_14;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_414 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_415 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_414, /*hidden argument*/NULL);
NullCheck(L_413);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_413, L_415, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(Color.white);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_416 = V_14;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_417 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_418 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_417, /*hidden argument*/NULL);
NullCheck(L_416);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_416, L_418, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// }
goto IL_09cf;
}
IL_096d:
{
// else if (gradientColor != null)
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_419 = V_4;
if (!L_419)
{
goto IL_09af;
}
}
{
// colList.Add(gradientColor[1]);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_420 = V_14;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_421 = V_4;
NullCheck(L_421);
int32_t L_422 = 1;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_423 = (L_421)->GetAt(static_cast<il2cpp_array_size_t>(L_422));
NullCheck(L_420);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_420, L_423, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(gradientColor[0]);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_424 = V_14;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_425 = V_4;
NullCheck(L_425);
int32_t L_426 = 0;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_427 = (L_425)->GetAt(static_cast<il2cpp_array_size_t>(L_426));
NullCheck(L_424);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_424, L_427, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(gradientColor[2]);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_428 = V_14;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_429 = V_4;
NullCheck(L_429);
int32_t L_430 = 2;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_431 = (L_429)->GetAt(static_cast<il2cpp_array_size_t>(L_430));
NullCheck(L_428);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_428, L_431, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(gradientColor[3]);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_432 = V_14;
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_433 = V_4;
NullCheck(L_433);
int32_t L_434 = 3;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_435 = (L_433)->GetAt(static_cast<il2cpp_array_size_t>(L_434));
NullCheck(L_432);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_432, L_435, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// }
goto IL_09cf;
}
IL_09af:
{
// colList.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_436 = V_14;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_437 = V_3;
NullCheck(L_436);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_436, L_437, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_438 = V_14;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_439 = V_3;
NullCheck(L_438);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_438, L_439, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_440 = V_14;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_441 = V_3;
NullCheck(L_440);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_440, L_441, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_442 = V_14;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_443 = V_3;
NullCheck(L_442);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_442, L_443, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
}
IL_09cf:
{
// for (int b = 0; b < 4; b++)
int32_t L_444 = V_44;
V_44 = ((int32_t)il2cpp_codegen_add((int32_t)L_444, (int32_t)1));
}
IL_09d5:
{
// for (int b = 0; b < 4; b++)
int32_t L_445 = V_44;
if ((((int32_t)L_445) < ((int32_t)4)))
{
goto IL_0844;
}
}
IL_09dd:
{
// if (format.underline)
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_446 = V_2;
NullCheck(L_446);
bool L_447 = L_446->get_underline_6();
if (!L_447)
{
goto IL_0c6d;
}
}
{
// float glyphWidth = glyph.width;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_448 = V_26;
float L_449 = L_448.get_width_6();
V_47 = L_449;
// if (_font.GetGlyph('_', ref glyph))
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_450 = __this->get__font_67();
NullCheck(L_450);
bool L_451 = VirtFuncInvoker2< bool, Il2CppChar, GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE * >::Invoke(7 /* System.Boolean FairyGUI.BaseFont::GetGlyph(System.Char,FairyGUI.GlyphInfo&) */, L_450, ((int32_t)95), (GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE *)(&V_26));
if (!L_451)
{
goto IL_0c66;
}
}
{
// glyph.width = glyphWidth;
float L_452 = V_47;
(&V_26)->set_width_6(L_452);
// if (glyph.uvBottomLeft.x != glyph.uvBottomRight.x)
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_453 = V_26;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_454 = L_453.get_uvBottomLeft_2();
float L_455 = L_454.get_x_2();
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_456 = V_26;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_457 = L_456.get_uvBottomRight_5();
float L_458 = L_457.get_x_2();
if ((((float)L_455) == ((float)L_458)))
{
goto IL_0a50;
}
}
{
// u0.x = (glyph.uvBottomLeft.x + glyph.uvBottomRight.x) * 0.5f;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_459 = V_26;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_460 = L_459.get_uvBottomLeft_2();
float L_461 = L_460.get_x_2();
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_462 = V_26;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_463 = L_462.get_uvBottomRight_5();
float L_464 = L_463.get_x_2();
(&V_8)->set_x_1(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_461, (float)L_464)), (float)(0.5f))));
goto IL_0a76;
}
IL_0a50:
{
// u0.x = (glyph.uvBottomLeft.x + glyph.uvTopLeft.x) * 0.5f;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_465 = V_26;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_466 = L_465.get_uvBottomLeft_2();
float L_467 = L_466.get_x_2();
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_468 = V_26;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_469 = L_468.get_uvTopLeft_3();
float L_470 = L_469.get_x_2();
(&V_8)->set_x_1(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_467, (float)L_470)), (float)(0.5f))));
}
IL_0a76:
{
// if (glyph.uvBottomLeft.y != glyph.uvTopLeft.y)
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_471 = V_26;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_472 = L_471.get_uvBottomLeft_2();
float L_473 = L_472.get_y_3();
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_474 = V_26;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_475 = L_474.get_uvTopLeft_3();
float L_476 = L_475.get_y_3();
if ((((float)L_473) == ((float)L_476)))
{
goto IL_0ab8;
}
}
{
// u0.y = (glyph.uvBottomLeft.y + glyph.uvTopLeft.y) * 0.5f;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_477 = V_26;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_478 = L_477.get_uvBottomLeft_2();
float L_479 = L_478.get_y_3();
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_480 = V_26;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_481 = L_480.get_uvTopLeft_3();
float L_482 = L_481.get_y_3();
(&V_8)->set_y_2(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_479, (float)L_482)), (float)(0.5f))));
goto IL_0ade;
}
IL_0ab8:
{
// u0.y = (glyph.uvBottomLeft.y + glyph.uvBottomRight.y) * 0.5f;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_483 = V_26;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_484 = L_483.get_uvBottomLeft_2();
float L_485 = L_484.get_y_3();
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_486 = V_26;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_487 = L_486.get_uvBottomRight_5();
float L_488 = L_487.get_y_3();
(&V_8)->set_y_2(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)L_485, (float)L_488)), (float)(0.5f))));
}
IL_0ade:
{
// uvList.Add(u0);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_489 = V_13;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_490 = V_8;
NullCheck(L_489);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_489, L_490, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// uvList.Add(u0);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_491 = V_13;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_492 = V_8;
NullCheck(L_491);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_491, L_492, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// uvList.Add(u0);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_493 = V_13;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_494 = V_8;
NullCheck(L_493);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_493, L_494, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// uvList.Add(u0);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_495 = V_13;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_496 = V_8;
NullCheck(L_495);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_495, L_496, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// v0.y = line.y + yIndent + glyph.vertMin.y + 1;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_497 = V_37;
NullCheck(L_497);
float L_498 = L_497->get_y_5();
int32_t L_499 = V_20;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_500 = V_26;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_501 = L_500.get_vertMin_0();
float L_502 = L_501.get_y_1();
(&V_6)->set_y_3(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_498, (float)(((float)((float)L_499))))), (float)L_502)), (float)(1.0f))));
// v1.y = line.y + yIndent + glyph.vertMax.y + 1;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_503 = V_37;
NullCheck(L_503);
float L_504 = L_503->get_y_5();
int32_t L_505 = V_20;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_506 = V_26;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_507 = L_506.get_vertMax_1();
float L_508 = L_507.get_y_1();
(&V_7)->set_y_3(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_504, (float)(((float)((float)L_505))))), (float)L_508)), (float)(1.0f))));
// if (v1.y - v0.y > 2)
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_509 = V_7;
float L_510 = L_509.get_y_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_511 = V_6;
float L_512 = L_511.get_y_3();
if ((!(((float)((float)il2cpp_codegen_subtract((float)L_510, (float)L_512))) > ((float)(2.0f)))))
{
goto IL_0b76;
}
}
{
// v1.y = v0.y + 2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_513 = V_6;
float L_514 = L_513.get_y_3();
(&V_7)->set_y_3(((float)il2cpp_codegen_add((float)L_514, (float)(2.0f))));
}
IL_0b76:
{
// float tmpX = charX + letterSpacing + glyph.width;
float L_515 = V_18;
int32_t L_516 = V_0;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_517 = V_26;
float L_518 = L_517.get_width_6();
V_48 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_515, (float)(((float)((float)L_516))))), (float)L_518));
// vertList.Add(new Vector3(charX, -v1.y, 0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_519 = V_12;
float L_520 = V_18;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_521 = V_7;
float L_522 = L_521.get_y_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_523;
memset((&L_523), 0, sizeof(L_523));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_523), L_520, ((-L_522)), (0.0f), /*hidden argument*/NULL);
NullCheck(L_519);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_519, L_523, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// vertList.Add(new Vector3(charX, -v0.y, 0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_524 = V_12;
float L_525 = V_18;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_526 = V_6;
float L_527 = L_526.get_y_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_528;
memset((&L_528), 0, sizeof(L_528));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_528), L_525, ((-L_527)), (0.0f), /*hidden argument*/NULL);
NullCheck(L_524);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_524, L_528, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// vertList.Add(new Vector3(tmpX, -v0.y, 0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_529 = V_12;
float L_530 = V_48;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_531 = V_6;
float L_532 = L_531.get_y_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_533;
memset((&L_533), 0, sizeof(L_533));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_533), L_530, ((-L_532)), (0.0f), /*hidden argument*/NULL);
NullCheck(L_529);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_529, L_533, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// vertList.Add(new Vector3(tmpX, -v1.y, 0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_534 = V_12;
float L_535 = V_48;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_536 = V_7;
float L_537 = L_536.get_y_3();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_538;
memset((&L_538), 0, sizeof(L_538));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_538), L_535, ((-L_537)), (0.0f), /*hidden argument*/NULL);
NullCheck(L_534);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_534, L_538, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// if (!_font.canTint)
BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * L_539 = __this->get__font_67();
NullCheck(L_539);
bool L_540 = L_539->get_canTint_2();
if (L_540)
{
goto IL_0c44;
}
}
{
// colList.Add(Color.white);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_541 = V_14;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_542 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_543 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_542, /*hidden argument*/NULL);
NullCheck(L_541);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_541, L_543, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(Color.white);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_544 = V_14;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_545 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_546 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_545, /*hidden argument*/NULL);
NullCheck(L_544);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_544, L_546, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(Color.white);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_547 = V_14;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_548 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_549 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_548, /*hidden argument*/NULL);
NullCheck(L_547);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_547, L_549, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(Color.white);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_550 = V_14;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_551 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_552 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_551, /*hidden argument*/NULL);
NullCheck(L_550);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_550, L_552, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// }
goto IL_0c6d;
}
IL_0c44:
{
// colList.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_553 = V_14;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_554 = V_3;
NullCheck(L_553);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_553, L_554, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_555 = V_14;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_556 = V_3;
NullCheck(L_555);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_555, L_556, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_557 = V_14;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_558 = V_3;
NullCheck(L_557);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_557, L_558, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// colList.Add(color);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_559 = V_14;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_560 = V_3;
NullCheck(L_559);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_559, L_560, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// }
goto IL_0c6d;
}
IL_0c66:
{
// format.underline = false;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_561 = V_2;
NullCheck(L_561);
L_561->set_underline_6((bool)0);
}
IL_0c6d:
{
// if (_charPositions != null)
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_562 = __this->get__charPositions_66();
if (!L_562)
{
goto IL_0ccf;
}
}
{
// CharPosition cp = new CharPosition();
il2cpp_codegen_initobj((&V_49), sizeof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ));
// cp.lineIndex = (short)i;
int32_t L_563 = V_36;
(&V_49)->set_lineIndex_1((((int16_t)((int16_t)L_563))));
// cp.charIndex = _charPositions.Count;
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_564 = __this->get__charPositions_66();
NullCheck(L_564);
int32_t L_565 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_564, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
(&V_49)->set_charIndex_0(L_565);
// cp.vertCount = (short)(((boldVertice ? 4 : 1) + (format.underline ? 1 : 0)) * 4);
bool L_566 = V_5;
G_B127_0 = (&V_49);
if (L_566)
{
G_B128_0 = (&V_49);
goto IL_0ca2;
}
}
{
G_B129_0 = 1;
G_B129_1 = G_B127_0;
goto IL_0ca3;
}
IL_0ca2:
{
G_B129_0 = 4;
G_B129_1 = G_B128_0;
}
IL_0ca3:
{
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_567 = V_2;
NullCheck(L_567);
bool L_568 = L_567->get_underline_6();
G_B130_0 = G_B129_0;
G_B130_1 = G_B129_1;
if (L_568)
{
G_B131_0 = G_B129_0;
G_B131_1 = G_B129_1;
goto IL_0cae;
}
}
{
G_B132_0 = 0;
G_B132_1 = G_B130_0;
G_B132_2 = G_B130_1;
goto IL_0caf;
}
IL_0cae:
{
G_B132_0 = 1;
G_B132_1 = G_B131_0;
G_B132_2 = G_B131_1;
}
IL_0caf:
{
G_B132_2->set_vertCount_3((((int16_t)((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)G_B132_1, (int32_t)G_B132_0)), (int32_t)4))))));
// cp.offsetX = (int)charX;
float L_569 = V_18;
(&V_49)->set_offsetX_2((((int32_t)((int32_t)L_569))));
// _charPositions.Add(cp);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_570 = __this->get__charPositions_66();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_571 = V_49;
NullCheck(L_570);
List_1_Add_m2A566918F2D20DA2ED7CBC0DD3B48C5A7DE614D3(L_570, L_571, /*hidden argument*/List_1_Add_m2A566918F2D20DA2ED7CBC0DD3B48C5A7DE614D3_RuntimeMethod_var);
}
IL_0ccf:
{
// charX += letterSpacing + glyph.width;
float L_572 = V_18;
int32_t L_573 = V_0;
GlyphInfo_t6D2C7F0CF1BBDF439450E72D3444DAEEE9996EBE L_574 = V_26;
float L_575 = L_574.get_width_6();
V_18 = ((float)il2cpp_codegen_add((float)L_572, (float)((float)il2cpp_codegen_add((float)(((float)((float)L_573))), (float)L_575))));
// }
goto IL_0d32;
}
IL_0ce0:
{
// if (_charPositions != null)
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_576 = __this->get__charPositions_66();
if (!L_576)
{
goto IL_0d2b;
}
}
{
// CharPosition cp = new CharPosition();
il2cpp_codegen_initobj((&V_50), sizeof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ));
// cp.lineIndex = (short)i;
int32_t L_577 = V_36;
(&V_50)->set_lineIndex_1((((int16_t)((int16_t)L_577))));
// cp.charIndex = _charPositions.Count;
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_578 = __this->get__charPositions_66();
NullCheck(L_578);
int32_t L_579 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_578, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
(&V_50)->set_charIndex_0(L_579);
// cp.vertCount = 0;
(&V_50)->set_vertCount_3((int16_t)0);
// cp.offsetX = (int)charX;
float L_580 = V_18;
(&V_50)->set_offsetX_2((((int32_t)((int32_t)L_580))));
// _charPositions.Add(cp);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_581 = __this->get__charPositions_66();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_582 = V_50;
NullCheck(L_581);
List_1_Add_m2A566918F2D20DA2ED7CBC0DD3B48C5A7DE614D3(L_581, L_582, /*hidden argument*/List_1_Add_m2A566918F2D20DA2ED7CBC0DD3B48C5A7DE614D3_RuntimeMethod_var);
}
IL_0d2b:
{
// charX += letterSpacing;
float L_583 = V_18;
int32_t L_584 = V_0;
V_18 = ((float)il2cpp_codegen_add((float)L_583, (float)(((float)((float)L_584)))));
}
IL_0d32:
{
// for (int j = 0; j < line.charCount; j++)
int32_t L_585 = V_38;
V_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_585, (int32_t)1));
}
IL_0d38:
{
// for (int j = 0; j < line.charCount; j++)
int32_t L_586 = V_38;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_587 = V_37;
NullCheck(L_587);
int16_t L_588 = L_587->get_charCount_4();
if ((((int32_t)L_586) < ((int32_t)L_588)))
{
goto IL_0266;
}
}
IL_0d46:
{
// for (int i = 0; i < lineCount; ++i)
int32_t L_589 = V_36;
V_36 = ((int32_t)il2cpp_codegen_add((int32_t)L_589, (int32_t)1));
}
IL_0d4c:
{
// for (int i = 0; i < lineCount; ++i)
int32_t L_590 = V_36;
int32_t L_591 = V_30;
if ((((int32_t)L_590) < ((int32_t)L_591)))
{
goto IL_0199;
}
}
{
// if (element != null && element.type == HtmlElementType.LinkEnd && currentLink != null)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_592 = V_29;
if (!L_592)
{
goto IL_0d78;
}
}
{
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_593 = V_29;
NullCheck(L_593);
int32_t L_594 = L_593->get_type_0();
if ((!(((uint32_t)L_594) == ((uint32_t)6))))
{
goto IL_0d78;
}
}
{
HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * L_595 = V_15;
if (!L_595)
{
goto IL_0d78;
}
}
{
// currentLink.SetArea(linkStartLine, linkStartX, lineCount - 1, charX);
HtmlLink_t3F371A3E4B776C52196F9DBAD6D8724B102FDBE5 * L_596 = V_15;
int32_t L_597 = V_17;
float L_598 = V_16;
int32_t L_599 = V_30;
float L_600 = V_18;
NullCheck(L_596);
HtmlLink_SetArea_mF99122FB9F2EFDBECD74E866863B09B50A0274BF(L_596, L_597, L_598, ((int32_t)il2cpp_codegen_subtract((int32_t)L_599, (int32_t)1)), L_600, /*hidden argument*/NULL);
}
IL_0d78:
{
// if (_charPositions != null)
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_601 = __this->get__charPositions_66();
if (!L_601)
{
goto IL_0dbd;
}
}
{
// CharPosition cp = new CharPosition();
il2cpp_codegen_initobj((&V_51), sizeof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ));
// cp.lineIndex = (short)(lineCount - 1);
int32_t L_602 = V_30;
(&V_51)->set_lineIndex_1((((int16_t)((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_602, (int32_t)1))))));
// cp.charIndex = _charPositions.Count;
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_603 = __this->get__charPositions_66();
NullCheck(L_603);
int32_t L_604 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_603, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
(&V_51)->set_charIndex_0(L_604);
// cp.offsetX = (int)charX;
float L_605 = V_18;
(&V_51)->set_offsetX_2((((int32_t)((int32_t)L_605))));
// _charPositions.Add(cp);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_606 = __this->get__charPositions_66();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_607 = V_51;
NullCheck(L_606);
List_1_Add_m2A566918F2D20DA2ED7CBC0DD3B48C5A7DE614D3(L_606, L_607, /*hidden argument*/List_1_Add_m2A566918F2D20DA2ED7CBC0DD3B48C5A7DE614D3_RuntimeMethod_var);
}
IL_0dbd:
{
// int count = vertList.Count;
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_608 = V_12;
NullCheck(L_608);
int32_t L_609 = List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_inline(L_608, /*hidden argument*/List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var);
V_31 = L_609;
// if (count > 65000)
int32_t L_610 = V_31;
if ((((int32_t)L_610) <= ((int32_t)((int32_t)65000))))
{
goto IL_0e1c;
}
}
{
// Debug.LogWarning("Text is too large. A mesh may not have more than 65000 vertices.");
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(_stringLiteral551E47864A1A116E200D76EE7472499B1BEA721B, /*hidden argument*/NULL);
// vertList.RemoveRange(65000, count - 65000);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_611 = V_12;
int32_t L_612 = V_31;
NullCheck(L_611);
List_1_RemoveRange_mE28859A5DD6D9F5CFDC06F028B478D46A0B84E83(L_611, ((int32_t)65000), ((int32_t)il2cpp_codegen_subtract((int32_t)L_612, (int32_t)((int32_t)65000))), /*hidden argument*/List_1_RemoveRange_mE28859A5DD6D9F5CFDC06F028B478D46A0B84E83_RuntimeMethod_var);
// colList.RemoveRange(65000, count - 65000);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_613 = V_14;
int32_t L_614 = V_31;
NullCheck(L_613);
List_1_RemoveRange_m0D8A028E7C3198BA3FBA77B2142B030068B5DBF8(L_613, ((int32_t)65000), ((int32_t)il2cpp_codegen_subtract((int32_t)L_614, (int32_t)((int32_t)65000))), /*hidden argument*/List_1_RemoveRange_m0D8A028E7C3198BA3FBA77B2142B030068B5DBF8_RuntimeMethod_var);
// uvList.RemoveRange(65000, count - 65000);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_615 = V_13;
int32_t L_616 = V_31;
NullCheck(L_615);
List_1_RemoveRange_m8D20B489E04E4A1BA16B2052B09161C6C2A8D0EC(L_615, ((int32_t)65000), ((int32_t)il2cpp_codegen_subtract((int32_t)L_616, (int32_t)((int32_t)65000))), /*hidden argument*/List_1_RemoveRange_m8D20B489E04E4A1BA16B2052B09161C6C2A8D0EC_RuntimeMethod_var);
// count = 65000;
V_31 = ((int32_t)65000);
}
IL_0e1c:
{
// bool hasShadow = _shadowOffset.x != 0 || _shadowOffset.y != 0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_617 = __this->get_address_of__shadowOffset_63();
float L_618 = L_617->get_x_0();
if ((!(((float)L_618) == ((float)(0.0f)))))
{
goto IL_0e45;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_619 = __this->get_address_of__shadowOffset_63();
float L_620 = L_619->get_y_1();
G_B152_0 = ((((int32_t)((((float)L_620) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0e46;
}
IL_0e45:
{
G_B152_0 = 1;
}
IL_0e46:
{
V_32 = (bool)G_B152_0;
// int allocCount = count;
int32_t L_621 = V_31;
V_33 = L_621;
// int drawDirs = 0;
V_34 = 0;
// if (_stroke != 0)
int32_t L_622 = __this->get__stroke_61();
if (!L_622)
{
goto IL_0e6e;
}
}
{
// drawDirs = UIConfig.enhancedTextOutlineEffect ? 8 : 4;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
bool L_623 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_enhancedTextOutlineEffect_32();
if (L_623)
{
goto IL_0e61;
}
}
{
G_B156_0 = 4;
goto IL_0e62;
}
IL_0e61:
{
G_B156_0 = 8;
}
IL_0e62:
{
V_34 = G_B156_0;
// allocCount += count * drawDirs;
int32_t L_624 = V_33;
int32_t L_625 = V_31;
int32_t L_626 = V_34;
V_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_624, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_625, (int32_t)L_626))));
}
IL_0e6e:
{
// if (hasShadow)
bool L_627 = V_32;
if (!L_627)
{
goto IL_0e79;
}
}
{
// allocCount += count;
int32_t L_628 = V_33;
int32_t L_629 = V_31;
V_33 = ((int32_t)il2cpp_codegen_add((int32_t)L_628, (int32_t)L_629));
}
IL_0e79:
{
// if (allocCount > 65000)
int32_t L_630 = V_33;
if ((((int32_t)L_630) <= ((int32_t)((int32_t)65000))))
{
goto IL_0e90;
}
}
{
// Debug.LogWarning("Text is too large. Outline/shadow effect cannot be completed.");
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(_stringLiteralFAB1861EBC1EC4C034B6EAB9C5ED913FDF78E516, /*hidden argument*/NULL);
// allocCount = count;
int32_t L_631 = V_31;
V_33 = L_631;
}
IL_0e90:
{
// if (allocCount != count)
int32_t L_632 = V_33;
int32_t L_633 = V_31;
if ((((int32_t)L_632) == ((int32_t)L_633)))
{
goto IL_0fed;
}
}
{
// VertexBuffer vb2 = VertexBuffer.Begin();
IL2CPP_RUNTIME_CLASS_INIT(VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B_il2cpp_TypeInfo_var);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_634 = VertexBuffer_Begin_mDF97B4C207AD4F0CC337CA2504632F492612363D(/*hidden argument*/NULL);
V_52 = L_634;
// List<Vector3> vertList2 = vb2.vertices;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_635 = V_52;
NullCheck(L_635);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_636 = L_635->get_vertices_3();
V_53 = L_636;
// List<Vector4> uvList2 = vb2.uv0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_637 = V_52;
NullCheck(L_637);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_638 = L_637->get_uv0_5();
V_54 = L_638;
// List<Color32> colList2 = vb2.colors;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_639 = V_52;
NullCheck(L_639);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_640 = L_639->get_colors_4();
V_55 = L_640;
// Color32 strokeColor = _strokeColor;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_641 = __this->get__strokeColor_62();
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_642 = Color32_op_Implicit_m52B034473369A651C8952BD916A2AB193E0E5B30(L_641, /*hidden argument*/NULL);
V_56 = L_642;
// if (_stroke != 0)
int32_t L_643 = __this->get__stroke_61();
if (!L_643)
{
goto IL_0f6a;
}
}
{
// for (int j = 0; j < drawDirs; j++)
V_57 = 0;
goto IL_0f61;
}
IL_0edb:
{
// for (int i = 0; i < count; i++)
V_58 = 0;
goto IL_0f55;
}
IL_0ee0:
{
// Vector3 vert = vertList[i];
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_644 = V_12;
int32_t L_645 = V_58;
NullCheck(L_644);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_646 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_644, L_645, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
V_59 = L_646;
// Vector4 u = uvList[i];
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_647 = V_13;
int32_t L_648 = V_58;
NullCheck(L_647);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_649 = List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_inline(L_647, L_648, /*hidden argument*/List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_RuntimeMethod_var);
V_60 = L_649;
// uvList2.Add(u);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_650 = V_54;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_651 = V_60;
NullCheck(L_650);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_650, L_651, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// vertList2.Add(new Vector3(vert.x + STROKE_OFFSET[j * 2] * _stroke, vert.y + STROKE_OFFSET[j * 2 + 1] * _stroke, 0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_652 = V_53;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_653 = V_59;
float L_654 = L_653.get_x_2();
IL2CPP_RUNTIME_CLASS_INIT(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_655 = ((TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_StaticFields*)il2cpp_codegen_static_fields_for(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var))->get_STROKE_OFFSET_80();
int32_t L_656 = V_57;
NullCheck(L_655);
int32_t L_657 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_656, (int32_t)2));
float L_658 = (L_655)->GetAt(static_cast<il2cpp_array_size_t>(L_657));
int32_t L_659 = __this->get__stroke_61();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_660 = V_59;
float L_661 = L_660.get_y_3();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_662 = ((TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_StaticFields*)il2cpp_codegen_static_fields_for(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var))->get_STROKE_OFFSET_80();
int32_t L_663 = V_57;
NullCheck(L_662);
int32_t L_664 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_663, (int32_t)2)), (int32_t)1));
float L_665 = (L_662)->GetAt(static_cast<il2cpp_array_size_t>(L_664));
int32_t L_666 = __this->get__stroke_61();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_667;
memset((&L_667), 0, sizeof(L_667));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_667), ((float)il2cpp_codegen_add((float)L_654, (float)((float)il2cpp_codegen_multiply((float)L_658, (float)(((float)((float)L_659))))))), ((float)il2cpp_codegen_add((float)L_661, (float)((float)il2cpp_codegen_multiply((float)L_665, (float)(((float)((float)L_666))))))), (0.0f), /*hidden argument*/NULL);
NullCheck(L_652);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_652, L_667, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// colList2.Add(strokeColor);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_668 = V_55;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_669 = V_56;
NullCheck(L_668);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_668, L_669, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// for (int i = 0; i < count; i++)
int32_t L_670 = V_58;
V_58 = ((int32_t)il2cpp_codegen_add((int32_t)L_670, (int32_t)1));
}
IL_0f55:
{
// for (int i = 0; i < count; i++)
int32_t L_671 = V_58;
int32_t L_672 = V_31;
if ((((int32_t)L_671) < ((int32_t)L_672)))
{
goto IL_0ee0;
}
}
{
// for (int j = 0; j < drawDirs; j++)
int32_t L_673 = V_57;
V_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_673, (int32_t)1));
}
IL_0f61:
{
// for (int j = 0; j < drawDirs; j++)
int32_t L_674 = V_57;
int32_t L_675 = V_34;
if ((((int32_t)L_674) < ((int32_t)L_675)))
{
goto IL_0edb;
}
}
IL_0f6a:
{
// if (hasShadow)
bool L_676 = V_32;
if (!L_676)
{
goto IL_0fde;
}
}
{
// for (int i = 0; i < count; i++)
V_61 = 0;
goto IL_0fd8;
}
IL_0f73:
{
// Vector3 vert = vertList[i];
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_677 = V_12;
int32_t L_678 = V_61;
NullCheck(L_677);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_679 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_677, L_678, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
V_62 = L_679;
// Vector4 u = uvList[i];
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_680 = V_13;
int32_t L_681 = V_61;
NullCheck(L_680);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_682 = List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_inline(L_680, L_681, /*hidden argument*/List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_RuntimeMethod_var);
V_63 = L_682;
// uvList2.Add(u);
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * L_683 = V_54;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_684 = V_63;
NullCheck(L_683);
List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342(L_683, L_684, /*hidden argument*/List_1_Add_m9190AF3E8352B39435FF21E32C03B0C886C0C342_RuntimeMethod_var);
// vertList2.Add(new Vector3(vert.x + _shadowOffset.x, vert.y - _shadowOffset.y, 0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_685 = V_53;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_686 = V_62;
float L_687 = L_686.get_x_2();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_688 = __this->get_address_of__shadowOffset_63();
float L_689 = L_688->get_x_0();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_690 = V_62;
float L_691 = L_690.get_y_3();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_692 = __this->get_address_of__shadowOffset_63();
float L_693 = L_692->get_y_1();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_694;
memset((&L_694), 0, sizeof(L_694));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_694), ((float)il2cpp_codegen_add((float)L_687, (float)L_689)), ((float)il2cpp_codegen_subtract((float)L_691, (float)L_693)), (0.0f), /*hidden argument*/NULL);
NullCheck(L_685);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_685, L_694, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// colList2.Add(strokeColor);
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * L_695 = V_55;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_696 = V_56;
NullCheck(L_695);
List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621(L_695, L_696, /*hidden argument*/List_1_Add_mD418AFD4790D100E6F082C32A9D5146F7B382621_RuntimeMethod_var);
// for (int i = 0; i < count; i++)
int32_t L_697 = V_61;
V_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_697, (int32_t)1));
}
IL_0fd8:
{
// for (int i = 0; i < count; i++)
int32_t L_698 = V_61;
int32_t L_699 = V_31;
if ((((int32_t)L_698) < ((int32_t)L_699)))
{
goto IL_0f73;
}
}
IL_0fde:
{
// vb.Insert(vb2);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_700 = ___vb0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_701 = V_52;
NullCheck(L_700);
VertexBuffer_Insert_mF5386D514EC3D7215D3A97EEE398FCFE86844A57(L_700, L_701, /*hidden argument*/NULL);
// vb2.End();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_702 = V_52;
NullCheck(L_702);
VertexBuffer_End_m801DFF6E96FB9A5EF58B644F48C6096CB1D86AE9(L_702, /*hidden argument*/NULL);
}
IL_0fed:
{
// vb.AddTriangles();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_703 = ___vb0;
NullCheck(L_703);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_703, 0, /*hidden argument*/NULL);
// if (_richTextField != null)
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_704 = __this->get__richTextField_77();
if (!L_704)
{
goto IL_1007;
}
}
{
// _richTextField.RefreshObjects();
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_705 = __this->get__richTextField_77();
NullCheck(L_705);
VirtActionInvoker0::Invoke(31 /* System.Void FairyGUI.RichTextField::RefreshObjects() */, L_705);
}
IL_1007:
{
// }
return;
}
}
// System.Void FairyGUI.TextField::Cleanup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_Cleanup_m69C55609150DE07D2C393BC62A7C3A13343EBE12 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextField_Cleanup_m69C55609150DE07D2C393BC62A7C3A13343EBE12_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_richTextField != null)
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = __this->get__richTextField_77();
if (!L_0)
{
goto IL_0013;
}
}
{
// _richTextField.CleanupObjects();
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_1 = __this->get__richTextField_77();
NullCheck(L_1);
RichTextField_CleanupObjects_m022C779567ABDB2A6DE20B0AE788FD4B894377FC(L_1, /*hidden argument*/NULL);
}
IL_0013:
{
// HtmlElement.ReturnElements(_elements);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_2 = __this->get__elements_64();
IL2CPP_RUNTIME_CLASS_INIT(HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E_il2cpp_TypeInfo_var);
HtmlElement_ReturnElements_mDA8DA151C83A8802ACF28E27FFC1C8046E864B24(L_2, /*hidden argument*/NULL);
// LineInfo.Return(_lines);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_3 = __this->get__lines_65();
IL2CPP_RUNTIME_CLASS_INIT(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var);
LineInfo_Return_m293BAC9A1EC7C8C8E2635C63BA918BD5223D637F(L_3, /*hidden argument*/NULL);
// _textWidth = 0;
__this->set__textWidth_68((0.0f));
// _textHeight = 0;
__this->set__textHeight_69((0.0f));
// _parsedText = string.Empty;
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set__parsedText_75(L_4);
// if (_charPositions != null)
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_5 = __this->get__charPositions_66();
if (!L_5)
{
goto IL_005d;
}
}
{
// _charPositions.Clear();
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_6 = __this->get__charPositions_66();
NullCheck(L_6);
List_1_Clear_m1FA44F51DC58AA320B38E4204496F9E6CA48008C(L_6, /*hidden argument*/List_1_Clear_m1FA44F51DC58AA320B38E4204496F9E6CA48008C_RuntimeMethod_var);
}
IL_005d:
{
// }
return;
}
}
// System.Void FairyGUI.TextField::ApplyVertAlign()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField_ApplyVertAlign_m7AFC5D47C6D190FB937422731F523DD4984ED180 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextField_ApplyVertAlign_m7AFC5D47C6D190FB937422731F523DD4984ED180_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t G_B3_0 = 0;
int32_t G_B1_0 = 0;
int32_t G_B2_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B12_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B5_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B9_0 = 0;
int32_t G_B8_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B10_0 = 0;
{
// int oldOffset = _yOffset;
int32_t L_0 = __this->get__yOffset_72();
// if (_autoSize == AutoSizeType.Both || _autoSize == AutoSizeType.Height
// || _verticalAlign == VertAlignType.Top)
int32_t L_1 = __this->get__autoSize_56();
G_B1_0 = L_0;
if ((((int32_t)L_1) == ((int32_t)1)))
{
G_B3_0 = L_0;
goto IL_0020;
}
}
{
int32_t L_2 = __this->get__autoSize_56();
G_B2_0 = G_B1_0;
if ((((int32_t)L_2) == ((int32_t)2)))
{
G_B3_0 = G_B1_0;
goto IL_0020;
}
}
{
int32_t L_3 = __this->get__verticalAlign_52();
G_B3_0 = G_B2_0;
if (L_3)
{
G_B4_0 = G_B2_0;
goto IL_0029;
}
}
IL_0020:
{
// _yOffset = 0;
__this->set__yOffset_72(0);
G_B12_0 = G_B3_0;
goto IL_0093;
}
IL_0029:
{
// if (_textHeight == 0)
float L_4 = __this->get__textHeight_69();
G_B5_0 = G_B4_0;
if ((!(((float)L_4) == ((float)(0.0f)))))
{
G_B6_0 = G_B4_0;
goto IL_0051;
}
}
{
// dh = _contentRect.height - this.textFormat.size;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_5 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_6 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_5, /*hidden argument*/NULL);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_7 = TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline(__this, /*hidden argument*/NULL);
NullCheck(L_7);
int32_t L_8 = L_7->get_size_0();
V_0 = ((float)il2cpp_codegen_subtract((float)L_6, (float)(((float)((float)L_8)))));
G_B7_0 = G_B5_0;
goto IL_0064;
}
IL_0051:
{
// dh = _contentRect.height - _textHeight;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_9 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_10 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_9, /*hidden argument*/NULL);
float L_11 = __this->get__textHeight_69();
V_0 = ((float)il2cpp_codegen_subtract((float)L_10, (float)L_11));
G_B7_0 = G_B6_0;
}
IL_0064:
{
// if (dh < 0)
float L_12 = V_0;
G_B8_0 = G_B7_0;
if ((!(((float)L_12) < ((float)(0.0f)))))
{
G_B9_0 = G_B7_0;
goto IL_0072;
}
}
{
// dh = 0;
V_0 = (0.0f);
G_B9_0 = G_B8_0;
}
IL_0072:
{
// if (_verticalAlign == VertAlignType.Middle)
int32_t L_13 = __this->get__verticalAlign_52();
G_B10_0 = G_B9_0;
if ((!(((uint32_t)L_13) == ((uint32_t)1))))
{
G_B11_0 = G_B9_0;
goto IL_008b;
}
}
{
// _yOffset = (int)(dh / 2);
float L_14 = V_0;
__this->set__yOffset_72((((int32_t)((int32_t)((float)((float)L_14/(float)(2.0f)))))));
G_B12_0 = G_B10_0;
goto IL_0093;
}
IL_008b:
{
// _yOffset = (int)dh;
float L_15 = V_0;
__this->set__yOffset_72((((int32_t)((int32_t)L_15))));
G_B12_0 = G_B11_0;
}
IL_0093:
{
// if (oldOffset != _yOffset)
int32_t L_16 = __this->get__yOffset_72();
if ((((int32_t)G_B12_0) == ((int32_t)L_16)))
{
goto IL_00e8;
}
}
{
// int cnt = _lines.Count;
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_17 = __this->get__lines_65();
NullCheck(L_17);
int32_t L_18 = List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_inline(L_17, /*hidden argument*/List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_RuntimeMethod_var);
V_1 = L_18;
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_00d9;
}
IL_00ab:
{
// _lines[i].y = _lines[i].y2 + _yOffset;
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_19 = __this->get__lines_65();
int32_t L_20 = V_2;
NullCheck(L_19);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_21 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_19, L_20, /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_22 = __this->get__lines_65();
int32_t L_23 = V_2;
NullCheck(L_22);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_24 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_22, L_23, /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
NullCheck(L_24);
float L_25 = L_24->get_y2_6();
int32_t L_26 = __this->get__yOffset_72();
NullCheck(L_21);
L_21->set_y_5(((float)il2cpp_codegen_add((float)L_25, (float)(((float)((float)L_26))))));
// for (int i = 0; i < cnt; i++)
int32_t L_27 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
}
IL_00d9:
{
// for (int i = 0; i < cnt; i++)
int32_t L_28 = V_2;
int32_t L_29 = V_1;
if ((((int32_t)L_28) < ((int32_t)L_29)))
{
goto IL_00ab;
}
}
{
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_30 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_30);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_30, /*hidden argument*/NULL);
}
IL_00e8:
{
// }
return;
}
}
// System.Void FairyGUI.TextField::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField__cctor_m7870FBB3B59F7EE198674B8228BD5E4B2269C574 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextField__cctor_m7870FBB3B59F7EE198674B8228BD5E4B2269C574_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static float[] STROKE_OFFSET = new float[]
// {
// -1, 0, 1, 0,
// 0, -1, 0, 1,
// -1, -1, 1, -1,
// -1, 1, 1, 1
// };
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_0 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_1 = L_0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____806BC28C08532BB7F7A6471F4796475FF255663B_22_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
((TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_StaticFields*)il2cpp_codegen_static_fields_for(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var))->set_STROKE_OFFSET_80(L_1);
// static float[] BOLD_OFFSET = new float[]
// {
// -0.5f, 0f, 0.5f, 0f,
// 0f, -0.5f, 0f, 0.5f
// };
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_3 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)8);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_4 = L_3;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____335BB7CBEE0951D5B5545B3AF1873199CFE13674_8_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL);
((TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_StaticFields*)il2cpp_codegen_static_fields_for(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var))->set_BOLD_OFFSET_81(L_4);
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
// FairyGUI.TextField_LineInfo FairyGUI.TextField_LineInfo::Borrow()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * LineInfo_Borrow_mE5AE779597E8FCD1EBF6271990EBC19663E37283 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LineInfo_Borrow_mE5AE779597E8FCD1EBF6271990EBC19663E37283_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
int16_t V_1 = 0;
{
// if (pool.Count > 0)
IL2CPP_RUNTIME_CLASS_INIT(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var);
Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 * L_0 = ((LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_StaticFields*)il2cpp_codegen_static_fields_for(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var))->get_pool_7();
NullCheck(L_0);
int32_t L_1 = Stack_1_get_Count_mF6CBAE40D4F453D97B9CEA7C51F22DF72ABFD357_inline(L_0, /*hidden argument*/Stack_1_get_Count_mF6CBAE40D4F453D97B9CEA7C51F22DF72ABFD357_RuntimeMethod_var);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_0059;
}
}
{
// LineInfo ret = pool.Pop();
IL2CPP_RUNTIME_CLASS_INIT(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var);
Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 * L_2 = ((LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_StaticFields*)il2cpp_codegen_static_fields_for(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var))->get_pool_7();
NullCheck(L_2);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_3 = Stack_1_Pop_m076739D83963690B2900D93C3E77E3D5A15852B4(L_2, /*hidden argument*/Stack_1_Pop_m076739D83963690B2900D93C3E77E3D5A15852B4_RuntimeMethod_var);
// ret.width = ret.height = ret.textHeight = 0;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_4 = L_3;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_5 = L_4;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_6 = L_5;
float L_7 = (0.0f);
V_0 = L_7;
NullCheck(L_6);
L_6->set_textHeight_2(L_7);
float L_8 = V_0;
float L_9 = L_8;
V_0 = L_9;
NullCheck(L_6);
L_6->set_height_1(L_9);
float L_10 = V_0;
NullCheck(L_5);
L_5->set_width_0(L_10);
// ret.y = ret.y2 = 0;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_11 = L_4;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_12 = L_11;
float L_13 = (0.0f);
V_0 = L_13;
NullCheck(L_12);
L_12->set_y2_6(L_13);
float L_14 = V_0;
NullCheck(L_12);
L_12->set_y_5(L_14);
// ret.charIndex = ret.charCount = 0;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_15 = L_11;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_16 = L_15;
int32_t L_17 = 0;
V_1 = (int16_t)L_17;
NullCheck(L_16);
L_16->set_charCount_4((int16_t)L_17);
int16_t L_18 = V_1;
NullCheck(L_16);
L_16->set_charIndex_3(L_18);
// return ret;
return L_15;
}
IL_0059:
{
// return new LineInfo();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_19 = (LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F *)il2cpp_codegen_object_new(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var);
LineInfo__ctor_mF63D7B2FA1A726B799774192EEE0C66A572A004B(L_19, /*hidden argument*/NULL);
return L_19;
}
}
// System.Void FairyGUI.TextField_LineInfo::Return(FairyGUI.TextField_LineInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo_Return_mB58BC76106A5342281AA33ACB4DC5C2C418EB963 (LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LineInfo_Return_mB58BC76106A5342281AA33ACB4DC5C2C418EB963_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// pool.Push(value);
IL2CPP_RUNTIME_CLASS_INIT(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var);
Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 * L_0 = ((LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_StaticFields*)il2cpp_codegen_static_fields_for(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var))->get_pool_7();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_1 = ___value0;
NullCheck(L_0);
Stack_1_Push_m59E46DB6EEDC16BD83B94C3C4A2FE7F4B39714C5(L_0, L_1, /*hidden argument*/Stack_1_Push_m59E46DB6EEDC16BD83B94C3C4A2FE7F4B39714C5_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.TextField_LineInfo::Return(System.Collections.Generic.List`1<FairyGUI.TextField_LineInfo>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo_Return_m293BAC9A1EC7C8C8E2635C63BA918BD5223D637F (List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * ___values0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LineInfo_Return_m293BAC9A1EC7C8C8E2635C63BA918BD5223D637F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// int cnt = values.Count;
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_0 = ___values0;
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_inline(L_0, /*hidden argument*/List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0020;
}
IL_000b:
{
// pool.Push(values[i]);
IL2CPP_RUNTIME_CLASS_INIT(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var);
Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 * L_2 = ((LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_StaticFields*)il2cpp_codegen_static_fields_for(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var))->get_pool_7();
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_3 = ___values0;
int32_t L_4 = V_1;
NullCheck(L_3);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_5 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
NullCheck(L_2);
Stack_1_Push_m59E46DB6EEDC16BD83B94C3C4A2FE7F4B39714C5(L_2, L_5, /*hidden argument*/Stack_1_Push_m59E46DB6EEDC16BD83B94C3C4A2FE7F4B39714C5_RuntimeMethod_var);
// for (int i = 0; i < cnt; i++)
int32_t L_6 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_0020:
{
// for (int i = 0; i < cnt; i++)
int32_t L_7 = V_1;
int32_t L_8 = V_0;
if ((((int32_t)L_7) < ((int32_t)L_8)))
{
goto IL_000b;
}
}
{
// values.Clear();
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_9 = ___values0;
NullCheck(L_9);
List_1_Clear_m9BF030002D146D352BF248810939729C6A37019F(L_9, /*hidden argument*/List_1_Clear_m9BF030002D146D352BF248810939729C6A37019F_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.TextField_LineInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo__ctor_mF63D7B2FA1A726B799774192EEE0C66A572A004B (LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.TextField_LineInfo::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo__cctor_m6DDD3399AC878C91E5F7111A780C3B622138F936 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LineInfo__cctor_m6DDD3399AC878C91E5F7111A780C3B622138F936_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static Stack<LineInfo> pool = new Stack<LineInfo>();
Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 * L_0 = (Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326 *)il2cpp_codegen_object_new(Stack_1_t42893E872DD90E07B9B4F8C64F7CA3A3EA171326_il2cpp_TypeInfo_var);
Stack_1__ctor_m4E5A8E43B6F86781E6D4E2CDFDE0B0B3C76FC822(L_0, /*hidden argument*/Stack_1__ctor_m4E5A8E43B6F86781E6D4E2CDFDE0B0B3C76FC822_RuntimeMethod_var);
((LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_StaticFields*)il2cpp_codegen_static_fields_for(LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F_il2cpp_TypeInfo_var))->set_pool_7(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.TextFormat::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextFormat__ctor_m5B7D4F24B21EC269CB06D30609A7EF467EF898C9 (TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * __this, const RuntimeMethod* method)
{
{
// public TextFormat()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// color = Color.black;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF(/*hidden argument*/NULL);
__this->set_color_2(L_0);
// size = 12;
__this->set_size_0(((int32_t)12));
// lineSpacing = 3;
__this->set_lineSpacing_3(3);
// }
return;
}
}
// System.Void FairyGUI.TextFormat::SetColor(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextFormat_SetColor_m5450566156873A3D4F3C49456083BC6116E68C03 (TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * __this, uint32_t ___value0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
uint32_t V_1 = 0;
float V_2 = 0.0f;
float V_3 = 0.0f;
float V_4 = 0.0f;
{
// uint rr = (value >> 16) & 0x0000ff;
uint32_t L_0 = ___value0;
V_0 = ((int32_t)((int32_t)((int32_t)((uint32_t)L_0>>((int32_t)16)))&(int32_t)((int32_t)255)));
// uint gg = (value >> 8) & 0x0000ff;
uint32_t L_1 = ___value0;
// uint bb = value & 0x0000ff;
uint32_t L_2 = ___value0;
V_1 = ((int32_t)((int32_t)L_2&(int32_t)((int32_t)255)));
// float r = rr / 255.0f;
uint32_t L_3 = V_0;
V_2 = ((float)((float)(((float)((float)(((double)((uint32_t)L_3))))))/(float)(255.0f)));
// float g = gg / 255.0f;
V_3 = ((float)((float)(((float)((float)(((double)((uint32_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_1>>8))&(int32_t)((int32_t)255)))))))))/(float)(255.0f)));
// float b = bb / 255.0f;
uint32_t L_4 = V_1;
V_4 = ((float)((float)(((float)((float)(((double)((uint32_t)L_4))))))/(float)(255.0f)));
// color = new Color(r, g, b, 1);
float L_5 = V_2;
float L_6 = V_3;
float L_7 = V_4;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_8;
memset((&L_8), 0, sizeof(L_8));
Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_8), L_5, L_6, L_7, (1.0f), /*hidden argument*/NULL);
__this->set_color_2(L_8);
// }
return;
}
}
// System.Boolean FairyGUI.TextFormat::EqualStyle(FairyGUI.TextFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextFormat_EqualStyle_mB48AB59D9DEF0F86D1EEF9A13D84940D67E37940 (TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___aFormat0, const RuntimeMethod* method)
{
{
// return size == aFormat.size && color == aFormat.color
// && bold == aFormat.bold && underline == aFormat.underline
// && italic == aFormat.italic
// && gradientColor == aFormat.gradientColor
// && align == aFormat.align
// && specialStyle == aFormat.specialStyle;
int32_t L_0 = __this->get_size_0();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_1 = ___aFormat0;
NullCheck(L_1);
int32_t L_2 = L_1->get_size_0();
if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
{
goto IL_0076;
}
}
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = __this->get_color_2();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_4 = ___aFormat0;
NullCheck(L_4);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = L_4->get_color_2();
bool L_6 = Color_op_Equality_m71B1A2F64AD6228F10E20149EF6440460D2C748E(L_3, L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0076;
}
}
{
bool L_7 = __this->get_bold_5();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_8 = ___aFormat0;
NullCheck(L_8);
bool L_9 = L_8->get_bold_5();
if ((!(((uint32_t)L_7) == ((uint32_t)L_9))))
{
goto IL_0076;
}
}
{
bool L_10 = __this->get_underline_6();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_11 = ___aFormat0;
NullCheck(L_11);
bool L_12 = L_11->get_underline_6();
if ((!(((uint32_t)L_10) == ((uint32_t)L_12))))
{
goto IL_0076;
}
}
{
bool L_13 = __this->get_italic_7();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_14 = ___aFormat0;
NullCheck(L_14);
bool L_15 = L_14->get_italic_7();
if ((!(((uint32_t)L_13) == ((uint32_t)L_15))))
{
goto IL_0076;
}
}
{
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_16 = __this->get_gradientColor_8();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_17 = ___aFormat0;
NullCheck(L_17);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_18 = L_17->get_gradientColor_8();
if ((!(((RuntimeObject*)(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)L_16) == ((RuntimeObject*)(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)L_18))))
{
goto IL_0076;
}
}
{
int32_t L_19 = __this->get_align_9();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_20 = ___aFormat0;
NullCheck(L_20);
int32_t L_21 = L_20->get_align_9();
if ((!(((uint32_t)L_19) == ((uint32_t)L_21))))
{
goto IL_0076;
}
}
{
int32_t L_22 = __this->get_specialStyle_10();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_23 = ___aFormat0;
NullCheck(L_23);
int32_t L_24 = L_23->get_specialStyle_10();
return (bool)((((int32_t)L_22) == ((int32_t)L_24))? 1 : 0);
}
IL_0076:
{
return (bool)0;
}
}
// System.Void FairyGUI.TextFormat::CopyFrom(FairyGUI.TextFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextFormat_CopyFrom_m816BAB489A4B29D54D667B938B971743B057DADB (TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___source0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TextFormat_CopyFrom_m816BAB489A4B29D54D667B938B971743B057DADB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// this.size = source.size;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_0 = ___source0;
NullCheck(L_0);
int32_t L_1 = L_0->get_size_0();
__this->set_size_0(L_1);
// this.font = source.font;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_2 = ___source0;
NullCheck(L_2);
String_t* L_3 = L_2->get_font_1();
__this->set_font_1(L_3);
// this.color = source.color;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_4 = ___source0;
NullCheck(L_4);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = L_4->get_color_2();
__this->set_color_2(L_5);
// this.lineSpacing = source.lineSpacing;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_6 = ___source0;
NullCheck(L_6);
int32_t L_7 = L_6->get_lineSpacing_3();
__this->set_lineSpacing_3(L_7);
// this.letterSpacing = source.letterSpacing;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_8 = ___source0;
NullCheck(L_8);
int32_t L_9 = L_8->get_letterSpacing_4();
__this->set_letterSpacing_4(L_9);
// this.bold = source.bold;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_10 = ___source0;
NullCheck(L_10);
bool L_11 = L_10->get_bold_5();
__this->set_bold_5(L_11);
// this.underline = source.underline;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_12 = ___source0;
NullCheck(L_12);
bool L_13 = L_12->get_underline_6();
__this->set_underline_6(L_13);
// this.italic = source.italic;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_14 = ___source0;
NullCheck(L_14);
bool L_15 = L_14->get_italic_7();
__this->set_italic_7(L_15);
// if (source.gradientColor != null)
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_16 = ___source0;
NullCheck(L_16);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_17 = L_16->get_gradientColor_8();
if (!L_17)
{
goto IL_0088;
}
}
{
// this.gradientColor = new Color32[4];
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_18 = (Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)SZArrayNew(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983_il2cpp_TypeInfo_var, (uint32_t)4);
__this->set_gradientColor_8(L_18);
// source.gradientColor.CopyTo(this.gradientColor, 0);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_19 = ___source0;
NullCheck(L_19);
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_20 = L_19->get_gradientColor_8();
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* L_21 = __this->get_gradientColor_8();
NullCheck((RuntimeArray *)(RuntimeArray *)L_20);
Array_CopyTo_m455300D414FFB0EBFE53EA4E8BBD31532006EBB7((RuntimeArray *)(RuntimeArray *)L_20, (RuntimeArray *)(RuntimeArray *)L_21, 0, /*hidden argument*/NULL);
// }
goto IL_008f;
}
IL_0088:
{
// this.gradientColor = null;
__this->set_gradientColor_8((Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983*)NULL);
}
IL_008f:
{
// this.align = source.align;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_22 = ___source0;
NullCheck(L_22);
int32_t L_23 = L_22->get_align_9();
__this->set_align_9(L_23);
// this.specialStyle = source.specialStyle;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_24 = ___source0;
NullCheck(L_24);
int32_t L_25 = L_24->get_specialStyle_10();
__this->set_specialStyle_10(L_25);
// }
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.TimerCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__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.TimerCallback::Invoke(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback_Invoke_m0E0A55F53AA503A3E2F84F168148C4641FD7E960 (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * __this, RuntimeObject * ___param0, 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) (RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___param0, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___param0, 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, ___param0);
else
GenericVirtActionInvoker0::Invoke(targetMethod, ___param0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___param0);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___param0);
}
}
else
{
typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___param0, 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< RuntimeObject * >::Invoke(targetMethod, targetThis, ___param0);
else
GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___param0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___param0);
else
VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___param0);
}
}
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*>(___param0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___param0, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___param0, targetMethod);
}
}
}
}
}
// System.IAsyncResult FairyGUI.TimerCallback::BeginInvoke(System.Object,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TimerCallback_BeginInvoke_m4B3105355872416622C89E753F99FADD532DFE64 (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * __this, RuntimeObject * ___param0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___param0;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void FairyGUI.TimerCallback::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback_EndInvoke_m68DE5F1706102084B73526C46192FF08584112E0 (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * __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.Timers FairyGUI.Timers::get_inst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_inst == null)
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_0 = ((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields*)il2cpp_codegen_static_fields_for(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var))->get__inst_9();
if (L_0)
{
goto IL_0011;
}
}
{
// _inst = new Timers();
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_1 = (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 *)il2cpp_codegen_object_new(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers__ctor_mFA72B35D7F504EC9FD26C9CC66028CBB5C2CEA45(L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields*)il2cpp_codegen_static_fields_for(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var))->set__inst_9(L_1);
}
IL_0011:
{
// return _inst;
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_2 = ((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields*)il2cpp_codegen_static_fields_for(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var))->get__inst_9();
return L_2;
}
}
// System.Void FairyGUI.Timers::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers__ctor_mFA72B35D7F504EC9FD26C9CC66028CBB5C2CEA45 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Timers__ctor_mFA72B35D7F504EC9FD26C9CC66028CBB5C2CEA45_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public Timers()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _inst = this;
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields*)il2cpp_codegen_static_fields_for(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var))->set__inst_9(__this);
// gameObject = new GameObject("[FairyGUI.Timers]");
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)il2cpp_codegen_object_new(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var);
GameObject__ctor_mBB454E679AD9CF0B84D3609A01E6A9753ACF4686(L_0, _stringLiteral5F7863C13BF94B66736546FD37A9FA9F41D43D6A, /*hidden argument*/NULL);
__this->set_gameObject_8(L_0);
// gameObject.hideFlags = HideFlags.HideInHierarchy;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = __this->get_gameObject_8();
NullCheck(L_1);
Object_set_hideFlags_mB0B45A19A5871EF407D7B09E0EB76003496BA4F0(L_1, 1, /*hidden argument*/NULL);
// gameObject.SetActive(true);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = __this->get_gameObject_8();
NullCheck(L_2);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_2, (bool)1, /*hidden argument*/NULL);
// Object.DontDestroyOnLoad(gameObject);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = __this->get_gameObject_8();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DontDestroyOnLoad_m4DC90770AD6084E4B1B8489C6B41205DC020C207(L_3, /*hidden argument*/NULL);
// _engine = gameObject.AddComponent<TimersEngine>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = __this->get_gameObject_8();
NullCheck(L_4);
TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 * L_5 = GameObject_AddComponent_TisTimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06_m5AF6078DD946E276488D2C9E9BD68416C7864C4A(L_4, /*hidden argument*/GameObject_AddComponent_TisTimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06_m5AF6078DD946E276488D2C9E9BD68416C7864C4A_RuntimeMethod_var);
__this->set__engine_7(L_5);
// _items = new Dictionary<TimerCallback, Anymous_T>();
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_6 = (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B *)il2cpp_codegen_object_new(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m1E936EFC8386488F8EFC401E83ABC4EF66E26CA8(L_6, /*hidden argument*/Dictionary_2__ctor_m1E936EFC8386488F8EFC401E83ABC4EF66E26CA8_RuntimeMethod_var);
__this->set__items_3(L_6);
// _toAdd = new Dictionary<TimerCallback, Anymous_T>();
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_7 = (Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B *)il2cpp_codegen_object_new(Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m1E936EFC8386488F8EFC401E83ABC4EF66E26CA8(L_7, /*hidden argument*/Dictionary_2__ctor_m1E936EFC8386488F8EFC401E83ABC4EF66E26CA8_RuntimeMethod_var);
__this->set__toAdd_4(L_7);
// _toRemove = new List<Anymous_T>();
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * L_8 = (List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 *)il2cpp_codegen_object_new(List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65_il2cpp_TypeInfo_var);
List_1__ctor_mAF698C8DC3A38852CA616E307498B2A64FDE508B(L_8, /*hidden argument*/List_1__ctor_mAF698C8DC3A38852CA616E307498B2A64FDE508B_RuntimeMethod_var);
__this->set__toRemove_5(L_8);
// _pool = new List<Anymous_T>(100);
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * L_9 = (List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 *)il2cpp_codegen_object_new(List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65_il2cpp_TypeInfo_var);
List_1__ctor_m7A19532CA2619A8383020B0300DE05EDD07F7CB1(L_9, ((int32_t)100), /*hidden argument*/List_1__ctor_m7A19532CA2619A8383020B0300DE05EDD07F7CB1_RuntimeMethod_var);
__this->set__pool_6(L_9);
// }
return;
}
}
// System.Void FairyGUI.Timers::Add(System.Single,System.Int32,FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_Add_m862C25E7E9E8CA7F085B82228D5EC269B49218EB (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, float ___interval0, int32_t ___repeat1, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback2, const RuntimeMethod* method)
{
{
// Add(interval, repeat, callback, null);
float L_0 = ___interval0;
int32_t L_1 = ___repeat1;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_2 = ___callback2;
Timers_Add_m6C86B89769E37B0C8315CAE339E253C040C2519F(__this, L_0, L_1, L_2, NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Timers::Add(System.Single,System.Int32,FairyGUI.TimerCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_Add_m6C86B89769E37B0C8315CAE339E253C040C2519F (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, float ___interval0, int32_t ___repeat1, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback2, RuntimeObject * ___callbackParam3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Timers_Add_m6C86B89769E37B0C8315CAE339E253C040C2519F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * V_0 = NULL;
{
// if (callback == null)
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_0 = ___callback2;
if (L_0)
{
goto IL_0036;
}
}
{
// Debug.LogWarning("timer callback is null, " + interval + "," + repeat);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteralC0BC012F9D287EE324996D6BDC2252C3A022E4F0);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralC0BC012F9D287EE324996D6BDC2252C3A022E4F0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
float L_4 = ___interval0;
float L_5 = L_4;
RuntimeObject * L_6 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_5);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_6);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_3;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7;
int32_t L_9 = ___repeat1;
int32_t L_10 = L_9;
RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_11);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_11);
String_t* L_12 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_8, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_12, /*hidden argument*/NULL);
// return;
return;
}
IL_0036:
{
// if (_items.TryGetValue(callback, out t))
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_13 = __this->get__items_3();
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_14 = ___callback2;
NullCheck(L_13);
bool L_15 = Dictionary_2_TryGetValue_m995D14E4B131FBC4C900C083F146CC2F95EBED41(L_13, L_14, (Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m995D14E4B131FBC4C900C083F146CC2F95EBED41_RuntimeMethod_var);
if (!L_15)
{
goto IL_0064;
}
}
{
// t.set(interval, repeat, callback, callbackParam);
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_16 = V_0;
float L_17 = ___interval0;
int32_t L_18 = ___repeat1;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_19 = ___callback2;
RuntimeObject * L_20 = ___callbackParam3;
NullCheck(L_16);
Anymous_T_set_m28C5A81B2DA2B2643AFC99DCA175146B8078D797(L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL);
// t.elapsed = 0;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_21 = V_0;
NullCheck(L_21);
L_21->set_elapsed_4((0.0f));
// t.deleted = false;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_22 = V_0;
NullCheck(L_22);
L_22->set_deleted_5((bool)0);
// return;
return;
}
IL_0064:
{
// if (_toAdd.TryGetValue(callback, out t))
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_23 = __this->get__toAdd_4();
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_24 = ___callback2;
NullCheck(L_23);
bool L_25 = Dictionary_2_TryGetValue_m995D14E4B131FBC4C900C083F146CC2F95EBED41(L_23, L_24, (Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m995D14E4B131FBC4C900C083F146CC2F95EBED41_RuntimeMethod_var);
if (!L_25)
{
goto IL_0080;
}
}
{
// t.set(interval, repeat, callback, callbackParam);
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_26 = V_0;
float L_27 = ___interval0;
int32_t L_28 = ___repeat1;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_29 = ___callback2;
RuntimeObject * L_30 = ___callbackParam3;
NullCheck(L_26);
Anymous_T_set_m28C5A81B2DA2B2643AFC99DCA175146B8078D797(L_26, L_27, L_28, L_29, L_30, /*hidden argument*/NULL);
// return;
return;
}
IL_0080:
{
// t = GetFromPool();
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_31 = Timers_GetFromPool_m814732D8CECBFA8FBC1C1CF1F2B4CC31B087D0A8(__this, /*hidden argument*/NULL);
V_0 = L_31;
// t.interval = interval;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_32 = V_0;
float L_33 = ___interval0;
NullCheck(L_32);
L_32->set_interval_0(L_33);
// t.repeat = repeat;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_34 = V_0;
int32_t L_35 = ___repeat1;
NullCheck(L_34);
L_34->set_repeat_1(L_35);
// t.callback = callback;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_36 = V_0;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_37 = ___callback2;
NullCheck(L_36);
L_36->set_callback_2(L_37);
// t.param = callbackParam;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_38 = V_0;
RuntimeObject * L_39 = ___callbackParam3;
NullCheck(L_38);
L_38->set_param_3(L_39);
// _toAdd[callback] = t;
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_40 = __this->get__toAdd_4();
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_41 = ___callback2;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_42 = V_0;
NullCheck(L_40);
Dictionary_2_set_Item_m4A985951EAE272F590C2CBEF9D8A7EA34894B451(L_40, L_41, L_42, /*hidden argument*/Dictionary_2_set_Item_m4A985951EAE272F590C2CBEF9D8A7EA34894B451_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.Timers::CallLater(FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_CallLater_m014104AC16A5F621A0D16B2738BB89C2C5A41751 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback0, const RuntimeMethod* method)
{
{
// Add(0.001f, 1, callback);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_0 = ___callback0;
Timers_Add_m862C25E7E9E8CA7F085B82228D5EC269B49218EB(__this, (0.001f), 1, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Timers::CallLater(FairyGUI.TimerCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_CallLater_m65DD38165C667F2FCB7ED8DB31DDA49A651F8A01 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback0, RuntimeObject * ___callbackParam1, const RuntimeMethod* method)
{
{
// Add(0.001f, 1, callback, callbackParam);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_0 = ___callback0;
RuntimeObject * L_1 = ___callbackParam1;
Timers_Add_m6C86B89769E37B0C8315CAE339E253C040C2519F(__this, (0.001f), 1, L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Timers::AddUpdate(FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_AddUpdate_m6A2E170A5A93A75F3A12D3C6C18977E77AB7B6BC (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback0, const RuntimeMethod* method)
{
{
// Add(0.001f, 0, callback);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_0 = ___callback0;
Timers_Add_m862C25E7E9E8CA7F085B82228D5EC269B49218EB(__this, (0.001f), 0, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Timers::AddUpdate(FairyGUI.TimerCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_AddUpdate_m418B2B52A8013737DC1F5A44A263CAB5A205F909 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback0, RuntimeObject * ___callbackParam1, const RuntimeMethod* method)
{
{
// Add(0.001f, 0, callback, callbackParam);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_0 = ___callback0;
RuntimeObject * L_1 = ___callbackParam1;
Timers_Add_m6C86B89769E37B0C8315CAE339E253C040C2519F(__this, (0.001f), 0, L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// 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)
{
{
// _engine.StartCoroutine(routine);
TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06 * L_0 = __this->get__engine_7();
RuntimeObject* L_1 = ___routine0;
NullCheck(L_0);
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.Timers::Exists(FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Timers_Exists_m2783E42A561AC48351942FBC10282EA70132ECFF (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Timers_Exists_m2783E42A561AC48351942FBC10282EA70132ECFF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * V_0 = NULL;
{
// if (_toAdd.ContainsKey(callback))
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_0 = __this->get__toAdd_4();
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_1 = ___callback0;
NullCheck(L_0);
bool L_2 = Dictionary_2_ContainsKey_mAEDD09743344CF1F76E36089E70FCED233092658(L_0, L_1, /*hidden argument*/Dictionary_2_ContainsKey_mAEDD09743344CF1F76E36089E70FCED233092658_RuntimeMethod_var);
if (!L_2)
{
goto IL_0010;
}
}
{
// return true;
return (bool)1;
}
IL_0010:
{
// if (_items.TryGetValue(callback, out at))
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_3 = __this->get__items_3();
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_4 = ___callback0;
NullCheck(L_3);
bool L_5 = Dictionary_2_TryGetValue_m995D14E4B131FBC4C900C083F146CC2F95EBED41(L_3, L_4, (Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m995D14E4B131FBC4C900C083F146CC2F95EBED41_RuntimeMethod_var);
if (!L_5)
{
goto IL_002a;
}
}
{
// return !at.deleted;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_6 = V_0;
NullCheck(L_6);
bool L_7 = L_6->get_deleted_5();
return (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
}
IL_002a:
{
// return false;
return (bool)0;
}
}
// System.Void FairyGUI.Timers::Remove(FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Timers_Remove_m865157721AD77808005EA81BC0DC3D322E8C34F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * V_0 = NULL;
{
// if (_toAdd.TryGetValue(callback, out t))
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_0 = __this->get__toAdd_4();
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_1 = ___callback0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_m995D14E4B131FBC4C900C083F146CC2F95EBED41(L_0, L_1, (Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m995D14E4B131FBC4C900C083F146CC2F95EBED41_RuntimeMethod_var);
if (!L_2)
{
goto IL_0024;
}
}
{
// _toAdd.Remove(callback);
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_3 = __this->get__toAdd_4();
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_4 = ___callback0;
NullCheck(L_3);
Dictionary_2_Remove_mE1C135CE7363124BAB6D75D192B463E8DBF56709(L_3, L_4, /*hidden argument*/Dictionary_2_Remove_mE1C135CE7363124BAB6D75D192B463E8DBF56709_RuntimeMethod_var);
// ReturnToPool(t);
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_5 = V_0;
Timers_ReturnToPool_m00392B801FB4D8CE09C1598EF374E3C5397131D6(__this, L_5, /*hidden argument*/NULL);
}
IL_0024:
{
// if (_items.TryGetValue(callback, out t))
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_6 = __this->get__items_3();
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_7 = ___callback0;
NullCheck(L_6);
bool L_8 = Dictionary_2_TryGetValue_m995D14E4B131FBC4C900C083F146CC2F95EBED41(L_6, L_7, (Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m995D14E4B131FBC4C900C083F146CC2F95EBED41_RuntimeMethod_var);
if (!L_8)
{
goto IL_003b;
}
}
{
// t.deleted = true;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_9 = V_0;
NullCheck(L_9);
L_9->set_deleted_5((bool)1);
}
IL_003b:
{
// }
return;
}
}
// FairyGUI.Anymous_T FairyGUI.Timers::GetFromPool()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * Timers_GetFromPool_m814732D8CECBFA8FBC1C1CF1F2B4CC31B087D0A8 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Timers_GetFromPool_m814732D8CECBFA8FBC1C1CF1F2B4CC31B087D0A8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * V_0 = NULL;
int32_t V_1 = 0;
{
// int cnt = _pool.Count;
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * L_0 = __this->get__pool_6();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m0D67A34EBD16C0CD003D1BC70239C3278B229B9B_inline(L_0, /*hidden argument*/List_1_get_Count_m0D67A34EBD16C0CD003D1BC70239C3278B229B9B_RuntimeMethod_var);
V_1 = L_1;
// if (cnt > 0)
int32_t L_2 = V_1;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_0041;
}
}
{
// t = _pool[cnt - 1];
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * L_3 = __this->get__pool_6();
int32_t L_4 = V_1;
NullCheck(L_3);
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_5 = List_1_get_Item_m34D5D673CD0801242527501B0135F3A75D62D397_inline(L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), /*hidden argument*/List_1_get_Item_m34D5D673CD0801242527501B0135F3A75D62D397_RuntimeMethod_var);
V_0 = L_5;
// _pool.RemoveAt(cnt - 1);
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * L_6 = __this->get__pool_6();
int32_t L_7 = V_1;
NullCheck(L_6);
List_1_RemoveAt_mF4DF514585C3F90EB998249C77A6F438FD9784A2(L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_mF4DF514585C3F90EB998249C77A6F438FD9784A2_RuntimeMethod_var);
// t.deleted = false;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_8 = V_0;
NullCheck(L_8);
L_8->set_deleted_5((bool)0);
// t.elapsed = 0;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_9 = V_0;
NullCheck(L_9);
L_9->set_elapsed_4((0.0f));
// }
goto IL_0047;
}
IL_0041:
{
// t = new Anymous_T();
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_10 = (Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 *)il2cpp_codegen_object_new(Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4_il2cpp_TypeInfo_var);
Anymous_T__ctor_mD68B9CD2AA8968DE9BC35C54CB48D829B6C15B5C(L_10, /*hidden argument*/NULL);
V_0 = L_10;
}
IL_0047:
{
// return t;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_11 = V_0;
return L_11;
}
}
// System.Void FairyGUI.Timers::ReturnToPool(FairyGUI.Anymous_T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_ReturnToPool_m00392B801FB4D8CE09C1598EF374E3C5397131D6 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * ___t0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Timers_ReturnToPool_m00392B801FB4D8CE09C1598EF374E3C5397131D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// t.callback = null;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_0 = ___t0;
NullCheck(L_0);
L_0->set_callback_2((TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)NULL);
// _pool.Add(t);
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * L_1 = __this->get__pool_6();
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_2 = ___t0;
NullCheck(L_1);
List_1_Add_m0DDD6A94AB253052FA25854493F719F00B805D4B(L_1, L_2, /*hidden argument*/List_1_Add_m0DDD6A94AB253052FA25854493F719F00B805D4B_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.Timers::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_Update_mF446CD2CF2D25CBE7CA64D202C6F68D453F01A12 (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Timers_Update_mF446CD2CF2D25CBE7CA64D202C6F68D453F01A12_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * V_3 = NULL;
KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 V_4;
memset((&V_4), 0, sizeof(V_4));
Exception_t * V_5 = NULL;
int32_t V_6 = 0;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * V_7 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// float dt = Time.unscaledDeltaTime;
float L_0 = Time_get_unscaledDeltaTime_mA0AE7A144C88AE8AABB42DF17B0F3F0714BA06B2(/*hidden argument*/NULL);
V_0 = L_0;
// if (_items.Count > 0)
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_1 = __this->get__items_3();
NullCheck(L_1);
int32_t L_2 = Dictionary_2_get_Count_m6986A695517332B58490A37CBB72FEE639F4A461(L_1, /*hidden argument*/Dictionary_2_get_Count_m6986A695517332B58490A37CBB72FEE639F4A461_RuntimeMethod_var);
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_0188;
}
}
{
// iter = _items.GetEnumerator();
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_3 = __this->get__items_3();
NullCheck(L_3);
Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 L_4 = Dictionary_2_GetEnumerator_m71E76A5FCCC0036A84FAE0D70873984B43379775(L_3, /*hidden argument*/Dictionary_2_GetEnumerator_m71E76A5FCCC0036A84FAE0D70873984B43379775_RuntimeMethod_var);
V_1 = L_4;
goto IL_0175;
}
IL_0028:
{
// Anymous_T i = iter.Current.Value;
KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 L_5 = Enumerator_get_Current_m90BF454963212CDCA2022E2C8BA341B034B39B7E_inline((Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m90BF454963212CDCA2022E2C8BA341B034B39B7E_RuntimeMethod_var);
V_4 = L_5;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_6 = KeyValuePair_2_get_Value_mEA070FD66185A196B6E534DAA7836364AF886526_inline((KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 *)(&V_4), /*hidden argument*/KeyValuePair_2_get_Value_mEA070FD66185A196B6E534DAA7836364AF886526_RuntimeMethod_var);
V_3 = L_6;
// if (i.deleted)
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_7 = V_3;
NullCheck(L_7);
bool L_8 = L_7->get_deleted_5();
if (!L_8)
{
goto IL_0052;
}
}
{
// _toRemove.Add(i);
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * L_9 = __this->get__toRemove_5();
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_10 = V_3;
NullCheck(L_9);
List_1_Add_m0DDD6A94AB253052FA25854493F719F00B805D4B(L_9, L_10, /*hidden argument*/List_1_Add_m0DDD6A94AB253052FA25854493F719F00B805D4B_RuntimeMethod_var);
// continue;
goto IL_0175;
}
IL_0052:
{
// i.elapsed += dt;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_11 = V_3;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_12 = L_11;
NullCheck(L_12);
float L_13 = L_12->get_elapsed_4();
float L_14 = V_0;
NullCheck(L_12);
L_12->set_elapsed_4(((float)il2cpp_codegen_add((float)L_13, (float)L_14)));
// if (i.elapsed < i.interval)
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_15 = V_3;
NullCheck(L_15);
float L_16 = L_15->get_elapsed_4();
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_17 = V_3;
NullCheck(L_17);
float L_18 = L_17->get_interval_0();
if ((((float)L_16) < ((float)L_18)))
{
goto IL_0175;
}
}
{
// i.elapsed -= i.interval;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_19 = V_3;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_20 = L_19;
NullCheck(L_20);
float L_21 = L_20->get_elapsed_4();
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_22 = V_3;
NullCheck(L_22);
float L_23 = L_22->get_interval_0();
NullCheck(L_20);
L_20->set_elapsed_4(((float)il2cpp_codegen_subtract((float)L_21, (float)L_23)));
// if (i.elapsed < 0 || i.elapsed > 0.03f)
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_24 = V_3;
NullCheck(L_24);
float L_25 = L_24->get_elapsed_4();
if ((((float)L_25) < ((float)(0.0f))))
{
goto IL_009e;
}
}
{
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_26 = V_3;
NullCheck(L_26);
float L_27 = L_26->get_elapsed_4();
if ((!(((float)L_27) > ((float)(0.03f)))))
{
goto IL_00a9;
}
}
IL_009e:
{
// i.elapsed = 0;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_28 = V_3;
NullCheck(L_28);
L_28->set_elapsed_4((0.0f));
}
IL_00a9:
{
// if (i.repeat > 0)
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_29 = V_3;
NullCheck(L_29);
int32_t L_30 = L_29->get_repeat_1();
if ((((int32_t)L_30) <= ((int32_t)0)))
{
goto IL_00db;
}
}
{
// i.repeat--;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_31 = V_3;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_32 = L_31;
NullCheck(L_32);
int32_t L_33 = L_32->get_repeat_1();
NullCheck(L_32);
L_32->set_repeat_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)));
// if (i.repeat == 0)
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_34 = V_3;
NullCheck(L_34);
int32_t L_35 = L_34->get_repeat_1();
if (L_35)
{
goto IL_00db;
}
}
{
// i.deleted = true;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_36 = V_3;
NullCheck(L_36);
L_36->set_deleted_5((bool)1);
// _toRemove.Add(i);
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * L_37 = __this->get__toRemove_5();
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_38 = V_3;
NullCheck(L_37);
List_1_Add_m0DDD6A94AB253052FA25854493F719F00B805D4B(L_37, L_38, /*hidden argument*/List_1_Add_m0DDD6A94AB253052FA25854493F719F00B805D4B_RuntimeMethod_var);
}
IL_00db:
{
// repeat = i.repeat;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_39 = V_3;
NullCheck(L_39);
int32_t L_40 = L_39->get_repeat_1();
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields*)il2cpp_codegen_static_fields_for(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var))->set_repeat_0(L_40);
// if (i.callback != null)
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_41 = V_3;
NullCheck(L_41);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_42 = L_41->get_callback_2();
if (!L_42)
{
goto IL_0175;
}
}
{
// if (catchCallbackExceptions)
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
bool L_43 = ((Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields*)il2cpp_codegen_static_fields_for(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var))->get_catchCallbackExceptions_2();
if (!L_43)
{
goto IL_0164;
}
}
IL_00f8:
try
{ // begin try (depth: 1)
// i.callback(i.param);
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_44 = V_3;
NullCheck(L_44);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_45 = L_44->get_callback_2();
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_46 = V_3;
NullCheck(L_46);
RuntimeObject * L_47 = L_46->get_param_3();
NullCheck(L_45);
TimerCallback_Invoke_m0E0A55F53AA503A3E2F84F168148C4641FD7E960(L_45, L_47, /*hidden argument*/NULL);
// }
goto IL_0175;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_010b;
throw e;
}
CATCH_010b:
{ // begin catch(System.Exception)
// catch (System.Exception e)
V_5 = ((Exception_t *)__exception_local);
// i.deleted = true;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_48 = V_3;
NullCheck(L_48);
L_48->set_deleted_5((bool)1);
// Debug.LogWarning("FairyGUI: timer(internal=" + i.interval + ", repeat=" + i.repeat + ") callback error > " + e.Message);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_49 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_50 = L_49;
NullCheck(L_50);
ArrayElementTypeCheck (L_50, _stringLiteral19079E46FA007322D2A6D3634A63F1BA73F3B515);
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral19079E46FA007322D2A6D3634A63F1BA73F3B515);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_51 = L_50;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_52 = V_3;
NullCheck(L_52);
float L_53 = L_52->get_interval_0();
float L_54 = L_53;
RuntimeObject * L_55 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_54);
NullCheck(L_51);
ArrayElementTypeCheck (L_51, L_55);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_55);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_56 = L_51;
NullCheck(L_56);
ArrayElementTypeCheck (L_56, _stringLiteralF171A33F5770F4CD1AE476817D12DDCC1252D357);
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteralF171A33F5770F4CD1AE476817D12DDCC1252D357);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_57 = L_56;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_58 = V_3;
NullCheck(L_58);
int32_t L_59 = L_58->get_repeat_1();
int32_t L_60 = L_59;
RuntimeObject * L_61 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_60);
NullCheck(L_57);
ArrayElementTypeCheck (L_57, L_61);
(L_57)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_61);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_62 = L_57;
NullCheck(L_62);
ArrayElementTypeCheck (L_62, _stringLiteral88C5B42537E5DED360ED9D04965D203ACC7C44A0);
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)_stringLiteral88C5B42537E5DED360ED9D04965D203ACC7C44A0);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_63 = L_62;
Exception_t * L_64 = V_5;
NullCheck(L_64);
String_t* L_65 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_64);
NullCheck(L_63);
ArrayElementTypeCheck (L_63, L_65);
(L_63)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_65);
String_t* L_66 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_63, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_66, /*hidden argument*/NULL);
// }
goto IL_0175;
} // end catch (depth: 1)
IL_0164:
{
// i.callback(i.param);
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_67 = V_3;
NullCheck(L_67);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_68 = L_67->get_callback_2();
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_69 = V_3;
NullCheck(L_69);
RuntimeObject * L_70 = L_69->get_param_3();
NullCheck(L_68);
TimerCallback_Invoke_m0E0A55F53AA503A3E2F84F168148C4641FD7E960(L_68, L_70, /*hidden argument*/NULL);
}
IL_0175:
{
// while (iter.MoveNext())
bool L_71 = Enumerator_MoveNext_m1E731A9C7F2332A7BDD74B2AB7801A35F9F6A9F5((Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m1E731A9C7F2332A7BDD74B2AB7801A35F9F6A9F5_RuntimeMethod_var);
if (L_71)
{
goto IL_0028;
}
}
{
// iter.Dispose();
Enumerator_Dispose_mA65ECDBBB1797F2AF4E163DED3BEB6C79A1C2B14((Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 *)(&V_1), /*hidden argument*/Enumerator_Dispose_mA65ECDBBB1797F2AF4E163DED3BEB6C79A1C2B14_RuntimeMethod_var);
}
IL_0188:
{
// int len = _toRemove.Count;
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * L_72 = __this->get__toRemove_5();
NullCheck(L_72);
int32_t L_73 = List_1_get_Count_m0D67A34EBD16C0CD003D1BC70239C3278B229B9B_inline(L_72, /*hidden argument*/List_1_get_Count_m0D67A34EBD16C0CD003D1BC70239C3278B229B9B_RuntimeMethod_var);
V_2 = L_73;
// if (len > 0)
int32_t L_74 = V_2;
if ((((int32_t)L_74) <= ((int32_t)0)))
{
goto IL_01ef;
}
}
{
// for (int k = 0; k < len; k++)
V_6 = 0;
goto IL_01df;
}
IL_019d:
{
// Anymous_T i = _toRemove[k];
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * L_75 = __this->get__toRemove_5();
int32_t L_76 = V_6;
NullCheck(L_75);
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_77 = List_1_get_Item_m34D5D673CD0801242527501B0135F3A75D62D397_inline(L_75, L_76, /*hidden argument*/List_1_get_Item_m34D5D673CD0801242527501B0135F3A75D62D397_RuntimeMethod_var);
V_7 = L_77;
// if (i.deleted && i.callback != null)
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_78 = V_7;
NullCheck(L_78);
bool L_79 = L_78->get_deleted_5();
if (!L_79)
{
goto IL_01d9;
}
}
{
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_80 = V_7;
NullCheck(L_80);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_81 = L_80->get_callback_2();
if (!L_81)
{
goto IL_01d9;
}
}
{
// _items.Remove(i.callback);
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_82 = __this->get__items_3();
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_83 = V_7;
NullCheck(L_83);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_84 = L_83->get_callback_2();
NullCheck(L_82);
Dictionary_2_Remove_mE1C135CE7363124BAB6D75D192B463E8DBF56709(L_82, L_84, /*hidden argument*/Dictionary_2_Remove_mE1C135CE7363124BAB6D75D192B463E8DBF56709_RuntimeMethod_var);
// ReturnToPool(i);
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_85 = V_7;
Timers_ReturnToPool_m00392B801FB4D8CE09C1598EF374E3C5397131D6(__this, L_85, /*hidden argument*/NULL);
}
IL_01d9:
{
// for (int k = 0; k < len; k++)
int32_t L_86 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1));
}
IL_01df:
{
// for (int k = 0; k < len; k++)
int32_t L_87 = V_6;
int32_t L_88 = V_2;
if ((((int32_t)L_87) < ((int32_t)L_88)))
{
goto IL_019d;
}
}
{
// _toRemove.Clear();
List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * L_89 = __this->get__toRemove_5();
NullCheck(L_89);
List_1_Clear_m0967A270F68527B49D37252AE15838DACE739EAD(L_89, /*hidden argument*/List_1_Clear_m0967A270F68527B49D37252AE15838DACE739EAD_RuntimeMethod_var);
}
IL_01ef:
{
// if (_toAdd.Count > 0)
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_90 = __this->get__toAdd_4();
NullCheck(L_90);
int32_t L_91 = Dictionary_2_get_Count_m6986A695517332B58490A37CBB72FEE639F4A461(L_90, /*hidden argument*/Dictionary_2_get_Count_m6986A695517332B58490A37CBB72FEE639F4A461_RuntimeMethod_var);
if ((((int32_t)L_91) <= ((int32_t)0)))
{
goto IL_0251;
}
}
{
// iter = _toAdd.GetEnumerator();
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_92 = __this->get__toAdd_4();
NullCheck(L_92);
Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 L_93 = Dictionary_2_GetEnumerator_m71E76A5FCCC0036A84FAE0D70873984B43379775(L_92, /*hidden argument*/Dictionary_2_GetEnumerator_m71E76A5FCCC0036A84FAE0D70873984B43379775_RuntimeMethod_var);
V_1 = L_93;
goto IL_0236;
}
IL_020b:
{
// _items.Add(iter.Current.Key, iter.Current.Value);
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_94 = __this->get__items_3();
KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 L_95 = Enumerator_get_Current_m90BF454963212CDCA2022E2C8BA341B034B39B7E_inline((Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m90BF454963212CDCA2022E2C8BA341B034B39B7E_RuntimeMethod_var);
V_4 = L_95;
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_96 = KeyValuePair_2_get_Key_m2DA94137DD92ED9D4015A94F200A5E239540075D_inline((KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 *)(&V_4), /*hidden argument*/KeyValuePair_2_get_Key_m2DA94137DD92ED9D4015A94F200A5E239540075D_RuntimeMethod_var);
KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 L_97 = Enumerator_get_Current_m90BF454963212CDCA2022E2C8BA341B034B39B7E_inline((Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m90BF454963212CDCA2022E2C8BA341B034B39B7E_RuntimeMethod_var);
V_4 = L_97;
Anymous_T_tCC463A1E8C8F1265E45DE222E5611B938414C8A4 * L_98 = KeyValuePair_2_get_Value_mEA070FD66185A196B6E534DAA7836364AF886526_inline((KeyValuePair_2_t2E73CBE880B3014B5DDE91C006943EF4DEE84F34 *)(&V_4), /*hidden argument*/KeyValuePair_2_get_Value_mEA070FD66185A196B6E534DAA7836364AF886526_RuntimeMethod_var);
NullCheck(L_94);
Dictionary_2_Add_m4D4A15412320BAFA192E330D3A62E8EB73D070E5(L_94, L_96, L_98, /*hidden argument*/Dictionary_2_Add_m4D4A15412320BAFA192E330D3A62E8EB73D070E5_RuntimeMethod_var);
}
IL_0236:
{
// while (iter.MoveNext())
bool L_99 = Enumerator_MoveNext_m1E731A9C7F2332A7BDD74B2AB7801A35F9F6A9F5((Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m1E731A9C7F2332A7BDD74B2AB7801A35F9F6A9F5_RuntimeMethod_var);
if (L_99)
{
goto IL_020b;
}
}
{
// iter.Dispose();
Enumerator_Dispose_mA65ECDBBB1797F2AF4E163DED3BEB6C79A1C2B14((Enumerator_t54BBAB4C935471D324D28DFF67F92664A82607C2 *)(&V_1), /*hidden argument*/Enumerator_Dispose_mA65ECDBBB1797F2AF4E163DED3BEB6C79A1C2B14_RuntimeMethod_var);
// _toAdd.Clear();
Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * L_100 = __this->get__toAdd_4();
NullCheck(L_100);
Dictionary_2_Clear_m9DA3923D95A46E835D0C32504CAD2A904D1AB322(L_100, /*hidden argument*/Dictionary_2_Clear_m9DA3923D95A46E835D0C32504CAD2A904D1AB322_RuntimeMethod_var);
}
IL_0251:
{
// }
return;
}
}
// System.Void FairyGUI.Timers::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers__cctor_m1FDD3A6B65FCDDF2C847914EF0067B7994DA66FC (const RuntimeMethod* method)
{
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * GComponent_get_rootContainer_mC1F22290CB1E11F143C85DCC2A2D264608EDEB54_inline (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method)
{
{
// public Container rootContainer { get; private set; }
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = __this->get_U3CrootContainerU3Ek__BackingField_74();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * GComponent_get_container_m4663344EFD798053ACAF4BFA1588F07A84B2514A_inline (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method)
{
{
// public Container container { get; protected set; }
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = __this->get_U3CcontainerU3Ek__BackingField_75();
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 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 GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ScrollPane_get_owner_m187D383F3DA6B083DD79A895A27769C04E9244EC_inline (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method)
{
{
// get { return _owner; }
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_0 = __this->get__owner_51();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ScrollPane_get_draggingPane_m230992ABE2213E9E83F539A00E1F7DA44BC864B4_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_get_draggingPane_m230992ABE2213E9E83F539A00E1F7DA44BC864B4AssemblyU2DCSharp5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static ScrollPane draggingPane { get; private set; }
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_0 = ((ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields*)il2cpp_codegen_static_fields_for(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_il2cpp_TypeInfo_var))->get_U3CdraggingPaneU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ScrollPane_set_draggingPane_mA6D164EFBF8EAAF81AA87657DCE8DD3ACB13509A_inline (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ScrollPane_set_draggingPane_mA6D164EFBF8EAAF81AA87657DCE8DD3ACB13509AAssemblyU2DCSharp5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static ScrollPane draggingPane { get; private set; }
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_0 = ___value0;
((ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields*)il2cpp_codegen_static_fields_for(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_il2cpp_TypeInfo_var))->set_U3CdraggingPaneU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E GComponent_get_margin_m7BB826399501BC9771D7BCFA31731F40D7CD7154_inline (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method)
{
{
// get { return _margin; }
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E L_0 = __this->get__margin_81();
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 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 int32_t Controller_get_selectedIndex_m1687FE50EA2DC5561E35C16B995FED3A5FF0B241_inline (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method)
{
{
// return _selectedIndex;
int32_t L_0 = __this->get__selectedIndex_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GComponent_get_clipSoftness_m77C8B30B431256DD7D72A90FD1F64570D39681FC_inline (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method)
{
{
// get { return _clipSoftness; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get__clipSoftness_87();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// public InputEvent inputEvent { get; internal set; }
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_0 = __this->get_U3CinputEventU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputEvent_get_button_mA0AFF1A99898B31AFC52C5A9CB3880608F83451F_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public int button { get; internal set; }
int32_t L_0 = __this->get_U3CbuttonU3Ek__BackingField_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputEvent_get_touchId_mF49C46B8546915BE1727492794E5F37F3A7AE3A0_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public int touchId { get; internal set; }
int32_t L_0 = __this->get_U3CtouchIdU3Ek__BackingField_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GObject_get_draggingObject_m07AA385ADF9B1F463B6AB0E74DFA8199961EA15B_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GObject_get_draggingObject_m07AA385ADF9B1F463B6AB0E74DFA8199961EA15BAssemblyU2DCSharp5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static GObject draggingObject { get; private set; }
IL2CPP_RUNTIME_CLASS_INIT(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields*)il2cpp_codegen_static_fields_for(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var))->get_U3CdraggingObjectU3Ek__BackingField_17();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0C_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_get_touchScreen_m7958DDC77197EF9D62B26B9719E929787234BE0CAssemblyU2DCSharp5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return _touchScreen; }
bool L_0 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get__touchScreen_90();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputEvent_get_mouseWheelDelta_mE0DEC1557D2FAF3B78A20E29D0D2F3859EE0E804_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public int mouseWheelDelta { get; internal set; }
int32_t L_0 = __this->get_U3CmouseWheelDeltaU3Ek__BackingField_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t GList_get_lineGap_mC093F8FA9AD2D16ADF60E931473680D500ABA6D5_inline (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method)
{
{
// get { return _lineGap; }
int32_t L_0 = __this->get__lineGap_102();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t GList_get_columnGap_m20BC1F674A91F87BABF663C3F2E4C010271768D7_inline (GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * __this, const RuntimeMethod* method)
{
{
// get { return _columnGap; }
int32_t L_0 = __this->get__columnGap_103();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// public Container parent { get; private set; }
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = __this->get_U3CparentU3Ek__BackingField_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR 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 void DisplayObject_set_graphics_mC84EEE2565E2FFB5821AF51094FD490702635426_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___value0, const RuntimeMethod* method)
{
{
// public NGraphics graphics { get; protected set; }
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = ___value0;
__this->set_U3CgraphicsU3Ek__BackingField_6(L_0);
return;
}
}
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 Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 NGraphics_get_color_m66429820875740D0222CD954DDDD27B7898DCDCA_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _color; }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get__color_15();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void NGraphics_set_color_mA33329F8E240CE6091FA841781F110745FC621FD_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// set { _color = value; }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
__this->set__color_15(L_0);
// set { _color = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* NGraphics_get_meshFactory_m317FF76BDAA12C831E2781E8C3E5E4923064FE24_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _meshFactory; }
RuntimeObject* L_0 = __this->get__meshFactory_13();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Stage_set_keyboardInput_m77FFB7C0ADC9274F7C4B36A460A9494E8C07D915_inline (bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_set_keyboardInput_m77FFB7C0ADC9274F7C4B36A460A9494E8C07D915AssemblyU2DCSharp5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get; set;
bool L_0 = ___value0;
((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->set_U3CkeyboardInputU3Ek__BackingField_93(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Stage_set_soundVolume_m3D57A92C92CB286DD415B98F920A0DD0E56D6B3E_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float soundVolume { get; set; }
float L_0 = ___value0;
__this->set_U3CsoundVolumeU3Ek__BackingField_71(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Stage_set_stageWidth_m789702A5DE38ED2422F35D2C105687639BAC4193_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int stageWidth { get; private set; }
int32_t L_0 = ___value0;
__this->set_U3CstageWidthU3Ek__BackingField_70(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Stage_set_stageHeight_m0E47685DDF7C8EBCC2DF131874EFE8E5F89C8487_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int stageHeight { get; private set; }
int32_t L_0 = ___value0;
__this->set_U3CstageHeightU3Ek__BackingField_69(L_0);
return;
}
}
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 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 float Stage_get_soundVolume_mE9C76DC6898F6DA0CC249218561FEDB487B8A006_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
{
// public float soundVolume { get; set; }
float L_0 = __this->get_U3CsoundVolumeU3Ek__BackingField_71();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stage_get_stageHeight_m979ECFABF811ADCDE89B970B7FF1B9765CE28C92_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
{
// public int stageHeight { get; private set; }
int32_t L_0 = __this->get_U3CstageHeightU3Ek__BackingField_69();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool InputTextField_get_editable_mC1B0636120D35A5457033C39AD91EC00049394F4_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// public bool editable { get; set; }
bool L_0 = __this->get_U3CeditableU3Ek__BackingField_76();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Stage_get_keyboardInput_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_get_keyboardInput_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6AssemblyU2DCSharp5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get; set;
bool L_0 = ((Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields*)il2cpp_codegen_static_fields_for(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var))->get_U3CkeyboardInputU3Ek__BackingField_93();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool InputTextField_get_keyboardInput_m8CDCC6A15C76012AE99E99ED4B349AAF39327DD4_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// public bool keyboardInput { get; set; }
bool L_0 = __this->get_U3CkeyboardInputU3Ek__BackingField_74();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SwipeGesture_set_host_m18BC9F9FC8C3E1FF104E9081947FD85FC06EB4BA_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method)
{
{
// public GObject host { get; private set; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___value0;
__this->set_U3ChostU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SwipeGesture_set_onBegin_m606B030E201171DBE7CA27B29AAAEC200221A495_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onBegin { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConBeginU3Ek__BackingField_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SwipeGesture_set_onEnd_m938555291F05D7A70DE79751749E79C7FA03D29B_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onEnd { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConEndU3Ek__BackingField_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SwipeGesture_set_onMove_mE7191DCE68410C2B38F2FF9C7416098CD7A1101F_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onMove { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConMoveU3Ek__BackingField_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SwipeGesture_set_onAction_m1F24CD4FAA5B83252830B5BCEA58192A3E9A16BD_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___value0, const RuntimeMethod* method)
{
{
// public EventListener onAction { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = ___value0;
__this->set_U3ConActionU3Ek__BackingField_6(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * SwipeGesture_get_host_m2BAE8A6DE5F989EDAB59E44EFA6297E0ED03CC10_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, const RuntimeMethod* method)
{
{
// public GObject host { get; private set; }
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get_U3ChostU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stage_get_touchCount_mA8E9E6559CEA558A1D734EC6CF06AA0A78334F29_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
{
// get { return _touchCount; }
int32_t L_0 = __this->get__touchCount_79();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * SwipeGesture_get_onEnd_m23E8617426EA33C168E4190B23D11785D7446191_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, const RuntimeMethod* method)
{
{
// public EventListener onEnd { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConEndU3Ek__BackingField_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float InputEvent_get_x_m0C82F6E692B31A47A3AA7F48A7897627305D8573_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public float x { get; internal set; }
float L_0 = __this->get_U3CxU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float InputEvent_get_y_mB42B7A5BCD9CC4404A622CC2FE993277F65D3F11_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public float y { get; internal set; }
float L_0 = __this->get_U3CyU3Ek__BackingField_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * SwipeGesture_get_onBegin_m3826E01AD002A7FD83A84C5FF81DC2A17B53C24A_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, const RuntimeMethod* method)
{
{
// public EventListener onBegin { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConBeginU3Ek__BackingField_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * SwipeGesture_get_onMove_mE31313E0099874D7F9D14A203DF1195AAA9B617D_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, const RuntimeMethod* method)
{
{
// public EventListener onMove { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConMoveU3Ek__BackingField_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * SwipeGesture_get_onAction_mA69BB0C9822D0F9B5CEB740DF7AE1A4A3D1D67B8_inline (SwipeGesture_t4EC9D15ACF0D54F10BE99C2E601DE006633DEB26 * __this, const RuntimeMethod* method)
{
{
// public EventListener onAction { get; private set; }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get_U3ConActionU3Ek__BackingField_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* BaseFont_get_name_m16800881B83E64FE5610B2E027742B45B991DB70_inline (BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F * __this, const RuntimeMethod* method)
{
{
// public string name { get; protected set; }
String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _texture; }
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = __this->get__texture_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t 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 HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * RichTextField_get_htmlParseOptions_mA20F53DD2EFE75C3E4211FB79883B3935F5BC085_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// public HtmlParseOptions htmlParseOptions { get; private set; }
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * L_0 = __this->get_U3ChtmlParseOptionsU3Ek__BackingField_70();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * RichTextField_get_emojies_m8CC01177CE71EB00C78535B23971127634F9C31A_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// public Dictionary<uint, Emoji> emojies { get; set; }
Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * L_0 = __this->get_U3CemojiesU3Ek__BackingField_71();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* RichTextField_get_htmlPageContext_mD6B386EC4FC182AE2560B829AF30E134B611212A_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// public IHtmlPageContext htmlPageContext { get; set; }
RuntimeObject* L_0 = __this->get_U3ChtmlPageContextU3Ek__BackingField_69();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _textFormat; }
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_0 = __this->get__textFormat_53();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m6BB22A4C3529F9B5F75B7BFF81DDABCD93F31521_gshared_inline (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE List_1_get_Item_m56CAFF658634D608ABFB179B988429C57FD6D7D4_gshared_inline (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * __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:
{
RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B* L_2 = (RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B*)__this->get__items_1();
int32_t L_3 = ___index0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B*)L_2, (int32_t)L_3);
return L_4;
}
}
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_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 int32_t List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_gshared_inline (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_gshared_inline (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __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:
{
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_2 = (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)__this->get__items_1();
int32_t L_3 = ___index0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E List_1_get_Item_mE07D99253B79FD23D87BC6501BC30423D23EEC8B_gshared_inline (List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * __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:
{
Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66* L_2 = (Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)__this->get__items_1();
int32_t L_3 = ___index0;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Vector4U5BU5D_t51402C154FFFCF7217A9BEC4B834F0B726C10F66*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mADA59B620C88DF47CBB953A8941CFE545BDF556D_gshared_inline (Stack_1_t576E16A8DBBF0430E26B9525C7A047671F793CA8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method)
{
{
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE L_0 = (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE )__this->get_current_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m9D4E9BCBAB1BE560871A0889C851FC22A09975F4_gshared_inline (KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0();
return L_0;
}
}