xiangtan/xiangtan_104/fk101/wb_xcode/Classes/Native/Assembly-CSharp3.cpp

45779 lines
2.2 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>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
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 T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct GenericVirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct GenericVirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
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>
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 InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1, typename T2>
struct InterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct GenericInterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct GenericInterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
// FairyGUI.BaseFont
struct BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F;
// FairyGUI.BitmapFont
struct BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88;
// FairyGUI.Container
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68;
// FairyGUI.Controller
struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64;
// FairyGUI.DisplayObject
struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB;
// FairyGUI.EventBridge
struct EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84;
// FairyGUI.EventCallback0
struct EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8;
// FairyGUI.EventCallback1
struct EventCallback1_t389063B912FE306493324D5033356213EEA650A7;
// FairyGUI.EventContext
struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122;
// FairyGUI.EventDispatcher
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7;
// FairyGUI.EventListener
struct EventListener_t49A905F03D200ACE99DE09C02C7007437397826F;
// FairyGUI.FillMesh
struct FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371;
// FairyGUI.GComponent
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC;
// FairyGUI.GGraph
struct GGraph_tD2F718A15120D167149C9E19B8802F8862458858;
// FairyGUI.GGroup
struct GGroup_tC639447CD683C998CC282B1BEB24798021939CB4;
// FairyGUI.GImage
struct GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A;
// FairyGUI.GLoader
struct GLoader_t79DB886430214FA5031328823142509230E0E4A8;
// FairyGUI.GMovieClip
struct GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84;
// FairyGUI.GObject
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB;
// FairyGUI.GObjectPool
struct GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17;
// FairyGUI.GObjectPool/InitCallbackDelegate
struct InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57;
// FairyGUI.GObject[]
struct GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9;
// FairyGUI.GPath
struct GPath_t097563F29B192985F7F754E478BB55F8224DF2A2;
// FairyGUI.GPath/Segment[]
struct SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9;
// FairyGUI.GPathPoint[]
struct GPathPointU5BU5D_t48DC21FC2D506D7561DC3C82207FEE9641470BA5;
// FairyGUI.GProgressBar
struct GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A;
// FairyGUI.GRichTextField
struct GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F;
// FairyGUI.GRoot
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F;
// FairyGUI.GScrollBar
struct GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2;
// FairyGUI.GSlider
struct GSlider_t6744387ADB3DE64C71458B21627B32714BD96816;
// FairyGUI.GTextField
struct GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058;
// FairyGUI.GTextInput
struct GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C;
// FairyGUI.GTween
struct GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE;
// FairyGUI.GTweenCallback
struct GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F;
// FairyGUI.GTweenCallback1
struct GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D;
// FairyGUI.GTweener
struct GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C;
// FairyGUI.GearAnimation
struct GearAnimation_t6B089939B6705B047242FF6DFB38E5EE8246AAC6;
// FairyGUI.GearAnimationValue
struct GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA;
// FairyGUI.GearBase
struct GearBase_tBDF067E7033C8B233B2C533126942554E932B581;
// FairyGUI.GearBase[]
struct GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A;
// FairyGUI.GearColor
struct GearColor_tE93C6CBB0C4B554C1A1A23D9882FC4D3E9128325;
// FairyGUI.GearColorValue
struct GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510;
// FairyGUI.GearDisplay
struct GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0;
// FairyGUI.GearIcon
struct GearIcon_tFF1149C7061194DC0DD940EA0B558814FDD52B3A;
// FairyGUI.GearLook
struct GearLook_t668D40B7F0FBC8ED7D136DCD0F798D796B9483F6;
// FairyGUI.GearLookValue
struct GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47;
// FairyGUI.GearSize
struct GearSize_tE764F281002A2A4BAB1663882781ECC148C08D57;
// FairyGUI.GearSizeValue
struct GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA;
// FairyGUI.GearText
struct GearText_t1C2F30DB14D35B78EEAC724A6CDF239E0285B317;
// FairyGUI.GearTweenConfig
struct GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1;
// FairyGUI.GearXY
struct GearXY_t2A67A9ADFA993765E704E44FFADABD7B2A3B3F37;
// FairyGUI.GearXYValue
struct GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0;
// FairyGUI.GoWrapper
struct GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F;
// FairyGUI.HitTestContext
struct HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E;
// FairyGUI.IFilter
struct IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3;
// FairyGUI.IHitTest
struct IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9;
// FairyGUI.IKeyboard
struct IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745;
// FairyGUI.IMeshFactory
struct IMeshFactory_t50A3420EDCE56AA55B30F12335D5D226277DADEA;
// FairyGUI.ITweenListener
struct ITweenListener_t2A71276DD281AA503C802C7AFC7C97EE3503FD34;
// FairyGUI.Image
struct Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8;
// FairyGUI.InputEvent
struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495;
// FairyGUI.InputTextField
struct InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC;
// FairyGUI.InputTextField/CopyHandler
struct CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078;
// FairyGUI.InputTextField/PasteHandler
struct PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14;
// FairyGUI.MaterialManager
struct MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098;
// FairyGUI.MovieClip
struct MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547;
// FairyGUI.MovieClip/Frame[]
struct FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6;
// FairyGUI.NAudioClip
struct NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96;
// FairyGUI.NGraphics
struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD;
// FairyGUI.NGraphics/MeshModifier
struct MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15;
// FairyGUI.NTexture
struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A;
// FairyGUI.PackageItem
struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0;
// FairyGUI.PixelHitTestData
struct PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4;
// FairyGUI.RectHitTest
struct RectHitTest_t6D0D255B09956A73884478F6E18696E405420860;
// FairyGUI.Relations
struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF;
// FairyGUI.RichTextField
struct RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294;
// FairyGUI.ScrollPane
struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE;
// FairyGUI.SelectionShape
struct SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429;
// FairyGUI.ShaderConfig/GetFunction
struct GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA;
// FairyGUI.ShaderConfig/PropertyIDs
struct PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71;
// FairyGUI.Shape
struct Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8;
// FairyGUI.Stage
struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8;
// FairyGUI.StencilEraser
struct StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B;
// FairyGUI.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 TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD;
// FairyGUI.TweenValue
struct TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9;
// FairyGUI.UIConfig/SoundLoader
struct SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2;
// FairyGUI.UIContentScaler
struct UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B;
// FairyGUI.UIObjectFactory/GComponentCreator
struct GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28;
// FairyGUI.UIPackage
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693;
// 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.HtmlParseOptions
struct HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67;
// FairyGUI.Utils.IHtmlObject
struct IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036;
// FairyGUI.Utils.IHtmlPageContext
struct IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA;
// FairyGUI.Utils.UBBParser
struct UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C;
// FairyGUI.VertexBuffer
struct VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B;
// FairyGUI.Window
struct Window_tE7D87992AB935C3508A34E808A486C27C5B6009A;
// 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<System.String,FairyGUI.GearAnimationValue>[]
struct EntryU5BU5D_t5C21008253EA99BABAC9E8EEAF82508712DB82C0;
// System.Collections.Generic.Dictionary`2/Entry<System.String,FairyGUI.GearColorValue>[]
struct EntryU5BU5D_tF53A4FA6E7BC5F0338BC9B025C2A2CEDD903140C;
// System.Collections.Generic.Dictionary`2/Entry<System.String,FairyGUI.GearLookValue>[]
struct EntryU5BU5D_t6BD4DB4A7F1A3AC047C80135C90E750C63A6ECA5;
// System.Collections.Generic.Dictionary`2/Entry<System.String,FairyGUI.GearSizeValue>[]
struct EntryU5BU5D_t6B0540C8AADDBD74E061637492FCB4BB251903F8;
// System.Collections.Generic.Dictionary`2/Entry<System.String,FairyGUI.GearXYValue>[]
struct EntryU5BU5D_t1247FCAC16B8BB633A468B1724ACE67DF7C52E7B;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>[]
struct EntryU5BU5D_tF220D0B7320DFEF85FB4FCB99DE7C60D87292707;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.String>[]
struct EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C;
// System.Collections.Generic.Dictionary`2/Entry<System.UInt32,FairyGUI.Emoji>[]
struct EntryU5BU5D_t2907AACABE745A646F290C673664EB3E9A1748B0;
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>[]
struct EntryU5BU5D_t30B8BEA96D10EDA03C62D735B5DFBC29C76E7DB7;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,FairyGUI.GearAnimationValue>
struct KeyCollection_t908D3BF7F1449CA1265DAD50359B31877DB209A0;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,FairyGUI.GearColorValue>
struct KeyCollection_tA2B9DFCB07101DD170E6159D66CF335379256DB2;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,FairyGUI.GearLookValue>
struct KeyCollection_t1CD1854D539BDD7583FB26BA01BF3E2BBDDE9ECD;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,FairyGUI.GearSizeValue>
struct KeyCollection_t4377033684B969AB92A99CA9A1AB8BDCAD2539FF;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,FairyGUI.GearXYValue>
struct KeyCollection_t12C400C92A303B2A05777EE163847D591CE8FB5D;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>
struct KeyCollection_t1D38C60690FCB610D67F11B089ACA27D5DBF8E61;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
struct KeyCollection_tC73654392B284B89334464107B696C9BD89776D9;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.UInt32,FairyGUI.Emoji>
struct KeyCollection_t05DD2EB423AA2BB93B04F0180EE482379BE584B5;
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>
struct KeyCollection_t3C7D5C759A70526DD64C883DB2425B9AE35E8623;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>
struct ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.GearAnimationValue>
struct ValueCollection_tD7A60AE4BAD2FD188D879E553639C2EBD7815526;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.GearColorValue>
struct ValueCollection_t4977D968203D5956B36E5DC43EFDD88B50687F3D;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.GearLookValue>
struct ValueCollection_tC595E11B0DF550BC2BD9DD35E495F47700568187;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.GearSizeValue>
struct ValueCollection_tD538C3F6821EAC11CF158F1A336CB1655C9DF3B5;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.GearXYValue>
struct ValueCollection_tC0B8F169B5AD63E0627124C0254F36F6B1D4F1AA;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>
struct ValueCollection_t6AA2F6DDD844F11BCC6669259C734D58F13B280A;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.String>
struct ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.UInt32,FairyGUI.Emoji>
struct ValueCollection_t778D8D1BE2E73CCCAA18CA3C603E68EF936C2750;
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>
struct ValueCollection_tF4AC81D2761BEE74BDDF16DF5A3E2C5E8F71EC01;
// System.Collections.Generic.Dictionary`2<FairyGUI.TimerCallback,FairyGUI.Anymous_T>
struct Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B;
// System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>
struct Dictionary_2_tA9B33254E6E7B0DA27F477538861A5D0B7BB08C0;
// 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.GearAnimationValue>
struct Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearColorValue>
struct Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearLookValue>
struct Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearSizeValue>
struct Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearXYValue>
struct Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.MaterialManager>
struct Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem>
struct Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage/AtlasSprite>
struct Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage>
struct Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.Utils.UBBParser/TagHandler>
struct Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D;
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>
struct Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666;
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC;
// System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji>
struct Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21;
// System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>
struct Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80;
// System.Collections.Generic.IEnumerable`1<FairyGUI.GPathPoint>
struct IEnumerable_1_t3AB5C6D1C74A0C85E2B1EBF1A70928F9885EEC53;
// System.Collections.Generic.IEnumerable`1<UnityEngine.Vector3>
struct IEnumerable_1_tD6EAC43B8F82FF1C475D47067CC43C2BDA9E9B6F;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
// System.Collections.Generic.IEqualityComparer`1<System.UInt32>
struct IEqualityComparer_1_tA74C9F2C80A3BFA5A7BE17C48871B702741C8733;
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.Camera>
struct IEqualityComparer_1_t06685192509460F00A7E7DC1E382B1F1BED12D53;
// System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>
struct LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7;
// 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.GObject>
struct List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42;
// System.Collections.Generic.List`1<FairyGUI.GPath/Segment>
struct List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3;
// System.Collections.Generic.List`1<FairyGUI.GPathPoint>
struct List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E;
// System.Collections.Generic.List`1<FairyGUI.IUISource>
struct List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA;
// System.Collections.Generic.List`1<FairyGUI.NTexture>
struct List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87;
// System.Collections.Generic.List`1<FairyGUI.PackageItem>
struct List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822;
// System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>
struct List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3;
// System.Collections.Generic.List`1<FairyGUI.TextField/LineInfo>
struct List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5;
// System.Collections.Generic.List`1<FairyGUI.Transition>
struct List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281;
// System.Collections.Generic.List`1<FairyGUI.UIConfig/ConfigValue>
struct List_1_t74B6A4CA646AC394724678D53711955E95B67FB2;
// System.Collections.Generic.List`1<FairyGUI.UIPackage>
struct List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC;
// System.Collections.Generic.List`1<FairyGUI.Utils.HtmlElement>
struct List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00;
// System.Collections.Generic.List`1<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.Single>
struct List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E;
// 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.Material>
struct List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B;
// System.Collections.Generic.List`1<UnityEngine.Rect>
struct List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350;
// System.Collections.Generic.List`1<UnityEngine.Renderer>
struct List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749;
// 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.Queue`1<FairyGUI.GObject>
struct Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B;
// System.Collections.Generic.Queue`1<System.Object>
struct Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0;
// 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.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Comparison`1<System.Object>
struct Comparison_1_tD9DBDF7B2E4774B4D35E113A76D75828A24641F4;
// System.Comparison`1<UnityEngine.Renderer>
struct Comparison_1_tD48E1BF69F6EDD73F9231524DCA211E2E1E4A776;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.Exception
struct Exception_t;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.Int32[][]
struct Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43;
// 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.Capture
struct Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73;
// System.Text.RegularExpressions.ExclusiveReference
struct ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB;
// System.Text.RegularExpressions.GroupCollection
struct GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F;
// System.Text.RegularExpressions.Match
struct Match_tE447871AB59EED3642F31EB9559D162C2977EBB5;
// System.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF;
// System.Text.RegularExpressions.RegexCode
struct RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA;
// System.Text.RegularExpressions.RegexRunnerFactory
struct RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B;
// System.Text.RegularExpressions.SharedReference
struct SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5;
// 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.Canvas
struct Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591;
// UnityEngine.Canvas/WillRenderCanvases
struct WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE;
// UnityEngine.Color32[]
struct Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983;
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621;
// UnityEngine.Display
struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57;
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F;
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598;
// UnityEngine.Material[]
struct MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398;
// UnityEngine.Mesh
struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C;
// UnityEngine.MeshFilter
struct MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0;
// UnityEngine.MeshRenderer
struct MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED;
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
// UnityEngine.RectTransform
struct RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20;
// UnityEngine.RectTransform/ReapplyDrivenProperties
struct ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D;
// UnityEngine.Rect[]
struct RectU5BU5D_tB12F2C8BB1CFCCBAC660A7914E184DE3D80C3E5B;
// UnityEngine.Renderer
struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4;
// UnityEngine.Renderer[]
struct RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93;
// UnityEngine.Texture
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4;
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA;
// UnityEngine.Transform[]
struct TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804;
// UnityEngine.Vector2[]
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6;
// UnityEngine.Vector3[]
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28;
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Comparison_1_tD48E1BF69F6EDD73F9231524DCA211E2E1E4A776_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventCallback1_t389063B912FE306493324D5033356213EEA650A7_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* FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GGraph_tD2F718A15120D167149C9E19B8802F8862458858_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t3AB5C6D1C74A0C85E2B1EBF1A70928F9885EEC53_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tF04A5514A0F1888A5C66DBDDAB785209DA8D448C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ITweenListener_t2A71276DD281AA503C802C7AFC7C97EE3503FD34_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_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* List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RectHitTest_t6D0D255B09956A73884478F6E18696E405420860_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SkinnedMeshRenderer_tFC8103EE7842F7F8A98BEF0C855D32A9711B7B65_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_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* TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_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* 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* Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____0C26110E719C695B53866AF29BD7FE98A72596F3_3_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____A07B68A3ADBCD0C683EB16067435A02C31BC097E_30_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral066922617EDA8EC7DC75FCA8E019E140F3E251D4;
IL2CPP_EXTERN_C String_t* _stringLiteral06ECA80C826A3BFE5490BB68082E0F113BF05EA9;
IL2CPP_EXTERN_C String_t* _stringLiteral15BD60BAE5A23CEB2949AE44381A014C517B07B3;
IL2CPP_EXTERN_C String_t* _stringLiteral293B6C2B52B1FBA8C33E238E55CFCE4D14073F8A;
IL2CPP_EXTERN_C String_t* _stringLiteral29C7FFCD4643CBC01443A08353421169696D0564;
IL2CPP_EXTERN_C String_t* _stringLiteral2BE57CD0E1850354B56F82E9AC5EF1C37B1CC749;
IL2CPP_EXTERN_C String_t* _stringLiteral3C6DE1B7DD91465D437EF415F94F36AFC1FBC8A8;
IL2CPP_EXTERN_C String_t* _stringLiteral3F79CCD1432F8960AA9062D90665FEABB5FD19D8;
IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
IL2CPP_EXTERN_C String_t* _stringLiteral425A8BD3A928F18FEBF811AD2F07D1319156B30E;
IL2CPP_EXTERN_C String_t* _stringLiteral4345CB1FA27885A8FBFE7C0C830A592CC76A552B;
IL2CPP_EXTERN_C String_t* _stringLiteral48A21E6743A07ADFB2E971CAF370E3C36EE36DE9;
IL2CPP_EXTERN_C String_t* _stringLiteral50E19FDA0D5B4B74A4A1A1D584E56578693A4EA4;
IL2CPP_EXTERN_C String_t* _stringLiteral524B441299E672624EF3887840407BF464BA07BA;
IL2CPP_EXTERN_C String_t* _stringLiteral56075B37266B59505FD4BFC93B089A3C6DFED4B0;
IL2CPP_EXTERN_C String_t* _stringLiteral5ACE366234D47646C5756370A95D09642319E9E1;
IL2CPP_EXTERN_C String_t* _stringLiteral5E4AEEE0DE6A0CF28329A0FED25A6E7FA64F7788;
IL2CPP_EXTERN_C String_t* _stringLiteral62CDB7020FF920E5AA642C3D4066950DD1F01F4D;
IL2CPP_EXTERN_C String_t* _stringLiteral65B0AD1D63D0F48D3DAC061055924D507B8993C3;
IL2CPP_EXTERN_C String_t* _stringLiteral689C77C355CEF155BAD97E66EBE0E2198F8884C4;
IL2CPP_EXTERN_C String_t* _stringLiteral8922881DB5844A9BF0B16B11C78E5F8E83BD7F57;
IL2CPP_EXTERN_C String_t* _stringLiteral8B5FCA93F291F527468BFCEDFB674C4DDB63183B;
IL2CPP_EXTERN_C String_t* _stringLiteral9D9B3A8B1FB339AC16E8D5BA5650F900E44E9643;
IL2CPP_EXTERN_C String_t* _stringLiteralA484ED3980FA3BAB4FE995F3E166978DB06D770B;
IL2CPP_EXTERN_C String_t* _stringLiteralA78848C7EDA4C562D6F7AB9739E160B17F23E30A;
IL2CPP_EXTERN_C String_t* _stringLiteralB545E4A735321A50B74651E8EB692FDF074E4A14;
IL2CPP_EXTERN_C String_t* _stringLiteralCAEB4A3319E61A64AB00CD2F696497A2CC084144;
IL2CPP_EXTERN_C String_t* _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002;
IL2CPP_EXTERN_C String_t* _stringLiteralD9541F6F417240958A240A3AE365F807CC82F438;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDE73C5AC6DAD238A415AAF53D5C94B07A697C441;
IL2CPP_EXTERN_C String_t* _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61;
IL2CPP_EXTERN_C String_t* _stringLiteralE752C3B34A2882646A9B4AEEEA8809498F137DA7;
IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Comparison_1__ctor_m6642A7DA149D5FC5C282C6823ADBF52D4DF74657_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_mEF939F54B6B56187EC11E16F51DCB12EB62C2103_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m177EE6E3B4BFC91F5BE3925890B088773F600382_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m79F0E305B54693CA316A5AF9192E8D326442D52B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mAF5E8571EB0919C59C0C9DFE873AFC40723DC81F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mD8F254E2E5F1EB8E9D30ECB16014E850A2BFAA52_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m0B573E472B24C18DCF7C18017C7B6450E2B675F0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m22E26DF50604CE548C9F1B207ED1AE5981372F44_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m5F9D27F93506C02307BD48DA7B2C3BBA92F8D463_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m9E5BFCC25C49AC344A08E51017656B76F17E696C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mC9ADD0ECA06FC5FF01F92CD109D1D64F050F4486_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mDF352C956815FC294AFF60F5007F68FCEFDB4C83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mE14E3ED788891B1A2ECA91B92A476E8ED286FB60_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m12B32E730298EF0D4925C34E41D55F4C83E16942_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m3E78FDD848214F383A674F7890DF13A0877FD6E5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m63874A3B656EE07DB06356DC1B48494E7BBAEDA4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mAAAD6E20F5BD03A203058192BD7C7D52E8CDCDEF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mCA87BA35EF66970D2832329E88CFA2624CAFD3A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mD7756CF49022763C91C6EB1A6FE055BEA9F25F52_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mEBDE176285A434529B43A7F7C3D0552E8D17A471_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m1FFAC4773DA5CFFCDEC9F59AA3F44F04FC3E4DFD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m9FE5CB3CE954675938A23AA832C00EF7793D0DF9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_mA1C38F344B25092A67491218175E975C47A9AEB8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m41BC3A3D11C2E8FB989A067AFC7F70AEEFCD84FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mB090FAD1467E19E950192C3374A73AEC5FB004F6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mB2763F18FC6FB36C679F0480CBF242B0C89F0922_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mD1406299AB8FBB54A87A99D489FA36ABFD0BC399_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mF6B808EE90B30765ECDA765F4B780612D475434C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mFEC866AAD4F1BEAA250A4D94A25AD02E256554A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m4BB3AF679EB2E118937CA304650FA8211188047C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m64AECE35EBB2B79BEF0C8B9AA294C9EB6DEA9EDF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mA0C9FAD3A66064C47FA3B322B37435C8D3596EA7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mA928649A322FE90132B1750B95B53637738E1F3C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mAF8964E03647827D8C3F9E0FB00750CADFE46E2E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m1D7CD1EA49DA177F1333FBB0EB14BD84A3212388_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m5A7583102E65A0B7291805448BE362759992C044_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m74721E880D58D81C07FE7AEC2CC8DB1AC5CABE76_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mBF0EE42AF5A4142B1E164CE224DEA2A5F4C8506E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mCC5BDD1AFA5506197BFBD6D5EBD289274F5430DA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m4F79B75B832711D0F6D89BE204BD7897A5959517_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m910E01F75C177A575FAFC03393F0BE7A921631CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mAA989306F9A8430FFC8CBABCD760B0CA065F915A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mC145050E11191E4AAEC245F514C5FCDCDF93FE7B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mDC6718BC04886B6014DFCFFD4840029CB2450DBC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GRoot___showTooltipsWin_mD14E4B8CB6A01E714B76CD343DC1E47C25FD6BC2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GRoot___stageTouchBegin_mBC6F83524A720292A4585546ECF707854AD67971_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GScrollBar___arrowButton1Click_m891EECC4B86BBA60D370DC96A4FE620AD4D410CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GScrollBar___arrowButton2Click_m3A590A60D482A516A19E96DC19F36C291E9EF54D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GScrollBar___gripTouchBegin_mA87E5BA394B22024FE7AC3794F147E317983A12A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GScrollBar___gripTouchMove_m78C397F5E0A8BABF36EBB7D013D54BACC772CF10_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GScrollBar___touchBegin_mD177DC8F3C9ABAD4EDC445EACC4A6D900C8E7D3E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GSlider___barTouchBegin_mB84F8F45969C0A031C70623523290C2512746092_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GSlider___gripTouchBegin_m3B2E4374F6B9024D8D0A1632F77645E584B6519E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GSlider___gripTouchEnd_m98F5E58187FEF684AA3DA96EEFE2178511564092_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GSlider___gripTouchMove_m4BD651977E0E1AD838A01DAFA7141B2591BFC285_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m5EA55BE80E8E0FB0551D6C16C2BC57A726758C9A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_mEBEAE59DE5185530F0EF89BE492BE2A3383F9EBC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentsInChildren_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_mFA0492B04D02E813BD39A2BA519D10CC27ADA265_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentsInChildren_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_m37238924630C751A1D92999CD6E86D3C6C26BC57_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GoWrapper_CompareSortingOrder_m5168D2A2ADD0FA53CD1DE16192250DBFC4500043_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputTextField_ReplaceSelection_m41D4867B90DEE8706B8353205C86B15A58CBB29C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputTextField___focusIn_mD0DDB8E50E53659D9A717F1B1C4676D7E3FE8BBA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputTextField___focusOut_mFA0ACB5256CA2C3D9E0C3838AED6BFD12B6128E5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputTextField___keydown_m70DB3C2A515060418567A1AD444B7257F658A845_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputTextField___touchBegin_m8BC0D2795FCD1DD902AC8CE7657AEB834A9CEEDC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InputTextField___touchMove_m3778E9E0EC848E4A30AB10461796049A0185C0F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mE62A0F98903F007C612CA36D62F59B629DD5A7B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m8335F712C7C1832E2EA4CD22C2326D16C4827F1F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m60AD41AED7A8A49791A392456F1D0D3F8D01DC90_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB14710B1B2B4CDD445D577C9B2BB4CCB03213E4E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB46954605371F1D985BB94F7732F76BAE921F384_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mBCC09628FA2D73D337AECD34FBD2BD98D03DE5BE_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_m205DB7E9DF42924D42579D3C7055F8426CD61E95_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m21E21D9D85013BCCFAFD2FE59617F190A0E30AE8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m51A07EE01AF87E4DDAA4AE7FF893959AFCE10F82_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mF446C2770CD1E1336DB3815DBFF34BFD49C33DB1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mFA4251A64B78E0590FBA3BC92C80634F95A790E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m30540178A15EF1BD157F8791783EFECE020F2A26_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m00633B2CAE5DA65FA0381C00CAB1B157C133702E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m7C6F33760F8B22011F9C2150F38BC69022C6E0BA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_mA55612FD00E84BC3B06F4E0B19B577FA1B4522F3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mCB60EAE43EF865EFAE7BB00842DAF1C8E3939AAA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_mECB22631FD85C721DEA964D6738439D1FB60B62E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m3B329125C875047AA037DFB57DF8DD2B5FB86FB3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m1FC34BF51AC49519DBBF114DC9BE629FA16CA1BD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m5E996687A643CD54E77F877FD83823A581A96189_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m886A88E951643F1E9649534EB4D1E4DD4FA4CFBB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC1494E230E578FEAFEFA18D0F860EBEE88D60BB8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDD1D44EF1F6F49D6C966512AABDD574338253B15_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_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m79CB5C0EE164901BC290FF3E9E5511A161362A5B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF45604C9A5D5E4A423C46DBDE65E528B10B70E13_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3945E3B9D5001519C60A38DCEA43F8FD29728300_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mBE05C6AF79A19CF3CB5654436D7B50F42E6D8228_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC7E01E0C259BA1982C298AA85FF0B8668455A88A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Capacity_mD604412C66F05B164F0AE39B0F1A3DB526CA8821_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m14C234510865CCF1E3E4D08CDA1D48604738D516_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mE2E549AB4C7959231E8DE97682183D27DA2E36AF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m6048C6BC1D41A8C0B929063A89F534CBD88A40EE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m5A77DCDC8F2AB95782B371C30B7BE64626ECC3AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_mFF2D3012420AB14472C3022717981612C24134A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_m1F1490B82F68DC9C642E2F78CD22BB2BBFB6A935_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_GetEnumerator_mE8C4DC5A72BB8F38F9B29F34125B85D218AC414E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_mB4DC6202D578FF8F60837985BD0CB0DD626CA97E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_m229BE9A28FA14B83FEA51FFA1D21F35043F22757_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_m9B068B155F27E55CAEF5F07F960496F4982CE164_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_mB4599F94F3F9194DCF16FBAF25DE4F326748BC0D_RuntimeMethod_var;
IL2CPP_EXTERN_C const uint32_t GObjectPool_Clear_m2464387D95A099AFA52D8103A4EA3ACBED4E692C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GObjectPool_GetObject_m37636B547359122C9B4384C73746B201682AED09_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GObjectPool_ReturnObject_mA204088D910D2FD4E29000C476E8773D50E3BB53_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GObjectPool__ctor_m6D1938DD4345B227557290FBB8091268A3072097_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GObjectPool_get_count_m9917C41C0FCF02730F113037400DBB3619BACD16_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPathPoint__ctor_m46BBAA9D707EE8E35E75869F5F98F34464B3E565_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPathPoint__ctor_m497BF8CCD7FAAEE04698E068374281354E675EDA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPathPoint__ctor_mB26CA549B2186F6464DAD4C840062F6CE7A2DC5E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPath_Clear_mB7178EC3C44CC830AC883BC815FA9641497317E6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPath_CreateSplineSegment_m953968BDAA64958EA55E91AA1A86B4155C3921D1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPath_Create_m0F237A17E2B99C015ACCF1FD874A1C6651310E1A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPath_Create_m2A371830DDC53225A2B1D62F76EA0B4FE3C662D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPath_Create_m540448A110EC01B535FE83C809AED895E2802483_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPath_Create_m6B31A2A59570D1EDB008A2008C5CB28E24F14290_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPath_GetAllPoints_mDA927907C2B1CAB02B9BAC4BE57C2226FF923387_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPath_GetPointAt_m4556E3DCE5B66CCD29C7380A1F1E6F34E1AD15CA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPath_GetPointsInSegment_m8BE92C450AD7DDE4F9860AC8157525281C89A351_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPath_GetSegmentLength_mD79DA4D04CF1F4D4DD340FFCAD9F1997AE38D15F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPath_OnBezierCurve_m6BC689CC439C3CE87DB5CCE862B8B0BA18631D05_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPath__cctor_m7BC388FBF2855A96272C6E923A33ED0B61FCEAAC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPath__ctor_m7D17C5B7A738965F91DB4E24EE43949B5A29FB14_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPath_get_segmentCount_m3B181E5755CABEE07C74F5F428C4B9FEE43DB72D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GPath_onCRSplineCurve_m9A697F12121B9ACFF68377D1F21AD63F8479FB75_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GProgressBar_ConstructExtension_m2E3354169BEAF68F3B64B75742BBB0A59D31C49A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GProgressBar_TweenValue_m94CD01C8675112F2BFCE413F2BD7661FFD7D471A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GProgressBar_Update_mC0F9FF5EB1C2014B42C32723E39A45288E38B8D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GProgressBar_set_value_m0F34B5BDC5806581A11A7F60728BCE80324A53CA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRichTextField_CreateDisplayObject_m61B90AB3A6325D5AC7C642FFA73946527499D552_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRichTextField_SetTextFieldText_m0D6276DE47163D1CF4FDB973F2B0594CC41A20A0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_AdjustModalLayer_m266E7EC4B2A2C99D8EB3A7E688207EABA4BCCA39_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_ApplyContentScaleFactor_m5B23FAFC75509692484AC7CE0978438D18CD3B7C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_BringToFront_m715C0C2DE74F76680CB8FFBA498DE6943A6C55AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_CheckPopups_m913EFF8C82F076933DEEB6BE731477912580ED77_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_CloseAllExceptModals_mCD6CD4917F95536015760948508D532D5CF5C344_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_CloseAllWindows_m3E09FB6E8C59EE4E346EB4BCDDFFB9AB14D5CBC8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_ClosePopup_m69EB7EA7199FE7CB155ABC10D9CD4B88764087CF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_CreateModalLayer_mCB9D6449F6E5BD7079ADE3088BDB38EC603BC165_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_GetPoupPosition_mCA7B90B8D083EE839C506D199F997EFBC2673BA4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_GetTopWindow_mEC93B84A72EE5F5F40582BFA21C5B7B48F2C8393_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_HidePopup_m557C66B19524E2E95A444A73363A37F5886CB9A4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_SetContentScaleFactor_mAE2A33643316A8947569BD4BE3B21F5348337E4F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_ShowModalWait_m1E0334E784A07D4D43AC523911E40EE94273D075_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_ShowPopup_mB8728EA5E7F2A5CEE157E873C85CD3927A17DB1B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_ShowTooltipsWin_mCC520414ED669333CF21760C437455C0BEE73672_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_ShowTooltips_m7D9A5F915E8E8DAABA914902792C1014DCB11A43_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_TogglePopup_mCC365569DC6CA8C83D19D184E0899D91D3976718_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot___showTooltipsWin_mD14E4B8CB6A01E714B76CD343DC1E47C25FD6BC2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot__ctor_mA1071079483DAB78C7219D5D1CF1F38F78CC37B7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_get_contentScaleFactor_m148CD958922A560C77F2AC4AA1A593BD3AC71DBAAssemblyU2DCSharp3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_get_contentScaleFactor_m148CD958922A560C77F2AC4AA1A593BD3AC71DBA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_get_hasAnyPopup_m128C9C6D5D56B51DA4A9DF1A5D1728E4204C3B55_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GRoot_set_focus_m715597EC9A46106D4350713D73220BB1095F26E7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GScrollBar_ConstructExtension_m0A3324B16CCF9334442C2B27D96FB1B09292BD1E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GScrollBar___gripTouchBegin_mA87E5BA394B22024FE7AC3794F147E317983A12A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GScrollBar_set_displayPerc_m51A5289F41B26A12B72D51DB8DEDC110CF1330D0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GScrollBar_set_scrollPerc_mFD91F1E1BBA6E7D729888815893D20B2AE80FE93_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GSlider_ConstructExtension_m3F2AEA81BA4118D4D5013AAF13B5556C068E73A7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GSlider_UpdateWidthPercent_mB89F8FFC459B077D97D6204DE4E58D91399FDE15_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GSlider_Update_m80DAC97015E44B995B561FC764921AA7B18846AA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GSlider___barTouchBegin_mB84F8F45969C0A031C70623523290C2512746092_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GSlider___gripTouchEnd_m98F5E58187FEF684AA3DA96EEFE2178511564092_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GSlider___gripTouchMove_m4BD651977E0E1AD838A01DAFA7141B2591BFC285_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GSlider_get_onChanged_m9A8C1B92804BDE303CF5A53389EEA0D6AC53F1CD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GSlider_get_onGripTouchEnd_mC531D95CA245F42FBA2A3A9ABCE979EBF5DD866D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTextField_CreateDisplayObject_m3C3D4F6612EDFA30FA1D75D68231735FCB84DF75_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTextField_HandleSizeChanged_mFD5661A24473D7E3E8B571C61EEEFC465807B7EF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTextField_ParseTemplate_m8BCBAD8E519E634AA0D1C86497229D361B7A01C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTextField_SetTextFieldText_mA8CC556E9650589EFE30F7000F7048B7C963CA34_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTextField_SetVar_mA6597CE17647F274836A96BC0C4B03B256583D24_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTextField_Setup_BeforeAdd_m991CB2635327263D849CC500D2CC46A2B2DAD678_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTextField__ctor_m8705E6A0B5D50A68FF6290C58646285A2508D61A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTextField_set_text_m5045D869A262D01049A89DBE0A1DDFBD19C50429_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTextInput_CreateDisplayObject_m97734E5A43D58254BBDEE2A7FF5F1FCC79770F81_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTextInput_get_onChanged_m774F6B099D1AADF33C27F9E175283814876E2FF3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTextInput_get_onFocusIn_m5D3FB85F7A83C69737C98BB65E7BA562A58663EC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTextInput_get_onFocusOut_m206B9AED6EB57D42BD06B18D322733FA16355725_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTextInput_get_onSubmit_m88C50B39D9E48A92BCFABFB445ABFFFA33EB8803_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTween_Clean_m6F147EAA0B2D34207FF5122F83532F6A949C3BDF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTween_DelayedCall_m53E733468253BDAEBA7A00DD27A9F4D7B4B9BF0B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTween_GetTween_m6102BB771BA85791357C5595FEA75B13DE2F4E9F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTween_GetTween_mD3EC16E7F0AD1EA7F2FEC4C7582672D11D0C8720_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTween_IsTweening_m2F454081A6631B01998E1B15B9308093D0E67D13_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTween_IsTweening_mADB4D872C12427D6B8AA4DEDF90FD7FB71868E6F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTween_Kill_m4EAEC4CC1A5910C098A18BFA71CB81F7A213829E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTween_Kill_mC47FA463E3B20C04990B4032DAAD790491A1E68F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTween_Kill_mFB8C59228F208A8E9EC86927331DDE876E5B15B7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTween_Shake_m57C46312DA561875C7C4C4D18DA34968B3FB7ED9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTween_ToDouble_m06D671FF0811263D903947A699B01C0D36B2241B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTween_To_m115CFC168A0090A201B8329C64722420C59C1AE3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTween_To_m565DF71C5577CF63482B6EC64105A6ABD68D6A6A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTween_To_m7EB4306109D4D84247DEC09129ED218B2BB89A12_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTween_To_mDA06E811102E2CDE27250A052111C9410B24554A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTween_To_mDF5EA382DA5D36CB51FA502B0ED8B323E1D3DC65_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTweener_CallCompleteCallback_m7DFCFA70007EBBCF75CC3D3DA6058D78B0F26317_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTweener_CallStartCallback_m927CD8013038D40B05F4ED1F0D46A614F718B83B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTweener_CallUpdateCallback_m59A714F4F6521140141A5BC9ED6C3E25223BCE85_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTweener_Update_m1EECB1AD031D4105588F19085F43C1DCC8BA415A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTweener__Update_mCC588312F509555A5BC1618F5785975D640B226D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GTweener__ctor_m83BC158B220E1F4241DCAF3A2F6195E652D9BBCF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearAnimation_AddStatus_mEBE2D333F8A0587C5A1CFA9F4F4B562F49F14F46_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearAnimation_Apply_m6B78F2B337CBA8FCBDE92E1A06D3A7DEBA2B4082_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearAnimation_Init_mE0F1576AB9EE821BA268FA18163D35C5B3219CA3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearAnimation_UpdateState_m3D823B63A69AFA2A04026AF653818EAEFF57153F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearAnimation__ctor_mC252B177FEA02E5A71B4D2E6452BFA48D4AD6C55_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearBase_Setup_mB8569520BD4576FBDB71DC02FA46ADC1C75DA894_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearBase_get_tweenConfig_m32EC3572B6834AEFA9FEF78B024363B2FB090209_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearColor_AddStatus_mEA4BAB6F9EE552B867347C6A8FBE1EE5BA441B47_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearColor_Apply_mBB2D3F67A51FDE7AEBDF5A33FFF8C1DEA31E4AD8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearColor_Init_mF5647C9B7A5E21113140022A5B94DA41F75F3130_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearColor_OnTweenComplete_m60BE2A300D0F9717AD9E337FC0CC61AA256E4B0C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearColor_OnTweenUpdate_m6C183E56DA80D1F2932203FE3F9533C357516B46_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearColor_UpdateState_m584C4457316ECE2F700B210D51924BA41450EF3D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearColor__ctor_m1EB62F77E468BE9B7034FBA154E07200932D2CDE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearDisplay_Apply_mE9FE3B17DDB0E6166FA72FF4671B7FC28721EA21_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearDisplay__ctor_m7F8786175AC076DB06A93BB9486B64197B9A1AAF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearIcon_AddStatus_m3A3E6508B69F2C5E4364365E6CD7A7CCA9F0476F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearIcon_Apply_m630FEDCA695A92DE3E357BDC7D26B85125EA4CCF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearIcon_Init_mE2E7F80C2DDF70BBFC8E71B72186519B6352E5D0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearIcon_UpdateState_mC6F5DE731B66352992386FB1536AAE3E72B4EC53_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearIcon__ctor_m7CFBA95B7934D1615272EF938962CA0405353235_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearLook_AddStatus_mD8539B5D8E82A4B2D07C5059273AB586801FB64A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearLook_Apply_m5B817117C15F08C3F871B33E4055A9501FAE7E63_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearLook_Init_mECD3C61174D7952E458E64A21BD8F64565528A67_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearLook_OnTweenComplete_mEFCA67864E098EC6F84DC925B917E8B5781C4975_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearLook_OnTweenUpdate_m72E0A67947389C4DC751A0FE8580BBA40530409F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearLook_UpdateState_mF248A4AC67A2D30117B7B1DFB47F936172BCDF76_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearLook__ctor_mE933EA3014093F91E7D7F1E976770ABAA9069115_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearSize_AddStatus_m3FBFE417B41466456567A059FF533815DEEB15B4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearSize_Apply_m149752CB663AF9033159993C4100DA497F6C9D93_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearSize_Init_mAFCA90E062606B5C66C5ECA95FDAD89B4C64A4CF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearSize_OnTweenComplete_mB103DB7CD4024302C6E680C87DD7263E65A0BA70_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearSize_OnTweenUpdate_m7FCA31C59E5F662E2E3291080245FF412327AE4B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearSize_UpdateFromRelations_mC6B2920812A5B07B67F27D2DA48DA1FADD4D7F39_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearSize_UpdateState_m852E20AA42AECD8ED0BD4DDE67C7A6EC73DA190D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearSize__ctor_mE7C7469B27B1D25C7158F53D100E3E9356505036_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearText_AddStatus_mF93E5A24A7D9B5EB97E4D1F0ED963BFA848E8CFE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearText_Apply_mD9F449EF1D2B0DAB92DC0C23B62CDF8B00758779_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearText_Init_mE3810E91F87FC9C6EFA4E88D2679C374EFEEF31C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearText_UpdateState_m4194450ABA27CFA85FA5F156A27F0CC73EA79894_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearText__ctor_m51FA3AF526F640F39873AA8A0FB141E652757E81_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearXY_AddStatus_mC3EF62003FC7BDAD2980F8C9199055A2B5683DB1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearXY_Apply_mB4AA61700BEE62B4C2DD5E66853F2DD42CFAF853_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearXY_Init_m01737AEBA0775171EDCED5E6C9A6D1BD34586B12_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearXY_OnTweenComplete_m45D6FCBE392DD81A6526A84FE47DF3F913A00E44_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearXY_UpdateFromRelations_mA8A3322768F41A81F6B9C5875E072F0297E902FB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearXY_UpdateState_mA0542AC5AD65A3239DB946E8E5DAF5A39C5C85F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GearXY__ctor_m626EDBFFDDE4733CDA52AFD22A4B1ACCE3A6EC41_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GoWrapper_CacheRenderers_m3709CB1D18F1C7B74E1CBB18C4AAF2FA0BFE5231_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GoWrapper_Dispose_m623244BC44031C12124DF387CF6A878B42E641A1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GoWrapper_RecoverMaterials_mC0F3FD8B89F0EC195C16708672021275659A2F8C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GoWrapper_SetWrapTarget_m4055EFFB0E62DA6472B5E9C8BF57B8000E931B41_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GoWrapper_Update_m14DEAFE30D1AADBAE44408ECC4A180A439047654_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GoWrapper__ctor_mE3279DB7A79B47F37EA73EBD51C211D9C9E21D9D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GoWrapper_set_layer_mB0236151F9158D1A7AFD5789E7061D9391FD1391_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GoWrapper_set_renderingOrder_m36057D4F432F47844306CD44E7CCCA4F99A071BE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HitTestContext_CacheRaycastHit_m2AC2715F22ABE077F978FE8D78F9354BB2FADDB1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HitTestContext_ClearRaycastHitCache_m812144510561DD219B6435136F26C57FDBBB62E1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HitTestContext_GetRaycastHitFromCache_mE250FB67F88BE77E8F639CC0286760DD39DCDA5F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HitTestContext__cctor_mC3EFCEF199565E159FAA831601CA69B2B53C3719_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Image_OnPopulateMesh_mB1ED450FF4B52E387CB229196ED382D9126795FB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Image_SliceFill_m930EFC868BAF9D241A86C5F62CF637963C26805A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Image_TileFill_m941FCC98B49F4918EAFC3B584766341ABAD8605A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Image__cctor_m1EFE12B3EBB5EC91CE97F5D82C6012F97E2329BD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Image__ctor_mCADA8582706D48F95BDB840E7826EFB8165E0154_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Image_set_fillClockwise_mE339B9CAD470EC5ED006DBCDC2DC50E042725AFF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Image_set_fillMethod_m92C18971C54D7C522C6D3755ADE15DAF7E21D2C5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Image_set_fillOrigin_mB05EB16F5A95BA2C5C9AD938235548527B03B008_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Image_set_scale9Grid_m6165FFA4ECAAC4DE9216B7CD6A73706D5E401968_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112AssemblyU2DCSharp3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_ClearSelection_m46D850B3A9F142F8D9FFD103DEC4FBF4C298D405_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_CreateCaret_m46A6604AF00955CAB8CA6CFFA48061468C9E19F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_Dispose_mD479F4548E6C2C7DE87509AB305F49E8C02BE1BF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_DoCopy_m44A70BF4D9DACE998B2D210DCD1CE490FEDEC71B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_DoPaste_m60CAF21B5C1410E6D223494A2F27551A9BCA61C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_EncodePasswordText_m3422DA1AF1CFF7F931A1D8858D87F4EC64E5E8AC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_GetCharLocation_mB0E5D39B2AF1A2CD655AF576A3830C581090D6D9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_GetCharPosition_m74559684A6FA246C8AEA5C4B193FEE21DDFE17F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_GetPartialText_m2ADD86F944CAEB0DBD8AF7300796F2D57D5B9A67_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_GetSelection_mFA45722169789250D4AC7F37F6A8C11A6258818E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_GetTextlength_mD3826FFFAA8FBDD773129D6D4B78D07A48D4AFB4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_MoveContent_mB1E28D5BCE7A3F95A3EC8D4B09C88FFFEC859317_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_OnSizeChanged_mFA0A7EAB7AFF49CDA162D7CCB95A38DC964AF9C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_RefreshObjects_mDF2CB4AAF7576366292400F12EBF0DACE3FAF4CB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_ReplaceSelection_m41D4867B90DEE8706B8353205C86B15A58CBB29C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_ReplaceText_m4C2B8100FBD518AD2CB36BB7EFAB72C62CAC23B3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_SetSelection_m131AF82AC57068D71762DB5BD6F4A3F58FA476F2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_TruncateText_m0A46C471769D35970AEA0DC2CFD8C93D80255509_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_UpdateCaret_m99C7DA5FD071D30F08FBA5366D404706B1E56944_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_UpdateSelection_m3DA81AD680D689DC8CD651AD76BC10179E84B1A7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_UpdateText_m08636A2ED9CB4C4713B0DEDBEF4B1DB4F865FC98_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_Update_m3BB8E8B936B4D05521EBEB4FAF0F00D6FDAED4A9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_ValidateInput_m880D61F447622A60EB7196EF0B94A516E1D6F48B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField___focusIn_mD0DDB8E50E53659D9A717F1B1C4676D7E3FE8BBA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField___focusOut_mFA0ACB5256CA2C3D9E0C3838AED6BFD12B6128E5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField___keydown_m70DB3C2A515060418567A1AD444B7257F658A845_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField___touchBegin_m8BC0D2795FCD1DD902AC8CE7657AEB834A9CEEDC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField___touchMove_m3778E9E0EC848E4A30AB10461796049A0185C0F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField__ctor_m293BD221BB2E37C0E58CB94C246EE85D4EE00213_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_get_onChanged_m83191D30B5A7D6E74E3197DFC9F4DAFDDB8D7BB4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_get_onFocusIn_mE1DC38AF61D7A542E0F3EB0B4F8AF0801D1CC7D9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_get_onFocusOut_m7186119877AB51C597F28CF531E82256D1EAA91E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_get_onSubmit_m43D7E2C98400581219701F5ACF8A25617D3F2243_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_set_promptText_mE733423EB37796A230F4593DF110B72E8898A0EE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_set_restrict_m51FE5F6EE3BDDA41DBA1FD680ECFD4DBEE90878B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InputTextField_set_textFormat_m18B5DA5E0BD950E4906211F3A47ACD5A82C5644A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528FAssemblyU2DCSharp3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_get_keyboardInput_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6AssemblyU2DCSharp3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Stage_get_keyboard_m3C66B24975FA0C703F6ACE90A559668F61D750E1AssemblyU2DCSharp3_MetadataUsageId;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9;
struct SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9;
struct CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398;
struct TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804;
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
// FairyGUI.EventContext
struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 : public RuntimeObject
{
public:
// FairyGUI.EventDispatcher FairyGUI.EventContext::<sender>k__BackingField
EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___U3CsenderU3Ek__BackingField_0;
// System.Object FairyGUI.EventContext::<initiator>k__BackingField
RuntimeObject * ___U3CinitiatorU3Ek__BackingField_1;
// FairyGUI.InputEvent FairyGUI.EventContext::<inputEvent>k__BackingField
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * ___U3CinputEventU3Ek__BackingField_2;
// System.String FairyGUI.EventContext::type
String_t* ___type_3;
// System.Object FairyGUI.EventContext::data
RuntimeObject * ___data_4;
// System.Boolean FairyGUI.EventContext::_defaultPrevented
bool ____defaultPrevented_5;
// System.Boolean FairyGUI.EventContext::_stopsPropagation
bool ____stopsPropagation_6;
// System.Boolean FairyGUI.EventContext::_touchCapture
bool ____touchCapture_7;
// System.Collections.Generic.List`1<FairyGUI.EventBridge> FairyGUI.EventContext::callChain
List_1_t96F9041444F491A9089B15870662D9839D1B9728 * ___callChain_8;
public:
inline static int32_t get_offset_of_U3CsenderU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___U3CsenderU3Ek__BackingField_0)); }
inline EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * get_U3CsenderU3Ek__BackingField_0() const { return ___U3CsenderU3Ek__BackingField_0; }
inline EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 ** get_address_of_U3CsenderU3Ek__BackingField_0() { return &___U3CsenderU3Ek__BackingField_0; }
inline void set_U3CsenderU3Ek__BackingField_0(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * value)
{
___U3CsenderU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CsenderU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CinitiatorU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___U3CinitiatorU3Ek__BackingField_1)); }
inline RuntimeObject * get_U3CinitiatorU3Ek__BackingField_1() const { return ___U3CinitiatorU3Ek__BackingField_1; }
inline RuntimeObject ** get_address_of_U3CinitiatorU3Ek__BackingField_1() { return &___U3CinitiatorU3Ek__BackingField_1; }
inline void set_U3CinitiatorU3Ek__BackingField_1(RuntimeObject * value)
{
___U3CinitiatorU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CinitiatorU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of_U3CinputEventU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___U3CinputEventU3Ek__BackingField_2)); }
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * get_U3CinputEventU3Ek__BackingField_2() const { return ___U3CinputEventU3Ek__BackingField_2; }
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 ** get_address_of_U3CinputEventU3Ek__BackingField_2() { return &___U3CinputEventU3Ek__BackingField_2; }
inline void set_U3CinputEventU3Ek__BackingField_2(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * value)
{
___U3CinputEventU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CinputEventU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_type_3() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___type_3)); }
inline String_t* get_type_3() const { return ___type_3; }
inline String_t** get_address_of_type_3() { return &___type_3; }
inline void set_type_3(String_t* value)
{
___type_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___type_3), (void*)value);
}
inline static int32_t get_offset_of_data_4() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___data_4)); }
inline RuntimeObject * get_data_4() const { return ___data_4; }
inline RuntimeObject ** get_address_of_data_4() { return &___data_4; }
inline void set_data_4(RuntimeObject * value)
{
___data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value);
}
inline static int32_t get_offset_of__defaultPrevented_5() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ____defaultPrevented_5)); }
inline bool get__defaultPrevented_5() const { return ____defaultPrevented_5; }
inline bool* get_address_of__defaultPrevented_5() { return &____defaultPrevented_5; }
inline void set__defaultPrevented_5(bool value)
{
____defaultPrevented_5 = value;
}
inline static int32_t get_offset_of__stopsPropagation_6() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ____stopsPropagation_6)); }
inline bool get__stopsPropagation_6() const { return ____stopsPropagation_6; }
inline bool* get_address_of__stopsPropagation_6() { return &____stopsPropagation_6; }
inline void set__stopsPropagation_6(bool value)
{
____stopsPropagation_6 = value;
}
inline static int32_t get_offset_of__touchCapture_7() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ____touchCapture_7)); }
inline bool get__touchCapture_7() const { return ____touchCapture_7; }
inline bool* get_address_of__touchCapture_7() { return &____touchCapture_7; }
inline void set__touchCapture_7(bool value)
{
____touchCapture_7 = value;
}
inline static int32_t get_offset_of_callChain_8() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122, ___callChain_8)); }
inline List_1_t96F9041444F491A9089B15870662D9839D1B9728 * get_callChain_8() const { return ___callChain_8; }
inline List_1_t96F9041444F491A9089B15870662D9839D1B9728 ** get_address_of_callChain_8() { return &___callChain_8; }
inline void set_callChain_8(List_1_t96F9041444F491A9089B15870662D9839D1B9728 * value)
{
___callChain_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___callChain_8), (void*)value);
}
};
struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_StaticFields
{
public:
// System.Collections.Generic.Stack`1<FairyGUI.EventContext> FairyGUI.EventContext::pool
Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * ___pool_9;
public:
inline static int32_t get_offset_of_pool_9() { return static_cast<int32_t>(offsetof(EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122_StaticFields, ___pool_9)); }
inline Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * get_pool_9() const { return ___pool_9; }
inline Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A ** get_address_of_pool_9() { return &___pool_9; }
inline void set_pool_9(Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * value)
{
___pool_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pool_9), (void*)value);
}
};
// FairyGUI.EventDispatcher
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.EventBridge> FairyGUI.EventDispatcher::_dic
Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * ____dic_0;
public:
inline static int32_t get_offset_of__dic_0() { return static_cast<int32_t>(offsetof(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7, ____dic_0)); }
inline Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * get__dic_0() const { return ____dic_0; }
inline Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B ** get_address_of__dic_0() { return &____dic_0; }
inline void set__dic_0(Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * value)
{
____dic_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dic_0), (void*)value);
}
};
struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields
{
public:
// FairyGUI.InputEvent FairyGUI.EventDispatcher::sCurrentInputEvent
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * ___sCurrentInputEvent_1;
public:
inline static int32_t get_offset_of_sCurrentInputEvent_1() { return static_cast<int32_t>(offsetof(EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_StaticFields, ___sCurrentInputEvent_1)); }
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * get_sCurrentInputEvent_1() const { return ___sCurrentInputEvent_1; }
inline InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 ** get_address_of_sCurrentInputEvent_1() { return &___sCurrentInputEvent_1; }
inline void set_sCurrentInputEvent_1(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * value)
{
___sCurrentInputEvent_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sCurrentInputEvent_1), (void*)value);
}
};
// FairyGUI.EventListener
struct EventListener_t49A905F03D200ACE99DE09C02C7007437397826F : public RuntimeObject
{
public:
// FairyGUI.EventBridge FairyGUI.EventListener::_bridge
EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * ____bridge_0;
// System.String FairyGUI.EventListener::_type
String_t* ____type_1;
public:
inline static int32_t get_offset_of__bridge_0() { return static_cast<int32_t>(offsetof(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F, ____bridge_0)); }
inline EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * get__bridge_0() const { return ____bridge_0; }
inline EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 ** get_address_of__bridge_0() { return &____bridge_0; }
inline void set__bridge_0(EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84 * value)
{
____bridge_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____bridge_0), (void*)value);
}
inline static int32_t get_offset_of__type_1() { return static_cast<int32_t>(offsetof(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F, ____type_1)); }
inline String_t* get__type_1() const { return ____type_1; }
inline String_t** get_address_of__type_1() { return &____type_1; }
inline void set__type_1(String_t* value)
{
____type_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____type_1), (void*)value);
}
};
// FairyGUI.GObjectPool
struct GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 : public RuntimeObject
{
public:
// FairyGUI.GObjectPool_InitCallbackDelegate FairyGUI.GObjectPool::initCallback
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * ___initCallback_0;
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>> FairyGUI.GObjectPool::_pool
Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * ____pool_1;
// UnityEngine.Transform FairyGUI.GObjectPool::_manager
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ____manager_2;
public:
inline static int32_t get_offset_of_initCallback_0() { return static_cast<int32_t>(offsetof(GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17, ___initCallback_0)); }
inline InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * get_initCallback_0() const { return ___initCallback_0; }
inline InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 ** get_address_of_initCallback_0() { return &___initCallback_0; }
inline void set_initCallback_0(InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * value)
{
___initCallback_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___initCallback_0), (void*)value);
}
inline static int32_t get_offset_of__pool_1() { return static_cast<int32_t>(offsetof(GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17, ____pool_1)); }
inline Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * get__pool_1() const { return ____pool_1; }
inline Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 ** get_address_of__pool_1() { return &____pool_1; }
inline void set__pool_1(Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * value)
{
____pool_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pool_1), (void*)value);
}
inline static int32_t get_offset_of__manager_2() { return static_cast<int32_t>(offsetof(GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17, ____manager_2)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get__manager_2() const { return ____manager_2; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of__manager_2() { return &____manager_2; }
inline void set__manager_2(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
____manager_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____manager_2), (void*)value);
}
};
// FairyGUI.GPath
struct GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<FairyGUI.GPath_Segment> FairyGUI.GPath::_segments
List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * ____segments_0;
// System.Collections.Generic.List`1<UnityEngine.Vector3> FairyGUI.GPath::_points
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ____points_1;
// System.Single FairyGUI.GPath::_fullLength
float ____fullLength_2;
public:
inline static int32_t get_offset_of__segments_0() { return static_cast<int32_t>(offsetof(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2, ____segments_0)); }
inline List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * get__segments_0() const { return ____segments_0; }
inline List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 ** get_address_of__segments_0() { return &____segments_0; }
inline void set__segments_0(List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * value)
{
____segments_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____segments_0), (void*)value);
}
inline static int32_t get_offset_of__points_1() { return static_cast<int32_t>(offsetof(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2, ____points_1)); }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * get__points_1() const { return ____points_1; }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 ** get_address_of__points_1() { return &____points_1; }
inline void set__points_1(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * value)
{
____points_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____points_1), (void*)value);
}
inline static int32_t get_offset_of__fullLength_2() { return static_cast<int32_t>(offsetof(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2, ____fullLength_2)); }
inline float get__fullLength_2() const { return ____fullLength_2; }
inline float* get_address_of__fullLength_2() { return &____fullLength_2; }
inline void set__fullLength_2(float value)
{
____fullLength_2 = value;
}
};
struct GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields
{
public:
// System.Collections.Generic.List`1<FairyGUI.GPathPoint> FairyGUI.GPath::helperList
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * ___helperList_3;
// System.Collections.Generic.List`1<UnityEngine.Vector3> FairyGUI.GPath::splinePoints
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ___splinePoints_4;
public:
inline static int32_t get_offset_of_helperList_3() { return static_cast<int32_t>(offsetof(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields, ___helperList_3)); }
inline List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * get_helperList_3() const { return ___helperList_3; }
inline List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E ** get_address_of_helperList_3() { return &___helperList_3; }
inline void set_helperList_3(List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * value)
{
___helperList_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___helperList_3), (void*)value);
}
inline static int32_t get_offset_of_splinePoints_4() { return static_cast<int32_t>(offsetof(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields, ___splinePoints_4)); }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * get_splinePoints_4() const { return ___splinePoints_4; }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 ** get_address_of_splinePoints_4() { return &___splinePoints_4; }
inline void set_splinePoints_4(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * value)
{
___splinePoints_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___splinePoints_4), (void*)value);
}
};
// FairyGUI.GTween
struct GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE : public RuntimeObject
{
public:
public:
};
struct GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_StaticFields
{
public:
// System.Boolean FairyGUI.GTween::catchCallbackExceptions
bool ___catchCallbackExceptions_0;
public:
inline static int32_t get_offset_of_catchCallbackExceptions_0() { return static_cast<int32_t>(offsetof(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_StaticFields, ___catchCallbackExceptions_0)); }
inline bool get_catchCallbackExceptions_0() const { return ___catchCallbackExceptions_0; }
inline bool* get_address_of_catchCallbackExceptions_0() { return &___catchCallbackExceptions_0; }
inline void set_catchCallbackExceptions_0(bool value)
{
___catchCallbackExceptions_0 = value;
}
};
// FairyGUI.GearAnimationValue
struct GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA : public RuntimeObject
{
public:
// System.Boolean FairyGUI.GearAnimationValue::playing
bool ___playing_0;
// System.Int32 FairyGUI.GearAnimationValue::frame
int32_t ___frame_1;
public:
inline static int32_t get_offset_of_playing_0() { return static_cast<int32_t>(offsetof(GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA, ___playing_0)); }
inline bool get_playing_0() const { return ___playing_0; }
inline bool* get_address_of_playing_0() { return &___playing_0; }
inline void set_playing_0(bool value)
{
___playing_0 = value;
}
inline static int32_t get_offset_of_frame_1() { return static_cast<int32_t>(offsetof(GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA, ___frame_1)); }
inline int32_t get_frame_1() const { return ___frame_1; }
inline int32_t* get_address_of_frame_1() { return &___frame_1; }
inline void set_frame_1(int32_t value)
{
___frame_1 = value;
}
};
// FairyGUI.GearBase
struct GearBase_tBDF067E7033C8B233B2C533126942554E932B581 : public RuntimeObject
{
public:
// FairyGUI.GObject FairyGUI.GearBase::_owner
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____owner_1;
// FairyGUI.Controller FairyGUI.GearBase::_controller
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____controller_2;
// FairyGUI.GearTweenConfig FairyGUI.GearBase::_tweenConfig
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * ____tweenConfig_3;
public:
inline static int32_t get_offset_of__owner_1() { return static_cast<int32_t>(offsetof(GearBase_tBDF067E7033C8B233B2C533126942554E932B581, ____owner_1)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__owner_1() const { return ____owner_1; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__owner_1() { return &____owner_1; }
inline void set__owner_1(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____owner_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____owner_1), (void*)value);
}
inline static int32_t get_offset_of__controller_2() { return static_cast<int32_t>(offsetof(GearBase_tBDF067E7033C8B233B2C533126942554E932B581, ____controller_2)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__controller_2() const { return ____controller_2; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__controller_2() { return &____controller_2; }
inline void set__controller_2(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____controller_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____controller_2), (void*)value);
}
inline static int32_t get_offset_of__tweenConfig_3() { return static_cast<int32_t>(offsetof(GearBase_tBDF067E7033C8B233B2C533126942554E932B581, ____tweenConfig_3)); }
inline GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * get__tweenConfig_3() const { return ____tweenConfig_3; }
inline GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 ** get_address_of__tweenConfig_3() { return &____tweenConfig_3; }
inline void set__tweenConfig_3(GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * value)
{
____tweenConfig_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tweenConfig_3), (void*)value);
}
};
struct GearBase_tBDF067E7033C8B233B2C533126942554E932B581_StaticFields
{
public:
// System.Boolean FairyGUI.GearBase::disableAllTweenEffect
bool ___disableAllTweenEffect_0;
public:
inline static int32_t get_offset_of_disableAllTweenEffect_0() { return static_cast<int32_t>(offsetof(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_StaticFields, ___disableAllTweenEffect_0)); }
inline bool get_disableAllTweenEffect_0() const { return ___disableAllTweenEffect_0; }
inline bool* get_address_of_disableAllTweenEffect_0() { return &___disableAllTweenEffect_0; }
inline void set_disableAllTweenEffect_0(bool value)
{
___disableAllTweenEffect_0 = value;
}
};
// FairyGUI.GearLookValue
struct GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 : public RuntimeObject
{
public:
// System.Single FairyGUI.GearLookValue::alpha
float ___alpha_0;
// System.Single FairyGUI.GearLookValue::rotation
float ___rotation_1;
// System.Boolean FairyGUI.GearLookValue::grayed
bool ___grayed_2;
// System.Boolean FairyGUI.GearLookValue::touchable
bool ___touchable_3;
public:
inline static int32_t get_offset_of_alpha_0() { return static_cast<int32_t>(offsetof(GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47, ___alpha_0)); }
inline float get_alpha_0() const { return ___alpha_0; }
inline float* get_address_of_alpha_0() { return &___alpha_0; }
inline void set_alpha_0(float value)
{
___alpha_0 = value;
}
inline static int32_t get_offset_of_rotation_1() { return static_cast<int32_t>(offsetof(GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47, ___rotation_1)); }
inline float get_rotation_1() const { return ___rotation_1; }
inline float* get_address_of_rotation_1() { return &___rotation_1; }
inline void set_rotation_1(float value)
{
___rotation_1 = value;
}
inline static int32_t get_offset_of_grayed_2() { return static_cast<int32_t>(offsetof(GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47, ___grayed_2)); }
inline bool get_grayed_2() const { return ___grayed_2; }
inline bool* get_address_of_grayed_2() { return &___grayed_2; }
inline void set_grayed_2(bool value)
{
___grayed_2 = value;
}
inline static int32_t get_offset_of_touchable_3() { return static_cast<int32_t>(offsetof(GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47, ___touchable_3)); }
inline bool get_touchable_3() const { return ___touchable_3; }
inline bool* get_address_of_touchable_3() { return &___touchable_3; }
inline void set_touchable_3(bool value)
{
___touchable_3 = value;
}
};
// FairyGUI.GearSizeValue
struct GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA : public RuntimeObject
{
public:
// System.Single FairyGUI.GearSizeValue::width
float ___width_0;
// System.Single FairyGUI.GearSizeValue::height
float ___height_1;
// System.Single FairyGUI.GearSizeValue::scaleX
float ___scaleX_2;
// System.Single FairyGUI.GearSizeValue::scaleY
float ___scaleY_3;
public:
inline static int32_t get_offset_of_width_0() { return static_cast<int32_t>(offsetof(GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA, ___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(GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA, ___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_scaleX_2() { return static_cast<int32_t>(offsetof(GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA, ___scaleX_2)); }
inline float get_scaleX_2() const { return ___scaleX_2; }
inline float* get_address_of_scaleX_2() { return &___scaleX_2; }
inline void set_scaleX_2(float value)
{
___scaleX_2 = value;
}
inline static int32_t get_offset_of_scaleY_3() { return static_cast<int32_t>(offsetof(GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA, ___scaleY_3)); }
inline float get_scaleY_3() const { return ___scaleY_3; }
inline float* get_address_of_scaleY_3() { return &___scaleY_3; }
inline void set_scaleY_3(float value)
{
___scaleY_3 = value;
}
};
// FairyGUI.GearXYValue
struct GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 : public RuntimeObject
{
public:
// System.Single FairyGUI.GearXYValue::x
float ___x_0;
// System.Single FairyGUI.GearXYValue::y
float ___y_1;
public:
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0, ___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(GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0, ___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;
}
};
// 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.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.TweenValue
struct TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 : public RuntimeObject
{
public:
// System.Single FairyGUI.TweenValue::x
float ___x_0;
// System.Single FairyGUI.TweenValue::y
float ___y_1;
// System.Single FairyGUI.TweenValue::z
float ___z_2;
// System.Single FairyGUI.TweenValue::w
float ___w_3;
// System.Double FairyGUI.TweenValue::d
double ___d_4;
public:
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9, ___x_0)); }
inline float get_x_0() const { return ___x_0; }
inline float* get_address_of_x_0() { return &___x_0; }
inline void set_x_0(float value)
{
___x_0 = value;
}
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9, ___y_1)); }
inline float get_y_1() const { return ___y_1; }
inline float* get_address_of_y_1() { return &___y_1; }
inline void set_y_1(float value)
{
___y_1 = value;
}
inline static int32_t get_offset_of_z_2() { return static_cast<int32_t>(offsetof(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9, ___z_2)); }
inline float get_z_2() const { return ___z_2; }
inline float* get_address_of_z_2() { return &___z_2; }
inline void set_z_2(float value)
{
___z_2 = value;
}
inline static int32_t get_offset_of_w_3() { return static_cast<int32_t>(offsetof(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9, ___w_3)); }
inline float get_w_3() const { return ___w_3; }
inline float* get_address_of_w_3() { return &___w_3; }
inline void set_w_3(float value)
{
___w_3 = value;
}
inline static int32_t get_offset_of_d_4() { return static_cast<int32_t>(offsetof(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9, ___d_4)); }
inline double get_d_4() const { return ___d_4; }
inline double* get_address_of_d_4() { return &___d_4; }
inline void set_d_4(double value)
{
___d_4 = value;
}
};
// FairyGUI.UIPackage
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 : public RuntimeObject
{
public:
// System.String FairyGUI.UIPackage::<id>k__BackingField
String_t* ___U3CidU3Ek__BackingField_0;
// System.String FairyGUI.UIPackage::<name>k__BackingField
String_t* ___U3CnameU3Ek__BackingField_1;
// System.String FairyGUI.UIPackage::<assetPath>k__BackingField
String_t* ___U3CassetPathU3Ek__BackingField_2;
// System.Collections.Generic.List`1<FairyGUI.PackageItem> FairyGUI.UIPackage::_items
List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * ____items_3;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem> FairyGUI.UIPackage::_itemsById
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * ____itemsById_4;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.PackageItem> FairyGUI.UIPackage::_itemsByName
Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * ____itemsByName_5;
// System.String FairyGUI.UIPackage::_customId
String_t* ____customId_6;
// System.Boolean FairyGUI.UIPackage::_resourceMode
bool ____resourceMode_7;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage_AtlasSprite> FairyGUI.UIPackage::_sprites
Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * ____sprites_8;
public:
inline static int32_t get_offset_of_U3CidU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CidU3Ek__BackingField_0)); }
inline String_t* get_U3CidU3Ek__BackingField_0() const { return ___U3CidU3Ek__BackingField_0; }
inline String_t** get_address_of_U3CidU3Ek__BackingField_0() { return &___U3CidU3Ek__BackingField_0; }
inline void set_U3CidU3Ek__BackingField_0(String_t* value)
{
___U3CidU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CidU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CnameU3Ek__BackingField_1)); }
inline String_t* get_U3CnameU3Ek__BackingField_1() const { return ___U3CnameU3Ek__BackingField_1; }
inline String_t** get_address_of_U3CnameU3Ek__BackingField_1() { return &___U3CnameU3Ek__BackingField_1; }
inline void set_U3CnameU3Ek__BackingField_1(String_t* value)
{
___U3CnameU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_1), (void*)value);
}
inline static int32_t get_offset_of_U3CassetPathU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ___U3CassetPathU3Ek__BackingField_2)); }
inline String_t* get_U3CassetPathU3Ek__BackingField_2() const { return ___U3CassetPathU3Ek__BackingField_2; }
inline String_t** get_address_of_U3CassetPathU3Ek__BackingField_2() { return &___U3CassetPathU3Ek__BackingField_2; }
inline void set_U3CassetPathU3Ek__BackingField_2(String_t* value)
{
___U3CassetPathU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CassetPathU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of__items_3() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____items_3)); }
inline List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * get__items_3() const { return ____items_3; }
inline List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 ** get_address_of__items_3() { return &____items_3; }
inline void set__items_3(List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * value)
{
____items_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_3), (void*)value);
}
inline static int32_t get_offset_of__itemsById_4() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____itemsById_4)); }
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * get__itemsById_4() const { return ____itemsById_4; }
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 ** get_address_of__itemsById_4() { return &____itemsById_4; }
inline void set__itemsById_4(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * value)
{
____itemsById_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____itemsById_4), (void*)value);
}
inline static int32_t get_offset_of__itemsByName_5() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____itemsByName_5)); }
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * get__itemsByName_5() const { return ____itemsByName_5; }
inline Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 ** get_address_of__itemsByName_5() { return &____itemsByName_5; }
inline void set__itemsByName_5(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * value)
{
____itemsByName_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____itemsByName_5), (void*)value);
}
inline static int32_t get_offset_of__customId_6() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____customId_6)); }
inline String_t* get__customId_6() const { return ____customId_6; }
inline String_t** get_address_of__customId_6() { return &____customId_6; }
inline void set__customId_6(String_t* value)
{
____customId_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____customId_6), (void*)value);
}
inline static int32_t get_offset_of__resourceMode_7() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____resourceMode_7)); }
inline bool get__resourceMode_7() const { return ____resourceMode_7; }
inline bool* get_address_of__resourceMode_7() { return &____resourceMode_7; }
inline void set__resourceMode_7(bool value)
{
____resourceMode_7 = value;
}
inline static int32_t get_offset_of__sprites_8() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693, ____sprites_8)); }
inline Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * get__sprites_8() const { return ____sprites_8; }
inline Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 ** get_address_of__sprites_8() { return &____sprites_8; }
inline void set__sprites_8(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * value)
{
____sprites_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____sprites_8), (void*)value);
}
};
struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage> FairyGUI.UIPackage::_packageInstById
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * ____packageInstById_9;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.UIPackage> FairyGUI.UIPackage::_packageInstByName
Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * ____packageInstByName_10;
// System.Collections.Generic.List`1<FairyGUI.UIPackage> FairyGUI.UIPackage::_packageList
List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * ____packageList_11;
// System.Int32 FairyGUI.UIPackage::_constructing
int32_t ____constructing_12;
public:
inline static int32_t get_offset_of__packageInstById_9() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageInstById_9)); }
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * get__packageInstById_9() const { return ____packageInstById_9; }
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 ** get_address_of__packageInstById_9() { return &____packageInstById_9; }
inline void set__packageInstById_9(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * value)
{
____packageInstById_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____packageInstById_9), (void*)value);
}
inline static int32_t get_offset_of__packageInstByName_10() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageInstByName_10)); }
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * get__packageInstByName_10() const { return ____packageInstByName_10; }
inline Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 ** get_address_of__packageInstByName_10() { return &____packageInstByName_10; }
inline void set__packageInstByName_10(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * value)
{
____packageInstByName_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____packageInstByName_10), (void*)value);
}
inline static int32_t get_offset_of__packageList_11() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____packageList_11)); }
inline List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * get__packageList_11() const { return ____packageList_11; }
inline List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC ** get_address_of__packageList_11() { return &____packageList_11; }
inline void set__packageList_11(List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC * value)
{
____packageList_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&____packageList_11), (void*)value);
}
inline static int32_t get_offset_of__constructing_12() { return static_cast<int32_t>(offsetof(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields, ____constructing_12)); }
inline int32_t get__constructing_12() const { return ____constructing_12; }
inline int32_t* get_address_of__constructing_12() { return &____constructing_12; }
inline void set__constructing_12(int32_t value)
{
____constructing_12 = value;
}
};
// FairyGUI.Utils.ByteBuffer
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 : public RuntimeObject
{
public:
// System.Boolean FairyGUI.Utils.ByteBuffer::littleEndian
bool ___littleEndian_0;
// System.String[] FairyGUI.Utils.ByteBuffer::stringTable
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___stringTable_1;
// System.Int32 FairyGUI.Utils.ByteBuffer::version
int32_t ___version_2;
// System.Int32 FairyGUI.Utils.ByteBuffer::_pointer
int32_t ____pointer_3;
// System.Int32 FairyGUI.Utils.ByteBuffer::_offset
int32_t ____offset_4;
// System.Int32 FairyGUI.Utils.ByteBuffer::_length
int32_t ____length_5;
// System.Byte[] FairyGUI.Utils.ByteBuffer::_data
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____data_6;
public:
inline static int32_t get_offset_of_littleEndian_0() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ___littleEndian_0)); }
inline bool get_littleEndian_0() const { return ___littleEndian_0; }
inline bool* get_address_of_littleEndian_0() { return &___littleEndian_0; }
inline void set_littleEndian_0(bool value)
{
___littleEndian_0 = value;
}
inline static int32_t get_offset_of_stringTable_1() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ___stringTable_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_stringTable_1() const { return ___stringTable_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_stringTable_1() { return &___stringTable_1; }
inline void set_stringTable_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___stringTable_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stringTable_1), (void*)value);
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of__pointer_3() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____pointer_3)); }
inline int32_t get__pointer_3() const { return ____pointer_3; }
inline int32_t* get_address_of__pointer_3() { return &____pointer_3; }
inline void set__pointer_3(int32_t value)
{
____pointer_3 = value;
}
inline static int32_t get_offset_of__offset_4() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____offset_4)); }
inline int32_t get__offset_4() const { return ____offset_4; }
inline int32_t* get_address_of__offset_4() { return &____offset_4; }
inline void set__offset_4(int32_t value)
{
____offset_4 = value;
}
inline static int32_t get_offset_of__length_5() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____length_5)); }
inline int32_t get__length_5() const { return ____length_5; }
inline int32_t* get_address_of__length_5() { return &____length_5; }
inline void set__length_5(int32_t value)
{
____length_5 = value;
}
inline static int32_t get_offset_of__data_6() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268, ____data_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__data_6() const { return ____data_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__data_6() { return &____data_6; }
inline void set__data_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____data_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_6), (void*)value);
}
};
struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields
{
public:
// System.Byte[] FairyGUI.Utils.ByteBuffer::temp
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___temp_7;
public:
inline static int32_t get_offset_of_temp_7() { return static_cast<int32_t>(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields, ___temp_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_temp_7() const { return ___temp_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_temp_7() { return &___temp_7; }
inline void set_temp_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___temp_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___temp_7), (void*)value);
}
};
// FairyGUI.Utils.UBBParser
struct UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C : public RuntimeObject
{
public:
// System.String FairyGUI.Utils.UBBParser::_text
String_t* ____text_1;
// System.Int32 FairyGUI.Utils.UBBParser::_readPos
int32_t ____readPos_2;
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.Utils.UBBParser_TagHandler> FairyGUI.Utils.UBBParser::handlers
Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * ___handlers_3;
// System.Int32 FairyGUI.Utils.UBBParser::defaultImgWidth
int32_t ___defaultImgWidth_4;
// System.Int32 FairyGUI.Utils.UBBParser::defaultImgHeight
int32_t ___defaultImgHeight_5;
public:
inline static int32_t get_offset_of__text_1() { return static_cast<int32_t>(offsetof(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C, ____text_1)); }
inline String_t* get__text_1() const { return ____text_1; }
inline String_t** get_address_of__text_1() { return &____text_1; }
inline void set__text_1(String_t* value)
{
____text_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____text_1), (void*)value);
}
inline static int32_t get_offset_of__readPos_2() { return static_cast<int32_t>(offsetof(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C, ____readPos_2)); }
inline int32_t get__readPos_2() const { return ____readPos_2; }
inline int32_t* get_address_of__readPos_2() { return &____readPos_2; }
inline void set__readPos_2(int32_t value)
{
____readPos_2 = value;
}
inline static int32_t get_offset_of_handlers_3() { return static_cast<int32_t>(offsetof(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C, ___handlers_3)); }
inline Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * get_handlers_3() const { return ___handlers_3; }
inline Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D ** get_address_of_handlers_3() { return &___handlers_3; }
inline void set_handlers_3(Dictionary_2_t76C66270570994040A8F2F3063810FD94F889B8D * value)
{
___handlers_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___handlers_3), (void*)value);
}
inline static int32_t get_offset_of_defaultImgWidth_4() { return static_cast<int32_t>(offsetof(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C, ___defaultImgWidth_4)); }
inline int32_t get_defaultImgWidth_4() const { return ___defaultImgWidth_4; }
inline int32_t* get_address_of_defaultImgWidth_4() { return &___defaultImgWidth_4; }
inline void set_defaultImgWidth_4(int32_t value)
{
___defaultImgWidth_4 = value;
}
inline static int32_t get_offset_of_defaultImgHeight_5() { return static_cast<int32_t>(offsetof(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C, ___defaultImgHeight_5)); }
inline int32_t get_defaultImgHeight_5() const { return ___defaultImgHeight_5; }
inline int32_t* get_address_of_defaultImgHeight_5() { return &___defaultImgHeight_5; }
inline void set_defaultImgHeight_5(int32_t value)
{
___defaultImgHeight_5 = value;
}
};
struct UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_StaticFields
{
public:
// FairyGUI.Utils.UBBParser FairyGUI.Utils.UBBParser::inst
UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * ___inst_0;
public:
inline static int32_t get_offset_of_inst_0() { return static_cast<int32_t>(offsetof(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_StaticFields, ___inst_0)); }
inline UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * get_inst_0() const { return ___inst_0; }
inline UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C ** get_address_of_inst_0() { return &___inst_0; }
inline void set_inst_0(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * value)
{
___inst_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___inst_0), (void*)value);
}
};
struct Il2CppArrayBounds;
// System.Array
// System.Collections.Generic.Dictionary`2_ValueCollection<System.String,FairyGUI.GearSizeValue>
struct ValueCollection_tD538C3F6821EAC11CF158F1A336CB1655C9DF3B5 : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection::dictionary
Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * ___dictionary_0;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(ValueCollection_tD538C3F6821EAC11CF158F1A336CB1655C9DF3B5, ___dictionary_0)); }
inline Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2_ValueCollection<System.String,FairyGUI.GearXYValue>
struct ValueCollection_tC0B8F169B5AD63E0627124C0254F36F6B1D4F1AA : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection::dictionary
Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * ___dictionary_0;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(ValueCollection_tC0B8F169B5AD63E0627124C0254F36F6B1D4F1AA, ___dictionary_0)); }
inline Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearAnimationValue>
struct Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 : 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_t5C21008253EA99BABAC9E8EEAF82508712DB82C0* ___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_t908D3BF7F1449CA1265DAD50359B31877DB209A0 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tD7A60AE4BAD2FD188D879E553639C2EBD7815526 * ___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_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91, ___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_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91, ___entries_1)); }
inline EntryU5BU5D_t5C21008253EA99BABAC9E8EEAF82508712DB82C0* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t5C21008253EA99BABAC9E8EEAF82508712DB82C0** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t5C21008253EA99BABAC9E8EEAF82508712DB82C0* 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_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91, ___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_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91, ___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_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91, ___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_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91, ___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_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91, ___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_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91, ___keys_7)); }
inline KeyCollection_t908D3BF7F1449CA1265DAD50359B31877DB209A0 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t908D3BF7F1449CA1265DAD50359B31877DB209A0 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t908D3BF7F1449CA1265DAD50359B31877DB209A0 * 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_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91, ___values_8)); }
inline ValueCollection_tD7A60AE4BAD2FD188D879E553639C2EBD7815526 * get_values_8() const { return ___values_8; }
inline ValueCollection_tD7A60AE4BAD2FD188D879E553639C2EBD7815526 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tD7A60AE4BAD2FD188D879E553639C2EBD7815526 * 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_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearColorValue>
struct Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 : 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_tF53A4FA6E7BC5F0338BC9B025C2A2CEDD903140C* ___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_tA2B9DFCB07101DD170E6159D66CF335379256DB2 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t4977D968203D5956B36E5DC43EFDD88B50687F3D * ___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_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978, ___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_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978, ___entries_1)); }
inline EntryU5BU5D_tF53A4FA6E7BC5F0338BC9B025C2A2CEDD903140C* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tF53A4FA6E7BC5F0338BC9B025C2A2CEDD903140C** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tF53A4FA6E7BC5F0338BC9B025C2A2CEDD903140C* 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_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978, ___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_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978, ___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_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978, ___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_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978, ___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_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978, ___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_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978, ___keys_7)); }
inline KeyCollection_tA2B9DFCB07101DD170E6159D66CF335379256DB2 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tA2B9DFCB07101DD170E6159D66CF335379256DB2 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tA2B9DFCB07101DD170E6159D66CF335379256DB2 * 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_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978, ___values_8)); }
inline ValueCollection_t4977D968203D5956B36E5DC43EFDD88B50687F3D * get_values_8() const { return ___values_8; }
inline ValueCollection_t4977D968203D5956B36E5DC43EFDD88B50687F3D ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t4977D968203D5956B36E5DC43EFDD88B50687F3D * 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_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearLookValue>
struct Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 : 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_t6BD4DB4A7F1A3AC047C80135C90E750C63A6ECA5* ___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_t1CD1854D539BDD7583FB26BA01BF3E2BBDDE9ECD * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tC595E11B0DF550BC2BD9DD35E495F47700568187 * ___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_t7113FE68647A767A6C04D89336E5B799A8B89485, ___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_t7113FE68647A767A6C04D89336E5B799A8B89485, ___entries_1)); }
inline EntryU5BU5D_t6BD4DB4A7F1A3AC047C80135C90E750C63A6ECA5* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t6BD4DB4A7F1A3AC047C80135C90E750C63A6ECA5** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t6BD4DB4A7F1A3AC047C80135C90E750C63A6ECA5* 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_t7113FE68647A767A6C04D89336E5B799A8B89485, ___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_t7113FE68647A767A6C04D89336E5B799A8B89485, ___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_t7113FE68647A767A6C04D89336E5B799A8B89485, ___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_t7113FE68647A767A6C04D89336E5B799A8B89485, ___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_t7113FE68647A767A6C04D89336E5B799A8B89485, ___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_t7113FE68647A767A6C04D89336E5B799A8B89485, ___keys_7)); }
inline KeyCollection_t1CD1854D539BDD7583FB26BA01BF3E2BBDDE9ECD * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t1CD1854D539BDD7583FB26BA01BF3E2BBDDE9ECD ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t1CD1854D539BDD7583FB26BA01BF3E2BBDDE9ECD * 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_t7113FE68647A767A6C04D89336E5B799A8B89485, ___values_8)); }
inline ValueCollection_tC595E11B0DF550BC2BD9DD35E495F47700568187 * get_values_8() const { return ___values_8; }
inline ValueCollection_tC595E11B0DF550BC2BD9DD35E495F47700568187 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tC595E11B0DF550BC2BD9DD35E495F47700568187 * 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_t7113FE68647A767A6C04D89336E5B799A8B89485, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearSizeValue>
struct Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E : 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_t6B0540C8AADDBD74E061637492FCB4BB251903F8* ___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_t4377033684B969AB92A99CA9A1AB8BDCAD2539FF * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tD538C3F6821EAC11CF158F1A336CB1655C9DF3B5 * ___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_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E, ___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_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E, ___entries_1)); }
inline EntryU5BU5D_t6B0540C8AADDBD74E061637492FCB4BB251903F8* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t6B0540C8AADDBD74E061637492FCB4BB251903F8** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t6B0540C8AADDBD74E061637492FCB4BB251903F8* 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_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E, ___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_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E, ___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_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E, ___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_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E, ___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_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E, ___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_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E, ___keys_7)); }
inline KeyCollection_t4377033684B969AB92A99CA9A1AB8BDCAD2539FF * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t4377033684B969AB92A99CA9A1AB8BDCAD2539FF ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t4377033684B969AB92A99CA9A1AB8BDCAD2539FF * 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_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E, ___values_8)); }
inline ValueCollection_tD538C3F6821EAC11CF158F1A336CB1655C9DF3B5 * get_values_8() const { return ___values_8; }
inline ValueCollection_tD538C3F6821EAC11CF158F1A336CB1655C9DF3B5 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tD538C3F6821EAC11CF158F1A336CB1655C9DF3B5 * 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_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearXYValue>
struct Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 : 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_t1247FCAC16B8BB633A468B1724ACE67DF7C52E7B* ___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_t12C400C92A303B2A05777EE163847D591CE8FB5D * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tC0B8F169B5AD63E0627124C0254F36F6B1D4F1AA * ___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_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5, ___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_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5, ___entries_1)); }
inline EntryU5BU5D_t1247FCAC16B8BB633A468B1724ACE67DF7C52E7B* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t1247FCAC16B8BB633A468B1724ACE67DF7C52E7B** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t1247FCAC16B8BB633A468B1724ACE67DF7C52E7B* 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_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5, ___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_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5, ___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_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5, ___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_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5, ___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_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5, ___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_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5, ___keys_7)); }
inline KeyCollection_t12C400C92A303B2A05777EE163847D591CE8FB5D * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t12C400C92A303B2A05777EE163847D591CE8FB5D ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t12C400C92A303B2A05777EE163847D591CE8FB5D * 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_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5, ___values_8)); }
inline ValueCollection_tC0B8F169B5AD63E0627124C0254F36F6B1D4F1AA * get_values_8() const { return ___values_8; }
inline ValueCollection_tC0B8F169B5AD63E0627124C0254F36F6B1D4F1AA ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tC0B8F169B5AD63E0627124C0254F36F6B1D4F1AA * 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_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>
struct Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 : 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_tF220D0B7320DFEF85FB4FCB99DE7C60D87292707* ___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_t1D38C60690FCB610D67F11B089ACA27D5DBF8E61 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t6AA2F6DDD844F11BCC6669259C734D58F13B280A * ___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_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666, ___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_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666, ___entries_1)); }
inline EntryU5BU5D_tF220D0B7320DFEF85FB4FCB99DE7C60D87292707* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tF220D0B7320DFEF85FB4FCB99DE7C60D87292707** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tF220D0B7320DFEF85FB4FCB99DE7C60D87292707* 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_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666, ___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_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666, ___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_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666, ___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_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666, ___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_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666, ___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_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666, ___keys_7)); }
inline KeyCollection_t1D38C60690FCB610D67F11B089ACA27D5DBF8E61 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t1D38C60690FCB610D67F11B089ACA27D5DBF8E61 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t1D38C60690FCB610D67F11B089ACA27D5DBF8E61 * 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_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666, ___values_8)); }
inline ValueCollection_t6AA2F6DDD844F11BCC6669259C734D58F13B280A * get_values_8() const { return ___values_8; }
inline ValueCollection_t6AA2F6DDD844F11BCC6669259C734D58F13B280A ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t6AA2F6DDD844F11BCC6669259C734D58F13B280A * 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_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___entries_1)); }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___keys_7)); }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___values_8)); }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * get_values_8() const { return ___values_8; }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.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.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>
struct Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 : 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_t30B8BEA96D10EDA03C62D735B5DFBC29C76E7DB7* ___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_t3C7D5C759A70526DD64C883DB2425B9AE35E8623 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tF4AC81D2761BEE74BDDF16DF5A3E2C5E8F71EC01 * ___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_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80, ___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_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80, ___entries_1)); }
inline EntryU5BU5D_t30B8BEA96D10EDA03C62D735B5DFBC29C76E7DB7* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t30B8BEA96D10EDA03C62D735B5DFBC29C76E7DB7** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t30B8BEA96D10EDA03C62D735B5DFBC29C76E7DB7* 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_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80, ___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_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80, ___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_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80, ___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_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80, ___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_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80, ___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_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80, ___keys_7)); }
inline KeyCollection_t3C7D5C759A70526DD64C883DB2425B9AE35E8623 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t3C7D5C759A70526DD64C883DB2425B9AE35E8623 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t3C7D5C759A70526DD64C883DB2425B9AE35E8623 * 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_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80, ___values_8)); }
inline ValueCollection_tF4AC81D2761BEE74BDDF16DF5A3E2C5E8F71EC01 * get_values_8() const { return ___values_8; }
inline ValueCollection_tF4AC81D2761BEE74BDDF16DF5A3E2C5E8F71EC01 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tF4AC81D2761BEE74BDDF16DF5A3E2C5E8F71EC01 * 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_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80, ____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.GObject>
struct List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* ____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_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42, ____items_1)); }
inline GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* get__items_1() const { return ____items_1; }
inline GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* 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_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42, ____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_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42, ____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_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42, ____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_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42_StaticFields, ____emptyArray_5)); }
inline GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* get__emptyArray_5() const { return ____emptyArray_5; }
inline GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.GPath_Segment>
struct List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9* ____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_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3, ____items_1)); }
inline SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9* get__items_1() const { return ____items_1; }
inline SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9* 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_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3, ____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_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3, ____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_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3, ____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_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3_StaticFields, ____emptyArray_5)); }
inline SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9* get__emptyArray_5() const { return ____emptyArray_5; }
inline SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<FairyGUI.GPathPoint>
struct List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
GPathPointU5BU5D_t48DC21FC2D506D7561DC3C82207FEE9641470BA5* ____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_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E, ____items_1)); }
inline GPathPointU5BU5D_t48DC21FC2D506D7561DC3C82207FEE9641470BA5* get__items_1() const { return ____items_1; }
inline GPathPointU5BU5D_t48DC21FC2D506D7561DC3C82207FEE9641470BA5** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(GPathPointU5BU5D_t48DC21FC2D506D7561DC3C82207FEE9641470BA5* 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_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E, ____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_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E, ____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_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E, ____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_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
GPathPointU5BU5D_t48DC21FC2D506D7561DC3C82207FEE9641470BA5* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E_StaticFields, ____emptyArray_5)); }
inline GPathPointU5BU5D_t48DC21FC2D506D7561DC3C82207FEE9641470BA5* get__emptyArray_5() const { return ____emptyArray_5; }
inline GPathPointU5BU5D_t48DC21FC2D506D7561DC3C82207FEE9641470BA5** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(GPathPointU5BU5D_t48DC21FC2D506D7561DC3C82207FEE9641470BA5* 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<System.Single>
struct List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ____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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E, ____items_1)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get__items_1() const { return ____items_1; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* 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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E, ____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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E, ____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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E, ____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_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E_StaticFields, ____emptyArray_5)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get__emptyArray_5() const { return ____emptyArray_5; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Material>
struct List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* ____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_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B, ____items_1)); }
inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* get__items_1() const { return ____items_1; }
inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* 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_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B, ____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_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B, ____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_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B, ____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_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B_StaticFields, ____emptyArray_5)); }
inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* get__emptyArray_5() const { return ____emptyArray_5; }
inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* 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.Renderer>
struct List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749, ____items_1)); }
inline RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* get__items_1() const { return ____items_1; }
inline RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749_StaticFields, ____emptyArray_5)); }
inline RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* get__emptyArray_5() const { return ____emptyArray_5; }
inline RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.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.Queue`1<FairyGUI.GObject>
struct Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B : public RuntimeObject
{
public:
// T[] System.Collections.Generic.Queue`1::_array
GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* ____array_0;
// System.Int32 System.Collections.Generic.Queue`1::_head
int32_t ____head_1;
// System.Int32 System.Collections.Generic.Queue`1::_tail
int32_t ____tail_2;
// System.Int32 System.Collections.Generic.Queue`1::_size
int32_t ____size_3;
// System.Int32 System.Collections.Generic.Queue`1::_version
int32_t ____version_4;
// System.Object System.Collections.Generic.Queue`1::_syncRoot
RuntimeObject * ____syncRoot_5;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B, ____array_0)); }
inline GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* get__array_0() const { return ____array_0; }
inline GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
}
inline static int32_t get_offset_of__head_1() { return static_cast<int32_t>(offsetof(Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B, ____head_1)); }
inline int32_t get__head_1() const { return ____head_1; }
inline int32_t* get_address_of__head_1() { return &____head_1; }
inline void set__head_1(int32_t value)
{
____head_1 = value;
}
inline static int32_t get_offset_of__tail_2() { return static_cast<int32_t>(offsetof(Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B, ____tail_2)); }
inline int32_t get__tail_2() const { return ____tail_2; }
inline int32_t* get_address_of__tail_2() { return &____tail_2; }
inline void set__tail_2(int32_t value)
{
____tail_2 = value;
}
inline static int32_t get_offset_of__size_3() { return static_cast<int32_t>(offsetof(Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B, ____size_3)); }
inline int32_t get__size_3() const { return ____size_3; }
inline int32_t* get_address_of__size_3() { return &____size_3; }
inline void set__size_3(int32_t value)
{
____size_3 = value;
}
inline static int32_t get_offset_of__version_4() { return static_cast<int32_t>(offsetof(Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B, ____version_4)); }
inline int32_t get__version_4() const { return ____version_4; }
inline int32_t* get_address_of__version_4() { return &____version_4; }
inline void set__version_4(int32_t value)
{
____version_4 = value;
}
inline static int32_t get_offset_of__syncRoot_5() { return static_cast<int32_t>(offsetof(Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B, ____syncRoot_5)); }
inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; }
inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; }
inline void set__syncRoot_5(RuntimeObject * value)
{
____syncRoot_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value);
}
};
// System.Collections.Generic.Queue`1<System.Object>
struct Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.Queue`1::_array
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0;
// System.Int32 System.Collections.Generic.Queue`1::_head
int32_t ____head_1;
// System.Int32 System.Collections.Generic.Queue`1::_tail
int32_t ____tail_2;
// System.Int32 System.Collections.Generic.Queue`1::_size
int32_t ____size_3;
// System.Int32 System.Collections.Generic.Queue`1::_version
int32_t ____version_4;
// System.Object System.Collections.Generic.Queue`1::_syncRoot
RuntimeObject * ____syncRoot_5;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____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__head_1() { return static_cast<int32_t>(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____head_1)); }
inline int32_t get__head_1() const { return ____head_1; }
inline int32_t* get_address_of__head_1() { return &____head_1; }
inline void set__head_1(int32_t value)
{
____head_1 = value;
}
inline static int32_t get_offset_of__tail_2() { return static_cast<int32_t>(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____tail_2)); }
inline int32_t get__tail_2() const { return ____tail_2; }
inline int32_t* get_address_of__tail_2() { return &____tail_2; }
inline void set__tail_2(int32_t value)
{
____tail_2 = value;
}
inline static int32_t get_offset_of__size_3() { return static_cast<int32_t>(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____size_3)); }
inline int32_t get__size_3() const { return ____size_3; }
inline int32_t* get_address_of__size_3() { return &____size_3; }
inline void set__size_3(int32_t value)
{
____size_3 = value;
}
inline static int32_t get_offset_of__version_4() { return static_cast<int32_t>(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____version_4)); }
inline int32_t get__version_4() const { return ____version_4; }
inline int32_t* get_address_of__version_4() { return &____version_4; }
inline void set__version_4(int32_t value)
{
____version_4 = value;
}
inline static int32_t get_offset_of__syncRoot_5() { return static_cast<int32_t>(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____syncRoot_5)); }
inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; }
inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; }
inline void set__syncRoot_5(RuntimeObject * value)
{
____syncRoot_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (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.RegularExpressions.Capture
struct Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 : public RuntimeObject
{
public:
// System.String System.Text.RegularExpressions.Capture::_text
String_t* ____text_0;
// System.Int32 System.Text.RegularExpressions.Capture::_index
int32_t ____index_1;
// System.Int32 System.Text.RegularExpressions.Capture::_length
int32_t ____length_2;
public:
inline static int32_t get_offset_of__text_0() { return static_cast<int32_t>(offsetof(Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73, ____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);
}
inline static int32_t get_offset_of__index_1() { return static_cast<int32_t>(offsetof(Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73, ____index_1)); }
inline int32_t get__index_1() const { return ____index_1; }
inline int32_t* get_address_of__index_1() { return &____index_1; }
inline void set__index_1(int32_t value)
{
____index_1 = value;
}
inline static int32_t get_offset_of__length_2() { return static_cast<int32_t>(offsetof(Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73, ____length_2)); }
inline int32_t get__length_2() const { return ____length_2; }
inline int32_t* get_address_of__length_2() { return &____length_2; }
inline void set__length_2(int32_t value)
{
____length_2 = 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
{
};
// <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.GearAnimation
struct GearAnimation_t6B089939B6705B047242FF6DFB38E5EE8246AAC6 : public GearBase_tBDF067E7033C8B233B2C533126942554E932B581
{
public:
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearAnimationValue> FairyGUI.GearAnimation::_storage
Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 * ____storage_4;
// FairyGUI.GearAnimationValue FairyGUI.GearAnimation::_default
GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * ____default_5;
public:
inline static int32_t get_offset_of__storage_4() { return static_cast<int32_t>(offsetof(GearAnimation_t6B089939B6705B047242FF6DFB38E5EE8246AAC6, ____storage_4)); }
inline Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 * get__storage_4() const { return ____storage_4; }
inline Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 ** get_address_of__storage_4() { return &____storage_4; }
inline void set__storage_4(Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 * value)
{
____storage_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____storage_4), (void*)value);
}
inline static int32_t get_offset_of__default_5() { return static_cast<int32_t>(offsetof(GearAnimation_t6B089939B6705B047242FF6DFB38E5EE8246AAC6, ____default_5)); }
inline GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * get__default_5() const { return ____default_5; }
inline GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA ** get_address_of__default_5() { return &____default_5; }
inline void set__default_5(GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * value)
{
____default_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____default_5), (void*)value);
}
};
// FairyGUI.GearColor
struct GearColor_tE93C6CBB0C4B554C1A1A23D9882FC4D3E9128325 : public GearBase_tBDF067E7033C8B233B2C533126942554E932B581
{
public:
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearColorValue> FairyGUI.GearColor::_storage
Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 * ____storage_4;
// FairyGUI.GearColorValue FairyGUI.GearColor::_default
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * ____default_5;
public:
inline static int32_t get_offset_of__storage_4() { return static_cast<int32_t>(offsetof(GearColor_tE93C6CBB0C4B554C1A1A23D9882FC4D3E9128325, ____storage_4)); }
inline Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 * get__storage_4() const { return ____storage_4; }
inline Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 ** get_address_of__storage_4() { return &____storage_4; }
inline void set__storage_4(Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 * value)
{
____storage_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____storage_4), (void*)value);
}
inline static int32_t get_offset_of__default_5() { return static_cast<int32_t>(offsetof(GearColor_tE93C6CBB0C4B554C1A1A23D9882FC4D3E9128325, ____default_5)); }
inline GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * get__default_5() const { return ____default_5; }
inline GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 ** get_address_of__default_5() { return &____default_5; }
inline void set__default_5(GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * value)
{
____default_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____default_5), (void*)value);
}
};
// FairyGUI.GearDisplay
struct GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 : public GearBase_tBDF067E7033C8B233B2C533126942554E932B581
{
public:
// System.String[] FairyGUI.GearDisplay::<pages>k__BackingField
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___U3CpagesU3Ek__BackingField_4;
// System.Int32 FairyGUI.GearDisplay::_visible
int32_t ____visible_5;
// System.UInt32 FairyGUI.GearDisplay::_displayLockToken
uint32_t ____displayLockToken_6;
public:
inline static int32_t get_offset_of_U3CpagesU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0, ___U3CpagesU3Ek__BackingField_4)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_U3CpagesU3Ek__BackingField_4() const { return ___U3CpagesU3Ek__BackingField_4; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_U3CpagesU3Ek__BackingField_4() { return &___U3CpagesU3Ek__BackingField_4; }
inline void set_U3CpagesU3Ek__BackingField_4(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___U3CpagesU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CpagesU3Ek__BackingField_4), (void*)value);
}
inline static int32_t get_offset_of__visible_5() { return static_cast<int32_t>(offsetof(GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0, ____visible_5)); }
inline int32_t get__visible_5() const { return ____visible_5; }
inline int32_t* get_address_of__visible_5() { return &____visible_5; }
inline void set__visible_5(int32_t value)
{
____visible_5 = value;
}
inline static int32_t get_offset_of__displayLockToken_6() { return static_cast<int32_t>(offsetof(GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0, ____displayLockToken_6)); }
inline uint32_t get__displayLockToken_6() const { return ____displayLockToken_6; }
inline uint32_t* get_address_of__displayLockToken_6() { return &____displayLockToken_6; }
inline void set__displayLockToken_6(uint32_t value)
{
____displayLockToken_6 = value;
}
};
// FairyGUI.GearIcon
struct GearIcon_tFF1149C7061194DC0DD940EA0B558814FDD52B3A : public GearBase_tBDF067E7033C8B233B2C533126942554E932B581
{
public:
// System.Collections.Generic.Dictionary`2<System.String,System.String> FairyGUI.GearIcon::_storage
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ____storage_4;
// System.String FairyGUI.GearIcon::_default
String_t* ____default_5;
public:
inline static int32_t get_offset_of__storage_4() { return static_cast<int32_t>(offsetof(GearIcon_tFF1149C7061194DC0DD940EA0B558814FDD52B3A, ____storage_4)); }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get__storage_4() const { return ____storage_4; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of__storage_4() { return &____storage_4; }
inline void set__storage_4(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
{
____storage_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____storage_4), (void*)value);
}
inline static int32_t get_offset_of__default_5() { return static_cast<int32_t>(offsetof(GearIcon_tFF1149C7061194DC0DD940EA0B558814FDD52B3A, ____default_5)); }
inline String_t* get__default_5() const { return ____default_5; }
inline String_t** get_address_of__default_5() { return &____default_5; }
inline void set__default_5(String_t* value)
{
____default_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____default_5), (void*)value);
}
};
// FairyGUI.GearLook
struct GearLook_t668D40B7F0FBC8ED7D136DCD0F798D796B9483F6 : public GearBase_tBDF067E7033C8B233B2C533126942554E932B581
{
public:
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearLookValue> FairyGUI.GearLook::_storage
Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 * ____storage_4;
// FairyGUI.GearLookValue FairyGUI.GearLook::_default
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * ____default_5;
public:
inline static int32_t get_offset_of__storage_4() { return static_cast<int32_t>(offsetof(GearLook_t668D40B7F0FBC8ED7D136DCD0F798D796B9483F6, ____storage_4)); }
inline Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 * get__storage_4() const { return ____storage_4; }
inline Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 ** get_address_of__storage_4() { return &____storage_4; }
inline void set__storage_4(Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 * value)
{
____storage_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____storage_4), (void*)value);
}
inline static int32_t get_offset_of__default_5() { return static_cast<int32_t>(offsetof(GearLook_t668D40B7F0FBC8ED7D136DCD0F798D796B9483F6, ____default_5)); }
inline GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * get__default_5() const { return ____default_5; }
inline GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 ** get_address_of__default_5() { return &____default_5; }
inline void set__default_5(GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * value)
{
____default_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____default_5), (void*)value);
}
};
// FairyGUI.GearSize
struct GearSize_tE764F281002A2A4BAB1663882781ECC148C08D57 : public GearBase_tBDF067E7033C8B233B2C533126942554E932B581
{
public:
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearSizeValue> FairyGUI.GearSize::_storage
Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * ____storage_4;
// FairyGUI.GearSizeValue FairyGUI.GearSize::_default
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * ____default_5;
public:
inline static int32_t get_offset_of__storage_4() { return static_cast<int32_t>(offsetof(GearSize_tE764F281002A2A4BAB1663882781ECC148C08D57, ____storage_4)); }
inline Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * get__storage_4() const { return ____storage_4; }
inline Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E ** get_address_of__storage_4() { return &____storage_4; }
inline void set__storage_4(Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * value)
{
____storage_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____storage_4), (void*)value);
}
inline static int32_t get_offset_of__default_5() { return static_cast<int32_t>(offsetof(GearSize_tE764F281002A2A4BAB1663882781ECC148C08D57, ____default_5)); }
inline GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * get__default_5() const { return ____default_5; }
inline GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA ** get_address_of__default_5() { return &____default_5; }
inline void set__default_5(GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * value)
{
____default_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____default_5), (void*)value);
}
};
// FairyGUI.GearText
struct GearText_t1C2F30DB14D35B78EEAC724A6CDF239E0285B317 : public GearBase_tBDF067E7033C8B233B2C533126942554E932B581
{
public:
// System.Collections.Generic.Dictionary`2<System.String,System.String> FairyGUI.GearText::_storage
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ____storage_4;
// System.String FairyGUI.GearText::_default
String_t* ____default_5;
public:
inline static int32_t get_offset_of__storage_4() { return static_cast<int32_t>(offsetof(GearText_t1C2F30DB14D35B78EEAC724A6CDF239E0285B317, ____storage_4)); }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get__storage_4() const { return ____storage_4; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of__storage_4() { return &____storage_4; }
inline void set__storage_4(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
{
____storage_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____storage_4), (void*)value);
}
inline static int32_t get_offset_of__default_5() { return static_cast<int32_t>(offsetof(GearText_t1C2F30DB14D35B78EEAC724A6CDF239E0285B317, ____default_5)); }
inline String_t* get__default_5() const { return ____default_5; }
inline String_t** get_address_of__default_5() { return &____default_5; }
inline void set__default_5(String_t* value)
{
____default_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____default_5), (void*)value);
}
};
// FairyGUI.GearXY
struct GearXY_t2A67A9ADFA993765E704E44FFADABD7B2A3B3F37 : public GearBase_tBDF067E7033C8B233B2C533126942554E932B581
{
public:
// System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearXYValue> FairyGUI.GearXY::_storage
Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * ____storage_4;
// FairyGUI.GearXYValue FairyGUI.GearXY::_default
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * ____default_5;
public:
inline static int32_t get_offset_of__storage_4() { return static_cast<int32_t>(offsetof(GearXY_t2A67A9ADFA993765E704E44FFADABD7B2A3B3F37, ____storage_4)); }
inline Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * get__storage_4() const { return ____storage_4; }
inline Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 ** get_address_of__storage_4() { return &____storage_4; }
inline void set__storage_4(Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * value)
{
____storage_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____storage_4), (void*)value);
}
inline static int32_t get_offset_of__default_5() { return static_cast<int32_t>(offsetof(GearXY_t2A67A9ADFA993765E704E44FFADABD7B2A3B3F37, ____default_5)); }
inline GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * get__default_5() const { return ____default_5; }
inline GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 ** get_address_of__default_5() { return &____default_5; }
inline void set__default_5(GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * value)
{
____default_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____default_5), (void*)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.Dictionary`2_ValueCollection_Enumerator<System.Object,System.Object>
struct Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary
Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::version
int32_t ___version_2;
// TValue System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::currentValue
RuntimeObject * ___currentValue_3;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F, ___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_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F, ___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_currentValue_3() { return static_cast<int32_t>(offsetof(Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F, ___currentValue_3)); }
inline RuntimeObject * get_currentValue_3() const { return ___currentValue_3; }
inline RuntimeObject ** get_address_of_currentValue_3() { return &___currentValue_3; }
inline void set_currentValue_3(RuntimeObject * value)
{
___currentValue_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator<System.String,FairyGUI.GearSizeValue>
struct Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary
Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::version
int32_t ___version_2;
// TValue System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::currentValue
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * ___currentValue_3;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201, ___dictionary_0)); }
inline Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201, ___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_currentValue_3() { return static_cast<int32_t>(offsetof(Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201, ___currentValue_3)); }
inline GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * get_currentValue_3() const { return ___currentValue_3; }
inline GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA ** get_address_of_currentValue_3() { return &___currentValue_3; }
inline void set_currentValue_3(GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * value)
{
___currentValue_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator<System.String,FairyGUI.GearXYValue>
struct Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary
Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::version
int32_t ___version_2;
// TValue System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::currentValue
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * ___currentValue_3;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82, ___dictionary_0)); }
inline Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82, ___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_currentValue_3() { return static_cast<int32_t>(offsetof(Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82, ___currentValue_3)); }
inline GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * get_currentValue_3() const { return ___currentValue_3; }
inline GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 ** get_address_of_currentValue_3() { return &___currentValue_3; }
inline void set_currentValue_3(GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * value)
{
___currentValue_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value);
}
};
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
struct KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
RuntimeObject * ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
RuntimeObject * ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___key_0)); }
inline RuntimeObject * get_key_0() const { return ___key_0; }
inline RuntimeObject ** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(RuntimeObject * value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE, ___value_1)); }
inline RuntimeObject * get_value_1() const { return ___value_1; }
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(RuntimeObject * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
}
};
// System.Collections.Generic.KeyValuePair`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>
struct KeyValuePair_2_tCDCBEE0A5D57CAF5E572FAAE64B7CC8E0CA0E896
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
String_t* ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tCDCBEE0A5D57CAF5E572FAAE64B7CC8E0CA0E896, ___key_0)); }
inline String_t* get_key_0() const { return ___key_0; }
inline String_t** get_address_of_key_0() { return &___key_0; }
inline void set_key_0(String_t* value)
{
___key_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value);
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_tCDCBEE0A5D57CAF5E572FAAE64B7CC8E0CA0E896, ___value_1)); }
inline Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * get_value_1() const { return ___value_1; }
inline Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<FairyGUI.GObject>
struct Enumerator_tAED6D783D89C489521F33490D898596F745A2750
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tAED6D783D89C489521F33490D898596F745A2750, ___list_0)); }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get_list_0() const { return ___list_0; }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tAED6D783D89C489521F33490D898596F745A2750, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tAED6D783D89C489521F33490D898596F745A2750, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tAED6D783D89C489521F33490D898596F745A2750, ___current_3)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_current_3() const { return ___current_3; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// System.Collections.Generic.List`1_Enumerator<System.Object>
struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
RuntimeObject * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); }
inline RuntimeObject * get_current_3() const { return ___current_3; }
inline RuntimeObject ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(RuntimeObject * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// System.Collections.Generic.Queue`1_Enumerator<FairyGUI.GObject>
struct Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52
{
public:
// System.Collections.Generic.Queue`1<T> System.Collections.Generic.Queue`1_Enumerator::_q
Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * ____q_0;
// System.Int32 System.Collections.Generic.Queue`1_Enumerator::_version
int32_t ____version_1;
// System.Int32 System.Collections.Generic.Queue`1_Enumerator::_index
int32_t ____index_2;
// T System.Collections.Generic.Queue`1_Enumerator::_currentElement
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____currentElement_3;
public:
inline static int32_t get_offset_of__q_0() { return static_cast<int32_t>(offsetof(Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52, ____q_0)); }
inline Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * get__q_0() const { return ____q_0; }
inline Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B ** get_address_of__q_0() { return &____q_0; }
inline void set__q_0(Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * value)
{
____q_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____q_0), (void*)value);
}
inline static int32_t get_offset_of__version_1() { return static_cast<int32_t>(offsetof(Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52, ____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_t52865286FD0953F12413E3A59BA3A50EF09E7E52, ____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__currentElement_3() { return static_cast<int32_t>(offsetof(Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52, ____currentElement_3)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__currentElement_3() const { return ____currentElement_3; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__currentElement_3() { return &____currentElement_3; }
inline void set__currentElement_3(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____currentElement_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____currentElement_3), (void*)value);
}
};
// System.Collections.Generic.Queue`1_Enumerator<System.Object>
struct Enumerator_t6EC5A3F7BF8FB8FF219089BCB4FFA45E13B24B8E
{
public:
// System.Collections.Generic.Queue`1<T> System.Collections.Generic.Queue`1_Enumerator::_q
Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * ____q_0;
// System.Int32 System.Collections.Generic.Queue`1_Enumerator::_version
int32_t ____version_1;
// System.Int32 System.Collections.Generic.Queue`1_Enumerator::_index
int32_t ____index_2;
// T System.Collections.Generic.Queue`1_Enumerator::_currentElement
RuntimeObject * ____currentElement_3;
public:
inline static int32_t get_offset_of__q_0() { return static_cast<int32_t>(offsetof(Enumerator_t6EC5A3F7BF8FB8FF219089BCB4FFA45E13B24B8E, ____q_0)); }
inline Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * get__q_0() const { return ____q_0; }
inline Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 ** get_address_of__q_0() { return &____q_0; }
inline void set__q_0(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * value)
{
____q_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____q_0), (void*)value);
}
inline static int32_t get_offset_of__version_1() { return static_cast<int32_t>(offsetof(Enumerator_t6EC5A3F7BF8FB8FF219089BCB4FFA45E13B24B8E, ____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_t6EC5A3F7BF8FB8FF219089BCB4FFA45E13B24B8E, ____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__currentElement_3() { return static_cast<int32_t>(offsetof(Enumerator_t6EC5A3F7BF8FB8FF219089BCB4FFA45E13B24B8E, ____currentElement_3)); }
inline RuntimeObject * get__currentElement_3() const { return ____currentElement_3; }
inline RuntimeObject ** get_address_of__currentElement_3() { return &____currentElement_3; }
inline void set__currentElement_3(RuntimeObject * value)
{
____currentElement_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____currentElement_3), (void*)value);
}
};
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
inline void* get_m_value_0() const { return ___m_value_0; }
inline void** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(void* value)
{
___m_value_0 = value;
}
};
struct IntPtr_t_StaticFields
{
public:
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
public:
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
// System.Single
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
{
public:
// System.Single System.Single::m_value
float ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
inline float get_m_value_0() const { return ___m_value_0; }
inline float* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(float value)
{
___m_value_0 = value;
}
};
// System.Text.RegularExpressions.Group
struct Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 : public Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73
{
public:
// System.Int32[] System.Text.RegularExpressions.Group::_caps
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____caps_4;
// System.Int32 System.Text.RegularExpressions.Group::_capcount
int32_t ____capcount_5;
// System.String System.Text.RegularExpressions.Group::_name
String_t* ____name_6;
public:
inline static int32_t get_offset_of__caps_4() { return static_cast<int32_t>(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443, ____caps_4)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__caps_4() const { return ____caps_4; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__caps_4() { return &____caps_4; }
inline void set__caps_4(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____caps_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____caps_4), (void*)value);
}
inline static int32_t get_offset_of__capcount_5() { return static_cast<int32_t>(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443, ____capcount_5)); }
inline int32_t get__capcount_5() const { return ____capcount_5; }
inline int32_t* get_address_of__capcount_5() { return &____capcount_5; }
inline void set__capcount_5(int32_t value)
{
____capcount_5 = value;
}
inline static int32_t get_offset_of__name_6() { return static_cast<int32_t>(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443, ____name_6)); }
inline String_t* get__name_6() const { return ____name_6; }
inline String_t** get_address_of__name_6() { return &____name_6; }
inline void set__name_6(String_t* value)
{
____name_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____name_6), (void*)value);
}
};
struct Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_StaticFields
{
public:
// System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::_emptygroup
Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * ____emptygroup_3;
public:
inline static int32_t get_offset_of__emptygroup_3() { return static_cast<int32_t>(offsetof(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443_StaticFields, ____emptygroup_3)); }
inline Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * get__emptygroup_3() const { return ____emptygroup_3; }
inline Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 ** get_address_of__emptygroup_3() { return &____emptygroup_3; }
inline void set__emptygroup_3(Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443 * value)
{
____emptygroup_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptygroup_3), (void*)value);
}
};
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
// UnityEngine.Color
struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2
{
public:
// System.Single UnityEngine.Color::r
float ___r_0;
// System.Single UnityEngine.Color::g
float ___g_1;
// System.Single UnityEngine.Color::b
float ___b_2;
// System.Single UnityEngine.Color::a
float ___a_3;
public:
inline static int32_t get_offset_of_r_0() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___r_0)); }
inline float get_r_0() const { return ___r_0; }
inline float* get_address_of_r_0() { return &___r_0; }
inline void set_r_0(float value)
{
___r_0 = value;
}
inline static int32_t get_offset_of_g_1() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___g_1)); }
inline float get_g_1() const { return ___g_1; }
inline float* get_address_of_g_1() { return &___g_1; }
inline void set_g_1(float value)
{
___g_1 = value;
}
inline static int32_t get_offset_of_b_2() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___b_2)); }
inline float get_b_2() const { return ___b_2; }
inline float* get_address_of_b_2() { return &___b_2; }
inline void set_b_2(float value)
{
___b_2 = value;
}
inline static int32_t get_offset_of_a_3() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___a_3)); }
inline float get_a_3() const { return ___a_3; }
inline float* get_address_of_a_3() { return &___a_3; }
inline void set_a_3(float value)
{
___a_3 = value;
}
};
// UnityEngine.Color32
struct Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23
{
public:
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 UnityEngine.Color32::rgba
int32_t ___rgba_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___rgba_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.Byte UnityEngine.Color32::r
uint8_t ___r_1;
};
#pragma pack(pop, tp)
struct
{
uint8_t ___r_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___g_2_OffsetPadding[1];
// System.Byte UnityEngine.Color32::g
uint8_t ___g_2;
};
#pragma pack(pop, tp)
struct
{
char ___g_2_OffsetPadding_forAlignmentOnly[1];
uint8_t ___g_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___b_3_OffsetPadding[2];
// System.Byte UnityEngine.Color32::b
uint8_t ___b_3;
};
#pragma pack(pop, tp)
struct
{
char ___b_3_OffsetPadding_forAlignmentOnly[2];
uint8_t ___b_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___a_4_OffsetPadding[3];
// System.Byte UnityEngine.Color32::a
uint8_t ___a_4;
};
#pragma pack(pop, tp)
struct
{
char ___a_4_OffsetPadding_forAlignmentOnly[3];
uint8_t ___a_4_forAlignmentOnly;
};
};
public:
inline static int32_t get_offset_of_rgba_0() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___rgba_0)); }
inline int32_t get_rgba_0() const { return ___rgba_0; }
inline int32_t* get_address_of_rgba_0() { return &___rgba_0; }
inline void set_rgba_0(int32_t value)
{
___rgba_0 = value;
}
inline static int32_t get_offset_of_r_1() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___r_1)); }
inline uint8_t get_r_1() const { return ___r_1; }
inline uint8_t* get_address_of_r_1() { return &___r_1; }
inline void set_r_1(uint8_t value)
{
___r_1 = value;
}
inline static int32_t get_offset_of_g_2() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___g_2)); }
inline uint8_t get_g_2() const { return ___g_2; }
inline uint8_t* get_address_of_g_2() { return &___g_2; }
inline void set_g_2(uint8_t value)
{
___g_2 = value;
}
inline static int32_t get_offset_of_b_3() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___b_3)); }
inline uint8_t get_b_3() const { return ___b_3; }
inline uint8_t* get_address_of_b_3() { return &___b_3; }
inline void set_b_3(uint8_t value)
{
___b_3 = value;
}
inline static int32_t get_offset_of_a_4() { return static_cast<int32_t>(offsetof(Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23, ___a_4)); }
inline uint8_t get_a_4() const { return ___a_4; }
inline uint8_t* get_address_of_a_4() { return &___a_4; }
inline void set_a_4(uint8_t value)
{
___a_4 = value;
}
};
// UnityEngine.Matrix4x4
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA
{
public:
// System.Single UnityEngine.Matrix4x4::m00
float ___m00_0;
// System.Single UnityEngine.Matrix4x4::m10
float ___m10_1;
// System.Single UnityEngine.Matrix4x4::m20
float ___m20_2;
// System.Single UnityEngine.Matrix4x4::m30
float ___m30_3;
// System.Single UnityEngine.Matrix4x4::m01
float ___m01_4;
// System.Single UnityEngine.Matrix4x4::m11
float ___m11_5;
// System.Single UnityEngine.Matrix4x4::m21
float ___m21_6;
// System.Single UnityEngine.Matrix4x4::m31
float ___m31_7;
// System.Single UnityEngine.Matrix4x4::m02
float ___m02_8;
// System.Single UnityEngine.Matrix4x4::m12
float ___m12_9;
// System.Single UnityEngine.Matrix4x4::m22
float ___m22_10;
// System.Single UnityEngine.Matrix4x4::m32
float ___m32_11;
// System.Single UnityEngine.Matrix4x4::m03
float ___m03_12;
// System.Single UnityEngine.Matrix4x4::m13
float ___m13_13;
// System.Single UnityEngine.Matrix4x4::m23
float ___m23_14;
// System.Single UnityEngine.Matrix4x4::m33
float ___m33_15;
public:
inline static int32_t get_offset_of_m00_0() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m00_0)); }
inline float get_m00_0() const { return ___m00_0; }
inline float* get_address_of_m00_0() { return &___m00_0; }
inline void set_m00_0(float value)
{
___m00_0 = value;
}
inline static int32_t get_offset_of_m10_1() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m10_1)); }
inline float get_m10_1() const { return ___m10_1; }
inline float* get_address_of_m10_1() { return &___m10_1; }
inline void set_m10_1(float value)
{
___m10_1 = value;
}
inline static int32_t get_offset_of_m20_2() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m20_2)); }
inline float get_m20_2() const { return ___m20_2; }
inline float* get_address_of_m20_2() { return &___m20_2; }
inline void set_m20_2(float value)
{
___m20_2 = value;
}
inline static int32_t get_offset_of_m30_3() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m30_3)); }
inline float get_m30_3() const { return ___m30_3; }
inline float* get_address_of_m30_3() { return &___m30_3; }
inline void set_m30_3(float value)
{
___m30_3 = value;
}
inline static int32_t get_offset_of_m01_4() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m01_4)); }
inline float get_m01_4() const { return ___m01_4; }
inline float* get_address_of_m01_4() { return &___m01_4; }
inline void set_m01_4(float value)
{
___m01_4 = value;
}
inline static int32_t get_offset_of_m11_5() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m11_5)); }
inline float get_m11_5() const { return ___m11_5; }
inline float* get_address_of_m11_5() { return &___m11_5; }
inline void set_m11_5(float value)
{
___m11_5 = value;
}
inline static int32_t get_offset_of_m21_6() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m21_6)); }
inline float get_m21_6() const { return ___m21_6; }
inline float* get_address_of_m21_6() { return &___m21_6; }
inline void set_m21_6(float value)
{
___m21_6 = value;
}
inline static int32_t get_offset_of_m31_7() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m31_7)); }
inline float get_m31_7() const { return ___m31_7; }
inline float* get_address_of_m31_7() { return &___m31_7; }
inline void set_m31_7(float value)
{
___m31_7 = value;
}
inline static int32_t get_offset_of_m02_8() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m02_8)); }
inline float get_m02_8() const { return ___m02_8; }
inline float* get_address_of_m02_8() { return &___m02_8; }
inline void set_m02_8(float value)
{
___m02_8 = value;
}
inline static int32_t get_offset_of_m12_9() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m12_9)); }
inline float get_m12_9() const { return ___m12_9; }
inline float* get_address_of_m12_9() { return &___m12_9; }
inline void set_m12_9(float value)
{
___m12_9 = value;
}
inline static int32_t get_offset_of_m22_10() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m22_10)); }
inline float get_m22_10() const { return ___m22_10; }
inline float* get_address_of_m22_10() { return &___m22_10; }
inline void set_m22_10(float value)
{
___m22_10 = value;
}
inline static int32_t get_offset_of_m32_11() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m32_11)); }
inline float get_m32_11() const { return ___m32_11; }
inline float* get_address_of_m32_11() { return &___m32_11; }
inline void set_m32_11(float value)
{
___m32_11 = value;
}
inline static int32_t get_offset_of_m03_12() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m03_12)); }
inline float get_m03_12() const { return ___m03_12; }
inline float* get_address_of_m03_12() { return &___m03_12; }
inline void set_m03_12(float value)
{
___m03_12 = value;
}
inline static int32_t get_offset_of_m13_13() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m13_13)); }
inline float get_m13_13() const { return ___m13_13; }
inline float* get_address_of_m13_13() { return &___m13_13; }
inline void set_m13_13(float value)
{
___m13_13 = value;
}
inline static int32_t get_offset_of_m23_14() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m23_14)); }
inline float get_m23_14() const { return ___m23_14; }
inline float* get_address_of_m23_14() { return &___m23_14; }
inline void set_m23_14(float value)
{
___m23_14 = value;
}
inline static int32_t get_offset_of_m33_15() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m33_15)); }
inline float get_m33_15() const { return ___m33_15; }
inline float* get_address_of_m33_15() { return &___m33_15; }
inline void set_m33_15(float value)
{
___m33_15 = value;
}
};
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields
{
public:
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___zeroMatrix_16;
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___identityMatrix_17;
public:
inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___zeroMatrix_16)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_zeroMatrix_16() const { return ___zeroMatrix_16; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; }
inline void set_zeroMatrix_16(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
___zeroMatrix_16 = value;
}
inline static int32_t get_offset_of_identityMatrix_17() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___identityMatrix_17)); }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_identityMatrix_17() const { return ___identityMatrix_17; }
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_identityMatrix_17() { return &___identityMatrix_17; }
inline void set_identityMatrix_17(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
{
___identityMatrix_17 = value;
}
};
// UnityEngine.Rect
struct Rect_t35B976DE901B5423C11705E156938EA27AB402CE
{
public:
// System.Single UnityEngine.Rect::m_XMin
float ___m_XMin_0;
// System.Single UnityEngine.Rect::m_YMin
float ___m_YMin_1;
// System.Single UnityEngine.Rect::m_Width
float ___m_Width_2;
// System.Single UnityEngine.Rect::m_Height
float ___m_Height_3;
public:
inline static int32_t get_offset_of_m_XMin_0() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_XMin_0)); }
inline float get_m_XMin_0() const { return ___m_XMin_0; }
inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; }
inline void set_m_XMin_0(float value)
{
___m_XMin_0 = value;
}
inline static int32_t get_offset_of_m_YMin_1() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_YMin_1)); }
inline float get_m_YMin_1() const { return ___m_YMin_1; }
inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; }
inline void set_m_YMin_1(float value)
{
___m_YMin_1 = value;
}
inline static int32_t get_offset_of_m_Width_2() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Width_2)); }
inline float get_m_Width_2() const { return ___m_Width_2; }
inline float* get_address_of_m_Width_2() { return &___m_Width_2; }
inline void set_m_Width_2(float value)
{
___m_Width_2 = value;
}
inline static int32_t get_offset_of_m_Height_3() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Height_3)); }
inline float get_m_Height_3() const { return ___m_Height_3; }
inline float* get_address_of_m_Height_3() { return &___m_Height_3; }
inline void set_m_Height_3(float value)
{
___m_Height_3 = value;
}
};
// UnityEngine.Vector2
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D
{
public:
// System.Single UnityEngine.Vector2::x
float ___x_0;
// System.Single UnityEngine.Vector2::y
float ___y_1;
public:
inline static int32_t get_offset_of_x_0() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___x_0)); }
inline float get_x_0() const { return ___x_0; }
inline float* get_address_of_x_0() { return &___x_0; }
inline void set_x_0(float value)
{
___x_0 = value;
}
inline static int32_t get_offset_of_y_1() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___y_1)); }
inline float get_y_1() const { return ___y_1; }
inline float* get_address_of_y_1() { return &___y_1; }
inline void set_y_1(float value)
{
___y_1 = value;
}
};
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields
{
public:
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2;
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3;
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4;
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5;
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6;
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7;
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8;
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9;
public:
inline static int32_t get_offset_of_zeroVector_2() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; }
inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___zeroVector_2 = value;
}
inline static int32_t get_offset_of_oneVector_3() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; }
inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___oneVector_3 = value;
}
inline static int32_t get_offset_of_upVector_4() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; }
inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___upVector_4 = value;
}
inline static int32_t get_offset_of_downVector_5() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; }
inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___downVector_5 = value;
}
inline static int32_t get_offset_of_leftVector_6() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; }
inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___leftVector_6 = value;
}
inline static int32_t get_offset_of_rightVector_7() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; }
inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___rightVector_7 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; }
inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___positiveInfinityVector_8 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; }
inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___negativeInfinityVector_9 = value;
}
};
// UnityEngine.Vector3
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720
{
public:
// System.Single UnityEngine.Vector3::x
float ___x_2;
// System.Single UnityEngine.Vector3::y
float ___y_3;
// System.Single UnityEngine.Vector3::z
float ___z_4;
public:
inline static int32_t get_offset_of_x_2() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___x_2)); }
inline float get_x_2() const { return ___x_2; }
inline float* get_address_of_x_2() { return &___x_2; }
inline void set_x_2(float value)
{
___x_2 = value;
}
inline static int32_t get_offset_of_y_3() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___y_3)); }
inline float get_y_3() const { return ___y_3; }
inline float* get_address_of_y_3() { return &___y_3; }
inline void set_y_3(float value)
{
___y_3 = value;
}
inline static int32_t get_offset_of_z_4() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___z_4)); }
inline float get_z_4() const { return ___z_4; }
inline float* get_address_of_z_4() { return &___z_4; }
inline void set_z_4(float value)
{
___z_4 = value;
}
};
struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields
{
public:
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___zeroVector_5;
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___oneVector_6;
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upVector_7;
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___downVector_8;
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___leftVector_9;
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rightVector_10;
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forwardVector_11;
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___backVector_12;
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___positiveInfinityVector_13;
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___negativeInfinityVector_14;
public:
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___zeroVector_5)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_zeroVector_5() const { return ___zeroVector_5; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_zeroVector_5() { return &___zeroVector_5; }
inline void set_zeroVector_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___zeroVector_5 = value;
}
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___oneVector_6)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_oneVector_6() const { return ___oneVector_6; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_oneVector_6() { return &___oneVector_6; }
inline void set_oneVector_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___oneVector_6 = value;
}
inline static int32_t get_offset_of_upVector_7() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___upVector_7)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_upVector_7() const { return ___upVector_7; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_upVector_7() { return &___upVector_7; }
inline void set_upVector_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___upVector_7 = value;
}
inline static int32_t get_offset_of_downVector_8() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___downVector_8)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_downVector_8() const { return ___downVector_8; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_downVector_8() { return &___downVector_8; }
inline void set_downVector_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___downVector_8 = value;
}
inline static int32_t get_offset_of_leftVector_9() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___leftVector_9)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_leftVector_9() const { return ___leftVector_9; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_leftVector_9() { return &___leftVector_9; }
inline void set_leftVector_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___leftVector_9 = value;
}
inline static int32_t get_offset_of_rightVector_10() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___rightVector_10)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rightVector_10() const { return ___rightVector_10; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rightVector_10() { return &___rightVector_10; }
inline void set_rightVector_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___rightVector_10 = value;
}
inline static int32_t get_offset_of_forwardVector_11() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___forwardVector_11)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_forwardVector_11() const { return ___forwardVector_11; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_forwardVector_11() { return &___forwardVector_11; }
inline void set_forwardVector_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___forwardVector_11 = value;
}
inline static int32_t get_offset_of_backVector_12() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___backVector_12)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_backVector_12() const { return ___backVector_12; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_backVector_12() { return &___backVector_12; }
inline void set_backVector_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___backVector_12 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___positiveInfinityVector_13)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; }
inline void set_positiveInfinityVector_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___positiveInfinityVector_13 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast<int32_t>(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___negativeInfinityVector_14)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; }
inline void set_negativeInfinityVector_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___negativeInfinityVector_14 = value;
}
};
// UnityEngine.Vector4
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E
{
public:
// System.Single UnityEngine.Vector4::x
float ___x_1;
// System.Single UnityEngine.Vector4::y
float ___y_2;
// System.Single UnityEngine.Vector4::z
float ___z_3;
// System.Single UnityEngine.Vector4::w
float ___w_4;
public:
inline static int32_t get_offset_of_x_1() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___x_1)); }
inline float get_x_1() const { return ___x_1; }
inline float* get_address_of_x_1() { return &___x_1; }
inline void set_x_1(float value)
{
___x_1 = value;
}
inline static int32_t get_offset_of_y_2() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___y_2)); }
inline float get_y_2() const { return ___y_2; }
inline float* get_address_of_y_2() { return &___y_2; }
inline void set_y_2(float value)
{
___y_2 = value;
}
inline static int32_t get_offset_of_z_3() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___z_3)); }
inline float get_z_3() const { return ___z_3; }
inline float* get_address_of_z_3() { return &___z_3; }
inline void set_z_3(float value)
{
___z_3 = value;
}
inline static int32_t get_offset_of_w_4() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E, ___w_4)); }
inline float get_w_4() const { return ___w_4; }
inline float* get_address_of_w_4() { return &___w_4; }
inline void set_w_4(float value)
{
___w_4 = value;
}
};
struct Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields
{
public:
// UnityEngine.Vector4 UnityEngine.Vector4::zeroVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___zeroVector_5;
// UnityEngine.Vector4 UnityEngine.Vector4::oneVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___oneVector_6;
// UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___positiveInfinityVector_7;
// UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___negativeInfinityVector_8;
public:
inline static int32_t get_offset_of_zeroVector_5() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___zeroVector_5)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_zeroVector_5() const { return ___zeroVector_5; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_zeroVector_5() { return &___zeroVector_5; }
inline void set_zeroVector_5(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___zeroVector_5 = value;
}
inline static int32_t get_offset_of_oneVector_6() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___oneVector_6)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_oneVector_6() const { return ___oneVector_6; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_oneVector_6() { return &___oneVector_6; }
inline void set_oneVector_6(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___oneVector_6 = value;
}
inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___positiveInfinityVector_7)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; }
inline void set_positiveInfinityVector_7(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___positiveInfinityVector_7 = value;
}
inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___negativeInfinityVector_8)); }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; }
inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; }
inline void set_negativeInfinityVector_8(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value)
{
___negativeInfinityVector_8 = value;
}
};
// <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.EaseType
struct EaseType_tA298535D22D74DFDEF437AF0D0DC6FA7A618B333
{
public:
// System.Int32 FairyGUI.EaseType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EaseType_tA298535D22D74DFDEF437AF0D0DC6FA7A618B333, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.FillMethod
struct FillMethod_t555C00733C2E44E89A7074CEB73CA9CB696201F7
{
public:
// System.Int32 FairyGUI.FillMethod::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FillMethod_t555C00733C2E44E89A7074CEB73CA9CB696201F7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.FillType
struct FillType_tCF615A332D5094854B2A603BC7A0742127B00AE6
{
public:
// System.Int32 FairyGUI.FillType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FillType_tCF615A332D5094854B2A603BC7A0742127B00AE6, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.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.GPathPoint_CurveType
struct CurveType_tDAB604D46AA4709AD45913B7B78E0F857011D685
{
public:
// System.Int32 FairyGUI.GPathPoint_CurveType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CurveType_tDAB604D46AA4709AD45913B7B78E0F857011D685, ___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.GearColorValue
struct GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 : public RuntimeObject
{
public:
// UnityEngine.Color FairyGUI.GearColorValue::color
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color_0;
// UnityEngine.Color FairyGUI.GearColorValue::strokeColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___strokeColor_1;
public:
inline static int32_t get_offset_of_color_0() { return static_cast<int32_t>(offsetof(GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510, ___color_0)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_color_0() const { return ___color_0; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_color_0() { return &___color_0; }
inline void set_color_0(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___color_0 = value;
}
inline static int32_t get_offset_of_strokeColor_1() { return static_cast<int32_t>(offsetof(GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510, ___strokeColor_1)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_strokeColor_1() const { return ___strokeColor_1; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_strokeColor_1() { return &___strokeColor_1; }
inline void set_strokeColor_1(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___strokeColor_1 = 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.GroupLayoutType
struct GroupLayoutType_t81434278F5305DBEF156B778CE67F25B0113F88D
{
public:
// System.Int32 FairyGUI.GroupLayoutType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(GroupLayoutType_t81434278F5305DBEF156B778CE67F25B0113F88D, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.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.HitTestMode
struct HitTestMode_tFADFA502ABA82CCDD28E7BC72FA608B7C4981CD9
{
public:
// System.Int32 FairyGUI.HitTestMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HitTestMode_tFADFA502ABA82CCDD28E7BC72FA608B7C4981CD9, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.ObjectType
struct ObjectType_tA117D537780D8340BD615ED5F97217D155992790
{
public:
// System.Int32 FairyGUI.ObjectType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ObjectType_tA117D537780D8340BD615ED5F97217D155992790, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.PackageItemType
struct PackageItemType_t36C5483C83209A663D650E70518C9C9AB0569048
{
public:
// System.Int32 FairyGUI.PackageItemType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PackageItemType_t36C5483C83209A663D650E70518C9C9AB0569048, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.ProgressTitleType
struct ProgressTitleType_tF5A2E4106DC0DB224A25C6295F3E6A890C570418
{
public:
// System.Int32 FairyGUI.ProgressTitleType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ProgressTitleType_tF5A2E4106DC0DB224A25C6295F3E6A890C570418, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.RectHitTest
struct RectHitTest_t6D0D255B09956A73884478F6E18696E405420860 : public RuntimeObject
{
public:
// UnityEngine.Rect FairyGUI.RectHitTest::rect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0;
public:
inline static int32_t get_offset_of_rect_0() { return static_cast<int32_t>(offsetof(RectHitTest_t6D0D255B09956A73884478F6E18696E405420860, ___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;
}
};
// FairyGUI.RelationType
struct RelationType_tEE5A9B76814B3662E6152F2E9F37EFC70C99D048
{
public:
// System.Int32 FairyGUI.RelationType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RelationType_tEE5A9B76814B3662E6152F2E9F37EFC70C99D048, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.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.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.TweenPropType
struct TweenPropType_tCCA4504CFBCABEFC577FB2DA2CC2B466636E4EC3
{
public:
// System.Int32 FairyGUI.TweenPropType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TweenPropType_tCCA4504CFBCABEFC577FB2DA2CC2B466636E4EC3, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// FairyGUI.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.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<System.Object,System.Object>
struct Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::version
int32_t ___version_1;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::index
int32_t ___index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::current
KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE ___current_3;
// System.Int32 System.Collections.Generic.Dictionary`2_Enumerator::getEnumeratorRetType
int32_t ___getEnumeratorRetType_4;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___dictionary_0)); }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
inline static int32_t get_offset_of_version_1() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___version_1)); }
inline int32_t get_version_1() const { return ___version_1; }
inline int32_t* get_address_of_version_1() { return &___version_1; }
inline void set_version_1(int32_t value)
{
___version_1 = value;
}
inline static int32_t get_offset_of_index_2() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___index_2)); }
inline int32_t get_index_2() const { return ___index_2; }
inline int32_t* get_address_of_index_2() { return &___index_2; }
inline void set_index_2(int32_t value)
{
___index_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___current_3)); }
inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE get_current_3() const { return ___current_3; }
inline KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_t23481547E419E16E3B96A303578C1EB685C99EEE value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast<int32_t>(offsetof(Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB, ___getEnumeratorRetType_4)); }
inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; }
inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; }
inline void set_getEnumeratorRetType_4(int32_t value)
{
___getEnumeratorRetType_4 = value;
}
};
// System.Collections.Generic.Dictionary`2_Enumerator<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>
struct Enumerator_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * ___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_tCDCBEE0A5D57CAF5E572FAAE64B7CC8E0CA0E896 ___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_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22, ___dictionary_0)); }
inline Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * 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_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22, ___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_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22, ___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_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22, ___current_3)); }
inline KeyValuePair_2_tCDCBEE0A5D57CAF5E572FAAE64B7CC8E0CA0E896 get_current_3() const { return ___current_3; }
inline KeyValuePair_2_tCDCBEE0A5D57CAF5E572FAAE64B7CC8E0CA0E896 * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_tCDCBEE0A5D57CAF5E572FAAE64B7CC8E0CA0E896 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_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22, ___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.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;
}
};
// System.Text.RegularExpressions.Match
struct Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 : public Group_tB4759D0385925B2C8C14ED3FCD5D2F43CFBD0443
{
public:
// System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::_groupcoll
GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * ____groupcoll_8;
// System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::_regex
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ____regex_9;
// System.Int32 System.Text.RegularExpressions.Match::_textbeg
int32_t ____textbeg_10;
// System.Int32 System.Text.RegularExpressions.Match::_textpos
int32_t ____textpos_11;
// System.Int32 System.Text.RegularExpressions.Match::_textend
int32_t ____textend_12;
// System.Int32 System.Text.RegularExpressions.Match::_textstart
int32_t ____textstart_13;
// System.Int32[][] System.Text.RegularExpressions.Match::_matches
Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* ____matches_14;
// System.Int32[] System.Text.RegularExpressions.Match::_matchcount
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____matchcount_15;
// System.Boolean System.Text.RegularExpressions.Match::_balancing
bool ____balancing_16;
public:
inline static int32_t get_offset_of__groupcoll_8() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____groupcoll_8)); }
inline GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * get__groupcoll_8() const { return ____groupcoll_8; }
inline GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F ** get_address_of__groupcoll_8() { return &____groupcoll_8; }
inline void set__groupcoll_8(GroupCollection_tD9051ED1A991E3666439262B517FDD2F968C064F * value)
{
____groupcoll_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____groupcoll_8), (void*)value);
}
inline static int32_t get_offset_of__regex_9() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____regex_9)); }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * get__regex_9() const { return ____regex_9; }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ** get_address_of__regex_9() { return &____regex_9; }
inline void set__regex_9(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value)
{
____regex_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____regex_9), (void*)value);
}
inline static int32_t get_offset_of__textbeg_10() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textbeg_10)); }
inline int32_t get__textbeg_10() const { return ____textbeg_10; }
inline int32_t* get_address_of__textbeg_10() { return &____textbeg_10; }
inline void set__textbeg_10(int32_t value)
{
____textbeg_10 = value;
}
inline static int32_t get_offset_of__textpos_11() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textpos_11)); }
inline int32_t get__textpos_11() const { return ____textpos_11; }
inline int32_t* get_address_of__textpos_11() { return &____textpos_11; }
inline void set__textpos_11(int32_t value)
{
____textpos_11 = value;
}
inline static int32_t get_offset_of__textend_12() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textend_12)); }
inline int32_t get__textend_12() const { return ____textend_12; }
inline int32_t* get_address_of__textend_12() { return &____textend_12; }
inline void set__textend_12(int32_t value)
{
____textend_12 = value;
}
inline static int32_t get_offset_of__textstart_13() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____textstart_13)); }
inline int32_t get__textstart_13() const { return ____textstart_13; }
inline int32_t* get_address_of__textstart_13() { return &____textstart_13; }
inline void set__textstart_13(int32_t value)
{
____textstart_13 = value;
}
inline static int32_t get_offset_of__matches_14() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____matches_14)); }
inline Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* get__matches_14() const { return ____matches_14; }
inline Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43** get_address_of__matches_14() { return &____matches_14; }
inline void set__matches_14(Int32U5BU5DU5BU5D_tCA34E042D233821D51B4DAFB480EE602F2DBEF43* value)
{
____matches_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&____matches_14), (void*)value);
}
inline static int32_t get_offset_of__matchcount_15() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____matchcount_15)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__matchcount_15() const { return ____matchcount_15; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__matchcount_15() { return &____matchcount_15; }
inline void set__matchcount_15(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____matchcount_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&____matchcount_15), (void*)value);
}
inline static int32_t get_offset_of__balancing_16() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5, ____balancing_16)); }
inline bool get__balancing_16() const { return ____balancing_16; }
inline bool* get_address_of__balancing_16() { return &____balancing_16; }
inline void set__balancing_16(bool value)
{
____balancing_16 = value;
}
};
struct Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_StaticFields
{
public:
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::_empty
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * ____empty_7;
public:
inline static int32_t get_offset_of__empty_7() { return static_cast<int32_t>(offsetof(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_StaticFields, ____empty_7)); }
inline Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * get__empty_7() const { return ____empty_7; }
inline Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 ** get_address_of__empty_7() { return &____empty_7; }
inline void set__empty_7(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * value)
{
____empty_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____empty_7), (void*)value);
}
};
// System.Text.RegularExpressions.RegexOptions
struct RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1
{
public:
// System.Int32 System.Text.RegularExpressions.RegexOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.TimeSpan
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
{
public:
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_3;
public:
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
inline int64_t get__ticks_3() const { return ____ticks_3; }
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
inline void set__ticks_3(int64_t value)
{
____ticks_3 = value;
}
};
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
{
public:
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
bool ____legacyConfigChecked_4;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
bool ____legacyMode_5;
public:
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___Zero_0 = value;
}
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaxValue_1 = value;
}
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MinValue_2 = value;
}
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
inline void set__legacyConfigChecked_4(bool value)
{
____legacyConfigChecked_4 = value;
}
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
inline void set__legacyMode_5(bool value)
{
____legacyMode_5 = value;
}
};
// UnityEngine.EventModifiers
struct EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061
{
public:
// System.Int32 UnityEngine.EventModifiers::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.IMECompositionMode
struct IMECompositionMode_t491836CA4BD289253C9FF16B3C158744C8598CE2
{
public:
// System.Int32 UnityEngine.IMECompositionMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(IMECompositionMode_t491836CA4BD289253C9FF16B3C158744C8598CE2, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.KeyCode
struct KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C
{
public:
// System.Int32 UnityEngine.KeyCode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Object::m_CachedPtr
intptr_t ___m_CachedPtr_0;
public:
inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___m_CachedPtr_0)); }
inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; }
inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; }
inline void set_m_CachedPtr_0(intptr_t value)
{
___m_CachedPtr_0 = value;
}
};
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields
{
public:
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
public:
inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); }
inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; }
inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; }
inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value)
{
___OffsetOfInstanceIDInCPlusPlusObject_1 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
{
intptr_t ___m_CachedPtr_0;
};
// Native definition for COM marshalling of UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
{
intptr_t ___m_CachedPtr_0;
};
// UnityEngine.Ray
struct Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2
{
public:
// UnityEngine.Vector3 UnityEngine.Ray::m_Origin
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Origin_0;
// UnityEngine.Vector3 UnityEngine.Ray::m_Direction
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Direction_1;
public:
inline static int32_t get_offset_of_m_Origin_0() { return static_cast<int32_t>(offsetof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2, ___m_Origin_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Origin_0() const { return ___m_Origin_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Origin_0() { return &___m_Origin_0; }
inline void set_m_Origin_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Origin_0 = value;
}
inline static int32_t get_offset_of_m_Direction_1() { return static_cast<int32_t>(offsetof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2, ___m_Direction_1)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Direction_1() const { return ___m_Direction_1; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Direction_1() { return &___m_Direction_1; }
inline void set_m_Direction_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Direction_1 = value;
}
};
// UnityEngine.RaycastHit
struct RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3
{
public:
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Point_0;
// UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Normal_1;
// System.UInt32 UnityEngine.RaycastHit::m_FaceID
uint32_t ___m_FaceID_2;
// System.Single UnityEngine.RaycastHit::m_Distance
float ___m_Distance_3;
// UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_UV_4;
// System.Int32 UnityEngine.RaycastHit::m_Collider
int32_t ___m_Collider_5;
public:
inline static int32_t get_offset_of_m_Point_0() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Point_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Point_0() const { return ___m_Point_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Point_0() { return &___m_Point_0; }
inline void set_m_Point_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Point_0 = value;
}
inline static int32_t get_offset_of_m_Normal_1() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Normal_1)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Normal_1() const { return ___m_Normal_1; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Normal_1() { return &___m_Normal_1; }
inline void set_m_Normal_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Normal_1 = value;
}
inline static int32_t get_offset_of_m_FaceID_2() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_FaceID_2)); }
inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; }
inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; }
inline void set_m_FaceID_2(uint32_t value)
{
___m_FaceID_2 = value;
}
inline static int32_t get_offset_of_m_Distance_3() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Distance_3)); }
inline float get_m_Distance_3() const { return ___m_Distance_3; }
inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; }
inline void set_m_Distance_3(float value)
{
___m_Distance_3 = value;
}
inline static int32_t get_offset_of_m_UV_4() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_UV_4)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_UV_4() const { return ___m_UV_4; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_UV_4() { return &___m_UV_4; }
inline void set_m_UV_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_UV_4 = value;
}
inline static int32_t get_offset_of_m_Collider_5() { return static_cast<int32_t>(offsetof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3, ___m_Collider_5)); }
inline int32_t get_m_Collider_5() const { return ___m_Collider_5; }
inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; }
inline void set_m_Collider_5(int32_t value)
{
___m_Collider_5 = value;
}
};
// UnityEngine.RenderMode
struct RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60
{
public:
// System.Int32 UnityEngine.RenderMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// 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.TextureWrapMode
struct TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F
{
public:
// System.Int32 UnityEngine.TextureWrapMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextureWrapMode_t8AC763BD80806A9175C6AA8D33D6BABAD83E950F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// 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.FillMesh
struct FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 : public RuntimeObject
{
public:
// FairyGUI.FillMethod FairyGUI.FillMesh::method
int32_t ___method_0;
// System.Int32 FairyGUI.FillMesh::origin
int32_t ___origin_1;
// System.Single FairyGUI.FillMesh::amount
float ___amount_2;
// System.Boolean FairyGUI.FillMesh::clockwise
bool ___clockwise_3;
public:
inline static int32_t get_offset_of_method_0() { return static_cast<int32_t>(offsetof(FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371, ___method_0)); }
inline int32_t get_method_0() const { return ___method_0; }
inline int32_t* get_address_of_method_0() { return &___method_0; }
inline void set_method_0(int32_t value)
{
___method_0 = value;
}
inline static int32_t get_offset_of_origin_1() { return static_cast<int32_t>(offsetof(FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371, ___origin_1)); }
inline int32_t get_origin_1() const { return ___origin_1; }
inline int32_t* get_address_of_origin_1() { return &___origin_1; }
inline void set_origin_1(int32_t value)
{
___origin_1 = value;
}
inline static int32_t get_offset_of_amount_2() { return static_cast<int32_t>(offsetof(FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371, ___amount_2)); }
inline float get_amount_2() const { return ___amount_2; }
inline float* get_address_of_amount_2() { return &___amount_2; }
inline void set_amount_2(float value)
{
___amount_2 = value;
}
inline static int32_t get_offset_of_clockwise_3() { return static_cast<int32_t>(offsetof(FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371, ___clockwise_3)); }
inline bool get_clockwise_3() const { return ___clockwise_3; }
inline bool* get_address_of_clockwise_3() { return &___clockwise_3; }
inline void set_clockwise_3(bool value)
{
___clockwise_3 = value;
}
};
// FairyGUI.GObject
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// System.String FairyGUI.GObject::<id>k__BackingField
String_t* ___U3CidU3Ek__BackingField_2;
// System.String FairyGUI.GObject::name
String_t* ___name_3;
// System.Object FairyGUI.GObject::data
RuntimeObject * ___data_4;
// System.Int32 FairyGUI.GObject::sourceWidth
int32_t ___sourceWidth_5;
// System.Int32 FairyGUI.GObject::sourceHeight
int32_t ___sourceHeight_6;
// System.Int32 FairyGUI.GObject::initWidth
int32_t ___initWidth_7;
// System.Int32 FairyGUI.GObject::initHeight
int32_t ___initHeight_8;
// System.Int32 FairyGUI.GObject::minWidth
int32_t ___minWidth_9;
// System.Int32 FairyGUI.GObject::maxWidth
int32_t ___maxWidth_10;
// System.Int32 FairyGUI.GObject::minHeight
int32_t ___minHeight_11;
// System.Int32 FairyGUI.GObject::maxHeight
int32_t ___maxHeight_12;
// FairyGUI.Relations FairyGUI.GObject::<relations>k__BackingField
Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * ___U3CrelationsU3Ek__BackingField_13;
// System.Nullable`1<UnityEngine.Rect> FairyGUI.GObject::dragBounds
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___dragBounds_14;
// FairyGUI.GComponent FairyGUI.GObject::<parent>k__BackingField
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___U3CparentU3Ek__BackingField_15;
// FairyGUI.DisplayObject FairyGUI.GObject::<displayObject>k__BackingField
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___U3CdisplayObjectU3Ek__BackingField_16;
// FairyGUI.PackageItem FairyGUI.GObject::packageItem
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___packageItem_18;
// System.Single FairyGUI.GObject::_x
float ____x_19;
// System.Single FairyGUI.GObject::_y
float ____y_20;
// System.Single FairyGUI.GObject::_z
float ____z_21;
// System.Single FairyGUI.GObject::_pivotX
float ____pivotX_22;
// System.Single FairyGUI.GObject::_pivotY
float ____pivotY_23;
// System.Boolean FairyGUI.GObject::_pivotAsAnchor
bool ____pivotAsAnchor_24;
// System.Single FairyGUI.GObject::_alpha
float ____alpha_25;
// System.Single FairyGUI.GObject::_rotation
float ____rotation_26;
// System.Single FairyGUI.GObject::_rotationX
float ____rotationX_27;
// System.Single FairyGUI.GObject::_rotationY
float ____rotationY_28;
// System.Boolean FairyGUI.GObject::_visible
bool ____visible_29;
// System.Boolean FairyGUI.GObject::_internalVisible
bool ____internalVisible_30;
// System.Boolean FairyGUI.GObject::_handlingController
bool ____handlingController_31;
// System.Boolean FairyGUI.GObject::_touchable
bool ____touchable_32;
// System.Boolean FairyGUI.GObject::_grayed
bool ____grayed_33;
// System.Boolean FairyGUI.GObject::_draggable
bool ____draggable_34;
// System.Single FairyGUI.GObject::_scaleX
float ____scaleX_35;
// System.Single FairyGUI.GObject::_scaleY
float ____scaleY_36;
// System.Int32 FairyGUI.GObject::_sortingOrder
int32_t ____sortingOrder_37;
// System.Boolean FairyGUI.GObject::_focusable
bool ____focusable_38;
// System.String FairyGUI.GObject::_tooltips
String_t* ____tooltips_39;
// System.Boolean FairyGUI.GObject::_pixelSnapping
bool ____pixelSnapping_40;
// FairyGUI.GGroup FairyGUI.GObject::_group
GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * ____group_41;
// FairyGUI.GearBase[] FairyGUI.GObject::_gears
GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* ____gears_42;
// FairyGUI.EventListener FairyGUI.GObject::_onClick
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClick_43;
// FairyGUI.EventListener FairyGUI.GObject::_onRightClick
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRightClick_44;
// FairyGUI.EventListener FairyGUI.GObject::_onTouchBegin
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchBegin_45;
// FairyGUI.EventListener FairyGUI.GObject::_onTouchMove
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchMove_46;
// FairyGUI.EventListener FairyGUI.GObject::_onTouchEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onTouchEnd_47;
// FairyGUI.EventListener FairyGUI.GObject::_onRollOver
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOver_48;
// FairyGUI.EventListener FairyGUI.GObject::_onRollOut
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRollOut_49;
// FairyGUI.EventListener FairyGUI.GObject::_onAddedToStage
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onAddedToStage_50;
// FairyGUI.EventListener FairyGUI.GObject::_onRemovedFromStage
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onRemovedFromStage_51;
// FairyGUI.EventListener FairyGUI.GObject::_onKeyDown
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onKeyDown_52;
// FairyGUI.EventListener FairyGUI.GObject::_onClickLink
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onClickLink_53;
// FairyGUI.EventListener FairyGUI.GObject::_onPositionChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onPositionChanged_54;
// FairyGUI.EventListener FairyGUI.GObject::_onSizeChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onSizeChanged_55;
// FairyGUI.EventListener FairyGUI.GObject::_onDragStart
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragStart_56;
// FairyGUI.EventListener FairyGUI.GObject::_onDragMove
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragMove_57;
// FairyGUI.EventListener FairyGUI.GObject::_onDragEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDragEnd_58;
// FairyGUI.EventListener FairyGUI.GObject::_onGearStop
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onGearStop_59;
// System.Boolean FairyGUI.GObject::underConstruct
bool ___underConstruct_60;
// System.Single FairyGUI.GObject::_width
float ____width_61;
// System.Single FairyGUI.GObject::_height
float ____height_62;
// System.Single FairyGUI.GObject::_rawWidth
float ____rawWidth_63;
// System.Single FairyGUI.GObject::_rawHeight
float ____rawHeight_64;
// System.Boolean FairyGUI.GObject::_gearLocked
bool ____gearLocked_65;
// System.Single FairyGUI.GObject::_sizePercentInGroup
float ____sizePercentInGroup_66;
// System.Boolean FairyGUI.GObject::_disposed
bool ____disposed_67;
// UnityEngine.Vector2 FairyGUI.GObject::_dragTouchStartPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____dragTouchStartPos_69;
// System.Boolean FairyGUI.GObject::_dragTesting
bool ____dragTesting_70;
public:
inline static int32_t get_offset_of_U3CidU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CidU3Ek__BackingField_2)); }
inline String_t* get_U3CidU3Ek__BackingField_2() const { return ___U3CidU3Ek__BackingField_2; }
inline String_t** get_address_of_U3CidU3Ek__BackingField_2() { return &___U3CidU3Ek__BackingField_2; }
inline void set_U3CidU3Ek__BackingField_2(String_t* value)
{
___U3CidU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CidU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_name_3() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___name_3)); }
inline String_t* get_name_3() const { return ___name_3; }
inline String_t** get_address_of_name_3() { return &___name_3; }
inline void set_name_3(String_t* value)
{
___name_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value);
}
inline static int32_t get_offset_of_data_4() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___data_4)); }
inline RuntimeObject * get_data_4() const { return ___data_4; }
inline RuntimeObject ** get_address_of_data_4() { return &___data_4; }
inline void set_data_4(RuntimeObject * value)
{
___data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_4), (void*)value);
}
inline static int32_t get_offset_of_sourceWidth_5() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___sourceWidth_5)); }
inline int32_t get_sourceWidth_5() const { return ___sourceWidth_5; }
inline int32_t* get_address_of_sourceWidth_5() { return &___sourceWidth_5; }
inline void set_sourceWidth_5(int32_t value)
{
___sourceWidth_5 = value;
}
inline static int32_t get_offset_of_sourceHeight_6() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___sourceHeight_6)); }
inline int32_t get_sourceHeight_6() const { return ___sourceHeight_6; }
inline int32_t* get_address_of_sourceHeight_6() { return &___sourceHeight_6; }
inline void set_sourceHeight_6(int32_t value)
{
___sourceHeight_6 = value;
}
inline static int32_t get_offset_of_initWidth_7() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___initWidth_7)); }
inline int32_t get_initWidth_7() const { return ___initWidth_7; }
inline int32_t* get_address_of_initWidth_7() { return &___initWidth_7; }
inline void set_initWidth_7(int32_t value)
{
___initWidth_7 = value;
}
inline static int32_t get_offset_of_initHeight_8() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___initHeight_8)); }
inline int32_t get_initHeight_8() const { return ___initHeight_8; }
inline int32_t* get_address_of_initHeight_8() { return &___initHeight_8; }
inline void set_initHeight_8(int32_t value)
{
___initHeight_8 = value;
}
inline static int32_t get_offset_of_minWidth_9() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___minWidth_9)); }
inline int32_t get_minWidth_9() const { return ___minWidth_9; }
inline int32_t* get_address_of_minWidth_9() { return &___minWidth_9; }
inline void set_minWidth_9(int32_t value)
{
___minWidth_9 = value;
}
inline static int32_t get_offset_of_maxWidth_10() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___maxWidth_10)); }
inline int32_t get_maxWidth_10() const { return ___maxWidth_10; }
inline int32_t* get_address_of_maxWidth_10() { return &___maxWidth_10; }
inline void set_maxWidth_10(int32_t value)
{
___maxWidth_10 = value;
}
inline static int32_t get_offset_of_minHeight_11() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___minHeight_11)); }
inline int32_t get_minHeight_11() const { return ___minHeight_11; }
inline int32_t* get_address_of_minHeight_11() { return &___minHeight_11; }
inline void set_minHeight_11(int32_t value)
{
___minHeight_11 = value;
}
inline static int32_t get_offset_of_maxHeight_12() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___maxHeight_12)); }
inline int32_t get_maxHeight_12() const { return ___maxHeight_12; }
inline int32_t* get_address_of_maxHeight_12() { return &___maxHeight_12; }
inline void set_maxHeight_12(int32_t value)
{
___maxHeight_12 = value;
}
inline static int32_t get_offset_of_U3CrelationsU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CrelationsU3Ek__BackingField_13)); }
inline Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * get_U3CrelationsU3Ek__BackingField_13() const { return ___U3CrelationsU3Ek__BackingField_13; }
inline Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF ** get_address_of_U3CrelationsU3Ek__BackingField_13() { return &___U3CrelationsU3Ek__BackingField_13; }
inline void set_U3CrelationsU3Ek__BackingField_13(Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * value)
{
___U3CrelationsU3Ek__BackingField_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CrelationsU3Ek__BackingField_13), (void*)value);
}
inline static int32_t get_offset_of_dragBounds_14() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___dragBounds_14)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_dragBounds_14() const { return ___dragBounds_14; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_dragBounds_14() { return &___dragBounds_14; }
inline void set_dragBounds_14(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
___dragBounds_14 = value;
}
inline static int32_t get_offset_of_U3CparentU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CparentU3Ek__BackingField_15)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_U3CparentU3Ek__BackingField_15() const { return ___U3CparentU3Ek__BackingField_15; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_U3CparentU3Ek__BackingField_15() { return &___U3CparentU3Ek__BackingField_15; }
inline void set_U3CparentU3Ek__BackingField_15(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
___U3CparentU3Ek__BackingField_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CparentU3Ek__BackingField_15), (void*)value);
}
inline static int32_t get_offset_of_U3CdisplayObjectU3Ek__BackingField_16() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___U3CdisplayObjectU3Ek__BackingField_16)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get_U3CdisplayObjectU3Ek__BackingField_16() const { return ___U3CdisplayObjectU3Ek__BackingField_16; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of_U3CdisplayObjectU3Ek__BackingField_16() { return &___U3CdisplayObjectU3Ek__BackingField_16; }
inline void set_U3CdisplayObjectU3Ek__BackingField_16(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
___U3CdisplayObjectU3Ek__BackingField_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CdisplayObjectU3Ek__BackingField_16), (void*)value);
}
inline static int32_t get_offset_of_packageItem_18() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___packageItem_18)); }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get_packageItem_18() const { return ___packageItem_18; }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of_packageItem_18() { return &___packageItem_18; }
inline void set_packageItem_18(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value)
{
___packageItem_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___packageItem_18), (void*)value);
}
inline static int32_t get_offset_of__x_19() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____x_19)); }
inline float get__x_19() const { return ____x_19; }
inline float* get_address_of__x_19() { return &____x_19; }
inline void set__x_19(float value)
{
____x_19 = value;
}
inline static int32_t get_offset_of__y_20() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____y_20)); }
inline float get__y_20() const { return ____y_20; }
inline float* get_address_of__y_20() { return &____y_20; }
inline void set__y_20(float value)
{
____y_20 = value;
}
inline static int32_t get_offset_of__z_21() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____z_21)); }
inline float get__z_21() const { return ____z_21; }
inline float* get_address_of__z_21() { return &____z_21; }
inline void set__z_21(float value)
{
____z_21 = value;
}
inline static int32_t get_offset_of__pivotX_22() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotX_22)); }
inline float get__pivotX_22() const { return ____pivotX_22; }
inline float* get_address_of__pivotX_22() { return &____pivotX_22; }
inline void set__pivotX_22(float value)
{
____pivotX_22 = value;
}
inline static int32_t get_offset_of__pivotY_23() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotY_23)); }
inline float get__pivotY_23() const { return ____pivotY_23; }
inline float* get_address_of__pivotY_23() { return &____pivotY_23; }
inline void set__pivotY_23(float value)
{
____pivotY_23 = value;
}
inline static int32_t get_offset_of__pivotAsAnchor_24() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pivotAsAnchor_24)); }
inline bool get__pivotAsAnchor_24() const { return ____pivotAsAnchor_24; }
inline bool* get_address_of__pivotAsAnchor_24() { return &____pivotAsAnchor_24; }
inline void set__pivotAsAnchor_24(bool value)
{
____pivotAsAnchor_24 = value;
}
inline static int32_t get_offset_of__alpha_25() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____alpha_25)); }
inline float get__alpha_25() const { return ____alpha_25; }
inline float* get_address_of__alpha_25() { return &____alpha_25; }
inline void set__alpha_25(float value)
{
____alpha_25 = value;
}
inline static int32_t get_offset_of__rotation_26() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotation_26)); }
inline float get__rotation_26() const { return ____rotation_26; }
inline float* get_address_of__rotation_26() { return &____rotation_26; }
inline void set__rotation_26(float value)
{
____rotation_26 = value;
}
inline static int32_t get_offset_of__rotationX_27() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotationX_27)); }
inline float get__rotationX_27() const { return ____rotationX_27; }
inline float* get_address_of__rotationX_27() { return &____rotationX_27; }
inline void set__rotationX_27(float value)
{
____rotationX_27 = value;
}
inline static int32_t get_offset_of__rotationY_28() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rotationY_28)); }
inline float get__rotationY_28() const { return ____rotationY_28; }
inline float* get_address_of__rotationY_28() { return &____rotationY_28; }
inline void set__rotationY_28(float value)
{
____rotationY_28 = value;
}
inline static int32_t get_offset_of__visible_29() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____visible_29)); }
inline bool get__visible_29() const { return ____visible_29; }
inline bool* get_address_of__visible_29() { return &____visible_29; }
inline void set__visible_29(bool value)
{
____visible_29 = value;
}
inline static int32_t get_offset_of__internalVisible_30() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____internalVisible_30)); }
inline bool get__internalVisible_30() const { return ____internalVisible_30; }
inline bool* get_address_of__internalVisible_30() { return &____internalVisible_30; }
inline void set__internalVisible_30(bool value)
{
____internalVisible_30 = value;
}
inline static int32_t get_offset_of__handlingController_31() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____handlingController_31)); }
inline bool get__handlingController_31() const { return ____handlingController_31; }
inline bool* get_address_of__handlingController_31() { return &____handlingController_31; }
inline void set__handlingController_31(bool value)
{
____handlingController_31 = value;
}
inline static int32_t get_offset_of__touchable_32() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____touchable_32)); }
inline bool get__touchable_32() const { return ____touchable_32; }
inline bool* get_address_of__touchable_32() { return &____touchable_32; }
inline void set__touchable_32(bool value)
{
____touchable_32 = value;
}
inline static int32_t get_offset_of__grayed_33() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____grayed_33)); }
inline bool get__grayed_33() const { return ____grayed_33; }
inline bool* get_address_of__grayed_33() { return &____grayed_33; }
inline void set__grayed_33(bool value)
{
____grayed_33 = value;
}
inline static int32_t get_offset_of__draggable_34() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____draggable_34)); }
inline bool get__draggable_34() const { return ____draggable_34; }
inline bool* get_address_of__draggable_34() { return &____draggable_34; }
inline void set__draggable_34(bool value)
{
____draggable_34 = value;
}
inline static int32_t get_offset_of__scaleX_35() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____scaleX_35)); }
inline float get__scaleX_35() const { return ____scaleX_35; }
inline float* get_address_of__scaleX_35() { return &____scaleX_35; }
inline void set__scaleX_35(float value)
{
____scaleX_35 = value;
}
inline static int32_t get_offset_of__scaleY_36() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____scaleY_36)); }
inline float get__scaleY_36() const { return ____scaleY_36; }
inline float* get_address_of__scaleY_36() { return &____scaleY_36; }
inline void set__scaleY_36(float value)
{
____scaleY_36 = value;
}
inline static int32_t get_offset_of__sortingOrder_37() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____sortingOrder_37)); }
inline int32_t get__sortingOrder_37() const { return ____sortingOrder_37; }
inline int32_t* get_address_of__sortingOrder_37() { return &____sortingOrder_37; }
inline void set__sortingOrder_37(int32_t value)
{
____sortingOrder_37 = value;
}
inline static int32_t get_offset_of__focusable_38() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____focusable_38)); }
inline bool get__focusable_38() const { return ____focusable_38; }
inline bool* get_address_of__focusable_38() { return &____focusable_38; }
inline void set__focusable_38(bool value)
{
____focusable_38 = value;
}
inline static int32_t get_offset_of__tooltips_39() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____tooltips_39)); }
inline String_t* get__tooltips_39() const { return ____tooltips_39; }
inline String_t** get_address_of__tooltips_39() { return &____tooltips_39; }
inline void set__tooltips_39(String_t* value)
{
____tooltips_39 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tooltips_39), (void*)value);
}
inline static int32_t get_offset_of__pixelSnapping_40() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____pixelSnapping_40)); }
inline bool get__pixelSnapping_40() const { return ____pixelSnapping_40; }
inline bool* get_address_of__pixelSnapping_40() { return &____pixelSnapping_40; }
inline void set__pixelSnapping_40(bool value)
{
____pixelSnapping_40 = value;
}
inline static int32_t get_offset_of__group_41() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____group_41)); }
inline GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * get__group_41() const { return ____group_41; }
inline GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 ** get_address_of__group_41() { return &____group_41; }
inline void set__group_41(GGroup_tC639447CD683C998CC282B1BEB24798021939CB4 * value)
{
____group_41 = value;
Il2CppCodeGenWriteBarrier((void**)(&____group_41), (void*)value);
}
inline static int32_t get_offset_of__gears_42() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____gears_42)); }
inline GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* get__gears_42() const { return ____gears_42; }
inline GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A** get_address_of__gears_42() { return &____gears_42; }
inline void set__gears_42(GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A* value)
{
____gears_42 = value;
Il2CppCodeGenWriteBarrier((void**)(&____gears_42), (void*)value);
}
inline static int32_t get_offset_of__onClick_43() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onClick_43)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClick_43() const { return ____onClick_43; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClick_43() { return &____onClick_43; }
inline void set__onClick_43(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClick_43 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClick_43), (void*)value);
}
inline static int32_t get_offset_of__onRightClick_44() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRightClick_44)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRightClick_44() const { return ____onRightClick_44; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRightClick_44() { return &____onRightClick_44; }
inline void set__onRightClick_44(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRightClick_44 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRightClick_44), (void*)value);
}
inline static int32_t get_offset_of__onTouchBegin_45() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchBegin_45)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchBegin_45() const { return ____onTouchBegin_45; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchBegin_45() { return &____onTouchBegin_45; }
inline void set__onTouchBegin_45(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchBegin_45 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchBegin_45), (void*)value);
}
inline static int32_t get_offset_of__onTouchMove_46() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchMove_46)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchMove_46() const { return ____onTouchMove_46; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchMove_46() { return &____onTouchMove_46; }
inline void set__onTouchMove_46(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchMove_46 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchMove_46), (void*)value);
}
inline static int32_t get_offset_of__onTouchEnd_47() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onTouchEnd_47)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onTouchEnd_47() const { return ____onTouchEnd_47; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onTouchEnd_47() { return &____onTouchEnd_47; }
inline void set__onTouchEnd_47(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onTouchEnd_47 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onTouchEnd_47), (void*)value);
}
inline static int32_t get_offset_of__onRollOver_48() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRollOver_48)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOver_48() const { return ____onRollOver_48; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOver_48() { return &____onRollOver_48; }
inline void set__onRollOver_48(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRollOver_48 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRollOver_48), (void*)value);
}
inline static int32_t get_offset_of__onRollOut_49() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRollOut_49)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRollOut_49() const { return ____onRollOut_49; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRollOut_49() { return &____onRollOut_49; }
inline void set__onRollOut_49(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRollOut_49 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRollOut_49), (void*)value);
}
inline static int32_t get_offset_of__onAddedToStage_50() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onAddedToStage_50)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onAddedToStage_50() const { return ____onAddedToStage_50; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onAddedToStage_50() { return &____onAddedToStage_50; }
inline void set__onAddedToStage_50(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onAddedToStage_50 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onAddedToStage_50), (void*)value);
}
inline static int32_t get_offset_of__onRemovedFromStage_51() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onRemovedFromStage_51)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onRemovedFromStage_51() const { return ____onRemovedFromStage_51; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onRemovedFromStage_51() { return &____onRemovedFromStage_51; }
inline void set__onRemovedFromStage_51(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onRemovedFromStage_51 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onRemovedFromStage_51), (void*)value);
}
inline static int32_t get_offset_of__onKeyDown_52() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onKeyDown_52)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onKeyDown_52() const { return ____onKeyDown_52; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onKeyDown_52() { return &____onKeyDown_52; }
inline void set__onKeyDown_52(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onKeyDown_52 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onKeyDown_52), (void*)value);
}
inline static int32_t get_offset_of__onClickLink_53() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onClickLink_53)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onClickLink_53() const { return ____onClickLink_53; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onClickLink_53() { return &____onClickLink_53; }
inline void set__onClickLink_53(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onClickLink_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onClickLink_53), (void*)value);
}
inline static int32_t get_offset_of__onPositionChanged_54() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onPositionChanged_54)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onPositionChanged_54() const { return ____onPositionChanged_54; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onPositionChanged_54() { return &____onPositionChanged_54; }
inline void set__onPositionChanged_54(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onPositionChanged_54 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onPositionChanged_54), (void*)value);
}
inline static int32_t get_offset_of__onSizeChanged_55() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onSizeChanged_55)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onSizeChanged_55() const { return ____onSizeChanged_55; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onSizeChanged_55() { return &____onSizeChanged_55; }
inline void set__onSizeChanged_55(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onSizeChanged_55 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onSizeChanged_55), (void*)value);
}
inline static int32_t get_offset_of__onDragStart_56() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragStart_56)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragStart_56() const { return ____onDragStart_56; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragStart_56() { return &____onDragStart_56; }
inline void set__onDragStart_56(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDragStart_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDragStart_56), (void*)value);
}
inline static int32_t get_offset_of__onDragMove_57() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragMove_57)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragMove_57() const { return ____onDragMove_57; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragMove_57() { return &____onDragMove_57; }
inline void set__onDragMove_57(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDragMove_57 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDragMove_57), (void*)value);
}
inline static int32_t get_offset_of__onDragEnd_58() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onDragEnd_58)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDragEnd_58() const { return ____onDragEnd_58; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDragEnd_58() { return &____onDragEnd_58; }
inline void set__onDragEnd_58(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDragEnd_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDragEnd_58), (void*)value);
}
inline static int32_t get_offset_of__onGearStop_59() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____onGearStop_59)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onGearStop_59() const { return ____onGearStop_59; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onGearStop_59() { return &____onGearStop_59; }
inline void set__onGearStop_59(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onGearStop_59 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onGearStop_59), (void*)value);
}
inline static int32_t get_offset_of_underConstruct_60() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ___underConstruct_60)); }
inline bool get_underConstruct_60() const { return ___underConstruct_60; }
inline bool* get_address_of_underConstruct_60() { return &___underConstruct_60; }
inline void set_underConstruct_60(bool value)
{
___underConstruct_60 = value;
}
inline static int32_t get_offset_of__width_61() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____width_61)); }
inline float get__width_61() const { return ____width_61; }
inline float* get_address_of__width_61() { return &____width_61; }
inline void set__width_61(float value)
{
____width_61 = value;
}
inline static int32_t get_offset_of__height_62() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____height_62)); }
inline float get__height_62() const { return ____height_62; }
inline float* get_address_of__height_62() { return &____height_62; }
inline void set__height_62(float value)
{
____height_62 = value;
}
inline static int32_t get_offset_of__rawWidth_63() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rawWidth_63)); }
inline float get__rawWidth_63() const { return ____rawWidth_63; }
inline float* get_address_of__rawWidth_63() { return &____rawWidth_63; }
inline void set__rawWidth_63(float value)
{
____rawWidth_63 = value;
}
inline static int32_t get_offset_of__rawHeight_64() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____rawHeight_64)); }
inline float get__rawHeight_64() const { return ____rawHeight_64; }
inline float* get_address_of__rawHeight_64() { return &____rawHeight_64; }
inline void set__rawHeight_64(float value)
{
____rawHeight_64 = value;
}
inline static int32_t get_offset_of__gearLocked_65() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____gearLocked_65)); }
inline bool get__gearLocked_65() const { return ____gearLocked_65; }
inline bool* get_address_of__gearLocked_65() { return &____gearLocked_65; }
inline void set__gearLocked_65(bool value)
{
____gearLocked_65 = value;
}
inline static int32_t get_offset_of__sizePercentInGroup_66() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____sizePercentInGroup_66)); }
inline float get__sizePercentInGroup_66() const { return ____sizePercentInGroup_66; }
inline float* get_address_of__sizePercentInGroup_66() { return &____sizePercentInGroup_66; }
inline void set__sizePercentInGroup_66(float value)
{
____sizePercentInGroup_66 = value;
}
inline static int32_t get_offset_of__disposed_67() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____disposed_67)); }
inline bool get__disposed_67() const { return ____disposed_67; }
inline bool* get_address_of__disposed_67() { return &____disposed_67; }
inline void set__disposed_67(bool value)
{
____disposed_67 = value;
}
inline static int32_t get_offset_of__dragTouchStartPos_69() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____dragTouchStartPos_69)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__dragTouchStartPos_69() const { return ____dragTouchStartPos_69; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__dragTouchStartPos_69() { return &____dragTouchStartPos_69; }
inline void set__dragTouchStartPos_69(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____dragTouchStartPos_69 = value;
}
inline static int32_t get_offset_of__dragTesting_70() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB, ____dragTesting_70)); }
inline bool get__dragTesting_70() const { return ____dragTesting_70; }
inline bool* get_address_of__dragTesting_70() { return &____dragTesting_70; }
inline void set__dragTesting_70(bool value)
{
____dragTesting_70 = value;
}
};
struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields
{
public:
// FairyGUI.GObject FairyGUI.GObject::<draggingObject>k__BackingField
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___U3CdraggingObjectU3Ek__BackingField_17;
// System.UInt32 FairyGUI.GObject::_gInstanceCounter
uint32_t ____gInstanceCounter_68;
// UnityEngine.Vector2 FairyGUI.GObject::sGlobalDragStart
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___sGlobalDragStart_71;
// UnityEngine.Rect FairyGUI.GObject::sGlobalRect
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___sGlobalRect_72;
// System.Boolean FairyGUI.GObject::sUpdateInDragging
bool ___sUpdateInDragging_73;
public:
inline static int32_t get_offset_of_U3CdraggingObjectU3Ek__BackingField_17() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___U3CdraggingObjectU3Ek__BackingField_17)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get_U3CdraggingObjectU3Ek__BackingField_17() const { return ___U3CdraggingObjectU3Ek__BackingField_17; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of_U3CdraggingObjectU3Ek__BackingField_17() { return &___U3CdraggingObjectU3Ek__BackingField_17; }
inline void set_U3CdraggingObjectU3Ek__BackingField_17(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
___U3CdraggingObjectU3Ek__BackingField_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CdraggingObjectU3Ek__BackingField_17), (void*)value);
}
inline static int32_t get_offset_of__gInstanceCounter_68() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ____gInstanceCounter_68)); }
inline uint32_t get__gInstanceCounter_68() const { return ____gInstanceCounter_68; }
inline uint32_t* get_address_of__gInstanceCounter_68() { return &____gInstanceCounter_68; }
inline void set__gInstanceCounter_68(uint32_t value)
{
____gInstanceCounter_68 = value;
}
inline static int32_t get_offset_of_sGlobalDragStart_71() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sGlobalDragStart_71)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_sGlobalDragStart_71() const { return ___sGlobalDragStart_71; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_sGlobalDragStart_71() { return &___sGlobalDragStart_71; }
inline void set_sGlobalDragStart_71(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___sGlobalDragStart_71 = value;
}
inline static int32_t get_offset_of_sGlobalRect_72() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sGlobalRect_72)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_sGlobalRect_72() const { return ___sGlobalRect_72; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_sGlobalRect_72() { return &___sGlobalRect_72; }
inline void set_sGlobalRect_72(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___sGlobalRect_72 = value;
}
inline static int32_t get_offset_of_sUpdateInDragging_73() { return static_cast<int32_t>(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sUpdateInDragging_73)); }
inline bool get_sUpdateInDragging_73() const { return ___sUpdateInDragging_73; }
inline bool* get_address_of_sUpdateInDragging_73() { return &___sUpdateInDragging_73; }
inline void set_sUpdateInDragging_73(bool value)
{
___sUpdateInDragging_73 = value;
}
};
// FairyGUI.GPath_Segment
struct Segment_t4D7158441370F573F35DB59A882D986F1269B61A
{
public:
// FairyGUI.GPathPoint_CurveType FairyGUI.GPath_Segment::type
int32_t ___type_0;
// System.Single FairyGUI.GPath_Segment::length
float ___length_1;
// System.Int32 FairyGUI.GPath_Segment::ptStart
int32_t ___ptStart_2;
// System.Int32 FairyGUI.GPath_Segment::ptCount
int32_t ___ptCount_3;
public:
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A, ___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_length_1() { return static_cast<int32_t>(offsetof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A, ___length_1)); }
inline float get_length_1() const { return ___length_1; }
inline float* get_address_of_length_1() { return &___length_1; }
inline void set_length_1(float value)
{
___length_1 = value;
}
inline static int32_t get_offset_of_ptStart_2() { return static_cast<int32_t>(offsetof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A, ___ptStart_2)); }
inline int32_t get_ptStart_2() const { return ___ptStart_2; }
inline int32_t* get_address_of_ptStart_2() { return &___ptStart_2; }
inline void set_ptStart_2(int32_t value)
{
___ptStart_2 = value;
}
inline static int32_t get_offset_of_ptCount_3() { return static_cast<int32_t>(offsetof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A, ___ptCount_3)); }
inline int32_t get_ptCount_3() const { return ___ptCount_3; }
inline int32_t* get_address_of_ptCount_3() { return &___ptCount_3; }
inline void set_ptCount_3(int32_t value)
{
___ptCount_3 = value;
}
};
// FairyGUI.GPathPoint
struct GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE
{
public:
// UnityEngine.Vector3 FairyGUI.GPathPoint::pos
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos_0;
// UnityEngine.Vector3 FairyGUI.GPathPoint::control1
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control1_1;
// UnityEngine.Vector3 FairyGUI.GPathPoint::control2
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control2_2;
// FairyGUI.GPathPoint_CurveType FairyGUI.GPathPoint::curveType
int32_t ___curveType_3;
public:
inline static int32_t get_offset_of_pos_0() { return static_cast<int32_t>(offsetof(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE, ___pos_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_pos_0() const { return ___pos_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_pos_0() { return &___pos_0; }
inline void set_pos_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___pos_0 = value;
}
inline static int32_t get_offset_of_control1_1() { return static_cast<int32_t>(offsetof(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE, ___control1_1)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_control1_1() const { return ___control1_1; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_control1_1() { return &___control1_1; }
inline void set_control1_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___control1_1 = value;
}
inline static int32_t get_offset_of_control2_2() { return static_cast<int32_t>(offsetof(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE, ___control2_2)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_control2_2() const { return ___control2_2; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_control2_2() { return &___control2_2; }
inline void set_control2_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___control2_2 = value;
}
inline static int32_t get_offset_of_curveType_3() { return static_cast<int32_t>(offsetof(GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE, ___curveType_3)); }
inline int32_t get_curveType_3() const { return ___curveType_3; }
inline int32_t* get_address_of_curveType_3() { return &___curveType_3; }
inline void set_curveType_3(int32_t value)
{
___curveType_3 = value;
}
};
// FairyGUI.GTweener
struct GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C : public RuntimeObject
{
public:
// System.Object FairyGUI.GTweener::_target
RuntimeObject * ____target_0;
// FairyGUI.TweenPropType FairyGUI.GTweener::_propType
int32_t ____propType_1;
// System.Boolean FairyGUI.GTweener::_killed
bool ____killed_2;
// System.Boolean FairyGUI.GTweener::_paused
bool ____paused_3;
// System.Single FairyGUI.GTweener::_delay
float ____delay_4;
// System.Single FairyGUI.GTweener::_duration
float ____duration_5;
// System.Single FairyGUI.GTweener::_breakpoint
float ____breakpoint_6;
// FairyGUI.EaseType FairyGUI.GTweener::_easeType
int32_t ____easeType_7;
// System.Single FairyGUI.GTweener::_easeOvershootOrAmplitude
float ____easeOvershootOrAmplitude_8;
// System.Single FairyGUI.GTweener::_easePeriod
float ____easePeriod_9;
// System.Int32 FairyGUI.GTweener::_repeat
int32_t ____repeat_10;
// System.Boolean FairyGUI.GTweener::_yoyo
bool ____yoyo_11;
// System.Single FairyGUI.GTweener::_timeScale
float ____timeScale_12;
// System.Boolean FairyGUI.GTweener::_ignoreEngineTimeScale
bool ____ignoreEngineTimeScale_13;
// System.Boolean FairyGUI.GTweener::_snapping
bool ____snapping_14;
// System.Object FairyGUI.GTweener::_userData
RuntimeObject * ____userData_15;
// FairyGUI.GPath FairyGUI.GTweener::_path
GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * ____path_16;
// FairyGUI.GTweenCallback FairyGUI.GTweener::_onUpdate
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____onUpdate_17;
// FairyGUI.GTweenCallback FairyGUI.GTweener::_onStart
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____onStart_18;
// FairyGUI.GTweenCallback FairyGUI.GTweener::_onComplete
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____onComplete_19;
// FairyGUI.GTweenCallback1 FairyGUI.GTweener::_onUpdate1
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____onUpdate1_20;
// FairyGUI.GTweenCallback1 FairyGUI.GTweener::_onStart1
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____onStart1_21;
// FairyGUI.GTweenCallback1 FairyGUI.GTweener::_onComplete1
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____onComplete1_22;
// FairyGUI.ITweenListener FairyGUI.GTweener::_listener
RuntimeObject* ____listener_23;
// FairyGUI.TweenValue FairyGUI.GTweener::_startValue
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ____startValue_24;
// FairyGUI.TweenValue FairyGUI.GTweener::_endValue
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ____endValue_25;
// FairyGUI.TweenValue FairyGUI.GTweener::_value
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ____value_26;
// FairyGUI.TweenValue FairyGUI.GTweener::_deltaValue
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ____deltaValue_27;
// System.Int32 FairyGUI.GTweener::_valueSize
int32_t ____valueSize_28;
// System.Boolean FairyGUI.GTweener::_started
bool ____started_29;
// System.Int32 FairyGUI.GTweener::_ended
int32_t ____ended_30;
// System.Single FairyGUI.GTweener::_elapsedTime
float ____elapsedTime_31;
// System.Single FairyGUI.GTweener::_normalizedTime
float ____normalizedTime_32;
// System.Int32 FairyGUI.GTweener::_smoothStart
int32_t ____smoothStart_33;
public:
inline static int32_t get_offset_of__target_0() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____target_0)); }
inline RuntimeObject * get__target_0() const { return ____target_0; }
inline RuntimeObject ** get_address_of__target_0() { return &____target_0; }
inline void set__target_0(RuntimeObject * value)
{
____target_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____target_0), (void*)value);
}
inline static int32_t get_offset_of__propType_1() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____propType_1)); }
inline int32_t get__propType_1() const { return ____propType_1; }
inline int32_t* get_address_of__propType_1() { return &____propType_1; }
inline void set__propType_1(int32_t value)
{
____propType_1 = value;
}
inline static int32_t get_offset_of__killed_2() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____killed_2)); }
inline bool get__killed_2() const { return ____killed_2; }
inline bool* get_address_of__killed_2() { return &____killed_2; }
inline void set__killed_2(bool value)
{
____killed_2 = value;
}
inline static int32_t get_offset_of__paused_3() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____paused_3)); }
inline bool get__paused_3() const { return ____paused_3; }
inline bool* get_address_of__paused_3() { return &____paused_3; }
inline void set__paused_3(bool value)
{
____paused_3 = value;
}
inline static int32_t get_offset_of__delay_4() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____delay_4)); }
inline float get__delay_4() const { return ____delay_4; }
inline float* get_address_of__delay_4() { return &____delay_4; }
inline void set__delay_4(float value)
{
____delay_4 = value;
}
inline static int32_t get_offset_of__duration_5() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____duration_5)); }
inline float get__duration_5() const { return ____duration_5; }
inline float* get_address_of__duration_5() { return &____duration_5; }
inline void set__duration_5(float value)
{
____duration_5 = value;
}
inline static int32_t get_offset_of__breakpoint_6() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____breakpoint_6)); }
inline float get__breakpoint_6() const { return ____breakpoint_6; }
inline float* get_address_of__breakpoint_6() { return &____breakpoint_6; }
inline void set__breakpoint_6(float value)
{
____breakpoint_6 = value;
}
inline static int32_t get_offset_of__easeType_7() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____easeType_7)); }
inline int32_t get__easeType_7() const { return ____easeType_7; }
inline int32_t* get_address_of__easeType_7() { return &____easeType_7; }
inline void set__easeType_7(int32_t value)
{
____easeType_7 = value;
}
inline static int32_t get_offset_of__easeOvershootOrAmplitude_8() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____easeOvershootOrAmplitude_8)); }
inline float get__easeOvershootOrAmplitude_8() const { return ____easeOvershootOrAmplitude_8; }
inline float* get_address_of__easeOvershootOrAmplitude_8() { return &____easeOvershootOrAmplitude_8; }
inline void set__easeOvershootOrAmplitude_8(float value)
{
____easeOvershootOrAmplitude_8 = value;
}
inline static int32_t get_offset_of__easePeriod_9() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____easePeriod_9)); }
inline float get__easePeriod_9() const { return ____easePeriod_9; }
inline float* get_address_of__easePeriod_9() { return &____easePeriod_9; }
inline void set__easePeriod_9(float value)
{
____easePeriod_9 = value;
}
inline static int32_t get_offset_of__repeat_10() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____repeat_10)); }
inline int32_t get__repeat_10() const { return ____repeat_10; }
inline int32_t* get_address_of__repeat_10() { return &____repeat_10; }
inline void set__repeat_10(int32_t value)
{
____repeat_10 = value;
}
inline static int32_t get_offset_of__yoyo_11() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____yoyo_11)); }
inline bool get__yoyo_11() const { return ____yoyo_11; }
inline bool* get_address_of__yoyo_11() { return &____yoyo_11; }
inline void set__yoyo_11(bool value)
{
____yoyo_11 = value;
}
inline static int32_t get_offset_of__timeScale_12() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____timeScale_12)); }
inline float get__timeScale_12() const { return ____timeScale_12; }
inline float* get_address_of__timeScale_12() { return &____timeScale_12; }
inline void set__timeScale_12(float value)
{
____timeScale_12 = value;
}
inline static int32_t get_offset_of__ignoreEngineTimeScale_13() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____ignoreEngineTimeScale_13)); }
inline bool get__ignoreEngineTimeScale_13() const { return ____ignoreEngineTimeScale_13; }
inline bool* get_address_of__ignoreEngineTimeScale_13() { return &____ignoreEngineTimeScale_13; }
inline void set__ignoreEngineTimeScale_13(bool value)
{
____ignoreEngineTimeScale_13 = value;
}
inline static int32_t get_offset_of__snapping_14() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____snapping_14)); }
inline bool get__snapping_14() const { return ____snapping_14; }
inline bool* get_address_of__snapping_14() { return &____snapping_14; }
inline void set__snapping_14(bool value)
{
____snapping_14 = value;
}
inline static int32_t get_offset_of__userData_15() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____userData_15)); }
inline RuntimeObject * get__userData_15() const { return ____userData_15; }
inline RuntimeObject ** get_address_of__userData_15() { return &____userData_15; }
inline void set__userData_15(RuntimeObject * value)
{
____userData_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&____userData_15), (void*)value);
}
inline static int32_t get_offset_of__path_16() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____path_16)); }
inline GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * get__path_16() const { return ____path_16; }
inline GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 ** get_address_of__path_16() { return &____path_16; }
inline void set__path_16(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * value)
{
____path_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&____path_16), (void*)value);
}
inline static int32_t get_offset_of__onUpdate_17() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onUpdate_17)); }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * get__onUpdate_17() const { return ____onUpdate_17; }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F ** get_address_of__onUpdate_17() { return &____onUpdate_17; }
inline void set__onUpdate_17(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * value)
{
____onUpdate_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onUpdate_17), (void*)value);
}
inline static int32_t get_offset_of__onStart_18() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onStart_18)); }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * get__onStart_18() const { return ____onStart_18; }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F ** get_address_of__onStart_18() { return &____onStart_18; }
inline void set__onStart_18(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * value)
{
____onStart_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onStart_18), (void*)value);
}
inline static int32_t get_offset_of__onComplete_19() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onComplete_19)); }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * get__onComplete_19() const { return ____onComplete_19; }
inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F ** get_address_of__onComplete_19() { return &____onComplete_19; }
inline void set__onComplete_19(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * value)
{
____onComplete_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onComplete_19), (void*)value);
}
inline static int32_t get_offset_of__onUpdate1_20() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onUpdate1_20)); }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * get__onUpdate1_20() const { return ____onUpdate1_20; }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D ** get_address_of__onUpdate1_20() { return &____onUpdate1_20; }
inline void set__onUpdate1_20(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * value)
{
____onUpdate1_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onUpdate1_20), (void*)value);
}
inline static int32_t get_offset_of__onStart1_21() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onStart1_21)); }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * get__onStart1_21() const { return ____onStart1_21; }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D ** get_address_of__onStart1_21() { return &____onStart1_21; }
inline void set__onStart1_21(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * value)
{
____onStart1_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onStart1_21), (void*)value);
}
inline static int32_t get_offset_of__onComplete1_22() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____onComplete1_22)); }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * get__onComplete1_22() const { return ____onComplete1_22; }
inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D ** get_address_of__onComplete1_22() { return &____onComplete1_22; }
inline void set__onComplete1_22(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * value)
{
____onComplete1_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onComplete1_22), (void*)value);
}
inline static int32_t get_offset_of__listener_23() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____listener_23)); }
inline RuntimeObject* get__listener_23() const { return ____listener_23; }
inline RuntimeObject** get_address_of__listener_23() { return &____listener_23; }
inline void set__listener_23(RuntimeObject* value)
{
____listener_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&____listener_23), (void*)value);
}
inline static int32_t get_offset_of__startValue_24() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____startValue_24)); }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * get__startValue_24() const { return ____startValue_24; }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 ** get_address_of__startValue_24() { return &____startValue_24; }
inline void set__startValue_24(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * value)
{
____startValue_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&____startValue_24), (void*)value);
}
inline static int32_t get_offset_of__endValue_25() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____endValue_25)); }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * get__endValue_25() const { return ____endValue_25; }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 ** get_address_of__endValue_25() { return &____endValue_25; }
inline void set__endValue_25(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * value)
{
____endValue_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&____endValue_25), (void*)value);
}
inline static int32_t get_offset_of__value_26() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____value_26)); }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * get__value_26() const { return ____value_26; }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 ** get_address_of__value_26() { return &____value_26; }
inline void set__value_26(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * value)
{
____value_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&____value_26), (void*)value);
}
inline static int32_t get_offset_of__deltaValue_27() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____deltaValue_27)); }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * get__deltaValue_27() const { return ____deltaValue_27; }
inline TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 ** get_address_of__deltaValue_27() { return &____deltaValue_27; }
inline void set__deltaValue_27(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * value)
{
____deltaValue_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&____deltaValue_27), (void*)value);
}
inline static int32_t get_offset_of__valueSize_28() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____valueSize_28)); }
inline int32_t get__valueSize_28() const { return ____valueSize_28; }
inline int32_t* get_address_of__valueSize_28() { return &____valueSize_28; }
inline void set__valueSize_28(int32_t value)
{
____valueSize_28 = value;
}
inline static int32_t get_offset_of__started_29() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____started_29)); }
inline bool get__started_29() const { return ____started_29; }
inline bool* get_address_of__started_29() { return &____started_29; }
inline void set__started_29(bool value)
{
____started_29 = value;
}
inline static int32_t get_offset_of__ended_30() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____ended_30)); }
inline int32_t get__ended_30() const { return ____ended_30; }
inline int32_t* get_address_of__ended_30() { return &____ended_30; }
inline void set__ended_30(int32_t value)
{
____ended_30 = value;
}
inline static int32_t get_offset_of__elapsedTime_31() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____elapsedTime_31)); }
inline float get__elapsedTime_31() const { return ____elapsedTime_31; }
inline float* get_address_of__elapsedTime_31() { return &____elapsedTime_31; }
inline void set__elapsedTime_31(float value)
{
____elapsedTime_31 = value;
}
inline static int32_t get_offset_of__normalizedTime_32() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____normalizedTime_32)); }
inline float get__normalizedTime_32() const { return ____normalizedTime_32; }
inline float* get_address_of__normalizedTime_32() { return &____normalizedTime_32; }
inline void set__normalizedTime_32(float value)
{
____normalizedTime_32 = value;
}
inline static int32_t get_offset_of__smoothStart_33() { return static_cast<int32_t>(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____smoothStart_33)); }
inline int32_t get__smoothStart_33() const { return ____smoothStart_33; }
inline int32_t* get_address_of__smoothStart_33() { return &____smoothStart_33; }
inline void set__smoothStart_33(int32_t value)
{
____smoothStart_33 = value;
}
};
// FairyGUI.GearTweenConfig
struct GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 : public RuntimeObject
{
public:
// System.Boolean FairyGUI.GearTweenConfig::tween
bool ___tween_0;
// FairyGUI.EaseType FairyGUI.GearTweenConfig::easeType
int32_t ___easeType_1;
// System.Single FairyGUI.GearTweenConfig::duration
float ___duration_2;
// System.Single FairyGUI.GearTweenConfig::delay
float ___delay_3;
// System.UInt32 FairyGUI.GearTweenConfig::_displayLockToken
uint32_t ____displayLockToken_4;
// FairyGUI.GTweener FairyGUI.GearTweenConfig::_tweener
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ____tweener_5;
public:
inline static int32_t get_offset_of_tween_0() { return static_cast<int32_t>(offsetof(GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1, ___tween_0)); }
inline bool get_tween_0() const { return ___tween_0; }
inline bool* get_address_of_tween_0() { return &___tween_0; }
inline void set_tween_0(bool value)
{
___tween_0 = value;
}
inline static int32_t get_offset_of_easeType_1() { return static_cast<int32_t>(offsetof(GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1, ___easeType_1)); }
inline int32_t get_easeType_1() const { return ___easeType_1; }
inline int32_t* get_address_of_easeType_1() { return &___easeType_1; }
inline void set_easeType_1(int32_t value)
{
___easeType_1 = value;
}
inline static int32_t get_offset_of_duration_2() { return static_cast<int32_t>(offsetof(GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1, ___duration_2)); }
inline float get_duration_2() const { return ___duration_2; }
inline float* get_address_of_duration_2() { return &___duration_2; }
inline void set_duration_2(float value)
{
___duration_2 = value;
}
inline static int32_t get_offset_of_delay_3() { return static_cast<int32_t>(offsetof(GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1, ___delay_3)); }
inline float get_delay_3() const { return ___delay_3; }
inline float* get_address_of_delay_3() { return &___delay_3; }
inline void set_delay_3(float value)
{
___delay_3 = value;
}
inline static int32_t get_offset_of__displayLockToken_4() { return static_cast<int32_t>(offsetof(GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1, ____displayLockToken_4)); }
inline uint32_t get__displayLockToken_4() const { return ____displayLockToken_4; }
inline uint32_t* get_address_of__displayLockToken_4() { return &____displayLockToken_4; }
inline void set__displayLockToken_4(uint32_t value)
{
____displayLockToken_4 = value;
}
inline static int32_t get_offset_of__tweener_5() { return static_cast<int32_t>(offsetof(GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1, ____tweener_5)); }
inline GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * get__tweener_5() const { return ____tweener_5; }
inline GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C ** get_address_of__tweener_5() { return &____tweener_5; }
inline void set__tweener_5(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * value)
{
____tweener_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tweener_5), (void*)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.PackageItem
struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 : public RuntimeObject
{
public:
// FairyGUI.UIPackage FairyGUI.PackageItem::owner
UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * ___owner_0;
// FairyGUI.PackageItemType FairyGUI.PackageItem::type
int32_t ___type_1;
// FairyGUI.ObjectType FairyGUI.PackageItem::objectType
int32_t ___objectType_2;
// System.String FairyGUI.PackageItem::id
String_t* ___id_3;
// System.String FairyGUI.PackageItem::name
String_t* ___name_4;
// System.Int32 FairyGUI.PackageItem::width
int32_t ___width_5;
// System.Int32 FairyGUI.PackageItem::height
int32_t ___height_6;
// System.String FairyGUI.PackageItem::file
String_t* ___file_7;
// System.Boolean FairyGUI.PackageItem::exported
bool ___exported_8;
// FairyGUI.NTexture FairyGUI.PackageItem::texture
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture_9;
// FairyGUI.Utils.ByteBuffer FairyGUI.PackageItem::rawData
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___rawData_10;
// System.Nullable`1<UnityEngine.Rect> FairyGUI.PackageItem::scale9Grid
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___scale9Grid_11;
// System.Boolean FairyGUI.PackageItem::scaleByTile
bool ___scaleByTile_12;
// System.Int32 FairyGUI.PackageItem::tileGridIndice
int32_t ___tileGridIndice_13;
// FairyGUI.PixelHitTestData FairyGUI.PackageItem::pixelHitTestData
PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * ___pixelHitTestData_14;
// System.Single FairyGUI.PackageItem::interval
float ___interval_15;
// System.Single FairyGUI.PackageItem::repeatDelay
float ___repeatDelay_16;
// System.Boolean FairyGUI.PackageItem::swing
bool ___swing_17;
// FairyGUI.MovieClip_Frame[] FairyGUI.PackageItem::frames
FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* ___frames_18;
// System.Boolean FairyGUI.PackageItem::translated
bool ___translated_19;
// FairyGUI.UIObjectFactory_GComponentCreator FairyGUI.PackageItem::extensionCreator
GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * ___extensionCreator_20;
// FairyGUI.BitmapFont FairyGUI.PackageItem::bitmapFont
BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * ___bitmapFont_21;
// FairyGUI.NAudioClip FairyGUI.PackageItem::audioClip
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * ___audioClip_22;
public:
inline static int32_t get_offset_of_owner_0() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___owner_0)); }
inline UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * get_owner_0() const { return ___owner_0; }
inline UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 ** get_address_of_owner_0() { return &___owner_0; }
inline void set_owner_0(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 * value)
{
___owner_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___owner_0), (void*)value);
}
inline static int32_t get_offset_of_type_1() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___type_1)); }
inline int32_t get_type_1() const { return ___type_1; }
inline int32_t* get_address_of_type_1() { return &___type_1; }
inline void set_type_1(int32_t value)
{
___type_1 = value;
}
inline static int32_t get_offset_of_objectType_2() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___objectType_2)); }
inline int32_t get_objectType_2() const { return ___objectType_2; }
inline int32_t* get_address_of_objectType_2() { return &___objectType_2; }
inline void set_objectType_2(int32_t value)
{
___objectType_2 = value;
}
inline static int32_t get_offset_of_id_3() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___id_3)); }
inline String_t* get_id_3() const { return ___id_3; }
inline String_t** get_address_of_id_3() { return &___id_3; }
inline void set_id_3(String_t* value)
{
___id_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___id_3), (void*)value);
}
inline static int32_t get_offset_of_name_4() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___name_4)); }
inline String_t* get_name_4() const { return ___name_4; }
inline String_t** get_address_of_name_4() { return &___name_4; }
inline void set_name_4(String_t* value)
{
___name_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_4), (void*)value);
}
inline static int32_t get_offset_of_width_5() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___width_5)); }
inline int32_t get_width_5() const { return ___width_5; }
inline int32_t* get_address_of_width_5() { return &___width_5; }
inline void set_width_5(int32_t value)
{
___width_5 = value;
}
inline static int32_t get_offset_of_height_6() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___height_6)); }
inline int32_t get_height_6() const { return ___height_6; }
inline int32_t* get_address_of_height_6() { return &___height_6; }
inline void set_height_6(int32_t value)
{
___height_6 = value;
}
inline static int32_t get_offset_of_file_7() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___file_7)); }
inline String_t* get_file_7() const { return ___file_7; }
inline String_t** get_address_of_file_7() { return &___file_7; }
inline void set_file_7(String_t* value)
{
___file_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___file_7), (void*)value);
}
inline static int32_t get_offset_of_exported_8() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___exported_8)); }
inline bool get_exported_8() const { return ___exported_8; }
inline bool* get_address_of_exported_8() { return &___exported_8; }
inline void set_exported_8(bool value)
{
___exported_8 = value;
}
inline static int32_t get_offset_of_texture_9() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___texture_9)); }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get_texture_9() const { return ___texture_9; }
inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of_texture_9() { return &___texture_9; }
inline void set_texture_9(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value)
{
___texture_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___texture_9), (void*)value);
}
inline static int32_t get_offset_of_rawData_10() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___rawData_10)); }
inline ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * get_rawData_10() const { return ___rawData_10; }
inline ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 ** get_address_of_rawData_10() { return &___rawData_10; }
inline void set_rawData_10(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * value)
{
___rawData_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rawData_10), (void*)value);
}
inline static int32_t get_offset_of_scale9Grid_11() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___scale9Grid_11)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get_scale9Grid_11() const { return ___scale9Grid_11; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of_scale9Grid_11() { return &___scale9Grid_11; }
inline void set_scale9Grid_11(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
___scale9Grid_11 = value;
}
inline static int32_t get_offset_of_scaleByTile_12() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___scaleByTile_12)); }
inline bool get_scaleByTile_12() const { return ___scaleByTile_12; }
inline bool* get_address_of_scaleByTile_12() { return &___scaleByTile_12; }
inline void set_scaleByTile_12(bool value)
{
___scaleByTile_12 = value;
}
inline static int32_t get_offset_of_tileGridIndice_13() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___tileGridIndice_13)); }
inline int32_t get_tileGridIndice_13() const { return ___tileGridIndice_13; }
inline int32_t* get_address_of_tileGridIndice_13() { return &___tileGridIndice_13; }
inline void set_tileGridIndice_13(int32_t value)
{
___tileGridIndice_13 = value;
}
inline static int32_t get_offset_of_pixelHitTestData_14() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___pixelHitTestData_14)); }
inline PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * get_pixelHitTestData_14() const { return ___pixelHitTestData_14; }
inline PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 ** get_address_of_pixelHitTestData_14() { return &___pixelHitTestData_14; }
inline void set_pixelHitTestData_14(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 * value)
{
___pixelHitTestData_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pixelHitTestData_14), (void*)value);
}
inline static int32_t get_offset_of_interval_15() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___interval_15)); }
inline float get_interval_15() const { return ___interval_15; }
inline float* get_address_of_interval_15() { return &___interval_15; }
inline void set_interval_15(float value)
{
___interval_15 = value;
}
inline static int32_t get_offset_of_repeatDelay_16() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___repeatDelay_16)); }
inline float get_repeatDelay_16() const { return ___repeatDelay_16; }
inline float* get_address_of_repeatDelay_16() { return &___repeatDelay_16; }
inline void set_repeatDelay_16(float value)
{
___repeatDelay_16 = value;
}
inline static int32_t get_offset_of_swing_17() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___swing_17)); }
inline bool get_swing_17() const { return ___swing_17; }
inline bool* get_address_of_swing_17() { return &___swing_17; }
inline void set_swing_17(bool value)
{
___swing_17 = value;
}
inline static int32_t get_offset_of_frames_18() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___frames_18)); }
inline FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* get_frames_18() const { return ___frames_18; }
inline FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6** get_address_of_frames_18() { return &___frames_18; }
inline void set_frames_18(FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6* value)
{
___frames_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___frames_18), (void*)value);
}
inline static int32_t get_offset_of_translated_19() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___translated_19)); }
inline bool get_translated_19() const { return ___translated_19; }
inline bool* get_address_of_translated_19() { return &___translated_19; }
inline void set_translated_19(bool value)
{
___translated_19 = value;
}
inline static int32_t get_offset_of_extensionCreator_20() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___extensionCreator_20)); }
inline GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * get_extensionCreator_20() const { return ___extensionCreator_20; }
inline GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 ** get_address_of_extensionCreator_20() { return &___extensionCreator_20; }
inline void set_extensionCreator_20(GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28 * value)
{
___extensionCreator_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___extensionCreator_20), (void*)value);
}
inline static int32_t get_offset_of_bitmapFont_21() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___bitmapFont_21)); }
inline BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * get_bitmapFont_21() const { return ___bitmapFont_21; }
inline BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 ** get_address_of_bitmapFont_21() { return &___bitmapFont_21; }
inline void set_bitmapFont_21(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 * value)
{
___bitmapFont_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bitmapFont_21), (void*)value);
}
inline static int32_t get_offset_of_audioClip_22() { return static_cast<int32_t>(offsetof(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0, ___audioClip_22)); }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * get_audioClip_22() const { return ___audioClip_22; }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 ** get_address_of_audioClip_22() { return &___audioClip_22; }
inline void set_audioClip_22(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * value)
{
___audioClip_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___audioClip_22), (void*)value);
}
};
// FairyGUI.ScrollPane
struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7
{
public:
// FairyGUI.ScrollType FairyGUI.ScrollPane::_scrollType
int32_t ____scrollType_3;
// System.Single FairyGUI.ScrollPane::_scrollStep
float ____scrollStep_4;
// System.Single FairyGUI.ScrollPane::_mouseWheelStep
float ____mouseWheelStep_5;
// FairyGUI.Margin FairyGUI.ScrollPane::_scrollBarMargin
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ____scrollBarMargin_6;
// System.Boolean FairyGUI.ScrollPane::_bouncebackEffect
bool ____bouncebackEffect_7;
// System.Boolean FairyGUI.ScrollPane::_touchEffect
bool ____touchEffect_8;
// System.Boolean FairyGUI.ScrollPane::_scrollBarDisplayAuto
bool ____scrollBarDisplayAuto_9;
// System.Boolean FairyGUI.ScrollPane::_vScrollNone
bool ____vScrollNone_10;
// System.Boolean FairyGUI.ScrollPane::_hScrollNone
bool ____hScrollNone_11;
// System.Boolean FairyGUI.ScrollPane::_needRefresh
bool ____needRefresh_12;
// System.Int32 FairyGUI.ScrollPane::_refreshBarAxis
int32_t ____refreshBarAxis_13;
// System.Boolean FairyGUI.ScrollPane::_displayOnLeft
bool ____displayOnLeft_14;
// System.Boolean FairyGUI.ScrollPane::_snapToItem
bool ____snapToItem_15;
// System.Boolean FairyGUI.ScrollPane::_displayInDemand
bool ____displayInDemand_16;
// System.Boolean FairyGUI.ScrollPane::_mouseWheelEnabled
bool ____mouseWheelEnabled_17;
// System.Boolean FairyGUI.ScrollPane::_softnessOnTopOrLeftSide
bool ____softnessOnTopOrLeftSide_18;
// System.Boolean FairyGUI.ScrollPane::_pageMode
bool ____pageMode_19;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_pageSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____pageSize_20;
// System.Boolean FairyGUI.ScrollPane::_inertiaDisabled
bool ____inertiaDisabled_21;
// System.Boolean FairyGUI.ScrollPane::_maskDisabled
bool ____maskDisabled_22;
// System.Single FairyGUI.ScrollPane::_decelerationRate
float ____decelerationRate_23;
// System.Single FairyGUI.ScrollPane::_xPos
float ____xPos_24;
// System.Single FairyGUI.ScrollPane::_yPos
float ____yPos_25;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_viewSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____viewSize_26;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_contentSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____contentSize_27;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_overlapSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____overlapSize_28;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_containerPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____containerPos_29;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_beginTouchPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____beginTouchPos_30;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_lastTouchPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____lastTouchPos_31;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_lastTouchGlobalPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____lastTouchGlobalPos_32;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_velocity
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____velocity_33;
// System.Single FairyGUI.ScrollPane::_velocityScale
float ____velocityScale_34;
// System.Single FairyGUI.ScrollPane::_lastMoveTime
float ____lastMoveTime_35;
// System.Boolean FairyGUI.ScrollPane::_isMouseMoved
bool ____isMouseMoved_36;
// System.Boolean FairyGUI.ScrollPane::_isHoldAreaDone
bool ____isHoldAreaDone_37;
// System.Int32 FairyGUI.ScrollPane::_aniFlag
int32_t ____aniFlag_38;
// System.Boolean FairyGUI.ScrollPane::_scrollBarVisible
bool ____scrollBarVisible_39;
// System.Int32 FairyGUI.ScrollPane::_loop
int32_t ____loop_40;
// System.Int32 FairyGUI.ScrollPane::_headerLockedSize
int32_t ____headerLockedSize_41;
// System.Int32 FairyGUI.ScrollPane::_footerLockedSize
int32_t ____footerLockedSize_42;
// System.Int32 FairyGUI.ScrollPane::_tweening
int32_t ____tweening_43;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_tweenStart
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____tweenStart_44;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_tweenChange
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____tweenChange_45;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_tweenTime
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____tweenTime_46;
// UnityEngine.Vector2 FairyGUI.ScrollPane::_tweenDuration
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____tweenDuration_47;
// FairyGUI.EventCallback0 FairyGUI.ScrollPane::_refreshDelegate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____refreshDelegate_48;
// FairyGUI.TimerCallback FairyGUI.ScrollPane::_tweenUpdateDelegate
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ____tweenUpdateDelegate_49;
// FairyGUI.TimerCallback FairyGUI.ScrollPane::_showScrollBarDelegate
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ____showScrollBarDelegate_50;
// FairyGUI.GComponent FairyGUI.ScrollPane::_owner
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____owner_51;
// FairyGUI.Container FairyGUI.ScrollPane::_maskContainer
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ____maskContainer_52;
// FairyGUI.Container FairyGUI.ScrollPane::_container
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ____container_53;
// FairyGUI.GScrollBar FairyGUI.ScrollPane::_hzScrollBar
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * ____hzScrollBar_54;
// FairyGUI.GScrollBar FairyGUI.ScrollPane::_vtScrollBar
GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * ____vtScrollBar_55;
// FairyGUI.GComponent FairyGUI.ScrollPane::_header
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____header_56;
// FairyGUI.GComponent FairyGUI.ScrollPane::_footer
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____footer_57;
// FairyGUI.Controller FairyGUI.ScrollPane::_pageController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____pageController_58;
// FairyGUI.EventListener FairyGUI.ScrollPane::_onScroll
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onScroll_59;
// FairyGUI.EventListener FairyGUI.ScrollPane::_onScrollEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onScrollEnd_60;
// FairyGUI.EventListener FairyGUI.ScrollPane::_onPullDownRelease
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onPullDownRelease_61;
// FairyGUI.EventListener FairyGUI.ScrollPane::_onPullUpRelease
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onPullUpRelease_62;
public:
inline static int32_t get_offset_of__scrollType_3() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____scrollType_3)); }
inline int32_t get__scrollType_3() const { return ____scrollType_3; }
inline int32_t* get_address_of__scrollType_3() { return &____scrollType_3; }
inline void set__scrollType_3(int32_t value)
{
____scrollType_3 = value;
}
inline static int32_t get_offset_of__scrollStep_4() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____scrollStep_4)); }
inline float get__scrollStep_4() const { return ____scrollStep_4; }
inline float* get_address_of__scrollStep_4() { return &____scrollStep_4; }
inline void set__scrollStep_4(float value)
{
____scrollStep_4 = value;
}
inline static int32_t get_offset_of__mouseWheelStep_5() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____mouseWheelStep_5)); }
inline float get__mouseWheelStep_5() const { return ____mouseWheelStep_5; }
inline float* get_address_of__mouseWheelStep_5() { return &____mouseWheelStep_5; }
inline void set__mouseWheelStep_5(float value)
{
____mouseWheelStep_5 = value;
}
inline static int32_t get_offset_of__scrollBarMargin_6() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____scrollBarMargin_6)); }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get__scrollBarMargin_6() const { return ____scrollBarMargin_6; }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of__scrollBarMargin_6() { return &____scrollBarMargin_6; }
inline void set__scrollBarMargin_6(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
{
____scrollBarMargin_6 = value;
}
inline static int32_t get_offset_of__bouncebackEffect_7() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____bouncebackEffect_7)); }
inline bool get__bouncebackEffect_7() const { return ____bouncebackEffect_7; }
inline bool* get_address_of__bouncebackEffect_7() { return &____bouncebackEffect_7; }
inline void set__bouncebackEffect_7(bool value)
{
____bouncebackEffect_7 = value;
}
inline static int32_t get_offset_of__touchEffect_8() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____touchEffect_8)); }
inline bool get__touchEffect_8() const { return ____touchEffect_8; }
inline bool* get_address_of__touchEffect_8() { return &____touchEffect_8; }
inline void set__touchEffect_8(bool value)
{
____touchEffect_8 = value;
}
inline static int32_t get_offset_of__scrollBarDisplayAuto_9() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____scrollBarDisplayAuto_9)); }
inline bool get__scrollBarDisplayAuto_9() const { return ____scrollBarDisplayAuto_9; }
inline bool* get_address_of__scrollBarDisplayAuto_9() { return &____scrollBarDisplayAuto_9; }
inline void set__scrollBarDisplayAuto_9(bool value)
{
____scrollBarDisplayAuto_9 = value;
}
inline static int32_t get_offset_of__vScrollNone_10() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____vScrollNone_10)); }
inline bool get__vScrollNone_10() const { return ____vScrollNone_10; }
inline bool* get_address_of__vScrollNone_10() { return &____vScrollNone_10; }
inline void set__vScrollNone_10(bool value)
{
____vScrollNone_10 = value;
}
inline static int32_t get_offset_of__hScrollNone_11() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____hScrollNone_11)); }
inline bool get__hScrollNone_11() const { return ____hScrollNone_11; }
inline bool* get_address_of__hScrollNone_11() { return &____hScrollNone_11; }
inline void set__hScrollNone_11(bool value)
{
____hScrollNone_11 = value;
}
inline static int32_t get_offset_of__needRefresh_12() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____needRefresh_12)); }
inline bool get__needRefresh_12() const { return ____needRefresh_12; }
inline bool* get_address_of__needRefresh_12() { return &____needRefresh_12; }
inline void set__needRefresh_12(bool value)
{
____needRefresh_12 = value;
}
inline static int32_t get_offset_of__refreshBarAxis_13() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____refreshBarAxis_13)); }
inline int32_t get__refreshBarAxis_13() const { return ____refreshBarAxis_13; }
inline int32_t* get_address_of__refreshBarAxis_13() { return &____refreshBarAxis_13; }
inline void set__refreshBarAxis_13(int32_t value)
{
____refreshBarAxis_13 = value;
}
inline static int32_t get_offset_of__displayOnLeft_14() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____displayOnLeft_14)); }
inline bool get__displayOnLeft_14() const { return ____displayOnLeft_14; }
inline bool* get_address_of__displayOnLeft_14() { return &____displayOnLeft_14; }
inline void set__displayOnLeft_14(bool value)
{
____displayOnLeft_14 = value;
}
inline static int32_t get_offset_of__snapToItem_15() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____snapToItem_15)); }
inline bool get__snapToItem_15() const { return ____snapToItem_15; }
inline bool* get_address_of__snapToItem_15() { return &____snapToItem_15; }
inline void set__snapToItem_15(bool value)
{
____snapToItem_15 = value;
}
inline static int32_t get_offset_of__displayInDemand_16() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____displayInDemand_16)); }
inline bool get__displayInDemand_16() const { return ____displayInDemand_16; }
inline bool* get_address_of__displayInDemand_16() { return &____displayInDemand_16; }
inline void set__displayInDemand_16(bool value)
{
____displayInDemand_16 = value;
}
inline static int32_t get_offset_of__mouseWheelEnabled_17() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____mouseWheelEnabled_17)); }
inline bool get__mouseWheelEnabled_17() const { return ____mouseWheelEnabled_17; }
inline bool* get_address_of__mouseWheelEnabled_17() { return &____mouseWheelEnabled_17; }
inline void set__mouseWheelEnabled_17(bool value)
{
____mouseWheelEnabled_17 = value;
}
inline static int32_t get_offset_of__softnessOnTopOrLeftSide_18() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____softnessOnTopOrLeftSide_18)); }
inline bool get__softnessOnTopOrLeftSide_18() const { return ____softnessOnTopOrLeftSide_18; }
inline bool* get_address_of__softnessOnTopOrLeftSide_18() { return &____softnessOnTopOrLeftSide_18; }
inline void set__softnessOnTopOrLeftSide_18(bool value)
{
____softnessOnTopOrLeftSide_18 = value;
}
inline static int32_t get_offset_of__pageMode_19() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____pageMode_19)); }
inline bool get__pageMode_19() const { return ____pageMode_19; }
inline bool* get_address_of__pageMode_19() { return &____pageMode_19; }
inline void set__pageMode_19(bool value)
{
____pageMode_19 = value;
}
inline static int32_t get_offset_of__pageSize_20() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____pageSize_20)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__pageSize_20() const { return ____pageSize_20; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__pageSize_20() { return &____pageSize_20; }
inline void set__pageSize_20(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____pageSize_20 = value;
}
inline static int32_t get_offset_of__inertiaDisabled_21() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____inertiaDisabled_21)); }
inline bool get__inertiaDisabled_21() const { return ____inertiaDisabled_21; }
inline bool* get_address_of__inertiaDisabled_21() { return &____inertiaDisabled_21; }
inline void set__inertiaDisabled_21(bool value)
{
____inertiaDisabled_21 = value;
}
inline static int32_t get_offset_of__maskDisabled_22() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____maskDisabled_22)); }
inline bool get__maskDisabled_22() const { return ____maskDisabled_22; }
inline bool* get_address_of__maskDisabled_22() { return &____maskDisabled_22; }
inline void set__maskDisabled_22(bool value)
{
____maskDisabled_22 = value;
}
inline static int32_t get_offset_of__decelerationRate_23() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____decelerationRate_23)); }
inline float get__decelerationRate_23() const { return ____decelerationRate_23; }
inline float* get_address_of__decelerationRate_23() { return &____decelerationRate_23; }
inline void set__decelerationRate_23(float value)
{
____decelerationRate_23 = value;
}
inline static int32_t get_offset_of__xPos_24() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____xPos_24)); }
inline float get__xPos_24() const { return ____xPos_24; }
inline float* get_address_of__xPos_24() { return &____xPos_24; }
inline void set__xPos_24(float value)
{
____xPos_24 = value;
}
inline static int32_t get_offset_of__yPos_25() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____yPos_25)); }
inline float get__yPos_25() const { return ____yPos_25; }
inline float* get_address_of__yPos_25() { return &____yPos_25; }
inline void set__yPos_25(float value)
{
____yPos_25 = value;
}
inline static int32_t get_offset_of__viewSize_26() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____viewSize_26)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__viewSize_26() const { return ____viewSize_26; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__viewSize_26() { return &____viewSize_26; }
inline void set__viewSize_26(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____viewSize_26 = value;
}
inline static int32_t get_offset_of__contentSize_27() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____contentSize_27)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__contentSize_27() const { return ____contentSize_27; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__contentSize_27() { return &____contentSize_27; }
inline void set__contentSize_27(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____contentSize_27 = value;
}
inline static int32_t get_offset_of__overlapSize_28() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____overlapSize_28)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__overlapSize_28() const { return ____overlapSize_28; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__overlapSize_28() { return &____overlapSize_28; }
inline void set__overlapSize_28(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____overlapSize_28 = value;
}
inline static int32_t get_offset_of__containerPos_29() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____containerPos_29)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__containerPos_29() const { return ____containerPos_29; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__containerPos_29() { return &____containerPos_29; }
inline void set__containerPos_29(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____containerPos_29 = value;
}
inline static int32_t get_offset_of__beginTouchPos_30() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____beginTouchPos_30)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__beginTouchPos_30() const { return ____beginTouchPos_30; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__beginTouchPos_30() { return &____beginTouchPos_30; }
inline void set__beginTouchPos_30(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____beginTouchPos_30 = value;
}
inline static int32_t get_offset_of__lastTouchPos_31() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____lastTouchPos_31)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__lastTouchPos_31() const { return ____lastTouchPos_31; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__lastTouchPos_31() { return &____lastTouchPos_31; }
inline void set__lastTouchPos_31(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____lastTouchPos_31 = value;
}
inline static int32_t get_offset_of__lastTouchGlobalPos_32() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____lastTouchGlobalPos_32)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__lastTouchGlobalPos_32() const { return ____lastTouchGlobalPos_32; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__lastTouchGlobalPos_32() { return &____lastTouchGlobalPos_32; }
inline void set__lastTouchGlobalPos_32(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____lastTouchGlobalPos_32 = value;
}
inline static int32_t get_offset_of__velocity_33() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____velocity_33)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__velocity_33() const { return ____velocity_33; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__velocity_33() { return &____velocity_33; }
inline void set__velocity_33(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____velocity_33 = value;
}
inline static int32_t get_offset_of__velocityScale_34() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____velocityScale_34)); }
inline float get__velocityScale_34() const { return ____velocityScale_34; }
inline float* get_address_of__velocityScale_34() { return &____velocityScale_34; }
inline void set__velocityScale_34(float value)
{
____velocityScale_34 = value;
}
inline static int32_t get_offset_of__lastMoveTime_35() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____lastMoveTime_35)); }
inline float get__lastMoveTime_35() const { return ____lastMoveTime_35; }
inline float* get_address_of__lastMoveTime_35() { return &____lastMoveTime_35; }
inline void set__lastMoveTime_35(float value)
{
____lastMoveTime_35 = value;
}
inline static int32_t get_offset_of__isMouseMoved_36() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____isMouseMoved_36)); }
inline bool get__isMouseMoved_36() const { return ____isMouseMoved_36; }
inline bool* get_address_of__isMouseMoved_36() { return &____isMouseMoved_36; }
inline void set__isMouseMoved_36(bool value)
{
____isMouseMoved_36 = value;
}
inline static int32_t get_offset_of__isHoldAreaDone_37() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____isHoldAreaDone_37)); }
inline bool get__isHoldAreaDone_37() const { return ____isHoldAreaDone_37; }
inline bool* get_address_of__isHoldAreaDone_37() { return &____isHoldAreaDone_37; }
inline void set__isHoldAreaDone_37(bool value)
{
____isHoldAreaDone_37 = value;
}
inline static int32_t get_offset_of__aniFlag_38() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____aniFlag_38)); }
inline int32_t get__aniFlag_38() const { return ____aniFlag_38; }
inline int32_t* get_address_of__aniFlag_38() { return &____aniFlag_38; }
inline void set__aniFlag_38(int32_t value)
{
____aniFlag_38 = value;
}
inline static int32_t get_offset_of__scrollBarVisible_39() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____scrollBarVisible_39)); }
inline bool get__scrollBarVisible_39() const { return ____scrollBarVisible_39; }
inline bool* get_address_of__scrollBarVisible_39() { return &____scrollBarVisible_39; }
inline void set__scrollBarVisible_39(bool value)
{
____scrollBarVisible_39 = value;
}
inline static int32_t get_offset_of__loop_40() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____loop_40)); }
inline int32_t get__loop_40() const { return ____loop_40; }
inline int32_t* get_address_of__loop_40() { return &____loop_40; }
inline void set__loop_40(int32_t value)
{
____loop_40 = value;
}
inline static int32_t get_offset_of__headerLockedSize_41() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____headerLockedSize_41)); }
inline int32_t get__headerLockedSize_41() const { return ____headerLockedSize_41; }
inline int32_t* get_address_of__headerLockedSize_41() { return &____headerLockedSize_41; }
inline void set__headerLockedSize_41(int32_t value)
{
____headerLockedSize_41 = value;
}
inline static int32_t get_offset_of__footerLockedSize_42() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____footerLockedSize_42)); }
inline int32_t get__footerLockedSize_42() const { return ____footerLockedSize_42; }
inline int32_t* get_address_of__footerLockedSize_42() { return &____footerLockedSize_42; }
inline void set__footerLockedSize_42(int32_t value)
{
____footerLockedSize_42 = value;
}
inline static int32_t get_offset_of__tweening_43() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____tweening_43)); }
inline int32_t get__tweening_43() const { return ____tweening_43; }
inline int32_t* get_address_of__tweening_43() { return &____tweening_43; }
inline void set__tweening_43(int32_t value)
{
____tweening_43 = value;
}
inline static int32_t get_offset_of__tweenStart_44() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____tweenStart_44)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__tweenStart_44() const { return ____tweenStart_44; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__tweenStart_44() { return &____tweenStart_44; }
inline void set__tweenStart_44(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____tweenStart_44 = value;
}
inline static int32_t get_offset_of__tweenChange_45() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____tweenChange_45)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__tweenChange_45() const { return ____tweenChange_45; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__tweenChange_45() { return &____tweenChange_45; }
inline void set__tweenChange_45(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____tweenChange_45 = value;
}
inline static int32_t get_offset_of__tweenTime_46() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____tweenTime_46)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__tweenTime_46() const { return ____tweenTime_46; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__tweenTime_46() { return &____tweenTime_46; }
inline void set__tweenTime_46(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____tweenTime_46 = value;
}
inline static int32_t get_offset_of__tweenDuration_47() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____tweenDuration_47)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__tweenDuration_47() const { return ____tweenDuration_47; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__tweenDuration_47() { return &____tweenDuration_47; }
inline void set__tweenDuration_47(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____tweenDuration_47 = value;
}
inline static int32_t get_offset_of__refreshDelegate_48() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____refreshDelegate_48)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__refreshDelegate_48() const { return ____refreshDelegate_48; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__refreshDelegate_48() { return &____refreshDelegate_48; }
inline void set__refreshDelegate_48(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____refreshDelegate_48 = value;
Il2CppCodeGenWriteBarrier((void**)(&____refreshDelegate_48), (void*)value);
}
inline static int32_t get_offset_of__tweenUpdateDelegate_49() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____tweenUpdateDelegate_49)); }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * get__tweenUpdateDelegate_49() const { return ____tweenUpdateDelegate_49; }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 ** get_address_of__tweenUpdateDelegate_49() { return &____tweenUpdateDelegate_49; }
inline void set__tweenUpdateDelegate_49(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * value)
{
____tweenUpdateDelegate_49 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tweenUpdateDelegate_49), (void*)value);
}
inline static int32_t get_offset_of__showScrollBarDelegate_50() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____showScrollBarDelegate_50)); }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * get__showScrollBarDelegate_50() const { return ____showScrollBarDelegate_50; }
inline TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 ** get_address_of__showScrollBarDelegate_50() { return &____showScrollBarDelegate_50; }
inline void set__showScrollBarDelegate_50(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * value)
{
____showScrollBarDelegate_50 = value;
Il2CppCodeGenWriteBarrier((void**)(&____showScrollBarDelegate_50), (void*)value);
}
inline static int32_t get_offset_of__owner_51() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____owner_51)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__owner_51() const { return ____owner_51; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__owner_51() { return &____owner_51; }
inline void set__owner_51(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____owner_51 = value;
Il2CppCodeGenWriteBarrier((void**)(&____owner_51), (void*)value);
}
inline static int32_t get_offset_of__maskContainer_52() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____maskContainer_52)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get__maskContainer_52() const { return ____maskContainer_52; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of__maskContainer_52() { return &____maskContainer_52; }
inline void set__maskContainer_52(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
____maskContainer_52 = value;
Il2CppCodeGenWriteBarrier((void**)(&____maskContainer_52), (void*)value);
}
inline static int32_t get_offset_of__container_53() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____container_53)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get__container_53() const { return ____container_53; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of__container_53() { return &____container_53; }
inline void set__container_53(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
____container_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&____container_53), (void*)value);
}
inline static int32_t get_offset_of__hzScrollBar_54() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____hzScrollBar_54)); }
inline GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * get__hzScrollBar_54() const { return ____hzScrollBar_54; }
inline GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 ** get_address_of__hzScrollBar_54() { return &____hzScrollBar_54; }
inline void set__hzScrollBar_54(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * value)
{
____hzScrollBar_54 = value;
Il2CppCodeGenWriteBarrier((void**)(&____hzScrollBar_54), (void*)value);
}
inline static int32_t get_offset_of__vtScrollBar_55() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____vtScrollBar_55)); }
inline GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * get__vtScrollBar_55() const { return ____vtScrollBar_55; }
inline GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 ** get_address_of__vtScrollBar_55() { return &____vtScrollBar_55; }
inline void set__vtScrollBar_55(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * value)
{
____vtScrollBar_55 = value;
Il2CppCodeGenWriteBarrier((void**)(&____vtScrollBar_55), (void*)value);
}
inline static int32_t get_offset_of__header_56() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____header_56)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__header_56() const { return ____header_56; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__header_56() { return &____header_56; }
inline void set__header_56(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____header_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&____header_56), (void*)value);
}
inline static int32_t get_offset_of__footer_57() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____footer_57)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__footer_57() const { return ____footer_57; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__footer_57() { return &____footer_57; }
inline void set__footer_57(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____footer_57 = value;
Il2CppCodeGenWriteBarrier((void**)(&____footer_57), (void*)value);
}
inline static int32_t get_offset_of__pageController_58() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____pageController_58)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__pageController_58() const { return ____pageController_58; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__pageController_58() { return &____pageController_58; }
inline void set__pageController_58(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____pageController_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pageController_58), (void*)value);
}
inline static int32_t get_offset_of__onScroll_59() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____onScroll_59)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onScroll_59() const { return ____onScroll_59; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onScroll_59() { return &____onScroll_59; }
inline void set__onScroll_59(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onScroll_59 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onScroll_59), (void*)value);
}
inline static int32_t get_offset_of__onScrollEnd_60() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____onScrollEnd_60)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onScrollEnd_60() const { return ____onScrollEnd_60; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onScrollEnd_60() { return &____onScrollEnd_60; }
inline void set__onScrollEnd_60(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onScrollEnd_60 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onScrollEnd_60), (void*)value);
}
inline static int32_t get_offset_of__onPullDownRelease_61() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____onPullDownRelease_61)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onPullDownRelease_61() const { return ____onPullDownRelease_61; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onPullDownRelease_61() { return &____onPullDownRelease_61; }
inline void set__onPullDownRelease_61(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onPullDownRelease_61 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onPullDownRelease_61), (void*)value);
}
inline static int32_t get_offset_of__onPullUpRelease_62() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE, ____onPullUpRelease_62)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onPullUpRelease_62() const { return ____onPullUpRelease_62; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onPullUpRelease_62() { return &____onPullUpRelease_62; }
inline void set__onPullUpRelease_62(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onPullUpRelease_62 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onPullUpRelease_62), (void*)value);
}
};
struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields
{
public:
// FairyGUI.ScrollPane FairyGUI.ScrollPane::<draggingPane>k__BackingField
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ___U3CdraggingPaneU3Ek__BackingField_2;
// System.Int32 FairyGUI.ScrollPane::_gestureFlag
int32_t ____gestureFlag_63;
public:
inline static int32_t get_offset_of_U3CdraggingPaneU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields, ___U3CdraggingPaneU3Ek__BackingField_2)); }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * get_U3CdraggingPaneU3Ek__BackingField_2() const { return ___U3CdraggingPaneU3Ek__BackingField_2; }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE ** get_address_of_U3CdraggingPaneU3Ek__BackingField_2() { return &___U3CdraggingPaneU3Ek__BackingField_2; }
inline void set_U3CdraggingPaneU3Ek__BackingField_2(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * value)
{
___U3CdraggingPaneU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CdraggingPaneU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of__gestureFlag_63() { return static_cast<int32_t>(offsetof(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE_StaticFields, ____gestureFlag_63)); }
inline int32_t get__gestureFlag_63() const { return ____gestureFlag_63; }
inline int32_t* get_address_of__gestureFlag_63() { return &____gestureFlag_63; }
inline void set__gestureFlag_63(int32_t value)
{
____gestureFlag_63 = value;
}
};
// FairyGUI.TextFormat
struct TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 : public RuntimeObject
{
public:
// System.Int32 FairyGUI.TextFormat::size
int32_t ___size_0;
// System.String FairyGUI.TextFormat::font
String_t* ___font_1;
// UnityEngine.Color FairyGUI.TextFormat::color
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color_2;
// System.Int32 FairyGUI.TextFormat::lineSpacing
int32_t ___lineSpacing_3;
// System.Int32 FairyGUI.TextFormat::letterSpacing
int32_t ___letterSpacing_4;
// System.Boolean FairyGUI.TextFormat::bold
bool ___bold_5;
// System.Boolean FairyGUI.TextFormat::underline
bool ___underline_6;
// System.Boolean FairyGUI.TextFormat::italic
bool ___italic_7;
// UnityEngine.Color32[] FairyGUI.TextFormat::gradientColor
Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* ___gradientColor_8;
// FairyGUI.AlignType FairyGUI.TextFormat::align
int32_t ___align_9;
// FairyGUI.TextFormat_SpecialStyle FairyGUI.TextFormat::specialStyle
int32_t ___specialStyle_10;
public:
inline static int32_t get_offset_of_size_0() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___size_0)); }
inline int32_t get_size_0() const { return ___size_0; }
inline int32_t* get_address_of_size_0() { return &___size_0; }
inline void set_size_0(int32_t value)
{
___size_0 = value;
}
inline static int32_t get_offset_of_font_1() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___font_1)); }
inline String_t* get_font_1() const { return ___font_1; }
inline String_t** get_address_of_font_1() { return &___font_1; }
inline void set_font_1(String_t* value)
{
___font_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___font_1), (void*)value);
}
inline static int32_t get_offset_of_color_2() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___color_2)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_color_2() const { return ___color_2; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_color_2() { return &___color_2; }
inline void set_color_2(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___color_2 = value;
}
inline static int32_t get_offset_of_lineSpacing_3() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___lineSpacing_3)); }
inline int32_t get_lineSpacing_3() const { return ___lineSpacing_3; }
inline int32_t* get_address_of_lineSpacing_3() { return &___lineSpacing_3; }
inline void set_lineSpacing_3(int32_t value)
{
___lineSpacing_3 = value;
}
inline static int32_t get_offset_of_letterSpacing_4() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___letterSpacing_4)); }
inline int32_t get_letterSpacing_4() const { return ___letterSpacing_4; }
inline int32_t* get_address_of_letterSpacing_4() { return &___letterSpacing_4; }
inline void set_letterSpacing_4(int32_t value)
{
___letterSpacing_4 = value;
}
inline static int32_t get_offset_of_bold_5() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___bold_5)); }
inline bool get_bold_5() const { return ___bold_5; }
inline bool* get_address_of_bold_5() { return &___bold_5; }
inline void set_bold_5(bool value)
{
___bold_5 = value;
}
inline static int32_t get_offset_of_underline_6() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___underline_6)); }
inline bool get_underline_6() const { return ___underline_6; }
inline bool* get_address_of_underline_6() { return &___underline_6; }
inline void set_underline_6(bool value)
{
___underline_6 = value;
}
inline static int32_t get_offset_of_italic_7() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___italic_7)); }
inline bool get_italic_7() const { return ___italic_7; }
inline bool* get_address_of_italic_7() { return &___italic_7; }
inline void set_italic_7(bool value)
{
___italic_7 = value;
}
inline static int32_t get_offset_of_gradientColor_8() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___gradientColor_8)); }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* get_gradientColor_8() const { return ___gradientColor_8; }
inline Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983** get_address_of_gradientColor_8() { return &___gradientColor_8; }
inline void set_gradientColor_8(Color32U5BU5D_tABFBCB467E6D1B791303A0D3A3AA1A482F620983* value)
{
___gradientColor_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gradientColor_8), (void*)value);
}
inline static int32_t get_offset_of_align_9() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___align_9)); }
inline int32_t get_align_9() const { return ___align_9; }
inline int32_t* get_address_of_align_9() { return &___align_9; }
inline void set_align_9(int32_t value)
{
___align_9 = value;
}
inline static int32_t get_offset_of_specialStyle_10() { return static_cast<int32_t>(offsetof(TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135, ___specialStyle_10)); }
inline int32_t get_specialStyle_10() const { return ___specialStyle_10; }
inline int32_t* get_address_of_specialStyle_10() { return &___specialStyle_10; }
inline void set_specialStyle_10(int32_t value)
{
___specialStyle_10 = value;
}
};
// FairyGUI.UpdateContext
struct UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 : public RuntimeObject
{
public:
// System.Collections.Generic.Stack`1<FairyGUI.UpdateContext_ClipInfo> FairyGUI.UpdateContext::_clipStack
Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * ____clipStack_0;
// System.Boolean FairyGUI.UpdateContext::clipped
bool ___clipped_1;
// FairyGUI.UpdateContext_ClipInfo FairyGUI.UpdateContext::clipInfo
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 ___clipInfo_2;
// System.Int32 FairyGUI.UpdateContext::renderingOrder
int32_t ___renderingOrder_3;
// System.Int32 FairyGUI.UpdateContext::batchingDepth
int32_t ___batchingDepth_4;
// System.Int32 FairyGUI.UpdateContext::rectMaskDepth
int32_t ___rectMaskDepth_5;
// System.Int32 FairyGUI.UpdateContext::stencilReferenceValue
int32_t ___stencilReferenceValue_6;
// System.Single FairyGUI.UpdateContext::alpha
float ___alpha_7;
// System.Boolean FairyGUI.UpdateContext::grayed
bool ___grayed_8;
public:
inline static int32_t get_offset_of__clipStack_0() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ____clipStack_0)); }
inline Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * get__clipStack_0() const { return ____clipStack_0; }
inline Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 ** get_address_of__clipStack_0() { return &____clipStack_0; }
inline void set__clipStack_0(Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841 * value)
{
____clipStack_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____clipStack_0), (void*)value);
}
inline static int32_t get_offset_of_clipped_1() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___clipped_1)); }
inline bool get_clipped_1() const { return ___clipped_1; }
inline bool* get_address_of_clipped_1() { return &___clipped_1; }
inline void set_clipped_1(bool value)
{
___clipped_1 = value;
}
inline static int32_t get_offset_of_clipInfo_2() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___clipInfo_2)); }
inline ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 get_clipInfo_2() const { return ___clipInfo_2; }
inline ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * get_address_of_clipInfo_2() { return &___clipInfo_2; }
inline void set_clipInfo_2(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 value)
{
___clipInfo_2 = value;
}
inline static int32_t get_offset_of_renderingOrder_3() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___renderingOrder_3)); }
inline int32_t get_renderingOrder_3() const { return ___renderingOrder_3; }
inline int32_t* get_address_of_renderingOrder_3() { return &___renderingOrder_3; }
inline void set_renderingOrder_3(int32_t value)
{
___renderingOrder_3 = value;
}
inline static int32_t get_offset_of_batchingDepth_4() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___batchingDepth_4)); }
inline int32_t get_batchingDepth_4() const { return ___batchingDepth_4; }
inline int32_t* get_address_of_batchingDepth_4() { return &___batchingDepth_4; }
inline void set_batchingDepth_4(int32_t value)
{
___batchingDepth_4 = value;
}
inline static int32_t get_offset_of_rectMaskDepth_5() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___rectMaskDepth_5)); }
inline int32_t get_rectMaskDepth_5() const { return ___rectMaskDepth_5; }
inline int32_t* get_address_of_rectMaskDepth_5() { return &___rectMaskDepth_5; }
inline void set_rectMaskDepth_5(int32_t value)
{
___rectMaskDepth_5 = value;
}
inline static int32_t get_offset_of_stencilReferenceValue_6() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___stencilReferenceValue_6)); }
inline int32_t get_stencilReferenceValue_6() const { return ___stencilReferenceValue_6; }
inline int32_t* get_address_of_stencilReferenceValue_6() { return &___stencilReferenceValue_6; }
inline void set_stencilReferenceValue_6(int32_t value)
{
___stencilReferenceValue_6 = value;
}
inline static int32_t get_offset_of_alpha_7() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___alpha_7)); }
inline float get_alpha_7() const { return ___alpha_7; }
inline float* get_address_of_alpha_7() { return &___alpha_7; }
inline void set_alpha_7(float value)
{
___alpha_7 = value;
}
inline static int32_t get_offset_of_grayed_8() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7, ___grayed_8)); }
inline bool get_grayed_8() const { return ___grayed_8; }
inline bool* get_address_of_grayed_8() { return &___grayed_8; }
inline void set_grayed_8(bool value)
{
___grayed_8 = value;
}
};
struct UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields
{
public:
// FairyGUI.UpdateContext FairyGUI.UpdateContext::current
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___current_9;
// System.UInt32 FairyGUI.UpdateContext::frameId
uint32_t ___frameId_10;
// System.Boolean FairyGUI.UpdateContext::working
bool ___working_11;
// FairyGUI.EventCallback0 FairyGUI.UpdateContext::OnBegin
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___OnBegin_12;
// FairyGUI.EventCallback0 FairyGUI.UpdateContext::OnEnd
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___OnEnd_13;
// FairyGUI.EventCallback0 FairyGUI.UpdateContext::_tmpBegin
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____tmpBegin_14;
public:
inline static int32_t get_offset_of_current_9() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ___current_9)); }
inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * get_current_9() const { return ___current_9; }
inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 ** get_address_of_current_9() { return &___current_9; }
inline void set_current_9(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * value)
{
___current_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_9), (void*)value);
}
inline static int32_t get_offset_of_frameId_10() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ___frameId_10)); }
inline uint32_t get_frameId_10() const { return ___frameId_10; }
inline uint32_t* get_address_of_frameId_10() { return &___frameId_10; }
inline void set_frameId_10(uint32_t value)
{
___frameId_10 = value;
}
inline static int32_t get_offset_of_working_11() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ___working_11)); }
inline bool get_working_11() const { return ___working_11; }
inline bool* get_address_of_working_11() { return &___working_11; }
inline void set_working_11(bool value)
{
___working_11 = value;
}
inline static int32_t get_offset_of_OnBegin_12() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ___OnBegin_12)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_OnBegin_12() const { return ___OnBegin_12; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_OnBegin_12() { return &___OnBegin_12; }
inline void set_OnBegin_12(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___OnBegin_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___OnBegin_12), (void*)value);
}
inline static int32_t get_offset_of_OnEnd_13() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ___OnEnd_13)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_OnEnd_13() const { return ___OnEnd_13; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_OnEnd_13() { return &___OnEnd_13; }
inline void set_OnEnd_13(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___OnEnd_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___OnEnd_13), (void*)value);
}
inline static int32_t get_offset_of__tmpBegin_14() { return static_cast<int32_t>(offsetof(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields, ____tmpBegin_14)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__tmpBegin_14() const { return ____tmpBegin_14; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__tmpBegin_14() { return &____tmpBegin_14; }
inline void set__tmpBegin_14(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____tmpBegin_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tmpBegin_14), (void*)value);
}
};
// 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;
};
// System.Nullable`1<UnityEngine.RaycastHit>
struct Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29
{
public:
// T System.Nullable`1::value
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 ___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_t6224B732028631256932FA4C4176E10D171EFE29, ___value_0)); }
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 get_value_0() const { return ___value_0; }
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29, ___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.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF : public RuntimeObject
{
public:
// System.String System.Text.RegularExpressions.Regex::pattern
String_t* ___pattern_0;
// System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory
RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * ___factory_1;
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions
int32_t ___roptions_2;
// System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___internalMatchTimeout_5;
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps_8;
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___capnames_9;
// System.String[] System.Text.RegularExpressions.Regex::capslist
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___capslist_10;
// System.Int32 System.Text.RegularExpressions.Regex::capsize
int32_t ___capsize_11;
// System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref
ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * ___runnerref_12;
// System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref
SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * ___replref_13;
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * ___code_14;
// System.Boolean System.Text.RegularExpressions.Regex::refsInitialized
bool ___refsInitialized_15;
public:
inline static int32_t get_offset_of_pattern_0() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___pattern_0)); }
inline String_t* get_pattern_0() const { return ___pattern_0; }
inline String_t** get_address_of_pattern_0() { return &___pattern_0; }
inline void set_pattern_0(String_t* value)
{
___pattern_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pattern_0), (void*)value);
}
inline static int32_t get_offset_of_factory_1() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___factory_1)); }
inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * get_factory_1() const { return ___factory_1; }
inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B ** get_address_of_factory_1() { return &___factory_1; }
inline void set_factory_1(RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * value)
{
___factory_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___factory_1), (void*)value);
}
inline static int32_t get_offset_of_roptions_2() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___roptions_2)); }
inline int32_t get_roptions_2() const { return ___roptions_2; }
inline int32_t* get_address_of_roptions_2() { return &___roptions_2; }
inline void set_roptions_2(int32_t value)
{
___roptions_2 = value;
}
inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___internalMatchTimeout_5)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; }
inline void set_internalMatchTimeout_5(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___internalMatchTimeout_5 = value;
}
inline static int32_t get_offset_of_caps_8() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___caps_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_caps_8() const { return ___caps_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_caps_8() { return &___caps_8; }
inline void set_caps_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___caps_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___caps_8), (void*)value);
}
inline static int32_t get_offset_of_capnames_9() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capnames_9)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_capnames_9() const { return ___capnames_9; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_capnames_9() { return &___capnames_9; }
inline void set_capnames_9(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___capnames_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___capnames_9), (void*)value);
}
inline static int32_t get_offset_of_capslist_10() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capslist_10)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_capslist_10() const { return ___capslist_10; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_capslist_10() { return &___capslist_10; }
inline void set_capslist_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___capslist_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___capslist_10), (void*)value);
}
inline static int32_t get_offset_of_capsize_11() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capsize_11)); }
inline int32_t get_capsize_11() const { return ___capsize_11; }
inline int32_t* get_address_of_capsize_11() { return &___capsize_11; }
inline void set_capsize_11(int32_t value)
{
___capsize_11 = value;
}
inline static int32_t get_offset_of_runnerref_12() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___runnerref_12)); }
inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * get_runnerref_12() const { return ___runnerref_12; }
inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB ** get_address_of_runnerref_12() { return &___runnerref_12; }
inline void set_runnerref_12(ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * value)
{
___runnerref_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___runnerref_12), (void*)value);
}
inline static int32_t get_offset_of_replref_13() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___replref_13)); }
inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * get_replref_13() const { return ___replref_13; }
inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 ** get_address_of_replref_13() { return &___replref_13; }
inline void set_replref_13(SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * value)
{
___replref_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___replref_13), (void*)value);
}
inline static int32_t get_offset_of_code_14() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___code_14)); }
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * get_code_14() const { return ___code_14; }
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA ** get_address_of_code_14() { return &___code_14; }
inline void set_code_14(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * value)
{
___code_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___code_14), (void*)value);
}
inline static int32_t get_offset_of_refsInitialized_15() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___refsInitialized_15)); }
inline bool get_refsInitialized_15() const { return ___refsInitialized_15; }
inline bool* get_address_of_refsInitialized_15() { return &___refsInitialized_15; }
inline void set_refsInitialized_15(bool value)
{
___refsInitialized_15 = value;
}
};
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields
{
public:
// System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaximumMatchTimeout_3;
// System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___InfiniteMatchTimeout_4;
// System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___FallbackDefaultMatchTimeout_6;
// System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___DefaultMatchTimeout_7;
// System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry> System.Text.RegularExpressions.Regex::livecode
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * ___livecode_16;
// System.Int32 System.Text.RegularExpressions.Regex::cacheSize
int32_t ___cacheSize_17;
public:
inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___MaximumMatchTimeout_3)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; }
inline void set_MaximumMatchTimeout_3(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaximumMatchTimeout_3 = value;
}
inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___InfiniteMatchTimeout_4)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; }
inline void set_InfiniteMatchTimeout_4(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___InfiniteMatchTimeout_4 = value;
}
inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_6() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___FallbackDefaultMatchTimeout_6)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_FallbackDefaultMatchTimeout_6() const { return ___FallbackDefaultMatchTimeout_6; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_FallbackDefaultMatchTimeout_6() { return &___FallbackDefaultMatchTimeout_6; }
inline void set_FallbackDefaultMatchTimeout_6(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___FallbackDefaultMatchTimeout_6 = value;
}
inline static int32_t get_offset_of_DefaultMatchTimeout_7() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___DefaultMatchTimeout_7)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_DefaultMatchTimeout_7() const { return ___DefaultMatchTimeout_7; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_DefaultMatchTimeout_7() { return &___DefaultMatchTimeout_7; }
inline void set_DefaultMatchTimeout_7(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___DefaultMatchTimeout_7 = value;
}
inline static int32_t get_offset_of_livecode_16() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___livecode_16)); }
inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * get_livecode_16() const { return ___livecode_16; }
inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 ** get_address_of_livecode_16() { return &___livecode_16; }
inline void set_livecode_16(LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * value)
{
___livecode_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___livecode_16), (void*)value);
}
inline static int32_t get_offset_of_cacheSize_17() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___cacheSize_17)); }
inline int32_t get_cacheSize_17() const { return ___cacheSize_17; }
inline int32_t* get_address_of_cacheSize_17() { return &___cacheSize_17; }
inline void set_cacheSize_17(int32_t value)
{
___cacheSize_17 = value;
}
};
// UnityEngine.AudioClip
struct AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
// UnityEngine.AudioClip_PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback
PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * ___m_PCMReaderCallback_4;
// UnityEngine.AudioClip_PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback
PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * ___m_PCMSetPositionCallback_5;
public:
inline static int32_t get_offset_of_m_PCMReaderCallback_4() { return static_cast<int32_t>(offsetof(AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051, ___m_PCMReaderCallback_4)); }
inline PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * get_m_PCMReaderCallback_4() const { return ___m_PCMReaderCallback_4; }
inline PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB ** get_address_of_m_PCMReaderCallback_4() { return &___m_PCMReaderCallback_4; }
inline void set_m_PCMReaderCallback_4(PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB * value)
{
___m_PCMReaderCallback_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PCMReaderCallback_4), (void*)value);
}
inline static int32_t get_offset_of_m_PCMSetPositionCallback_5() { return static_cast<int32_t>(offsetof(AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051, ___m_PCMSetPositionCallback_5)); }
inline PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * get_m_PCMSetPositionCallback_5() const { return ___m_PCMSetPositionCallback_5; }
inline PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 ** get_address_of_m_PCMSetPositionCallback_5() { return &___m_PCMSetPositionCallback_5; }
inline void set_m_PCMSetPositionCallback_5(PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801 * value)
{
___m_PCMSetPositionCallback_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PCMSetPositionCallback_5), (void*)value);
}
};
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Texture
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_StaticFields
{
public:
// System.Int32 UnityEngine.Texture::GenerateAllMips
int32_t ___GenerateAllMips_4;
public:
inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast<int32_t>(offsetof(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_StaticFields, ___GenerateAllMips_4)); }
inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; }
inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; }
inline void set_GenerateAllMips_4(int32_t value)
{
___GenerateAllMips_4 = value;
}
};
// FairyGUI.Container
struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
public:
// UnityEngine.RenderMode FairyGUI.Container::renderMode
int32_t ___renderMode_52;
// UnityEngine.Camera FairyGUI.Container::renderCamera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___renderCamera_53;
// System.Boolean FairyGUI.Container::opaque
bool ___opaque_54;
// System.Nullable`1<UnityEngine.Vector4> FairyGUI.Container::clipSoftness
Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 ___clipSoftness_55;
// FairyGUI.IHitTest FairyGUI.Container::hitArea
RuntimeObject* ___hitArea_56;
// System.Boolean FairyGUI.Container::touchChildren
bool ___touchChildren_57;
// FairyGUI.EventCallback0 FairyGUI.Container::onUpdate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ___onUpdate_58;
// System.Boolean FairyGUI.Container::reversedMask
bool ___reversedMask_59;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Container::_children
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____children_60;
// FairyGUI.DisplayObject FairyGUI.Container::_mask
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____mask_61;
// System.Nullable`1<UnityEngine.Rect> FairyGUI.Container::_clipRect
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ____clipRect_62;
// System.Boolean FairyGUI.Container::_fBatchingRequested
bool ____fBatchingRequested_63;
// System.Boolean FairyGUI.Container::_fBatchingRoot
bool ____fBatchingRoot_64;
// System.Boolean FairyGUI.Container::_fBatching
bool ____fBatching_65;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Container::_descendants
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____descendants_66;
// System.Boolean FairyGUI.Container::_isPanel
bool ____isPanel_67;
// System.Int32 FairyGUI.Container::_panelOrder
int32_t ____panelOrder_68;
public:
inline static int32_t get_offset_of_renderMode_52() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___renderMode_52)); }
inline int32_t get_renderMode_52() const { return ___renderMode_52; }
inline int32_t* get_address_of_renderMode_52() { return &___renderMode_52; }
inline void set_renderMode_52(int32_t value)
{
___renderMode_52 = value;
}
inline static int32_t get_offset_of_renderCamera_53() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___renderCamera_53)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_renderCamera_53() const { return ___renderCamera_53; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_renderCamera_53() { return &___renderCamera_53; }
inline void set_renderCamera_53(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___renderCamera_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&___renderCamera_53), (void*)value);
}
inline static int32_t get_offset_of_opaque_54() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___opaque_54)); }
inline bool get_opaque_54() const { return ___opaque_54; }
inline bool* get_address_of_opaque_54() { return &___opaque_54; }
inline void set_opaque_54(bool value)
{
___opaque_54 = value;
}
inline static int32_t get_offset_of_clipSoftness_55() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___clipSoftness_55)); }
inline Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 get_clipSoftness_55() const { return ___clipSoftness_55; }
inline Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 * get_address_of_clipSoftness_55() { return &___clipSoftness_55; }
inline void set_clipSoftness_55(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533 value)
{
___clipSoftness_55 = value;
}
inline static int32_t get_offset_of_hitArea_56() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___hitArea_56)); }
inline RuntimeObject* get_hitArea_56() const { return ___hitArea_56; }
inline RuntimeObject** get_address_of_hitArea_56() { return &___hitArea_56; }
inline void set_hitArea_56(RuntimeObject* value)
{
___hitArea_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hitArea_56), (void*)value);
}
inline static int32_t get_offset_of_touchChildren_57() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___touchChildren_57)); }
inline bool get_touchChildren_57() const { return ___touchChildren_57; }
inline bool* get_address_of_touchChildren_57() { return &___touchChildren_57; }
inline void set_touchChildren_57(bool value)
{
___touchChildren_57 = value;
}
inline static int32_t get_offset_of_onUpdate_58() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___onUpdate_58)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get_onUpdate_58() const { return ___onUpdate_58; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of_onUpdate_58() { return &___onUpdate_58; }
inline void set_onUpdate_58(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
___onUpdate_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onUpdate_58), (void*)value);
}
inline static int32_t get_offset_of_reversedMask_59() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ___reversedMask_59)); }
inline bool get_reversedMask_59() const { return ___reversedMask_59; }
inline bool* get_address_of_reversedMask_59() { return &___reversedMask_59; }
inline void set_reversedMask_59(bool value)
{
___reversedMask_59 = value;
}
inline static int32_t get_offset_of__children_60() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____children_60)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__children_60() const { return ____children_60; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__children_60() { return &____children_60; }
inline void set__children_60(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____children_60 = value;
Il2CppCodeGenWriteBarrier((void**)(&____children_60), (void*)value);
}
inline static int32_t get_offset_of__mask_61() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____mask_61)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__mask_61() const { return ____mask_61; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__mask_61() { return &____mask_61; }
inline void set__mask_61(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
____mask_61 = value;
Il2CppCodeGenWriteBarrier((void**)(&____mask_61), (void*)value);
}
inline static int32_t get_offset_of__clipRect_62() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____clipRect_62)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get__clipRect_62() const { return ____clipRect_62; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of__clipRect_62() { return &____clipRect_62; }
inline void set__clipRect_62(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
____clipRect_62 = value;
}
inline static int32_t get_offset_of__fBatchingRequested_63() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatchingRequested_63)); }
inline bool get__fBatchingRequested_63() const { return ____fBatchingRequested_63; }
inline bool* get_address_of__fBatchingRequested_63() { return &____fBatchingRequested_63; }
inline void set__fBatchingRequested_63(bool value)
{
____fBatchingRequested_63 = value;
}
inline static int32_t get_offset_of__fBatchingRoot_64() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatchingRoot_64)); }
inline bool get__fBatchingRoot_64() const { return ____fBatchingRoot_64; }
inline bool* get_address_of__fBatchingRoot_64() { return &____fBatchingRoot_64; }
inline void set__fBatchingRoot_64(bool value)
{
____fBatchingRoot_64 = value;
}
inline static int32_t get_offset_of__fBatching_65() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____fBatching_65)); }
inline bool get__fBatching_65() const { return ____fBatching_65; }
inline bool* get_address_of__fBatching_65() { return &____fBatching_65; }
inline void set__fBatching_65(bool value)
{
____fBatching_65 = value;
}
inline static int32_t get_offset_of__descendants_66() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____descendants_66)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__descendants_66() const { return ____descendants_66; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__descendants_66() { return &____descendants_66; }
inline void set__descendants_66(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____descendants_66 = value;
Il2CppCodeGenWriteBarrier((void**)(&____descendants_66), (void*)value);
}
inline static int32_t get_offset_of__isPanel_67() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____isPanel_67)); }
inline bool get__isPanel_67() const { return ____isPanel_67; }
inline bool* get_address_of__isPanel_67() { return &____isPanel_67; }
inline void set__isPanel_67(bool value)
{
____isPanel_67 = value;
}
inline static int32_t get_offset_of__panelOrder_68() { return static_cast<int32_t>(offsetof(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68, ____panelOrder_68)); }
inline int32_t get__panelOrder_68() const { return ____panelOrder_68; }
inline int32_t* get_address_of__panelOrder_68() { return &____panelOrder_68; }
inline void set__panelOrder_68(int32_t value)
{
____panelOrder_68 = value;
}
};
// FairyGUI.EventCallback1
struct EventCallback1_t389063B912FE306493324D5033356213EEA650A7 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.GComponent
struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.Container FairyGUI.GComponent::<rootContainer>k__BackingField
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CrootContainerU3Ek__BackingField_74;
// FairyGUI.Container FairyGUI.GComponent::<container>k__BackingField
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CcontainerU3Ek__BackingField_75;
// FairyGUI.ScrollPane FairyGUI.GComponent::<scrollPane>k__BackingField
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ___U3CscrollPaneU3Ek__BackingField_76;
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.GComponent::_children
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ____children_77;
// System.Collections.Generic.List`1<FairyGUI.Controller> FairyGUI.GComponent::_controllers
List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * ____controllers_78;
// System.Collections.Generic.List`1<FairyGUI.Transition> FairyGUI.GComponent::_transitions
List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * ____transitions_79;
// System.Boolean FairyGUI.GComponent::_buildingDisplayList
bool ____buildingDisplayList_80;
// FairyGUI.Margin FairyGUI.GComponent::_margin
Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E ____margin_81;
// System.Boolean FairyGUI.GComponent::_trackBounds
bool ____trackBounds_82;
// System.Boolean FairyGUI.GComponent::_boundsChanged
bool ____boundsChanged_83;
// FairyGUI.ChildrenRenderOrder FairyGUI.GComponent::_childrenRenderOrder
int32_t ____childrenRenderOrder_84;
// System.Int32 FairyGUI.GComponent::_apexIndex
int32_t ____apexIndex_85;
// UnityEngine.Vector2 FairyGUI.GComponent::_alignOffset
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____alignOffset_86;
// UnityEngine.Vector2 FairyGUI.GComponent::_clipSoftness
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____clipSoftness_87;
// System.Int32 FairyGUI.GComponent::_sortingChildCount
int32_t ____sortingChildCount_88;
// FairyGUI.EventCallback0 FairyGUI.GComponent::_buildDelegate
EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * ____buildDelegate_89;
// FairyGUI.Controller FairyGUI.GComponent::_applyingController
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ____applyingController_90;
// FairyGUI.EventListener FairyGUI.GComponent::_onDrop
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onDrop_91;
// LuaInterface.LuaTable FairyGUI.GComponent::_peerTable
LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * ____peerTable_92;
public:
inline static int32_t get_offset_of_U3CrootContainerU3Ek__BackingField_74() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CrootContainerU3Ek__BackingField_74)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CrootContainerU3Ek__BackingField_74() const { return ___U3CrootContainerU3Ek__BackingField_74; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CrootContainerU3Ek__BackingField_74() { return &___U3CrootContainerU3Ek__BackingField_74; }
inline void set_U3CrootContainerU3Ek__BackingField_74(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
___U3CrootContainerU3Ek__BackingField_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CrootContainerU3Ek__BackingField_74), (void*)value);
}
inline static int32_t get_offset_of_U3CcontainerU3Ek__BackingField_75() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CcontainerU3Ek__BackingField_75)); }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * get_U3CcontainerU3Ek__BackingField_75() const { return ___U3CcontainerU3Ek__BackingField_75; }
inline Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 ** get_address_of_U3CcontainerU3Ek__BackingField_75() { return &___U3CcontainerU3Ek__BackingField_75; }
inline void set_U3CcontainerU3Ek__BackingField_75(Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * value)
{
___U3CcontainerU3Ek__BackingField_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CcontainerU3Ek__BackingField_75), (void*)value);
}
inline static int32_t get_offset_of_U3CscrollPaneU3Ek__BackingField_76() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ___U3CscrollPaneU3Ek__BackingField_76)); }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * get_U3CscrollPaneU3Ek__BackingField_76() const { return ___U3CscrollPaneU3Ek__BackingField_76; }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE ** get_address_of_U3CscrollPaneU3Ek__BackingField_76() { return &___U3CscrollPaneU3Ek__BackingField_76; }
inline void set_U3CscrollPaneU3Ek__BackingField_76(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * value)
{
___U3CscrollPaneU3Ek__BackingField_76 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CscrollPaneU3Ek__BackingField_76), (void*)value);
}
inline static int32_t get_offset_of__children_77() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____children_77)); }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get__children_77() const { return ____children_77; }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of__children_77() { return &____children_77; }
inline void set__children_77(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
{
____children_77 = value;
Il2CppCodeGenWriteBarrier((void**)(&____children_77), (void*)value);
}
inline static int32_t get_offset_of__controllers_78() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____controllers_78)); }
inline List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * get__controllers_78() const { return ____controllers_78; }
inline List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 ** get_address_of__controllers_78() { return &____controllers_78; }
inline void set__controllers_78(List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376 * value)
{
____controllers_78 = value;
Il2CppCodeGenWriteBarrier((void**)(&____controllers_78), (void*)value);
}
inline static int32_t get_offset_of__transitions_79() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____transitions_79)); }
inline List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * get__transitions_79() const { return ____transitions_79; }
inline List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 ** get_address_of__transitions_79() { return &____transitions_79; }
inline void set__transitions_79(List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281 * value)
{
____transitions_79 = value;
Il2CppCodeGenWriteBarrier((void**)(&____transitions_79), (void*)value);
}
inline static int32_t get_offset_of__buildingDisplayList_80() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____buildingDisplayList_80)); }
inline bool get__buildingDisplayList_80() const { return ____buildingDisplayList_80; }
inline bool* get_address_of__buildingDisplayList_80() { return &____buildingDisplayList_80; }
inline void set__buildingDisplayList_80(bool value)
{
____buildingDisplayList_80 = value;
}
inline static int32_t get_offset_of__margin_81() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____margin_81)); }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E get__margin_81() const { return ____margin_81; }
inline Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E * get_address_of__margin_81() { return &____margin_81; }
inline void set__margin_81(Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E value)
{
____margin_81 = value;
}
inline static int32_t get_offset_of__trackBounds_82() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____trackBounds_82)); }
inline bool get__trackBounds_82() const { return ____trackBounds_82; }
inline bool* get_address_of__trackBounds_82() { return &____trackBounds_82; }
inline void set__trackBounds_82(bool value)
{
____trackBounds_82 = value;
}
inline static int32_t get_offset_of__boundsChanged_83() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____boundsChanged_83)); }
inline bool get__boundsChanged_83() const { return ____boundsChanged_83; }
inline bool* get_address_of__boundsChanged_83() { return &____boundsChanged_83; }
inline void set__boundsChanged_83(bool value)
{
____boundsChanged_83 = value;
}
inline static int32_t get_offset_of__childrenRenderOrder_84() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____childrenRenderOrder_84)); }
inline int32_t get__childrenRenderOrder_84() const { return ____childrenRenderOrder_84; }
inline int32_t* get_address_of__childrenRenderOrder_84() { return &____childrenRenderOrder_84; }
inline void set__childrenRenderOrder_84(int32_t value)
{
____childrenRenderOrder_84 = value;
}
inline static int32_t get_offset_of__apexIndex_85() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____apexIndex_85)); }
inline int32_t get__apexIndex_85() const { return ____apexIndex_85; }
inline int32_t* get_address_of__apexIndex_85() { return &____apexIndex_85; }
inline void set__apexIndex_85(int32_t value)
{
____apexIndex_85 = value;
}
inline static int32_t get_offset_of__alignOffset_86() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____alignOffset_86)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__alignOffset_86() const { return ____alignOffset_86; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__alignOffset_86() { return &____alignOffset_86; }
inline void set__alignOffset_86(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____alignOffset_86 = value;
}
inline static int32_t get_offset_of__clipSoftness_87() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____clipSoftness_87)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__clipSoftness_87() const { return ____clipSoftness_87; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__clipSoftness_87() { return &____clipSoftness_87; }
inline void set__clipSoftness_87(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____clipSoftness_87 = value;
}
inline static int32_t get_offset_of__sortingChildCount_88() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____sortingChildCount_88)); }
inline int32_t get__sortingChildCount_88() const { return ____sortingChildCount_88; }
inline int32_t* get_address_of__sortingChildCount_88() { return &____sortingChildCount_88; }
inline void set__sortingChildCount_88(int32_t value)
{
____sortingChildCount_88 = value;
}
inline static int32_t get_offset_of__buildDelegate_89() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____buildDelegate_89)); }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * get__buildDelegate_89() const { return ____buildDelegate_89; }
inline EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 ** get_address_of__buildDelegate_89() { return &____buildDelegate_89; }
inline void set__buildDelegate_89(EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8 * value)
{
____buildDelegate_89 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buildDelegate_89), (void*)value);
}
inline static int32_t get_offset_of__applyingController_90() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____applyingController_90)); }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * get__applyingController_90() const { return ____applyingController_90; }
inline Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 ** get_address_of__applyingController_90() { return &____applyingController_90; }
inline void set__applyingController_90(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * value)
{
____applyingController_90 = value;
Il2CppCodeGenWriteBarrier((void**)(&____applyingController_90), (void*)value);
}
inline static int32_t get_offset_of__onDrop_91() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____onDrop_91)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onDrop_91() const { return ____onDrop_91; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onDrop_91() { return &____onDrop_91; }
inline void set__onDrop_91(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onDrop_91 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onDrop_91), (void*)value);
}
inline static int32_t get_offset_of__peerTable_92() { return static_cast<int32_t>(offsetof(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC, ____peerTable_92)); }
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * get__peerTable_92() const { return ____peerTable_92; }
inline LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 ** get_address_of__peerTable_92() { return &____peerTable_92; }
inline void set__peerTable_92(LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87 * value)
{
____peerTable_92 = value;
Il2CppCodeGenWriteBarrier((void**)(&____peerTable_92), (void*)value);
}
};
// FairyGUI.GGraph
struct GGraph_tD2F718A15120D167149C9E19B8802F8862458858 : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.Shape FairyGUI.GGraph::_shape
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * ____shape_74;
public:
inline static int32_t get_offset_of__shape_74() { return static_cast<int32_t>(offsetof(GGraph_tD2F718A15120D167149C9E19B8802F8862458858, ____shape_74)); }
inline Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * get__shape_74() const { return ____shape_74; }
inline Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 ** get_address_of__shape_74() { return &____shape_74; }
inline void set__shape_74(Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * value)
{
____shape_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&____shape_74), (void*)value);
}
};
// FairyGUI.GImage
struct GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.Image FairyGUI.GImage::_content
Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * ____content_74;
public:
inline static int32_t get_offset_of__content_74() { return static_cast<int32_t>(offsetof(GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A, ____content_74)); }
inline Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * get__content_74() const { return ____content_74; }
inline Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 ** get_address_of__content_74() { return &____content_74; }
inline void set__content_74(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * value)
{
____content_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&____content_74), (void*)value);
}
};
// FairyGUI.GLoader
struct GLoader_t79DB886430214FA5031328823142509230E0E4A8 : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// System.Boolean FairyGUI.GLoader::showErrorSign
bool ___showErrorSign_74;
// System.String FairyGUI.GLoader::_url
String_t* ____url_75;
// FairyGUI.AlignType FairyGUI.GLoader::_align
int32_t ____align_76;
// FairyGUI.VertAlignType FairyGUI.GLoader::_verticalAlign
int32_t ____verticalAlign_77;
// System.Boolean FairyGUI.GLoader::_autoSize
bool ____autoSize_78;
// FairyGUI.FillType FairyGUI.GLoader::_fill
int32_t ____fill_79;
// System.Boolean FairyGUI.GLoader::_shrinkOnly
bool ____shrinkOnly_80;
// System.Boolean FairyGUI.GLoader::_updatingLayout
bool ____updatingLayout_81;
// FairyGUI.PackageItem FairyGUI.GLoader::_contentItem
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ____contentItem_82;
// System.Single FairyGUI.GLoader::_contentWidth
float ____contentWidth_83;
// System.Single FairyGUI.GLoader::_contentHeight
float ____contentHeight_84;
// System.Single FairyGUI.GLoader::_contentSourceWidth
float ____contentSourceWidth_85;
// System.Single FairyGUI.GLoader::_contentSourceHeight
float ____contentSourceHeight_86;
// FairyGUI.MovieClip FairyGUI.GLoader::_content
MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * ____content_87;
// FairyGUI.GObject FairyGUI.GLoader::_errorSign
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____errorSign_88;
// FairyGUI.GComponent FairyGUI.GLoader::_content2
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____content2_89;
public:
inline static int32_t get_offset_of_showErrorSign_74() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ___showErrorSign_74)); }
inline bool get_showErrorSign_74() const { return ___showErrorSign_74; }
inline bool* get_address_of_showErrorSign_74() { return &___showErrorSign_74; }
inline void set_showErrorSign_74(bool value)
{
___showErrorSign_74 = value;
}
inline static int32_t get_offset_of__url_75() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____url_75)); }
inline String_t* get__url_75() const { return ____url_75; }
inline String_t** get_address_of__url_75() { return &____url_75; }
inline void set__url_75(String_t* value)
{
____url_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&____url_75), (void*)value);
}
inline static int32_t get_offset_of__align_76() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____align_76)); }
inline int32_t get__align_76() const { return ____align_76; }
inline int32_t* get_address_of__align_76() { return &____align_76; }
inline void set__align_76(int32_t value)
{
____align_76 = value;
}
inline static int32_t get_offset_of__verticalAlign_77() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____verticalAlign_77)); }
inline int32_t get__verticalAlign_77() const { return ____verticalAlign_77; }
inline int32_t* get_address_of__verticalAlign_77() { return &____verticalAlign_77; }
inline void set__verticalAlign_77(int32_t value)
{
____verticalAlign_77 = value;
}
inline static int32_t get_offset_of__autoSize_78() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____autoSize_78)); }
inline bool get__autoSize_78() const { return ____autoSize_78; }
inline bool* get_address_of__autoSize_78() { return &____autoSize_78; }
inline void set__autoSize_78(bool value)
{
____autoSize_78 = value;
}
inline static int32_t get_offset_of__fill_79() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____fill_79)); }
inline int32_t get__fill_79() const { return ____fill_79; }
inline int32_t* get_address_of__fill_79() { return &____fill_79; }
inline void set__fill_79(int32_t value)
{
____fill_79 = value;
}
inline static int32_t get_offset_of__shrinkOnly_80() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____shrinkOnly_80)); }
inline bool get__shrinkOnly_80() const { return ____shrinkOnly_80; }
inline bool* get_address_of__shrinkOnly_80() { return &____shrinkOnly_80; }
inline void set__shrinkOnly_80(bool value)
{
____shrinkOnly_80 = value;
}
inline static int32_t get_offset_of__updatingLayout_81() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____updatingLayout_81)); }
inline bool get__updatingLayout_81() const { return ____updatingLayout_81; }
inline bool* get_address_of__updatingLayout_81() { return &____updatingLayout_81; }
inline void set__updatingLayout_81(bool value)
{
____updatingLayout_81 = value;
}
inline static int32_t get_offset_of__contentItem_82() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentItem_82)); }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get__contentItem_82() const { return ____contentItem_82; }
inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of__contentItem_82() { return &____contentItem_82; }
inline void set__contentItem_82(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value)
{
____contentItem_82 = value;
Il2CppCodeGenWriteBarrier((void**)(&____contentItem_82), (void*)value);
}
inline static int32_t get_offset_of__contentWidth_83() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentWidth_83)); }
inline float get__contentWidth_83() const { return ____contentWidth_83; }
inline float* get_address_of__contentWidth_83() { return &____contentWidth_83; }
inline void set__contentWidth_83(float value)
{
____contentWidth_83 = value;
}
inline static int32_t get_offset_of__contentHeight_84() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentHeight_84)); }
inline float get__contentHeight_84() const { return ____contentHeight_84; }
inline float* get_address_of__contentHeight_84() { return &____contentHeight_84; }
inline void set__contentHeight_84(float value)
{
____contentHeight_84 = value;
}
inline static int32_t get_offset_of__contentSourceWidth_85() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentSourceWidth_85)); }
inline float get__contentSourceWidth_85() const { return ____contentSourceWidth_85; }
inline float* get_address_of__contentSourceWidth_85() { return &____contentSourceWidth_85; }
inline void set__contentSourceWidth_85(float value)
{
____contentSourceWidth_85 = value;
}
inline static int32_t get_offset_of__contentSourceHeight_86() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____contentSourceHeight_86)); }
inline float get__contentSourceHeight_86() const { return ____contentSourceHeight_86; }
inline float* get_address_of__contentSourceHeight_86() { return &____contentSourceHeight_86; }
inline void set__contentSourceHeight_86(float value)
{
____contentSourceHeight_86 = value;
}
inline static int32_t get_offset_of__content_87() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____content_87)); }
inline MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * get__content_87() const { return ____content_87; }
inline MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 ** get_address_of__content_87() { return &____content_87; }
inline void set__content_87(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * value)
{
____content_87 = value;
Il2CppCodeGenWriteBarrier((void**)(&____content_87), (void*)value);
}
inline static int32_t get_offset_of__errorSign_88() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____errorSign_88)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__errorSign_88() const { return ____errorSign_88; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__errorSign_88() { return &____errorSign_88; }
inline void set__errorSign_88(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____errorSign_88 = value;
Il2CppCodeGenWriteBarrier((void**)(&____errorSign_88), (void*)value);
}
inline static int32_t get_offset_of__content2_89() { return static_cast<int32_t>(offsetof(GLoader_t79DB886430214FA5031328823142509230E0E4A8, ____content2_89)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__content2_89() const { return ____content2_89; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__content2_89() { return &____content2_89; }
inline void set__content2_89(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____content2_89 = value;
Il2CppCodeGenWriteBarrier((void**)(&____content2_89), (void*)value);
}
};
// FairyGUI.GMovieClip
struct GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.MovieClip FairyGUI.GMovieClip::_content
MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * ____content_74;
// FairyGUI.EventListener FairyGUI.GMovieClip::_onPlayEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onPlayEnd_75;
public:
inline static int32_t get_offset_of__content_74() { return static_cast<int32_t>(offsetof(GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84, ____content_74)); }
inline MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * get__content_74() const { return ____content_74; }
inline MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 ** get_address_of__content_74() { return &____content_74; }
inline void set__content_74(MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547 * value)
{
____content_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&____content_74), (void*)value);
}
inline static int32_t get_offset_of__onPlayEnd_75() { return static_cast<int32_t>(offsetof(GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84, ____onPlayEnd_75)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onPlayEnd_75() const { return ____onPlayEnd_75; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onPlayEnd_75() { return &____onPlayEnd_75; }
inline void set__onPlayEnd_75(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onPlayEnd_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onPlayEnd_75), (void*)value);
}
};
// FairyGUI.GObjectPool_InitCallbackDelegate
struct InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.GTextField
struct GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 : public GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB
{
public:
// FairyGUI.TextField FairyGUI.GTextField::_textField
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * ____textField_74;
// System.String FairyGUI.GTextField::_text
String_t* ____text_75;
// System.Boolean FairyGUI.GTextField::_ubbEnabled
bool ____ubbEnabled_76;
// System.Boolean FairyGUI.GTextField::_updatingSize
bool ____updatingSize_77;
// System.Collections.Generic.Dictionary`2<System.String,System.String> FairyGUI.GTextField::_templateVars
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ____templateVars_78;
public:
inline static int32_t get_offset_of__textField_74() { return static_cast<int32_t>(offsetof(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058, ____textField_74)); }
inline TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * get__textField_74() const { return ____textField_74; }
inline TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D ** get_address_of__textField_74() { return &____textField_74; }
inline void set__textField_74(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * value)
{
____textField_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&____textField_74), (void*)value);
}
inline static int32_t get_offset_of__text_75() { return static_cast<int32_t>(offsetof(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058, ____text_75)); }
inline String_t* get__text_75() const { return ____text_75; }
inline String_t** get_address_of__text_75() { return &____text_75; }
inline void set__text_75(String_t* value)
{
____text_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&____text_75), (void*)value);
}
inline static int32_t get_offset_of__ubbEnabled_76() { return static_cast<int32_t>(offsetof(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058, ____ubbEnabled_76)); }
inline bool get__ubbEnabled_76() const { return ____ubbEnabled_76; }
inline bool* get_address_of__ubbEnabled_76() { return &____ubbEnabled_76; }
inline void set__ubbEnabled_76(bool value)
{
____ubbEnabled_76 = value;
}
inline static int32_t get_offset_of__updatingSize_77() { return static_cast<int32_t>(offsetof(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058, ____updatingSize_77)); }
inline bool get__updatingSize_77() const { return ____updatingSize_77; }
inline bool* get_address_of__updatingSize_77() { return &____updatingSize_77; }
inline void set__updatingSize_77(bool value)
{
____updatingSize_77 = value;
}
inline static int32_t get_offset_of__templateVars_78() { return static_cast<int32_t>(offsetof(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058, ____templateVars_78)); }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get__templateVars_78() const { return ____templateVars_78; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of__templateVars_78() { return &____templateVars_78; }
inline void set__templateVars_78(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
{
____templateVars_78 = value;
Il2CppCodeGenWriteBarrier((void**)(&____templateVars_78), (void*)value);
}
};
// FairyGUI.GTweenCallback
struct GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.GTweenCallback1
struct GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.GoWrapper
struct GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
public:
// System.Boolean FairyGUI.GoWrapper::supportStencil
bool ___supportStencil_52;
// UnityEngine.GameObject FairyGUI.GoWrapper::_wrapTarget
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ____wrapTarget_53;
// System.Collections.Generic.List`1<UnityEngine.Renderer> FairyGUI.GoWrapper::_renderers
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * ____renderers_54;
// System.Collections.Generic.List`1<UnityEngine.Material> FairyGUI.GoWrapper::_materialsBackup
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * ____materialsBackup_55;
// System.Collections.Generic.List`1<UnityEngine.Material> FairyGUI.GoWrapper::_materials
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * ____materials_56;
// System.Collections.Generic.List`1<System.Int32> FairyGUI.GoWrapper::_sortingOrders
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ____sortingOrders_57;
// UnityEngine.Canvas FairyGUI.GoWrapper::_canvas
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * ____canvas_58;
// System.Boolean FairyGUI.GoWrapper::_cloneMaterial
bool ____cloneMaterial_59;
public:
inline static int32_t get_offset_of_supportStencil_52() { return static_cast<int32_t>(offsetof(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F, ___supportStencil_52)); }
inline bool get_supportStencil_52() const { return ___supportStencil_52; }
inline bool* get_address_of_supportStencil_52() { return &___supportStencil_52; }
inline void set_supportStencil_52(bool value)
{
___supportStencil_52 = value;
}
inline static int32_t get_offset_of__wrapTarget_53() { return static_cast<int32_t>(offsetof(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F, ____wrapTarget_53)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get__wrapTarget_53() const { return ____wrapTarget_53; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of__wrapTarget_53() { return &____wrapTarget_53; }
inline void set__wrapTarget_53(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
____wrapTarget_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&____wrapTarget_53), (void*)value);
}
inline static int32_t get_offset_of__renderers_54() { return static_cast<int32_t>(offsetof(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F, ____renderers_54)); }
inline List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * get__renderers_54() const { return ____renderers_54; }
inline List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 ** get_address_of__renderers_54() { return &____renderers_54; }
inline void set__renderers_54(List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * value)
{
____renderers_54 = value;
Il2CppCodeGenWriteBarrier((void**)(&____renderers_54), (void*)value);
}
inline static int32_t get_offset_of__materialsBackup_55() { return static_cast<int32_t>(offsetof(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F, ____materialsBackup_55)); }
inline List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * get__materialsBackup_55() const { return ____materialsBackup_55; }
inline List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B ** get_address_of__materialsBackup_55() { return &____materialsBackup_55; }
inline void set__materialsBackup_55(List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * value)
{
____materialsBackup_55 = value;
Il2CppCodeGenWriteBarrier((void**)(&____materialsBackup_55), (void*)value);
}
inline static int32_t get_offset_of__materials_56() { return static_cast<int32_t>(offsetof(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F, ____materials_56)); }
inline List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * get__materials_56() const { return ____materials_56; }
inline List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B ** get_address_of__materials_56() { return &____materials_56; }
inline void set__materials_56(List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * value)
{
____materials_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&____materials_56), (void*)value);
}
inline static int32_t get_offset_of__sortingOrders_57() { return static_cast<int32_t>(offsetof(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F, ____sortingOrders_57)); }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get__sortingOrders_57() const { return ____sortingOrders_57; }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of__sortingOrders_57() { return &____sortingOrders_57; }
inline void set__sortingOrders_57(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
{
____sortingOrders_57 = value;
Il2CppCodeGenWriteBarrier((void**)(&____sortingOrders_57), (void*)value);
}
inline static int32_t get_offset_of__canvas_58() { return static_cast<int32_t>(offsetof(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F, ____canvas_58)); }
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * get__canvas_58() const { return ____canvas_58; }
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 ** get_address_of__canvas_58() { return &____canvas_58; }
inline void set__canvas_58(Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * value)
{
____canvas_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&____canvas_58), (void*)value);
}
inline static int32_t get_offset_of__cloneMaterial_59() { return static_cast<int32_t>(offsetof(GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F, ____cloneMaterial_59)); }
inline bool get__cloneMaterial_59() const { return ____cloneMaterial_59; }
inline bool* get_address_of__cloneMaterial_59() { return &____cloneMaterial_59; }
inline void set__cloneMaterial_59(bool value)
{
____cloneMaterial_59 = value;
}
};
// FairyGUI.Image
struct Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 : public DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB
{
public:
// System.Nullable`1<UnityEngine.Rect> FairyGUI.Image::_scale9Grid
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ____scale9Grid_52;
// System.Boolean FairyGUI.Image::_scaleByTile
bool ____scaleByTile_53;
// System.Int32 FairyGUI.Image::_tileGridIndice
int32_t ____tileGridIndice_54;
// FairyGUI.FillMesh FairyGUI.Image::_fillMesh
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * ____fillMesh_55;
public:
inline static int32_t get_offset_of__scale9Grid_52() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8, ____scale9Grid_52)); }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 get__scale9Grid_52() const { return ____scale9Grid_52; }
inline Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * get_address_of__scale9Grid_52() { return &____scale9Grid_52; }
inline void set__scale9Grid_52(Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 value)
{
____scale9Grid_52 = value;
}
inline static int32_t get_offset_of__scaleByTile_53() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8, ____scaleByTile_53)); }
inline bool get__scaleByTile_53() const { return ____scaleByTile_53; }
inline bool* get_address_of__scaleByTile_53() { return &____scaleByTile_53; }
inline void set__scaleByTile_53(bool value)
{
____scaleByTile_53 = value;
}
inline static int32_t get_offset_of__tileGridIndice_54() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8, ____tileGridIndice_54)); }
inline int32_t get__tileGridIndice_54() const { return ____tileGridIndice_54; }
inline int32_t* get_address_of__tileGridIndice_54() { return &____tileGridIndice_54; }
inline void set__tileGridIndice_54(int32_t value)
{
____tileGridIndice_54 = value;
}
inline static int32_t get_offset_of__fillMesh_55() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8, ____fillMesh_55)); }
inline FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * get__fillMesh_55() const { return ____fillMesh_55; }
inline FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 ** get_address_of__fillMesh_55() { return &____fillMesh_55; }
inline void set__fillMesh_55(FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * value)
{
____fillMesh_55 = value;
Il2CppCodeGenWriteBarrier((void**)(&____fillMesh_55), (void*)value);
}
};
struct Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields
{
public:
// System.Int32[] FairyGUI.Image::TRIANGLES_9_GRID
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___TRIANGLES_9_GRID_56;
// System.Int32[] FairyGUI.Image::gridTileIndice
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___gridTileIndice_57;
// System.Single[] FairyGUI.Image::gridX
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___gridX_58;
// System.Single[] FairyGUI.Image::gridY
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___gridY_59;
// System.Single[] FairyGUI.Image::gridTexX
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___gridTexX_60;
// System.Single[] FairyGUI.Image::gridTexY
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___gridTexY_61;
public:
inline static int32_t get_offset_of_TRIANGLES_9_GRID_56() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___TRIANGLES_9_GRID_56)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_TRIANGLES_9_GRID_56() const { return ___TRIANGLES_9_GRID_56; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_TRIANGLES_9_GRID_56() { return &___TRIANGLES_9_GRID_56; }
inline void set_TRIANGLES_9_GRID_56(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___TRIANGLES_9_GRID_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TRIANGLES_9_GRID_56), (void*)value);
}
inline static int32_t get_offset_of_gridTileIndice_57() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___gridTileIndice_57)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_gridTileIndice_57() const { return ___gridTileIndice_57; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_gridTileIndice_57() { return &___gridTileIndice_57; }
inline void set_gridTileIndice_57(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___gridTileIndice_57 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gridTileIndice_57), (void*)value);
}
inline static int32_t get_offset_of_gridX_58() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___gridX_58)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_gridX_58() const { return ___gridX_58; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_gridX_58() { return &___gridX_58; }
inline void set_gridX_58(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___gridX_58 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gridX_58), (void*)value);
}
inline static int32_t get_offset_of_gridY_59() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___gridY_59)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_gridY_59() const { return ___gridY_59; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_gridY_59() { return &___gridY_59; }
inline void set_gridY_59(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___gridY_59 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gridY_59), (void*)value);
}
inline static int32_t get_offset_of_gridTexX_60() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___gridTexX_60)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_gridTexX_60() const { return ___gridTexX_60; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_gridTexX_60() { return &___gridTexX_60; }
inline void set_gridTexX_60(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___gridTexX_60 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gridTexX_60), (void*)value);
}
inline static int32_t get_offset_of_gridTexY_61() { return static_cast<int32_t>(offsetof(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields, ___gridTexY_61)); }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_gridTexY_61() const { return ___gridTexY_61; }
inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_gridTexY_61() { return &___gridTexY_61; }
inline void set_gridTexY_61(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value)
{
___gridTexY_61 = value;
Il2CppCodeGenWriteBarrier((void**)(&___gridTexY_61), (void*)value);
}
};
// FairyGUI.InputTextField_CopyHandler
struct CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 : public MulticastDelegate_t
{
public:
public:
};
// FairyGUI.InputTextField_PasteHandler
struct PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 : public MulticastDelegate_t
{
public:
public:
};
// 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.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<UnityEngine.Renderer>
struct Comparison_1_tD48E1BF69F6EDD73F9231524DCA211E2E1E4A776 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : 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.GProgressBar
struct GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// System.Double FairyGUI.GProgressBar::_max
double ____max_93;
// System.Double FairyGUI.GProgressBar::_value
double ____value_94;
// FairyGUI.ProgressTitleType FairyGUI.GProgressBar::_titleType
int32_t ____titleType_95;
// System.Boolean FairyGUI.GProgressBar::_reverse
bool ____reverse_96;
// FairyGUI.GTextField FairyGUI.GProgressBar::_titleObject
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * ____titleObject_97;
// FairyGUI.GMovieClip FairyGUI.GProgressBar::_aniObject
GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 * ____aniObject_98;
// FairyGUI.GObject FairyGUI.GProgressBar::_barObjectH
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____barObjectH_99;
// FairyGUI.GObject FairyGUI.GProgressBar::_barObjectV
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____barObjectV_100;
// System.Single FairyGUI.GProgressBar::_barMaxWidth
float ____barMaxWidth_101;
// System.Single FairyGUI.GProgressBar::_barMaxHeight
float ____barMaxHeight_102;
// System.Single FairyGUI.GProgressBar::_barMaxWidthDelta
float ____barMaxWidthDelta_103;
// System.Single FairyGUI.GProgressBar::_barMaxHeightDelta
float ____barMaxHeightDelta_104;
// System.Single FairyGUI.GProgressBar::_barStartX
float ____barStartX_105;
// System.Single FairyGUI.GProgressBar::_barStartY
float ____barStartY_106;
public:
inline static int32_t get_offset_of__max_93() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____max_93)); }
inline double get__max_93() const { return ____max_93; }
inline double* get_address_of__max_93() { return &____max_93; }
inline void set__max_93(double value)
{
____max_93 = value;
}
inline static int32_t get_offset_of__value_94() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____value_94)); }
inline double get__value_94() const { return ____value_94; }
inline double* get_address_of__value_94() { return &____value_94; }
inline void set__value_94(double value)
{
____value_94 = value;
}
inline static int32_t get_offset_of__titleType_95() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____titleType_95)); }
inline int32_t get__titleType_95() const { return ____titleType_95; }
inline int32_t* get_address_of__titleType_95() { return &____titleType_95; }
inline void set__titleType_95(int32_t value)
{
____titleType_95 = value;
}
inline static int32_t get_offset_of__reverse_96() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____reverse_96)); }
inline bool get__reverse_96() const { return ____reverse_96; }
inline bool* get_address_of__reverse_96() { return &____reverse_96; }
inline void set__reverse_96(bool value)
{
____reverse_96 = value;
}
inline static int32_t get_offset_of__titleObject_97() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____titleObject_97)); }
inline GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * get__titleObject_97() const { return ____titleObject_97; }
inline GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 ** get_address_of__titleObject_97() { return &____titleObject_97; }
inline void set__titleObject_97(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * value)
{
____titleObject_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&____titleObject_97), (void*)value);
}
inline static int32_t get_offset_of__aniObject_98() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____aniObject_98)); }
inline GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 * get__aniObject_98() const { return ____aniObject_98; }
inline GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 ** get_address_of__aniObject_98() { return &____aniObject_98; }
inline void set__aniObject_98(GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 * value)
{
____aniObject_98 = value;
Il2CppCodeGenWriteBarrier((void**)(&____aniObject_98), (void*)value);
}
inline static int32_t get_offset_of__barObjectH_99() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____barObjectH_99)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__barObjectH_99() const { return ____barObjectH_99; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__barObjectH_99() { return &____barObjectH_99; }
inline void set__barObjectH_99(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____barObjectH_99 = value;
Il2CppCodeGenWriteBarrier((void**)(&____barObjectH_99), (void*)value);
}
inline static int32_t get_offset_of__barObjectV_100() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____barObjectV_100)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__barObjectV_100() const { return ____barObjectV_100; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__barObjectV_100() { return &____barObjectV_100; }
inline void set__barObjectV_100(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____barObjectV_100 = value;
Il2CppCodeGenWriteBarrier((void**)(&____barObjectV_100), (void*)value);
}
inline static int32_t get_offset_of__barMaxWidth_101() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____barMaxWidth_101)); }
inline float get__barMaxWidth_101() const { return ____barMaxWidth_101; }
inline float* get_address_of__barMaxWidth_101() { return &____barMaxWidth_101; }
inline void set__barMaxWidth_101(float value)
{
____barMaxWidth_101 = value;
}
inline static int32_t get_offset_of__barMaxHeight_102() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____barMaxHeight_102)); }
inline float get__barMaxHeight_102() const { return ____barMaxHeight_102; }
inline float* get_address_of__barMaxHeight_102() { return &____barMaxHeight_102; }
inline void set__barMaxHeight_102(float value)
{
____barMaxHeight_102 = value;
}
inline static int32_t get_offset_of__barMaxWidthDelta_103() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____barMaxWidthDelta_103)); }
inline float get__barMaxWidthDelta_103() const { return ____barMaxWidthDelta_103; }
inline float* get_address_of__barMaxWidthDelta_103() { return &____barMaxWidthDelta_103; }
inline void set__barMaxWidthDelta_103(float value)
{
____barMaxWidthDelta_103 = value;
}
inline static int32_t get_offset_of__barMaxHeightDelta_104() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____barMaxHeightDelta_104)); }
inline float get__barMaxHeightDelta_104() const { return ____barMaxHeightDelta_104; }
inline float* get_address_of__barMaxHeightDelta_104() { return &____barMaxHeightDelta_104; }
inline void set__barMaxHeightDelta_104(float value)
{
____barMaxHeightDelta_104 = value;
}
inline static int32_t get_offset_of__barStartX_105() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____barStartX_105)); }
inline float get__barStartX_105() const { return ____barStartX_105; }
inline float* get_address_of__barStartX_105() { return &____barStartX_105; }
inline void set__barStartX_105(float value)
{
____barStartX_105 = value;
}
inline static int32_t get_offset_of__barStartY_106() { return static_cast<int32_t>(offsetof(GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A, ____barStartY_106)); }
inline float get__barStartY_106() const { return ____barStartY_106; }
inline float* get_address_of__barStartY_106() { return &____barStartY_106; }
inline void set__barStartY_106(float value)
{
____barStartY_106 = value;
}
};
// FairyGUI.GRichTextField
struct GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F : public GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058
{
public:
// FairyGUI.RichTextField FairyGUI.GRichTextField::<richTextField>k__BackingField
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ___U3CrichTextFieldU3Ek__BackingField_79;
public:
inline static int32_t get_offset_of_U3CrichTextFieldU3Ek__BackingField_79() { return static_cast<int32_t>(offsetof(GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F, ___U3CrichTextFieldU3Ek__BackingField_79)); }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * get_U3CrichTextFieldU3Ek__BackingField_79() const { return ___U3CrichTextFieldU3Ek__BackingField_79; }
inline RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 ** get_address_of_U3CrichTextFieldU3Ek__BackingField_79() { return &___U3CrichTextFieldU3Ek__BackingField_79; }
inline void set_U3CrichTextFieldU3Ek__BackingField_79(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * value)
{
___U3CrichTextFieldU3Ek__BackingField_79 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CrichTextFieldU3Ek__BackingField_79), (void*)value);
}
};
// FairyGUI.GRoot
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// FairyGUI.GGraph FairyGUI.GRoot::_modalLayer
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * ____modalLayer_93;
// FairyGUI.GObject FairyGUI.GRoot::_modalWaitPane
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____modalWaitPane_94;
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.GRoot::_popupStack
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ____popupStack_95;
// System.Collections.Generic.List`1<FairyGUI.GObject> FairyGUI.GRoot::_justClosedPopups
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * ____justClosedPopups_96;
// FairyGUI.GObject FairyGUI.GRoot::_tooltipWin
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____tooltipWin_97;
// FairyGUI.GObject FairyGUI.GRoot::_defaultTooltipWin
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____defaultTooltipWin_98;
public:
inline static int32_t get_offset_of__modalLayer_93() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____modalLayer_93)); }
inline GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * get__modalLayer_93() const { return ____modalLayer_93; }
inline GGraph_tD2F718A15120D167149C9E19B8802F8862458858 ** get_address_of__modalLayer_93() { return &____modalLayer_93; }
inline void set__modalLayer_93(GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * value)
{
____modalLayer_93 = value;
Il2CppCodeGenWriteBarrier((void**)(&____modalLayer_93), (void*)value);
}
inline static int32_t get_offset_of__modalWaitPane_94() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____modalWaitPane_94)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__modalWaitPane_94() const { return ____modalWaitPane_94; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__modalWaitPane_94() { return &____modalWaitPane_94; }
inline void set__modalWaitPane_94(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____modalWaitPane_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&____modalWaitPane_94), (void*)value);
}
inline static int32_t get_offset_of__popupStack_95() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____popupStack_95)); }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get__popupStack_95() const { return ____popupStack_95; }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of__popupStack_95() { return &____popupStack_95; }
inline void set__popupStack_95(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
{
____popupStack_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&____popupStack_95), (void*)value);
}
inline static int32_t get_offset_of__justClosedPopups_96() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____justClosedPopups_96)); }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * get__justClosedPopups_96() const { return ____justClosedPopups_96; }
inline List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 ** get_address_of__justClosedPopups_96() { return &____justClosedPopups_96; }
inline void set__justClosedPopups_96(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * value)
{
____justClosedPopups_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&____justClosedPopups_96), (void*)value);
}
inline static int32_t get_offset_of__tooltipWin_97() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____tooltipWin_97)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__tooltipWin_97() const { return ____tooltipWin_97; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__tooltipWin_97() { return &____tooltipWin_97; }
inline void set__tooltipWin_97(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____tooltipWin_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&____tooltipWin_97), (void*)value);
}
inline static int32_t get_offset_of__defaultTooltipWin_98() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F, ____defaultTooltipWin_98)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__defaultTooltipWin_98() const { return ____defaultTooltipWin_98; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__defaultTooltipWin_98() { return &____defaultTooltipWin_98; }
inline void set__defaultTooltipWin_98(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____defaultTooltipWin_98 = value;
Il2CppCodeGenWriteBarrier((void**)(&____defaultTooltipWin_98), (void*)value);
}
};
struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_StaticFields
{
public:
// FairyGUI.GRoot FairyGUI.GRoot::_inst
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * ____inst_99;
public:
inline static int32_t get_offset_of__inst_99() { return static_cast<int32_t>(offsetof(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_StaticFields, ____inst_99)); }
inline GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * get__inst_99() const { return ____inst_99; }
inline GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F ** get_address_of__inst_99() { return &____inst_99; }
inline void set__inst_99(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * value)
{
____inst_99 = value;
Il2CppCodeGenWriteBarrier((void**)(&____inst_99), (void*)value);
}
};
// FairyGUI.GScrollBar
struct GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// FairyGUI.GObject FairyGUI.GScrollBar::_grip
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____grip_93;
// FairyGUI.GObject FairyGUI.GScrollBar::_arrowButton1
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____arrowButton1_94;
// FairyGUI.GObject FairyGUI.GScrollBar::_arrowButton2
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____arrowButton2_95;
// FairyGUI.GObject FairyGUI.GScrollBar::_bar
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____bar_96;
// FairyGUI.ScrollPane FairyGUI.GScrollBar::_target
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * ____target_97;
// System.Boolean FairyGUI.GScrollBar::_vertical
bool ____vertical_98;
// System.Single FairyGUI.GScrollBar::_scrollPerc
float ____scrollPerc_99;
// System.Boolean FairyGUI.GScrollBar::_fixedGripSize
bool ____fixedGripSize_100;
// UnityEngine.Vector2 FairyGUI.GScrollBar::_dragOffset
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____dragOffset_101;
public:
inline static int32_t get_offset_of__grip_93() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____grip_93)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__grip_93() const { return ____grip_93; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__grip_93() { return &____grip_93; }
inline void set__grip_93(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____grip_93 = value;
Il2CppCodeGenWriteBarrier((void**)(&____grip_93), (void*)value);
}
inline static int32_t get_offset_of__arrowButton1_94() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____arrowButton1_94)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__arrowButton1_94() const { return ____arrowButton1_94; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__arrowButton1_94() { return &____arrowButton1_94; }
inline void set__arrowButton1_94(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____arrowButton1_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&____arrowButton1_94), (void*)value);
}
inline static int32_t get_offset_of__arrowButton2_95() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____arrowButton2_95)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__arrowButton2_95() const { return ____arrowButton2_95; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__arrowButton2_95() { return &____arrowButton2_95; }
inline void set__arrowButton2_95(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____arrowButton2_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&____arrowButton2_95), (void*)value);
}
inline static int32_t get_offset_of__bar_96() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____bar_96)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__bar_96() const { return ____bar_96; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__bar_96() { return &____bar_96; }
inline void set__bar_96(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____bar_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&____bar_96), (void*)value);
}
inline static int32_t get_offset_of__target_97() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____target_97)); }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * get__target_97() const { return ____target_97; }
inline ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE ** get_address_of__target_97() { return &____target_97; }
inline void set__target_97(ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * value)
{
____target_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&____target_97), (void*)value);
}
inline static int32_t get_offset_of__vertical_98() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____vertical_98)); }
inline bool get__vertical_98() const { return ____vertical_98; }
inline bool* get_address_of__vertical_98() { return &____vertical_98; }
inline void set__vertical_98(bool value)
{
____vertical_98 = value;
}
inline static int32_t get_offset_of__scrollPerc_99() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____scrollPerc_99)); }
inline float get__scrollPerc_99() const { return ____scrollPerc_99; }
inline float* get_address_of__scrollPerc_99() { return &____scrollPerc_99; }
inline void set__scrollPerc_99(float value)
{
____scrollPerc_99 = value;
}
inline static int32_t get_offset_of__fixedGripSize_100() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____fixedGripSize_100)); }
inline bool get__fixedGripSize_100() const { return ____fixedGripSize_100; }
inline bool* get_address_of__fixedGripSize_100() { return &____fixedGripSize_100; }
inline void set__fixedGripSize_100(bool value)
{
____fixedGripSize_100 = value;
}
inline static int32_t get_offset_of__dragOffset_101() { return static_cast<int32_t>(offsetof(GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2, ____dragOffset_101)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__dragOffset_101() const { return ____dragOffset_101; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__dragOffset_101() { return &____dragOffset_101; }
inline void set__dragOffset_101(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____dragOffset_101 = value;
}
};
// FairyGUI.GSlider
struct GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// System.Double FairyGUI.GSlider::_max
double ____max_93;
// System.Double FairyGUI.GSlider::_value
double ____value_94;
// FairyGUI.ProgressTitleType FairyGUI.GSlider::_titleType
int32_t ____titleType_95;
// System.Boolean FairyGUI.GSlider::_reverse
bool ____reverse_96;
// FairyGUI.GTextField FairyGUI.GSlider::_titleObject
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * ____titleObject_97;
// FairyGUI.GObject FairyGUI.GSlider::_barObjectH
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____barObjectH_98;
// FairyGUI.GObject FairyGUI.GSlider::_barObjectV
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____barObjectV_99;
// System.Single FairyGUI.GSlider::_barMaxWidth
float ____barMaxWidth_100;
// System.Single FairyGUI.GSlider::_barMaxHeight
float ____barMaxHeight_101;
// System.Single FairyGUI.GSlider::_barMaxWidthDelta
float ____barMaxWidthDelta_102;
// System.Single FairyGUI.GSlider::_barMaxHeightDelta
float ____barMaxHeightDelta_103;
// FairyGUI.GObject FairyGUI.GSlider::_gripObject
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____gripObject_104;
// UnityEngine.Vector2 FairyGUI.GSlider::_clickPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____clickPos_105;
// System.Single FairyGUI.GSlider::_clickPercent
float ____clickPercent_106;
// System.Single FairyGUI.GSlider::_barStartX
float ____barStartX_107;
// System.Single FairyGUI.GSlider::_barStartY
float ____barStartY_108;
// FairyGUI.EventListener FairyGUI.GSlider::_onChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_109;
// FairyGUI.EventListener FairyGUI.GSlider::_onGripTouchEnd
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onGripTouchEnd_110;
// System.Boolean FairyGUI.GSlider::changeOnClick
bool ___changeOnClick_111;
// System.Boolean FairyGUI.GSlider::canDrag
bool ___canDrag_112;
public:
inline static int32_t get_offset_of__max_93() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____max_93)); }
inline double get__max_93() const { return ____max_93; }
inline double* get_address_of__max_93() { return &____max_93; }
inline void set__max_93(double value)
{
____max_93 = value;
}
inline static int32_t get_offset_of__value_94() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____value_94)); }
inline double get__value_94() const { return ____value_94; }
inline double* get_address_of__value_94() { return &____value_94; }
inline void set__value_94(double value)
{
____value_94 = value;
}
inline static int32_t get_offset_of__titleType_95() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____titleType_95)); }
inline int32_t get__titleType_95() const { return ____titleType_95; }
inline int32_t* get_address_of__titleType_95() { return &____titleType_95; }
inline void set__titleType_95(int32_t value)
{
____titleType_95 = value;
}
inline static int32_t get_offset_of__reverse_96() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____reverse_96)); }
inline bool get__reverse_96() const { return ____reverse_96; }
inline bool* get_address_of__reverse_96() { return &____reverse_96; }
inline void set__reverse_96(bool value)
{
____reverse_96 = value;
}
inline static int32_t get_offset_of__titleObject_97() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____titleObject_97)); }
inline GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * get__titleObject_97() const { return ____titleObject_97; }
inline GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 ** get_address_of__titleObject_97() { return &____titleObject_97; }
inline void set__titleObject_97(GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * value)
{
____titleObject_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&____titleObject_97), (void*)value);
}
inline static int32_t get_offset_of__barObjectH_98() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barObjectH_98)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__barObjectH_98() const { return ____barObjectH_98; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__barObjectH_98() { return &____barObjectH_98; }
inline void set__barObjectH_98(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____barObjectH_98 = value;
Il2CppCodeGenWriteBarrier((void**)(&____barObjectH_98), (void*)value);
}
inline static int32_t get_offset_of__barObjectV_99() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barObjectV_99)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__barObjectV_99() const { return ____barObjectV_99; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__barObjectV_99() { return &____barObjectV_99; }
inline void set__barObjectV_99(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____barObjectV_99 = value;
Il2CppCodeGenWriteBarrier((void**)(&____barObjectV_99), (void*)value);
}
inline static int32_t get_offset_of__barMaxWidth_100() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barMaxWidth_100)); }
inline float get__barMaxWidth_100() const { return ____barMaxWidth_100; }
inline float* get_address_of__barMaxWidth_100() { return &____barMaxWidth_100; }
inline void set__barMaxWidth_100(float value)
{
____barMaxWidth_100 = value;
}
inline static int32_t get_offset_of__barMaxHeight_101() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barMaxHeight_101)); }
inline float get__barMaxHeight_101() const { return ____barMaxHeight_101; }
inline float* get_address_of__barMaxHeight_101() { return &____barMaxHeight_101; }
inline void set__barMaxHeight_101(float value)
{
____barMaxHeight_101 = value;
}
inline static int32_t get_offset_of__barMaxWidthDelta_102() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barMaxWidthDelta_102)); }
inline float get__barMaxWidthDelta_102() const { return ____barMaxWidthDelta_102; }
inline float* get_address_of__barMaxWidthDelta_102() { return &____barMaxWidthDelta_102; }
inline void set__barMaxWidthDelta_102(float value)
{
____barMaxWidthDelta_102 = value;
}
inline static int32_t get_offset_of__barMaxHeightDelta_103() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barMaxHeightDelta_103)); }
inline float get__barMaxHeightDelta_103() const { return ____barMaxHeightDelta_103; }
inline float* get_address_of__barMaxHeightDelta_103() { return &____barMaxHeightDelta_103; }
inline void set__barMaxHeightDelta_103(float value)
{
____barMaxHeightDelta_103 = value;
}
inline static int32_t get_offset_of__gripObject_104() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____gripObject_104)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__gripObject_104() const { return ____gripObject_104; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__gripObject_104() { return &____gripObject_104; }
inline void set__gripObject_104(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____gripObject_104 = value;
Il2CppCodeGenWriteBarrier((void**)(&____gripObject_104), (void*)value);
}
inline static int32_t get_offset_of__clickPos_105() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____clickPos_105)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__clickPos_105() const { return ____clickPos_105; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__clickPos_105() { return &____clickPos_105; }
inline void set__clickPos_105(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____clickPos_105 = value;
}
inline static int32_t get_offset_of__clickPercent_106() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____clickPercent_106)); }
inline float get__clickPercent_106() const { return ____clickPercent_106; }
inline float* get_address_of__clickPercent_106() { return &____clickPercent_106; }
inline void set__clickPercent_106(float value)
{
____clickPercent_106 = value;
}
inline static int32_t get_offset_of__barStartX_107() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barStartX_107)); }
inline float get__barStartX_107() const { return ____barStartX_107; }
inline float* get_address_of__barStartX_107() { return &____barStartX_107; }
inline void set__barStartX_107(float value)
{
____barStartX_107 = value;
}
inline static int32_t get_offset_of__barStartY_108() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____barStartY_108)); }
inline float get__barStartY_108() const { return ____barStartY_108; }
inline float* get_address_of__barStartY_108() { return &____barStartY_108; }
inline void set__barStartY_108(float value)
{
____barStartY_108 = value;
}
inline static int32_t get_offset_of__onChanged_109() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____onChanged_109)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_109() const { return ____onChanged_109; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_109() { return &____onChanged_109; }
inline void set__onChanged_109(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onChanged_109 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_109), (void*)value);
}
inline static int32_t get_offset_of__onGripTouchEnd_110() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ____onGripTouchEnd_110)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onGripTouchEnd_110() const { return ____onGripTouchEnd_110; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onGripTouchEnd_110() { return &____onGripTouchEnd_110; }
inline void set__onGripTouchEnd_110(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onGripTouchEnd_110 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onGripTouchEnd_110), (void*)value);
}
inline static int32_t get_offset_of_changeOnClick_111() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ___changeOnClick_111)); }
inline bool get_changeOnClick_111() const { return ___changeOnClick_111; }
inline bool* get_address_of_changeOnClick_111() { return &___changeOnClick_111; }
inline void set_changeOnClick_111(bool value)
{
___changeOnClick_111 = value;
}
inline static int32_t get_offset_of_canDrag_112() { return static_cast<int32_t>(offsetof(GSlider_t6744387ADB3DE64C71458B21627B32714BD96816, ___canDrag_112)); }
inline bool get_canDrag_112() const { return ___canDrag_112; }
inline bool* get_address_of_canDrag_112() { return &___canDrag_112; }
inline void set_canDrag_112(bool value)
{
___canDrag_112 = value;
}
};
// FairyGUI.GTextInput
struct GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C : public GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058
{
public:
// FairyGUI.InputTextField FairyGUI.GTextInput::<inputTextField>k__BackingField
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * ___U3CinputTextFieldU3Ek__BackingField_79;
// FairyGUI.EventListener FairyGUI.GTextInput::_onFocusIn
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onFocusIn_80;
// FairyGUI.EventListener FairyGUI.GTextInput::_onFocusOut
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onFocusOut_81;
// FairyGUI.EventListener FairyGUI.GTextInput::_onChanged
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onChanged_82;
// FairyGUI.EventListener FairyGUI.GTextInput::_onSubmit
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onSubmit_83;
public:
inline static int32_t get_offset_of_U3CinputTextFieldU3Ek__BackingField_79() { return static_cast<int32_t>(offsetof(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C, ___U3CinputTextFieldU3Ek__BackingField_79)); }
inline InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * get_U3CinputTextFieldU3Ek__BackingField_79() const { return ___U3CinputTextFieldU3Ek__BackingField_79; }
inline InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC ** get_address_of_U3CinputTextFieldU3Ek__BackingField_79() { return &___U3CinputTextFieldU3Ek__BackingField_79; }
inline void set_U3CinputTextFieldU3Ek__BackingField_79(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * value)
{
___U3CinputTextFieldU3Ek__BackingField_79 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CinputTextFieldU3Ek__BackingField_79), (void*)value);
}
inline static int32_t get_offset_of__onFocusIn_80() { return static_cast<int32_t>(offsetof(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C, ____onFocusIn_80)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onFocusIn_80() const { return ____onFocusIn_80; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onFocusIn_80() { return &____onFocusIn_80; }
inline void set__onFocusIn_80(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onFocusIn_80 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onFocusIn_80), (void*)value);
}
inline static int32_t get_offset_of__onFocusOut_81() { return static_cast<int32_t>(offsetof(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C, ____onFocusOut_81)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onFocusOut_81() const { return ____onFocusOut_81; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onFocusOut_81() { return &____onFocusOut_81; }
inline void set__onFocusOut_81(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onFocusOut_81 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onFocusOut_81), (void*)value);
}
inline static int32_t get_offset_of__onChanged_82() { return static_cast<int32_t>(offsetof(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C, ____onChanged_82)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onChanged_82() const { return ____onChanged_82; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onChanged_82() { return &____onChanged_82; }
inline void set__onChanged_82(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onChanged_82 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onChanged_82), (void*)value);
}
inline static int32_t get_offset_of__onSubmit_83() { return static_cast<int32_t>(offsetof(GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C, ____onSubmit_83)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onSubmit_83() const { return ____onSubmit_83; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onSubmit_83() { return &____onSubmit_83; }
inline void set__onSubmit_83(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onSubmit_83 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onSubmit_83), (void*)value);
}
};
// FairyGUI.RichTextField
struct RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 : public Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68
{
public:
// FairyGUI.Utils.IHtmlPageContext FairyGUI.RichTextField::<htmlPageContext>k__BackingField
RuntimeObject* ___U3ChtmlPageContextU3Ek__BackingField_69;
// FairyGUI.Utils.HtmlParseOptions FairyGUI.RichTextField::<htmlParseOptions>k__BackingField
HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * ___U3ChtmlParseOptionsU3Ek__BackingField_70;
// System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji> FairyGUI.RichTextField::<emojies>k__BackingField
Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * ___U3CemojiesU3Ek__BackingField_71;
// FairyGUI.TextField FairyGUI.RichTextField::<textField>k__BackingField
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * ___U3CtextFieldU3Ek__BackingField_72;
public:
inline static int32_t get_offset_of_U3ChtmlPageContextU3Ek__BackingField_69() { return static_cast<int32_t>(offsetof(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294, ___U3ChtmlPageContextU3Ek__BackingField_69)); }
inline RuntimeObject* get_U3ChtmlPageContextU3Ek__BackingField_69() const { return ___U3ChtmlPageContextU3Ek__BackingField_69; }
inline RuntimeObject** get_address_of_U3ChtmlPageContextU3Ek__BackingField_69() { return &___U3ChtmlPageContextU3Ek__BackingField_69; }
inline void set_U3ChtmlPageContextU3Ek__BackingField_69(RuntimeObject* value)
{
___U3ChtmlPageContextU3Ek__BackingField_69 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ChtmlPageContextU3Ek__BackingField_69), (void*)value);
}
inline static int32_t get_offset_of_U3ChtmlParseOptionsU3Ek__BackingField_70() { return static_cast<int32_t>(offsetof(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294, ___U3ChtmlParseOptionsU3Ek__BackingField_70)); }
inline HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * get_U3ChtmlParseOptionsU3Ek__BackingField_70() const { return ___U3ChtmlParseOptionsU3Ek__BackingField_70; }
inline HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 ** get_address_of_U3ChtmlParseOptionsU3Ek__BackingField_70() { return &___U3ChtmlParseOptionsU3Ek__BackingField_70; }
inline void set_U3ChtmlParseOptionsU3Ek__BackingField_70(HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67 * value)
{
___U3ChtmlParseOptionsU3Ek__BackingField_70 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ChtmlParseOptionsU3Ek__BackingField_70), (void*)value);
}
inline static int32_t get_offset_of_U3CemojiesU3Ek__BackingField_71() { return static_cast<int32_t>(offsetof(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294, ___U3CemojiesU3Ek__BackingField_71)); }
inline Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * get_U3CemojiesU3Ek__BackingField_71() const { return ___U3CemojiesU3Ek__BackingField_71; }
inline Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 ** get_address_of_U3CemojiesU3Ek__BackingField_71() { return &___U3CemojiesU3Ek__BackingField_71; }
inline void set_U3CemojiesU3Ek__BackingField_71(Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * value)
{
___U3CemojiesU3Ek__BackingField_71 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CemojiesU3Ek__BackingField_71), (void*)value);
}
inline static int32_t get_offset_of_U3CtextFieldU3Ek__BackingField_72() { return static_cast<int32_t>(offsetof(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294, ___U3CtextFieldU3Ek__BackingField_72)); }
inline TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * get_U3CtextFieldU3Ek__BackingField_72() const { return ___U3CtextFieldU3Ek__BackingField_72; }
inline TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D ** get_address_of_U3CtextFieldU3Ek__BackingField_72() { return &___U3CtextFieldU3Ek__BackingField_72; }
inline void set_U3CtextFieldU3Ek__BackingField_72(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * value)
{
___U3CtextFieldU3Ek__BackingField_72 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CtextFieldU3Ek__BackingField_72), (void*)value);
}
};
// FairyGUI.Stage
struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 : public Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68
{
public:
// System.Int32 FairyGUI.Stage::<stageHeight>k__BackingField
int32_t ___U3CstageHeightU3Ek__BackingField_69;
// System.Int32 FairyGUI.Stage::<stageWidth>k__BackingField
int32_t ___U3CstageWidthU3Ek__BackingField_70;
// System.Single FairyGUI.Stage::<soundVolume>k__BackingField
float ___U3CsoundVolumeU3Ek__BackingField_71;
// FairyGUI.DisplayObject FairyGUI.Stage::_touchTarget
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____touchTarget_72;
// FairyGUI.DisplayObject FairyGUI.Stage::_focused
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____focused_73;
// FairyGUI.InputTextField FairyGUI.Stage::_lastInput
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * ____lastInput_74;
// FairyGUI.UpdateContext FairyGUI.Stage::_updateContext
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ____updateContext_75;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Stage::_rollOutChain
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____rollOutChain_76;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Stage::_rollOverChain
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ____rollOverChain_77;
// FairyGUI.TouchInfo[] FairyGUI.Stage::_touches
TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* ____touches_78;
// System.Int32 FairyGUI.Stage::_touchCount
int32_t ____touchCount_79;
// UnityEngine.Vector2 FairyGUI.Stage::_touchPosition
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____touchPosition_80;
// System.Int32 FairyGUI.Stage::_frameGotHitTarget
int32_t ____frameGotHitTarget_81;
// System.Int32 FairyGUI.Stage::_frameGotTouchPosition
int32_t ____frameGotTouchPosition_82;
// System.Boolean FairyGUI.Stage::_customInput
bool ____customInput_83;
// UnityEngine.Vector2 FairyGUI.Stage::_customInputPos
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ____customInputPos_84;
// System.Boolean FairyGUI.Stage::_customInputButtonDown
bool ____customInputButtonDown_85;
// FairyGUI.EventCallback1 FairyGUI.Stage::_focusRemovedDelegate
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ____focusRemovedDelegate_86;
// UnityEngine.AudioSource FairyGUI.Stage::_audio
AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * ____audio_87;
// System.Collections.Generic.List`1<FairyGUI.NTexture> FairyGUI.Stage::_toCollectTextures
List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * ____toCollectTextures_88;
// FairyGUI.EventListener FairyGUI.Stage::_onStageResized
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ____onStageResized_89;
public:
inline static int32_t get_offset_of_U3CstageHeightU3Ek__BackingField_69() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ___U3CstageHeightU3Ek__BackingField_69)); }
inline int32_t get_U3CstageHeightU3Ek__BackingField_69() const { return ___U3CstageHeightU3Ek__BackingField_69; }
inline int32_t* get_address_of_U3CstageHeightU3Ek__BackingField_69() { return &___U3CstageHeightU3Ek__BackingField_69; }
inline void set_U3CstageHeightU3Ek__BackingField_69(int32_t value)
{
___U3CstageHeightU3Ek__BackingField_69 = value;
}
inline static int32_t get_offset_of_U3CstageWidthU3Ek__BackingField_70() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ___U3CstageWidthU3Ek__BackingField_70)); }
inline int32_t get_U3CstageWidthU3Ek__BackingField_70() const { return ___U3CstageWidthU3Ek__BackingField_70; }
inline int32_t* get_address_of_U3CstageWidthU3Ek__BackingField_70() { return &___U3CstageWidthU3Ek__BackingField_70; }
inline void set_U3CstageWidthU3Ek__BackingField_70(int32_t value)
{
___U3CstageWidthU3Ek__BackingField_70 = value;
}
inline static int32_t get_offset_of_U3CsoundVolumeU3Ek__BackingField_71() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ___U3CsoundVolumeU3Ek__BackingField_71)); }
inline float get_U3CsoundVolumeU3Ek__BackingField_71() const { return ___U3CsoundVolumeU3Ek__BackingField_71; }
inline float* get_address_of_U3CsoundVolumeU3Ek__BackingField_71() { return &___U3CsoundVolumeU3Ek__BackingField_71; }
inline void set_U3CsoundVolumeU3Ek__BackingField_71(float value)
{
___U3CsoundVolumeU3Ek__BackingField_71 = value;
}
inline static int32_t get_offset_of__touchTarget_72() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____touchTarget_72)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__touchTarget_72() const { return ____touchTarget_72; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__touchTarget_72() { return &____touchTarget_72; }
inline void set__touchTarget_72(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
____touchTarget_72 = value;
Il2CppCodeGenWriteBarrier((void**)(&____touchTarget_72), (void*)value);
}
inline static int32_t get_offset_of__focused_73() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____focused_73)); }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__focused_73() const { return ____focused_73; }
inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__focused_73() { return &____focused_73; }
inline void set__focused_73(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value)
{
____focused_73 = value;
Il2CppCodeGenWriteBarrier((void**)(&____focused_73), (void*)value);
}
inline static int32_t get_offset_of__lastInput_74() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____lastInput_74)); }
inline InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * get__lastInput_74() const { return ____lastInput_74; }
inline InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC ** get_address_of__lastInput_74() { return &____lastInput_74; }
inline void set__lastInput_74(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * value)
{
____lastInput_74 = value;
Il2CppCodeGenWriteBarrier((void**)(&____lastInput_74), (void*)value);
}
inline static int32_t get_offset_of__updateContext_75() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____updateContext_75)); }
inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * get__updateContext_75() const { return ____updateContext_75; }
inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 ** get_address_of__updateContext_75() { return &____updateContext_75; }
inline void set__updateContext_75(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * value)
{
____updateContext_75 = value;
Il2CppCodeGenWriteBarrier((void**)(&____updateContext_75), (void*)value);
}
inline static int32_t get_offset_of__rollOutChain_76() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____rollOutChain_76)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__rollOutChain_76() const { return ____rollOutChain_76; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__rollOutChain_76() { return &____rollOutChain_76; }
inline void set__rollOutChain_76(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____rollOutChain_76 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rollOutChain_76), (void*)value);
}
inline static int32_t get_offset_of__rollOverChain_77() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____rollOverChain_77)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get__rollOverChain_77() const { return ____rollOverChain_77; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of__rollOverChain_77() { return &____rollOverChain_77; }
inline void set__rollOverChain_77(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
____rollOverChain_77 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rollOverChain_77), (void*)value);
}
inline static int32_t get_offset_of__touches_78() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____touches_78)); }
inline TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* get__touches_78() const { return ____touches_78; }
inline TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD** get_address_of__touches_78() { return &____touches_78; }
inline void set__touches_78(TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD* value)
{
____touches_78 = value;
Il2CppCodeGenWriteBarrier((void**)(&____touches_78), (void*)value);
}
inline static int32_t get_offset_of__touchCount_79() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____touchCount_79)); }
inline int32_t get__touchCount_79() const { return ____touchCount_79; }
inline int32_t* get_address_of__touchCount_79() { return &____touchCount_79; }
inline void set__touchCount_79(int32_t value)
{
____touchCount_79 = value;
}
inline static int32_t get_offset_of__touchPosition_80() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____touchPosition_80)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__touchPosition_80() const { return ____touchPosition_80; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__touchPosition_80() { return &____touchPosition_80; }
inline void set__touchPosition_80(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____touchPosition_80 = value;
}
inline static int32_t get_offset_of__frameGotHitTarget_81() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____frameGotHitTarget_81)); }
inline int32_t get__frameGotHitTarget_81() const { return ____frameGotHitTarget_81; }
inline int32_t* get_address_of__frameGotHitTarget_81() { return &____frameGotHitTarget_81; }
inline void set__frameGotHitTarget_81(int32_t value)
{
____frameGotHitTarget_81 = value;
}
inline static int32_t get_offset_of__frameGotTouchPosition_82() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____frameGotTouchPosition_82)); }
inline int32_t get__frameGotTouchPosition_82() const { return ____frameGotTouchPosition_82; }
inline int32_t* get_address_of__frameGotTouchPosition_82() { return &____frameGotTouchPosition_82; }
inline void set__frameGotTouchPosition_82(int32_t value)
{
____frameGotTouchPosition_82 = value;
}
inline static int32_t get_offset_of__customInput_83() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____customInput_83)); }
inline bool get__customInput_83() const { return ____customInput_83; }
inline bool* get_address_of__customInput_83() { return &____customInput_83; }
inline void set__customInput_83(bool value)
{
____customInput_83 = value;
}
inline static int32_t get_offset_of__customInputPos_84() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____customInputPos_84)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get__customInputPos_84() const { return ____customInputPos_84; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of__customInputPos_84() { return &____customInputPos_84; }
inline void set__customInputPos_84(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
____customInputPos_84 = value;
}
inline static int32_t get_offset_of__customInputButtonDown_85() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____customInputButtonDown_85)); }
inline bool get__customInputButtonDown_85() const { return ____customInputButtonDown_85; }
inline bool* get_address_of__customInputButtonDown_85() { return &____customInputButtonDown_85; }
inline void set__customInputButtonDown_85(bool value)
{
____customInputButtonDown_85 = value;
}
inline static int32_t get_offset_of__focusRemovedDelegate_86() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____focusRemovedDelegate_86)); }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * get__focusRemovedDelegate_86() const { return ____focusRemovedDelegate_86; }
inline EventCallback1_t389063B912FE306493324D5033356213EEA650A7 ** get_address_of__focusRemovedDelegate_86() { return &____focusRemovedDelegate_86; }
inline void set__focusRemovedDelegate_86(EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * value)
{
____focusRemovedDelegate_86 = value;
Il2CppCodeGenWriteBarrier((void**)(&____focusRemovedDelegate_86), (void*)value);
}
inline static int32_t get_offset_of__audio_87() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____audio_87)); }
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * get__audio_87() const { return ____audio_87; }
inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C ** get_address_of__audio_87() { return &____audio_87; }
inline void set__audio_87(AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * value)
{
____audio_87 = value;
Il2CppCodeGenWriteBarrier((void**)(&____audio_87), (void*)value);
}
inline static int32_t get_offset_of__toCollectTextures_88() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____toCollectTextures_88)); }
inline List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * get__toCollectTextures_88() const { return ____toCollectTextures_88; }
inline List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 ** get_address_of__toCollectTextures_88() { return &____toCollectTextures_88; }
inline void set__toCollectTextures_88(List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87 * value)
{
____toCollectTextures_88 = value;
Il2CppCodeGenWriteBarrier((void**)(&____toCollectTextures_88), (void*)value);
}
inline static int32_t get_offset_of__onStageResized_89() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8, ____onStageResized_89)); }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get__onStageResized_89() const { return ____onStageResized_89; }
inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of__onStageResized_89() { return &____onStageResized_89; }
inline void set__onStageResized_89(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value)
{
____onStageResized_89 = value;
Il2CppCodeGenWriteBarrier((void**)(&____onStageResized_89), (void*)value);
}
};
struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields
{
public:
// System.Boolean FairyGUI.Stage::_touchScreen
bool ____touchScreen_90;
// FairyGUI.IKeyboard FairyGUI.Stage::_keyboard
RuntimeObject* ____keyboard_91;
// FairyGUI.Stage FairyGUI.Stage::_inst
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * ____inst_92;
// System.Boolean FairyGUI.Stage::<keyboardInput>k__BackingField
bool ___U3CkeyboardInputU3Ek__BackingField_93;
// System.Collections.Generic.List`1<FairyGUI.DisplayObject> FairyGUI.Stage::sTempList1
List_1_t11A30662822286DF8036D0D1993807262B502B70 * ___sTempList1_94;
// System.Collections.Generic.List`1<System.Int32> FairyGUI.Stage::sTempList2
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___sTempList2_95;
public:
inline static int32_t get_offset_of__touchScreen_90() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ____touchScreen_90)); }
inline bool get__touchScreen_90() const { return ____touchScreen_90; }
inline bool* get_address_of__touchScreen_90() { return &____touchScreen_90; }
inline void set__touchScreen_90(bool value)
{
____touchScreen_90 = value;
}
inline static int32_t get_offset_of__keyboard_91() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ____keyboard_91)); }
inline RuntimeObject* get__keyboard_91() const { return ____keyboard_91; }
inline RuntimeObject** get_address_of__keyboard_91() { return &____keyboard_91; }
inline void set__keyboard_91(RuntimeObject* value)
{
____keyboard_91 = value;
Il2CppCodeGenWriteBarrier((void**)(&____keyboard_91), (void*)value);
}
inline static int32_t get_offset_of__inst_92() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ____inst_92)); }
inline Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * get__inst_92() const { return ____inst_92; }
inline Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 ** get_address_of__inst_92() { return &____inst_92; }
inline void set__inst_92(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * value)
{
____inst_92 = value;
Il2CppCodeGenWriteBarrier((void**)(&____inst_92), (void*)value);
}
inline static int32_t get_offset_of_U3CkeyboardInputU3Ek__BackingField_93() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ___U3CkeyboardInputU3Ek__BackingField_93)); }
inline bool get_U3CkeyboardInputU3Ek__BackingField_93() const { return ___U3CkeyboardInputU3Ek__BackingField_93; }
inline bool* get_address_of_U3CkeyboardInputU3Ek__BackingField_93() { return &___U3CkeyboardInputU3Ek__BackingField_93; }
inline void set_U3CkeyboardInputU3Ek__BackingField_93(bool value)
{
___U3CkeyboardInputU3Ek__BackingField_93 = value;
}
inline static int32_t get_offset_of_sTempList1_94() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ___sTempList1_94)); }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 * get_sTempList1_94() const { return ___sTempList1_94; }
inline List_1_t11A30662822286DF8036D0D1993807262B502B70 ** get_address_of_sTempList1_94() { return &___sTempList1_94; }
inline void set_sTempList1_94(List_1_t11A30662822286DF8036D0D1993807262B502B70 * value)
{
___sTempList1_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sTempList1_94), (void*)value);
}
inline static int32_t get_offset_of_sTempList2_95() { return static_cast<int32_t>(offsetof(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8_StaticFields, ___sTempList2_95)); }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_sTempList2_95() const { return ___sTempList2_95; }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_sTempList2_95() { return &___sTempList2_95; }
inline void set_sTempList2_95(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
{
___sTempList2_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sTempList2_95), (void*)value);
}
};
// FairyGUI.Window
struct Window_tE7D87992AB935C3508A34E808A486C27C5B6009A : public GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC
{
public:
// System.Boolean FairyGUI.Window::bringToFontOnClick
bool ___bringToFontOnClick_93;
// FairyGUI.GComponent FairyGUI.Window::_frame
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____frame_94;
// FairyGUI.GComponent FairyGUI.Window::_contentPane
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____contentPane_95;
// FairyGUI.GObject FairyGUI.Window::_modalWaitPane
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____modalWaitPane_96;
// FairyGUI.GObject FairyGUI.Window::_closeButton
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____closeButton_97;
// FairyGUI.GObject FairyGUI.Window::_dragArea
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____dragArea_98;
// FairyGUI.GObject FairyGUI.Window::_contentArea
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ____contentArea_99;
// System.Boolean FairyGUI.Window::_modal
bool ____modal_100;
// System.Collections.Generic.List`1<FairyGUI.IUISource> FairyGUI.Window::_uiSources
List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * ____uiSources_101;
// System.Boolean FairyGUI.Window::_inited
bool ____inited_102;
// System.Boolean FairyGUI.Window::_loading
bool ____loading_103;
// System.Int32 FairyGUI.Window::_requestingCmd
int32_t ____requestingCmd_104;
public:
inline static int32_t get_offset_of_bringToFontOnClick_93() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ___bringToFontOnClick_93)); }
inline bool get_bringToFontOnClick_93() const { return ___bringToFontOnClick_93; }
inline bool* get_address_of_bringToFontOnClick_93() { return &___bringToFontOnClick_93; }
inline void set_bringToFontOnClick_93(bool value)
{
___bringToFontOnClick_93 = value;
}
inline static int32_t get_offset_of__frame_94() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____frame_94)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__frame_94() const { return ____frame_94; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__frame_94() { return &____frame_94; }
inline void set__frame_94(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____frame_94 = value;
Il2CppCodeGenWriteBarrier((void**)(&____frame_94), (void*)value);
}
inline static int32_t get_offset_of__contentPane_95() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____contentPane_95)); }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__contentPane_95() const { return ____contentPane_95; }
inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__contentPane_95() { return &____contentPane_95; }
inline void set__contentPane_95(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value)
{
____contentPane_95 = value;
Il2CppCodeGenWriteBarrier((void**)(&____contentPane_95), (void*)value);
}
inline static int32_t get_offset_of__modalWaitPane_96() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____modalWaitPane_96)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__modalWaitPane_96() const { return ____modalWaitPane_96; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__modalWaitPane_96() { return &____modalWaitPane_96; }
inline void set__modalWaitPane_96(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____modalWaitPane_96 = value;
Il2CppCodeGenWriteBarrier((void**)(&____modalWaitPane_96), (void*)value);
}
inline static int32_t get_offset_of__closeButton_97() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____closeButton_97)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__closeButton_97() const { return ____closeButton_97; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__closeButton_97() { return &____closeButton_97; }
inline void set__closeButton_97(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____closeButton_97 = value;
Il2CppCodeGenWriteBarrier((void**)(&____closeButton_97), (void*)value);
}
inline static int32_t get_offset_of__dragArea_98() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____dragArea_98)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__dragArea_98() const { return ____dragArea_98; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__dragArea_98() { return &____dragArea_98; }
inline void set__dragArea_98(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____dragArea_98 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dragArea_98), (void*)value);
}
inline static int32_t get_offset_of__contentArea_99() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____contentArea_99)); }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * get__contentArea_99() const { return ____contentArea_99; }
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** get_address_of__contentArea_99() { return &____contentArea_99; }
inline void set__contentArea_99(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
____contentArea_99 = value;
Il2CppCodeGenWriteBarrier((void**)(&____contentArea_99), (void*)value);
}
inline static int32_t get_offset_of__modal_100() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____modal_100)); }
inline bool get__modal_100() const { return ____modal_100; }
inline bool* get_address_of__modal_100() { return &____modal_100; }
inline void set__modal_100(bool value)
{
____modal_100 = value;
}
inline static int32_t get_offset_of__uiSources_101() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____uiSources_101)); }
inline List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * get__uiSources_101() const { return ____uiSources_101; }
inline List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA ** get_address_of__uiSources_101() { return &____uiSources_101; }
inline void set__uiSources_101(List_1_t4F2C8E52133DA93B9A805828FA17057481B38FBA * value)
{
____uiSources_101 = value;
Il2CppCodeGenWriteBarrier((void**)(&____uiSources_101), (void*)value);
}
inline static int32_t get_offset_of__inited_102() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____inited_102)); }
inline bool get__inited_102() const { return ____inited_102; }
inline bool* get_address_of__inited_102() { return &____inited_102; }
inline void set__inited_102(bool value)
{
____inited_102 = value;
}
inline static int32_t get_offset_of__loading_103() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____loading_103)); }
inline bool get__loading_103() const { return ____loading_103; }
inline bool* get_address_of__loading_103() { return &____loading_103; }
inline void set__loading_103(bool value)
{
____loading_103 = value;
}
inline static int32_t get_offset_of__requestingCmd_104() { return static_cast<int32_t>(offsetof(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A, ____requestingCmd_104)); }
inline int32_t get__requestingCmd_104() const { return ____requestingCmd_104; }
inline int32_t* get_address_of__requestingCmd_104() { return &____requestingCmd_104; }
inline void set__requestingCmd_104(int32_t value)
{
____requestingCmd_104 = value;
}
};
// UnityEngine.Camera
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields
{
public:
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPreCull
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPreCull_4;
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPreRender
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPreRender_5;
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPostRender
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPostRender_6;
public:
inline static int32_t get_offset_of_onPreCull_4() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPreCull_4)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPreCull_4() const { return ___onPreCull_4; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPreCull_4() { return &___onPreCull_4; }
inline void set_onPreCull_4(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPreCull_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value);
}
inline static int32_t get_offset_of_onPreRender_5() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPreRender_5)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPreRender_5() const { return ___onPreRender_5; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPreRender_5() { return &___onPreRender_5; }
inline void set_onPreRender_5(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPreRender_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value);
}
inline static int32_t get_offset_of_onPostRender_6() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPostRender_6)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPostRender_6() const { return ___onPostRender_6; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPostRender_6() { return &___onPostRender_6; }
inline void set_onPostRender_6(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPostRender_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value);
}
};
// UnityEngine.Canvas
struct Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
struct Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_StaticFields
{
public:
// UnityEngine.Canvas_WillRenderCanvases UnityEngine.Canvas::willRenderCanvases
WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE * ___willRenderCanvases_4;
public:
inline static int32_t get_offset_of_willRenderCanvases_4() { return static_cast<int32_t>(offsetof(Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_StaticFields, ___willRenderCanvases_4)); }
inline WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE * get_willRenderCanvases_4() const { return ___willRenderCanvases_4; }
inline WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE ** get_address_of_willRenderCanvases_4() { return &___willRenderCanvases_4; }
inline void set_willRenderCanvases_4(WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE * value)
{
___willRenderCanvases_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___willRenderCanvases_4), (void*)value);
}
};
// UnityEngine.MeshRenderer
struct MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED : public Renderer_t0556D67DD582620D1F495627EDE30D03284151F4
{
public:
public:
};
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
// UnityEngine.RectTransform
struct RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 : public Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA
{
public:
public:
};
struct RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_StaticFields
{
public:
// UnityEngine.RectTransform_ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties
ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D * ___reapplyDrivenProperties_4;
public:
inline static int32_t get_offset_of_reapplyDrivenProperties_4() { return static_cast<int32_t>(offsetof(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_StaticFields, ___reapplyDrivenProperties_4)); }
inline ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D * get_reapplyDrivenProperties_4() const { return ___reapplyDrivenProperties_4; }
inline ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D ** get_address_of_reapplyDrivenProperties_4() { return &___reapplyDrivenProperties_4; }
inline void set_reapplyDrivenProperties_4(ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D * value)
{
___reapplyDrivenProperties_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reapplyDrivenProperties_4), (void*)value);
}
};
// UnityEngine.SkinnedMeshRenderer
struct SkinnedMeshRenderer_tFC8103EE7842F7F8A98BEF0C855D32A9711B7B65 : public Renderer_t0556D67DD582620D1F495627EDE30D03284151F4
{
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.UIConfig
struct UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// System.Collections.Generic.List`1<FairyGUI.UIConfig_ConfigValue> FairyGUI.UIConfig::Items
List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * ___Items_34;
// System.Collections.Generic.List`1<System.String> FairyGUI.UIConfig::PreloadPackages
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___PreloadPackages_35;
public:
inline static int32_t get_offset_of_Items_34() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A, ___Items_34)); }
inline List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * get_Items_34() const { return ___Items_34; }
inline List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 ** get_address_of_Items_34() { return &___Items_34; }
inline void set_Items_34(List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 * value)
{
___Items_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Items_34), (void*)value);
}
inline static int32_t get_offset_of_PreloadPackages_35() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A, ___PreloadPackages_35)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_PreloadPackages_35() const { return ___PreloadPackages_35; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_PreloadPackages_35() { return &___PreloadPackages_35; }
inline void set_PreloadPackages_35(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___PreloadPackages_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&___PreloadPackages_35), (void*)value);
}
};
struct UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields
{
public:
// System.String FairyGUI.UIConfig::defaultFont
String_t* ___defaultFont_4;
// System.Boolean FairyGUI.UIConfig::renderingTextBrighterOnDesktop
bool ___renderingTextBrighterOnDesktop_5;
// System.String FairyGUI.UIConfig::windowModalWaiting
String_t* ___windowModalWaiting_6;
// System.String FairyGUI.UIConfig::globalModalWaiting
String_t* ___globalModalWaiting_7;
// UnityEngine.Color FairyGUI.UIConfig::modalLayerColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___modalLayerColor_8;
// FairyGUI.NAudioClip FairyGUI.UIConfig::buttonSound
NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * ___buttonSound_9;
// System.Single FairyGUI.UIConfig::buttonSoundVolumeScale
float ___buttonSoundVolumeScale_10;
// System.String FairyGUI.UIConfig::horizontalScrollBar
String_t* ___horizontalScrollBar_11;
// System.String FairyGUI.UIConfig::verticalScrollBar
String_t* ___verticalScrollBar_12;
// System.Single FairyGUI.UIConfig::defaultScrollStep
float ___defaultScrollStep_13;
// System.Single FairyGUI.UIConfig::defaultScrollDecelerationRate
float ___defaultScrollDecelerationRate_14;
// FairyGUI.ScrollBarDisplayType FairyGUI.UIConfig::defaultScrollBarDisplay
int32_t ___defaultScrollBarDisplay_15;
// System.Boolean FairyGUI.UIConfig::defaultScrollTouchEffect
bool ___defaultScrollTouchEffect_16;
// System.Boolean FairyGUI.UIConfig::defaultScrollBounceEffect
bool ___defaultScrollBounceEffect_17;
// System.String FairyGUI.UIConfig::popupMenu
String_t* ___popupMenu_18;
// System.String FairyGUI.UIConfig::popupMenu_seperator
String_t* ___popupMenu_seperator_19;
// System.String FairyGUI.UIConfig::loaderErrorSign
String_t* ___loaderErrorSign_20;
// System.String FairyGUI.UIConfig::tooltipsWin
String_t* ___tooltipsWin_21;
// System.Int32 FairyGUI.UIConfig::defaultComboBoxVisibleItemCount
int32_t ___defaultComboBoxVisibleItemCount_22;
// System.Int32 FairyGUI.UIConfig::touchScrollSensitivity
int32_t ___touchScrollSensitivity_23;
// System.Int32 FairyGUI.UIConfig::touchDragSensitivity
int32_t ___touchDragSensitivity_24;
// System.Int32 FairyGUI.UIConfig::clickDragSensitivity
int32_t ___clickDragSensitivity_25;
// System.Boolean FairyGUI.UIConfig::allowSoftnessOnTopOrLeftSide
bool ___allowSoftnessOnTopOrLeftSide_26;
// System.Boolean FairyGUI.UIConfig::bringWindowToFrontOnClick
bool ___bringWindowToFrontOnClick_27;
// System.Int32 FairyGUI.UIConfig::inputCaretSize
int32_t ___inputCaretSize_28;
// UnityEngine.Color FairyGUI.UIConfig::inputHighlightColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___inputHighlightColor_29;
// System.Single FairyGUI.UIConfig::frameTimeForAsyncUIConstruction
float ___frameTimeForAsyncUIConstruction_30;
// System.Boolean FairyGUI.UIConfig::depthSupportForPaintingMode
bool ___depthSupportForPaintingMode_31;
// System.Boolean FairyGUI.UIConfig::enhancedTextOutlineEffect
bool ___enhancedTextOutlineEffect_32;
// FairyGUI.VertAlignType FairyGUI.UIConfig::richTextRowVerticalAlign
int32_t ___richTextRowVerticalAlign_33;
// FairyGUI.UIConfig_SoundLoader FairyGUI.UIConfig::soundLoader
SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * ___soundLoader_36;
public:
inline static int32_t get_offset_of_defaultFont_4() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultFont_4)); }
inline String_t* get_defaultFont_4() const { return ___defaultFont_4; }
inline String_t** get_address_of_defaultFont_4() { return &___defaultFont_4; }
inline void set_defaultFont_4(String_t* value)
{
___defaultFont_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultFont_4), (void*)value);
}
inline static int32_t get_offset_of_renderingTextBrighterOnDesktop_5() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___renderingTextBrighterOnDesktop_5)); }
inline bool get_renderingTextBrighterOnDesktop_5() const { return ___renderingTextBrighterOnDesktop_5; }
inline bool* get_address_of_renderingTextBrighterOnDesktop_5() { return &___renderingTextBrighterOnDesktop_5; }
inline void set_renderingTextBrighterOnDesktop_5(bool value)
{
___renderingTextBrighterOnDesktop_5 = value;
}
inline static int32_t get_offset_of_windowModalWaiting_6() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___windowModalWaiting_6)); }
inline String_t* get_windowModalWaiting_6() const { return ___windowModalWaiting_6; }
inline String_t** get_address_of_windowModalWaiting_6() { return &___windowModalWaiting_6; }
inline void set_windowModalWaiting_6(String_t* value)
{
___windowModalWaiting_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___windowModalWaiting_6), (void*)value);
}
inline static int32_t get_offset_of_globalModalWaiting_7() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___globalModalWaiting_7)); }
inline String_t* get_globalModalWaiting_7() const { return ___globalModalWaiting_7; }
inline String_t** get_address_of_globalModalWaiting_7() { return &___globalModalWaiting_7; }
inline void set_globalModalWaiting_7(String_t* value)
{
___globalModalWaiting_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___globalModalWaiting_7), (void*)value);
}
inline static int32_t get_offset_of_modalLayerColor_8() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___modalLayerColor_8)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_modalLayerColor_8() const { return ___modalLayerColor_8; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_modalLayerColor_8() { return &___modalLayerColor_8; }
inline void set_modalLayerColor_8(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___modalLayerColor_8 = value;
}
inline static int32_t get_offset_of_buttonSound_9() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___buttonSound_9)); }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * get_buttonSound_9() const { return ___buttonSound_9; }
inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 ** get_address_of_buttonSound_9() { return &___buttonSound_9; }
inline void set_buttonSound_9(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * value)
{
___buttonSound_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buttonSound_9), (void*)value);
}
inline static int32_t get_offset_of_buttonSoundVolumeScale_10() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___buttonSoundVolumeScale_10)); }
inline float get_buttonSoundVolumeScale_10() const { return ___buttonSoundVolumeScale_10; }
inline float* get_address_of_buttonSoundVolumeScale_10() { return &___buttonSoundVolumeScale_10; }
inline void set_buttonSoundVolumeScale_10(float value)
{
___buttonSoundVolumeScale_10 = value;
}
inline static int32_t get_offset_of_horizontalScrollBar_11() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___horizontalScrollBar_11)); }
inline String_t* get_horizontalScrollBar_11() const { return ___horizontalScrollBar_11; }
inline String_t** get_address_of_horizontalScrollBar_11() { return &___horizontalScrollBar_11; }
inline void set_horizontalScrollBar_11(String_t* value)
{
___horizontalScrollBar_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___horizontalScrollBar_11), (void*)value);
}
inline static int32_t get_offset_of_verticalScrollBar_12() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___verticalScrollBar_12)); }
inline String_t* get_verticalScrollBar_12() const { return ___verticalScrollBar_12; }
inline String_t** get_address_of_verticalScrollBar_12() { return &___verticalScrollBar_12; }
inline void set_verticalScrollBar_12(String_t* value)
{
___verticalScrollBar_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___verticalScrollBar_12), (void*)value);
}
inline static int32_t get_offset_of_defaultScrollStep_13() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollStep_13)); }
inline float get_defaultScrollStep_13() const { return ___defaultScrollStep_13; }
inline float* get_address_of_defaultScrollStep_13() { return &___defaultScrollStep_13; }
inline void set_defaultScrollStep_13(float value)
{
___defaultScrollStep_13 = value;
}
inline static int32_t get_offset_of_defaultScrollDecelerationRate_14() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollDecelerationRate_14)); }
inline float get_defaultScrollDecelerationRate_14() const { return ___defaultScrollDecelerationRate_14; }
inline float* get_address_of_defaultScrollDecelerationRate_14() { return &___defaultScrollDecelerationRate_14; }
inline void set_defaultScrollDecelerationRate_14(float value)
{
___defaultScrollDecelerationRate_14 = value;
}
inline static int32_t get_offset_of_defaultScrollBarDisplay_15() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollBarDisplay_15)); }
inline int32_t get_defaultScrollBarDisplay_15() const { return ___defaultScrollBarDisplay_15; }
inline int32_t* get_address_of_defaultScrollBarDisplay_15() { return &___defaultScrollBarDisplay_15; }
inline void set_defaultScrollBarDisplay_15(int32_t value)
{
___defaultScrollBarDisplay_15 = value;
}
inline static int32_t get_offset_of_defaultScrollTouchEffect_16() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollTouchEffect_16)); }
inline bool get_defaultScrollTouchEffect_16() const { return ___defaultScrollTouchEffect_16; }
inline bool* get_address_of_defaultScrollTouchEffect_16() { return &___defaultScrollTouchEffect_16; }
inline void set_defaultScrollTouchEffect_16(bool value)
{
___defaultScrollTouchEffect_16 = value;
}
inline static int32_t get_offset_of_defaultScrollBounceEffect_17() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultScrollBounceEffect_17)); }
inline bool get_defaultScrollBounceEffect_17() const { return ___defaultScrollBounceEffect_17; }
inline bool* get_address_of_defaultScrollBounceEffect_17() { return &___defaultScrollBounceEffect_17; }
inline void set_defaultScrollBounceEffect_17(bool value)
{
___defaultScrollBounceEffect_17 = value;
}
inline static int32_t get_offset_of_popupMenu_18() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___popupMenu_18)); }
inline String_t* get_popupMenu_18() const { return ___popupMenu_18; }
inline String_t** get_address_of_popupMenu_18() { return &___popupMenu_18; }
inline void set_popupMenu_18(String_t* value)
{
___popupMenu_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___popupMenu_18), (void*)value);
}
inline static int32_t get_offset_of_popupMenu_seperator_19() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___popupMenu_seperator_19)); }
inline String_t* get_popupMenu_seperator_19() const { return ___popupMenu_seperator_19; }
inline String_t** get_address_of_popupMenu_seperator_19() { return &___popupMenu_seperator_19; }
inline void set_popupMenu_seperator_19(String_t* value)
{
___popupMenu_seperator_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___popupMenu_seperator_19), (void*)value);
}
inline static int32_t get_offset_of_loaderErrorSign_20() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___loaderErrorSign_20)); }
inline String_t* get_loaderErrorSign_20() const { return ___loaderErrorSign_20; }
inline String_t** get_address_of_loaderErrorSign_20() { return &___loaderErrorSign_20; }
inline void set_loaderErrorSign_20(String_t* value)
{
___loaderErrorSign_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___loaderErrorSign_20), (void*)value);
}
inline static int32_t get_offset_of_tooltipsWin_21() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___tooltipsWin_21)); }
inline String_t* get_tooltipsWin_21() const { return ___tooltipsWin_21; }
inline String_t** get_address_of_tooltipsWin_21() { return &___tooltipsWin_21; }
inline void set_tooltipsWin_21(String_t* value)
{
___tooltipsWin_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___tooltipsWin_21), (void*)value);
}
inline static int32_t get_offset_of_defaultComboBoxVisibleItemCount_22() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___defaultComboBoxVisibleItemCount_22)); }
inline int32_t get_defaultComboBoxVisibleItemCount_22() const { return ___defaultComboBoxVisibleItemCount_22; }
inline int32_t* get_address_of_defaultComboBoxVisibleItemCount_22() { return &___defaultComboBoxVisibleItemCount_22; }
inline void set_defaultComboBoxVisibleItemCount_22(int32_t value)
{
___defaultComboBoxVisibleItemCount_22 = value;
}
inline static int32_t get_offset_of_touchScrollSensitivity_23() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___touchScrollSensitivity_23)); }
inline int32_t get_touchScrollSensitivity_23() const { return ___touchScrollSensitivity_23; }
inline int32_t* get_address_of_touchScrollSensitivity_23() { return &___touchScrollSensitivity_23; }
inline void set_touchScrollSensitivity_23(int32_t value)
{
___touchScrollSensitivity_23 = value;
}
inline static int32_t get_offset_of_touchDragSensitivity_24() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___touchDragSensitivity_24)); }
inline int32_t get_touchDragSensitivity_24() const { return ___touchDragSensitivity_24; }
inline int32_t* get_address_of_touchDragSensitivity_24() { return &___touchDragSensitivity_24; }
inline void set_touchDragSensitivity_24(int32_t value)
{
___touchDragSensitivity_24 = value;
}
inline static int32_t get_offset_of_clickDragSensitivity_25() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___clickDragSensitivity_25)); }
inline int32_t get_clickDragSensitivity_25() const { return ___clickDragSensitivity_25; }
inline int32_t* get_address_of_clickDragSensitivity_25() { return &___clickDragSensitivity_25; }
inline void set_clickDragSensitivity_25(int32_t value)
{
___clickDragSensitivity_25 = value;
}
inline static int32_t get_offset_of_allowSoftnessOnTopOrLeftSide_26() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___allowSoftnessOnTopOrLeftSide_26)); }
inline bool get_allowSoftnessOnTopOrLeftSide_26() const { return ___allowSoftnessOnTopOrLeftSide_26; }
inline bool* get_address_of_allowSoftnessOnTopOrLeftSide_26() { return &___allowSoftnessOnTopOrLeftSide_26; }
inline void set_allowSoftnessOnTopOrLeftSide_26(bool value)
{
___allowSoftnessOnTopOrLeftSide_26 = value;
}
inline static int32_t get_offset_of_bringWindowToFrontOnClick_27() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___bringWindowToFrontOnClick_27)); }
inline bool get_bringWindowToFrontOnClick_27() const { return ___bringWindowToFrontOnClick_27; }
inline bool* get_address_of_bringWindowToFrontOnClick_27() { return &___bringWindowToFrontOnClick_27; }
inline void set_bringWindowToFrontOnClick_27(bool value)
{
___bringWindowToFrontOnClick_27 = value;
}
inline static int32_t get_offset_of_inputCaretSize_28() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___inputCaretSize_28)); }
inline int32_t get_inputCaretSize_28() const { return ___inputCaretSize_28; }
inline int32_t* get_address_of_inputCaretSize_28() { return &___inputCaretSize_28; }
inline void set_inputCaretSize_28(int32_t value)
{
___inputCaretSize_28 = value;
}
inline static int32_t get_offset_of_inputHighlightColor_29() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___inputHighlightColor_29)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_inputHighlightColor_29() const { return ___inputHighlightColor_29; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_inputHighlightColor_29() { return &___inputHighlightColor_29; }
inline void set_inputHighlightColor_29(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___inputHighlightColor_29 = value;
}
inline static int32_t get_offset_of_frameTimeForAsyncUIConstruction_30() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___frameTimeForAsyncUIConstruction_30)); }
inline float get_frameTimeForAsyncUIConstruction_30() const { return ___frameTimeForAsyncUIConstruction_30; }
inline float* get_address_of_frameTimeForAsyncUIConstruction_30() { return &___frameTimeForAsyncUIConstruction_30; }
inline void set_frameTimeForAsyncUIConstruction_30(float value)
{
___frameTimeForAsyncUIConstruction_30 = value;
}
inline static int32_t get_offset_of_depthSupportForPaintingMode_31() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___depthSupportForPaintingMode_31)); }
inline bool get_depthSupportForPaintingMode_31() const { return ___depthSupportForPaintingMode_31; }
inline bool* get_address_of_depthSupportForPaintingMode_31() { return &___depthSupportForPaintingMode_31; }
inline void set_depthSupportForPaintingMode_31(bool value)
{
___depthSupportForPaintingMode_31 = value;
}
inline static int32_t get_offset_of_enhancedTextOutlineEffect_32() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___enhancedTextOutlineEffect_32)); }
inline bool get_enhancedTextOutlineEffect_32() const { return ___enhancedTextOutlineEffect_32; }
inline bool* get_address_of_enhancedTextOutlineEffect_32() { return &___enhancedTextOutlineEffect_32; }
inline void set_enhancedTextOutlineEffect_32(bool value)
{
___enhancedTextOutlineEffect_32 = value;
}
inline static int32_t get_offset_of_richTextRowVerticalAlign_33() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___richTextRowVerticalAlign_33)); }
inline int32_t get_richTextRowVerticalAlign_33() const { return ___richTextRowVerticalAlign_33; }
inline int32_t* get_address_of_richTextRowVerticalAlign_33() { return &___richTextRowVerticalAlign_33; }
inline void set_richTextRowVerticalAlign_33(int32_t value)
{
___richTextRowVerticalAlign_33 = value;
}
inline static int32_t get_offset_of_soundLoader_36() { return static_cast<int32_t>(offsetof(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields, ___soundLoader_36)); }
inline SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * get_soundLoader_36() const { return ___soundLoader_36; }
inline SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 ** get_address_of_soundLoader_36() { return &___soundLoader_36; }
inline void set_soundLoader_36(SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2 * value)
{
___soundLoader_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___soundLoader_36), (void*)value);
}
};
// FairyGUI.UIContentScaler
struct UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// FairyGUI.UIContentScaler_ScaleMode FairyGUI.UIContentScaler::scaleMode
int32_t ___scaleMode_4;
// FairyGUI.UIContentScaler_ScreenMatchMode FairyGUI.UIContentScaler::screenMatchMode
int32_t ___screenMatchMode_5;
// System.Int32 FairyGUI.UIContentScaler::designResolutionX
int32_t ___designResolutionX_6;
// System.Int32 FairyGUI.UIContentScaler::designResolutionY
int32_t ___designResolutionY_7;
// System.Int32 FairyGUI.UIContentScaler::fallbackScreenDPI
int32_t ___fallbackScreenDPI_8;
// System.Int32 FairyGUI.UIContentScaler::defaultSpriteDPI
int32_t ___defaultSpriteDPI_9;
// System.Single FairyGUI.UIContentScaler::constantScaleFactor
float ___constantScaleFactor_10;
// System.Boolean FairyGUI.UIContentScaler::ignoreOrientation
bool ___ignoreOrientation_11;
// System.Boolean FairyGUI.UIContentScaler::_changed
bool ____changed_13;
public:
inline static int32_t get_offset_of_scaleMode_4() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ___scaleMode_4)); }
inline int32_t get_scaleMode_4() const { return ___scaleMode_4; }
inline int32_t* get_address_of_scaleMode_4() { return &___scaleMode_4; }
inline void set_scaleMode_4(int32_t value)
{
___scaleMode_4 = value;
}
inline static int32_t get_offset_of_screenMatchMode_5() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ___screenMatchMode_5)); }
inline int32_t get_screenMatchMode_5() const { return ___screenMatchMode_5; }
inline int32_t* get_address_of_screenMatchMode_5() { return &___screenMatchMode_5; }
inline void set_screenMatchMode_5(int32_t value)
{
___screenMatchMode_5 = value;
}
inline static int32_t get_offset_of_designResolutionX_6() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ___designResolutionX_6)); }
inline int32_t get_designResolutionX_6() const { return ___designResolutionX_6; }
inline int32_t* get_address_of_designResolutionX_6() { return &___designResolutionX_6; }
inline void set_designResolutionX_6(int32_t value)
{
___designResolutionX_6 = value;
}
inline static int32_t get_offset_of_designResolutionY_7() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ___designResolutionY_7)); }
inline int32_t get_designResolutionY_7() const { return ___designResolutionY_7; }
inline int32_t* get_address_of_designResolutionY_7() { return &___designResolutionY_7; }
inline void set_designResolutionY_7(int32_t value)
{
___designResolutionY_7 = value;
}
inline static int32_t get_offset_of_fallbackScreenDPI_8() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ___fallbackScreenDPI_8)); }
inline int32_t get_fallbackScreenDPI_8() const { return ___fallbackScreenDPI_8; }
inline int32_t* get_address_of_fallbackScreenDPI_8() { return &___fallbackScreenDPI_8; }
inline void set_fallbackScreenDPI_8(int32_t value)
{
___fallbackScreenDPI_8 = value;
}
inline static int32_t get_offset_of_defaultSpriteDPI_9() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ___defaultSpriteDPI_9)); }
inline int32_t get_defaultSpriteDPI_9() const { return ___defaultSpriteDPI_9; }
inline int32_t* get_address_of_defaultSpriteDPI_9() { return &___defaultSpriteDPI_9; }
inline void set_defaultSpriteDPI_9(int32_t value)
{
___defaultSpriteDPI_9 = value;
}
inline static int32_t get_offset_of_constantScaleFactor_10() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ___constantScaleFactor_10)); }
inline float get_constantScaleFactor_10() const { return ___constantScaleFactor_10; }
inline float* get_address_of_constantScaleFactor_10() { return &___constantScaleFactor_10; }
inline void set_constantScaleFactor_10(float value)
{
___constantScaleFactor_10 = value;
}
inline static int32_t get_offset_of_ignoreOrientation_11() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ___ignoreOrientation_11)); }
inline bool get_ignoreOrientation_11() const { return ___ignoreOrientation_11; }
inline bool* get_address_of_ignoreOrientation_11() { return &___ignoreOrientation_11; }
inline void set_ignoreOrientation_11(bool value)
{
___ignoreOrientation_11 = value;
}
inline static int32_t get_offset_of__changed_13() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B, ____changed_13)); }
inline bool get__changed_13() const { return ____changed_13; }
inline bool* get_address_of__changed_13() { return &____changed_13; }
inline void set__changed_13(bool value)
{
____changed_13 = value;
}
};
struct UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields
{
public:
// System.Single FairyGUI.UIContentScaler::scaleFactor
float ___scaleFactor_12;
public:
inline static int32_t get_offset_of_scaleFactor_12() { return static_cast<int32_t>(offsetof(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields, ___scaleFactor_12)); }
inline float get_scaleFactor_12() const { return ___scaleFactor_12; }
inline float* get_address_of_scaleFactor_12() { return &___scaleFactor_12; }
inline void set_scaleFactor_12(float value)
{
___scaleFactor_12 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Delegate_t * m_Items[1];
public:
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// FairyGUI.GObject[]
struct GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9 : public RuntimeArray
{
public:
ALIGN_FIELD (8) GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * m_Items[1];
public:
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** 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, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.Transform[]
struct TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * m_Items[1];
public:
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** 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, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.Material[]
struct MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * m_Items[1];
public:
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** 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, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Single[]
struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5 : public RuntimeArray
{
public:
ALIGN_FIELD (8) float m_Items[1];
public:
inline float GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline float* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, float value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline float GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
{
m_Items[index] = value;
}
};
// System.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.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;
}
};
// FairyGUI.GPath_Segment[]
struct SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Segment_t4D7158441370F573F35DB59A882D986F1269B61A m_Items[1];
public:
inline Segment_t4D7158441370F573F35DB59A882D986F1269B61A GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Segment_t4D7158441370F573F35DB59A882D986F1269B61A * 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, Segment_t4D7158441370F573F35DB59A882D986F1269B61A value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Segment_t4D7158441370F573F35DB59A882D986F1269B61A GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Segment_t4D7158441370F573F35DB59A882D986F1269B61A * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Segment_t4D7158441370F573F35DB59A882D986F1269B61A value)
{
m_Items[index] = 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);
}
};
// FairyGUI.TextField_CharPosition[]
struct CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4 : public RuntimeArray
{
public:
ALIGN_FIELD (8) CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 m_Items[1];
public:
inline CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 value)
{
m_Items[index] = value;
}
};
// System.Void System.Collections.Generic.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.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.Collections.Generic.Queue`1/Enumerator<!0> System.Collections.Generic.Queue`1<System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t6EC5A3F7BF8FB8FF219089BCB4FFA45E13B24B8E Queue_1_GetEnumerator_m3199C6BCCEE0B31807003F538CD9C39907D23771_gshared (Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.Queue`1/Enumerator<System.Object>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m811143697D4A41D92F9C134F294DBB7A2A5B85A2_gshared (Enumerator_t6EC5A3F7BF8FB8FF219089BCB4FFA45E13B24B8E * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Queue`1/Enumerator<System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mC7C2F195F725C9D7F39E8E34538268F981B02668_gshared (Enumerator_t6EC5A3F7BF8FB8FF219089BCB4FFA45E13B24B8E * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Queue`1/Enumerator<System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3FC5F5DDC3E6C79AE296B652B391064F4055C523_gshared (Enumerator_t6EC5A3F7BF8FB8FF219089BCB4FFA45E13B24B8E * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared (Enumerator_tED23DFBF3911229086C71CCE7A54D56F5FFB34CB * __this, const RuntimeMethod* method);
// System.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.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.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.Int32 System.Collections.Generic.Queue`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m0CE0B6919A09EFFBB1EBA5B5DFEF50E4F8A89CFA_gshared_inline (Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.Queue`1<System.Object>::Dequeue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_Dequeue_m6013DB8A542ACA15F662B6832ED389BB061EFEDE_gshared (Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Queue`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m57D20E9B6532A644845C835306D5BCBCD3163964_gshared (Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * __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.Queue`1<System.Object>::Enqueue(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m12D1C0BBE742C2537335B7E2B71F7E42A421A6FD_gshared (Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m886A88E951643F1E9649534EB4D1E4DD4FA4CFBB_gshared (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171_gshared (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m205DB7E9DF42924D42579D3C7055F8426CD61E95_gshared (List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1_gshared (List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * __this, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mFA4251A64B78E0590FBA3BC92C80634F95A790E8_gshared (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8_gshared (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, 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.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<FairyGUI.GPath/Segment>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mBCC09628FA2D73D337AECD34FBD2BD98D03DE5BE_gshared (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * __this, Segment_t4D7158441370F573F35DB59A882D986F1269B61A ___item0, 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);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Insert(System.Int32,!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_mA55612FD00E84BC3B06F4E0B19B577FA1B4522F3_gshared (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, int32_t ___index0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___item1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m8335F712C7C1832E2EA4CD22C2326D16C4827F1F_gshared (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m79CB5C0EE164901BC290FF3E9E5511A161362A5B_gshared_inline (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Segment_t4D7158441370F573F35DB59A882D986F1269B61A List_1_get_Item_m3945E3B9D5001519C60A38DCEA43F8FD29728300_gshared_inline (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Single>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mB14710B1B2B4CDD445D577C9B2BB4CCB03213E4E_gshared (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * __this, float ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m5E996687A643CD54E77F877FD83823A581A96189_gshared (List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// !0[] System.Collections.Generic.List`1<System.Object>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.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.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);
// !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>::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>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::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.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.Int32 System.Array::IndexOf<System.Object>(!!0[],!!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Values()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2 * Dictionary_2_get_Values_m58CC32586C31C6F38B730DE7CD79A1FFE9109BA4_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F ValueCollection_GetEnumerator_m6AA58C894265BF1E8514350C4B51CB7811D24674_gshared (ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2 * __this, const RuntimeMethod* method);
// !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD03896747AF8CA1B6C76644EE232EC798524B608_gshared_inline (Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m5491D982826D5BB996EFC8A15C677A60DE50F3AE_gshared (Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Object,System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m57CD62D56A72EE39AB936C3BF97A0A0850405C6A_gshared (Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F * __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>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// !!0[] UnityEngine.GameObject::GetComponentsInChildren<System.Object>(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* GameObject_GetComponentsInChildren_TisRuntimeObject_mD84415C6B32CB15A7EFAB8ECFB745D5325990AF4_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, bool ___includeInactive0, const RuntimeMethod* method);
// System.Void UnityEngine.GameObject::GetComponentsInChildren<System.Object>(System.Boolean,System.Collections.Generic.List`1<!!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_GetComponentsInChildren_TisRuntimeObject_mF109FDE94CE37DFF371D5DEF0261D50318C16B83_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, bool ___includeInactive0, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___results1, 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>::set_Capacity(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Capacity_mD604412C66F05B164F0AE39B0F1A3DB526CA8821_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___value0, 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);
// !0 System.Collections.Generic.List`1<System.Int32>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_gshared_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::TryGetValue(!0,!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m11CACED911D5A1BB9836B026888808A2458B4B5B_gshared (Dictionary_2_tA9B33254E6E7B0DA27F477538861A5D0B7BB08C0 * __this, RuntimeObject * ___key0, Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 * ___value1, const RuntimeMethod* method);
// System.Void System.Nullable`1<UnityEngine.RaycastHit>::.ctor(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mE2E549AB4C7959231E8DE97682183D27DA2E36AF_gshared (Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 * __this, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::set_Item(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m57D6E8A09975CDC5D02E907FADEA9155943E43FC_gshared (Dictionary_2_tA9B33254E6E7B0DA27F477538861A5D0B7BB08C0 * __this, RuntimeObject * ___key0, Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 ___value1, const RuntimeMethod* method);
// System.Boolean System.Nullable`1<UnityEngine.RaycastHit>::get_HasValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m6048C6BC1D41A8C0B929063A89F534CBD88A40EE_gshared_inline (Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 * __this, const RuntimeMethod* method);
// !0 System.Nullable`1<UnityEngine.RaycastHit>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 Nullable_1_get_Value_m5A77DCDC8F2AB95782B371C30B7BE64626ECC3AE_gshared (Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m6E11801C9B4D880717F2B1EFA09EA7981EB7A9BA_gshared (Dictionary_2_tA9B33254E6E7B0DA27F477538861A5D0B7BB08C0 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mC506134D0E9EAF5E238A85C6BFD7E6F4AFED03DE_gshared (Dictionary_2_tA9B33254E6E7B0DA27F477538861A5D0B7BB08C0 * __this, const RuntimeMethod* method);
// System.Boolean System.Nullable`1<UnityEngine.Rect>::get_HasValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_gshared_inline (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method);
// !0 System.Nullable`1<UnityEngine.Rect>::GetValueOrDefault()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_gshared_inline (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method);
// !0 System.Nullable`1<UnityEngine.Rect>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_gshared (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method);
// System.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.Rect>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB_gshared (List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_gshared_inline (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.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.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::.ctor()
inline void Dictionary_2__ctor_mCA87BA35EF66970D2832329E88CFA2624CAFD3A3 (Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::GetEnumerator()
inline Enumerator_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22 Dictionary_2_GetEnumerator_mD8F254E2E5F1EB8E9D30ECB16014E850A2BFAA52 (Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * __this, const RuntimeMethod* method)
{
return (( Enumerator_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22 (*) (Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mF1CF1D13F3E70C6D20D96D9AC88E44454E4C0053_gshared)(__this, method);
}
// System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::get_Current()
inline KeyValuePair_2_tCDCBEE0A5D57CAF5E572FAAE64B7CC8E0CA0E896 Enumerator_get_Current_mC145050E11191E4AAEC245F514C5FCDCDF93FE7B_inline (Enumerator_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22 * __this, const RuntimeMethod* method)
{
return (( KeyValuePair_2_tCDCBEE0A5D57CAF5E572FAAE64B7CC8E0CA0E896 (*) (Enumerator_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22 *, const RuntimeMethod*))Enumerator_get_Current_m5B32A9FC8294CB723DCD1171744B32E1775B6318_gshared_inline)(__this, method);
}
// !1 System.Collections.Generic.KeyValuePair`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::get_Value()
inline Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * KeyValuePair_2_get_Value_mE62A0F98903F007C612CA36D62F59B629DD5A7B9_inline (KeyValuePair_2_tCDCBEE0A5D57CAF5E572FAAE64B7CC8E0CA0E896 * __this, const RuntimeMethod* method)
{
return (( Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * (*) (KeyValuePair_2_tCDCBEE0A5D57CAF5E572FAAE64B7CC8E0CA0E896 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8C7B882C4D425535288FAAD08EAF11D289A43AEC_gshared_inline)(__this, method);
}
// System.Collections.Generic.Queue`1/Enumerator<!0> System.Collections.Generic.Queue`1<FairyGUI.GObject>::GetEnumerator()
inline Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52 Queue_1_GetEnumerator_mE8C4DC5A72BB8F38F9B29F34125B85D218AC414E (Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * __this, const RuntimeMethod* method)
{
return (( Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52 (*) (Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B *, const RuntimeMethod*))Queue_1_GetEnumerator_m3199C6BCCEE0B31807003F538CD9C39907D23771_gshared)(__this, method);
}
// !0 System.Collections.Generic.Queue`1/Enumerator<FairyGUI.GObject>::get_Current()
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * Enumerator_get_Current_m910E01F75C177A575FAFC03393F0BE7A921631CF (Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52 * __this, const RuntimeMethod* method)
{
return (( GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * (*) (Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52 *, const RuntimeMethod*))Enumerator_get_Current_m811143697D4A41D92F9C134F294DBB7A2A5B85A2_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.Queue`1/Enumerator<FairyGUI.GObject>::MoveNext()
inline bool Enumerator_MoveNext_mBF0EE42AF5A4142B1E164CE224DEA2A5F4C8506E (Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52 *, const RuntimeMethod*))Enumerator_MoveNext_mC7C2F195F725C9D7F39E8E34538268F981B02668_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Queue`1/Enumerator<FairyGUI.GObject>::Dispose()
inline void Enumerator_Dispose_mAF8964E03647827D8C3F9E0FB00750CADFE46E2E (Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52 *, const RuntimeMethod*))Enumerator_Dispose_m3FC5F5DDC3E6C79AE296B652B391064F4055C523_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::MoveNext()
inline bool Enumerator_MoveNext_m74721E880D58D81C07FE7AEC2CC8DB1AC5CABE76 (Enumerator_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22 *, const RuntimeMethod*))Enumerator_MoveNext_m9B9FB07EC2C1D82E921C9316A4E0901C933BBF6C_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::Dispose()
inline void Enumerator_Dispose_m64AECE35EBB2B79BEF0C8B9AA294C9EB6DEA9EDF (Enumerator_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22 *, const RuntimeMethod*))Enumerator_Dispose_mE363888280B72ED50538416C060EF9FC94B3BB00_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::Clear()
inline void Dictionary_2_Clear_mAF5E8571EB0919C59C0C9DFE873AFC40723DC81F (Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 *, const RuntimeMethod*))Dictionary_2_Clear_m0EC0FF0E4C6FE91D15CEE92696B25109A202B942_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::get_Count()
inline int32_t Dictionary_2_get_Count_m1FFAC4773DA5CFFCDEC9F59AA3F44F04FC3E4DFD (Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 *, const RuntimeMethod*))Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared)(__this, method);
}
// System.String FairyGUI.UIPackage::NormalizeURL(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UIPackage_NormalizeURL_m45855C062CBC11DE5646735352B184FBFE7F18CA (String_t* ___url0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m22E26DF50604CE548C9F1B207ED1AE5981372F44 (Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * __this, String_t* ___key0, Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 *, String_t*, Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.Int32 System.Collections.Generic.Queue`1<FairyGUI.GObject>::get_Count()
inline int32_t Queue_1_get_Count_m229BE9A28FA14B83FEA51FFA1D21F35043F22757_inline (Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B *, const RuntimeMethod*))Queue_1_get_Count_m0CE0B6919A09EFFBB1EBA5B5DFEF50E4F8A89CFA_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.Queue`1<FairyGUI.GObject>::Dequeue()
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * Queue_1_Dequeue_mFF2D3012420AB14472C3022717981612C24134A8 (Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * __this, const RuntimeMethod* method)
{
return (( GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * (*) (Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B *, const RuntimeMethod*))Queue_1_Dequeue_m6013DB8A542ACA15F662B6832ED389BB061EFEDE_gshared)(__this, 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.Void FairyGUI.GObjectPool/InitCallbackDelegate::Invoke(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InitCallbackDelegate_Invoke_m66F9CBCA413B6C4CE30DE65E2DA0096C961FCADB (InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___obj0, const RuntimeMethod* method);
// System.String FairyGUI.GObject::get_resourceURL()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GObject_get_resourceURL_m5391ECA0D02D0B9F72EA73DA4A8ABD5F10206F38 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Queue`1<FairyGUI.GObject>::.ctor()
inline void Queue_1__ctor_mB4DC6202D578FF8F60837985BD0CB0DD626CA97E (Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * __this, const RuntimeMethod* method)
{
(( void (*) (Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B *, const RuntimeMethod*))Queue_1__ctor_m57D20E9B6532A644845C835306D5BCBCD3163964_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Collections.Generic.Queue`1<FairyGUI.GObject>>::Add(!0,!1)
inline void Dictionary_2_Add_m177EE6E3B4BFC91F5BE3925890B088773F600382 (Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * __this, String_t* ___key0, Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 *, String_t*, Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, 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);
// 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 FairyGUI.Utils.ToolSet::SetParent(UnityEngine.Transform,UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToolSet_SetParent_mA9967AF376E0D3BD78B631BA81351684C00F91BD (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___t0, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___parent1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Queue`1<FairyGUI.GObject>::Enqueue(!0)
inline void Queue_1_Enqueue_m1F1490B82F68DC9C642E2F78CD22BB2BBFB6A935 (Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___item0, const RuntimeMethod* method)
{
(( void (*) (Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B *, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*))Queue_1_Enqueue_m12D1C0BBE742C2537335B7E2B71F7E42A421A6FD_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::.ctor()
inline void List_1__ctor_m886A88E951643F1E9649534EB4D1E4DD4FA4CFBB (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 *, const RuntimeMethod*))List_1__ctor_m886A88E951643F1E9649534EB4D1E4DD4FA4CFBB_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::.ctor()
inline void List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171 (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *, const RuntimeMethod*))List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Clear()
inline void List_1_Clear_m205DB7E9DF42924D42579D3C7055F8426CD61E95 (List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E *, const RuntimeMethod*))List_1_Clear_m205DB7E9DF42924D42579D3C7055F8426CD61E95_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::Add(!0)
inline void List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1 (List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * __this, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E *, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE , const RuntimeMethod*))List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1_gshared)(__this, ___item0, method);
}
// System.Void FairyGUI.GPath::Create(System.Collections.Generic.IEnumerable`1<FairyGUI.GPathPoint>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPath_Create_m540448A110EC01B535FE83C809AED895E2802483 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, RuntimeObject* ___points0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Clear()
inline void List_1_Clear_mFA4251A64B78E0590FBA3BC92C80634F95A790E8 (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 *, const RuntimeMethod*))List_1_Clear_mFA4251A64B78E0590FBA3BC92C80634F95A790E8_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Clear()
inline void List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8 (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *, const RuntimeMethod*))List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8_gshared)(__this, 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);
}
// 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.Single UnityEngine.Vector3::Distance(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Distance_mE316E10B9B319A5C2A29F86E028740FD528149E7 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___b1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::Add(!0)
inline void List_1_Add_mBCC09628FA2D73D337AECD34FBD2BD98D03DE5BE (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * __this, Segment_t4D7158441370F573F35DB59A882D986F1269B61A ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 *, Segment_t4D7158441370F573F35DB59A882D986F1269B61A , const RuntimeMethod*))List_1_Add_mBCC09628FA2D73D337AECD34FBD2BD98D03DE5BE_gshared)(__this, ___item0, method);
}
// System.Void FairyGUI.GPath::CreateSplineSegment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPath_CreateSplineSegment_m953968BDAA64958EA55E91AA1A86B4155C3921D1 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, 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);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::Insert(System.Int32,!0)
inline void List_1_Insert_mA55612FD00E84BC3B06F4E0B19B577FA1B4522F3 (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, int32_t ___index0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___item1, const RuntimeMethod* method)
{
(( void (*) (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *, int32_t, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , const RuntimeMethod*))List_1_Insert_mA55612FD00E84BC3B06F4E0B19B577FA1B4522F3_gshared)(__this, ___index0, ___item1, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Vector3>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
inline void List_1_AddRange_m8335F712C7C1832E2EA4CD22C2326D16C4827F1F (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m8335F712C7C1832E2EA4CD22C2326D16C4827F1F_gshared)(__this, ___collection0, method);
}
// System.Single UnityEngine.Mathf::Clamp01(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp01_m1E5F736941A7E6DC4DBCA88A1E38FE9FBFE0C42B (float ___value0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::get_Count()
inline int32_t List_1_get_Count_m79CB5C0EE164901BC290FF3E9E5511A161362A5B_inline (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 *, const RuntimeMethod*))List_1_get_Count_m79CB5C0EE164901BC290FF3E9E5511A161362A5B_gshared_inline)(__this, method);
}
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2 (const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<FairyGUI.GPath/Segment>::get_Item(System.Int32)
inline Segment_t4D7158441370F573F35DB59A882D986F1269B61A List_1_get_Item_m3945E3B9D5001519C60A38DCEA43F8FD29728300_inline (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Segment_t4D7158441370F573F35DB59A882D986F1269B61A (*) (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 *, int32_t, const RuntimeMethod*))List_1_get_Item_m3945E3B9D5001519C60A38DCEA43F8FD29728300_gshared_inline)(__this, ___index0, 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);
// UnityEngine.Vector3 FairyGUI.GPath::OnBezierCurve(System.Int32,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GPath_OnBezierCurve_m6BC689CC439C3CE87DB5CCE862B8B0BA18631D05 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, int32_t ___ptStart0, int32_t ___ptCount1, float ___t2, const RuntimeMethod* method);
// UnityEngine.Vector3 FairyGUI.GPath::onCRSplineCurve(System.Int32,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GPath_onCRSplineCurve_m9A697F12121B9ACFF68377D1F21AD63F8479FB75 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, int32_t ___ptStart0, int32_t ___ptCount1, float ___t2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Single>::Add(!0)
inline void List_1_Add_mB14710B1B2B4CDD445D577C9B2BB4CCB03213E4E (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * __this, float ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E *, float, const RuntimeMethod*))List_1_Add_mB14710B1B2B4CDD445D577C9B2BB4CCB03213E4E_gshared)(__this, ___item0, 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.Void FairyGUI.GPath::GetPointsInSegment(System.Int32,System.Single,System.Single,System.Collections.Generic.List`1<UnityEngine.Vector3>,System.Collections.Generic.List`1<System.Single>,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPath_GetPointsInSegment_m8BE92C450AD7DDE4F9860AC8157525281C89A351 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, int32_t ___segmentIndex0, float ___t01, float ___t12, List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ___points3, List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * ___ts4, float ___pointDensity5, 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 UnityEngine.Mathf::Repeat(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Repeat_m8459F4AAFF92DB770CC892BF71EE9438D9D0F779 (float ___t0, float ___length1, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(System.Single,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Multiply_mC7A8D6FD19E58DBF98E30D454F59F142F7BF8839 (float ___d0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a1, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___b1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.GPathPoint>::.ctor()
inline void List_1__ctor_m5E996687A643CD54E77F877FD83823A581A96189 (List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E *, const RuntimeMethod*))List_1__ctor_m5E996687A643CD54E77F877FD83823A581A96189_gshared)(__this, method);
}
// System.Void FairyGUI.GPathPoint::.ctor(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPathPoint__ctor_mB26CA549B2186F6464DAD4C840062F6CE7A2DC5E (GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, const RuntimeMethod* method);
// System.Void FairyGUI.GPathPoint::.ctor(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPathPoint__ctor_m497BF8CCD7FAAEE04698E068374281354E675EDA (GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control1, const RuntimeMethod* method);
// System.Void FairyGUI.GPathPoint::.ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPathPoint__ctor_m0085C3DA0C6AEAA4283723719CF6F6A219F4C5BB (GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control11, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control22, const RuntimeMethod* method);
// System.Void FairyGUI.GPathPoint::.ctor(UnityEngine.Vector3,FairyGUI.GPathPoint/CurveType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPathPoint__ctor_m46BBAA9D707EE8E35E75869F5F98F34464B3E565 (GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, int32_t ___curveType1, const RuntimeMethod* method);
// System.Void FairyGUI.GComponent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent__ctor_mC1D8ACC5AD72FF3D49D73176975190947F9A0DF3 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GProgressBar::Update(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GProgressBar_Update_mC0F9FF5EB1C2014B42C32723E39A45288E38B8D2 (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, double ___newValue0, const RuntimeMethod* method);
// System.Void FairyGUI.GTween::Kill(System.Object,FairyGUI.TweenPropType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTween_Kill_mFB8C59228F208A8E9EC86927331DDE876E5B15B7 (RuntimeObject * ___target0, int32_t ___propType1, bool ___complete2, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTween::GetTween(System.Object,FairyGUI.TweenPropType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_GetTween_m6102BB771BA85791357C5595FEA75B13DE2F4E9F (RuntimeObject * ___target0, int32_t ___propType1, const RuntimeMethod* method);
// FairyGUI.TweenValue FairyGUI.GTweener::get_value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GTweener::Kill(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener_Kill_mCCC79DE51185B6D32A1E0C143A21275C6E8E0997 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, bool ___complete0, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTween::ToDouble(System.Double,System.Double,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_ToDouble_m06D671FF0811263D903947A699B01C0D36B2241B (double ___startValue0, double ___endValue1, float ___duration2, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::SetEase(FairyGUI.EaseType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetEase_mF91A771B8A57093C78AD3E8545802266DACF6AEC (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, int32_t ___value0, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::SetTarget(System.Object,FairyGUI.TweenPropType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetTarget_m66F8E603DF14E12BF7A748C3E76331A4570D9646 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, RuntimeObject * ___value0, int32_t ___propType1, const RuntimeMethod* method);
// System.Double System.Math::Min(System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Min_m18EB8E9F2EBAF3ACB521CDB9BBC4E358103F3075 (double ___val10, double ___val21, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
// System.Double FairyGUI.GProgressBar::get_max()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR double GProgressBar_get_max_m06566B10675AFE57ECCC097D2605B4D87D988034_inline (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1 (RuntimeObject * ___arg00, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_width()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_height()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.FillMethod FairyGUI.GImage::get_fillMethod()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GImage_get_fillMethod_m05244A7E608127F7EB95375378650A82308CFD39 (GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GImage::set_fillAmount(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GImage_set_fillAmount_mA16219F3403AC69A914CF2CA21D3106C418AFFD1 (GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A * __this, float ___value0, const RuntimeMethod* method);
// FairyGUI.FillMethod FairyGUI.GLoader::get_fillMethod()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GLoader_get_fillMethod_mFBAB6452346221A4583298336507A02480951E27 (GLoader_t79DB886430214FA5031328823142509230E0E4A8 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GLoader::set_fillAmount(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GLoader_set_fillAmount_m0F7DAF01147FB27346FFAD2F2C3A5F7BC573FC51 (GLoader_t79DB886430214FA5031328823142509230E0E4A8 * __this, float ___value0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Mathf::RoundToInt(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041 (float ___f0, const RuntimeMethod* method);
// 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.GObject::set_x(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_y(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GMovieClip::set_frame(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GMovieClip_set_frame_mED81DE118979F6FE6090651BF946ECC0356A7A55 (GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GComponent::InvalidateBatchingState(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent_InvalidateBatchingState_mED7EF940AAF87D06695F79C878D654BED0D38084 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, bool ___childChanged0, const RuntimeMethod* method);
// System.Boolean FairyGUI.Utils.ByteBuffer::Seek(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, int32_t ___indexTablePos0, int32_t ___blockIndex1, const RuntimeMethod* method);
// System.Byte FairyGUI.Utils.ByteBuffer::ReadByte()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Utils.ByteBuffer::ReadBool()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GComponent::GetChild(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_x()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_y()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GComponent::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent_Setup_AfterAdd_m0885FD330DB62285D385F2E80373296C002EFAF4 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, int32_t ___beginPos1, const RuntimeMethod* method);
// System.Int32 FairyGUI.Utils.ByteBuffer::ReadInt()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GComponent::HandleSizeChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent_HandleSizeChanged_m6FF26BC7ECEB18B410EC364ECD49812D9A15C10D (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GTextField::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField__ctor_m8705E6A0B5D50A68FF6290C58646285A2508D61A (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.RichTextField::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField__ctor_m0138035CB49B11B9AF12DEB61F34D458F4658CB3 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GRichTextField::set_richTextField(FairyGUI.RichTextField)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GRichTextField_set_richTextField_m8B2B9A443A1FCB08600EBA6BA23EE10B26F21955_inline (GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F * __this, RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ___value0, const RuntimeMethod* method);
// FairyGUI.RichTextField FairyGUI.GRichTextField::get_richTextField()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * GRichTextField_get_richTextField_m604989B3D07A4F9225392D1BD32705829FC3D707_inline (GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_displayObject(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GObject_set_displayObject_m49BC3A13060F05B78A3E926E128224DA628C1D14_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___value0, const RuntimeMethod* method);
// FairyGUI.TextField FairyGUI.RichTextField::get_textField()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method);
// System.String FairyGUI.GTextField::ParseTemplate(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GTextField_ParseTemplate_m8BCBAD8E519E634AA0D1C86497229D361B7A01C6 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, String_t* ___template0, const RuntimeMethod* method);
// 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);
// System.String FairyGUI.Utils.UBBParser::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UBBParser_Parse_mA0C1760A771802A4574481AD912EA7A2891B1254 (UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * __this, String_t* ___text0, 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.Void FairyGUI.RichTextField::set_emojies(System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji>)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RichTextField_set_emojies_m053586C9B761EBC6960433A9A4A64C946E8BFB31_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::Instantiate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_Instantiate_m381716F52012BC81025BBE16432E33225DE53E5A (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);
// 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 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.Void FairyGUI.GComponent::set_opaque(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent_set_opaque_m8FBE9821DC9530E279CFF460EC27E816A2193A9A (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::.ctor()
inline void List_1__ctor_mDD1D44EF1F6F49D6C966512AABDD574338253B15 (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// FairyGUI.Stage FairyGUI.Stage::get_inst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321 (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);
// 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::AddCapture(FairyGUI.EventCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener_AddCapture_mCE2A23DC083D747B0BF7120578DA36B58017666F (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * ___callback0, const RuntimeMethod* method);
// System.Void FairyGUI.GRoot::SetContentScaleFactor(System.Int32,System.Int32,FairyGUI.UIContentScaler/ScreenMatchMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_SetContentScaleFactor_mAE2A33643316A8947569BD4BE3B21F5348337E4F (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, int32_t ___designResolutionX0, int32_t ___designResolutionY1, int32_t ___screenMatchMode2, 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);
// System.Void FairyGUI.GRoot::ApplyContentScaleFactor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_ApplyContentScaleFactor_m5B23FAFC75509692484AC7CE0978438D18CD3B7C (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Screen::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3 (const RuntimeMethod* method);
// System.Int32 UnityEngine.Mathf::CeilToInt(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B (float ___f0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Screen::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150 (const RuntimeMethod* method);
// System.Void FairyGUI.GObject::SetSize(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___wv0, float ___hv1, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::SetScale(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_SetScale_m0681416DAD5C0BB4E09811BA8E608113D10F7241 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___wv0, float ___hv1, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GComponent::AddChild(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GComponent_AddChild_m19636256D7C8BD209522E91EC12A0B44176236D2 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___child0, const RuntimeMethod* method);
// System.Void FairyGUI.GRoot::AdjustModalLayer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_AdjustModalLayer_m266E7EC4B2A2C99D8EB3A7E688207EABA4BCCA39 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Window::Hide()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Window_Hide_mB2A3BF8E097324B6BE9CCAD888671134605FA9C0 (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GRoot::HideWindowImmediately(FairyGUI.Window,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_HideWindowImmediately_mFE2BA51C1E896B2065F8753BD3F62BB39B9A5A2A (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * ___win0, bool ___dispose1, const RuntimeMethod* method);
// FairyGUI.GComponent FairyGUI.GObject::get_parent()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GComponent::RemoveChild(FairyGUI.GObject,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GComponent_RemoveChild_mE8FFD2088065C136680D401E051C5CEB8C19228C (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___child0, bool ___dispose1, const RuntimeMethod* method);
// System.Int32 FairyGUI.GComponent::get_numChildren()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GComponent_get_numChildren_m3295721B2CADEDDA4A896EF65214E708AE76C19E (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.Window::get_modal()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Window_get_modal_m1DF86D1C2C03BDC0CF75596AFB9E64C52336F25E_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.GComponent::GetChildIndex(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GComponent_GetChildIndex_mDB0881231CFC5A6970A573E4B43E4EAC4FD50D8C (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___child0, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GComponent::GetChildAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GComponent_GetChildAt_mF74B1D0431936054AEB4DB2755A54CBAA243A3FF (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void FairyGUI.GComponent::SetChildIndex(FairyGUI.GObject,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GComponent_SetChildIndex_m909DDF143E33E2358722C31EF2A8696350D6AF13 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___child0, int32_t ___index1, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::SetHome(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_SetHome_mD8B27223002B3EC3731440E31F30FE80904676D4 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___obj0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::AddRelation(FairyGUI.GObject,FairyGUI.RelationType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_AddRelation_m3A4309FA1BBC262B79725D98627403C25B7B5BAE (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, int32_t ___relationType1, const RuntimeMethod* method);
// FairyGUI.GObject FairyGUI.GComponent::RemoveChild(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GComponent_RemoveChild_m3AC05AED1E411CC68D31BBB761DAC6E12A3E118D (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___child0, const RuntimeMethod* method);
// !0[] System.Collections.Generic.List`1<FairyGUI.GObject>::ToArray()
inline GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* List_1_ToArray_m3B329125C875047AA037DFB57DF8DD2B5FB86FB3 (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * __this, const RuntimeMethod* method)
{
return (( GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* (*) (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *, const RuntimeMethod*))List_1_ToArray_m801D4DEF3587F60F463F04EEABE5CBE711FE5612_gshared)(__this, method);
}
// System.Void FairyGUI.GRoot::HideWindowImmediately(FairyGUI.Window)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_HideWindowImmediately_mED41022EC6C2D482FC7D536693BD7746A7179C57 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * ___win0, const RuntimeMethod* method);
// System.Void FairyGUI.GRoot::CreateModalLayer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_CreateModalLayer_mCB9D6449F6E5BD7079ADE3088BDB38EC603BC165 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GGraph::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GGraph__ctor_m2C760C9A2A039461ED06143CCBC607D0EEB415A3 (GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * __this, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color::get_white()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905 (const RuntimeMethod* method);
// System.Void FairyGUI.GGraph::DrawRect(System.Single,System.Single,System.Int32,UnityEngine.Color,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GGraph_DrawRect_m152CF5D4582C39E0F37EC7A975DDF378AE17FC61 (GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * __this, float ___aWidth0, float ___aHeight1, int32_t ___lineSize2, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___lineColor3, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___fillColor4, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_gameObjectName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_gameObjectName_m1917229F0090A1EC698B985ADE6FC13C3F115160 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Boolean FairyGUI.GObject::get_onStage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GObject_get_onStage_mB175540B7308797A50063E53C3A816C4FCA42520 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __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);
// FairyGUI.GObject FairyGUI.GRoot::DisplayObjectToGObject(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GRoot_DisplayObjectToGObject_m6A113DE9EF5BF45EF25CD107618B5D37006E76AE (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___obj0, const RuntimeMethod* method);
// FairyGUI.Container FairyGUI.DisplayObject::get_parent()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.GComponent::SetChildIndexBefore(FairyGUI.GObject,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GComponent_SetChildIndexBefore_m681A94F257DA3F7732535E50A986663A0B6BB07F (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___child0, int32_t ___index1, const RuntimeMethod* method);
// System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_ShowPopup_mB8728EA5E7F2A5CEE157E873C85CD3927A17DB1B (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___popup0, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target1, RuntimeObject * ___downward2, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.GObject>::get_Count()
inline int32_t List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_inline (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<FairyGUI.GObject>::IndexOf(!0)
inline int32_t List_1_IndexOf_m7C6F33760F8B22011F9C2150F38BC69022C6E0BA (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___item0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*))List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared)(__this, ___item0, method);
}
// !0 System.Collections.Generic.List`1<FairyGUI.GObject>::get_Item(System.Int32)
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * List_1_get_Item_mC7E01E0C259BA1982C298AA85FF0B8668455A88A_inline (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * (*) (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void FairyGUI.GRoot::ClosePopup(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_ClosePopup_m69EB7EA7199FE7CB155ABC10D9CD4B88764087CF (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_mCB60EAE43EF865EFAE7BB00842DAF1C8E3939AAA (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m3CAF82E0FF61CD84E251E0F7231BBB867C9755C2_gshared)(__this, ___index0, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::Add(!0)
inline void List_1_Add_mB46954605371F1D985BB94F7732F76BAE921F384 (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Int32 FairyGUI.GObject::get_sortingOrder()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t GObject_get_sortingOrder_m6574087D69EACAC50C4162002E2ECE1EDCA80AB7_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_sortingOrder(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_sortingOrder_m0F212D879E53BB06E349324102CD5FB5487FB2B6 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, int32_t ___value0, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.GRoot::GetPoupPosition(FairyGUI.GObject,FairyGUI.GObject,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GRoot_GetPoupPosition_mCA7B90B8D083EE839C506D199F997EFBC2673BA4 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___popup0, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target1, RuntimeObject * ___downward2, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_xy(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_xy_mE9FF4BB0E0A552C09BF033BED9610CD03B63F518 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8 (const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.GObject::LocalToRoot(UnityEngine.Vector2,FairyGUI.GRoot)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GObject_LocalToRoot_m6DBC88257DEF83751265EA44A40B4A0D732ADC28 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pt0, GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * ___r1, 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);
// 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);
// UnityEngine.Vector2 FairyGUI.Stage::get_touchPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Stage_get_touchPosition_m6B8C81EF1B50EF9CBF21F7C4A01101E7D5FD7584 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __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.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.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_TogglePopup_mCC365569DC6CA8C83D19D184E0899D91D3976718 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___popup0, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target1, RuntimeObject * ___downward2, const RuntimeMethod* method);
// System.Void FairyGUI.GRoot::HidePopup(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_HidePopup_m557C66B19524E2E95A444A73363A37F5886CB9A4 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___popup0, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<FairyGUI.GObject>::GetEnumerator()
inline Enumerator_tAED6D783D89C489521F33490D898596F745A2750 List_1_GetEnumerator_m30540178A15EF1BD157F8791783EFECE020F2A26 (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * __this, const RuntimeMethod* method)
{
return (( Enumerator_tAED6D783D89C489521F33490D898596F745A2750 (*) (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1/Enumerator<FairyGUI.GObject>::get_Current()
inline GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * Enumerator_get_Current_m4F79B75B832711D0F6D89BE204BD7897A5959517_inline (Enumerator_tAED6D783D89C489521F33490D898596F745A2750 * __this, const RuntimeMethod* method)
{
return (( GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * (*) (Enumerator_tAED6D783D89C489521F33490D898596F745A2750 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<FairyGUI.GObject>::MoveNext()
inline bool Enumerator_MoveNext_m1D7CD1EA49DA177F1333FBB0EB14BD84A3212388 (Enumerator_tAED6D783D89C489521F33490D898596F745A2750 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tAED6D783D89C489521F33490D898596F745A2750 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<FairyGUI.GObject>::Dispose()
inline void Enumerator_Dispose_mA0C9FAD3A66064C47FA3B322B37435C8D3596EA7 (Enumerator_tAED6D783D89C489521F33490D898596F745A2750 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tAED6D783D89C489521F33490D898596F745A2750 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<FairyGUI.GObject>::Clear()
inline void List_1_Clear_m51A07EE01AF87E4DDAA4AE7FF893959AFCE10F82 (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
// 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.GObject::set_touchable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_touchable_m08158DAF75D2FBDF81D3666FF5A135569A005D95 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GRoot::ShowTooltipsWin(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_ShowTooltipsWin_mCC520414ED669333CF21760C437455C0BEE73672 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___tooltipWin0, const RuntimeMethod* method);
// System.Void FairyGUI.GRoot::HideTooltips()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_HideTooltips_mF34B8B44A00CCBBE720B6D4FF73C0A49DAA994DB (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __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.TimerCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void FairyGUI.Timers::Add(System.Single,System.Int32,FairyGUI.TimerCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timers_Add_m862C25E7E9E8CA7F085B82228D5EC269B49218EB (Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * __this, float ___interval0, int32_t ___repeat1, TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * ___callback2, const RuntimeMethod* method);
// FairyGUI.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.GObject::get_touchable()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_touchable_m51135EE7C91859C5E5A0A1D5A34B8A9DCCFB5439_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.GObject::get_focusable()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_focusable_mC65058CEA4A74F51DFBA3D9BA440045FDAF9392C_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Debug::LogError(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29 (RuntimeObject * ___message0, const RuntimeMethod* method);
// System.Void FairyGUI.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.GRoot::CheckPopups()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_CheckPopups_m913EFF8C82F076933DEEB6BE731477912580ED77 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, 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.Stage::DisableSound()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_DisableSound_m0937F636FCAEEA4D45451E686E62EFFE1491D4CB (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::PlayOneShotSound(UnityEngine.AudioClip,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_PlayOneShotSound_mA29219A0BE1BCD00E7E78ED88D8FBF4B2760ED1E (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___clip0, float ___volumeScale1, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::PlayOneShotSound(UnityEngine.AudioClip)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_PlayOneShotSound_m4542A86B824AAF8116EAB9CF9D2027495AB70363 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___clip0, 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 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.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);
// FairyGUI.EventListener FairyGUI.GObject::get_onTouchBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, 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.GObject::get_onTouchMove()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GObject_get_onTouchMove_mC57B9937E420511C01D42799DE54422A4F4DD0AB (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventContext::StopPropagation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_StopPropagation_m8C61C071E1C217F9A6896855EFB2DA9C0E2AC3D6 (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// FairyGUI.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);
// 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.Vector2 FairyGUI.GObject::get_xy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GObject_get_xy_m034BE52C48EFEA693A75DED3BC34A14B9C48332E (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, 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.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);
// 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);
// System.Void FairyGUI.ScrollPane::ScrollUp()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollUp_m36AA1BBA48163B5431457FC786716A8D6A8332D2 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::ScrollLeft()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollLeft_mB6A1BA6A54EF6185B07E4F91B9F200A8A5ABE1AC (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::ScrollDown()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollDown_mACC8D192CDDC298087D3EAAFCDD399EE2C84A916 (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, const RuntimeMethod* method);
// System.Void FairyGUI.ScrollPane::ScrollRight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollPane_ScrollRight_m55B4DD19E036B188C92E966392AB2F84AFB6783D (ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * __this, 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.EventListener::.ctor(FairyGUI.EventDispatcher,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3 (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * __this, EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___owner0, String_t* ___type1, const RuntimeMethod* method);
// System.Void FairyGUI.GSlider::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider_Update_m80DAC97015E44B995B561FC764921AA7B18846AA (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GSlider::UpdateWidthPercent(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider_UpdateWidthPercent_mB89F8FFC459B077D97D6204DE4E58D91399FDE15 (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, float ___percent0, const RuntimeMethod* method);
// System.Double FairyGUI.GSlider::get_max()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR double GSlider_get_max_mE736E6A20AD75B56E0B3B756F0BC0D4A718E58C1_inline (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __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.Boolean FairyGUI.EventDispatcher::DispatchEvent(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37 (EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * __this, String_t* ___strType0, RuntimeObject * ___data1, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject__ctor_m461BFC9F5C0B625EF65E220241E27D5F161D6496 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, 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);
// UnityEngine.Color UnityEngine.Color::get_black()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF (const RuntimeMethod* method);
// 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);
// 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);
// 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);
// System.Void FairyGUI.TextField::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextField__ctor_m1D9B2A3ED7DD99D682A82F9F7001E70CE960DF81 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GTextField::UpdateSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_UpdateSize_m6CAA7CFC293E20B7C106E1BA3488CF1D7672B366 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::UpdateGear(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_UpdateGear_mF3DA284C33BDFF78BA5B8BA926A69B46B136B398 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, int32_t ___index0, const RuntimeMethod* method);
// System.String FairyGUI.Utils.XMLUtils::EncodeString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XMLUtils_EncodeString_m4A4C103C382124C100F599689A6D83272BD8B455 (String_t* ___str0, const RuntimeMethod* method);
// 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);
// 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);
// System.Void FairyGUI.GTextField::FlushVars()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_FlushVars_m62B5F583243FC6E2A2F4B454C4B63AB44C185C0A (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor()
inline void Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean FairyGUI.TextField::HasCharacter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextField_HasCharacter_m829B4F80224EBD126DF6D4998FE31724D8854E35 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, Il2CppChar ___ch0, 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.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.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.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);
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
// 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.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.String>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* ___key0, String_t** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
// System.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);
// FairyGUI.AlignType FairyGUI.TextField::get_align()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextField_get_align_mF923651E166DF349D9C6A20A0BFE14C5E0E466F4 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// 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);
// FairyGUI.VertAlignType FairyGUI.TextField::get_verticalAlign()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TextField_get_verticalAlign_mAA70F2B024B2B0AE206552C82D04A33816AC18D8_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// 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);
// System.Boolean FairyGUI.TextField::get_singleLine()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool TextField_get_singleLine_m5FDD33ED011FF2C33C058450C683A08A3C8BB673_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// 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);
// System.Int32 FairyGUI.TextField::get_stroke()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TextField_get_stroke_mB1F1EAC0E1B016299488006B7D9B1C6A5A4BAE9D_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// 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);
// UnityEngine.Color FairyGUI.TextField::get_strokeColor()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 TextField_get_strokeColor_m9CE6F7A78513A684E062731981ED6DF64701FF94_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// 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);
// UnityEngine.Vector2 FairyGUI.TextField::get_shadowOffset()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TextField_get_shadowOffset_mE18D0F42B7312924E4565843BE9EB96F4D6AF641_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// 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);
// FairyGUI.AutoSizeType FairyGUI.TextField::get_autoSize()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TextField_get_autoSize_m7ACD24F1972C17647E03342F1ABD67AFB2C4D01E_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Single FairyGUI.TextField::get_textWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextField_get_textWidth_m4CF6D547DC8023ED2B7209A9E90E1AA2D4E0C679 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Single FairyGUI.TextField::get_textHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TextField_get_textHeight_m3D5995AFF9641330C5711FD1C6C128038FA94190 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __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);
// UnityEngine.Vector2 FairyGUI.DisplayObject::get_size()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_get_size_mF41568CC1E6FE32F8E6C11C70984E69CEA989D67 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __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);
// System.Void FairyGUI.GObject::InvalidateBatchingState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_InvalidateBatchingState_m431A1A176E8C939D9F0A39195EAA57CDC3A7F202 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.DisplayObject::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_height_m9C3D71E1C1621413D451E99A05A235DC97E6ACF2 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_width(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_width_m796286B3D4EF197C3E72EB1288160988043E783B (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___value0, const RuntimeMethod* method);
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::SetSizeDirectly(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_SetSizeDirectly_m0DDA13175CED448DC6F6E5D194F09E06655FFEAC (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___wv0, float ___hv1, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_Setup_BeforeAdd_m08922043BF98603B5B17F96CBE4EDE691DF9FD8C (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, int32_t ___beginPos1, 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.Int16 FairyGUI.Utils.ByteBuffer::ReadShort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// UnityEngine.Color FairyGUI.Utils.ByteBuffer::ReadColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ByteBuffer_ReadColor_mEFD8F75A81AFF30EEBCE1022AA51298D8B6CF53E (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GTextField::set_align(FairyGUI.AlignType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_align_m11B93D438CFAB5C1559AFE6C4B22BB52078BA98F (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GTextField::set_verticalAlign(FairyGUI.VertAlignType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_verticalAlign_m112FAB11512635D58DD98CA213E0C42EDE9AA862 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GTextField::set_autoSize(FairyGUI.AutoSizeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_autoSize_m64EE35827177B3EB7880ABCDBBCC27E972534EE3 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GTextField::set_singleLine(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_singleLine_m8DEC9AF2DEADB2C4FB6C850AFF68651E3B5CE036 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GTextField::set_strokeColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_strokeColor_m3FCB95DF5A5B4993DF1D6A453D2DB301EED057C6 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// System.Single FairyGUI.Utils.ByteBuffer::ReadFloat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2 (ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GTextField::set_stroke(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_stroke_mCFA11755A7FF4F9F48F46ED85C3F993ECEB3AF95 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GTextField::set_shadowOffset(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_shadowOffset_mB910B8BD1849617257CCBB87799D78DF84D0FFCA (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_Setup_AfterAdd_m3FAE1244D1B5E9B4C1DB9B1003BBD7B0C78432D9 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, int32_t ___beginPos1, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_focusable(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GObject_set_focusable_m36B33C3509119798CD683E98CFE16DC6899F46EE_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, bool ___value0, const RuntimeMethod* method);
// FairyGUI.InputTextField FairyGUI.GTextInput::get_inputTextField()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __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.Void FairyGUI.InputTextField::set_editable(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputTextField_set_editable_m62162D47A253661CB70F4900913E762CB957775B_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, bool ___value0, const RuntimeMethod* method);
// System.Boolean FairyGUI.InputTextField::get_hideInput()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool InputTextField_get_hideInput_m343384FD171CE6E3BB24F4676F8A4BA6256E55CB_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::set_hideInput(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputTextField_set_hideInput_m9F20074B42B45AE7AC79D8ADCAB1FC3A18D0482C_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, bool ___value0, const RuntimeMethod* method);
// System.Int32 FairyGUI.InputTextField::get_maxLength()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputTextField_get_maxLength_mB59D414CA436B900B7659068F730FC76EC5F492E_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::set_maxLength(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputTextField_set_maxLength_m9A6DE447A9B2532F1B59CF073C2E765D687325F5_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, int32_t ___value0, const RuntimeMethod* method);
// System.String FairyGUI.InputTextField::get_restrict()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* InputTextField_get_restrict_mF5BE37CC25050F65397A2D5B86286D26FDF02F8A_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::set_restrict(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_set_restrict_m51FE5F6EE3BDDA41DBA1FD680ECFD4DBEE90878B (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Boolean FairyGUI.InputTextField::get_displayAsPassword()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool InputTextField_get_displayAsPassword_m2505711C903430523338D56F0AD2CEB4DC3850B5_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::set_displayAsPassword(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_set_displayAsPassword_m46F5F446B844D72BB70FEC8FD2D29B951C3A184F (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, bool ___value0, const RuntimeMethod* method);
// System.Int32 FairyGUI.InputTextField::get_caretPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputTextField_get_caretPosition_m6992295FC06F08431F91C56C19CC8D6DA6D363F0 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::set_caretPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_set_caretPosition_mDE419EB7D45FB1FBB53DC1F52C7E40CFF66BBF2F (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, int32_t ___value0, const RuntimeMethod* method);
// System.String FairyGUI.InputTextField::get_promptText()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* InputTextField_get_promptText_m9A5532484AFB5CF67072759371B19A6B45CFBDBD_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::set_promptText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_set_promptText_mE733423EB37796A230F4593DF110B72E8898A0EE (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___value0, 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::set_keyboardInput(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputTextField_set_keyboardInput_mBEB12AB113F4EC9C3F202A83302356948D94FA17_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, bool ___value0, const RuntimeMethod* method);
// System.Int32 FairyGUI.InputTextField::get_keyboardType()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputTextField_get_keyboardType_m9057CD2ABE98274F5F52A1267D8DBC1B81844326_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::set_keyboardType(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputTextField_set_keyboardType_mC228696D3BB4CCA932EA079BBBA610F1C38CDA7F_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::SetSelection(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_SetSelection_m131AF82AC57068D71762DB5BD6F4A3F58FA476F2 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, int32_t ___start0, int32_t ___length1, 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);
// System.Void FairyGUI.InputTextField::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField__ctor_m293BD221BB2E37C0E58CB94C246EE85D4EE00213 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GTextInput::set_inputTextField(FairyGUI.InputTextField)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GTextInput_set_inputTextField_m2C9B18041605DC1B47A0503B6A7995420A23A115_inline (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GTextField::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_Setup_BeforeAdd_m991CB2635327263D849CC500D2CC46A2B2DAD678 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, int32_t ___beginPos1, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.TweenManager::CreateTween()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * TweenManager_CreateTween_mDB34E9FFC48569CC19F8E1653C676A506527FF06 (const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::_To(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener__To_m8814D3E49B43FA57DDD22A56BF9DF8E9A71B28A9 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, float ___start0, float ___end1, float ___duration2, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener__To_m483F99D8914C6DF6CD235CED90FF0A58B87401C1 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___start0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___end1, float ___duration2, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener__To_m479882091EB0125DD59913DFEC27B1D98B32DC75 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___start0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___end1, float ___duration2, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener__To_mB9AA7EC7D8DB0BDB9ABA2F8E17468B51DE8ABAEA (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___start0, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___end1, float ___duration2, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Color,UnityEngine.Color,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener__To_mBB1A111D64F6FAD0D18ED4DC58E824522123DDAA (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___start0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___end1, float ___duration2, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::_To(System.Double,System.Double,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener__To_m2389033EE2499DCDC61C3DAEB4392399CCCEF65D (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, double ___start0, double ___end1, float ___duration2, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::SetDelay(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetDelay_m8FC9B4F7F97C5F29E5BCA344B00CFAD995F4FD70 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, float ___value0, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::_Shake(UnityEngine.Vector3,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener__Shake_m3F68D69AA267B68D884368F60E44AF57D89DD569 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___start0, float ___amplitude1, float ___duration2, const RuntimeMethod* method);
// System.Boolean FairyGUI.TweenManager::IsTweening(System.Object,FairyGUI.TweenPropType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TweenManager_IsTweening_mC030658730BEBAC4EE45E51C172A09190145F9D2 (RuntimeObject * ___target0, int32_t ___propType1, const RuntimeMethod* method);
// System.Boolean FairyGUI.TweenManager::KillTweens(System.Object,FairyGUI.TweenPropType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TweenManager_KillTweens_mBDBAB6B4961E9645C7C94DF9ADB092D5FA8A829D (RuntimeObject * ___target0, int32_t ___propType1, bool ___completed2, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.TweenManager::GetTween(System.Object,FairyGUI.TweenPropType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * TweenManager_GetTween_m799F4E4297D2709E8D767EE15B7641F9C42D2328 (RuntimeObject * ___target0, int32_t ___propType1, const RuntimeMethod* method);
// System.Void FairyGUI.TweenManager::Clean()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenManager_Clean_m02561EA80D96D8B09553F8E1067181A1A6C6CD49 (const RuntimeMethod* method);
// System.Void FairyGUI.TweenValue::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenValue__ctor_m27EFB98E6D9A0173C138AF3D3EE8505C33594202 (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GTweener::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener_Update_m1EECB1AD031D4105588F19085F43C1DCC8BA415A (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GTweener::CallCompleteCallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener_CallCompleteCallback_m7DFCFA70007EBBCF75CC3D3DA6058D78B0F26317 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method);
// System.Void FairyGUI.TweenValue::set_vec2(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenValue_set_vec2_m9B9A0CAC043710945674243679646FBA17F2C86A (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.TweenValue::set_vec3(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenValue_set_vec3_m845C0968E3D3BA358323BDB1AABDA54D008276E8 (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.TweenValue::set_vec4(UnityEngine.Vector4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenValue_set_vec4_m598223F6643245AE463C8E999AB43C08A34B91A9 (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.TweenValue::set_color(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenValue_set_color_m308DC46FAB9ABF05DD70853ADF745E82927ED36F (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Time::get_frameCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Time_get_frameCount_m97573E267B487B8FD4BF37615AFC19BED7B4E436 (const RuntimeMethod* method);
// System.Single UnityEngine.Time::get_unscaledDeltaTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledDeltaTime_mA0AE7A144C88AE8AABB42DF17B0F3F0714BA06B2 (const RuntimeMethod* method);
// System.Int32 UnityEngine.Application::get_targetFrameRate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_targetFrameRate_m74BA4A1BAF9542F7DAA99DA9DFBD22067874730A (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.Single UnityEngine.Time::get_timeScale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_timeScale_m7E198A5814859A08FD0FFE6DD5F7ED5C907719F8 (const RuntimeMethod* method);
// System.Single UnityEngine.Time::get_deltaTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_m16F98FC9BA931581236008C288E3B25CBCB7C81E (const RuntimeMethod* method);
// System.Void FairyGUI.GTweener::CallStartCallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener_CallStartCallback_m927CD8013038D40B05F4ED1F0D46A614F718B83B (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method);
// System.Single FairyGUI.EaseManager::Evaluate(FairyGUI.EaseType,System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float EaseManager_Evaluate_mAB630EB5A81BF0F409DCD380E1C8D3949AC42F23 (int32_t ___easeType0, float ___time1, float ___duration2, float ___overshootOrAmplitude3, float ___period4, const RuntimeMethod* method);
// System.Void FairyGUI.TweenValue::SetZero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenValue_SetZero_m9ACF35A775672BCEE5ADE0A3059F87AE91843F80 (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Random::get_insideUnitSphere()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Random_get_insideUnitSphere_m10033DFB85B1A21CE44201CB0E421F27B77A868F (const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, float ___d1, const RuntimeMethod* method);
// UnityEngine.Vector3 FairyGUI.TweenValue::get_vec3()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 TweenValue_get_vec3_m8C89FDFF3513409A3C3A18691B91D159FADC9FDB (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 FairyGUI.GPath::GetPointAt(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GPath_GetPointAt_m4556E3DCE5B66CCD29C7380A1F1E6F34E1AD15CA (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, float ___t0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___b1, const RuntimeMethod* method);
// System.Single FairyGUI.TweenValue::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TweenValue_get_Item_m7FAF335C897B075C89EB20956DD2A8CFF0437492 (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void FairyGUI.TweenValue::set_Item(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenValue_set_Item_m63A59F0385ED4EE5B8D3199378C10710D7E9EC11 (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, int32_t ___index0, float ___value1, const RuntimeMethod* method);
// System.Void FairyGUI.TweenPropTypeUtils::SetProps(System.Object,FairyGUI.TweenPropType,FairyGUI.TweenValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenPropTypeUtils_SetProps_m7D66A161361B29380CEFED2A1D2CDA9155C9DB30 (RuntimeObject * ___target0, int32_t ___propType1, TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ___value2, const RuntimeMethod* method);
// System.Void FairyGUI.GTweener::CallUpdateCallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener_CallUpdateCallback_m59A714F4F6521140141A5BC9ED6C3E25223BCE85 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GTweenCallback1::Invoke(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweenCallback1_Invoke_m40CB09AAD52ABAC5F9BF10895A5E81B64F29A7C3 (GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method);
// System.Void FairyGUI.GTweenCallback::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweenCallback_Invoke_m105C15D2E699F53A4C6573B7169BA03C7C20DBD5 (GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
// System.Void FairyGUI.GearBase::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearBase__ctor_m5C1DB5D7B1DA4A401F1143DE2199DCFE278BFEED (GearBase_tBDF067E7033C8B233B2C533126942554E932B581 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___owner0, const RuntimeMethod* method);
// System.Void FairyGUI.GearAnimationValue::.ctor(System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearAnimationValue__ctor_m5CFDBCA928585ADB2454F34A6BC720338BFAB5E4 (GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * __this, bool ___playing0, int32_t ___frame1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearAnimationValue>::.ctor()
inline void Dictionary_2__ctor_mD7756CF49022763C91C6EB1A6FE055BEA9F25F52 (Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearAnimationValue>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_m41BC3A3D11C2E8FB989A067AFC7F70AEEFCD84FD (Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 * __this, String_t* ___key0, GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 *, String_t*, GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// System.String FairyGUI.Controller::get_selectedPageId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22 (Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearAnimationValue>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m5F9D27F93506C02307BD48DA7B2C3BBA92F8D463 (Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 * __this, String_t* ___key0, GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 *, String_t*, GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.Void FairyGUI.GearTweenConfig::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearTweenConfig__ctor_m129B16A7553810C0B694AE96055A547CFDC5EAB7 (GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * __this, const RuntimeMethod* method);
// FairyGUI.Controller FairyGUI.GComponent::GetControllerAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * GComponent_GetControllerAt_m6B9245962503DAD24ADBF4C376B82358F04A9B96 (GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void FairyGUI.GearDisplay::set_pages(System.String[])
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GearDisplay_set_pages_mD74C21C26FD37B264ADC0D3ABE13768EE7E3718F_inline (GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GearColorValue::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearColorValue__ctor_mCD468A33D601A5FF75112E5C6A54DA097C336594 (GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearColorValue>::.ctor()
inline void Dictionary_2__ctor_m63874A3B656EE07DB06356DC1B48494E7BBAEDA4 (Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void FairyGUI.GearColorValue::.ctor(UnityEngine.Color,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearColorValue__ctor_m2EC3C202F9CBDE422F8275F10D4FCCFCF8C51B45 (GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___strokeColor1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearColorValue>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_mF6B808EE90B30765ECDA765F4B780612D475434C (Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 * __this, String_t* ___key0, GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 *, String_t*, GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearColorValue>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mE14E3ED788891B1A2ECA91B92A476E8ED286FB60 (Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 * __this, String_t* ___key0, GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 *, String_t*, GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// FairyGUI.TweenValue FairyGUI.GTweener::get_endValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * GTweener_get_endValue_mC646F9CBF41022753C17F3CF1A9D98B18D86651E_inline (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method);
// UnityEngine.Color FairyGUI.TweenValue::get_color()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 TweenValue_get_color_m14A07EB8577CCF8CD054E40EC7906DC9CAE0343B (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.GObject::CheckGearController(System.Int32,FairyGUI.Controller)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GObject_CheckGearController_m7D63340F3DA48A8D9D68FE665A185CBEC91A5D9D (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, int32_t ___index0, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___c1, const RuntimeMethod* method);
// System.UInt32 FairyGUI.GObject::AddDisplayLock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t GObject_AddDisplayLock_m3C5A7CC21DA6E22859E7710EE8A648C803C07159 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Color,UnityEngine.Color,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_To_mDF5EA382DA5D36CB51FA502B0ED8B323E1D3DC65 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___startValue0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___endValue1, float ___duration2, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::SetTarget(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetTarget_m95CDEB77F5F56289AE46FCFAAEE2448830B44F26 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::SetListener(FairyGUI.ITweenListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetListener_mF4054E00E54DF889916E7D607CA14E2F2C371482 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, RuntimeObject* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::ReleaseDisplayLock(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_ReleaseDisplayLock_mA4DBDE9EF4838C1427E40CA44F977BE5887D8D09 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, uint32_t ___token0, const RuntimeMethod* method);
// System.String[] FairyGUI.GearDisplay::get_pages()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* GearDisplay_get_pages_m74BD1E6295A01A0EE26EAD577DDCCCA9A085F8B0_inline (GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 * __this, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.String>(!!0[],!!0)
inline int32_t Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___array0, String_t* ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t*, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_gshared)(___array0, ___value1, method);
}
// System.Single FairyGUI.GObject::get_alpha()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_alpha_m808BAFDAAC1E98EEA7DAA9FC09F53B3BCE4176F7_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_rotation()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_rotation_m2141EE1383BBFF09F5DBDACCF17A2752A43A656C_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.GObject::get_grayed()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_grayed_mE73AA9A745453FE200E097DD49CB5CA744AE98E3_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GearLookValue::.ctor(System.Single,System.Single,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearLookValue__ctor_mC9BE06C0D8894F57D8E75673E8EB0844E745B790 (GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * __this, float ___alpha0, float ___rotation1, bool ___grayed2, bool ___touchable3, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearLookValue>::.ctor()
inline void Dictionary_2__ctor_mAAAD6E20F5BD03A203058192BD7C7D52E8CDCDEF (Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearLookValue>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_mFEC866AAD4F1BEAA250A4D94A25AD02E256554A6 (Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 * __this, String_t* ___key0, GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 *, String_t*, GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearLookValue>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m0B573E472B24C18DCF7C18017C7B6450E2B675F0 (Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 * __this, String_t* ___key0, GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 *, String_t*, GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.Void FairyGUI.GObject::set_grayed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_grayed_m48B00F72D05EDAE13D0D2058DD87B8F067AEA5E7 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, bool ___value0, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_To_m565DF71C5577CF63482B6EC64105A6ABD68D6A6A (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___startValue0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___endValue1, float ___duration2, const RuntimeMethod* method);
// FairyGUI.GTweener FairyGUI.GTweener::SetUserData(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetUserData_mDD92C2722251D7AF6937928C21E225B257291DDF (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_alpha(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_alpha_mE76A3DE78DC4966BE131A71354323E4C3383BF1D (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::set_rotation(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_set_rotation_mA51AEE14CE640813F5CFD2AEB22F0B9B144A8656 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___value0, const RuntimeMethod* method);
// System.Object FairyGUI.GTweener::get_userData()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * GTweener_get_userData_m3B924385C746F8859A15258BFDA5B453D681D273_inline (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_scaleX()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_scaleX_m67F271CDE40D793156923C4AFE8C643CD569D62C_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Single FairyGUI.GObject::get_scaleY()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_scaleY_m8505506C24D3A12C36BFC235652C0723888B4D59_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GearSizeValue::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearSizeValue__ctor_mDE5D607E1A9B6E450800741500CD7F7E56177224 (GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * __this, float ___width0, float ___height1, float ___scaleX2, float ___scaleY3, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearSizeValue>::.ctor()
inline void Dictionary_2__ctor_m3E78FDD848214F383A674F7890DF13A0877FD6E5 (Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearSizeValue>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_mD1406299AB8FBB54A87A99D489FA36ABFD0BC399 (Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * __this, String_t* ___key0, GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E *, String_t*, GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearSizeValue>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mDF352C956815FC294AFF60F5007F68FCEFDB4C83 (Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * __this, String_t* ___key0, GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E *, String_t*, GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, 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);
// FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_To_mDA06E811102E2CDE27250A052111C9410B24554A (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___startValue0, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___endValue1, float ___duration2, const RuntimeMethod* method);
// System.Void FairyGUI.GObject::SetSize(System.Single,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_SetSize_m5E66F438903186E8953734C4352E775353E07830 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___wv0, float ___hv1, bool ___ignorePivot2, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearSizeValue>::get_Values()
inline ValueCollection_tD538C3F6821EAC11CF158F1A336CB1655C9DF3B5 * Dictionary_2_get_Values_m9FE5CB3CE954675938A23AA832C00EF7793D0DF9 (Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * __this, const RuntimeMethod* method)
{
return (( ValueCollection_tD538C3F6821EAC11CF158F1A336CB1655C9DF3B5 * (*) (Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E *, const RuntimeMethod*))Dictionary_2_get_Values_m58CC32586C31C6F38B730DE7CD79A1FFE9109BA4_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.GearSizeValue>::GetEnumerator()
inline Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201 ValueCollection_GetEnumerator_mB4599F94F3F9194DCF16FBAF25DE4F326748BC0D (ValueCollection_tD538C3F6821EAC11CF158F1A336CB1655C9DF3B5 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201 (*) (ValueCollection_tD538C3F6821EAC11CF158F1A336CB1655C9DF3B5 *, const RuntimeMethod*))ValueCollection_GetEnumerator_m6AA58C894265BF1E8514350C4B51CB7811D24674_gshared)(__this, method);
}
// !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearSizeValue>::get_Current()
inline GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * Enumerator_get_Current_mAA989306F9A8430FFC8CBABCD760B0CA065F915A_inline (Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201 * __this, const RuntimeMethod* method)
{
return (( GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * (*) (Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201 *, const RuntimeMethod*))Enumerator_get_Current_mD03896747AF8CA1B6C76644EE232EC798524B608_gshared_inline)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearSizeValue>::MoveNext()
inline bool Enumerator_MoveNext_mCC5BDD1AFA5506197BFBD6D5EBD289274F5430DA (Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201 *, const RuntimeMethod*))Enumerator_MoveNext_m5491D982826D5BB996EFC8A15C677A60DE50F3AE_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearSizeValue>::Dispose()
inline void Enumerator_Dispose_mA928649A322FE90132B1750B95B53637738E1F3C (Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201 *, const RuntimeMethod*))Enumerator_Dispose_m57CD62D56A72EE39AB936C3BF97A0A0850405C6A_gshared)(__this, method);
}
// System.Void FairyGUI.GearXYValue::.ctor(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearXYValue__ctor_mF40B2659A643192A53CAB75FF4AE4A348A0AD66E (GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * __this, float ___x0, float ___y1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearXYValue>::.ctor()
inline void Dictionary_2__ctor_mEBDE176285A434529B43A7F7C3D0552E8D17A471 (Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearXYValue>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_mB2763F18FC6FB36C679F0480CBF242B0C89F0922 (Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * __this, String_t* ___key0, GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 *, String_t*, GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearXYValue>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m9E5BFCC25C49AC344A08E51017656B76F17E696C (Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * __this, String_t* ___key0, GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 *, String_t*, GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.Void FairyGUI.GObject::SetXY(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObject_SetXY_mE2ED649A53C135D8AFCFF82139CF83E1647D8D01 (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, float ___xv0, float ___yv1, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,FairyGUI.GearXYValue>::get_Values()
inline ValueCollection_tC0B8F169B5AD63E0627124C0254F36F6B1D4F1AA * Dictionary_2_get_Values_mA1C38F344B25092A67491218175E975C47A9AEB8 (Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * __this, const RuntimeMethod* method)
{
return (( ValueCollection_tC0B8F169B5AD63E0627124C0254F36F6B1D4F1AA * (*) (Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 *, const RuntimeMethod*))Dictionary_2_get_Values_m58CC32586C31C6F38B730DE7CD79A1FFE9109BA4_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,FairyGUI.GearXYValue>::GetEnumerator()
inline Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82 ValueCollection_GetEnumerator_m9B068B155F27E55CAEF5F07F960496F4982CE164 (ValueCollection_tC0B8F169B5AD63E0627124C0254F36F6B1D4F1AA * __this, const RuntimeMethod* method)
{
return (( Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82 (*) (ValueCollection_tC0B8F169B5AD63E0627124C0254F36F6B1D4F1AA *, const RuntimeMethod*))ValueCollection_GetEnumerator_m6AA58C894265BF1E8514350C4B51CB7811D24674_gshared)(__this, method);
}
// !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearXYValue>::get_Current()
inline GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * Enumerator_get_Current_mDC6718BC04886B6014DFCFFD4840029CB2450DBC_inline (Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82 * __this, const RuntimeMethod* method)
{
return (( GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * (*) (Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82 *, const RuntimeMethod*))Enumerator_get_Current_mD03896747AF8CA1B6C76644EE232EC798524B608_gshared_inline)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearXYValue>::MoveNext()
inline bool Enumerator_MoveNext_m5A7583102E65A0B7291805448BE362759992C044 (Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82 *, const RuntimeMethod*))Enumerator_MoveNext_m5491D982826D5BB996EFC8A15C677A60DE50F3AE_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.String,FairyGUI.GearXYValue>::Dispose()
inline void Enumerator_Dispose_m4BB3AF679EB2E118937CA304650FA8211188047C (Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82 *, const RuntimeMethod*))Enumerator_Dispose_m57CD62D56A72EE39AB936C3BF97A0A0850405C6A_gshared)(__this, method);
}
// System.Void FairyGUI.DisplayObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject__ctor_m8A93C9E5759F7CC138A8FE227A4ACDC8E7CC70F7 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.Material>::.ctor()
inline void List_1__ctor_m1FC34BF51AC49519DBBF114DC9BE629FA16CA1BD (List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Renderer>::.ctor()
inline void List_1__ctor_mC1494E230E578FEAFEFA18D0F860EBEE88D60BB8 (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<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);
}
// System.Void FairyGUI.DisplayObject::CreateGameObject(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_CreateGameObject_m7959DAD321F68960C96F0A6D0961CE901444D666 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, String_t* ___gameObjectName0, const RuntimeMethod* method);
// System.Void FairyGUI.GoWrapper::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoWrapper__ctor_mE3279DB7A79B47F37EA73EBD51C211D9C9E21D9D (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GoWrapper::SetWrapTarget(UnityEngine.GameObject,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoWrapper_SetWrapTarget_m4055EFFB0E62DA6472B5E9C8BF57B8000E931B41 (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, bool ___cloneMaterial1, const RuntimeMethod* method);
// System.Void FairyGUI.GoWrapper::RecoverMaterials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoWrapper_RecoverMaterials_mC0F3FD8B89F0EC195C16708672021275659A2F8C (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
// 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 System.Collections.Generic.List`1<UnityEngine.Renderer>::Clear()
inline void List_1_Clear_m21E21D9D85013BCCFAFD2FE59617F190A0E30AE8 (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// 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.Void System.Collections.Generic.List`1<UnityEngine.Material>::Clear()
inline void List_1_Clear_mF446C2770CD1E1336DB3815DBFF34BFD49C33DB1 (List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.Canvas>()
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * GameObject_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m5EA55BE80E8E0FB0551D6C16C2BC57A726758C9A (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void UnityEngine.Canvas::set_renderMode(UnityEngine.RenderMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_set_renderMode_m0AF240B53EB3B619DABA121213A162230EB84203 (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Canvas::set_worldCamera(UnityEngine.Camera)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_set_worldCamera_m020A4A35425707F2403E6EBA6AD73F448557F776 (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * __this, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Canvas::set_overrideSorting(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_set_overrideSorting_m446842097ED576AB8706B9980E85AECC24C13015 (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * __this, bool ___value0, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<UnityEngine.RectTransform>()
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * Component_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_mEF939F54B6B56187EC11E16F51DCB12EB62C2103 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared)(__this, method);
}
// System.Void UnityEngine.RectTransform::set_pivot(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_pivot_mB791A383B3C870B9CBD7BC51B2C95711C88E9DCF (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, 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_position(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method);
// UnityEngine.Rect UnityEngine.RectTransform::get_rect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE RectTransform_get_rect_mE5F283FCB99A66403AC1F0607CA49C156D73A15E (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void FairyGUI.GoWrapper::CacheRenderers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoWrapper_CacheRenderers_m3709CB1D18F1C7B74E1CBB18C4AAF2FA0BFE5231 (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, const RuntimeMethod* method);
// !!0[] UnityEngine.GameObject::GetComponentsInChildren<UnityEngine.Transform>(System.Boolean)
inline TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804* GameObject_GetComponentsInChildren_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_m37238924630C751A1D92999CD6E86D3C6C26BC57 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, bool ___includeInactive0, const RuntimeMethod* method)
{
return (( TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804* (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, bool, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_mD84415C6B32CB15A7EFAB8ECFB745D5325990AF4_gshared)(__this, ___includeInactive0, 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.GameObject::set_layer(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.GameObject::GetComponentsInChildren<UnityEngine.Renderer>(System.Boolean,System.Collections.Generic.List`1<!!0>)
inline void GameObject_GetComponentsInChildren_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_mFA0492B04D02E813BD39A2BA519D10CC27ADA265 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, bool ___includeInactive0, List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * ___results1, const RuntimeMethod* method)
{
(( void (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, bool, List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 *, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_mF109FDE94CE37DFF371D5DEF0261D50318C16B83_gshared)(__this, ___includeInactive0, ___results1, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Renderer>::get_Count()
inline int32_t List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_inline (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<UnityEngine.Renderer>::get_Item(System.Int32)
inline Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_inline (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * (*) (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.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.Material[] UnityEngine.Renderer::get_sharedMaterials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* Renderer_get_sharedMaterials_mC2516E425885EE7E7B70AC7261183B242883FDF0 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Material>::IndexOf(!0)
inline int32_t List_1_IndexOf_m00633B2CAE5DA65FA0381C00CAB1B157C133702E (List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___item0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B *, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *, const RuntimeMethod*))List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Material>::Add(!0)
inline void List_1_Add_m60AD41AED7A8A49791A392456F1D0D3F8D01DC90 (List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B *, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void UnityEngine.Material::.ctor(UnityEngine.Material)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_m0171C6D4D3FD04D58C70808F255DBA67D0ED2BDE (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___source0, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.Material>::get_Item(System.Int32)
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * List_1_get_Item_mBE05C6AF79A19CF3CB5654436D7B50F42E6D8228_inline (List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * (*) (List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void UnityEngine.Material::set_renderQueue(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_set_renderQueue_m02A0C73EC4B9C9D2C2ABFFD777EBDA45C1E1BD4D (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Renderer::set_sharedMaterials(UnityEngine.Material[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_sharedMaterials_mC9C16BE3F6570586A26F9E91DEC403AF1AB69F51 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* ___value0, const RuntimeMethod* method);
// System.Void System.Comparison`1<UnityEngine.Renderer>::.ctor(System.Object,System.IntPtr)
inline void Comparison_1__ctor_m6642A7DA149D5FC5C282C6823ADBF52D4DF74657 (Comparison_1_tD48E1BF69F6EDD73F9231524DCA211E2E1E4A776 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Comparison_1_tD48E1BF69F6EDD73F9231524DCA211E2E1E4A776 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m3445CDEBFFF4A3A9EAED69CBCC2D247630CA5BD4_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Renderer>::Sort(System.Comparison`1<!0>)
inline void List_1_Sort_mECB22631FD85C721DEA964D6738439D1FB60B62E (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * __this, Comparison_1_tD48E1BF69F6EDD73F9231524DCA211E2E1E4A776 * ___comparison0, const RuntimeMethod* method)
{
(( void (*) (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 *, Comparison_1_tD48E1BF69F6EDD73F9231524DCA211E2E1E4A776 *, const RuntimeMethod*))List_1_Sort_mA3939603201EC0E13489EDA5975A07790CEDB483_gshared)(__this, ___comparison0, method);
}
// System.Void System.Collections.Generic.List`1<System.Int32>::set_Capacity(System.Int32)
inline void List_1_set_Capacity_mD604412C66F05B164F0AE39B0F1A3DB526CA8821 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, int32_t, const RuntimeMethod*))List_1_set_Capacity_mD604412C66F05B164F0AE39B0F1A3DB526CA8821_gshared)(__this, ___value0, method);
}
// System.Int32 UnityEngine.Renderer::get_sortingOrder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Renderer_get_sortingOrder_m33DD50ED293AA672FDAD862B4A4865666B5FEBAF (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __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.Int32 System.Collections.Generic.List`1<UnityEngine.Material>::get_Count()
inline int32_t List_1_get_Count_mF45604C9A5D5E4A423C46DBDE65E528B10B70E13_inline (List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* method);
// System.Int32 FairyGUI.DisplayObject::get_renderingOrder()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t DisplayObject_get_renderingOrder_mF1576EDF512216BB24AF34ED8152DD5267F20137_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_renderingOrder(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_renderingOrder_mAD5B7007FBD636B1E4011B281CAC357F8B9E6CA5 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Canvas::set_sortingOrder(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_set_sortingOrder_m4387540EBDF2716DFAE26F27074DBF15F32382E7 (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * __this, int32_t ___value0, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Int32>::get_Item(System.Int32)
inline int32_t List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, int32_t, const RuntimeMethod*))List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_gshared_inline)(__this, ___index0, method);
}
// System.Void UnityEngine.Renderer::set_sortingOrder(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_sortingOrder_mBCE1207CDB46CB6BA4583B9C3FB4A2D28DC27D81 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Int32 FairyGUI.DisplayObject::get_layer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DisplayObject_get_layer_m68F8FD24A67161727D72DAAEC76E13A2665235C9 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_layer(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_layer_mB704EC58EF7F3CC6034AE486647CC20DE93B19CB (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___exists0, const RuntimeMethod* method);
// System.Void UnityEngine.Material::SetFloat(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47 (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * __this, int32_t ___nameID0, float ___value1, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::Update(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_Update_m05756CF6A38AE531702D2ED732D15053849EC4BB (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method);
// System.Void UnityEngine.Object::Destroy(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_Dispose_m4623756E849DEB7F6FED6C37DCD618A88AAE059D (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mC9ADD0ECA06FC5FF01F92CD109D1D64F050F4486 (Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * __this, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___key0, Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 * ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 *, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 *, const RuntimeMethod*))Dictionary_2_TryGetValue_m11CACED911D5A1BB9836B026888808A2458B4B5B_gshared)(__this, ___key0, ___value1, 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.Ray UnityEngine.Camera::ScreenPointToRay(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 Camera_ScreenPointToRay_m27638E78502DB6D6D7113F81AF7C210773B828F3 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Physics::Raycast(UnityEngine.Ray,UnityEngine.RaycastHit&,System.Single,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Physics_Raycast_m9F5CAD8DA7923E897C5DCAF913BD411AD1A87950 (Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ___ray0, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * ___hitInfo1, float ___maxDistance2, int32_t ___layerMask3, const RuntimeMethod* method);
// System.Void System.Nullable`1<UnityEngine.RaycastHit>::.ctor(!0)
inline void Nullable_1__ctor_mE2E549AB4C7959231E8DE97682183D27DA2E36AF (Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 * __this, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 *, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 , const RuntimeMethod*))Nullable_1__ctor_mE2E549AB4C7959231E8DE97682183D27DA2E36AF_gshared)(__this, ___value0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_mB090FAD1467E19E950192C3374A73AEC5FB004F6 (Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * __this, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___key0, Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 *, Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *, Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 , const RuntimeMethod*))Dictionary_2_set_Item_m57D6E8A09975CDC5D02E907FADEA9155943E43FC_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean System.Nullable`1<UnityEngine.RaycastHit>::get_HasValue()
inline bool Nullable_1_get_HasValue_m6048C6BC1D41A8C0B929063A89F534CBD88A40EE_inline (Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 *, const RuntimeMethod*))Nullable_1_get_HasValue_m6048C6BC1D41A8C0B929063A89F534CBD88A40EE_gshared_inline)(__this, method);
}
// !0 System.Nullable`1<UnityEngine.RaycastHit>::get_Value()
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 Nullable_1_get_Value_m5A77DCDC8F2AB95782B371C30B7BE64626ECC3AE (Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 * __this, const RuntimeMethod* method)
{
return (( RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 (*) (Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 *, const RuntimeMethod*))Nullable_1_get_Value_m5A77DCDC8F2AB95782B371C30B7BE64626ECC3AE_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>::Clear()
inline void Dictionary_2_Clear_m79F0E305B54693CA316A5AF9192E8D326442D52B (Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 *, const RuntimeMethod*))Dictionary_2_Clear_m6E11801C9B4D880717F2B1EFA09EA7981EB7A9BA_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Camera,System.Nullable`1<UnityEngine.RaycastHit>>::.ctor()
inline void Dictionary_2__ctor_m12B32E730298EF0D4925C34E41D55F4C83E16942 (Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 *, const RuntimeMethod*))Dictionary_2__ctor_mC506134D0E9EAF5E238A85C6BFD7E6F4AFED03DE_gshared)(__this, method);
}
// System.Void FairyGUI.Image::.ctor(FairyGUI.NTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image__ctor_mCADA8582706D48F95BDB840E7826EFB8165E0154 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture0, 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);
// System.Void FairyGUI.NGraphics::set_shader(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_shader_m5EA8CC88A274B5B308B9364AC6193CEABC3E62FF (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::set_meshFactory(FairyGUI.IMeshFactory)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_meshFactory_m139B4CBE84CEA96EB0A2FA53BFB48403B834BF5F (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, RuntimeObject* ___value0, 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);
// 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.Void FairyGUI.FillMesh::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FillMesh__ctor_m716625BCFC1E791491D86A8393026371E7D60CED (FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * __this, 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.Boolean System.Nullable`1<UnityEngine.Rect>::get_HasValue()
inline bool Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *, const RuntimeMethod*))Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_gshared_inline)(__this, method);
}
// !0 System.Nullable`1<UnityEngine.Rect>::GetValueOrDefault()
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_inline (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method)
{
return (( Rect_t35B976DE901B5423C11705E156938EA27AB402CE (*) (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_gshared_inline)(__this, method);
}
// System.Boolean UnityEngine.Rect::op_Inequality(UnityEngine.Rect,UnityEngine.Rect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rect_op_Inequality_mAF9DC03779A7C3E1B430D7FFA797F2C4CEAD1FC7 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___lhs0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rhs1, const RuntimeMethod* method);
// System.Int32 FairyGUI.NTexture::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NTexture_get_width_m4792DA39FBA764B89C6701C227FA1C3727C2471F (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.NTexture::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NTexture_get_height_mB6C76DA4C0F2C64D60B198215C64605E0486A22E (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// System.Void FairyGUI.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.Image::SetNativeSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_SetNativeSize_mC4980DB6BAD8EB782B03637D7501E3B1FC33BAE8 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __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);
// System.Void FairyGUI.FillMesh::OnPopulateMesh(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FillMesh_OnPopulateMesh_m0F0CFB7D9FE58B7C714980034DA695C0C84533C6 (FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method);
// FairyGUI.NTexture FairyGUI.Image::get_texture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * Image_get_texture_m3E392543B6EFF7C9E25349F632AED5941AB25408 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, const RuntimeMethod* method);
// FairyGUI.NTexture FairyGUI.NTexture::get_root()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NTexture_get_root_mF354B37A746484EE7BDC5F84A664002EB0DBC09A_inline (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// UnityEngine.Texture FairyGUI.NTexture::get_nativeTexture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * NTexture_get_nativeTexture_m022E7332CA1C910A1128926D6FF9E6B911E475C0 (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method);
// UnityEngine.TextureWrapMode UnityEngine.Texture::get_wrapMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture_get_wrapMode_mC21054C7BC6E958937B7459DAF1D17654284B07A (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_width(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_height(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::AddQuad(UnityEngine.Rect,UnityEngine.Color32,UnityEngine.Rect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddQuad_mB7FAA61C0D1D5110848CA246B23F4045A5ABA280 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___vertRect0, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color1, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uvRect2, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::AddTriangles(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, int32_t ___startVertexIndex0, const RuntimeMethod* method);
// System.Void FairyGUI.Image::TileFill(FairyGUI.VertexBuffer,UnityEngine.Rect,UnityEngine.Rect,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_TileFill_m941FCC98B49F4918EAFC3B584766341ABAD8605A (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___contentRect1, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uvRect2, float ___sourceW3, float ___sourceH4, const RuntimeMethod* method);
// System.Void FairyGUI.Image::SliceFill(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_SliceFill_m930EFC868BAF9D241A86C5F62CF637963C26805A (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::OnPopulateMesh(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_OnPopulateMesh_m1A8E79872724AE0BA40489E4E802D8EBBC07190E (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method);
// !0 System.Nullable`1<UnityEngine.Rect>::get_Value()
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method)
{
return (( Rect_t35B976DE901B5423C11705E156938EA27AB402CE (*) (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *, const RuntimeMethod*))Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_gshared)(__this, method);
}
// FairyGUI.FlipType FairyGUI.NGraphics::get_flip()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NGraphics_get_flip_m6D1AA99CCAB22C94326F410E348E562ACEB54231_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_xMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_x(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_x()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_xMax(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_xMax_m1775041FCD5CA22C77D75CC780D158CD2B31CEAF (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, 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 UnityEngine.Rect::set_y(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_y()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_yMax(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_yMax_m4F1C5632CD4836853A22E979C810C279FBB20B95 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::AddVert(UnityEngine.Vector3,UnityEngine.Color32,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddVert_m89E4E812C81C8D67AD9406CD55A6CE907FB822ED (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___color1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___uv2, const RuntimeMethod* method);
// System.Void FairyGUI.VertexBuffer::AddTriangles(System.Int32[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexBuffer_AddTriangles_m0EE6933112A9A3F76F73E23EE712CC6110507D66 (VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___idxList0, int32_t ___startVertexIndex1, const RuntimeMethod* method);
// UnityEngine.Rect UnityEngine.Rect::MinMaxRect(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F (float ___xmin0, float ___ymin1, float ___xmax2, float ___ymax3, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364 (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::set_yMin(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_yMin_m58C137C81F3D098CF81498964E1B5987882883A7 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
// System.Void FairyGUI.InputEvent::set_touchId(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_touchId_m303BBC55E449B30C3100801E430D321AF8F3D289_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputEvent::set_x(System.Single)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_x_mE8D9CF0DBB078E83DD57EC994A35EC743D333D62_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputEvent::set_y(System.Single)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_y_mFE4CA412C638263C1D07876B60E76DF6534EB670_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, float ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputEvent::set_keyCode(UnityEngine.KeyCode)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_keyCode_m76C791768842E48D20F6AFC2D9D13D0551FB44EC_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputEvent::set_character(System.Char)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_character_m6780962BCEC2996854C868305F87AC97888C3AED_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputEvent::set_modifiers(UnityEngine.EventModifiers)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_modifiers_m306ECBEF1E96A96CA68B5A1D4BDB5EF027F57EC3_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputEvent::set_mouseWheelDelta(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_mouseWheelDelta_m103C2F936D03F60E3E9B99C72852A7114E7540DB_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method);
// UnityEngine.RuntimePlatform UnityEngine.Application::get_platform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672 (const RuntimeMethod* method);
// UnityEngine.EventModifiers FairyGUI.InputEvent::get_modifiers()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputEvent_get_modifiers_m52206161ABB497C227D519472713F8C62F134483_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __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.Void FairyGUI.RectHitTest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectHitTest__ctor_m571B9FB07D52AAEC96D7AF830C9BEFC310B80D20 (RectHitTest_t6D0D255B09956A73884478F6E18696E405420860 * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.InputTextField::get_onFocusIn()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * InputTextField_get_onFocusIn_mE1DC38AF61D7A542E0F3EB0B4F8AF0801D1CC7D9 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.InputTextField::get_onFocusOut()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * InputTextField_get_onFocusOut_m7186119877AB51C597F28CF531E82256D1EAA91E (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// FairyGUI.EventListener FairyGUI.DisplayObject::get_onKeyDown()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * DisplayObject_get_onKeyDown_m50FCFCE191191E73190BDF2A6D9ED908BE3FF816 (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);
// System.Void FairyGUI.InputTextField::ClearSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_ClearSelection_m46D850B3A9F142F8D9FFD103DEC4FBF4C298D405 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::UpdateText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_UpdateText_m08636A2ED9CB4C4713B0DEDBEF4B1DB4F865FC98 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// FairyGUI.TextFormat FairyGUI.RichTextField::get_textFormat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * RichTextField_get_textFormat_m87BEE58C992C7CBCD27746445D5C8065A47E90F6 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.RichTextField::set_textFormat(FairyGUI.TextFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_set_textFormat_m1053C60B32028E00E7D99156C4EDC16E4F0DF503 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___value0, 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);
// UnityEngine.Color UnityEngine.Color::get_clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_clear_m419239BDAEB3D3C4B4291BF2C6EF09A7D7D81360 (const RuntimeMethod* method);
// 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);
// System.Void System.Text.RegularExpressions.Regex::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m2769A5BA7B7A835514F6C0E4D30FAD467C6B1B0C (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___pattern0, 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.Collections.Generic.List`1<FairyGUI.TextField/CharPosition> FairyGUI.TextField::get_charPositions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1 (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::get_Count()
inline int32_t List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 *, const RuntimeMethod*))List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_gshared_inline)(__this, method);
}
// System.Void FairyGUI.InputTextField::UpdateCaret(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_UpdateCaret_m99C7DA5FD071D30F08FBA5366D404706B1E56944 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, bool ___forceUpdate0, const RuntimeMethod* method);
// System.Void System.Exception::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method);
// FairyGUI.IKeyboard FairyGUI.Stage::get_keyboard()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* Stage_get_keyboard_m3C66B24975FA0C703F6ACE90A559668F61D750E1_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::GetPartialText(System.Int32,System.Int32,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_GetPartialText_m2ADD86F944CAEB0DBD8AF7300796F2D57D5B9A67 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, int32_t ___startIndex0, int32_t ___endIndex1, StringBuilder_t * ___buffer2, const RuntimeMethod* method);
// System.String FairyGUI.InputTextField::ValidateInput(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputTextField_ValidateInput_m880D61F447622A60EB7196EF0B94A516E1D6F48B (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___source0, const RuntimeMethod* method);
// System.Int32 FairyGUI.InputTextField::GetTextlength(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputTextField_GetTextlength_mD3826FFFAA8FBDD773129D6D4B78D07A48D4AFB4 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String FairyGUI.InputTextField::TruncateText(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputTextField_TruncateText_m0A46C471769D35970AEA0DC2CFD8C93D80255509 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___value0, int32_t ___length1, 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.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);
// 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);
}
// System.String FairyGUI.TextField::get_parsedText()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TextField_get_parsedText_m3B6F2FDADF5AB6767E508A49798322C480F9C490_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method);
// !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.Boolean System.Char::IsHighSurrogate(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * Regex_Match_mC2C718B93803F6633A708E430F8698E70354B77C (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___input0, const RuntimeMethod* method);
// System.Int32 System.Text.RegularExpressions.Capture::get_Index()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Capture_get_Index_m46BE6FFC6E8474F55B0504269903F287C45C4B31_inline (Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::NextMatch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * Match_NextMatch_mA9BB438B4D7DE12D45A73720C063CFFF15FE596D (Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * __this, const RuntimeMethod* method);
// System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::get_Empty()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528F_inline (const RuntimeMethod* method);
// System.String FairyGUI.InputTextField::EncodePasswordText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputTextField_EncodePasswordText_m3422DA1AF1CFF7F931A1D8858D87F4EC64E5E8AC (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String UnityEngine.Input::get_compositionString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Input_get_compositionString_mA2BEBDED6F15265EDDB37D9E7160FE7580D7617C (const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Void FairyGUI.SelectionShape::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SelectionShape_Clear_mFB6308DD032EC054D228AB847388F64B8BED5235 (SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * __this, const RuntimeMethod* method);
// FairyGUI.TextField/CharPosition FairyGUI.InputTextField::GetCharPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, int32_t ___caretIndex0, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.InputTextField::GetCharLocation(FairyGUI.TextField/CharPosition)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D InputTextField_GetCharLocation_mB0E5D39B2AF1A2CD655AF576A3830C581090D6D9 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___cp0, const RuntimeMethod* method);
// 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);
// !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);
}
// System.Single FairyGUI.DisplayObject::get_y()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Int32 System.Math::Min(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___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);
// UnityEngine.Vector2 FairyGUI.InputTextField::MoveContent(UnityEngine.Vector2,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D InputTextField_MoveContent_mB1E28D5BCE7A3F95A3EC8D4B09C88FFFEC859317 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___delta0, bool ___forceUpdate1, 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.Void FairyGUI.DisplayObject::SetPosition(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_SetPosition_mF8E3AA80B6677CF5917824BD11F333C3F46DDBEC (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, float ___xv0, float ___yv1, float ___zv2, const RuntimeMethod* method);
// UnityEngine.Vector2 FairyGUI.DisplayObject::LocalToGlobal(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_LocalToGlobal_mAE32922AE7785ABA26E0DEC586F46A2E8D1180A6 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point0, const RuntimeMethod* method);
// System.Void UnityEngine.Input::set_compositionCursorPos(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Input_set_compositionCursorPos_m39EB58D705F1E2D30D45480AF918CA098189F326 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Single UnityEngine.Time::get_time()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m7863349C8845BBA36629A2B3F8EF1C3BEA350FD8 (const RuntimeMethod* method);
// System.Void FairyGUI.NGraphics::set_enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NGraphics_set_enabled_m9362A39E72A2A013C04EDC32325925B676FEF865 (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, bool ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::UpdateSelection(FairyGUI.TextField/CharPosition)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_UpdateSelection_m3DA81AD680D689DC8CD651AD76BC10179E84B1A7 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___cp0, 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.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);
// 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.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);
// System.Void FairyGUI.SelectionShape::Refresh()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SelectionShape_Refresh_mB7D9E6C378DFB5890971FB0F5F516CB05C764FB4 (SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * __this, 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.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);
// !0 System.Collections.Generic.List`1<FairyGUI.TextField/CharPosition>::get_Item(System.Int32)
inline CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_inline (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 (*) (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 *, int32_t, const RuntimeMethod*))List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_gshared_inline)(__this, ___index0, method);
}
// System.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.RichTextField::RefreshObjects()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_RefreshObjects_m7E2E1A4953D417FD40DC89AD6BC36F5EF2EBE0B8 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method);
// System.Int32 FairyGUI.Container::get_numChildren()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73 (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.Container::SetChildIndex(FairyGUI.DisplayObject,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container_SetChildIndex_mDD683082FF30FB221BE29B36D14C33FCF26D56CA (Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___child0, int32_t ___index1, const RuntimeMethod* method);
// System.Void FairyGUI.RichTextField::OnSizeChanged(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_OnSizeChanged_m0A299ACAEEDB03BA8E114209C3F7CCCA0BC18F4D (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, bool ___widthChanged0, bool ___heightChanged1, 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);
// System.Void FairyGUI.RichTextField::Update(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_Update_mA5528764BDBF9F56D92AE64CFADE73E1E330E654 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method);
// System.Boolean FairyGUI.NGraphics::get_enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NGraphics_get_enabled_mC9685566F9E86AFD7DDFA655087497BE86E670CA (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::RemoveFromParent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_RemoveFromParent_mA6523A61C7B61B89A9C081DCBE10B5D06F0BC1C3 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method);
// System.Void FairyGUI.RichTextField::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RichTextField_Dispose_m77759626A9488B4C70875F55169BCF9A377E1CC8 (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField/CopyHandler::Invoke(FairyGUI.InputTextField,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CopyHandler_Invoke_m2829A99F32A90BA778DB5E42E50C2646B283B964 (CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 * __this, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * ___textField0, String_t* ___text1, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField/PasteHandler::Invoke(FairyGUI.InputTextField)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PasteHandler_Invoke_mC48232A9BEF596C70C943BBFBC717E5A28D37404 (PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 * __this, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * ___textField0, const RuntimeMethod* method);
// System.Void FairyGUI.Shape::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shape__ctor_mC1057F9F148C74E7C3085899283E10B9C38126F6 (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.DisplayObject::set_home(UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayObject_set_home_mDB96076FDC5BB4EAC9CFBAB13E600FCA5970FE69 (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.SelectionShape::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SelectionShape__ctor_m7BF2A72A7A27D1E24392038853C2FD193E0AB9A1 (SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * __this, const RuntimeMethod* method);
// 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);
// 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);
// UnityEngine.Vector2 FairyGUI.DisplayObject::GlobalToLocal(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D DisplayObject_GlobalToLocal_m53BFABE7519A23621B6E1FBF79BE68DA83F2BB7B (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point0, const RuntimeMethod* method);
// FairyGUI.TextField/CharPosition FairyGUI.InputTextField::GetCharPosition(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 InputTextField_GetCharPosition_m74559684A6FA246C8AEA5C4B193FEE21DDFE17F1 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___location0, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::AdjustCaret(FairyGUI.TextField/CharPosition,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_AdjustCaret_m19FC89375083F3F5C332A5FFB5CBAB51B9BFAB32 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___cp0, bool ___moveSelectionHeader1, const RuntimeMethod* method);
// System.Boolean UnityEngine.Application::get_isPlaying()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5 (const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::CreateCaret()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_CreateCaret_m46A6604AF00955CAB8CA6CFFA48061468C9E19F9 (const RuntimeMethod* method);
// System.Single FairyGUI.GRoot::get_contentScaleFactor()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GRoot_get_contentScaleFactor_m148CD958922A560C77F2AC4AA1A593BD3AC71DBA_inline (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);
// 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);
// System.Void UnityEngine.Input::set_imeCompositionMode(UnityEngine.IMECompositionMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Input_set_imeCompositionMode_m28AAFBFFD38640C3E0F15809C5D0C165B1EEA9A6 (int32_t ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.Stage::CloseKeyboard()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stage_CloseKeyboard_m942AC818912316F1AC592FA899CC387A5D1AF098 (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.EventContext::get_isDefaultPrevented()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EventContext_get_isDefaultPrevented_m2DB98AA51820D24EB9A31B25C13966D9D4CD8486_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// UnityEngine.KeyCode FairyGUI.InputEvent::get_keyCode()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputEvent_get_keyCode_mD0BDFCE2D427F0FFCCEE5CA41270489178AB24FB_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method);
// System.Void FairyGUI.EventContext::PreventDefault()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6 (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.InputEvent::get_shift()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method);
// System.Boolean FairyGUI.InputEvent::get_ctrl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEvent_get_ctrl_m57D224FFABF7B15B1C846B00E4FEA2C19D167791 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method);
// System.String FairyGUI.InputTextField::GetSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputTextField_GetSelection_mFA45722169789250D4AC7F37F6A8C11A6258818E (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::DoCopy(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_DoCopy_m44A70BF4D9DACE998B2D210DCD1CE490FEDEC71B (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void FairyGUI.InputTextField::DoPaste()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_DoPaste_m60CAF21B5C1410E6D223494A2F27551A9BCA61C6 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method);
// System.Char FairyGUI.InputEvent::get_character()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Il2CppChar InputEvent_get_character_m70E708EA4DCDF5DFC110812495B1AF30FF681776_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method);
// System.Boolean System.Char::IsLowSurrogate(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C (Il2CppChar ___c0, const RuntimeMethod* method);
// System.String System.Char::ConvertFromUtf32(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ConvertFromUtf32_m343A4B419311CC32C466FDEF509E3F44586C193E (int32_t ___utf320, const RuntimeMethod* method);
// System.String System.Char::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8 (Il2CppChar* __this, const RuntimeMethod* method);
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.GObjectPool::.ctor(UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObjectPool__ctor_m6D1938DD4345B227557290FBB8091268A3072097 (GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___manager0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GObjectPool__ctor_m6D1938DD4345B227557290FBB8091268A3072097_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public GObjectPool(Transform manager)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _manager = manager;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = ___manager0;
__this->set__manager_2(L_0);
// _pool = new Dictionary<string, Queue<GObject>>();
Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * L_1 = (Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 *)il2cpp_codegen_object_new(Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666_il2cpp_TypeInfo_var);
Dictionary_2__ctor_mCA87BA35EF66970D2832329E88CFA2624CAFD3A3(L_1, /*hidden argument*/Dictionary_2__ctor_mCA87BA35EF66970D2832329E88CFA2624CAFD3A3_RuntimeMethod_var);
__this->set__pool_1(L_1);
// }
return;
}
}
// System.Void FairyGUI.GObjectPool::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObjectPool_Clear_m2464387D95A099AFA52D8103A4EA3ACBED4E692C (GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GObjectPool_Clear_m2464387D95A099AFA52D8103A4EA3ACBED4E692C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22 V_0;
memset((&V_0), 0, sizeof(V_0));
KeyValuePair_2_tCDCBEE0A5D57CAF5E572FAAE64B7CC8E0CA0E896 V_1;
memset((&V_1), 0, sizeof(V_1));
Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52 V_2;
memset((&V_2), 0, sizeof(V_2));
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// foreach (KeyValuePair<string, Queue<GObject>> kv in _pool)
Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * L_0 = __this->get__pool_1();
NullCheck(L_0);
Enumerator_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22 L_1 = Dictionary_2_GetEnumerator_mD8F254E2E5F1EB8E9D30ECB16014E850A2BFAA52(L_0, /*hidden argument*/Dictionary_2_GetEnumerator_mD8F254E2E5F1EB8E9D30ECB16014E850A2BFAA52_RuntimeMethod_var);
V_0 = L_1;
}
IL_000c:
try
{ // begin try (depth: 1)
{
goto IL_004a;
}
IL_000e:
{
// foreach (KeyValuePair<string, Queue<GObject>> kv in _pool)
KeyValuePair_2_tCDCBEE0A5D57CAF5E572FAAE64B7CC8E0CA0E896 L_2 = Enumerator_get_Current_mC145050E11191E4AAEC245F514C5FCDCDF93FE7B_inline((Enumerator_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mC145050E11191E4AAEC245F514C5FCDCDF93FE7B_RuntimeMethod_var);
V_1 = L_2;
// Queue<GObject> list = kv.Value;
Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * L_3 = KeyValuePair_2_get_Value_mE62A0F98903F007C612CA36D62F59B629DD5A7B9_inline((KeyValuePair_2_tCDCBEE0A5D57CAF5E572FAAE64B7CC8E0CA0E896 *)(&V_1), /*hidden argument*/KeyValuePair_2_get_Value_mE62A0F98903F007C612CA36D62F59B629DD5A7B9_RuntimeMethod_var);
// foreach (GObject obj in list)
NullCheck(L_3);
Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52 L_4 = Queue_1_GetEnumerator_mE8C4DC5A72BB8F38F9B29F34125B85D218AC414E(L_3, /*hidden argument*/Queue_1_GetEnumerator_mE8C4DC5A72BB8F38F9B29F34125B85D218AC414E_RuntimeMethod_var);
V_2 = L_4;
}
IL_0023:
try
{ // begin try (depth: 2)
{
goto IL_0031;
}
IL_0025:
{
// foreach (GObject obj in list)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = Enumerator_get_Current_m910E01F75C177A575FAFC03393F0BE7A921631CF((Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52 *)(&V_2), /*hidden argument*/Enumerator_get_Current_m910E01F75C177A575FAFC03393F0BE7A921631CF_RuntimeMethod_var);
// obj.Dispose();
NullCheck(L_5);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_5);
}
IL_0031:
{
// foreach (GObject obj in list)
bool L_6 = Enumerator_MoveNext_mBF0EE42AF5A4142B1E164CE224DEA2A5F4C8506E((Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52 *)(&V_2), /*hidden argument*/Enumerator_MoveNext_mBF0EE42AF5A4142B1E164CE224DEA2A5F4C8506E_RuntimeMethod_var);
if (L_6)
{
goto IL_0025;
}
}
IL_003a:
{
IL2CPP_LEAVE(0x4A, FINALLY_003c);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_003c;
}
FINALLY_003c:
{ // begin finally (depth: 2)
Enumerator_Dispose_mAF8964E03647827D8C3F9E0FB00750CADFE46E2E((Enumerator_t52865286FD0953F12413E3A59BA3A50EF09E7E52 *)(&V_2), /*hidden argument*/Enumerator_Dispose_mAF8964E03647827D8C3F9E0FB00750CADFE46E2E_RuntimeMethod_var);
IL2CPP_END_FINALLY(60)
} // end finally (depth: 2)
IL2CPP_CLEANUP(60)
{
IL2CPP_JUMP_TBL(0x4A, IL_004a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_004a:
{
// foreach (KeyValuePair<string, Queue<GObject>> kv in _pool)
bool L_7 = Enumerator_MoveNext_m74721E880D58D81C07FE7AEC2CC8DB1AC5CABE76((Enumerator_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m74721E880D58D81C07FE7AEC2CC8DB1AC5CABE76_RuntimeMethod_var);
if (L_7)
{
goto IL_000e;
}
}
IL_0053:
{
IL2CPP_LEAVE(0x63, FINALLY_0055);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0055;
}
FINALLY_0055:
{ // begin finally (depth: 1)
Enumerator_Dispose_m64AECE35EBB2B79BEF0C8B9AA294C9EB6DEA9EDF((Enumerator_tF8DFDFCF69E6F2BF0696F86D64417E37BB0F3B22 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m64AECE35EBB2B79BEF0C8B9AA294C9EB6DEA9EDF_RuntimeMethod_var);
IL2CPP_END_FINALLY(85)
} // end finally (depth: 1)
IL2CPP_CLEANUP(85)
{
IL2CPP_JUMP_TBL(0x63, IL_0063)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0063:
{
// _pool.Clear();
Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * L_8 = __this->get__pool_1();
NullCheck(L_8);
Dictionary_2_Clear_mAF5E8571EB0919C59C0C9DFE873AFC40723DC81F(L_8, /*hidden argument*/Dictionary_2_Clear_mAF5E8571EB0919C59C0C9DFE873AFC40723DC81F_RuntimeMethod_var);
// }
return;
}
}
// System.Int32 FairyGUI.GObjectPool::get_count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GObjectPool_get_count_m9917C41C0FCF02730F113037400DBB3619BACD16 (GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GObjectPool_get_count_m9917C41C0FCF02730F113037400DBB3619BACD16_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return _pool.Count; }
Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * L_0 = __this->get__pool_1();
NullCheck(L_0);
int32_t L_1 = Dictionary_2_get_Count_m1FFAC4773DA5CFFCDEC9F59AA3F44F04FC3E4DFD(L_0, /*hidden argument*/Dictionary_2_get_Count_m1FFAC4773DA5CFFCDEC9F59AA3F44F04FC3E4DFD_RuntimeMethod_var);
return L_1;
}
}
// FairyGUI.GObject FairyGUI.GObjectPool::GetObject(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GObjectPool_GetObject_m37636B547359122C9B4384C73746B201682AED09 (GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * __this, String_t* ___url0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GObjectPool_GetObject_m37636B547359122C9B4384C73746B201682AED09_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * V_0 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_1 = NULL;
{
// url = UIPackage.NormalizeURL(url);
String_t* L_0 = ___url0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
String_t* L_1 = UIPackage_NormalizeURL_m45855C062CBC11DE5646735352B184FBFE7F18CA(L_0, /*hidden argument*/NULL);
___url0 = L_1;
// if (url == null)
String_t* L_2 = ___url0;
if (L_2)
{
goto IL_000d;
}
}
{
// return null;
return (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL;
}
IL_000d:
{
// if (_pool.TryGetValue(url, out arr)
// && arr.Count > 0)
Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * L_3 = __this->get__pool_1();
String_t* L_4 = ___url0;
NullCheck(L_3);
bool L_5 = Dictionary_2_TryGetValue_m22E26DF50604CE548C9F1B207ED1AE5981372F44(L_3, L_4, (Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m22E26DF50604CE548C9F1B207ED1AE5981372F44_RuntimeMethod_var);
if (!L_5)
{
goto IL_002d;
}
}
{
Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * L_6 = V_0;
NullCheck(L_6);
int32_t L_7 = Queue_1_get_Count_m229BE9A28FA14B83FEA51FFA1D21F35043F22757_inline(L_6, /*hidden argument*/Queue_1_get_Count_m229BE9A28FA14B83FEA51FFA1D21F35043F22757_RuntimeMethod_var);
if ((((int32_t)L_7) <= ((int32_t)0)))
{
goto IL_002d;
}
}
{
// return arr.Dequeue();
Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * L_8 = V_0;
NullCheck(L_8);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = Queue_1_Dequeue_mFF2D3012420AB14472C3022717981612C24134A8(L_8, /*hidden argument*/Queue_1_Dequeue_mFF2D3012420AB14472C3022717981612C24134A8_RuntimeMethod_var);
return L_9;
}
IL_002d:
{
// GObject obj = UIPackage.CreateObjectFromURL(url);
String_t* L_10 = ___url0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20(L_10, /*hidden argument*/NULL);
V_1 = L_11;
// if (obj != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = V_1;
if (!L_12)
{
goto IL_004b;
}
}
{
// if (initCallback != null)
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * L_13 = __this->get_initCallback_0();
if (!L_13)
{
goto IL_004b;
}
}
{
// initCallback(obj);
InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * L_14 = __this->get_initCallback_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = V_1;
NullCheck(L_14);
InitCallbackDelegate_Invoke_m66F9CBCA413B6C4CE30DE65E2DA0096C961FCADB(L_14, L_15, /*hidden argument*/NULL);
}
IL_004b:
{
// return obj;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_16 = V_1;
return L_16;
}
}
// System.Void FairyGUI.GObjectPool::ReturnObject(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GObjectPool_ReturnObject_mA204088D910D2FD4E29000C476E8773D50E3BB53 (GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GObjectPool_ReturnObject_mA204088D910D2FD4E29000C476E8773D50E3BB53_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * V_1 = NULL;
{
// string url = obj.resourceURL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___obj0;
NullCheck(L_0);
String_t* L_1 = GObject_get_resourceURL_m5391ECA0D02D0B9F72EA73DA4A8ABD5F10206F38(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (!_pool.TryGetValue(url, out arr))
Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * L_2 = __this->get__pool_1();
String_t* L_3 = V_0;
NullCheck(L_2);
bool L_4 = Dictionary_2_TryGetValue_m22E26DF50604CE548C9F1B207ED1AE5981372F44(L_2, L_3, (Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m22E26DF50604CE548C9F1B207ED1AE5981372F44_RuntimeMethod_var);
if (L_4)
{
goto IL_002a;
}
}
{
// arr = new Queue<GObject>();
Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * L_5 = (Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B *)il2cpp_codegen_object_new(Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B_il2cpp_TypeInfo_var);
Queue_1__ctor_mB4DC6202D578FF8F60837985BD0CB0DD626CA97E(L_5, /*hidden argument*/Queue_1__ctor_mB4DC6202D578FF8F60837985BD0CB0DD626CA97E_RuntimeMethod_var);
V_1 = L_5;
// _pool.Add(url, arr);
Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666 * L_6 = __this->get__pool_1();
String_t* L_7 = V_0;
Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * L_8 = V_1;
NullCheck(L_6);
Dictionary_2_Add_m177EE6E3B4BFC91F5BE3925890B088773F600382(L_6, L_7, L_8, /*hidden argument*/Dictionary_2_Add_m177EE6E3B4BFC91F5BE3925890B088773F600382_RuntimeMethod_var);
}
IL_002a:
{
// ToolSet.SetParent(obj.displayObject.cachedTransform, _manager);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = ___obj0;
NullCheck(L_9);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_10 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_9, /*hidden argument*/NULL);
NullCheck(L_10);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_11 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_10, /*hidden argument*/NULL);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_12 = __this->get__manager_2();
ToolSet_SetParent_mA9967AF376E0D3BD78B631BA81351684C00F91BD(L_11, L_12, /*hidden argument*/NULL);
// arr.Enqueue(obj);
Queue_1_t0274B8D1680289A9C140D3E574E989B2D26A1B9B * L_13 = V_1;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = ___obj0;
NullCheck(L_13);
Queue_1_Enqueue_m1F1490B82F68DC9C642E2F78CD22BB2BBFB6A935(L_13, L_14, /*hidden argument*/Queue_1_Enqueue_m1F1490B82F68DC9C642E2F78CD22BB2BBFB6A935_RuntimeMethod_var);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.GObjectPool_InitCallbackDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InitCallbackDelegate__ctor_mB384E15C71C792C7E2B21F17C0234D7AA0B80E40 (InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * __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.GObjectPool_InitCallbackDelegate::Invoke(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InitCallbackDelegate_Invoke_m66F9CBCA413B6C4CE30DE65E2DA0096C961FCADB (InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___obj0, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef void (*FunctionPointerType) (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, 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, ___obj0);
else
GenericVirtActionInvoker0::Invoke(targetMethod, ___obj0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___obj0);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___obj0);
}
}
else
{
typedef void (*FunctionPointerType) (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * >::Invoke(targetMethod, targetThis, ___obj0);
else
GenericVirtActionInvoker1< GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * >::Invoke(targetMethod, targetThis, ___obj0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___obj0);
else
VirtActionInvoker1< GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___obj0);
}
}
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*>(___obj0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___obj0, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___obj0, targetMethod);
}
}
}
}
}
// System.IAsyncResult FairyGUI.GObjectPool_InitCallbackDelegate::BeginInvoke(FairyGUI.GObject,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InitCallbackDelegate_BeginInvoke_m95AF5C9046EF2F9EE5AA2832D95811F7EFAD2C7D (InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___obj0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___obj0;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void FairyGUI.GObjectPool_InitCallbackDelegate::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InitCallbackDelegate_EndInvoke_m3F15702881533053A945BECF77542475F958BC87 (InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.GPath::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPath__ctor_m7D17C5B7A738965F91DB4E24EE43949B5A29FB14 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPath__ctor_m7D17C5B7A738965F91DB4E24EE43949B5A29FB14_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public GPath()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _segments = new List<Segment>();
List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * L_0 = (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 *)il2cpp_codegen_object_new(List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3_il2cpp_TypeInfo_var);
List_1__ctor_m886A88E951643F1E9649534EB4D1E4DD4FA4CFBB(L_0, /*hidden argument*/List_1__ctor_m886A88E951643F1E9649534EB4D1E4DD4FA4CFBB_RuntimeMethod_var);
__this->set__segments_0(L_0);
// _points = new List<Vector3>();
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_1 = (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *)il2cpp_codegen_object_new(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5_il2cpp_TypeInfo_var);
List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171(L_1, /*hidden argument*/List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171_RuntimeMethod_var);
__this->set__points_1(L_1);
// }
return;
}
}
// System.Single FairyGUI.GPath::get_length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GPath_get_length_mD8BECE9E1D6ABC645FDE4F6F5F39E07567B5A7A6 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, const RuntimeMethod* method)
{
{
// get { return _fullLength; }
float L_0 = __this->get__fullLength_2();
return L_0;
}
}
// System.Void FairyGUI.GPath::Create(FairyGUI.GPathPoint,FairyGUI.GPathPoint)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPath_Create_m6B31A2A59570D1EDB008A2008C5CB28E24F14290 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___pt10, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___pt21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPath_Create_m6B31A2A59570D1EDB008A2008C5CB28E24F14290_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// helperList.Clear();
IL2CPP_RUNTIME_CLASS_INIT(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var);
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * L_0 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_helperList_3();
NullCheck(L_0);
List_1_Clear_m205DB7E9DF42924D42579D3C7055F8426CD61E95(L_0, /*hidden argument*/List_1_Clear_m205DB7E9DF42924D42579D3C7055F8426CD61E95_RuntimeMethod_var);
// helperList.Add(pt1);
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * L_1 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_helperList_3();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_2 = ___pt10;
NullCheck(L_1);
List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1(L_1, L_2, /*hidden argument*/List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1_RuntimeMethod_var);
// helperList.Add(pt2);
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * L_3 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_helperList_3();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_4 = ___pt21;
NullCheck(L_3);
List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1(L_3, L_4, /*hidden argument*/List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1_RuntimeMethod_var);
// Create(helperList);
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * L_5 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_helperList_3();
GPath_Create_m540448A110EC01B535FE83C809AED895E2802483(__this, L_5, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GPath::Create(FairyGUI.GPathPoint,FairyGUI.GPathPoint,FairyGUI.GPathPoint)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPath_Create_m0F237A17E2B99C015ACCF1FD874A1C6651310E1A (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___pt10, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___pt21, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___pt32, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPath_Create_m0F237A17E2B99C015ACCF1FD874A1C6651310E1A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// helperList.Clear();
IL2CPP_RUNTIME_CLASS_INIT(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var);
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * L_0 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_helperList_3();
NullCheck(L_0);
List_1_Clear_m205DB7E9DF42924D42579D3C7055F8426CD61E95(L_0, /*hidden argument*/List_1_Clear_m205DB7E9DF42924D42579D3C7055F8426CD61E95_RuntimeMethod_var);
// helperList.Add(pt1);
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * L_1 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_helperList_3();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_2 = ___pt10;
NullCheck(L_1);
List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1(L_1, L_2, /*hidden argument*/List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1_RuntimeMethod_var);
// helperList.Add(pt2);
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * L_3 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_helperList_3();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_4 = ___pt21;
NullCheck(L_3);
List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1(L_3, L_4, /*hidden argument*/List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1_RuntimeMethod_var);
// helperList.Add(pt3);
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * L_5 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_helperList_3();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_6 = ___pt32;
NullCheck(L_5);
List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1(L_5, L_6, /*hidden argument*/List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1_RuntimeMethod_var);
// Create(helperList);
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * L_7 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_helperList_3();
GPath_Create_m540448A110EC01B535FE83C809AED895E2802483(__this, L_7, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GPath::Create(FairyGUI.GPathPoint,FairyGUI.GPathPoint,FairyGUI.GPathPoint,FairyGUI.GPathPoint)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPath_Create_m2A371830DDC53225A2B1D62F76EA0B4FE3C662D2 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___pt10, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___pt21, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___pt32, GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE ___pt43, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPath_Create_m2A371830DDC53225A2B1D62F76EA0B4FE3C662D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// helperList.Clear();
IL2CPP_RUNTIME_CLASS_INIT(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var);
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * L_0 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_helperList_3();
NullCheck(L_0);
List_1_Clear_m205DB7E9DF42924D42579D3C7055F8426CD61E95(L_0, /*hidden argument*/List_1_Clear_m205DB7E9DF42924D42579D3C7055F8426CD61E95_RuntimeMethod_var);
// helperList.Add(pt1);
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * L_1 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_helperList_3();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_2 = ___pt10;
NullCheck(L_1);
List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1(L_1, L_2, /*hidden argument*/List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1_RuntimeMethod_var);
// helperList.Add(pt2);
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * L_3 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_helperList_3();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_4 = ___pt21;
NullCheck(L_3);
List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1(L_3, L_4, /*hidden argument*/List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1_RuntimeMethod_var);
// helperList.Add(pt3);
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * L_5 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_helperList_3();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_6 = ___pt32;
NullCheck(L_5);
List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1(L_5, L_6, /*hidden argument*/List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1_RuntimeMethod_var);
// helperList.Add(pt4);
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * L_7 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_helperList_3();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_8 = ___pt43;
NullCheck(L_7);
List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1(L_7, L_8, /*hidden argument*/List_1_Add_m6391DF57E62AD00A09533DC9A1B52DFC1F937FA1_RuntimeMethod_var);
// Create(helperList);
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * L_9 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_helperList_3();
GPath_Create_m540448A110EC01B535FE83C809AED895E2802483(__this, L_9, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GPath::Create(System.Collections.Generic.IEnumerable`1<FairyGUI.GPathPoint>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPath_Create_m540448A110EC01B535FE83C809AED895E2802483 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, RuntimeObject* ___points0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPath_Create_m540448A110EC01B535FE83C809AED895E2802483_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE V_1;
memset((&V_1), 0, sizeof(V_1));
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE V_2;
memset((&V_2), 0, sizeof(V_2));
Segment_t4D7158441370F573F35DB59A882D986F1269B61A V_3;
memset((&V_3), 0, sizeof(V_3));
{
// _segments.Clear();
List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * L_0 = __this->get__segments_0();
NullCheck(L_0);
List_1_Clear_mFA4251A64B78E0590FBA3BC92C80634F95A790E8(L_0, /*hidden argument*/List_1_Clear_mFA4251A64B78E0590FBA3BC92C80634F95A790E8_RuntimeMethod_var);
// _points.Clear();
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_1 = __this->get__points_1();
NullCheck(L_1);
List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8(L_1, /*hidden argument*/List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8_RuntimeMethod_var);
// splinePoints.Clear();
IL2CPP_RUNTIME_CLASS_INIT(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_2 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
NullCheck(L_2);
List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8(L_2, /*hidden argument*/List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8_RuntimeMethod_var);
// _fullLength = 0;
__this->set__fullLength_2((0.0f));
// var et = points.GetEnumerator();
RuntimeObject* L_3 = ___points0;
NullCheck(L_3);
RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<!0> System.Collections.Generic.IEnumerable`1<FairyGUI.GPathPoint>::GetEnumerator() */, IEnumerable_1_t3AB5C6D1C74A0C85E2B1EBF1A70928F9885EEC53_il2cpp_TypeInfo_var, L_3);
V_0 = L_4;
// if (!et.MoveNext())
RuntimeObject* L_5 = V_0;
NullCheck(L_5);
bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_5);
if (L_6)
{
goto IL_003b;
}
}
{
// return;
return;
}
IL_003b:
{
// GPathPoint prev = et.Current;
RuntimeObject* L_7 = V_0;
NullCheck(L_7);
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_8 = InterfaceFuncInvoker0< GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1<FairyGUI.GPathPoint>::get_Current() */, IEnumerator_1_tF04A5514A0F1888A5C66DBDDAB785209DA8D448C_il2cpp_TypeInfo_var, L_7);
V_1 = L_8;
// if (prev.curveType == GPathPoint.CurveType.CRSpline)
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_9 = V_1;
int32_t L_10 = L_9.get_curveType_3();
if (L_10)
{
goto IL_01e4;
}
}
{
// splinePoints.Add(prev.pos);
IL2CPP_RUNTIME_CLASS_INIT(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_11 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_12 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_13 = L_12.get_pos_0();
NullCheck(L_11);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_11, L_13, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
goto IL_01e4;
}
IL_0062:
{
// GPathPoint current = et.Current;
RuntimeObject* L_14 = V_0;
NullCheck(L_14);
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_15 = InterfaceFuncInvoker0< GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1<FairyGUI.GPathPoint>::get_Current() */, IEnumerator_1_tF04A5514A0F1888A5C66DBDDAB785209DA8D448C_il2cpp_TypeInfo_var, L_14);
V_2 = L_15;
// if (prev.curveType != GPathPoint.CurveType.CRSpline)
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_16 = V_1;
int32_t L_17 = L_16.get_curveType_3();
if (!L_17)
{
goto IL_01a5;
}
}
{
// Segment seg = new Segment();
il2cpp_codegen_initobj((&V_3), sizeof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A ));
// seg.type = prev.curveType;
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_18 = V_1;
int32_t L_19 = L_18.get_curveType_3();
(&V_3)->set_type_0(L_19);
// seg.ptStart = _points.Count;
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_20 = __this->get__points_1();
NullCheck(L_20);
int32_t L_21 = List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_inline(L_20, /*hidden argument*/List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var);
(&V_3)->set_ptStart_2(L_21);
// if (prev.curveType == GPathPoint.CurveType.Straight)
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_22 = V_1;
int32_t L_23 = L_22.get_curveType_3();
if ((!(((uint32_t)L_23) == ((uint32_t)3))))
{
goto IL_00d3;
}
}
{
// seg.ptCount = 2;
(&V_3)->set_ptCount_3(2);
// _points.Add(prev.pos);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_24 = __this->get__points_1();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_25 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_26 = L_25.get_pos_0();
NullCheck(L_24);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_24, L_26, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// _points.Add(current.pos);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_27 = __this->get__points_1();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_28 = V_2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_29 = L_28.get_pos_0();
NullCheck(L_27);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_27, L_29, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// }
goto IL_016e;
}
IL_00d3:
{
// else if (prev.curveType == GPathPoint.CurveType.Bezier)
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_30 = V_1;
int32_t L_31 = L_30.get_curveType_3();
if ((!(((uint32_t)L_31) == ((uint32_t)1))))
{
goto IL_0119;
}
}
{
// seg.ptCount = 3;
(&V_3)->set_ptCount_3(3);
// _points.Add(prev.pos);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_32 = __this->get__points_1();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_33 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_34 = L_33.get_pos_0();
NullCheck(L_32);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_32, L_34, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// _points.Add(current.pos);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_35 = __this->get__points_1();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_36 = V_2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_37 = L_36.get_pos_0();
NullCheck(L_35);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_35, L_37, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// _points.Add(prev.control1);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_38 = __this->get__points_1();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_39 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_40 = L_39.get_control1_1();
NullCheck(L_38);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_38, L_40, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// }
goto IL_016e;
}
IL_0119:
{
// else if (prev.curveType == GPathPoint.CurveType.CubicBezier)
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_41 = V_1;
int32_t L_42 = L_41.get_curveType_3();
if ((!(((uint32_t)L_42) == ((uint32_t)2))))
{
goto IL_016e;
}
}
{
// seg.ptCount = 4;
(&V_3)->set_ptCount_3(4);
// _points.Add(prev.pos);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_43 = __this->get__points_1();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_44 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_45 = L_44.get_pos_0();
NullCheck(L_43);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_43, L_45, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// _points.Add(current.pos);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_46 = __this->get__points_1();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_47 = V_2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_48 = L_47.get_pos_0();
NullCheck(L_46);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_46, L_48, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// _points.Add(prev.control1);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_49 = __this->get__points_1();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_50 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_51 = L_50.get_control1_1();
NullCheck(L_49);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_49, L_51, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// _points.Add(prev.control2);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_52 = __this->get__points_1();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_53 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_54 = L_53.get_control2_2();
NullCheck(L_52);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_52, L_54, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
}
IL_016e:
{
// seg.length = Vector3.Distance(prev.pos, current.pos);
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_55 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_56 = L_55.get_pos_0();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_57 = V_2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_58 = L_57.get_pos_0();
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
float L_59 = Vector3_Distance_mE316E10B9B319A5C2A29F86E028740FD528149E7(L_56, L_58, /*hidden argument*/NULL);
(&V_3)->set_length_1(L_59);
// _fullLength += seg.length;
float L_60 = __this->get__fullLength_2();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_61 = V_3;
float L_62 = L_61.get_length_1();
__this->set__fullLength_2(((float)il2cpp_codegen_add((float)L_60, (float)L_62)));
// _segments.Add(seg);
List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * L_63 = __this->get__segments_0();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_64 = V_3;
NullCheck(L_63);
List_1_Add_mBCC09628FA2D73D337AECD34FBD2BD98D03DE5BE(L_63, L_64, /*hidden argument*/List_1_Add_mBCC09628FA2D73D337AECD34FBD2BD98D03DE5BE_RuntimeMethod_var);
}
IL_01a5:
{
// if (current.curveType != GPathPoint.CurveType.CRSpline)
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_65 = V_2;
int32_t L_66 = L_65.get_curveType_3();
if (!L_66)
{
goto IL_01d2;
}
}
{
// if (splinePoints.Count > 0)
IL2CPP_RUNTIME_CLASS_INIT(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_67 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
NullCheck(L_67);
int32_t L_68 = List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_inline(L_67, /*hidden argument*/List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var);
if ((((int32_t)L_68) <= ((int32_t)0)))
{
goto IL_01e2;
}
}
{
// splinePoints.Add(current.pos);
IL2CPP_RUNTIME_CLASS_INIT(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_69 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_70 = V_2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_71 = L_70.get_pos_0();
NullCheck(L_69);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_69, L_71, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// CreateSplineSegment();
GPath_CreateSplineSegment_m953968BDAA64958EA55E91AA1A86B4155C3921D1(__this, /*hidden argument*/NULL);
// }
goto IL_01e2;
}
IL_01d2:
{
// splinePoints.Add(current.pos);
IL2CPP_RUNTIME_CLASS_INIT(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_72 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_73 = V_2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_74 = L_73.get_pos_0();
NullCheck(L_72);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_72, L_74, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
}
IL_01e2:
{
// prev = current;
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE L_75 = V_2;
V_1 = L_75;
}
IL_01e4:
{
// while (et.MoveNext())
RuntimeObject* L_76 = V_0;
NullCheck(L_76);
bool L_77 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_76);
if (L_77)
{
goto IL_0062;
}
}
{
// if (splinePoints.Count > 1)
IL2CPP_RUNTIME_CLASS_INIT(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_78 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
NullCheck(L_78);
int32_t L_79 = List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_inline(L_78, /*hidden argument*/List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var);
if ((((int32_t)L_79) <= ((int32_t)1)))
{
goto IL_0202;
}
}
{
// CreateSplineSegment();
GPath_CreateSplineSegment_m953968BDAA64958EA55E91AA1A86B4155C3921D1(__this, /*hidden argument*/NULL);
}
IL_0202:
{
// }
return;
}
}
// System.Void FairyGUI.GPath::CreateSplineSegment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPath_CreateSplineSegment_m953968BDAA64958EA55E91AA1A86B4155C3921D1 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPath_CreateSplineSegment_m953968BDAA64958EA55E91AA1A86B4155C3921D1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Segment_t4D7158441370F573F35DB59A882D986F1269B61A V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
{
// int cnt = splinePoints.Count;
IL2CPP_RUNTIME_CLASS_INIT(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_0 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_inline(L_0, /*hidden argument*/List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var);
V_0 = L_1;
// splinePoints.Insert(0, splinePoints[0]);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_2 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_3 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
NullCheck(L_3);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_3, 0, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
NullCheck(L_2);
List_1_Insert_mA55612FD00E84BC3B06F4E0B19B577FA1B4522F3(L_2, 0, L_4, /*hidden argument*/List_1_Insert_mA55612FD00E84BC3B06F4E0B19B577FA1B4522F3_RuntimeMethod_var);
// splinePoints.Add(splinePoints[cnt]);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_5 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_6 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
int32_t L_7 = V_0;
NullCheck(L_6);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
NullCheck(L_5);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_5, L_8, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// splinePoints.Add(splinePoints[cnt]);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_9 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_10 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
int32_t L_11 = V_0;
NullCheck(L_10);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_12 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_10, L_11, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
NullCheck(L_9);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_9, L_12, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// cnt += 3;
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3));
// Segment seg = new Segment();
il2cpp_codegen_initobj((&V_1), sizeof(Segment_t4D7158441370F573F35DB59A882D986F1269B61A ));
// seg.type = GPathPoint.CurveType.CRSpline;
(&V_1)->set_type_0(0);
// seg.ptStart = _points.Count;
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_14 = __this->get__points_1();
NullCheck(L_14);
int32_t L_15 = List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_inline(L_14, /*hidden argument*/List_1_get_Count_m2E29D30C43F78ABB30F6C7881652C11852FD4D6F_RuntimeMethod_var);
(&V_1)->set_ptStart_2(L_15);
// seg.ptCount = cnt;
int32_t L_16 = V_0;
(&V_1)->set_ptCount_3(L_16);
// _points.AddRange(splinePoints);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_17 = __this->get__points_1();
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_18 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
NullCheck(L_17);
List_1_AddRange_m8335F712C7C1832E2EA4CD22C2326D16C4827F1F(L_17, L_18, /*hidden argument*/List_1_AddRange_m8335F712C7C1832E2EA4CD22C2326D16C4827F1F_RuntimeMethod_var);
// seg.length = 0;
(&V_1)->set_length_1((0.0f));
// for (int i = 1; i < cnt; i++)
V_2 = 1;
goto IL_00c5;
}
IL_0099:
{
// seg.length += Vector3.Distance(splinePoints[i - 1], splinePoints[i]);
float* L_19 = (&V_1)->get_address_of_length_1();
float* L_20 = L_19;
float L_21 = *((float*)L_20);
IL2CPP_RUNTIME_CLASS_INIT(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_22 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
int32_t L_23 = V_2;
NullCheck(L_22);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_24 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_22, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)), /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_25 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
int32_t L_26 = V_2;
NullCheck(L_25);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_27 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_25, L_26, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
float L_28 = Vector3_Distance_mE316E10B9B319A5C2A29F86E028740FD528149E7(L_24, L_27, /*hidden argument*/NULL);
*((float*)L_20) = (float)((float)il2cpp_codegen_add((float)L_21, (float)L_28));
// for (int i = 1; i < cnt; i++)
int32_t L_29 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
}
IL_00c5:
{
// for (int i = 1; i < cnt; i++)
int32_t L_30 = V_2;
int32_t L_31 = V_0;
if ((((int32_t)L_30) < ((int32_t)L_31)))
{
goto IL_0099;
}
}
{
// _fullLength += seg.length;
float L_32 = __this->get__fullLength_2();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_33 = V_1;
float L_34 = L_33.get_length_1();
__this->set__fullLength_2(((float)il2cpp_codegen_add((float)L_32, (float)L_34)));
// _segments.Add(seg);
List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * L_35 = __this->get__segments_0();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_36 = V_1;
NullCheck(L_35);
List_1_Add_mBCC09628FA2D73D337AECD34FBD2BD98D03DE5BE(L_35, L_36, /*hidden argument*/List_1_Add_mBCC09628FA2D73D337AECD34FBD2BD98D03DE5BE_RuntimeMethod_var);
// splinePoints.Clear();
IL2CPP_RUNTIME_CLASS_INIT(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_37 = ((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->get_splinePoints_4();
NullCheck(L_37);
List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8(L_37, /*hidden argument*/List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.GPath::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPath_Clear_mB7178EC3C44CC830AC883BC815FA9641497317E6 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPath_Clear_mB7178EC3C44CC830AC883BC815FA9641497317E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _segments.Clear();
List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * L_0 = __this->get__segments_0();
NullCheck(L_0);
List_1_Clear_mFA4251A64B78E0590FBA3BC92C80634F95A790E8(L_0, /*hidden argument*/List_1_Clear_mFA4251A64B78E0590FBA3BC92C80634F95A790E8_RuntimeMethod_var);
// _points.Clear();
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_1 = __this->get__points_1();
NullCheck(L_1);
List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8(L_1, /*hidden argument*/List_1_Clear_m8E7A9E8CF891528845C4B071CB8166DDB1A384B8_RuntimeMethod_var);
// }
return;
}
}
// UnityEngine.Vector3 FairyGUI.GPath::GetPointAt(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GPath_GetPointAt_m4556E3DCE5B66CCD29C7380A1F1E6F34E1AD15CA (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, float ___t0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPath_GetPointAt_m4556E3DCE5B66CCD29C7380A1F1E6F34E1AD15CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Segment_t4D7158441370F573F35DB59A882D986F1269B61A V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t V_4 = 0;
{
// t = Mathf.Clamp01(t);
float L_0 = ___t0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_1 = Mathf_Clamp01_m1E5F736941A7E6DC4DBCA88A1E38FE9FBFE0C42B(L_0, /*hidden argument*/NULL);
___t0 = L_1;
// int cnt = _segments.Count;
List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * L_2 = __this->get__segments_0();
NullCheck(L_2);
int32_t L_3 = List_1_get_Count_m79CB5C0EE164901BC290FF3E9E5511A161362A5B_inline(L_2, /*hidden argument*/List_1_get_Count_m79CB5C0EE164901BC290FF3E9E5511A161362A5B_RuntimeMethod_var);
V_0 = L_3;
// if (cnt == 0)
int32_t L_4 = V_0;
if (L_4)
{
goto IL_001d;
}
}
{
// return Vector3.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
return L_5;
}
IL_001d:
{
// if (t == 1)
float L_6 = ___t0;
if ((!(((float)L_6) == ((float)(1.0f)))))
{
goto IL_00a2;
}
}
{
// seg = _segments[cnt - 1];
List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * L_7 = __this->get__segments_0();
int32_t L_8 = V_0;
NullCheck(L_7);
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_9 = List_1_get_Item_m3945E3B9D5001519C60A38DCEA43F8FD29728300_inline(L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/List_1_get_Item_m3945E3B9D5001519C60A38DCEA43F8FD29728300_RuntimeMethod_var);
V_1 = L_9;
// if (seg.type == GPathPoint.CurveType.Straight)
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_10 = V_1;
int32_t L_11 = L_10.get_type_0();
if ((!(((uint32_t)L_11) == ((uint32_t)3))))
{
goto IL_0068;
}
}
{
// return Vector3.Lerp(_points[seg.ptStart], _points[seg.ptStart + 1], t);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_12 = __this->get__points_1();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_13 = V_1;
int32_t L_14 = L_13.get_ptStart_2();
NullCheck(L_12);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_15 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_12, L_14, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_16 = __this->get__points_1();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_17 = V_1;
int32_t L_18 = L_17.get_ptStart_2();
NullCheck(L_16);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_19 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
float L_20 = ___t0;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_21 = Vector3_Lerp_m5BA75496B803820CC64079383956D73C6FD4A8A1(L_15, L_19, L_20, /*hidden argument*/NULL);
return L_21;
}
IL_0068:
{
// else if (seg.type == GPathPoint.CurveType.Bezier || seg.type == GPathPoint.CurveType.CubicBezier)
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_22 = V_1;
int32_t L_23 = L_22.get_type_0();
if ((((int32_t)L_23) == ((int32_t)1)))
{
goto IL_007a;
}
}
{
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_24 = V_1;
int32_t L_25 = L_24.get_type_0();
if ((!(((uint32_t)L_25) == ((uint32_t)2))))
{
goto IL_008e;
}
}
IL_007a:
{
// return OnBezierCurve(seg.ptStart, seg.ptCount, t);
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_26 = V_1;
int32_t L_27 = L_26.get_ptStart_2();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_28 = V_1;
int32_t L_29 = L_28.get_ptCount_3();
float L_30 = ___t0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_31 = GPath_OnBezierCurve_m6BC689CC439C3CE87DB5CCE862B8B0BA18631D05(__this, L_27, L_29, L_30, /*hidden argument*/NULL);
return L_31;
}
IL_008e:
{
// return onCRSplineCurve(seg.ptStart, seg.ptCount, t);
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_32 = V_1;
int32_t L_33 = L_32.get_ptStart_2();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_34 = V_1;
int32_t L_35 = L_34.get_ptCount_3();
float L_36 = ___t0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_37 = GPath_onCRSplineCurve_m9A697F12121B9ACFF68377D1F21AD63F8479FB75(__this, L_33, L_35, L_36, /*hidden argument*/NULL);
return L_37;
}
IL_00a2:
{
// float len = t * _fullLength;
float L_38 = ___t0;
float L_39 = __this->get__fullLength_2();
V_2 = ((float)il2cpp_codegen_multiply((float)L_38, (float)L_39));
// Vector3 pt = new Vector3();
il2cpp_codegen_initobj((&V_3), sizeof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ));
// for (int i = 0; i < cnt; i++)
V_4 = 0;
goto IL_0167;
}
IL_00bb:
{
// seg = _segments[i];
List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * L_40 = __this->get__segments_0();
int32_t L_41 = V_4;
NullCheck(L_40);
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_42 = List_1_get_Item_m3945E3B9D5001519C60A38DCEA43F8FD29728300_inline(L_40, L_41, /*hidden argument*/List_1_get_Item_m3945E3B9D5001519C60A38DCEA43F8FD29728300_RuntimeMethod_var);
V_1 = L_42;
// len -= seg.length;
float L_43 = V_2;
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_44 = V_1;
float L_45 = L_44.get_length_1();
V_2 = ((float)il2cpp_codegen_subtract((float)L_43, (float)L_45));
// if (len < 0)
float L_46 = V_2;
if ((!(((float)L_46) < ((float)(0.0f)))))
{
goto IL_0161;
}
}
{
// t = 1 + len / seg.length;
float L_47 = V_2;
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_48 = V_1;
float L_49 = L_48.get_length_1();
___t0 = ((float)il2cpp_codegen_add((float)(1.0f), (float)((float)((float)L_47/(float)L_49))));
// if (seg.type == GPathPoint.CurveType.Straight)
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_50 = V_1;
int32_t L_51 = L_50.get_type_0();
if ((!(((uint32_t)L_51) == ((uint32_t)3))))
{
goto IL_0123;
}
}
{
// pt = Vector3.Lerp(_points[seg.ptStart], _points[seg.ptStart + 1], t);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_52 = __this->get__points_1();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_53 = V_1;
int32_t L_54 = L_53.get_ptStart_2();
NullCheck(L_52);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_55 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_52, L_54, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_56 = __this->get__points_1();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_57 = V_1;
int32_t L_58 = L_57.get_ptStart_2();
NullCheck(L_56);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_59 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_56, ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)), /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
float L_60 = ___t0;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_61 = Vector3_Lerp_m5BA75496B803820CC64079383956D73C6FD4A8A1(L_55, L_59, L_60, /*hidden argument*/NULL);
V_3 = L_61;
goto IL_016f;
}
IL_0123:
{
// else if (seg.type == GPathPoint.CurveType.Bezier || seg.type == GPathPoint.CurveType.CubicBezier)
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_62 = V_1;
int32_t L_63 = L_62.get_type_0();
if ((((int32_t)L_63) == ((int32_t)1)))
{
goto IL_0135;
}
}
{
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_64 = V_1;
int32_t L_65 = L_64.get_type_0();
if ((!(((uint32_t)L_65) == ((uint32_t)2))))
{
goto IL_014b;
}
}
IL_0135:
{
// pt = OnBezierCurve(seg.ptStart, seg.ptCount, t);
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_66 = V_1;
int32_t L_67 = L_66.get_ptStart_2();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_68 = V_1;
int32_t L_69 = L_68.get_ptCount_3();
float L_70 = ___t0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_71 = GPath_OnBezierCurve_m6BC689CC439C3CE87DB5CCE862B8B0BA18631D05(__this, L_67, L_69, L_70, /*hidden argument*/NULL);
V_3 = L_71;
goto IL_016f;
}
IL_014b:
{
// pt = onCRSplineCurve(seg.ptStart, seg.ptCount, t);
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_72 = V_1;
int32_t L_73 = L_72.get_ptStart_2();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_74 = V_1;
int32_t L_75 = L_74.get_ptCount_3();
float L_76 = ___t0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_77 = GPath_onCRSplineCurve_m9A697F12121B9ACFF68377D1F21AD63F8479FB75(__this, L_73, L_75, L_76, /*hidden argument*/NULL);
V_3 = L_77;
// break;
goto IL_016f;
}
IL_0161:
{
// for (int i = 0; i < cnt; i++)
int32_t L_78 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1));
}
IL_0167:
{
// for (int i = 0; i < cnt; i++)
int32_t L_79 = V_4;
int32_t L_80 = V_0;
if ((((int32_t)L_79) < ((int32_t)L_80)))
{
goto IL_00bb;
}
}
IL_016f:
{
// return pt;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_81 = V_3;
return L_81;
}
}
// System.Int32 FairyGUI.GPath::get_segmentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GPath_get_segmentCount_m3B181E5755CABEE07C74F5F428C4B9FEE43DB72D (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPath_get_segmentCount_m3B181E5755CABEE07C74F5F428C4B9FEE43DB72D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return _segments.Count; }
List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * L_0 = __this->get__segments_0();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m79CB5C0EE164901BC290FF3E9E5511A161362A5B_inline(L_0, /*hidden argument*/List_1_get_Count_m79CB5C0EE164901BC290FF3E9E5511A161362A5B_RuntimeMethod_var);
return L_1;
}
}
// System.Single FairyGUI.GPath::GetSegmentLength(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GPath_GetSegmentLength_mD79DA4D04CF1F4D4DD340FFCAD9F1997AE38D15F (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, int32_t ___segmentIndex0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPath_GetSegmentLength_mD79DA4D04CF1F4D4DD340FFCAD9F1997AE38D15F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return _segments[segmentIndex].length;
List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * L_0 = __this->get__segments_0();
int32_t L_1 = ___segmentIndex0;
NullCheck(L_0);
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_2 = List_1_get_Item_m3945E3B9D5001519C60A38DCEA43F8FD29728300_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m3945E3B9D5001519C60A38DCEA43F8FD29728300_RuntimeMethod_var);
float L_3 = L_2.get_length_1();
return L_3;
}
}
// System.Void FairyGUI.GPath::GetPointsInSegment(System.Int32,System.Single,System.Single,System.Collections.Generic.List`1<UnityEngine.Vector3>,System.Collections.Generic.List`1<System.Single>,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPath_GetPointsInSegment_m8BE92C450AD7DDE4F9860AC8157525281C89A351 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, int32_t ___segmentIndex0, float ___t01, float ___t12, List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ___points3, List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * ___ts4, float ___pointDensity5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPath_GetPointsInSegment_m8BE92C450AD7DDE4F9860AC8157525281C89A351_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Segment_t4D7158441370F573F35DB59A882D986F1269B61A V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
float V_3 = 0.0f;
int32_t V_4 = 0;
int32_t V_5 = 0;
float V_6 = 0.0f;
{
// if (points == null)
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_0 = ___points3;
if (L_0)
{
goto IL_000b;
}
}
{
// points = new List<Vector3>();
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_1 = (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *)il2cpp_codegen_object_new(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5_il2cpp_TypeInfo_var);
List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171(L_1, /*hidden argument*/List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171_RuntimeMethod_var);
___points3 = L_1;
}
IL_000b:
{
// if (ts != null)
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_2 = ___ts4;
if (!L_2)
{
goto IL_0017;
}
}
{
// ts.Add(t0);
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_3 = ___ts4;
float L_4 = ___t01;
NullCheck(L_3);
List_1_Add_mB14710B1B2B4CDD445D577C9B2BB4CCB03213E4E(L_3, L_4, /*hidden argument*/List_1_Add_mB14710B1B2B4CDD445D577C9B2BB4CCB03213E4E_RuntimeMethod_var);
}
IL_0017:
{
// Segment seg = _segments[segmentIndex];
List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * L_5 = __this->get__segments_0();
int32_t L_6 = ___segmentIndex0;
NullCheck(L_5);
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_7 = List_1_get_Item_m3945E3B9D5001519C60A38DCEA43F8FD29728300_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_m3945E3B9D5001519C60A38DCEA43F8FD29728300_RuntimeMethod_var);
V_0 = L_7;
// if (seg.type == GPathPoint.CurveType.Straight)
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_8 = V_0;
int32_t L_9 = L_8.get_type_0();
if ((!(((uint32_t)L_9) == ((uint32_t)3))))
{
goto IL_0094;
}
}
{
// points.Add(Vector3.Lerp(_points[seg.ptStart], _points[seg.ptStart + 1], t0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_10 = ___points3;
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_11 = __this->get__points_1();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_12 = V_0;
int32_t L_13 = L_12.get_ptStart_2();
NullCheck(L_11);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_14 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_11, L_13, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_15 = __this->get__points_1();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_16 = V_0;
int32_t L_17 = L_16.get_ptStart_2();
NullCheck(L_15);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_18 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
float L_19 = ___t01;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_20 = Vector3_Lerp_m5BA75496B803820CC64079383956D73C6FD4A8A1(L_14, L_18, L_19, /*hidden argument*/NULL);
NullCheck(L_10);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_10, L_20, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// points.Add(Vector3.Lerp(_points[seg.ptStart], _points[seg.ptStart + 1], t1));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_21 = ___points3;
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_22 = __this->get__points_1();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_23 = V_0;
int32_t L_24 = L_23.get_ptStart_2();
NullCheck(L_22);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_25 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_22, L_24, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_26 = __this->get__points_1();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_27 = V_0;
int32_t L_28 = L_27.get_ptStart_2();
NullCheck(L_26);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_29 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)), /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
float L_30 = ___t12;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_31 = Vector3_Lerp_m5BA75496B803820CC64079383956D73C6FD4A8A1(L_25, L_29, L_30, /*hidden argument*/NULL);
NullCheck(L_21);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_21, L_31, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// }
goto IL_01cd;
}
IL_0094:
{
// else if (seg.type == GPathPoint.CurveType.Bezier || seg.type == GPathPoint.CurveType.CubicBezier)
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_32 = V_0;
int32_t L_33 = L_32.get_type_0();
if ((((int32_t)L_33) == ((int32_t)1)))
{
goto IL_00a9;
}
}
{
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_34 = V_0;
int32_t L_35 = L_34.get_type_0();
if ((!(((uint32_t)L_35) == ((uint32_t)2))))
{
goto IL_0137;
}
}
IL_00a9:
{
// points.Add(OnBezierCurve(seg.ptStart, seg.ptCount, t0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_36 = ___points3;
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_37 = V_0;
int32_t L_38 = L_37.get_ptStart_2();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_39 = V_0;
int32_t L_40 = L_39.get_ptCount_3();
float L_41 = ___t01;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_42 = GPath_OnBezierCurve_m6BC689CC439C3CE87DB5CCE862B8B0BA18631D05(__this, L_38, L_40, L_41, /*hidden argument*/NULL);
NullCheck(L_36);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_36, L_42, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// int SmoothAmount = (int)Mathf.Min(seg.length * pointDensity, 50);
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_43 = V_0;
float L_44 = L_43.get_length_1();
float L_45 = ___pointDensity5;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_46 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(((float)il2cpp_codegen_multiply((float)L_44, (float)L_45)), (50.0f), /*hidden argument*/NULL);
V_1 = (((int32_t)((int32_t)L_46)));
// for (int j = 0; j <= SmoothAmount; j++)
V_2 = 0;
goto IL_0114;
}
IL_00dc:
{
// float t = (float)j / SmoothAmount;
int32_t L_47 = V_2;
int32_t L_48 = V_1;
V_3 = ((float)((float)(((float)((float)L_47)))/(float)(((float)((float)L_48)))));
// if (t > t0 && t < t1)
float L_49 = V_3;
float L_50 = ___t01;
if ((!(((float)L_49) > ((float)L_50))))
{
goto IL_0110;
}
}
{
float L_51 = V_3;
float L_52 = ___t12;
if ((!(((float)L_51) < ((float)L_52))))
{
goto IL_0110;
}
}
{
// points.Add(OnBezierCurve(seg.ptStart, seg.ptCount, t));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_53 = ___points3;
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_54 = V_0;
int32_t L_55 = L_54.get_ptStart_2();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_56 = V_0;
int32_t L_57 = L_56.get_ptCount_3();
float L_58 = V_3;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_59 = GPath_OnBezierCurve_m6BC689CC439C3CE87DB5CCE862B8B0BA18631D05(__this, L_55, L_57, L_58, /*hidden argument*/NULL);
NullCheck(L_53);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_53, L_59, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// if (ts != null)
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_60 = ___ts4;
if (!L_60)
{
goto IL_0110;
}
}
{
// ts.Add(t);
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_61 = ___ts4;
float L_62 = V_3;
NullCheck(L_61);
List_1_Add_mB14710B1B2B4CDD445D577C9B2BB4CCB03213E4E(L_61, L_62, /*hidden argument*/List_1_Add_mB14710B1B2B4CDD445D577C9B2BB4CCB03213E4E_RuntimeMethod_var);
}
IL_0110:
{
// for (int j = 0; j <= SmoothAmount; j++)
int32_t L_63 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1));
}
IL_0114:
{
// for (int j = 0; j <= SmoothAmount; j++)
int32_t L_64 = V_2;
int32_t L_65 = V_1;
if ((((int32_t)L_64) <= ((int32_t)L_65)))
{
goto IL_00dc;
}
}
{
// points.Add(OnBezierCurve(seg.ptStart, seg.ptCount, t1));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_66 = ___points3;
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_67 = V_0;
int32_t L_68 = L_67.get_ptStart_2();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_69 = V_0;
int32_t L_70 = L_69.get_ptCount_3();
float L_71 = ___t12;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_72 = GPath_OnBezierCurve_m6BC689CC439C3CE87DB5CCE862B8B0BA18631D05(__this, L_68, L_70, L_71, /*hidden argument*/NULL);
NullCheck(L_66);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_66, L_72, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// }
goto IL_01cd;
}
IL_0137:
{
// points.Add(onCRSplineCurve(seg.ptStart, seg.ptCount, t0));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_73 = ___points3;
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_74 = V_0;
int32_t L_75 = L_74.get_ptStart_2();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_76 = V_0;
int32_t L_77 = L_76.get_ptCount_3();
float L_78 = ___t01;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_79 = GPath_onCRSplineCurve_m9A697F12121B9ACFF68377D1F21AD63F8479FB75(__this, L_75, L_77, L_78, /*hidden argument*/NULL);
NullCheck(L_73);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_73, L_79, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// int SmoothAmount = (int)Mathf.Min(seg.length * pointDensity, 50);
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_80 = V_0;
float L_81 = L_80.get_length_1();
float L_82 = ___pointDensity5;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_83 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(((float)il2cpp_codegen_multiply((float)L_81, (float)L_82)), (50.0f), /*hidden argument*/NULL);
V_4 = (((int32_t)((int32_t)L_83)));
// for (int j = 0; j <= SmoothAmount; j++)
V_5 = 0;
goto IL_01ad;
}
IL_016c:
{
// float t = (float)j / SmoothAmount;
int32_t L_84 = V_5;
int32_t L_85 = V_4;
V_6 = ((float)((float)(((float)((float)L_84)))/(float)(((float)((float)L_85)))));
// if (t > t0 && t < t1)
float L_86 = V_6;
float L_87 = ___t01;
if ((!(((float)L_86) > ((float)L_87))))
{
goto IL_01a7;
}
}
{
float L_88 = V_6;
float L_89 = ___t12;
if ((!(((float)L_88) < ((float)L_89))))
{
goto IL_01a7;
}
}
{
// points.Add(onCRSplineCurve(seg.ptStart, seg.ptCount, t));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_90 = ___points3;
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_91 = V_0;
int32_t L_92 = L_91.get_ptStart_2();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_93 = V_0;
int32_t L_94 = L_93.get_ptCount_3();
float L_95 = V_6;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_96 = GPath_onCRSplineCurve_m9A697F12121B9ACFF68377D1F21AD63F8479FB75(__this, L_92, L_94, L_95, /*hidden argument*/NULL);
NullCheck(L_90);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_90, L_96, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
// if (ts != null)
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_97 = ___ts4;
if (!L_97)
{
goto IL_01a7;
}
}
{
// ts.Add(t);
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_98 = ___ts4;
float L_99 = V_6;
NullCheck(L_98);
List_1_Add_mB14710B1B2B4CDD445D577C9B2BB4CCB03213E4E(L_98, L_99, /*hidden argument*/List_1_Add_mB14710B1B2B4CDD445D577C9B2BB4CCB03213E4E_RuntimeMethod_var);
}
IL_01a7:
{
// for (int j = 0; j <= SmoothAmount; j++)
int32_t L_100 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1));
}
IL_01ad:
{
// for (int j = 0; j <= SmoothAmount; j++)
int32_t L_101 = V_5;
int32_t L_102 = V_4;
if ((((int32_t)L_101) <= ((int32_t)L_102)))
{
goto IL_016c;
}
}
{
// points.Add(onCRSplineCurve(seg.ptStart, seg.ptCount, t1));
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_103 = ___points3;
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_104 = V_0;
int32_t L_105 = L_104.get_ptStart_2();
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_106 = V_0;
int32_t L_107 = L_106.get_ptCount_3();
float L_108 = ___t12;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_109 = GPath_onCRSplineCurve_m9A697F12121B9ACFF68377D1F21AD63F8479FB75(__this, L_105, L_107, L_108, /*hidden argument*/NULL);
NullCheck(L_103);
List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002(L_103, L_109, /*hidden argument*/List_1_Add_mD9F028AEE5C43737BEB50A8DAA8CA939CE314002_RuntimeMethod_var);
}
IL_01cd:
{
// if (ts != null)
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_110 = ___ts4;
if (!L_110)
{
goto IL_01d9;
}
}
{
// ts.Add(t1);
List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E * L_111 = ___ts4;
float L_112 = ___t12;
NullCheck(L_111);
List_1_Add_mB14710B1B2B4CDD445D577C9B2BB4CCB03213E4E(L_111, L_112, /*hidden argument*/List_1_Add_mB14710B1B2B4CDD445D577C9B2BB4CCB03213E4E_RuntimeMethod_var);
}
IL_01d9:
{
// }
return;
}
}
// System.Void FairyGUI.GPath::GetAllPoints(System.Collections.Generic.List`1<UnityEngine.Vector3>,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPath_GetAllPoints_mDA927907C2B1CAB02B9BAC4BE57C2226FF923387 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ___points0, float ___pointDensity1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPath_GetAllPoints_mDA927907C2B1CAB02B9BAC4BE57C2226FF923387_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// int cnt = _segments.Count;
List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * L_0 = __this->get__segments_0();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m79CB5C0EE164901BC290FF3E9E5511A161362A5B_inline(L_0, /*hidden argument*/List_1_get_Count_m79CB5C0EE164901BC290FF3E9E5511A161362A5B_RuntimeMethod_var);
V_0 = L_1;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0028;
}
IL_0010:
{
// GetPointsInSegment(i, 0, 1, points, null, pointDensity);
int32_t L_2 = V_1;
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_3 = ___points0;
float L_4 = ___pointDensity1;
GPath_GetPointsInSegment_m8BE92C450AD7DDE4F9860AC8157525281C89A351(__this, L_2, (0.0f), (1.0f), L_3, (List_1_tC02C2993D5A6DDB73B1126E4EECDEB641C54A03E *)NULL, L_4, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_0028:
{
// for (int i = 0; i < cnt; i++)
int32_t L_6 = V_1;
int32_t L_7 = V_0;
if ((((int32_t)L_6) < ((int32_t)L_7)))
{
goto IL_0010;
}
}
{
// }
return;
}
}
// UnityEngine.Vector3 FairyGUI.GPath::onCRSplineCurve(System.Int32,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GPath_onCRSplineCurve_m9A697F12121B9ACFF68377D1F21AD63F8479FB75 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, int32_t ___ptStart0, int32_t ___ptCount1, float ___t2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPath_onCRSplineCurve_m9A697F12121B9ACFF68377D1F21AD63F8479FB75_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
memset((&V_2), 0, sizeof(V_2));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_3;
memset((&V_3), 0, sizeof(V_3));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_4;
memset((&V_4), 0, sizeof(V_4));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_5;
memset((&V_5), 0, sizeof(V_5));
float V_6 = 0.0f;
float V_7 = 0.0f;
float V_8 = 0.0f;
float V_9 = 0.0f;
float V_10 = 0.0f;
float G_B3_0 = 0.0f;
{
// int adjustedIndex = Mathf.FloorToInt(t * (ptCount - 4)) + ptStart; //Since the equation works with 4 points, we adjust the starting point depending on t to return a point on the specific segment
float L_0 = ___t2;
int32_t L_1 = ___ptCount1;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_2 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)il2cpp_codegen_multiply((float)L_0, (float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)4))))))), /*hidden argument*/NULL);
int32_t L_3 = ___ptStart0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3));
// Vector3 result = new Vector3();
il2cpp_codegen_initobj((&V_1), sizeof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ));
// Vector3 p0 = _points[adjustedIndex];
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_4 = __this->get__points_1();
int32_t L_5 = V_0;
NullCheck(L_4);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
V_2 = L_6;
// Vector3 p1 = _points[adjustedIndex + 1];
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_7 = __this->get__points_1();
int32_t L_8 = V_0;
NullCheck(L_7);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
V_3 = L_9;
// Vector3 p2 = _points[adjustedIndex + 2];
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_10 = __this->get__points_1();
int32_t L_11 = V_0;
NullCheck(L_10);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_12 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)2)), /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
V_4 = L_12;
// Vector3 p3 = _points[adjustedIndex + 3];
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_13 = __this->get__points_1();
int32_t L_14 = V_0;
NullCheck(L_13);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_15 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3)), /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
V_5 = L_15;
// float adjustedT = (t == 1f) ? 1f : Mathf.Repeat(t * (ptCount - 4), 1f); // Then we adjust t to be that value on that new piece of segment... for t == 1f don't use repeat (that would return 0f);
float L_16 = ___t2;
if ((((float)L_16) == ((float)(1.0f))))
{
goto IL_006c;
}
}
{
float L_17 = ___t2;
int32_t L_18 = ___ptCount1;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_19 = Mathf_Repeat_m8459F4AAFF92DB770CC892BF71EE9438D9D0F779(((float)il2cpp_codegen_multiply((float)L_17, (float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)4))))))), (1.0f), /*hidden argument*/NULL);
G_B3_0 = L_19;
goto IL_0071;
}
IL_006c:
{
G_B3_0 = (1.0f);
}
IL_0071:
{
V_6 = G_B3_0;
// float t0 = ((-adjustedT + 2f) * adjustedT - 1f) * adjustedT * 0.5f;
float L_20 = V_6;
float L_21 = V_6;
float L_22 = V_6;
V_7 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((-L_20)), (float)(2.0f))), (float)L_21)), (float)(1.0f))), (float)L_22)), (float)(0.5f)));
// float t1 = (((3f * adjustedT - 5f) * adjustedT) * adjustedT + 2f) * 0.5f;
float L_23 = V_6;
float L_24 = V_6;
float L_25 = V_6;
V_8 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_multiply((float)(3.0f), (float)L_23)), (float)(5.0f))), (float)L_24)), (float)L_25)), (float)(2.0f))), (float)(0.5f)));
// float t2 = ((-3f * adjustedT + 4f) * adjustedT + 1f) * adjustedT * 0.5f;
float L_26 = V_6;
float L_27 = V_6;
float L_28 = V_6;
V_9 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)(-3.0f), (float)L_26)), (float)(4.0f))), (float)L_27)), (float)(1.0f))), (float)L_28)), (float)(0.5f)));
// float t3 = ((adjustedT - 1f) * adjustedT * adjustedT) * 0.5f;
float L_29 = V_6;
float L_30 = V_6;
float L_31 = V_6;
V_10 = ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_29, (float)(1.0f))), (float)L_30)), (float)L_31)), (float)(0.5f)));
// result.x = p0.x * t0 + p1.x * t1 + p2.x * t2 + p3.x * t3;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_32 = V_2;
float L_33 = L_32.get_x_2();
float L_34 = V_7;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_35 = V_3;
float L_36 = L_35.get_x_2();
float L_37 = V_8;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_38 = V_4;
float L_39 = L_38.get_x_2();
float L_40 = V_9;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_41 = V_5;
float L_42 = L_41.get_x_2();
float L_43 = V_10;
(&V_1)->set_x_2(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_33, (float)L_34)), (float)((float)il2cpp_codegen_multiply((float)L_36, (float)L_37)))), (float)((float)il2cpp_codegen_multiply((float)L_39, (float)L_40)))), (float)((float)il2cpp_codegen_multiply((float)L_42, (float)L_43)))));
// result.y = p0.y * t0 + p1.y * t1 + p2.y * t2 + p3.y * t3;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_44 = V_2;
float L_45 = L_44.get_y_3();
float L_46 = V_7;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_47 = V_3;
float L_48 = L_47.get_y_3();
float L_49 = V_8;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_50 = V_4;
float L_51 = L_50.get_y_3();
float L_52 = V_9;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_53 = V_5;
float L_54 = L_53.get_y_3();
float L_55 = V_10;
(&V_1)->set_y_3(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_45, (float)L_46)), (float)((float)il2cpp_codegen_multiply((float)L_48, (float)L_49)))), (float)((float)il2cpp_codegen_multiply((float)L_51, (float)L_52)))), (float)((float)il2cpp_codegen_multiply((float)L_54, (float)L_55)))));
// result.z = p0.z * t0 + p1.z * t1 + p2.z * t2 + p3.z * t3;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_56 = V_2;
float L_57 = L_56.get_z_4();
float L_58 = V_7;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_59 = V_3;
float L_60 = L_59.get_z_4();
float L_61 = V_8;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_62 = V_4;
float L_63 = L_62.get_z_4();
float L_64 = V_9;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_65 = V_5;
float L_66 = L_65.get_z_4();
float L_67 = V_10;
(&V_1)->set_z_4(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_57, (float)L_58)), (float)((float)il2cpp_codegen_multiply((float)L_60, (float)L_61)))), (float)((float)il2cpp_codegen_multiply((float)L_63, (float)L_64)))), (float)((float)il2cpp_codegen_multiply((float)L_66, (float)L_67)))));
// return result;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_68 = V_1;
return L_68;
}
}
// UnityEngine.Vector3 FairyGUI.GPath::OnBezierCurve(System.Int32,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GPath_OnBezierCurve_m6BC689CC439C3CE87DB5CCE862B8B0BA18631D05 (GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * __this, int32_t ___ptStart0, int32_t ___ptCount1, float ___t2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPath_OnBezierCurve_m6BC689CC439C3CE87DB5CCE862B8B0BA18631D05_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2;
memset((&V_2), 0, sizeof(V_2));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_3;
memset((&V_3), 0, sizeof(V_3));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_4;
memset((&V_4), 0, sizeof(V_4));
{
// float t2 = 1f - t;
float L_0 = ___t2;
V_0 = ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_0));
// Vector3 p0 = _points[ptStart];
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_1 = __this->get__points_1();
int32_t L_2 = ___ptStart0;
NullCheck(L_1);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_1, L_2, /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
V_1 = L_3;
// Vector3 p1 = _points[ptStart + 1];
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_4 = __this->get__points_1();
int32_t L_5 = ___ptStart0;
NullCheck(L_4);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
V_2 = L_6;
// Vector3 cp0 = _points[ptStart + 2];
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_7 = __this->get__points_1();
int32_t L_8 = ___ptStart0;
NullCheck(L_7);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_7, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2)), /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
V_3 = L_9;
// if (ptCount == 4)
int32_t L_10 = ___ptCount1;
if ((!(((uint32_t)L_10) == ((uint32_t)4))))
{
goto IL_0090;
}
}
{
// Vector3 cp1 = _points[ptStart + 3];
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_11 = __this->get__points_1();
int32_t L_12 = ___ptStart0;
NullCheck(L_11);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_13 = List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_inline(L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)3)), /*hidden argument*/List_1_get_Item_mB9D869619B30FC5432E5F514D166A02AE8E8D626_RuntimeMethod_var);
V_4 = L_13;
// return t2 * t2 * t2 * p0 + 3f * t2 * t2 * t * cp0 + 3f * t2 * t * t * cp1 + t * t * t * p1;
float L_14 = V_0;
float L_15 = V_0;
float L_16 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_17 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_18 = Vector3_op_Multiply_mC7A8D6FD19E58DBF98E30D454F59F142F7BF8839(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_14, (float)L_15)), (float)L_16)), L_17, /*hidden argument*/NULL);
float L_19 = V_0;
float L_20 = V_0;
float L_21 = ___t2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_22 = V_3;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_23 = Vector3_op_Multiply_mC7A8D6FD19E58DBF98E30D454F59F142F7BF8839(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(3.0f), (float)L_19)), (float)L_20)), (float)L_21)), L_22, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_24 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_18, L_23, /*hidden argument*/NULL);
float L_25 = V_0;
float L_26 = ___t2;
float L_27 = ___t2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_28 = V_4;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_29 = Vector3_op_Multiply_mC7A8D6FD19E58DBF98E30D454F59F142F7BF8839(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(3.0f), (float)L_25)), (float)L_26)), (float)L_27)), L_28, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_30 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_24, L_29, /*hidden argument*/NULL);
float L_31 = ___t2;
float L_32 = ___t2;
float L_33 = ___t2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_34 = V_2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_35 = Vector3_op_Multiply_mC7A8D6FD19E58DBF98E30D454F59F142F7BF8839(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)L_31, (float)L_32)), (float)L_33)), L_34, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_36 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_30, L_35, /*hidden argument*/NULL);
return L_36;
}
IL_0090:
{
// return t2 * t2 * p0 + 2f * t2 * t * cp0 + t * t * p1;
float L_37 = V_0;
float L_38 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_39 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_40 = Vector3_op_Multiply_mC7A8D6FD19E58DBF98E30D454F59F142F7BF8839(((float)il2cpp_codegen_multiply((float)L_37, (float)L_38)), L_39, /*hidden argument*/NULL);
float L_41 = V_0;
float L_42 = ___t2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_43 = V_3;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_44 = Vector3_op_Multiply_mC7A8D6FD19E58DBF98E30D454F59F142F7BF8839(((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_multiply((float)(2.0f), (float)L_41)), (float)L_42)), L_43, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_45 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_40, L_44, /*hidden argument*/NULL);
float L_46 = ___t2;
float L_47 = ___t2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_48 = V_2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_49 = Vector3_op_Multiply_mC7A8D6FD19E58DBF98E30D454F59F142F7BF8839(((float)il2cpp_codegen_multiply((float)L_46, (float)L_47)), L_48, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_50 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_45, L_49, /*hidden argument*/NULL);
return L_50;
}
}
// System.Void FairyGUI.GPath::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPath__cctor_m7BC388FBF2855A96272C6E923A33ED0B61FCEAAC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPath__cctor_m7BC388FBF2855A96272C6E923A33ED0B61FCEAAC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static List<GPathPoint> helperList = new List<GPathPoint>();
List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E * L_0 = (List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E *)il2cpp_codegen_object_new(List_1_t8B71FC214F7513400F83BE50A0BEB51FCF7C815E_il2cpp_TypeInfo_var);
List_1__ctor_m5E996687A643CD54E77F877FD83823A581A96189(L_0, /*hidden argument*/List_1__ctor_m5E996687A643CD54E77F877FD83823A581A96189_RuntimeMethod_var);
((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->set_helperList_3(L_0);
// static List<Vector3> splinePoints = new List<Vector3>();
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * L_1 = (List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 *)il2cpp_codegen_object_new(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5_il2cpp_TypeInfo_var);
List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171(L_1, /*hidden argument*/List_1__ctor_m6834ABFBD98D5EFE53A4BD01EA25BC516F24B171_RuntimeMethod_var);
((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_StaticFields*)il2cpp_codegen_static_fields_for(GPath_t097563F29B192985F7F754E478BB55F8224DF2A2_il2cpp_TypeInfo_var))->set_splinePoints_4(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#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.GPathPoint::.ctor(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPathPoint__ctor_mB26CA549B2186F6464DAD4C840062F6CE7A2DC5E (GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPathPoint__ctor_mB26CA549B2186F6464DAD4C840062F6CE7A2DC5E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// this.pos = pos;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___pos0;
__this->set_pos_0(L_0);
// this.control1 = Vector3.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
__this->set_control1_1(L_1);
// this.control2 = Vector3.zero;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
__this->set_control2_2(L_2);
// this.curveType = CurveType.CRSpline;
__this->set_curveType_3(0);
// }
return;
}
}
IL2CPP_EXTERN_C void GPathPoint__ctor_mB26CA549B2186F6464DAD4C840062F6CE7A2DC5E_AdjustorThunk (RuntimeObject * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, const RuntimeMethod* method)
{
int32_t _offset = 1;
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE * _thisAdjusted = reinterpret_cast<GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE *>(__this + _offset);
GPathPoint__ctor_mB26CA549B2186F6464DAD4C840062F6CE7A2DC5E(_thisAdjusted, ___pos0, method);
}
// System.Void FairyGUI.GPathPoint::.ctor(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPathPoint__ctor_m497BF8CCD7FAAEE04698E068374281354E675EDA (GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPathPoint__ctor_m497BF8CCD7FAAEE04698E068374281354E675EDA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// this.pos = pos;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___pos0;
__this->set_pos_0(L_0);
// this.control1 = control;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = ___control1;
__this->set_control1_1(L_1);
// this.control2 = Vector3.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
__this->set_control2_2(L_2);
// this.curveType = CurveType.Bezier;
__this->set_curveType_3(1);
// }
return;
}
}
IL2CPP_EXTERN_C void GPathPoint__ctor_m497BF8CCD7FAAEE04698E068374281354E675EDA_AdjustorThunk (RuntimeObject * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control1, const RuntimeMethod* method)
{
int32_t _offset = 1;
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE * _thisAdjusted = reinterpret_cast<GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE *>(__this + _offset);
GPathPoint__ctor_m497BF8CCD7FAAEE04698E068374281354E675EDA(_thisAdjusted, ___pos0, ___control1, method);
}
// System.Void FairyGUI.GPathPoint::.ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPathPoint__ctor_m0085C3DA0C6AEAA4283723719CF6F6A219F4C5BB (GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control11, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control22, const RuntimeMethod* method)
{
{
// this.pos = pos;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___pos0;
__this->set_pos_0(L_0);
// this.control1 = control1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = ___control11;
__this->set_control1_1(L_1);
// this.control2 = control2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ___control22;
__this->set_control2_2(L_2);
// this.curveType = CurveType.CubicBezier;
__this->set_curveType_3(2);
// }
return;
}
}
IL2CPP_EXTERN_C void GPathPoint__ctor_m0085C3DA0C6AEAA4283723719CF6F6A219F4C5BB_AdjustorThunk (RuntimeObject * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control11, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___control22, const RuntimeMethod* method)
{
int32_t _offset = 1;
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE * _thisAdjusted = reinterpret_cast<GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE *>(__this + _offset);
GPathPoint__ctor_m0085C3DA0C6AEAA4283723719CF6F6A219F4C5BB(_thisAdjusted, ___pos0, ___control11, ___control22, method);
}
// System.Void FairyGUI.GPathPoint::.ctor(UnityEngine.Vector3,FairyGUI.GPathPoint_CurveType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPathPoint__ctor_m46BBAA9D707EE8E35E75869F5F98F34464B3E565 (GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, int32_t ___curveType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GPathPoint__ctor_m46BBAA9D707EE8E35E75869F5F98F34464B3E565_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// this.pos = pos;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___pos0;
__this->set_pos_0(L_0);
// this.control1 = Vector3.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
__this->set_control1_1(L_1);
// this.control2 = Vector3.zero;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
__this->set_control2_2(L_2);
// this.curveType = curveType;
int32_t L_3 = ___curveType1;
__this->set_curveType_3(L_3);
// }
return;
}
}
IL2CPP_EXTERN_C void GPathPoint__ctor_m46BBAA9D707EE8E35E75869F5F98F34464B3E565_AdjustorThunk (RuntimeObject * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, int32_t ___curveType1, const RuntimeMethod* method)
{
int32_t _offset = 1;
GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE * _thisAdjusted = reinterpret_cast<GPathPoint_t2512C13DF13C8A5F5503B03652C8C3D67CFADBBE *>(__this + _offset);
GPathPoint__ctor_m46BBAA9D707EE8E35E75869F5F98F34464B3E565(_thisAdjusted, ___pos0, ___curveType1, method);
}
#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.GProgressBar::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GProgressBar__ctor_m8A6AB0E769E217A49AF9DA01946A162E38D63E8E (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, const RuntimeMethod* method)
{
{
// public GProgressBar()
GComponent__ctor_mC1D8ACC5AD72FF3D49D73176975190947F9A0DF3(__this, /*hidden argument*/NULL);
// _value = 50;
__this->set__value_94((50.0));
// _max = 100;
__this->set__max_93((100.0));
// }
return;
}
}
// FairyGUI.ProgressTitleType FairyGUI.GProgressBar::get_titleType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GProgressBar_get_titleType_m68854903F82688E46C13E6EA6285C47F185526F5 (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, const RuntimeMethod* method)
{
{
// return _titleType;
int32_t L_0 = __this->get__titleType_95();
return L_0;
}
}
// System.Void FairyGUI.GProgressBar::set_titleType(FairyGUI.ProgressTitleType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GProgressBar_set_titleType_m76EEA47FC143B7865037F89956EB6F8444994A38 (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// if (_titleType != value)
int32_t L_0 = __this->get__titleType_95();
int32_t L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_001c;
}
}
{
// _titleType = value;
int32_t L_2 = ___value0;
__this->set__titleType_95(L_2);
// Update(_value);
double L_3 = __this->get__value_94();
GProgressBar_Update_mC0F9FF5EB1C2014B42C32723E39A45288E38B8D2(__this, L_3, /*hidden argument*/NULL);
}
IL_001c:
{
// }
return;
}
}
// System.Double FairyGUI.GProgressBar::get_max()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double GProgressBar_get_max_m06566B10675AFE57ECCC097D2605B4D87D988034 (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, const RuntimeMethod* method)
{
{
// return _max;
double L_0 = __this->get__max_93();
return L_0;
}
}
// System.Void FairyGUI.GProgressBar::set_max(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GProgressBar_set_max_mDBC4EC664C582CEB54FCE5EE4FB4DBD32E2461A6 (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, double ___value0, const RuntimeMethod* method)
{
{
// if (_max != value)
double L_0 = __this->get__max_93();
double L_1 = ___value0;
if ((((double)L_0) == ((double)L_1)))
{
goto IL_001c;
}
}
{
// _max = value;
double L_2 = ___value0;
__this->set__max_93(L_2);
// Update(_value);
double L_3 = __this->get__value_94();
GProgressBar_Update_mC0F9FF5EB1C2014B42C32723E39A45288E38B8D2(__this, L_3, /*hidden argument*/NULL);
}
IL_001c:
{
// }
return;
}
}
// System.Double FairyGUI.GProgressBar::get_value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double GProgressBar_get_value_mAA5E3023EE9F27E734F617D2D3628AD415A03C7C (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, const RuntimeMethod* method)
{
{
// return _value;
double L_0 = __this->get__value_94();
return L_0;
}
}
// System.Void FairyGUI.GProgressBar::set_value(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GProgressBar_set_value_m0F34B5BDC5806581A11A7F60728BCE80324A53CA (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GProgressBar_set_value_m0F34B5BDC5806581A11A7F60728BCE80324A53CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_value != value)
double L_0 = __this->get__value_94();
double L_1 = ___value0;
if ((((double)L_0) == ((double)L_1)))
{
goto IL_0025;
}
}
{
// GTween.Kill(this, TweenPropType.Progress, false);
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTween_Kill_mFB8C59228F208A8E9EC86927331DDE876E5B15B7(__this, ((int32_t)16), (bool)0, /*hidden argument*/NULL);
// _value = value;
double L_2 = ___value0;
__this->set__value_94(L_2);
// Update(_value);
double L_3 = __this->get__value_94();
GProgressBar_Update_mC0F9FF5EB1C2014B42C32723E39A45288E38B8D2(__this, L_3, /*hidden argument*/NULL);
}
IL_0025:
{
// }
return;
}
}
// System.Boolean FairyGUI.GProgressBar::get_reverse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GProgressBar_get_reverse_m5D9E029BC7BCD3C877AD7B42AF77049963746C9E (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, const RuntimeMethod* method)
{
{
// get { return _reverse; }
bool L_0 = __this->get__reverse_96();
return L_0;
}
}
// System.Void FairyGUI.GProgressBar::set_reverse(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GProgressBar_set_reverse_m6C474EC1F52847DEAB009FB3A3C406BA732ECB02 (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _reverse = value; }
bool L_0 = ___value0;
__this->set__reverse_96(L_0);
// set { _reverse = value; }
return;
}
}
// FairyGUI.GTweener FairyGUI.GProgressBar::TweenValue(System.Double,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GProgressBar_TweenValue_m94CD01C8675112F2BFCE413F2BD7661FFD7D471A (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, double ___value0, float ___duration1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GProgressBar_TweenValue_m94CD01C8675112F2BFCE413F2BD7661FFD7D471A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * V_1 = NULL;
{
// GTweener twener = GTween.GetTween(this, TweenPropType.Progress);
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_0 = GTween_GetTween_m6102BB771BA85791357C5595FEA75B13DE2F4E9F(__this, ((int32_t)16), /*hidden argument*/NULL);
V_1 = L_0;
// if (twener != null)
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_1 = V_1;
if (!L_1)
{
goto IL_0021;
}
}
{
// oldValule = twener.value.d;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_2 = V_1;
NullCheck(L_2);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_3 = GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
double L_4 = L_3->get_d_4();
V_0 = L_4;
// twener.Kill(false);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_5 = V_1;
NullCheck(L_5);
GTweener_Kill_mCCC79DE51185B6D32A1E0C143A21275C6E8E0997(L_5, (bool)0, /*hidden argument*/NULL);
// }
goto IL_0028;
}
IL_0021:
{
// oldValule = _value;
double L_6 = __this->get__value_94();
V_0 = L_6;
}
IL_0028:
{
// _value = value;
double L_7 = ___value0;
__this->set__value_94(L_7);
// return GTween.ToDouble(oldValule, _value, duration)
// .SetEase(EaseType.Linear)
// .SetTarget(this, TweenPropType.Progress);
double L_8 = V_0;
double L_9 = __this->get__value_94();
float L_10 = ___duration1;
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_11 = GTween_ToDouble_m06D671FF0811263D903947A699B01C0D36B2241B(L_8, L_9, L_10, /*hidden argument*/NULL);
NullCheck(L_11);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_12 = GTweener_SetEase_mF91A771B8A57093C78AD3E8545802266DACF6AEC(L_11, 0, /*hidden argument*/NULL);
NullCheck(L_12);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_13 = GTweener_SetTarget_m66F8E603DF14E12BF7A748C3E76331A4570D9646(L_12, __this, ((int32_t)16), /*hidden argument*/NULL);
return L_13;
}
}
// System.Void FairyGUI.GProgressBar::Update(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GProgressBar_Update_mC0F9FF5EB1C2014B42C32723E39A45288E38B8D2 (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, double ___newValue0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GProgressBar_Update_mC0F9FF5EB1C2014B42C32723E39A45288E38B8D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
int32_t V_3 = 0;
float G_B3_0 = 0.0f;
{
// float percent = _max != 0 ? (float)Math.Min(newValue / _max, 1) : 0;
double L_0 = __this->get__max_93();
if ((!(((double)L_0) == ((double)(0.0)))))
{
goto IL_0018;
}
}
{
G_B3_0 = (0.0f);
goto IL_002f;
}
IL_0018:
{
double L_1 = ___newValue0;
double L_2 = __this->get__max_93();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_3 = Math_Min_m18EB8E9F2EBAF3ACB521CDB9BBC4E358103F3075(((double)((double)L_1/(double)L_2)), (1.0), /*hidden argument*/NULL);
G_B3_0 = (((float)((float)L_3)));
}
IL_002f:
{
V_0 = G_B3_0;
// if (_titleObject != null)
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_4 = __this->get__titleObject_97();
if (!L_4)
{
goto IL_00f4;
}
}
{
// switch (_titleType)
int32_t L_5 = __this->get__titleType_95();
V_3 = L_5;
int32_t L_6 = V_3;
switch (L_6)
{
case 0:
{
goto IL_005d;
}
case 1:
{
goto IL_0085;
}
case 2:
{
goto IL_00b7;
}
case 3:
{
goto IL_00d4;
}
}
}
{
goto IL_00f4;
}
IL_005d:
{
// _titleObject.text = Mathf.FloorToInt(percent * 100) + "%";
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_7 = __this->get__titleObject_97();
float L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_9 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)il2cpp_codegen_multiply((float)L_8, (float)(100.0f))), /*hidden argument*/NULL);
int32_t L_10 = L_9;
RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10);
String_t* L_12 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(L_11, _stringLiteral4345CB1FA27885A8FBFE7C0C830A592CC76A552B, /*hidden argument*/NULL);
NullCheck(L_7);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_7, L_12);
// break;
goto IL_00f4;
}
IL_0085:
{
// _titleObject.text = Math.Round(newValue) + "/" + Math.Round(max);
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_13 = __this->get__titleObject_97();
double L_14 = ___newValue0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_15 = bankers_round(L_14);
double L_16 = L_15;
RuntimeObject * L_17 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_16);
double L_18 = GProgressBar_get_max_m06566B10675AFE57ECCC097D2605B4D87D988034_inline(__this, /*hidden argument*/NULL);
double L_19 = bankers_round(L_18);
double L_20 = L_19;
RuntimeObject * L_21 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_20);
String_t* L_22 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_17, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, L_21, /*hidden argument*/NULL);
NullCheck(L_13);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_13, L_22);
// break;
goto IL_00f4;
}
IL_00b7:
{
// _titleObject.text = "" + Math.Round(newValue);
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_23 = __this->get__titleObject_97();
double L_24 = ___newValue0;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_25 = bankers_round(L_24);
double L_26 = L_25;
RuntimeObject * L_27 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_26);
String_t* L_28 = String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1(L_27, /*hidden argument*/NULL);
NullCheck(L_23);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_23, L_28);
// break;
goto IL_00f4;
}
IL_00d4:
{
// _titleObject.text = "" + Math.Round(_max);
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_29 = __this->get__titleObject_97();
double L_30 = __this->get__max_93();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_31 = bankers_round(L_30);
double L_32 = L_31;
RuntimeObject * L_33 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_32);
String_t* L_34 = String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1(L_33, /*hidden argument*/NULL);
NullCheck(L_29);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_29, L_34);
}
IL_00f4:
{
// float fullWidth = this.width - _barMaxWidthDelta;
float L_35 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
float L_36 = __this->get__barMaxWidthDelta_103();
V_1 = ((float)il2cpp_codegen_subtract((float)L_35, (float)L_36));
// float fullHeight = this.height - _barMaxHeightDelta;
float L_37 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(__this, /*hidden argument*/NULL);
float L_38 = __this->get__barMaxHeightDelta_104();
V_2 = ((float)il2cpp_codegen_subtract((float)L_37, (float)L_38));
// if (!_reverse)
bool L_39 = __this->get__reverse_96();
if (L_39)
{
goto IL_0229;
}
}
{
// if (_barObjectH != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_40 = __this->get__barObjectH_99();
if (!L_40)
{
goto IL_019b;
}
}
{
// if ((_barObjectH is GImage) && ((GImage)_barObjectH).fillMethod != FillMethod.None)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_41 = __this->get__barObjectH_99();
if (!((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)IsInstClass((RuntimeObject*)L_41, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)))
{
goto IL_0155;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_42 = __this->get__barObjectH_99();
NullCheck(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_42, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)));
int32_t L_43 = GImage_get_fillMethod_m05244A7E608127F7EB95375378650A82308CFD39(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_42, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_43)
{
goto IL_0155;
}
}
{
// ((GImage)_barObjectH).fillAmount = percent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_44 = __this->get__barObjectH_99();
float L_45 = V_0;
NullCheck(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_44, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)));
GImage_set_fillAmount_mA16219F3403AC69A914CF2CA21D3106C418AFFD1(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_44, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)), L_45, /*hidden argument*/NULL);
goto IL_019b;
}
IL_0155:
{
// else if ((_barObjectH is GLoader) && ((GLoader)_barObjectH).fillMethod != FillMethod.None)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_46 = __this->get__barObjectH_99();
if (!((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)IsInstClass((RuntimeObject*)L_46, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)))
{
goto IL_0187;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_47 = __this->get__barObjectH_99();
NullCheck(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_47, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
int32_t L_48 = GLoader_get_fillMethod_mFBAB6452346221A4583298336507A02480951E27(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_47, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_48)
{
goto IL_0187;
}
}
{
// ((GLoader)_barObjectH).fillAmount = percent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_49 = __this->get__barObjectH_99();
float L_50 = V_0;
NullCheck(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_49, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
GLoader_set_fillAmount_m0F7DAF01147FB27346FFAD2F2C3A5F7BC573FC51(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_49, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), L_50, /*hidden argument*/NULL);
goto IL_019b;
}
IL_0187:
{
// _barObjectH.width = Mathf.RoundToInt(fullWidth * percent);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_51 = __this->get__barObjectH_99();
float L_52 = V_1;
float L_53 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_54 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(((float)il2cpp_codegen_multiply((float)L_52, (float)L_53)), /*hidden argument*/NULL);
NullCheck(L_51);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_51, (((float)((float)L_54))), /*hidden argument*/NULL);
}
IL_019b:
{
// if (_barObjectV != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_55 = __this->get__barObjectV_100();
if (!L_55)
{
goto IL_0385;
}
}
{
// if ((_barObjectV is GImage) && ((GImage)_barObjectV).fillMethod != FillMethod.None)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_56 = __this->get__barObjectV_100();
if (!((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)IsInstClass((RuntimeObject*)L_56, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)))
{
goto IL_01db;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_57 = __this->get__barObjectV_100();
NullCheck(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_57, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)));
int32_t L_58 = GImage_get_fillMethod_m05244A7E608127F7EB95375378650A82308CFD39(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_57, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_58)
{
goto IL_01db;
}
}
{
// ((GImage)_barObjectV).fillAmount = percent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_59 = __this->get__barObjectV_100();
float L_60 = V_0;
NullCheck(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_59, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)));
GImage_set_fillAmount_mA16219F3403AC69A914CF2CA21D3106C418AFFD1(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_59, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)), L_60, /*hidden argument*/NULL);
goto IL_0385;
}
IL_01db:
{
// else if ((_barObjectV is GLoader) && ((GLoader)_barObjectV).fillMethod != FillMethod.None)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_61 = __this->get__barObjectV_100();
if (!((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)IsInstClass((RuntimeObject*)L_61, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)))
{
goto IL_0210;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_62 = __this->get__barObjectV_100();
NullCheck(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_62, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
int32_t L_63 = GLoader_get_fillMethod_mFBAB6452346221A4583298336507A02480951E27(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_62, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_63)
{
goto IL_0210;
}
}
{
// ((GLoader)_barObjectV).fillAmount = percent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_64 = __this->get__barObjectV_100();
float L_65 = V_0;
NullCheck(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_64, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
GLoader_set_fillAmount_m0F7DAF01147FB27346FFAD2F2C3A5F7BC573FC51(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_64, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), L_65, /*hidden argument*/NULL);
goto IL_0385;
}
IL_0210:
{
// _barObjectV.height = Mathf.RoundToInt(fullHeight * percent);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_66 = __this->get__barObjectV_100();
float L_67 = V_2;
float L_68 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_69 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(((float)il2cpp_codegen_multiply((float)L_67, (float)L_68)), /*hidden argument*/NULL);
NullCheck(L_66);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_66, (((float)((float)L_69))), /*hidden argument*/NULL);
// }
goto IL_0385;
}
IL_0229:
{
// if (_barObjectH != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_70 = __this->get__barObjectH_99();
if (!L_70)
{
goto IL_02d7;
}
}
{
// if ((_barObjectH is GImage) && ((GImage)_barObjectH).fillMethod != FillMethod.None)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_71 = __this->get__barObjectH_99();
if (!((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)IsInstClass((RuntimeObject*)L_71, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)))
{
goto IL_026c;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_72 = __this->get__barObjectH_99();
NullCheck(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_72, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)));
int32_t L_73 = GImage_get_fillMethod_m05244A7E608127F7EB95375378650A82308CFD39(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_72, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_73)
{
goto IL_026c;
}
}
{
// ((GImage)_barObjectH).fillAmount = 1 - percent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_74 = __this->get__barObjectH_99();
float L_75 = V_0;
NullCheck(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_74, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)));
GImage_set_fillAmount_mA16219F3403AC69A914CF2CA21D3106C418AFFD1(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_74, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_75)), /*hidden argument*/NULL);
goto IL_02d7;
}
IL_026c:
{
// else if ((_barObjectH is GLoader) && ((GLoader)_barObjectH).fillMethod != FillMethod.None)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_76 = __this->get__barObjectH_99();
if (!((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)IsInstClass((RuntimeObject*)L_76, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)))
{
goto IL_02a4;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_77 = __this->get__barObjectH_99();
NullCheck(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_77, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
int32_t L_78 = GLoader_get_fillMethod_mFBAB6452346221A4583298336507A02480951E27(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_77, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_78)
{
goto IL_02a4;
}
}
{
// ((GLoader)_barObjectH).fillAmount = 1 - percent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_79 = __this->get__barObjectH_99();
float L_80 = V_0;
NullCheck(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_79, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
GLoader_set_fillAmount_m0F7DAF01147FB27346FFAD2F2C3A5F7BC573FC51(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_79, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_80)), /*hidden argument*/NULL);
goto IL_02d7;
}
IL_02a4:
{
// _barObjectH.width = Mathf.RoundToInt(fullWidth * percent);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_81 = __this->get__barObjectH_99();
float L_82 = V_1;
float L_83 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_84 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(((float)il2cpp_codegen_multiply((float)L_82, (float)L_83)), /*hidden argument*/NULL);
NullCheck(L_81);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_81, (((float)((float)L_84))), /*hidden argument*/NULL);
// _barObjectH.x = _barStartX + (fullWidth - _barObjectH.width);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_85 = __this->get__barObjectH_99();
float L_86 = __this->get__barStartX_105();
float L_87 = V_1;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_88 = __this->get__barObjectH_99();
NullCheck(L_88);
float L_89 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_88, /*hidden argument*/NULL);
NullCheck(L_85);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_85, ((float)il2cpp_codegen_add((float)L_86, (float)((float)il2cpp_codegen_subtract((float)L_87, (float)L_89)))), /*hidden argument*/NULL);
}
IL_02d7:
{
// if (_barObjectV != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_90 = __this->get__barObjectV_100();
if (!L_90)
{
goto IL_0385;
}
}
{
// if ((_barObjectV is GImage) && ((GImage)_barObjectV).fillMethod != FillMethod.None)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_91 = __this->get__barObjectV_100();
if (!((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)IsInstClass((RuntimeObject*)L_91, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)))
{
goto IL_031a;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_92 = __this->get__barObjectV_100();
NullCheck(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_92, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)));
int32_t L_93 = GImage_get_fillMethod_m05244A7E608127F7EB95375378650A82308CFD39(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_92, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_93)
{
goto IL_031a;
}
}
{
// ((GImage)_barObjectV).fillAmount = 1 - percent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_94 = __this->get__barObjectV_100();
float L_95 = V_0;
NullCheck(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_94, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)));
GImage_set_fillAmount_mA16219F3403AC69A914CF2CA21D3106C418AFFD1(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_94, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_95)), /*hidden argument*/NULL);
goto IL_0385;
}
IL_031a:
{
// else if ((_barObjectV is GLoader) && ((GLoader)_barObjectV).fillMethod != FillMethod.None)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_96 = __this->get__barObjectV_100();
if (!((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)IsInstClass((RuntimeObject*)L_96, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)))
{
goto IL_0352;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_97 = __this->get__barObjectV_100();
NullCheck(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_97, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
int32_t L_98 = GLoader_get_fillMethod_mFBAB6452346221A4583298336507A02480951E27(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_97, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_98)
{
goto IL_0352;
}
}
{
// ((GLoader)_barObjectV).fillAmount = 1 - percent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_99 = __this->get__barObjectV_100();
float L_100 = V_0;
NullCheck(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_99, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
GLoader_set_fillAmount_m0F7DAF01147FB27346FFAD2F2C3A5F7BC573FC51(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_99, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_100)), /*hidden argument*/NULL);
goto IL_0385;
}
IL_0352:
{
// _barObjectV.height = Mathf.RoundToInt(fullHeight * percent);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_101 = __this->get__barObjectV_100();
float L_102 = V_2;
float L_103 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_104 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(((float)il2cpp_codegen_multiply((float)L_102, (float)L_103)), /*hidden argument*/NULL);
NullCheck(L_101);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_101, (((float)((float)L_104))), /*hidden argument*/NULL);
// _barObjectV.y = _barStartY + (fullHeight - _barObjectV.height);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_105 = __this->get__barObjectV_100();
float L_106 = __this->get__barStartY_106();
float L_107 = V_2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_108 = __this->get__barObjectV_100();
NullCheck(L_108);
float L_109 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_108, /*hidden argument*/NULL);
NullCheck(L_105);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(L_105, ((float)il2cpp_codegen_add((float)L_106, (float)((float)il2cpp_codegen_subtract((float)L_107, (float)L_109)))), /*hidden argument*/NULL);
}
IL_0385:
{
// if (_aniObject != null)
GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 * L_110 = __this->get__aniObject_98();
if (!L_110)
{
goto IL_03a4;
}
}
{
// _aniObject.frame = Mathf.RoundToInt(percent * 100);
GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 * L_111 = __this->get__aniObject_98();
float L_112 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_113 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(((float)il2cpp_codegen_multiply((float)L_112, (float)(100.0f))), /*hidden argument*/NULL);
NullCheck(L_111);
GMovieClip_set_frame_mED81DE118979F6FE6090651BF946ECC0356A7A55(L_111, L_113, /*hidden argument*/NULL);
}
IL_03a4:
{
// InvalidateBatchingState(true);
GComponent_InvalidateBatchingState_mED7EF940AAF87D06695F79C878D654BED0D38084(__this, (bool)1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GProgressBar::ConstructExtension(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GProgressBar_ConstructExtension_m2E3354169BEAF68F3B64B75742BBB0A59D31C49A (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GProgressBar_ConstructExtension_m2E3354169BEAF68F3B64B75742BBB0A59D31C49A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// buffer.Seek(0, 6);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
NullCheck(L_0);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_0, 0, 6, /*hidden argument*/NULL);
// _titleType = (ProgressTitleType)buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_1 = ___buffer0;
NullCheck(L_1);
uint8_t L_2 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_1, /*hidden argument*/NULL);
__this->set__titleType_95(L_2);
// _reverse = buffer.ReadBool();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_3 = ___buffer0;
NullCheck(L_3);
bool L_4 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_3, /*hidden argument*/NULL);
__this->set__reverse_96(L_4);
// _titleObject = GetChild("title") as GTextField;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(__this, _stringLiteral3C6DE1B7DD91465D437EF415F94F36AFC1FBC8A8, /*hidden argument*/NULL);
__this->set__titleObject_97(((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)IsInstClass((RuntimeObject*)L_5, GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058_il2cpp_TypeInfo_var)));
// _barObjectH = GetChild("bar");
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(__this, _stringLiteral62CDB7020FF920E5AA642C3D4066950DD1F01F4D, /*hidden argument*/NULL);
__this->set__barObjectH_99(L_6);
// _barObjectV = GetChild("bar_v");
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(__this, _stringLiteral689C77C355CEF155BAD97E66EBE0E2198F8884C4, /*hidden argument*/NULL);
__this->set__barObjectV_100(L_7);
// _aniObject = GetChild("ani") as GMovieClip;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(__this, _stringLiteral3F79CCD1432F8960AA9062D90665FEABB5FD19D8, /*hidden argument*/NULL);
__this->set__aniObject_98(((GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84 *)IsInstClass((RuntimeObject*)L_8, GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84_il2cpp_TypeInfo_var)));
// if (_barObjectH != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = __this->get__barObjectH_99();
if (!L_9)
{
goto IL_00ac;
}
}
{
// _barMaxWidth = _barObjectH.width;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = __this->get__barObjectH_99();
NullCheck(L_10);
float L_11 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_10, /*hidden argument*/NULL);
__this->set__barMaxWidth_101(L_11);
// _barMaxWidthDelta = this.width - _barMaxWidth;
float L_12 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
float L_13 = __this->get__barMaxWidth_101();
__this->set__barMaxWidthDelta_103(((float)il2cpp_codegen_subtract((float)L_12, (float)L_13)));
// _barStartX = _barObjectH.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = __this->get__barObjectH_99();
NullCheck(L_14);
float L_15 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_14, /*hidden argument*/NULL);
__this->set__barStartX_105(L_15);
}
IL_00ac:
{
// if (_barObjectV != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_16 = __this->get__barObjectV_100();
if (!L_16)
{
goto IL_00e9;
}
}
{
// _barMaxHeight = _barObjectV.height;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_17 = __this->get__barObjectV_100();
NullCheck(L_17);
float L_18 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_17, /*hidden argument*/NULL);
__this->set__barMaxHeight_102(L_18);
// _barMaxHeightDelta = this.height - _barMaxHeight;
float L_19 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(__this, /*hidden argument*/NULL);
float L_20 = __this->get__barMaxHeight_102();
__this->set__barMaxHeightDelta_104(((float)il2cpp_codegen_subtract((float)L_19, (float)L_20)));
// _barStartY = _barObjectV.y;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = __this->get__barObjectV_100();
NullCheck(L_21);
float L_22 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_21, /*hidden argument*/NULL);
__this->set__barStartY_106(L_22);
}
IL_00e9:
{
// }
return;
}
}
// System.Void FairyGUI.GProgressBar::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GProgressBar_Setup_AfterAdd_mA762384E6C397289CE5220EF5BF4668767A20859 (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, int32_t ___beginPos1, const RuntimeMethod* method)
{
{
// base.Setup_AfterAdd(buffer, beginPos);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
int32_t L_1 = ___beginPos1;
GComponent_Setup_AfterAdd_m0885FD330DB62285D385F2E80373296C002EFAF4(__this, L_0, L_1, /*hidden argument*/NULL);
// if (!buffer.Seek(beginPos, 6))
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_2 = ___buffer0;
int32_t L_3 = ___beginPos1;
NullCheck(L_2);
bool L_4 = ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_2, L_3, 6, /*hidden argument*/NULL);
if (L_4)
{
goto IL_001f;
}
}
{
// Update(_value);
double L_5 = __this->get__value_94();
GProgressBar_Update_mC0F9FF5EB1C2014B42C32723E39A45288E38B8D2(__this, L_5, /*hidden argument*/NULL);
// return;
return;
}
IL_001f:
{
// if ((ObjectType)buffer.ReadByte() != packageItem.objectType)
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_6 = ___buffer0;
NullCheck(L_6);
uint8_t L_7 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_6, /*hidden argument*/NULL);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_8 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)__this)->get_packageItem_18();
NullCheck(L_8);
int32_t L_9 = L_8->get_objectType_2();
if ((((int32_t)L_7) == ((int32_t)L_9)))
{
goto IL_003f;
}
}
{
// Update(_value);
double L_10 = __this->get__value_94();
GProgressBar_Update_mC0F9FF5EB1C2014B42C32723E39A45288E38B8D2(__this, L_10, /*hidden argument*/NULL);
// return;
return;
}
IL_003f:
{
// _value = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_11 = ___buffer0;
NullCheck(L_11);
int32_t L_12 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_11, /*hidden argument*/NULL);
__this->set__value_94((((double)((double)L_12))));
// _max = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_13 = ___buffer0;
NullCheck(L_13);
int32_t L_14 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_13, /*hidden argument*/NULL);
__this->set__max_93((((double)((double)L_14))));
// Update(_value);
double L_15 = __this->get__value_94();
GProgressBar_Update_mC0F9FF5EB1C2014B42C32723E39A45288E38B8D2(__this, L_15, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GProgressBar::HandleSizeChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GProgressBar_HandleSizeChanged_mE9CD6A85535D75267FEFCBE8AEFBDB8F8914303C (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, const RuntimeMethod* method)
{
{
// base.HandleSizeChanged();
GComponent_HandleSizeChanged_m6FF26BC7ECEB18B410EC364ECD49812D9A15C10D(__this, /*hidden argument*/NULL);
// if (_barObjectH != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__barObjectH_99();
if (!L_0)
{
goto IL_0021;
}
}
{
// _barMaxWidth = this.width - _barMaxWidthDelta;
float L_1 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
float L_2 = __this->get__barMaxWidthDelta_103();
__this->set__barMaxWidth_101(((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)));
}
IL_0021:
{
// if (_barObjectV != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__barObjectV_100();
if (!L_3)
{
goto IL_003c;
}
}
{
// _barMaxHeight = this.height - _barMaxHeightDelta;
float L_4 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(__this, /*hidden argument*/NULL);
float L_5 = __this->get__barMaxHeightDelta_104();
__this->set__barMaxHeight_102(((float)il2cpp_codegen_subtract((float)L_4, (float)L_5)));
}
IL_003c:
{
// if (!this.underConstruct)
bool L_6 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)__this)->get_underConstruct_60();
if (L_6)
{
goto IL_0050;
}
}
{
// Update(_value);
double L_7 = __this->get__value_94();
GProgressBar_Update_mC0F9FF5EB1C2014B42C32723E39A45288E38B8D2(__this, L_7, /*hidden argument*/NULL);
}
IL_0050:
{
// }
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.RichTextField FairyGUI.GRichTextField::get_richTextField()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * GRichTextField_get_richTextField_m604989B3D07A4F9225392D1BD32705829FC3D707 (GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F * __this, const RuntimeMethod* method)
{
{
// public RichTextField richTextField { get; private set; }
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = __this->get_U3CrichTextFieldU3Ek__BackingField_79();
return L_0;
}
}
// System.Void FairyGUI.GRichTextField::set_richTextField(FairyGUI.RichTextField)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRichTextField_set_richTextField_m8B2B9A443A1FCB08600EBA6BA23EE10B26F21955 (GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F * __this, RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ___value0, const RuntimeMethod* method)
{
{
// public RichTextField richTextField { get; private set; }
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = ___value0;
__this->set_U3CrichTextFieldU3Ek__BackingField_79(L_0);
return;
}
}
// System.Void FairyGUI.GRichTextField::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRichTextField__ctor_m29FF68A93DD3FC2C1D78D4DBEC7398066EAB6E61 (GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F * __this, const RuntimeMethod* method)
{
{
// : base()
GTextField__ctor_m8705E6A0B5D50A68FF6290C58646285A2508D61A(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRichTextField::CreateDisplayObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRichTextField_CreateDisplayObject_m61B90AB3A6325D5AC7C642FFA73946527499D552 (GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRichTextField_CreateDisplayObject_m61B90AB3A6325D5AC7C642FFA73946527499D552_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// richTextField = new RichTextField();
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 *)il2cpp_codegen_object_new(RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294_il2cpp_TypeInfo_var);
RichTextField__ctor_m0138035CB49B11B9AF12DEB61F34D458F4658CB3(L_0, /*hidden argument*/NULL);
GRichTextField_set_richTextField_m8B2B9A443A1FCB08600EBA6BA23EE10B26F21955_inline(__this, L_0, /*hidden argument*/NULL);
// richTextField.gOwner = this;
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_1 = GRichTextField_get_richTextField_m604989B3D07A4F9225392D1BD32705829FC3D707_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_1)->set_gOwner_9(__this);
// displayObject = richTextField;
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_2 = GRichTextField_get_richTextField_m604989B3D07A4F9225392D1BD32705829FC3D707_inline(__this, /*hidden argument*/NULL);
GObject_set_displayObject_m49BC3A13060F05B78A3E926E128224DA628C1D14_inline(__this, L_2, /*hidden argument*/NULL);
// _textField = richTextField.textField;
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_3 = GRichTextField_get_richTextField_m604989B3D07A4F9225392D1BD32705829FC3D707_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_4 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(L_3, /*hidden argument*/NULL);
((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)__this)->set__textField_74(L_4);
// }
return;
}
}
// System.Void FairyGUI.GRichTextField::SetTextFieldText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRichTextField_SetTextFieldText_m0D6276DE47163D1CF4FDB973F2B0594CC41A20A0 (GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRichTextField_SetTextFieldText_m0D6276DE47163D1CF4FDB973F2B0594CC41A20A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// string str = _text;
String_t* L_0 = ((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)__this)->get__text_75();
V_0 = L_0;
// if (_templateVars != null)
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = ((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)__this)->get__templateVars_78();
if (!L_1)
{
goto IL_0017;
}
}
{
// str = ParseTemplate(str);
String_t* L_2 = V_0;
String_t* L_3 = GTextField_ParseTemplate_m8BCBAD8E519E634AA0D1C86497229D361B7A01C6(__this, L_2, /*hidden argument*/NULL);
V_0 = L_3;
}
IL_0017:
{
// _textField.maxWidth = maxWidth;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_4 = ((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)__this)->get__textField_74();
int32_t L_5 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)__this)->get_maxWidth_10();
NullCheck(L_4);
TextField_set_maxWidth_mEA9CD35EC699E3E3FBCFC41724715F8F8887E92A(L_4, L_5, /*hidden argument*/NULL);
// if (_ubbEnabled)
bool L_6 = ((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)__this)->get__ubbEnabled_76();
if (!L_6)
{
goto IL_0047;
}
}
{
// richTextField.htmlText = UBBParser.inst.Parse(str);
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_7 = GRichTextField_get_richTextField_m604989B3D07A4F9225392D1BD32705829FC3D707_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_il2cpp_TypeInfo_var);
UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * L_8 = ((UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_StaticFields*)il2cpp_codegen_static_fields_for(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_il2cpp_TypeInfo_var))->get_inst_0();
String_t* L_9 = V_0;
NullCheck(L_8);
String_t* L_10 = UBBParser_Parse_mA0C1760A771802A4574481AD912EA7A2891B1254(L_8, L_9, /*hidden argument*/NULL);
NullCheck(L_7);
VirtActionInvoker1< String_t* >::Invoke(28 /* System.Void FairyGUI.RichTextField::set_htmlText(System.String) */, L_7, L_10);
return;
}
IL_0047:
{
// richTextField.htmlText = str;
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_11 = GRichTextField_get_richTextField_m604989B3D07A4F9225392D1BD32705829FC3D707_inline(__this, /*hidden argument*/NULL);
String_t* L_12 = V_0;
NullCheck(L_11);
VirtActionInvoker1< String_t* >::Invoke(28 /* System.Void FairyGUI.RichTextField::set_htmlText(System.String) */, L_11, L_12);
// }
return;
}
}
// System.Void FairyGUI.GRichTextField::GetTextFieldText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRichTextField_GetTextFieldText_mDBD90710B5E45B50610DD53035C12011BAE0D367 (GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F * __this, const RuntimeMethod* method)
{
{
// _text = richTextField.text;
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = GRichTextField_get_richTextField_m604989B3D07A4F9225392D1BD32705829FC3D707_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String FairyGUI.RichTextField::get_text() */, L_0);
((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)__this)->set__text_75(L_1);
// }
return;
}
}
// System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji> FairyGUI.GRichTextField::get_emojies()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * GRichTextField_get_emojies_mA5E3316F03F998DDC163CE48FDCBBBE962721A6B (GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F * __this, const RuntimeMethod* method)
{
{
// get { return richTextField.emojies; }
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = GRichTextField_get_richTextField_m604989B3D07A4F9225392D1BD32705829FC3D707_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * L_1 = RichTextField_get_emojies_m8CC01177CE71EB00C78535B23971127634F9C31A_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GRichTextField::set_emojies(System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRichTextField_set_emojies_m54F7CD524BB1500211EFBCAEF1BB16C898039798 (GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F * __this, Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * ___value0, const RuntimeMethod* method)
{
{
// set { richTextField.emojies = value; }
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = GRichTextField_get_richTextField_m604989B3D07A4F9225392D1BD32705829FC3D707_inline(__this, /*hidden argument*/NULL);
Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * L_1 = ___value0;
NullCheck(L_0);
RichTextField_set_emojies_m053586C9B761EBC6960433A9A4A64C946E8BFB31_inline(L_0, L_1, /*hidden argument*/NULL);
// set { richTextField.emojies = 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
// System.Single FairyGUI.GRoot::get_contentScaleFactor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GRoot_get_contentScaleFactor_m148CD958922A560C77F2AC4AA1A593BD3AC71DBA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_get_contentScaleFactor_m148CD958922A560C77F2AC4AA1A593BD3AC71DBA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return UIContentScaler.scaleFactor; }
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
float L_0 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
return L_0;
}
}
// FairyGUI.GRoot FairyGUI.GRoot::get_inst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_get_inst_m5D6C63CC62CF791590415144C7D3EE7C073EFB12_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_inst == null)
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_0 = ((GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_StaticFields*)il2cpp_codegen_static_fields_for(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var))->get__inst_99();
if (L_0)
{
goto IL_000c;
}
}
{
// Stage.Instantiate();
Stage_Instantiate_m381716F52012BC81025BBE16432E33225DE53E5A(/*hidden argument*/NULL);
}
IL_000c:
{
// return _inst;
GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * L_1 = ((GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_StaticFields*)il2cpp_codegen_static_fields_for(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F_il2cpp_TypeInfo_var))->get__inst_99();
return L_1;
}
}
// System.Void FairyGUI.GRoot::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot__ctor_mA1071079483DAB78C7219D5D1CF1F38F78CC37B7 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot__ctor_mA1071079483DAB78C7219D5D1CF1F38F78CC37B7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// public GRoot()
GComponent__ctor_mC1D8ACC5AD72FF3D49D73176975190947F9A0DF3(__this, /*hidden argument*/NULL);
// this.name = this.rootContainer.name = this.rootContainer.gameObject.name = "GRoot";
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_0 = GComponent_get_rootContainer_mC1F22290CB1E11F143C85DCC2A2D264608EDEB54_inline(__this, /*hidden argument*/NULL);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_1 = GComponent_get_rootContainer_mC1F22290CB1E11F143C85DCC2A2D264608EDEB54_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(L_1, /*hidden argument*/NULL);
String_t* L_3 = _stringLiteral293B6C2B52B1FBA8C33E238E55CFCE4D14073F8A;
V_0 = L_3;
NullCheck(L_2);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_2, L_3, /*hidden argument*/NULL);
String_t* L_4 = V_0;
String_t* L_5 = L_4;
V_0 = L_5;
NullCheck(L_0);
((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_0)->set_name_2(L_5);
String_t* L_6 = V_0;
((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)__this)->set_name_3(L_6);
// this.opaque = false;
GComponent_set_opaque_m8FBE9821DC9530E279CFF460EC27E816A2193A9A(__this, (bool)0, /*hidden argument*/NULL);
// _popupStack = new List<GObject>();
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_7 = (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *)il2cpp_codegen_object_new(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42_il2cpp_TypeInfo_var);
List_1__ctor_mDD1D44EF1F6F49D6C966512AABDD574338253B15(L_7, /*hidden argument*/List_1__ctor_mDD1D44EF1F6F49D6C966512AABDD574338253B15_RuntimeMethod_var);
__this->set__popupStack_95(L_7);
// _justClosedPopups = new List<GObject>();
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_8 = (List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 *)il2cpp_codegen_object_new(List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42_il2cpp_TypeInfo_var);
List_1__ctor_mDD1D44EF1F6F49D6C966512AABDD574338253B15(L_8, /*hidden argument*/List_1__ctor_mDD1D44EF1F6F49D6C966512AABDD574338253B15_RuntimeMethod_var);
__this->set__justClosedPopups_96(L_8);
// Stage.inst.onTouchBegin.AddCapture(__stageTouchBegin);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_9 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_9);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_10 = DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308(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)GRoot___stageTouchBegin_mBC6F83524A720292A4585546ECF707854AD67971_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_10);
EventListener_AddCapture_mCE2A23DC083D747B0BF7120578DA36B58017666F(L_10, L_11, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::SetContentScaleFactor(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_SetContentScaleFactor_mF62D19A70A31D5D5CCB570FD6A17F580C5621FA4 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, int32_t ___designResolutionX0, int32_t ___designResolutionY1, const RuntimeMethod* method)
{
{
// SetContentScaleFactor(designResolutionX, designResolutionY, UIContentScaler.ScreenMatchMode.MatchWidthOrHeight);
int32_t L_0 = ___designResolutionX0;
int32_t L_1 = ___designResolutionY1;
GRoot_SetContentScaleFactor_mAE2A33643316A8947569BD4BE3B21F5348337E4F(__this, L_0, L_1, 0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::SetContentScaleFactor(System.Int32,System.Int32,FairyGUI.UIContentScaler_ScreenMatchMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_SetContentScaleFactor_mAE2A33643316A8947569BD4BE3B21F5348337E4F (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, int32_t ___designResolutionX0, int32_t ___designResolutionY1, int32_t ___screenMatchMode2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_SetContentScaleFactor_mAE2A33643316A8947569BD4BE3B21F5348337E4F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// UIContentScaler scaler = Stage.inst.gameObject.GetComponent<UIContentScaler>();
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_0);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_2 = GameObject_GetComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_mEBEAE59DE5185530F0EF89BE492BE2A3383F9EBC(L_1, /*hidden argument*/GameObject_GetComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_mEBEAE59DE5185530F0EF89BE492BE2A3383F9EBC_RuntimeMethod_var);
// scaler.designResolutionX = designResolutionX;
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_3 = L_2;
int32_t L_4 = ___designResolutionX0;
NullCheck(L_3);
L_3->set_designResolutionX_6(L_4);
// scaler.designResolutionY = designResolutionY;
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_5 = L_3;
int32_t L_6 = ___designResolutionY1;
NullCheck(L_5);
L_5->set_designResolutionY_7(L_6);
// scaler.scaleMode = UIContentScaler.ScaleMode.ScaleWithScreenSize;
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_7 = L_5;
NullCheck(L_7);
L_7->set_scaleMode_4(1);
// scaler.screenMatchMode = screenMatchMode;
UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B * L_8 = L_7;
int32_t L_9 = ___screenMatchMode2;
NullCheck(L_8);
L_8->set_screenMatchMode_5(L_9);
// scaler.ApplyChange();
NullCheck(L_8);
UIContentScaler_ApplyChange_mEB8E7480E42BFE7E465545AA692F160C6DD40EDA(L_8, /*hidden argument*/NULL);
// ApplyContentScaleFactor();
GRoot_ApplyContentScaleFactor_m5B23FAFC75509692484AC7CE0978438D18CD3B7C(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::ApplyContentScaleFactor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_ApplyContentScaleFactor_m5B23FAFC75509692484AC7CE0978438D18CD3B7C (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_ApplyContentScaleFactor_m5B23FAFC75509692484AC7CE0978438D18CD3B7C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// this.SetSize(Mathf.CeilToInt(Screen.width / UIContentScaler.scaleFactor), Mathf.CeilToInt(Screen.height / UIContentScaler.scaleFactor));
int32_t L_0 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
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();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_2 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)(((float)((float)L_0)))/(float)L_1)), /*hidden argument*/NULL);
int32_t L_3 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
float L_4 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
int32_t L_5 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)(((float)((float)L_3)))/(float)L_4)), /*hidden argument*/NULL);
GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E(__this, (((float)((float)L_2))), (((float)((float)L_5))), /*hidden argument*/NULL);
// this.SetScale(UIContentScaler.scaleFactor, UIContentScaler.scaleFactor);
float L_6 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
float L_7 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
GObject_SetScale_m0681416DAD5C0BB4E09811BA8E608113D10F7241(__this, L_6, L_7, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::ShowWindow(FairyGUI.Window)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_ShowWindow_mDF8A7ABA7C2768BAE7D934E85936936ED9CF93C0 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * ___win0, const RuntimeMethod* method)
{
{
// AddChild(win);
Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * L_0 = ___win0;
GComponent_AddChild_m19636256D7C8BD209522E91EC12A0B44176236D2(__this, L_0, /*hidden argument*/NULL);
// AdjustModalLayer();
GRoot_AdjustModalLayer_m266E7EC4B2A2C99D8EB3A7E688207EABA4BCCA39(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::HideWindow(FairyGUI.Window)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_HideWindow_mDECDAE0C04262D2309C54B689D9FCF1D389B7609 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * ___win0, const RuntimeMethod* method)
{
{
// win.Hide();
Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * L_0 = ___win0;
NullCheck(L_0);
Window_Hide_mB2A3BF8E097324B6BE9CCAD888671134605FA9C0(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::HideWindowImmediately(FairyGUI.Window)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_HideWindowImmediately_mED41022EC6C2D482FC7D536693BD7746A7179C57 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * ___win0, const RuntimeMethod* method)
{
{
// HideWindowImmediately(win, false);
Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * L_0 = ___win0;
GRoot_HideWindowImmediately_mFE2BA51C1E896B2065F8753BD3F62BB39B9A5A2A(__this, L_0, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::HideWindowImmediately(FairyGUI.Window,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_HideWindowImmediately_mFE2BA51C1E896B2065F8753BD3F62BB39B9A5A2A (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * ___win0, bool ___dispose1, const RuntimeMethod* method)
{
{
// if (win.parent == this)
Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * L_0 = ___win0;
NullCheck(L_0);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_0, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_1) == ((RuntimeObject*)(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F *)__this))))
{
goto IL_0014;
}
}
{
// RemoveChild(win, dispose);
Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * L_2 = ___win0;
bool L_3 = ___dispose1;
GComponent_RemoveChild_mE8FFD2088065C136680D401E051C5CEB8C19228C(__this, L_2, L_3, /*hidden argument*/NULL);
goto IL_001d;
}
IL_0014:
{
// else if (dispose)
bool L_4 = ___dispose1;
if (!L_4)
{
goto IL_001d;
}
}
{
// win.Dispose();
Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * L_5 = ___win0;
NullCheck(L_5);
VirtActionInvoker0::Invoke(18 /* System.Void FairyGUI.GObject::Dispose() */, L_5);
}
IL_001d:
{
// AdjustModalLayer();
GRoot_AdjustModalLayer_m266E7EC4B2A2C99D8EB3A7E688207EABA4BCCA39(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::BringToFront(FairyGUI.Window)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_BringToFront_m715C0C2DE74F76680CB8FFBA498DE6943A6C55AE (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * ___win0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_BringToFront_m715C0C2DE74F76680CB8FFBA498DE6943A6C55AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_2 = NULL;
{
// int cnt = this.numChildren;
int32_t L_0 = GComponent_get_numChildren_m3295721B2CADEDDA4A896EF65214E708AE76C19E(__this, /*hidden argument*/NULL);
V_0 = L_0;
// if (this._modalLayer.parent != null && !win.modal)
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_1 = __this->get__modalLayer_93();
NullCheck(L_1);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_002d;
}
}
{
Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * L_3 = ___win0;
NullCheck(L_3);
bool L_4 = Window_get_modal_m1DF86D1C2C03BDC0CF75596AFB9E64C52336F25E_inline(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_002d;
}
}
{
// i = this.GetChildIndex(this._modalLayer) - 1;
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_5 = __this->get__modalLayer_93();
int32_t L_6 = GComponent_GetChildIndex_mDB0881231CFC5A6970A573E4B43E4EAC4FD50D8C(__this, L_5, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1));
goto IL_004c;
}
IL_002d:
{
// i = cnt - 1;
int32_t L_7 = V_0;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
goto IL_004c;
}
IL_0033:
{
// GObject g = this.GetChildAt(i);
int32_t L_8 = V_1;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = GComponent_GetChildAt_mF74B1D0431936054AEB4DB2755A54CBAA243A3FF(__this, L_8, /*hidden argument*/NULL);
V_2 = L_9;
// if (g == win)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = V_2;
Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * L_11 = ___win0;
if ((!(((RuntimeObject*)(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_10) == ((RuntimeObject*)(Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)L_11))))
{
goto IL_0040;
}
}
{
// return;
return;
}
IL_0040:
{
// if (g is Window)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = V_2;
if (((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)IsInstClass((RuntimeObject*)L_12, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)))
{
goto IL_0050;
}
}
{
// for (; i >= 0; i--)
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1));
}
IL_004c:
{
// for (; i >= 0; i--)
int32_t L_14 = V_1;
if ((((int32_t)L_14) >= ((int32_t)0)))
{
goto IL_0033;
}
}
IL_0050:
{
// if (i >= 0)
int32_t L_15 = V_1;
if ((((int32_t)L_15) < ((int32_t)0)))
{
goto IL_005c;
}
}
{
// this.SetChildIndex(win, i);
Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * L_16 = ___win0;
int32_t L_17 = V_1;
GComponent_SetChildIndex_m909DDF143E33E2358722C31EF2A8696350D6AF13(__this, L_16, L_17, /*hidden argument*/NULL);
}
IL_005c:
{
// }
return;
}
}
// System.Void FairyGUI.GRoot::ShowModalWait()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_ShowModalWait_m1E0334E784A07D4D43AC523911E40EE94273D075 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_ShowModalWait_m1E0334E784A07D4D43AC523911E40EE94273D075_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (UIConfig.globalModalWaiting != null)
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_0 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_globalModalWaiting_7();
if (!L_0)
{
goto IL_005d;
}
}
{
// if (_modalWaitPane == null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = __this->get__modalWaitPane_94();
if (L_1)
{
goto IL_002b;
}
}
{
// _modalWaitPane = UIPackage.CreateObjectFromURL(UIConfig.globalModalWaiting);
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_2 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_globalModalWaiting_7();
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20(L_2, /*hidden argument*/NULL);
__this->set__modalWaitPane_94(L_3);
// _modalWaitPane.SetHome(this);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = __this->get__modalWaitPane_94();
NullCheck(L_4);
GObject_SetHome_mD8B27223002B3EC3731440E31F30FE80904676D4(L_4, __this, /*hidden argument*/NULL);
}
IL_002b:
{
// _modalWaitPane.SetSize(this.width, this.height);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = __this->get__modalWaitPane_94();
float L_6 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
float L_7 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E(L_5, L_6, L_7, /*hidden argument*/NULL);
// _modalWaitPane.AddRelation(this, RelationType.Size);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = __this->get__modalWaitPane_94();
NullCheck(L_8);
GObject_AddRelation_m3A4309FA1BBC262B79725D98627403C25B7B5BAE(L_8, __this, ((int32_t)24), /*hidden argument*/NULL);
// AddChild(_modalWaitPane);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = __this->get__modalWaitPane_94();
GComponent_AddChild_m19636256D7C8BD209522E91EC12A0B44176236D2(__this, L_9, /*hidden argument*/NULL);
}
IL_005d:
{
// }
return;
}
}
// System.Void FairyGUI.GRoot::CloseModalWait()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_CloseModalWait_m224A2BD7426D7D05D4E96F911C6B22E54CEFF17F (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
{
// if (_modalWaitPane != null && _modalWaitPane.parent != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__modalWaitPane_94();
if (!L_0)
{
goto IL_0022;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = __this->get__modalWaitPane_94();
NullCheck(L_1);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0022;
}
}
{
// RemoveChild(_modalWaitPane);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__modalWaitPane_94();
GComponent_RemoveChild_m3AC05AED1E411CC68D31BBB761DAC6E12A3E118D(__this, L_3, /*hidden argument*/NULL);
}
IL_0022:
{
// }
return;
}
}
// System.Void FairyGUI.GRoot::CloseAllExceptModals()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_CloseAllExceptModals_mCD6CD4917F95536015760948508D532D5CF5C344 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_CloseAllExceptModals_mCD6CD4917F95536015760948508D532D5CF5C344_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* V_0 = NULL;
int32_t V_1 = 0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_2 = NULL;
{
// GObject[] arr = _children.ToArray();
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_0 = ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)__this)->get__children_77();
NullCheck(L_0);
GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* L_1 = List_1_ToArray_m3B329125C875047AA037DFB57DF8DD2B5FB86FB3(L_0, /*hidden argument*/List_1_ToArray_m3B329125C875047AA037DFB57DF8DD2B5FB86FB3_RuntimeMethod_var);
// foreach (GObject g in arr)
V_0 = L_1;
V_1 = 0;
goto IL_0039;
}
IL_0010:
{
// foreach (GObject g in arr)
GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* L_2 = V_0;
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_2 = L_5;
// if ((g is Window) && !(g as Window).modal)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = V_2;
if (!((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)IsInstClass((RuntimeObject*)L_6, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)))
{
goto IL_0035;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = V_2;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)IsInstClass((RuntimeObject*)L_7, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
bool L_8 = Window_get_modal_m1DF86D1C2C03BDC0CF75596AFB9E64C52336F25E_inline(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)IsInstClass((RuntimeObject*)L_7, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (L_8)
{
goto IL_0035;
}
}
{
// HideWindowImmediately(g as Window);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = V_2;
GRoot_HideWindowImmediately_mED41022EC6C2D482FC7D536693BD7746A7179C57(__this, ((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)IsInstClass((RuntimeObject*)L_9, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
}
IL_0035:
{
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0039:
{
// foreach (GObject g in arr)
int32_t L_11 = V_1;
GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* L_12 = V_0;
NullCheck(L_12);
if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))))
{
goto IL_0010;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.GRoot::CloseAllWindows()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_CloseAllWindows_m3E09FB6E8C59EE4E346EB4BCDDFFB9AB14D5CBC8 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_CloseAllWindows_m3E09FB6E8C59EE4E346EB4BCDDFFB9AB14D5CBC8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* V_0 = NULL;
int32_t V_1 = 0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_2 = NULL;
{
// GObject[] arr = _children.ToArray();
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_0 = ((GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)__this)->get__children_77();
NullCheck(L_0);
GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* L_1 = List_1_ToArray_m3B329125C875047AA037DFB57DF8DD2B5FB86FB3(L_0, /*hidden argument*/List_1_ToArray_m3B329125C875047AA037DFB57DF8DD2B5FB86FB3_RuntimeMethod_var);
// foreach (GObject g in arr)
V_0 = L_1;
V_1 = 0;
goto IL_002c;
}
IL_0010:
{
// foreach (GObject g in arr)
GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* L_2 = V_0;
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_2 = L_5;
// if (g is Window)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = V_2;
if (!((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)IsInstClass((RuntimeObject*)L_6, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)))
{
goto IL_0028;
}
}
{
// HideWindowImmediately(g as Window);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = V_2;
GRoot_HideWindowImmediately_mED41022EC6C2D482FC7D536693BD7746A7179C57(__this, ((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)IsInstClass((RuntimeObject*)L_7, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
}
IL_0028:
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_002c:
{
// foreach (GObject g in arr)
int32_t L_9 = V_1;
GObjectU5BU5D_tCFB97B8B37B950FF8870505F7F9B47C4E27FD2B9* L_10 = V_0;
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))))
{
goto IL_0010;
}
}
{
// }
return;
}
}
// FairyGUI.Window FairyGUI.GRoot::GetTopWindow()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * GRoot_GetTopWindow_mEC93B84A72EE5F5F40582BFA21C5B7B48F2C8393 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_GetTopWindow_mEC93B84A72EE5F5F40582BFA21C5B7B48F2C8393_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_1 = NULL;
{
// int cnt = this.numChildren;
int32_t L_0 = GComponent_get_numChildren_m3295721B2CADEDDA4A896EF65214E708AE76C19E(__this, /*hidden argument*/NULL);
// for (int i = cnt - 1; i >= 0; i--)
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1));
goto IL_0026;
}
IL_000b:
{
// GObject g = this.GetChildAt(i);
int32_t L_1 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = GComponent_GetChildAt_mF74B1D0431936054AEB4DB2755A54CBAA243A3FF(__this, L_1, /*hidden argument*/NULL);
V_1 = L_2;
// if (g is Window)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = V_1;
if (!((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)IsInstClass((RuntimeObject*)L_3, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)))
{
goto IL_0022;
}
}
{
// return (Window)(g);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = V_1;
return ((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_4, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var));
}
IL_0022:
{
// for (int i = cnt - 1; i >= 0; i--)
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1));
}
IL_0026:
{
// for (int i = cnt - 1; i >= 0; i--)
int32_t L_6 = V_0;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_000b;
}
}
{
// return null;
return (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)NULL;
}
}
// FairyGUI.GGraph FairyGUI.GRoot::get_modalLayer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * GRoot_get_modalLayer_m746E6CD2726B3B70953916F11E61F79ED81FB13A (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
{
// if (_modalLayer == null)
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_0 = __this->get__modalLayer_93();
if (L_0)
{
goto IL_000e;
}
}
{
// CreateModalLayer();
GRoot_CreateModalLayer_mCB9D6449F6E5BD7079ADE3088BDB38EC603BC165(__this, /*hidden argument*/NULL);
}
IL_000e:
{
// return _modalLayer;
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_1 = __this->get__modalLayer_93();
return L_1;
}
}
// System.Void FairyGUI.GRoot::CreateModalLayer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_CreateModalLayer_mCB9D6449F6E5BD7079ADE3088BDB38EC603BC165 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_CreateModalLayer_mCB9D6449F6E5BD7079ADE3088BDB38EC603BC165_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// _modalLayer = new GGraph();
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_0 = (GGraph_tD2F718A15120D167149C9E19B8802F8862458858 *)il2cpp_codegen_object_new(GGraph_tD2F718A15120D167149C9E19B8802F8862458858_il2cpp_TypeInfo_var);
GGraph__ctor_m2C760C9A2A039461ED06143CCBC607D0EEB415A3(L_0, /*hidden argument*/NULL);
__this->set__modalLayer_93(L_0);
// _modalLayer.DrawRect(this.width, this.height, 0, Color.white, UIConfig.modalLayerColor);
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_1 = __this->get__modalLayer_93();
float L_2 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
float L_3 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(__this, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_modalLayerColor_8();
NullCheck(L_1);
GGraph_DrawRect_m152CF5D4582C39E0F37EC7A975DDF378AE17FC61(L_1, L_2, L_3, 0, L_4, L_5, /*hidden argument*/NULL);
// _modalLayer.AddRelation(this, RelationType.Size);
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_6 = __this->get__modalLayer_93();
NullCheck(L_6);
GObject_AddRelation_m3A4309FA1BBC262B79725D98627403C25B7B5BAE(L_6, __this, ((int32_t)24), /*hidden argument*/NULL);
// _modalLayer.name = _modalLayer.gameObjectName = "ModalLayer";
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_7 = __this->get__modalLayer_93();
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_8 = __this->get__modalLayer_93();
String_t* L_9 = _stringLiteral066922617EDA8EC7DC75FCA8E019E140F3E251D4;
V_0 = L_9;
NullCheck(L_8);
GObject_set_gameObjectName_m1917229F0090A1EC698B985ADE6FC13C3F115160(L_8, L_9, /*hidden argument*/NULL);
String_t* L_10 = V_0;
NullCheck(L_7);
((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)L_7)->set_name_3(L_10);
// _modalLayer.SetHome(this);
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_11 = __this->get__modalLayer_93();
NullCheck(L_11);
GObject_SetHome_mD8B27223002B3EC3731440E31F30FE80904676D4(L_11, __this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.GRoot::get_hasModalWindow()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GRoot_get_hasModalWindow_m71E61F24B2E1ECFEFF18B6A3076DA0CE7ED6E68A (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
{
// get { return _modalLayer != null && _modalLayer.parent != null; }
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_0 = __this->get__modalLayer_93();
if (!L_0)
{
goto IL_0017;
}
}
{
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_1 = __this->get__modalLayer_93();
NullCheck(L_1);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_1, /*hidden argument*/NULL);
return (bool)((!(((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_2) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
IL_0017:
{
return (bool)0;
}
}
// System.Boolean FairyGUI.GRoot::get_modalWaiting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GRoot_get_modalWaiting_mCDDCB23DCF4CCFC03FC45E6F8C1294F8189226A2 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
{
// return (_modalWaitPane != null) && _modalWaitPane.onStage;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__modalWaitPane_94();
if (!L_0)
{
goto IL_0014;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = __this->get__modalWaitPane_94();
NullCheck(L_1);
bool L_2 = GObject_get_onStage_mB175540B7308797A50063E53C3A816C4FCA42520(L_1, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
return (bool)0;
}
}
// FairyGUI.GObject FairyGUI.GRoot::get_touchTarget()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GRoot_get_touchTarget_mE4A3754B3797ECAEBC1A915E1C10C8FD226C0470 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
{
// return DisplayObjectToGObject(Stage.inst.touchTarget);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = Stage_get_touchTarget_mF38B9AA585F5B912E66FFD95477A2F0C456CA5A1(L_0, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = GRoot_DisplayObjectToGObject_m6A113DE9EF5BF45EF25CD107618B5D37006E76AE(__this, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// FairyGUI.GObject FairyGUI.GRoot::DisplayObjectToGObject(FairyGUI.DisplayObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GRoot_DisplayObjectToGObject_m6A113DE9EF5BF45EF25CD107618B5D37006E76AE (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___obj0, const RuntimeMethod* method)
{
{
goto IL_0019;
}
IL_0002:
{
// if (obj.gOwner != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = ___obj0;
NullCheck(L_0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = L_0->get_gOwner_9();
if (!L_1)
{
goto IL_0011;
}
}
{
// return obj.gOwner;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = ___obj0;
NullCheck(L_2);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = L_2->get_gOwner_9();
return L_3;
}
IL_0011:
{
// obj = obj.parent;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = ___obj0;
NullCheck(L_4);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_5 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_4, /*hidden argument*/NULL);
___obj0 = L_5;
}
IL_0019:
{
// while (obj != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_6 = ___obj0;
if (L_6)
{
goto IL_0002;
}
}
{
// return null;
return (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL;
}
}
// System.Void FairyGUI.GRoot::AdjustModalLayer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_AdjustModalLayer_m266E7EC4B2A2C99D8EB3A7E688207EABA4BCCA39 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_AdjustModalLayer_m266E7EC4B2A2C99D8EB3A7E688207EABA4BCCA39_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_2 = NULL;
{
// if (_modalLayer == null)
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_0 = __this->get__modalLayer_93();
if (L_0)
{
goto IL_000e;
}
}
{
// CreateModalLayer();
GRoot_CreateModalLayer_mCB9D6449F6E5BD7079ADE3088BDB38EC603BC165(__this, /*hidden argument*/NULL);
}
IL_000e:
{
// int cnt = this.numChildren;
int32_t L_1 = GComponent_get_numChildren_m3295721B2CADEDDA4A896EF65214E708AE76C19E(__this, /*hidden argument*/NULL);
V_0 = L_1;
// if (_modalWaitPane != null && _modalWaitPane.parent != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = __this->get__modalWaitPane_94();
if (!L_2)
{
goto IL_0039;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__modalWaitPane_94();
NullCheck(L_3);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_4 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0039;
}
}
{
// SetChildIndex(_modalWaitPane, cnt - 1);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = __this->get__modalWaitPane_94();
int32_t L_6 = V_0;
GComponent_SetChildIndex_m909DDF143E33E2358722C31EF2A8696350D6AF13(__this, L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
}
IL_0039:
{
// for (int i = cnt - 1; i >= 0; i--)
int32_t L_7 = V_0;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
goto IL_008b;
}
IL_003f:
{
// GObject g = this.GetChildAt(i);
int32_t L_8 = V_1;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = GComponent_GetChildAt_mF74B1D0431936054AEB4DB2755A54CBAA243A3FF(__this, L_8, /*hidden argument*/NULL);
V_2 = L_9;
// if ((g is Window) && (g as Window).modal)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = V_2;
if (!((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)IsInstClass((RuntimeObject*)L_10, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)))
{
goto IL_0087;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = V_2;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)IsInstClass((RuntimeObject*)L_11, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
bool L_12 = Window_get_modal_m1DF86D1C2C03BDC0CF75596AFB9E64C52336F25E_inline(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)IsInstClass((RuntimeObject*)L_11, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0087;
}
}
{
// if (_modalLayer.parent == null)
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_13 = __this->get__modalLayer_93();
NullCheck(L_13);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_14 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_13, /*hidden argument*/NULL);
if (L_14)
{
goto IL_0078;
}
}
{
// AddChildAt(_modalLayer, i);
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_15 = __this->get__modalLayer_93();
int32_t L_16 = V_1;
VirtFuncInvoker2< GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *, int32_t >::Invoke(29 /* FairyGUI.GObject FairyGUI.GComponent::AddChildAt(FairyGUI.GObject,System.Int32) */, __this, L_15, L_16);
return;
}
IL_0078:
{
// SetChildIndexBefore(_modalLayer, i);
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_17 = __this->get__modalLayer_93();
int32_t L_18 = V_1;
GComponent_SetChildIndexBefore_m681A94F257DA3F7732535E50A986663A0B6BB07F(__this, L_17, L_18, /*hidden argument*/NULL);
// return;
return;
}
IL_0087:
{
// for (int i = cnt - 1; i >= 0; i--)
int32_t L_19 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1));
}
IL_008b:
{
// for (int i = cnt - 1; i >= 0; i--)
int32_t L_20 = V_1;
if ((((int32_t)L_20) >= ((int32_t)0)))
{
goto IL_003f;
}
}
{
// if (_modalLayer.parent != null)
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_21 = __this->get__modalLayer_93();
NullCheck(L_21);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_22 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_21, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_00a9;
}
}
{
// RemoveChild(_modalLayer);
GGraph_tD2F718A15120D167149C9E19B8802F8862458858 * L_23 = __this->get__modalLayer_93();
GComponent_RemoveChild_m3AC05AED1E411CC68D31BBB761DAC6E12A3E118D(__this, L_23, /*hidden argument*/NULL);
}
IL_00a9:
{
// }
return;
}
}
// System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_ShowPopup_m4DE9F1B0553348429BE81A5EDCB5D0137E6AF9D4 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___popup0, const RuntimeMethod* method)
{
{
// ShowPopup(popup, null, null);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___popup0;
GRoot_ShowPopup_mB8728EA5E7F2A5CEE157E873C85CD3927A17DB1B(__this, L_0, (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL, NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_ShowPopup_mFBB9C9A5616935D8D561692669CB2FD1F37B08A1 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___popup0, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target1, const RuntimeMethod* method)
{
{
// ShowPopup(popup, target, null);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___popup0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = ___target1;
GRoot_ShowPopup_mB8728EA5E7F2A5CEE157E873C85CD3927A17DB1B(__this, L_0, L_1, NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::ShowPopup(FairyGUI.GObject,FairyGUI.GObject,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_ShowPopup_mB8728EA5E7F2A5CEE157E873C85CD3927A17DB1B (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___popup0, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target1, RuntimeObject * ___downward2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_ShowPopup_mB8728EA5E7F2A5CEE157E873C85CD3927A17DB1B_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;
int32_t V_3 = 0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_4 = NULL;
{
// if (_popupStack.Count > 0)
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_0 = __this->get__popupStack_95();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_inline(L_0, /*hidden argument*/List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_RuntimeMethod_var);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_0063;
}
}
{
// int k = _popupStack.IndexOf(popup);
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_2 = __this->get__popupStack_95();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ___popup0;
NullCheck(L_2);
int32_t L_4 = List_1_IndexOf_m7C6F33760F8B22011F9C2150F38BC69022C6E0BA(L_2, L_3, /*hidden argument*/List_1_IndexOf_m7C6F33760F8B22011F9C2150F38BC69022C6E0BA_RuntimeMethod_var);
V_1 = L_4;
// if (k != -1)
int32_t L_5 = V_1;
if ((((int32_t)L_5) == ((int32_t)(-1))))
{
goto IL_0063;
}
}
{
// for (int i = _popupStack.Count - 1; i >= k; i--)
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_6 = __this->get__popupStack_95();
NullCheck(L_6);
int32_t L_7 = List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_inline(L_6, /*hidden argument*/List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_RuntimeMethod_var);
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
goto IL_005f;
}
IL_002f:
{
// int last = _popupStack.Count - 1;
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_8 = __this->get__popupStack_95();
NullCheck(L_8);
int32_t L_9 = List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_inline(L_8, /*hidden argument*/List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_RuntimeMethod_var);
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1));
// ClosePopup(_popupStack[last]);
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_10 = __this->get__popupStack_95();
int32_t L_11 = V_3;
NullCheck(L_10);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = List_1_get_Item_mC7E01E0C259BA1982C298AA85FF0B8668455A88A_inline(L_10, L_11, /*hidden argument*/List_1_get_Item_mC7E01E0C259BA1982C298AA85FF0B8668455A88A_RuntimeMethod_var);
GRoot_ClosePopup_m69EB7EA7199FE7CB155ABC10D9CD4B88764087CF(__this, L_12, /*hidden argument*/NULL);
// _popupStack.RemoveAt(last);
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_13 = __this->get__popupStack_95();
int32_t L_14 = V_3;
NullCheck(L_13);
List_1_RemoveAt_mCB60EAE43EF865EFAE7BB00842DAF1C8E3939AAA(L_13, L_14, /*hidden argument*/List_1_RemoveAt_mCB60EAE43EF865EFAE7BB00842DAF1C8E3939AAA_RuntimeMethod_var);
// for (int i = _popupStack.Count - 1; i >= k; i--)
int32_t L_15 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1));
}
IL_005f:
{
// for (int i = _popupStack.Count - 1; i >= k; i--)
int32_t L_16 = V_2;
int32_t L_17 = V_1;
if ((((int32_t)L_16) >= ((int32_t)L_17)))
{
goto IL_002f;
}
}
IL_0063:
{
// _popupStack.Add(popup);
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_18 = __this->get__popupStack_95();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_19 = ___popup0;
NullCheck(L_18);
List_1_Add_mB46954605371F1D985BB94F7732F76BAE921F384(L_18, L_19, /*hidden argument*/List_1_Add_mB46954605371F1D985BB94F7732F76BAE921F384_RuntimeMethod_var);
// if (target != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_20 = ___target1;
if (!L_20)
{
goto IL_00ac;
}
}
{
// GObject p = target;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = ___target1;
V_4 = L_21;
goto IL_00a8;
}
IL_0077:
{
// if (p.parent == this)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_22 = V_4;
NullCheck(L_22);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_23 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_22, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC *)L_23) == ((RuntimeObject*)(GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F *)__this))))
{
goto IL_009f;
}
}
{
// if (popup.sortingOrder < p.sortingOrder)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_24 = ___popup0;
NullCheck(L_24);
int32_t L_25 = GObject_get_sortingOrder_m6574087D69EACAC50C4162002E2ECE1EDCA80AB7_inline(L_24, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_26 = V_4;
NullCheck(L_26);
int32_t L_27 = GObject_get_sortingOrder_m6574087D69EACAC50C4162002E2ECE1EDCA80AB7_inline(L_26, /*hidden argument*/NULL);
if ((((int32_t)L_25) >= ((int32_t)L_27)))
{
goto IL_00ac;
}
}
{
// popup.sortingOrder = p.sortingOrder;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_28 = ___popup0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_29 = V_4;
NullCheck(L_29);
int32_t L_30 = GObject_get_sortingOrder_m6574087D69EACAC50C4162002E2ECE1EDCA80AB7_inline(L_29, /*hidden argument*/NULL);
NullCheck(L_28);
GObject_set_sortingOrder_m0F212D879E53BB06E349324102CD5FB5487FB2B6(L_28, L_30, /*hidden argument*/NULL);
// break;
goto IL_00ac;
}
IL_009f:
{
// p = p.parent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_31 = V_4;
NullCheck(L_31);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_32 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_31, /*hidden argument*/NULL);
V_4 = L_32;
}
IL_00a8:
{
// while (p != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_33 = V_4;
if (L_33)
{
goto IL_0077;
}
}
IL_00ac:
{
// AddChild(popup);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_34 = ___popup0;
GComponent_AddChild_m19636256D7C8BD209522E91EC12A0B44176236D2(__this, L_34, /*hidden argument*/NULL);
// AdjustModalLayer();
GRoot_AdjustModalLayer_m266E7EC4B2A2C99D8EB3A7E688207EABA4BCCA39(__this, /*hidden argument*/NULL);
// if ((popup is Window) && target == null && downward == null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_35 = ___popup0;
if (!((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)IsInstClass((RuntimeObject*)L_35, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)))
{
goto IL_00c9;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_36 = ___target1;
if (L_36)
{
goto IL_00c9;
}
}
{
RuntimeObject * L_37 = ___downward2;
if (L_37)
{
goto IL_00c9;
}
}
{
// return;
return;
}
IL_00c9:
{
// Vector2 pos = GetPoupPosition(popup, target, downward);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_38 = ___popup0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_39 = ___target1;
RuntimeObject * L_40 = ___downward2;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_41 = GRoot_GetPoupPosition_mCA7B90B8D083EE839C506D199F997EFBC2673BA4(__this, L_38, L_39, L_40, /*hidden argument*/NULL);
V_0 = L_41;
// popup.xy = pos;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_42 = ___popup0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_43 = V_0;
NullCheck(L_42);
GObject_set_xy_mE9FF4BB0E0A552C09BF033BED9610CD03B63F518(L_42, L_43, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.Vector2 FairyGUI.GRoot::GetPoupPosition(FairyGUI.GObject,FairyGUI.GObject,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GRoot_GetPoupPosition_mCA7B90B8D083EE839C506D199F997EFBC2673BA4 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___popup0, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target1, RuntimeObject * ___downward2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_GetPoupPosition_mCA7B90B8D083EE839C506D199F997EFBC2673BA4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
float V_3 = 0.0f;
{
// Vector2 size = Vector2.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
V_1 = L_0;
// if (target != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = ___target1;
if (!L_1)
{
goto IL_002c;
}
}
{
// pos = target.LocalToRoot(Vector2.zero, this);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = ___target1;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_2);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = GObject_LocalToRoot_m6DBC88257DEF83751265EA44A40B4A0D732ADC28(L_2, L_3, __this, /*hidden argument*/NULL);
V_0 = L_4;
// size = target.LocalToRoot(target.size, this) - pos;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = ___target1;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = ___target1;
NullCheck(L_6);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = GObject_get_size_mB1E724FACF1B928DDDF438C02BC17DCD005FC7F1(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = GObject_LocalToRoot_m6DBC88257DEF83751265EA44A40B4A0D732ADC28(L_5, L_7, __this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_8, L_9, /*hidden argument*/NULL);
V_1 = L_10;
// }
goto IL_003d;
}
IL_002c:
{
// pos = this.GlobalToLocal(Stage.inst.touchPosition);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_11 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_11);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = Stage_get_touchPosition_m6B8C81EF1B50EF9CBF21F7C4A01101E7D5FD7584(L_11, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(__this, L_12, /*hidden argument*/NULL);
V_0 = L_13;
}
IL_003d:
{
// xx = pos.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = V_0;
float L_15 = L_14.get_x_0();
V_2 = L_15;
// if (xx + popup.width > this.width)
float L_16 = V_2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_17 = ___popup0;
NullCheck(L_17);
float L_18 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_17, /*hidden argument*/NULL);
float L_19 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
if ((!(((float)((float)il2cpp_codegen_add((float)L_16, (float)L_18))) > ((float)L_19))))
{
goto IL_0064;
}
}
{
// xx = xx + size.x - popup.width;
float L_20 = V_2;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21 = V_1;
float L_22 = L_21.get_x_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_23 = ___popup0;
NullCheck(L_23);
float L_24 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_23, /*hidden argument*/NULL);
V_2 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_20, (float)L_22)), (float)L_24));
}
IL_0064:
{
// yy = pos.y + size.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_25 = V_0;
float L_26 = L_25.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_27 = V_1;
float L_28 = L_27.get_y_1();
V_3 = ((float)il2cpp_codegen_add((float)L_26, (float)L_28));
// if ((downward == null && yy + popup.height > this.height)
// || downward != null && (bool)downward == false)
RuntimeObject * L_29 = ___downward2;
if (L_29)
{
goto IL_0085;
}
}
{
float L_30 = V_3;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_31 = ___popup0;
NullCheck(L_31);
float L_32 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_31, /*hidden argument*/NULL);
float L_33 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(__this, /*hidden argument*/NULL);
if ((((float)((float)il2cpp_codegen_add((float)L_30, (float)L_32))) > ((float)L_33)))
{
goto IL_0090;
}
}
IL_0085:
{
RuntimeObject * L_34 = ___downward2;
if (!L_34)
{
goto IL_00c1;
}
}
{
RuntimeObject * L_35 = ___downward2;
if (((*(bool*)((bool*)UnBox(L_35, Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var)))))
{
goto IL_00c1;
}
}
IL_0090:
{
// yy = pos.y - popup.height - 1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_36 = V_0;
float L_37 = L_36.get_y_1();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_38 = ___popup0;
NullCheck(L_38);
float L_39 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_38, /*hidden argument*/NULL);
V_3 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_37, (float)L_39)), (float)(1.0f)));
// if (yy < 0)
float L_40 = V_3;
if ((!(((float)L_40) < ((float)(0.0f)))))
{
goto IL_00c1;
}
}
{
// yy = 0;
V_3 = (0.0f);
// xx += size.x / 2;
float L_41 = V_2;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_42 = V_1;
float L_43 = L_42.get_x_0();
V_2 = ((float)il2cpp_codegen_add((float)L_41, (float)((float)((float)L_43/(float)(2.0f)))));
}
IL_00c1:
{
// return new Vector2(Mathf.RoundToInt(xx), Mathf.RoundToInt(yy));
float L_44 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_45 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(L_44, /*hidden argument*/NULL);
float L_46 = V_3;
int32_t L_47 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(L_46, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_48;
memset((&L_48), 0, sizeof(L_48));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_48), (((float)((float)L_45))), (((float)((float)L_47))), /*hidden argument*/NULL);
return L_48;
}
}
// System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_TogglePopup_mBB9C5370BB846B28FED3DAAE70D73EDEE79010BE (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___popup0, const RuntimeMethod* method)
{
{
// TogglePopup(popup, null, null);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___popup0;
GRoot_TogglePopup_mCC365569DC6CA8C83D19D184E0899D91D3976718(__this, L_0, (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL, NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_TogglePopup_mE0C4E3AC6FC26AD89BA3A8B1E84E30E8E97F17EA (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___popup0, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target1, const RuntimeMethod* method)
{
{
// TogglePopup(popup, target, null);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___popup0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = ___target1;
GRoot_TogglePopup_mCC365569DC6CA8C83D19D184E0899D91D3976718(__this, L_0, L_1, NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::TogglePopup(FairyGUI.GObject,FairyGUI.GObject,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_TogglePopup_mCC365569DC6CA8C83D19D184E0899D91D3976718 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___popup0, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target1, RuntimeObject * ___downward2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_TogglePopup_mCC365569DC6CA8C83D19D184E0899D91D3976718_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_justClosedPopups.IndexOf(popup) != -1)
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_0 = __this->get__justClosedPopups_96();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = ___popup0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_m7C6F33760F8B22011F9C2150F38BC69022C6E0BA(L_0, L_1, /*hidden argument*/List_1_IndexOf_m7C6F33760F8B22011F9C2150F38BC69022C6E0BA_RuntimeMethod_var);
if ((((int32_t)L_2) == ((int32_t)(-1))))
{
goto IL_0010;
}
}
{
// return;
return;
}
IL_0010:
{
// ShowPopup(popup, target, downward);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ___popup0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = ___target1;
RuntimeObject * L_5 = ___downward2;
GRoot_ShowPopup_mB8728EA5E7F2A5CEE157E873C85CD3927A17DB1B(__this, L_3, L_4, L_5, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::HidePopup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_HidePopup_m0F47A72A89B619AEA6835552CBABE2DC2772BBB2 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
{
// HidePopup(null);
GRoot_HidePopup_m557C66B19524E2E95A444A73363A37F5886CB9A4(__this, (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::HidePopup(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_HidePopup_m557C66B19524E2E95A444A73363A37F5886CB9A4 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___popup0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_HidePopup_m557C66B19524E2E95A444A73363A37F5886CB9A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Enumerator_tAED6D783D89C489521F33490D898596F745A2750 V_3;
memset((&V_3), 0, sizeof(V_3));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// if (popup != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___popup0;
if (!L_0)
{
goto IL_005c;
}
}
{
// int k = _popupStack.IndexOf(popup);
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_1 = __this->get__popupStack_95();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = ___popup0;
NullCheck(L_1);
int32_t L_3 = List_1_IndexOf_m7C6F33760F8B22011F9C2150F38BC69022C6E0BA(L_1, L_2, /*hidden argument*/List_1_IndexOf_m7C6F33760F8B22011F9C2150F38BC69022C6E0BA_RuntimeMethod_var);
V_0 = L_3;
// if (k != -1)
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)(-1))))
{
goto IL_009f;
}
}
{
// for (int i = _popupStack.Count - 1; i >= k; i--)
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_5 = __this->get__popupStack_95();
NullCheck(L_5);
int32_t L_6 = List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_inline(L_5, /*hidden argument*/List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_RuntimeMethod_var);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1));
goto IL_0057;
}
IL_0027:
{
// int last = _popupStack.Count - 1;
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_7 = __this->get__popupStack_95();
NullCheck(L_7);
int32_t L_8 = List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_inline(L_7, /*hidden argument*/List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_RuntimeMethod_var);
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1));
// ClosePopup(_popupStack[last]);
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_9 = __this->get__popupStack_95();
int32_t L_10 = V_2;
NullCheck(L_9);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = List_1_get_Item_mC7E01E0C259BA1982C298AA85FF0B8668455A88A_inline(L_9, L_10, /*hidden argument*/List_1_get_Item_mC7E01E0C259BA1982C298AA85FF0B8668455A88A_RuntimeMethod_var);
GRoot_ClosePopup_m69EB7EA7199FE7CB155ABC10D9CD4B88764087CF(__this, L_11, /*hidden argument*/NULL);
// _popupStack.RemoveAt(last);
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_12 = __this->get__popupStack_95();
int32_t L_13 = V_2;
NullCheck(L_12);
List_1_RemoveAt_mCB60EAE43EF865EFAE7BB00842DAF1C8E3939AAA(L_12, L_13, /*hidden argument*/List_1_RemoveAt_mCB60EAE43EF865EFAE7BB00842DAF1C8E3939AAA_RuntimeMethod_var);
// for (int i = _popupStack.Count - 1; i >= k; i--)
int32_t L_14 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1));
}
IL_0057:
{
// for (int i = _popupStack.Count - 1; i >= k; i--)
int32_t L_15 = V_1;
int32_t L_16 = V_0;
if ((((int32_t)L_15) >= ((int32_t)L_16)))
{
goto IL_0027;
}
}
{
// }
return;
}
IL_005c:
{
// foreach (GObject obj in _popupStack)
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_17 = __this->get__popupStack_95();
NullCheck(L_17);
Enumerator_tAED6D783D89C489521F33490D898596F745A2750 L_18 = List_1_GetEnumerator_m30540178A15EF1BD157F8791783EFECE020F2A26(L_17, /*hidden argument*/List_1_GetEnumerator_m30540178A15EF1BD157F8791783EFECE020F2A26_RuntimeMethod_var);
V_3 = L_18;
}
IL_0068:
try
{ // begin try (depth: 1)
{
goto IL_007b;
}
IL_006a:
{
// foreach (GObject obj in _popupStack)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_19 = Enumerator_get_Current_m4F79B75B832711D0F6D89BE204BD7897A5959517_inline((Enumerator_tAED6D783D89C489521F33490D898596F745A2750 *)(&V_3), /*hidden argument*/Enumerator_get_Current_m4F79B75B832711D0F6D89BE204BD7897A5959517_RuntimeMethod_var);
V_4 = L_19;
// ClosePopup(obj);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_20 = V_4;
GRoot_ClosePopup_m69EB7EA7199FE7CB155ABC10D9CD4B88764087CF(__this, L_20, /*hidden argument*/NULL);
}
IL_007b:
{
// foreach (GObject obj in _popupStack)
bool L_21 = Enumerator_MoveNext_m1D7CD1EA49DA177F1333FBB0EB14BD84A3212388((Enumerator_tAED6D783D89C489521F33490D898596F745A2750 *)(&V_3), /*hidden argument*/Enumerator_MoveNext_m1D7CD1EA49DA177F1333FBB0EB14BD84A3212388_RuntimeMethod_var);
if (L_21)
{
goto IL_006a;
}
}
IL_0084:
{
IL2CPP_LEAVE(0x94, FINALLY_0086);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0086;
}
FINALLY_0086:
{ // begin finally (depth: 1)
Enumerator_Dispose_mA0C9FAD3A66064C47FA3B322B37435C8D3596EA7((Enumerator_tAED6D783D89C489521F33490D898596F745A2750 *)(&V_3), /*hidden argument*/Enumerator_Dispose_mA0C9FAD3A66064C47FA3B322B37435C8D3596EA7_RuntimeMethod_var);
IL2CPP_END_FINALLY(134)
} // end finally (depth: 1)
IL2CPP_CLEANUP(134)
{
IL2CPP_JUMP_TBL(0x94, IL_0094)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0094:
{
// _popupStack.Clear();
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_22 = __this->get__popupStack_95();
NullCheck(L_22);
List_1_Clear_m51A07EE01AF87E4DDAA4AE7FF893959AFCE10F82(L_22, /*hidden argument*/List_1_Clear_m51A07EE01AF87E4DDAA4AE7FF893959AFCE10F82_RuntimeMethod_var);
}
IL_009f:
{
// }
return;
}
}
// System.Boolean FairyGUI.GRoot::get_hasAnyPopup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GRoot_get_hasAnyPopup_m128C9C6D5D56B51DA4A9DF1A5D1728E4204C3B55 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_get_hasAnyPopup_m128C9C6D5D56B51DA4A9DF1A5D1728E4204C3B55_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return _popupStack.Count > 0; }
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_0 = __this->get__popupStack_95();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_inline(L_0, /*hidden argument*/List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_RuntimeMethod_var);
return (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0);
}
}
// System.Void FairyGUI.GRoot::ClosePopup(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_ClosePopup_m69EB7EA7199FE7CB155ABC10D9CD4B88764087CF (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_ClosePopup_m69EB7EA7199FE7CB155ABC10D9CD4B88764087CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (target.parent != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___target0;
NullCheck(L_0);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0024;
}
}
{
// if (target is Window)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = ___target0;
if (!((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)IsInstClass((RuntimeObject*)L_2, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)))
{
goto IL_001c;
}
}
{
// ((Window)target).Hide();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ___target0;
NullCheck(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_3, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)));
Window_Hide_mB2A3BF8E097324B6BE9CCAD888671134605FA9C0(((Window_tE7D87992AB935C3508A34E808A486C27C5B6009A *)CastclassClass((RuntimeObject*)L_3, Window_tE7D87992AB935C3508A34E808A486C27C5B6009A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return;
}
IL_001c:
{
// RemoveChild(target);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = ___target0;
GComponent_RemoveChild_m3AC05AED1E411CC68D31BBB761DAC6E12A3E118D(__this, L_4, /*hidden argument*/NULL);
}
IL_0024:
{
// }
return;
}
}
// System.Void FairyGUI.GRoot::ShowTooltips(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_ShowTooltips_m7D9A5F915E8E8DAABA914902792C1014DCB11A43 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, String_t* ___msg0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_ShowTooltips_m7D9A5F915E8E8DAABA914902792C1014DCB11A43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// if (_defaultTooltipWin == null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__defaultTooltipWin_98();
if (L_0)
{
goto IL_0045;
}
}
{
// string resourceURL = UIConfig.tooltipsWin;
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_tooltipsWin_21();
V_0 = L_1;
// if (string.IsNullOrEmpty(resourceURL))
String_t* L_2 = V_0;
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0021;
}
}
{
// Debug.LogWarning("FairyGUI: UIConfig.tooltipsWin not defined");
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(_stringLiteral2BE57CD0E1850354B56F82E9AC5EF1C37B1CC749, /*hidden argument*/NULL);
// return;
return;
}
IL_0021:
{
// _defaultTooltipWin = UIPackage.CreateObjectFromURL(resourceURL);
String_t* L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20(L_4, /*hidden argument*/NULL);
__this->set__defaultTooltipWin_98(L_5);
// _defaultTooltipWin.SetHome(this);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = __this->get__defaultTooltipWin_98();
NullCheck(L_6);
GObject_SetHome_mD8B27223002B3EC3731440E31F30FE80904676D4(L_6, __this, /*hidden argument*/NULL);
// _defaultTooltipWin.touchable = false;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = __this->get__defaultTooltipWin_98();
NullCheck(L_7);
GObject_set_touchable_m08158DAF75D2FBDF81D3666FF5A135569A005D95(L_7, (bool)0, /*hidden argument*/NULL);
}
IL_0045:
{
// _defaultTooltipWin.text = msg;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = __this->get__defaultTooltipWin_98();
String_t* L_9 = ___msg0;
NullCheck(L_8);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_8, L_9);
// ShowTooltipsWin(_defaultTooltipWin);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = __this->get__defaultTooltipWin_98();
GRoot_ShowTooltipsWin_mCC520414ED669333CF21760C437455C0BEE73672(__this, L_10, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::ShowTooltipsWin(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_ShowTooltipsWin_mCC520414ED669333CF21760C437455C0BEE73672 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___tooltipWin0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_ShowTooltipsWin_mCC520414ED669333CF21760C437455C0BEE73672_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// HideTooltips();
GRoot_HideTooltips_mF34B8B44A00CCBBE720B6D4FF73C0A49DAA994DB(__this, /*hidden argument*/NULL);
// _tooltipWin = tooltipWin;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___tooltipWin0;
__this->set__tooltipWin_97(L_0);
// Timers.inst.Add(0.1f, 1, __showTooltipsWin);
IL2CPP_RUNTIME_CLASS_INIT(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var);
Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * L_1 = Timers_get_inst_m2DE131DC492D6B2549D598E49F265073C3C0113D(/*hidden argument*/NULL);
TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 * L_2 = (TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879 *)il2cpp_codegen_object_new(TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879_il2cpp_TypeInfo_var);
TimerCallback__ctor_m206D6EEA89E4C2FE0AF3464CE05AFF0EC012976E(L_2, __this, (intptr_t)((intptr_t)GRoot___showTooltipsWin_mD14E4B8CB6A01E714B76CD343DC1E47C25FD6BC2_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_1);
Timers_Add_m862C25E7E9E8CA7F085B82228D5EC269B49218EB(L_1, (0.1f), 1, L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::__showTooltipsWin(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot___showTooltipsWin_mD14E4B8CB6A01E714B76CD343DC1E47C25FD6BC2 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, RuntimeObject * ___param0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot___showTooltipsWin_mD14E4B8CB6A01E714B76CD343DC1E47C25FD6BC2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
{
// if (_tooltipWin == null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__tooltipWin_97();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// float xx = Stage.inst.touchPosition.x + 10;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_1 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_1);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = Stage_get_touchPosition_m6B8C81EF1B50EF9CBF21F7C4A01101E7D5FD7584(L_1, /*hidden argument*/NULL);
float L_3 = L_2.get_x_0();
V_0 = ((float)il2cpp_codegen_add((float)L_3, (float)(10.0f)));
// float yy = Stage.inst.touchPosition.y + 20;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_4 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_4);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = Stage_get_touchPosition_m6B8C81EF1B50EF9CBF21F7C4A01101E7D5FD7584(L_4, /*hidden argument*/NULL);
float L_6 = L_5.get_y_1();
V_1 = ((float)il2cpp_codegen_add((float)L_6, (float)(20.0f)));
// Vector2 pt = this.GlobalToLocal(new Vector2(xx, yy));
float L_7 = V_0;
float L_8 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9;
memset((&L_9), 0, sizeof(L_9));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_9), L_7, L_8, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(__this, L_9, /*hidden argument*/NULL);
// xx = pt.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = L_10;
float L_12 = L_11.get_x_0();
V_0 = L_12;
// yy = pt.y;
float L_13 = L_11.get_y_1();
V_1 = L_13;
// if (xx + _tooltipWin.width > this.width)
float L_14 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = __this->get__tooltipWin_97();
NullCheck(L_15);
float L_16 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_15, /*hidden argument*/NULL);
float L_17 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
if ((!(((float)((float)il2cpp_codegen_add((float)L_14, (float)L_16))) > ((float)L_17))))
{
goto IL_0072;
}
}
{
// xx = xx - _tooltipWin.width;
float L_18 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_19 = __this->get__tooltipWin_97();
NullCheck(L_19);
float L_20 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_19, /*hidden argument*/NULL);
V_0 = ((float)il2cpp_codegen_subtract((float)L_18, (float)L_20));
}
IL_0072:
{
// if (yy + _tooltipWin.height > this.height)
float L_21 = V_1;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_22 = __this->get__tooltipWin_97();
NullCheck(L_22);
float L_23 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_22, /*hidden argument*/NULL);
float L_24 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(__this, /*hidden argument*/NULL);
if ((!(((float)((float)il2cpp_codegen_add((float)L_21, (float)L_23))) > ((float)L_24))))
{
goto IL_00a9;
}
}
{
// yy = yy - _tooltipWin.height - 1;
float L_25 = V_1;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_26 = __this->get__tooltipWin_97();
NullCheck(L_26);
float L_27 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_26, /*hidden argument*/NULL);
V_1 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_25, (float)L_27)), (float)(1.0f)));
// if (yy < 0)
float L_28 = V_1;
if ((!(((float)L_28) < ((float)(0.0f)))))
{
goto IL_00a9;
}
}
{
// yy = 0;
V_1 = (0.0f);
}
IL_00a9:
{
// _tooltipWin.x = Mathf.RoundToInt(xx);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_29 = __this->get__tooltipWin_97();
float L_30 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_31 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(L_30, /*hidden argument*/NULL);
NullCheck(L_29);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_29, (((float)((float)L_31))), /*hidden argument*/NULL);
// _tooltipWin.y = Mathf.RoundToInt(yy);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_32 = __this->get__tooltipWin_97();
float L_33 = V_1;
int32_t L_34 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(L_33, /*hidden argument*/NULL);
NullCheck(L_32);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(L_32, (((float)((float)L_34))), /*hidden argument*/NULL);
// AddChild(_tooltipWin);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_35 = __this->get__tooltipWin_97();
GComponent_AddChild_m19636256D7C8BD209522E91EC12A0B44176236D2(__this, L_35, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::HideTooltips()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_HideTooltips_mF34B8B44A00CCBBE720B6D4FF73C0A49DAA994DB (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
{
// if (_tooltipWin != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__tooltipWin_97();
if (!L_0)
{
goto IL_0029;
}
}
{
// if (_tooltipWin.parent != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = __this->get__tooltipWin_97();
NullCheck(L_1);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_2 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0022;
}
}
{
// RemoveChild(_tooltipWin);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__tooltipWin_97();
GComponent_RemoveChild_m3AC05AED1E411CC68D31BBB761DAC6E12A3E118D(__this, L_3, /*hidden argument*/NULL);
}
IL_0022:
{
// _tooltipWin = null;
__this->set__tooltipWin_97((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL);
}
IL_0029:
{
// }
return;
}
}
// FairyGUI.GObject FairyGUI.GRoot::get_focus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * GRoot_get_focus_m89EE50F814BCE1F1AFB58BB3AB0EB93C9D548D80 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_0 = NULL;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_1 = NULL;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_2 = NULL;
{
// GObject result = null;
V_0 = (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)NULL;
// DisplayObject mc = Stage.inst.focus;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_0);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_1 = Stage_get_focus_m9275CFD467CADCBEF25312FEE85A47A0593AC777(L_0, /*hidden argument*/NULL);
V_1 = L_1;
goto IL_0034;
}
IL_000f:
{
// GObject gg = mc.gOwner;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = V_1;
NullCheck(L_2);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = L_2->get_gOwner_9();
V_2 = L_3;
// if (gg != null && gg.touchable && gg.focusable)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = V_2;
if (!L_4)
{
goto IL_002d;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = V_2;
NullCheck(L_5);
bool L_6 = GObject_get_touchable_m51135EE7C91859C5E5A0A1D5A34B8A9DCCFB5439_inline(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_002d;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = V_2;
NullCheck(L_7);
bool L_8 = GObject_get_focusable_mC65058CEA4A74F51DFBA3D9BA440045FDAF9392C_inline(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_002d;
}
}
{
// result = gg;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = V_2;
V_0 = L_9;
// break;
goto IL_003f;
}
IL_002d:
{
// mc = mc.parent;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_10 = V_1;
NullCheck(L_10);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_11 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_10, /*hidden argument*/NULL);
V_1 = L_11;
}
IL_0034:
{
// while (mc != Stage.inst && mc != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_12 = V_1;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_13 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
if ((((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_12) == ((RuntimeObject*)(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 *)L_13)))
{
goto IL_003f;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_14 = V_1;
if (L_14)
{
goto IL_000f;
}
}
IL_003f:
{
// return result;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = V_0;
return L_15;
}
}
// System.Void FairyGUI.GRoot::set_focus(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_set_focus_m715597EC9A46106D4350713D73220BB1095F26E7 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_set_focus_m715597EC9A46106D4350713D73220BB1095F26E7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (value != null && (!value.focusable || !value.onStage))
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___value0;
if (!L_0)
{
goto IL_001e;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = ___value0;
NullCheck(L_1);
bool L_2 = GObject_get_focusable_mC65058CEA4A74F51DFBA3D9BA440045FDAF9392C_inline(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0013;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ___value0;
NullCheck(L_3);
bool L_4 = GObject_get_onStage_mB175540B7308797A50063E53C3A816C4FCA42520(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_001e;
}
}
IL_0013:
{
// Debug.LogError("invalid focus target");
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(_stringLiteral29C7FFCD4643CBC01443A08353421169696D0564, /*hidden argument*/NULL);
// return;
return;
}
IL_001e:
{
// if (value == null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = ___value0;
if (L_5)
{
goto IL_002d;
}
}
{
// Stage.inst.focus = null;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_6 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_6);
Stage_set_focus_m24A5FC575D52982936135BBD7E91EC05F7F0C864(L_6, (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)NULL, /*hidden argument*/NULL);
return;
}
IL_002d:
{
// Stage.inst.focus = value.displayObject;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_7 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = ___value0;
NullCheck(L_8);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_9 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
Stage_set_focus_m24A5FC575D52982936135BBD7E91EC05F7F0C864(L_7, L_9, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::__stageTouchBegin(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot___stageTouchBegin_mBC6F83524A720292A4585546ECF707854AD67971 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
{
// if (_tooltipWin != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__tooltipWin_97();
if (!L_0)
{
goto IL_000e;
}
}
{
// HideTooltips();
GRoot_HideTooltips_mF34B8B44A00CCBBE720B6D4FF73C0A49DAA994DB(__this, /*hidden argument*/NULL);
}
IL_000e:
{
// CheckPopups();
GRoot_CheckPopups_m913EFF8C82F076933DEEB6BE731477912580ED77(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::CheckPopups()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_CheckPopups_m913EFF8C82F076933DEEB6BE731477912580ED77 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_CheckPopups_m913EFF8C82F076933DEEB6BE731477912580ED77_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_5 = NULL;
int32_t V_6 = 0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * V_7 = NULL;
{
// _justClosedPopups.Clear();
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_0 = __this->get__justClosedPopups_96();
NullCheck(L_0);
List_1_Clear_m51A07EE01AF87E4DDAA4AE7FF893959AFCE10F82(L_0, /*hidden argument*/List_1_Clear_m51A07EE01AF87E4DDAA4AE7FF893959AFCE10F82_RuntimeMethod_var);
// if (_popupStack.Count > 0)
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_1 = __this->get__popupStack_95();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_inline(L_1, /*hidden argument*/List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_RuntimeMethod_var);
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_010b;
}
}
{
// DisplayObject mc = Stage.inst.touchTarget as DisplayObject;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_3 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_3);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_4 = Stage_get_touchTarget_mF38B9AA585F5B912E66FFD95477A2F0C456CA5A1(L_3, /*hidden argument*/NULL);
V_0 = L_4;
// bool handled = false;
V_1 = (bool)0;
goto IL_00af;
}
IL_002e:
{
// if (mc.gOwner != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_5 = V_0;
NullCheck(L_5);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = L_5->get_gOwner_9();
if (!L_6)
{
goto IL_00a8;
}
}
{
// int k = _popupStack.IndexOf(mc.gOwner);
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_7 = __this->get__popupStack_95();
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_8 = V_0;
NullCheck(L_8);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = L_8->get_gOwner_9();
NullCheck(L_7);
int32_t L_10 = List_1_IndexOf_m7C6F33760F8B22011F9C2150F38BC69022C6E0BA(L_7, L_9, /*hidden argument*/List_1_IndexOf_m7C6F33760F8B22011F9C2150F38BC69022C6E0BA_RuntimeMethod_var);
V_2 = L_10;
// if (k != -1)
int32_t L_11 = V_2;
if ((((int32_t)L_11) == ((int32_t)(-1))))
{
goto IL_00a8;
}
}
{
// for (int i = _popupStack.Count - 1; i > k; i--)
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_12 = __this->get__popupStack_95();
NullCheck(L_12);
int32_t L_13 = List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_inline(L_12, /*hidden argument*/List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_RuntimeMethod_var);
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1));
goto IL_00a0;
}
IL_005c:
{
// int last = _popupStack.Count - 1;
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_14 = __this->get__popupStack_95();
NullCheck(L_14);
int32_t L_15 = List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_inline(L_14, /*hidden argument*/List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_RuntimeMethod_var);
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1));
// GObject popup = _popupStack[last];
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_16 = __this->get__popupStack_95();
int32_t L_17 = V_4;
NullCheck(L_16);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_18 = List_1_get_Item_mC7E01E0C259BA1982C298AA85FF0B8668455A88A_inline(L_16, L_17, /*hidden argument*/List_1_get_Item_mC7E01E0C259BA1982C298AA85FF0B8668455A88A_RuntimeMethod_var);
V_5 = L_18;
// ClosePopup(popup);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_19 = V_5;
GRoot_ClosePopup_m69EB7EA7199FE7CB155ABC10D9CD4B88764087CF(__this, L_19, /*hidden argument*/NULL);
// _justClosedPopups.Add(popup);
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_20 = __this->get__justClosedPopups_96();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = V_5;
NullCheck(L_20);
List_1_Add_mB46954605371F1D985BB94F7732F76BAE921F384(L_20, L_21, /*hidden argument*/List_1_Add_mB46954605371F1D985BB94F7732F76BAE921F384_RuntimeMethod_var);
// _popupStack.RemoveAt(last);
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_22 = __this->get__popupStack_95();
int32_t L_23 = V_4;
NullCheck(L_22);
List_1_RemoveAt_mCB60EAE43EF865EFAE7BB00842DAF1C8E3939AAA(L_22, L_23, /*hidden argument*/List_1_RemoveAt_mCB60EAE43EF865EFAE7BB00842DAF1C8E3939AAA_RuntimeMethod_var);
// for (int i = _popupStack.Count - 1; i > k; i--)
int32_t L_24 = V_3;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1));
}
IL_00a0:
{
// for (int i = _popupStack.Count - 1; i > k; i--)
int32_t L_25 = V_3;
int32_t L_26 = V_2;
if ((((int32_t)L_25) > ((int32_t)L_26)))
{
goto IL_005c;
}
}
{
// handled = true;
V_1 = (bool)1;
// break;
goto IL_00bd;
}
IL_00a8:
{
// mc = mc.parent;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_27 = V_0;
NullCheck(L_27);
Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * L_28 = DisplayObject_get_parent_mB84E3529B44E8673C5A2583B885D4B391AFFEB3C_inline(L_27, /*hidden argument*/NULL);
V_0 = L_28;
}
IL_00af:
{
// while (mc != Stage.inst && mc != null)
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_29 = V_0;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_30 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
if ((((RuntimeObject*)(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_29) == ((RuntimeObject*)(Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 *)L_30)))
{
goto IL_00bd;
}
}
{
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_31 = V_0;
if (L_31)
{
goto IL_002e;
}
}
IL_00bd:
{
// if (!handled)
bool L_32 = V_1;
if (L_32)
{
goto IL_010b;
}
}
{
// for (int i = _popupStack.Count - 1; i >= 0; i--)
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_33 = __this->get__popupStack_95();
NullCheck(L_33);
int32_t L_34 = List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_inline(L_33, /*hidden argument*/List_1_get_Count_mA8CEBD134A91092FE240E74A9048CF7D14D8A065_RuntimeMethod_var);
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1));
goto IL_00fb;
}
IL_00d1:
{
// GObject popup = _popupStack[i];
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_35 = __this->get__popupStack_95();
int32_t L_36 = V_6;
NullCheck(L_35);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_37 = List_1_get_Item_mC7E01E0C259BA1982C298AA85FF0B8668455A88A_inline(L_35, L_36, /*hidden argument*/List_1_get_Item_mC7E01E0C259BA1982C298AA85FF0B8668455A88A_RuntimeMethod_var);
V_7 = L_37;
// ClosePopup(popup);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_38 = V_7;
GRoot_ClosePopup_m69EB7EA7199FE7CB155ABC10D9CD4B88764087CF(__this, L_38, /*hidden argument*/NULL);
// _justClosedPopups.Add(popup);
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_39 = __this->get__justClosedPopups_96();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_40 = V_7;
NullCheck(L_39);
List_1_Add_mB46954605371F1D985BB94F7732F76BAE921F384(L_39, L_40, /*hidden argument*/List_1_Add_mB46954605371F1D985BB94F7732F76BAE921F384_RuntimeMethod_var);
// for (int i = _popupStack.Count - 1; i >= 0; i--)
int32_t L_41 = V_6;
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1));
}
IL_00fb:
{
// for (int i = _popupStack.Count - 1; i >= 0; i--)
int32_t L_42 = V_6;
if ((((int32_t)L_42) >= ((int32_t)0)))
{
goto IL_00d1;
}
}
{
// _popupStack.Clear();
List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42 * L_43 = __this->get__popupStack_95();
NullCheck(L_43);
List_1_Clear_m51A07EE01AF87E4DDAA4AE7FF893959AFCE10F82(L_43, /*hidden argument*/List_1_Clear_m51A07EE01AF87E4DDAA4AE7FF893959AFCE10F82_RuntimeMethod_var);
}
IL_010b:
{
// }
return;
}
}
// System.Void FairyGUI.GRoot::EnableSound()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_EnableSound_m41CD7457A4AEAAC02199677BBD0412DBF94C0D90 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
{
// Stage.inst.EnableSound();
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_0);
Stage_EnableSound_mB6AF53AF18FE3A9A52A085302ABF3DAE3B71D302(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::DisableSound()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_DisableSound_mA713AE95778FADD62D6BD671F89A9EE96A259622 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
{
// Stage.inst.DisableSound();
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_0);
Stage_DisableSound_m0937F636FCAEEA4D45451E686E62EFFE1491D4CB(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::PlayOneShotSound(UnityEngine.AudioClip,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_PlayOneShotSound_mDB9D88C9709EA95863C6B1846045675DF7E7C163 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___clip0, float ___volumeScale1, const RuntimeMethod* method)
{
{
// Stage.inst.PlayOneShotSound(clip, volumeScale);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_1 = ___clip0;
float L_2 = ___volumeScale1;
NullCheck(L_0);
Stage_PlayOneShotSound_mA29219A0BE1BCD00E7E78ED88D8FBF4B2760ED1E(L_0, L_1, L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GRoot::PlayOneShotSound(UnityEngine.AudioClip)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_PlayOneShotSound_mDD64FA793C3718A42535DDE6604D63BB97B23231 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * ___clip0, const RuntimeMethod* method)
{
{
// Stage.inst.PlayOneShotSound(clip);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051 * L_1 = ___clip0;
NullCheck(L_0);
Stage_PlayOneShotSound_m4542A86B824AAF8116EAB9CF9D2027495AB70363(L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Single FairyGUI.GRoot::get_soundVolume()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GRoot_get_soundVolume_m8C3F286D58BD991A521392FD030BFEADAD883576 (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, const RuntimeMethod* method)
{
{
// get { return Stage.inst.soundVolume; }
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_0);
float L_1 = Stage_get_soundVolume_mE9C76DC6898F6DA0CC249218561FEDB487B8A006_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GRoot::set_soundVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GRoot_set_soundVolume_m79F63A0772652DE90992A243178DD5FE889E557F (GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { Stage.inst.soundVolume = value; }
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_0 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
float L_1 = ___value0;
NullCheck(L_0);
Stage_set_soundVolume_m3D57A92C92CB286DD415B98F920A0DD0E56D6B3E_inline(L_0, L_1, /*hidden argument*/NULL);
// set { Stage.inst.soundVolume = 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
// System.Void FairyGUI.GScrollBar::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GScrollBar__ctor_m6E6D75C248733275014B53788AA88F349339C742 (GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * __this, const RuntimeMethod* method)
{
{
// public GScrollBar()
GComponent__ctor_mC1D8ACC5AD72FF3D49D73176975190947F9A0DF3(__this, /*hidden argument*/NULL);
// _scrollPerc = 0;
__this->set__scrollPerc_99((0.0f));
// }
return;
}
}
// 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)
{
{
// _target = target;
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_0 = ___target0;
__this->set__target_97(L_0);
// _vertical = vertical;
bool L_1 = ___vertical1;
__this->set__vertical_98(L_1);
// }
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GScrollBar_set_displayPerc_m51A5289F41B26A12B72D51DB8DEDC110CF1330D0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_vertical)
bool L_0 = __this->get__vertical_98();
if (!L_0)
{
goto IL_006a;
}
}
{
// if (!_fixedGripSize)
bool L_1 = __this->get__fixedGripSize_100();
if (L_1)
{
goto IL_002e;
}
}
{
// _grip.height = Mathf.FloorToInt(value * _bar.height);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = __this->get__grip_93();
float L_3 = ___value0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = __this->get__bar_96();
NullCheck(L_4);
float L_5 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_6 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)il2cpp_codegen_multiply((float)L_3, (float)L_5)), /*hidden argument*/NULL);
NullCheck(L_2);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_2, (((float)((float)L_6))), /*hidden argument*/NULL);
}
IL_002e:
{
// _grip.y = Mathf.RoundToInt(_bar.y + (_bar.height - _grip.height) * _scrollPerc);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = __this->get__grip_93();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = __this->get__bar_96();
NullCheck(L_8);
float L_9 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_8, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = __this->get__bar_96();
NullCheck(L_10);
float L_11 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_10, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = __this->get__grip_93();
NullCheck(L_12);
float L_13 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_12, /*hidden argument*/NULL);
float L_14 = __this->get__scrollPerc_99();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_15 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(((float)il2cpp_codegen_add((float)L_9, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_11, (float)L_13)), (float)L_14)))), /*hidden argument*/NULL);
NullCheck(L_7);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(L_7, (((float)((float)L_15))), /*hidden argument*/NULL);
// }
return;
}
IL_006a:
{
// if (!_fixedGripSize)
bool L_16 = __this->get__fixedGripSize_100();
if (L_16)
{
goto IL_0090;
}
}
{
// _grip.width = Mathf.FloorToInt(value * _bar.width);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_17 = __this->get__grip_93();
float L_18 = ___value0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_19 = __this->get__bar_96();
NullCheck(L_19);
float L_20 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_19, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_21 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)il2cpp_codegen_multiply((float)L_18, (float)L_20)), /*hidden argument*/NULL);
NullCheck(L_17);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_17, (((float)((float)L_21))), /*hidden argument*/NULL);
}
IL_0090:
{
// _grip.x = Mathf.RoundToInt(_bar.x + (_bar.width - _grip.width) * _scrollPerc);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_22 = __this->get__grip_93();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_23 = __this->get__bar_96();
NullCheck(L_23);
float L_24 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_23, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_25 = __this->get__bar_96();
NullCheck(L_25);
float L_26 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_25, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_27 = __this->get__grip_93();
NullCheck(L_27);
float L_28 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_27, /*hidden argument*/NULL);
float L_29 = __this->get__scrollPerc_99();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_30 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(((float)il2cpp_codegen_add((float)L_24, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_26, (float)L_28)), (float)L_29)))), /*hidden argument*/NULL);
NullCheck(L_22);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_22, (((float)((float)L_30))), /*hidden argument*/NULL);
// }
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GScrollBar_set_scrollPerc_mFD91F1E1BBA6E7D729888815893D20B2AE80FE93_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _scrollPerc = value;
float L_0 = ___value0;
__this->set__scrollPerc_99(L_0);
// if (_vertical)
bool L_1 = __this->get__vertical_98();
if (!L_1)
{
goto IL_004b;
}
}
{
// _grip.y = Mathf.RoundToInt(_bar.y + (_bar.height - _grip.height) * _scrollPerc);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = __this->get__grip_93();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__bar_96();
NullCheck(L_3);
float L_4 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_3, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = __this->get__bar_96();
NullCheck(L_5);
float L_6 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_5, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = __this->get__grip_93();
NullCheck(L_7);
float L_8 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_7, /*hidden argument*/NULL);
float L_9 = __this->get__scrollPerc_99();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_10 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(((float)il2cpp_codegen_add((float)L_4, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_6, (float)L_8)), (float)L_9)))), /*hidden argument*/NULL);
NullCheck(L_2);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(L_2, (((float)((float)L_10))), /*hidden argument*/NULL);
return;
}
IL_004b:
{
// _grip.x = Mathf.RoundToInt(_bar.x + (_bar.width - _grip.width) * _scrollPerc);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = __this->get__grip_93();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = __this->get__bar_96();
NullCheck(L_12);
float L_13 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_12, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = __this->get__bar_96();
NullCheck(L_14);
float L_15 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_14, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_16 = __this->get__grip_93();
NullCheck(L_16);
float L_17 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_16, /*hidden argument*/NULL);
float L_18 = __this->get__scrollPerc_99();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_19 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(((float)il2cpp_codegen_add((float)L_13, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_15, (float)L_17)), (float)L_18)))), /*hidden argument*/NULL);
NullCheck(L_11);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_11, (((float)((float)L_19))), /*hidden argument*/NULL);
// }
return;
}
}
// System.Single FairyGUI.GScrollBar::get_minSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GScrollBar_get_minSize_mDAFD73688079FFA08DC9E0ADEB26593B6FBAD604 (GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * __this, const RuntimeMethod* method)
{
float G_B4_0 = 0.0f;
float G_B6_0 = 0.0f;
float G_B5_0 = 0.0f;
float G_B7_0 = 0.0f;
float G_B7_1 = 0.0f;
float G_B11_0 = 0.0f;
float G_B13_0 = 0.0f;
float G_B12_0 = 0.0f;
float G_B14_0 = 0.0f;
float G_B14_1 = 0.0f;
{
// if (_vertical)
bool L_0 = __this->get__vertical_98();
if (!L_0)
{
goto IL_003e;
}
}
{
// return (_arrowButton1 != null ? _arrowButton1.height : 0) + (_arrowButton2 != null ? _arrowButton2.height : 0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = __this->get__arrowButton1_94();
if (L_1)
{
goto IL_0017;
}
}
{
G_B4_0 = (0.0f);
goto IL_0022;
}
IL_0017:
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = __this->get__arrowButton1_94();
NullCheck(L_2);
float L_3 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_2, /*hidden argument*/NULL);
G_B4_0 = L_3;
}
IL_0022:
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = __this->get__arrowButton2_95();
G_B5_0 = G_B4_0;
if (L_4)
{
G_B6_0 = G_B4_0;
goto IL_0031;
}
}
{
G_B7_0 = (0.0f);
G_B7_1 = G_B5_0;
goto IL_003c;
}
IL_0031:
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = __this->get__arrowButton2_95();
NullCheck(L_5);
float L_6 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_5, /*hidden argument*/NULL);
G_B7_0 = L_6;
G_B7_1 = G_B6_0;
}
IL_003c:
{
return ((float)il2cpp_codegen_add((float)G_B7_1, (float)G_B7_0));
}
IL_003e:
{
// return (_arrowButton1 != null ? _arrowButton1.width : 0) + (_arrowButton2 != null ? _arrowButton2.width : 0);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = __this->get__arrowButton1_94();
if (L_7)
{
goto IL_004d;
}
}
{
G_B11_0 = (0.0f);
goto IL_0058;
}
IL_004d:
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = __this->get__arrowButton1_94();
NullCheck(L_8);
float L_9 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_8, /*hidden argument*/NULL);
G_B11_0 = L_9;
}
IL_0058:
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = __this->get__arrowButton2_95();
G_B12_0 = G_B11_0;
if (L_10)
{
G_B13_0 = G_B11_0;
goto IL_0067;
}
}
{
G_B14_0 = (0.0f);
G_B14_1 = G_B12_0;
goto IL_0072;
}
IL_0067:
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = __this->get__arrowButton2_95();
NullCheck(L_11);
float L_12 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_11, /*hidden argument*/NULL);
G_B14_0 = L_12;
G_B14_1 = G_B13_0;
}
IL_0072:
{
return ((float)il2cpp_codegen_add((float)G_B14_1, (float)G_B14_0));
}
}
// System.Void FairyGUI.GScrollBar::ConstructExtension(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GScrollBar_ConstructExtension_m0A3324B16CCF9334442C2B27D96FB1B09292BD1E (GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GScrollBar_ConstructExtension_m0A3324B16CCF9334442C2B27D96FB1B09292BD1E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// buffer.Seek(0, 6);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
NullCheck(L_0);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_0, 0, 6, /*hidden argument*/NULL);
// _fixedGripSize = buffer.ReadBool();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_1 = ___buffer0;
NullCheck(L_1);
bool L_2 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_1, /*hidden argument*/NULL);
__this->set__fixedGripSize_100(L_2);
// _grip = GetChild("grip");
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(__this, _stringLiteralE752C3B34A2882646A9B4AEEEA8809498F137DA7, /*hidden argument*/NULL);
__this->set__grip_93(L_3);
// if (_grip == null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = __this->get__grip_93();
if (L_4)
{
goto IL_0049;
}
}
{
// Debug.LogWarning("FairyGUI: " + this.resourceURL + " should define grip");
String_t* L_5 = GObject_get_resourceURL_m5391ECA0D02D0B9F72EA73DA4A8ABD5F10206F38(__this, /*hidden argument*/NULL);
String_t* L_6 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralA484ED3980FA3BAB4FE995F3E166978DB06D770B, L_5, _stringLiteral56075B37266B59505FD4BFC93B089A3C6DFED4B0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_6, /*hidden argument*/NULL);
// return;
return;
}
IL_0049:
{
// _bar = GetChild("bar");
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(__this, _stringLiteral62CDB7020FF920E5AA642C3D4066950DD1F01F4D, /*hidden argument*/NULL);
__this->set__bar_96(L_7);
// if (_bar == null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = __this->get__bar_96();
if (L_8)
{
goto IL_007d;
}
}
{
// Debug.LogWarning("FairyGUI: " + this.resourceURL + " should define bar");
String_t* L_9 = GObject_get_resourceURL_m5391ECA0D02D0B9F72EA73DA4A8ABD5F10206F38(__this, /*hidden argument*/NULL);
String_t* L_10 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralA484ED3980FA3BAB4FE995F3E166978DB06D770B, L_9, _stringLiteral425A8BD3A928F18FEBF811AD2F07D1319156B30E, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_10, /*hidden argument*/NULL);
// return;
return;
}
IL_007d:
{
// _arrowButton1 = GetChild("arrow1");
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(__this, _stringLiteralCAEB4A3319E61A64AB00CD2F696497A2CC084144, /*hidden argument*/NULL);
__this->set__arrowButton1_94(L_11);
// _arrowButton2 = GetChild("arrow2");
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(__this, _stringLiteral524B441299E672624EF3887840407BF464BA07BA, /*hidden argument*/NULL);
__this->set__arrowButton2_95(L_12);
// _grip.onTouchBegin.Add(__gripTouchBegin);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = __this->get__grip_93();
NullCheck(L_13);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_14 = GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9(L_13, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_15 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_15, __this, (intptr_t)((intptr_t)GScrollBar___gripTouchBegin_mA87E5BA394B22024FE7AC3794F147E317983A12A_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_14);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_14, L_15, /*hidden argument*/NULL);
// _grip.onTouchMove.Add(__gripTouchMove);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_16 = __this->get__grip_93();
NullCheck(L_16);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_17 = GObject_get_onTouchMove_mC57B9937E420511C01D42799DE54422A4F4DD0AB(L_16, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_18 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_18, __this, (intptr_t)((intptr_t)GScrollBar___gripTouchMove_m78C397F5E0A8BABF36EBB7D013D54BACC772CF10_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_17);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_17, L_18, /*hidden argument*/NULL);
// this.onTouchBegin.Add(__touchBegin);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_19 = GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9(__this, /*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)GScrollBar___touchBegin_mD177DC8F3C9ABAD4EDC445EACC4A6D900C8E7D3E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_19);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_19, L_20, /*hidden argument*/NULL);
// if (_arrowButton1 != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = __this->get__arrowButton1_94();
if (!L_21)
{
goto IL_0112;
}
}
{
// _arrowButton1.onTouchBegin.Add(__arrowButton1Click);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_22 = __this->get__arrowButton1_94();
NullCheck(L_22);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_23 = GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9(L_22, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_24 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_24, __this, (intptr_t)((intptr_t)GScrollBar___arrowButton1Click_m891EECC4B86BBA60D370DC96A4FE620AD4D410CD_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_23);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_23, L_24, /*hidden argument*/NULL);
}
IL_0112:
{
// if (_arrowButton2 != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_25 = __this->get__arrowButton2_95();
if (!L_25)
{
goto IL_0136;
}
}
{
// _arrowButton2.onTouchBegin.Add(__arrowButton2Click);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_26 = __this->get__arrowButton2_95();
NullCheck(L_26);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_27 = GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9(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)GScrollBar___arrowButton2Click_m3A590A60D482A516A19E96DC19F36C291E9EF54D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_27);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_27, L_28, /*hidden argument*/NULL);
}
IL_0136:
{
// }
return;
}
}
// System.Void FairyGUI.GScrollBar::__gripTouchBegin(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GScrollBar___gripTouchBegin_mA87E5BA394B22024FE7AC3794F147E317983A12A (GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GScrollBar___gripTouchBegin_mA87E5BA394B22024FE7AC3794F147E317983A12A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * V_0 = NULL;
{
// if (_bar == null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__bar_96();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// context.StopPropagation();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_1 = ___context0;
NullCheck(L_1);
EventContext_StopPropagation_m8C61C071E1C217F9A6896855EFB2DA9C0E2AC3D6(L_1, /*hidden argument*/NULL);
// InputEvent evt = context.inputEvent;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_2 = ___context0;
NullCheck(L_2);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_3 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// if (evt.button != 0)
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_4 = V_0;
NullCheck(L_4);
int32_t L_5 = InputEvent_get_button_mA0AFF1A99898B31AFC52C5A9CB3880608F83451F_inline(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_001f;
}
}
{
// return;
return;
}
IL_001f:
{
// context.CaptureTouch();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_6 = ___context0;
NullCheck(L_6);
EventContext_CaptureTouch_m65DBDB9617F3CAA1B20FEE80C30068FECF74A33D(L_6, /*hidden argument*/NULL);
// _dragOffset = this.GlobalToLocal(new Vector2(evt.x, evt.y)) - _grip.xy;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_7 = V_0;
NullCheck(L_7);
float L_8 = InputEvent_get_x_m0C82F6E692B31A47A3AA7F48A7897627305D8573_inline(L_7, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_9 = V_0;
NullCheck(L_9);
float L_10 = InputEvent_get_y_mB42B7A5BCD9CC4404A622CC2FE993277F65D3F11_inline(L_9, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11;
memset((&L_11), 0, sizeof(L_11));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_11), L_8, L_10, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(__this, L_11, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = __this->get__grip_93();
NullCheck(L_13);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = GObject_get_xy_m034BE52C48EFEA693A75DED3BC34A14B9C48332E(L_13, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_12, L_14, /*hidden argument*/NULL);
__this->set__dragOffset_101(L_15);
// }
return;
}
}
// System.Void FairyGUI.GScrollBar::__gripTouchMove(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GScrollBar___gripTouchMove_m78C397F5E0A8BABF36EBB7D013D54BACC772CF10 (GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
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;
float V_4 = 0.0f;
float V_5 = 0.0f;
{
// InputEvent evt = context.inputEvent;
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_0 = ___context0;
NullCheck(L_0);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_1 = EventContext_get_inputEvent_mCB41BFCD09E38050172BF0EFE2FF74A14FC446A4_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// Vector2 pt = this.GlobalToLocal(new Vector2(evt.x, evt.y));
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_2 = V_0;
NullCheck(L_2);
float L_3 = InputEvent_get_x_m0C82F6E692B31A47A3AA7F48A7897627305D8573_inline(L_2, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_4 = V_0;
NullCheck(L_4);
float L_5 = InputEvent_get_y_mB42B7A5BCD9CC4404A622CC2FE993277F65D3F11_inline(L_4, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6;
memset((&L_6), 0, sizeof(L_6));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_6), L_3, L_5, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(__this, L_6, /*hidden argument*/NULL);
V_1 = L_7;
// if (float.IsNaN(pt.x))
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = V_1;
float L_9 = L_8.get_x_0();
bool L_10 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_002d;
}
}
{
// return;
return;
}
IL_002d:
{
// if (_vertical)
bool L_11 = __this->get__vertical_98();
if (!L_11)
{
goto IL_0094;
}
}
{
// float curY = pt.y - _dragOffset.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = V_1;
float L_13 = L_12.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_14 = __this->get_address_of__dragOffset_101();
float L_15 = L_14->get_y_1();
V_2 = ((float)il2cpp_codegen_subtract((float)L_13, (float)L_15));
// float diff = _bar.height - _grip.height;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_16 = __this->get__bar_96();
NullCheck(L_16);
float L_17 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_16, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_18 = __this->get__grip_93();
NullCheck(L_18);
float L_19 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_18, /*hidden argument*/NULL);
V_3 = ((float)il2cpp_codegen_subtract((float)L_17, (float)L_19));
// if (diff == 0)
float L_20 = V_3;
if ((!(((float)L_20) == ((float)(0.0f)))))
{
goto IL_0079;
}
}
{
// _target.percY = 0;
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_21 = __this->get__target_97();
NullCheck(L_21);
ScrollPane_set_percY_m98E1E92A96F129AFA320FA644BD20E8E7B118A7F(L_21, (0.0f), /*hidden argument*/NULL);
return;
}
IL_0079:
{
// _target.percY = (curY - _bar.y) / diff;
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_22 = __this->get__target_97();
float L_23 = V_2;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_24 = __this->get__bar_96();
NullCheck(L_24);
float L_25 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_24, /*hidden argument*/NULL);
float L_26 = V_3;
NullCheck(L_22);
ScrollPane_set_percY_m98E1E92A96F129AFA320FA644BD20E8E7B118A7F(L_22, ((float)((float)((float)il2cpp_codegen_subtract((float)L_23, (float)L_25))/(float)L_26)), /*hidden argument*/NULL);
// }
return;
}
IL_0094:
{
// float curX = pt.x - _dragOffset.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_27 = V_1;
float L_28 = L_27.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_29 = __this->get_address_of__dragOffset_101();
float L_30 = L_29->get_x_0();
V_4 = ((float)il2cpp_codegen_subtract((float)L_28, (float)L_30));
// float diff = _bar.width - _grip.width;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_31 = __this->get__bar_96();
NullCheck(L_31);
float L_32 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_31, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_33 = __this->get__grip_93();
NullCheck(L_33);
float L_34 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_33, /*hidden argument*/NULL);
V_5 = ((float)il2cpp_codegen_subtract((float)L_32, (float)L_34));
// if (diff == 0)
float L_35 = V_5;
if ((!(((float)L_35) == ((float)(0.0f)))))
{
goto IL_00db;
}
}
{
// _target.percX = 0;
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_36 = __this->get__target_97();
NullCheck(L_36);
ScrollPane_set_percX_m849071320AF7D8B1E4144220DEFDBC51A7C720A8(L_36, (0.0f), /*hidden argument*/NULL);
return;
}
IL_00db:
{
// _target.percX = (curX - _bar.x) / diff;
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_37 = __this->get__target_97();
float L_38 = V_4;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_39 = __this->get__bar_96();
NullCheck(L_39);
float L_40 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_39, /*hidden argument*/NULL);
float L_41 = V_5;
NullCheck(L_37);
ScrollPane_set_percX_m849071320AF7D8B1E4144220DEFDBC51A7C720A8(L_37, ((float)((float)((float)il2cpp_codegen_subtract((float)L_38, (float)L_40))/(float)L_41)), /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GScrollBar::__arrowButton1Click(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GScrollBar___arrowButton1Click_m891EECC4B86BBA60D370DC96A4FE620AD4D410CD (GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
{
// context.StopPropagation();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_0 = ___context0;
NullCheck(L_0);
EventContext_StopPropagation_m8C61C071E1C217F9A6896855EFB2DA9C0E2AC3D6(L_0, /*hidden argument*/NULL);
// if (_vertical)
bool L_1 = __this->get__vertical_98();
if (!L_1)
{
goto IL_001a;
}
}
{
// _target.ScrollUp();
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_2 = __this->get__target_97();
NullCheck(L_2);
ScrollPane_ScrollUp_m36AA1BBA48163B5431457FC786716A8D6A8332D2(L_2, /*hidden argument*/NULL);
return;
}
IL_001a:
{
// _target.ScrollLeft();
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_3 = __this->get__target_97();
NullCheck(L_3);
ScrollPane_ScrollLeft_mB6A1BA6A54EF6185B07E4F91B9F200A8A5ABE1AC(L_3, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GScrollBar::__arrowButton2Click(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GScrollBar___arrowButton2Click_m3A590A60D482A516A19E96DC19F36C291E9EF54D (GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
{
// context.StopPropagation();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_0 = ___context0;
NullCheck(L_0);
EventContext_StopPropagation_m8C61C071E1C217F9A6896855EFB2DA9C0E2AC3D6(L_0, /*hidden argument*/NULL);
// if (_vertical)
bool L_1 = __this->get__vertical_98();
if (!L_1)
{
goto IL_001a;
}
}
{
// _target.ScrollDown();
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_2 = __this->get__target_97();
NullCheck(L_2);
ScrollPane_ScrollDown_mACC8D192CDDC298087D3EAAFCDD399EE2C84A916(L_2, /*hidden argument*/NULL);
return;
}
IL_001a:
{
// _target.ScrollRight();
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_3 = __this->get__target_97();
NullCheck(L_3);
ScrollPane_ScrollRight_m55B4DD19E036B188C92E966392AB2F84AFB6783D(L_3, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GScrollBar::__touchBegin(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GScrollBar___touchBegin_mD177DC8F3C9ABAD4EDC445EACC4A6D900C8E7D3E (GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
{
// context.StopPropagation();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_0 = ___context0;
NullCheck(L_0);
EventContext_StopPropagation_m8C61C071E1C217F9A6896855EFB2DA9C0E2AC3D6(L_0, /*hidden argument*/NULL);
// 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 = _grip.GlobalToLocal(new Vector2(evt.x, evt.y));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__grip_93();
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;
// if (_vertical)
bool L_10 = __this->get__vertical_98();
if (!L_10)
{
goto IL_0063;
}
}
{
// if (pt.y < 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = V_1;
float L_12 = L_11.get_y_1();
if ((!(((float)L_12) < ((float)(0.0f)))))
{
goto IL_0051;
}
}
{
// _target.ScrollUp(4, false);
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_13 = __this->get__target_97();
NullCheck(L_13);
ScrollPane_ScrollUp_m31C19A96A7EC12751580B5193D78EADE3511953F(L_13, (4.0f), (bool)0, /*hidden argument*/NULL);
return;
}
IL_0051:
{
// _target.ScrollDown(4, false);
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_14 = __this->get__target_97();
NullCheck(L_14);
ScrollPane_ScrollDown_mF1B211E5745370237ED42BC7C50D1703C38DFF6F(L_14, (4.0f), (bool)0, /*hidden argument*/NULL);
// }
return;
}
IL_0063:
{
// if (pt.x < 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15 = V_1;
float L_16 = L_15.get_x_0();
if ((!(((float)L_16) < ((float)(0.0f)))))
{
goto IL_0082;
}
}
{
// _target.ScrollLeft(4, false);
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_17 = __this->get__target_97();
NullCheck(L_17);
ScrollPane_ScrollLeft_m53A58F876C6FF123B0678C94B7B36D9D4420D4AB(L_17, (4.0f), (bool)0, /*hidden argument*/NULL);
return;
}
IL_0082:
{
// _target.ScrollRight(4, false);
ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE * L_18 = __this->get__target_97();
NullCheck(L_18);
ScrollPane_ScrollRight_m3B9603D442A9348471FD21EA55EC7B9F8FFE0470(L_18, (4.0f), (bool)0, /*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.GSlider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider__ctor_m3B25C475FD751469840EB2D596DAD40AE8257E92 (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, const RuntimeMethod* method)
{
{
// public GSlider()
GComponent__ctor_mC1D8ACC5AD72FF3D49D73176975190947F9A0DF3(__this, /*hidden argument*/NULL);
// _value = 50;
__this->set__value_94((50.0));
// _max = 100;
__this->set__max_93((100.0));
// changeOnClick = true;
__this->set_changeOnClick_111((bool)1);
// canDrag = true;
__this->set_canDrag_112((bool)1);
// }
return;
}
}
// FairyGUI.EventListener FairyGUI.GSlider::get_onChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GSlider_get_onChanged_m9A8C1B92804BDE303CF5A53389EEA0D6AC53F1CD (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GSlider_get_onChanged_m9A8C1B92804BDE303CF5A53389EEA0D6AC53F1CD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onChanged ?? (_onChanged = new EventListener(this, "onChanged")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onChanged_109();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onChanged_109(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.GSlider::get_onGripTouchEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GSlider_get_onGripTouchEnd_mC531D95CA245F42FBA2A3A9ABCE979EBF5DD866D (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GSlider_get_onGripTouchEnd_mC531D95CA245F42FBA2A3A9ABCE979EBF5DD866D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onGripTouchEnd ?? (_onGripTouchEnd = new EventListener(this, "onGripTouchEnd")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onGripTouchEnd_110();
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, _stringLiteral48A21E6743A07ADFB2E971CAF370E3C36EE36DE9, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onGripTouchEnd_110(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.ProgressTitleType FairyGUI.GSlider::get_titleType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GSlider_get_titleType_m9D892D841027A3EB17ABB4D45D28338E3EEA7F35 (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, const RuntimeMethod* method)
{
{
// return _titleType;
int32_t L_0 = __this->get__titleType_95();
return L_0;
}
}
// System.Void FairyGUI.GSlider::set_titleType(FairyGUI.ProgressTitleType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider_set_titleType_mB6AA33475DC323D34A15B6ADF8360E4A30122148 (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// if (_titleType != value)
int32_t L_0 = __this->get__titleType_95();
int32_t L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0016;
}
}
{
// _titleType = value;
int32_t L_2 = ___value0;
__this->set__titleType_95(L_2);
// Update();
GSlider_Update_m80DAC97015E44B995B561FC764921AA7B18846AA(__this, /*hidden argument*/NULL);
}
IL_0016:
{
// }
return;
}
}
// System.Double FairyGUI.GSlider::get_max()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double GSlider_get_max_mE736E6A20AD75B56E0B3B756F0BC0D4A718E58C1 (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, const RuntimeMethod* method)
{
{
// return _max;
double L_0 = __this->get__max_93();
return L_0;
}
}
// System.Void FairyGUI.GSlider::set_max(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider_set_max_m5C010A87DC699ACD71DF83B3AFF9CB02643B8AFC (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, double ___value0, const RuntimeMethod* method)
{
{
// if (_max != value)
double L_0 = __this->get__max_93();
double L_1 = ___value0;
if ((((double)L_0) == ((double)L_1)))
{
goto IL_0016;
}
}
{
// _max = value;
double L_2 = ___value0;
__this->set__max_93(L_2);
// Update();
GSlider_Update_m80DAC97015E44B995B561FC764921AA7B18846AA(__this, /*hidden argument*/NULL);
}
IL_0016:
{
// }
return;
}
}
// System.Double FairyGUI.GSlider::get_value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double GSlider_get_value_m900A5C9C11242AB9558F4C1665F3059CA3207DF8 (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, const RuntimeMethod* method)
{
{
// return _value;
double L_0 = __this->get__value_94();
return L_0;
}
}
// System.Void FairyGUI.GSlider::set_value(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider_set_value_mC822E950486BD500108CE23AA54F00561DD15091 (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, double ___value0, const RuntimeMethod* method)
{
{
// if (_value != value)
double L_0 = __this->get__value_94();
double L_1 = ___value0;
if ((((double)L_0) == ((double)L_1)))
{
goto IL_0016;
}
}
{
// _value = value;
double L_2 = ___value0;
__this->set__value_94(L_2);
// Update();
GSlider_Update_m80DAC97015E44B995B561FC764921AA7B18846AA(__this, /*hidden argument*/NULL);
}
IL_0016:
{
// }
return;
}
}
// System.Void FairyGUI.GSlider::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider_Update_m80DAC97015E44B995B561FC764921AA7B18846AA (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GSlider_Update_m80DAC97015E44B995B561FC764921AA7B18846AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
{
// float percent = (float)Math.Min(_value / _max, 1);
double L_0 = __this->get__value_94();
double L_1 = __this->get__max_93();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_2 = Math_Min_m18EB8E9F2EBAF3ACB521CDB9BBC4E358103F3075(((double)((double)L_0/(double)L_1)), (1.0), /*hidden argument*/NULL);
V_0 = (((float)((float)L_2)));
// UpdateWidthPercent(percent);
float L_3 = V_0;
GSlider_UpdateWidthPercent_mB89F8FFC459B077D97D6204DE4E58D91399FDE15(__this, L_3, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GSlider::UpdateWidthPercent(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider_UpdateWidthPercent_mB89F8FFC459B077D97D6204DE4E58D91399FDE15 (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, float ___percent0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GSlider_UpdateWidthPercent_mB89F8FFC459B077D97D6204DE4E58D91399FDE15_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
int32_t V_2 = 0;
{
// if (_titleObject != null)
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_0 = __this->get__titleObject_97();
if (!L_0)
{
goto IL_00ce;
}
}
{
// switch (_titleType)
int32_t L_1 = __this->get__titleType_95();
V_2 = L_1;
int32_t L_2 = V_2;
switch (L_2)
{
case 0:
{
goto IL_002d;
}
case 1:
{
goto IL_0055;
}
case 2:
{
goto IL_008c;
}
case 3:
{
goto IL_00ae;
}
}
}
{
goto IL_00ce;
}
IL_002d:
{
// _titleObject.text = Mathf.RoundToInt(percent * 100) + "%";
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_3 = __this->get__titleObject_97();
float L_4 = ___percent0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_5 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(((float)il2cpp_codegen_multiply((float)L_4, (float)(100.0f))), /*hidden argument*/NULL);
int32_t L_6 = L_5;
RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6);
String_t* L_8 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(L_7, _stringLiteral4345CB1FA27885A8FBFE7C0C830A592CC76A552B, /*hidden argument*/NULL);
NullCheck(L_3);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_3, L_8);
// break;
goto IL_00ce;
}
IL_0055:
{
// _titleObject.text = Math.Round(_value) + "/" + Math.Round(max);
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_9 = __this->get__titleObject_97();
double L_10 = __this->get__value_94();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_11 = bankers_round(L_10);
double L_12 = L_11;
RuntimeObject * L_13 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_12);
double L_14 = GSlider_get_max_mE736E6A20AD75B56E0B3B756F0BC0D4A718E58C1_inline(__this, /*hidden argument*/NULL);
double L_15 = bankers_round(L_14);
double L_16 = L_15;
RuntimeObject * L_17 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_16);
String_t* L_18 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(L_13, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, L_17, /*hidden argument*/NULL);
NullCheck(L_9);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_9, L_18);
// break;
goto IL_00ce;
}
IL_008c:
{
// _titleObject.text = "" + Math.Round(_value);
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_19 = __this->get__titleObject_97();
double L_20 = __this->get__value_94();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_21 = bankers_round(L_20);
double L_22 = L_21;
RuntimeObject * L_23 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_22);
String_t* L_24 = String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1(L_23, /*hidden argument*/NULL);
NullCheck(L_19);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_19, L_24);
// break;
goto IL_00ce;
}
IL_00ae:
{
// _titleObject.text = "" + Math.Round(_max);
GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * L_25 = __this->get__titleObject_97();
double L_26 = __this->get__max_93();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_27 = bankers_round(L_26);
double L_28 = L_27;
RuntimeObject * L_29 = Box(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var, &L_28);
String_t* L_30 = String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1(L_29, /*hidden argument*/NULL);
NullCheck(L_25);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_25, L_30);
}
IL_00ce:
{
// float fullWidth = this.width - _barMaxWidthDelta;
float L_31 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
float L_32 = __this->get__barMaxWidthDelta_102();
V_0 = ((float)il2cpp_codegen_subtract((float)L_31, (float)L_32));
// float fullHeight = this.height - _barMaxHeightDelta;
float L_33 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(__this, /*hidden argument*/NULL);
float L_34 = __this->get__barMaxHeightDelta_103();
V_1 = ((float)il2cpp_codegen_subtract((float)L_33, (float)L_34));
// if (!_reverse)
bool L_35 = __this->get__reverse_96();
if (L_35)
{
goto IL_0203;
}
}
{
// if (_barObjectH != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_36 = __this->get__barObjectH_98();
if (!L_36)
{
goto IL_0175;
}
}
{
// if ((_barObjectH is GImage) && ((GImage)_barObjectH).fillMethod != FillMethod.None)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_37 = __this->get__barObjectH_98();
if (!((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)IsInstClass((RuntimeObject*)L_37, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)))
{
goto IL_012f;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_38 = __this->get__barObjectH_98();
NullCheck(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_38, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)));
int32_t L_39 = GImage_get_fillMethod_m05244A7E608127F7EB95375378650A82308CFD39(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_38, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_39)
{
goto IL_012f;
}
}
{
// ((GImage)_barObjectH).fillAmount = percent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_40 = __this->get__barObjectH_98();
float L_41 = ___percent0;
NullCheck(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_40, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)));
GImage_set_fillAmount_mA16219F3403AC69A914CF2CA21D3106C418AFFD1(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_40, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)), L_41, /*hidden argument*/NULL);
goto IL_0175;
}
IL_012f:
{
// else if ((_barObjectH is GLoader) && ((GLoader)_barObjectH).fillMethod != FillMethod.None)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_42 = __this->get__barObjectH_98();
if (!((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)IsInstClass((RuntimeObject*)L_42, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)))
{
goto IL_0161;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_43 = __this->get__barObjectH_98();
NullCheck(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_43, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
int32_t L_44 = GLoader_get_fillMethod_mFBAB6452346221A4583298336507A02480951E27(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_43, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_44)
{
goto IL_0161;
}
}
{
// ((GLoader)_barObjectH).fillAmount = percent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_45 = __this->get__barObjectH_98();
float L_46 = ___percent0;
NullCheck(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_45, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
GLoader_set_fillAmount_m0F7DAF01147FB27346FFAD2F2C3A5F7BC573FC51(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_45, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), L_46, /*hidden argument*/NULL);
goto IL_0175;
}
IL_0161:
{
// _barObjectH.width = Mathf.RoundToInt(fullWidth * percent);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_47 = __this->get__barObjectH_98();
float L_48 = V_0;
float L_49 = ___percent0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_50 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(((float)il2cpp_codegen_multiply((float)L_48, (float)L_49)), /*hidden argument*/NULL);
NullCheck(L_47);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_47, (((float)((float)L_50))), /*hidden argument*/NULL);
}
IL_0175:
{
// if (_barObjectV != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_51 = __this->get__barObjectV_99();
if (!L_51)
{
goto IL_035f;
}
}
{
// if ((_barObjectV is GImage) && ((GImage)_barObjectV).fillMethod != FillMethod.None)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_52 = __this->get__barObjectV_99();
if (!((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)IsInstClass((RuntimeObject*)L_52, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)))
{
goto IL_01b5;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_53 = __this->get__barObjectV_99();
NullCheck(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_53, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)));
int32_t L_54 = GImage_get_fillMethod_m05244A7E608127F7EB95375378650A82308CFD39(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_53, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_54)
{
goto IL_01b5;
}
}
{
// ((GImage)_barObjectV).fillAmount = percent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_55 = __this->get__barObjectV_99();
float L_56 = ___percent0;
NullCheck(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_55, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)));
GImage_set_fillAmount_mA16219F3403AC69A914CF2CA21D3106C418AFFD1(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_55, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)), L_56, /*hidden argument*/NULL);
goto IL_035f;
}
IL_01b5:
{
// else if ((_barObjectV is GLoader) && ((GLoader)_barObjectV).fillMethod != FillMethod.None)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_57 = __this->get__barObjectV_99();
if (!((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)IsInstClass((RuntimeObject*)L_57, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)))
{
goto IL_01ea;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_58 = __this->get__barObjectV_99();
NullCheck(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_58, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
int32_t L_59 = GLoader_get_fillMethod_mFBAB6452346221A4583298336507A02480951E27(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_58, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_59)
{
goto IL_01ea;
}
}
{
// ((GLoader)_barObjectV).fillAmount = percent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_60 = __this->get__barObjectV_99();
float L_61 = ___percent0;
NullCheck(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_60, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
GLoader_set_fillAmount_m0F7DAF01147FB27346FFAD2F2C3A5F7BC573FC51(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_60, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), L_61, /*hidden argument*/NULL);
goto IL_035f;
}
IL_01ea:
{
// _barObjectV.height = Mathf.RoundToInt(fullHeight * percent);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_62 = __this->get__barObjectV_99();
float L_63 = V_1;
float L_64 = ___percent0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_65 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(((float)il2cpp_codegen_multiply((float)L_63, (float)L_64)), /*hidden argument*/NULL);
NullCheck(L_62);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_62, (((float)((float)L_65))), /*hidden argument*/NULL);
// }
goto IL_035f;
}
IL_0203:
{
// if (_barObjectH != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_66 = __this->get__barObjectH_98();
if (!L_66)
{
goto IL_02b1;
}
}
{
// if ((_barObjectH is GImage) && ((GImage)_barObjectH).fillMethod != FillMethod.None)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_67 = __this->get__barObjectH_98();
if (!((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)IsInstClass((RuntimeObject*)L_67, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)))
{
goto IL_0246;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_68 = __this->get__barObjectH_98();
NullCheck(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_68, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)));
int32_t L_69 = GImage_get_fillMethod_m05244A7E608127F7EB95375378650A82308CFD39(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_68, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_69)
{
goto IL_0246;
}
}
{
// ((GImage)_barObjectH).fillAmount = 1 - percent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_70 = __this->get__barObjectH_98();
float L_71 = ___percent0;
NullCheck(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_70, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)));
GImage_set_fillAmount_mA16219F3403AC69A914CF2CA21D3106C418AFFD1(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_70, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_71)), /*hidden argument*/NULL);
goto IL_02b1;
}
IL_0246:
{
// else if ((_barObjectH is GLoader) && ((GLoader)_barObjectH).fillMethod != FillMethod.None)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_72 = __this->get__barObjectH_98();
if (!((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)IsInstClass((RuntimeObject*)L_72, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)))
{
goto IL_027e;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_73 = __this->get__barObjectH_98();
NullCheck(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_73, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
int32_t L_74 = GLoader_get_fillMethod_mFBAB6452346221A4583298336507A02480951E27(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_73, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_74)
{
goto IL_027e;
}
}
{
// ((GLoader)_barObjectH).fillAmount = 1 - percent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_75 = __this->get__barObjectH_98();
float L_76 = ___percent0;
NullCheck(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_75, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
GLoader_set_fillAmount_m0F7DAF01147FB27346FFAD2F2C3A5F7BC573FC51(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_75, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_76)), /*hidden argument*/NULL);
goto IL_02b1;
}
IL_027e:
{
// _barObjectH.width = Mathf.RoundToInt(fullWidth * percent);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_77 = __this->get__barObjectH_98();
float L_78 = V_0;
float L_79 = ___percent0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_80 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(((float)il2cpp_codegen_multiply((float)L_78, (float)L_79)), /*hidden argument*/NULL);
NullCheck(L_77);
GObject_set_width_m4BFA98CD375B22912AF455F8EF7068149098875E(L_77, (((float)((float)L_80))), /*hidden argument*/NULL);
// _barObjectH.x = _barStartX + (fullWidth - _barObjectH.width);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_81 = __this->get__barObjectH_98();
float L_82 = __this->get__barStartX_107();
float L_83 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_84 = __this->get__barObjectH_98();
NullCheck(L_84);
float L_85 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_84, /*hidden argument*/NULL);
NullCheck(L_81);
GObject_set_x_m6F02F4092066D9933E22B7E514D5224A5D6B93E1(L_81, ((float)il2cpp_codegen_add((float)L_82, (float)((float)il2cpp_codegen_subtract((float)L_83, (float)L_85)))), /*hidden argument*/NULL);
}
IL_02b1:
{
// if (_barObjectV != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_86 = __this->get__barObjectV_99();
if (!L_86)
{
goto IL_035f;
}
}
{
// if ((_barObjectV is GImage) && ((GImage)_barObjectV).fillMethod != FillMethod.None)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_87 = __this->get__barObjectV_99();
if (!((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)IsInstClass((RuntimeObject*)L_87, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)))
{
goto IL_02f4;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_88 = __this->get__barObjectV_99();
NullCheck(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_88, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)));
int32_t L_89 = GImage_get_fillMethod_m05244A7E608127F7EB95375378650A82308CFD39(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_88, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_89)
{
goto IL_02f4;
}
}
{
// ((GImage)_barObjectV).fillAmount = 1 - percent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_90 = __this->get__barObjectV_99();
float L_91 = ___percent0;
NullCheck(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_90, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)));
GImage_set_fillAmount_mA16219F3403AC69A914CF2CA21D3106C418AFFD1(((GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A *)CastclassClass((RuntimeObject*)L_90, GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_91)), /*hidden argument*/NULL);
goto IL_035f;
}
IL_02f4:
{
// else if ((_barObjectV is GLoader) && ((GLoader)_barObjectV).fillMethod != FillMethod.None)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_92 = __this->get__barObjectV_99();
if (!((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)IsInstClass((RuntimeObject*)L_92, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)))
{
goto IL_032c;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_93 = __this->get__barObjectV_99();
NullCheck(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_93, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
int32_t L_94 = GLoader_get_fillMethod_mFBAB6452346221A4583298336507A02480951E27(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_93, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (!L_94)
{
goto IL_032c;
}
}
{
// ((GLoader)_barObjectV).fillAmount = 1 - percent;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_95 = __this->get__barObjectV_99();
float L_96 = ___percent0;
NullCheck(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_95, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)));
GLoader_set_fillAmount_m0F7DAF01147FB27346FFAD2F2C3A5F7BC573FC51(((GLoader_t79DB886430214FA5031328823142509230E0E4A8 *)CastclassClass((RuntimeObject*)L_95, GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var)), ((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_96)), /*hidden argument*/NULL);
goto IL_035f;
}
IL_032c:
{
// _barObjectV.height = Mathf.RoundToInt(fullHeight * percent);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_97 = __this->get__barObjectV_99();
float L_98 = V_1;
float L_99 = ___percent0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_100 = Mathf_RoundToInt_m0EAD8BD38FCB72FA1D8A04E96337C820EC83F041(((float)il2cpp_codegen_multiply((float)L_98, (float)L_99)), /*hidden argument*/NULL);
NullCheck(L_97);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(L_97, (((float)((float)L_100))), /*hidden argument*/NULL);
// _barObjectV.y = _barStartY + (fullHeight - _barObjectV.height);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_101 = __this->get__barObjectV_99();
float L_102 = __this->get__barStartY_108();
float L_103 = V_1;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_104 = __this->get__barObjectV_99();
NullCheck(L_104);
float L_105 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_104, /*hidden argument*/NULL);
NullCheck(L_101);
GObject_set_y_m4719A412DEA32F089DFDADCE4FFF562846CA59F1(L_101, ((float)il2cpp_codegen_add((float)L_102, (float)((float)il2cpp_codegen_subtract((float)L_103, (float)L_105)))), /*hidden argument*/NULL);
}
IL_035f:
{
// InvalidateBatchingState(true);
GComponent_InvalidateBatchingState_mED7EF940AAF87D06695F79C878D654BED0D38084(__this, (bool)1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GSlider::ConstructExtension(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider_ConstructExtension_m3F2AEA81BA4118D4D5013AAF13B5556C068E73A7 (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GSlider_ConstructExtension_m3F2AEA81BA4118D4D5013AAF13B5556C068E73A7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// buffer.Seek(0, 6);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
NullCheck(L_0);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_0, 0, 6, /*hidden argument*/NULL);
// _titleType = (ProgressTitleType)buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_1 = ___buffer0;
NullCheck(L_1);
uint8_t L_2 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_1, /*hidden argument*/NULL);
__this->set__titleType_95(L_2);
// _reverse = buffer.ReadBool();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_3 = ___buffer0;
NullCheck(L_3);
bool L_4 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_3, /*hidden argument*/NULL);
__this->set__reverse_96(L_4);
// _titleObject = GetChild("title") as GTextField;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(__this, _stringLiteral3C6DE1B7DD91465D437EF415F94F36AFC1FBC8A8, /*hidden argument*/NULL);
__this->set__titleObject_97(((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)IsInstClass((RuntimeObject*)L_5, GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058_il2cpp_TypeInfo_var)));
// _barObjectH = GetChild("bar");
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(__this, _stringLiteral62CDB7020FF920E5AA642C3D4066950DD1F01F4D, /*hidden argument*/NULL);
__this->set__barObjectH_98(L_6);
// _barObjectV = GetChild("bar_v");
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(__this, _stringLiteral689C77C355CEF155BAD97E66EBE0E2198F8884C4, /*hidden argument*/NULL);
__this->set__barObjectV_99(L_7);
// _gripObject = GetChild("grip");
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = GComponent_GetChild_m706300ED23FCF0F2A7B3BEB0B1EFADA2DF0DBCAB(__this, _stringLiteralE752C3B34A2882646A9B4AEEEA8809498F137DA7, /*hidden argument*/NULL);
__this->set__gripObject_104(L_8);
// if (_barObjectH != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = __this->get__barObjectH_98();
if (!L_9)
{
goto IL_00a7;
}
}
{
// _barMaxWidth = _barObjectH.width;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = __this->get__barObjectH_98();
NullCheck(L_10);
float L_11 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_10, /*hidden argument*/NULL);
__this->set__barMaxWidth_100(L_11);
// _barMaxWidthDelta = this.width - _barMaxWidth;
float L_12 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
float L_13 = __this->get__barMaxWidth_100();
__this->set__barMaxWidthDelta_102(((float)il2cpp_codegen_subtract((float)L_12, (float)L_13)));
// _barStartX = _barObjectH.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = __this->get__barObjectH_98();
NullCheck(L_14);
float L_15 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_14, /*hidden argument*/NULL);
__this->set__barStartX_107(L_15);
}
IL_00a7:
{
// if (_barObjectV != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_16 = __this->get__barObjectV_99();
if (!L_16)
{
goto IL_00e4;
}
}
{
// _barMaxHeight = _barObjectV.height;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_17 = __this->get__barObjectV_99();
NullCheck(L_17);
float L_18 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_17, /*hidden argument*/NULL);
__this->set__barMaxHeight_101(L_18);
// _barMaxHeightDelta = this.height - _barMaxHeight;
float L_19 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(__this, /*hidden argument*/NULL);
float L_20 = __this->get__barMaxHeight_101();
__this->set__barMaxHeightDelta_103(((float)il2cpp_codegen_subtract((float)L_19, (float)L_20)));
// _barStartY = _barObjectV.y;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = __this->get__barObjectV_99();
NullCheck(L_21);
float L_22 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_21, /*hidden argument*/NULL);
__this->set__barStartY_108(L_22);
}
IL_00e4:
{
// if (_gripObject != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_23 = __this->get__gripObject_104();
if (!L_23)
{
goto IL_0140;
}
}
{
// _gripObject.onTouchBegin.Add(__gripTouchBegin);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_24 = __this->get__gripObject_104();
NullCheck(L_24);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_25 = GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9(L_24, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_26 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_26, __this, (intptr_t)((intptr_t)GSlider___gripTouchBegin_m3B2E4374F6B9024D8D0A1632F77645E584B6519E_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_25);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_25, L_26, /*hidden argument*/NULL);
// _gripObject.onTouchMove.Add(__gripTouchMove);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_27 = __this->get__gripObject_104();
NullCheck(L_27);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_28 = GObject_get_onTouchMove_mC57B9937E420511C01D42799DE54422A4F4DD0AB(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)GSlider___gripTouchMove_m4BD651977E0E1AD838A01DAFA7141B2591BFC285_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_28);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_28, L_29, /*hidden argument*/NULL);
// _gripObject.onTouchEnd.Add(__gripTouchEnd);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_30 = __this->get__gripObject_104();
NullCheck(L_30);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_31 = GObject_get_onTouchEnd_mC6CD750FD4CA538E9D8AE3A47355613397C2CF5A(L_30, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_32 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_32, __this, (intptr_t)((intptr_t)GSlider___gripTouchEnd_m98F5E58187FEF684AA3DA96EEFE2178511564092_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_31);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_31, L_32, /*hidden argument*/NULL);
}
IL_0140:
{
// onTouchBegin.Add(__barTouchBegin);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_33 = GObject_get_onTouchBegin_mF6D49E9E4D797AFB01D636A0724E7C6C03C984F9(__this, /*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)GSlider___barTouchBegin_mB84F8F45969C0A031C70623523290C2512746092_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_33);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_33, L_34, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GSlider::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider_Setup_AfterAdd_m1B3E5F9B3DFC756E4FE1F65EF752325A666618CB (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, int32_t ___beginPos1, const RuntimeMethod* method)
{
{
// base.Setup_AfterAdd(buffer, beginPos);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
int32_t L_1 = ___beginPos1;
GComponent_Setup_AfterAdd_m0885FD330DB62285D385F2E80373296C002EFAF4(__this, L_0, L_1, /*hidden argument*/NULL);
// if (!buffer.Seek(beginPos, 6))
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_2 = ___buffer0;
int32_t L_3 = ___beginPos1;
NullCheck(L_2);
bool L_4 = ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_2, L_3, 6, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0019;
}
}
{
// Update();
GSlider_Update_m80DAC97015E44B995B561FC764921AA7B18846AA(__this, /*hidden argument*/NULL);
// return;
return;
}
IL_0019:
{
// if ((ObjectType)buffer.ReadByte() != packageItem.objectType)
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_5 = ___buffer0;
NullCheck(L_5);
uint8_t L_6 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_5, /*hidden argument*/NULL);
PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * L_7 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)__this)->get_packageItem_18();
NullCheck(L_7);
int32_t L_8 = L_7->get_objectType_2();
if ((((int32_t)L_6) == ((int32_t)L_8)))
{
goto IL_0033;
}
}
{
// Update();
GSlider_Update_m80DAC97015E44B995B561FC764921AA7B18846AA(__this, /*hidden argument*/NULL);
// return;
return;
}
IL_0033:
{
// _value = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_9 = ___buffer0;
NullCheck(L_9);
int32_t L_10 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_9, /*hidden argument*/NULL);
__this->set__value_94((((double)((double)L_10))));
// _max = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_11 = ___buffer0;
NullCheck(L_11);
int32_t L_12 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_11, /*hidden argument*/NULL);
__this->set__max_93((((double)((double)L_12))));
// Update();
GSlider_Update_m80DAC97015E44B995B561FC764921AA7B18846AA(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GSlider::HandleSizeChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider_HandleSizeChanged_m2488F1D06DAD3375738C2D71884C9A7A8032FBCE (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, const RuntimeMethod* method)
{
{
// base.HandleSizeChanged();
GComponent_HandleSizeChanged_m6FF26BC7ECEB18B410EC364ECD49812D9A15C10D(__this, /*hidden argument*/NULL);
// if (_barObjectH != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__barObjectH_98();
if (!L_0)
{
goto IL_0021;
}
}
{
// _barMaxWidth = this.width - _barMaxWidthDelta;
float L_1 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
float L_2 = __this->get__barMaxWidthDelta_102();
__this->set__barMaxWidth_100(((float)il2cpp_codegen_subtract((float)L_1, (float)L_2)));
}
IL_0021:
{
// if (_barObjectV != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__barObjectV_99();
if (!L_3)
{
goto IL_003c;
}
}
{
// _barMaxHeight = this.height - _barMaxHeightDelta;
float L_4 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(__this, /*hidden argument*/NULL);
float L_5 = __this->get__barMaxHeightDelta_103();
__this->set__barMaxHeight_101(((float)il2cpp_codegen_subtract((float)L_4, (float)L_5)));
}
IL_003c:
{
// if (!this.underConstruct)
bool L_6 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)__this)->get_underConstruct_60();
if (L_6)
{
goto IL_004a;
}
}
{
// Update();
GSlider_Update_m80DAC97015E44B995B561FC764921AA7B18846AA(__this, /*hidden argument*/NULL);
}
IL_004a:
{
// }
return;
}
}
// System.Void FairyGUI.GSlider::__gripTouchBegin(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider___gripTouchBegin_m3B2E4374F6B9024D8D0A1632F77645E584B6519E (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * V_0 = NULL;
{
// this.canDrag = true;
__this->set_canDrag_112((bool)1);
// context.StopPropagation();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_0 = ___context0;
NullCheck(L_0);
EventContext_StopPropagation_m8C61C071E1C217F9A6896855EFB2DA9C0E2AC3D6(L_0, /*hidden argument*/NULL);
// 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_001d;
}
}
{
// return;
return;
}
IL_001d:
{
// context.CaptureTouch();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_5 = ___context0;
NullCheck(L_5);
EventContext_CaptureTouch_m65DBDB9617F3CAA1B20FEE80C30068FECF74A33D(L_5, /*hidden argument*/NULL);
// _clickPos = this.GlobalToLocal(new Vector2(evt.x, evt.y));
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);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(__this, L_10, /*hidden argument*/NULL);
__this->set__clickPos_105(L_11);
// _clickPercent = (float)(_value / _max);
double L_12 = __this->get__value_94();
double L_13 = __this->get__max_93();
__this->set__clickPercent_106((((float)((float)((double)((double)L_12/(double)L_13))))));
// }
return;
}
}
// System.Void FairyGUI.GSlider::__gripTouchMove(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider___gripTouchMove_m4BD651977E0E1AD838A01DAFA7141B2591BFC285 (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GSlider___gripTouchMove_m4BD651977E0E1AD838A01DAFA7141B2591BFC285_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;
float V_4 = 0.0f;
double V_5 = 0.0;
{
// if (!this.canDrag)
bool L_0 = __this->get_canDrag_112();
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;
// Vector2 pt = this.GlobalToLocal(new Vector2(evt.x, evt.y));
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_3 = V_0;
NullCheck(L_3);
float L_4 = InputEvent_get_x_m0C82F6E692B31A47A3AA7F48A7897627305D8573_inline(L_3, /*hidden argument*/NULL);
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_5 = V_0;
NullCheck(L_5);
float L_6 = InputEvent_get_y_mB42B7A5BCD9CC4404A622CC2FE993277F65D3F11_inline(L_5, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7;
memset((&L_7), 0, sizeof(L_7));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_7), L_4, L_6, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = GObject_GlobalToLocal_m1D004EC72E553D2A31434605AAAB373A33ABBEC8(__this, L_7, /*hidden argument*/NULL);
V_1 = L_8;
// if (float.IsNaN(pt.x))
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = V_1;
float L_10 = L_9.get_x_0();
bool L_11 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0036;
}
}
{
// return;
return;
}
IL_0036:
{
// float deltaX = pt.x - _clickPos.x;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = V_1;
float L_13 = L_12.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_14 = __this->get_address_of__clickPos_105();
float L_15 = L_14->get_x_0();
V_2 = ((float)il2cpp_codegen_subtract((float)L_13, (float)L_15));
// float deltaY = pt.y - _clickPos.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_16 = V_1;
float L_17 = L_16.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_18 = __this->get_address_of__clickPos_105();
float L_19 = L_18->get_y_1();
V_3 = ((float)il2cpp_codegen_subtract((float)L_17, (float)L_19));
// if (_reverse)
bool L_20 = __this->get__reverse_96();
if (!L_20)
{
goto IL_006a;
}
}
{
// deltaX = -deltaX;
float L_21 = V_2;
V_2 = ((-L_21));
// deltaY = -deltaY;
float L_22 = V_3;
V_3 = ((-L_22));
}
IL_006a:
{
// if (_barObjectH != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_23 = __this->get__barObjectH_98();
if (!L_23)
{
goto IL_0085;
}
}
{
// percent = _clickPercent + deltaX / _barMaxWidth;
float L_24 = __this->get__clickPercent_106();
float L_25 = V_2;
float L_26 = __this->get__barMaxWidth_100();
V_4 = ((float)il2cpp_codegen_add((float)L_24, (float)((float)((float)L_25/(float)L_26))));
goto IL_0096;
}
IL_0085:
{
// percent = _clickPercent + deltaY / _barMaxHeight;
float L_27 = __this->get__clickPercent_106();
float L_28 = V_3;
float L_29 = __this->get__barMaxHeight_101();
V_4 = ((float)il2cpp_codegen_add((float)L_27, (float)((float)((float)L_28/(float)L_29))));
}
IL_0096:
{
// if (percent > 1)
float L_30 = V_4;
if ((!(((float)L_30) > ((float)(1.0f)))))
{
goto IL_00a8;
}
}
{
// percent = 1;
V_4 = (1.0f);
goto IL_00b8;
}
IL_00a8:
{
// else if (percent < 0)
float L_31 = V_4;
if ((!(((float)L_31) < ((float)(0.0f)))))
{
goto IL_00b8;
}
}
{
// percent = 0;
V_4 = (0.0f);
}
IL_00b8:
{
// double newValue = percent * _max;
float L_32 = V_4;
double L_33 = __this->get__max_93();
V_5 = ((double)il2cpp_codegen_multiply((double)(((double)((double)L_32))), (double)L_33));
// if (newValue != _value)
double L_34 = V_5;
double L_35 = __this->get__value_94();
if ((((double)L_34) == ((double)L_35)))
{
goto IL_00e5;
}
}
{
// _value = newValue;
double L_36 = V_5;
__this->set__value_94(L_36);
// if (DispatchEvent("onChanged", null))
bool L_37 = EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(__this, _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002, NULL, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_00e5;
}
}
{
// return;
return;
}
IL_00e5:
{
// UpdateWidthPercent(percent);
float L_38 = V_4;
GSlider_UpdateWidthPercent_mB89F8FFC459B077D97D6204DE4E58D91399FDE15(__this, L_38, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GSlider::__gripTouchEnd(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider___gripTouchEnd_m98F5E58187FEF684AA3DA96EEFE2178511564092 (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GSlider___gripTouchEnd_m98F5E58187FEF684AA3DA96EEFE2178511564092_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// DispatchEvent("onGripTouchEnd", null);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(__this, _stringLiteral48A21E6743A07ADFB2E971CAF370E3C36EE36DE9, NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GSlider::__barTouchBegin(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GSlider___barTouchBegin_mB84F8F45969C0A031C70623523290C2512746092 (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GSlider___barTouchBegin_mB84F8F45969C0A031C70623523290C2512746092_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;
double V_4 = 0.0;
{
// if (!changeOnClick)
bool L_0 = __this->get_changeOnClick_111();
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;
// Vector2 pt = _gripObject.GlobalToLocal(new Vector2(evt.x, evt.y));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = __this->get__gripObject_104();
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;
// float percent = (float)(_value / _max);
double L_10 = __this->get__value_94();
double L_11 = __this->get__max_93();
V_2 = (((float)((float)((double)((double)L_10/(double)L_11)))));
// float delta = 0;
V_3 = (0.0f);
// if (_barObjectH != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = __this->get__barObjectH_98();
if (!L_12)
{
goto IL_006a;
}
}
{
// delta = (pt.x - _gripObject.width / 2) / _barMaxWidth;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = V_1;
float L_14 = L_13.get_x_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = __this->get__gripObject_104();
NullCheck(L_15);
float L_16 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_15, /*hidden argument*/NULL);
float L_17 = __this->get__barMaxWidth_100();
V_3 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_14, (float)((float)((float)L_16/(float)(2.0f)))))/(float)L_17));
}
IL_006a:
{
// if (_barObjectV != null)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_18 = __this->get__barObjectV_99();
if (!L_18)
{
goto IL_0092;
}
}
{
// delta = (pt.y - _gripObject.height / 2) / _barMaxHeight;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = V_1;
float L_20 = L_19.get_y_1();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = __this->get__gripObject_104();
NullCheck(L_21);
float L_22 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_21, /*hidden argument*/NULL);
float L_23 = __this->get__barMaxHeight_101();
V_3 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_20, (float)((float)((float)L_22/(float)(2.0f)))))/(float)L_23));
}
IL_0092:
{
// if (_reverse)
bool L_24 = __this->get__reverse_96();
if (!L_24)
{
goto IL_00a0;
}
}
{
// percent -= delta;
float L_25 = V_2;
float L_26 = V_3;
V_2 = ((float)il2cpp_codegen_subtract((float)L_25, (float)L_26));
goto IL_00a4;
}
IL_00a0:
{
// percent += delta;
float L_27 = V_2;
float L_28 = V_3;
V_2 = ((float)il2cpp_codegen_add((float)L_27, (float)L_28));
}
IL_00a4:
{
// if (percent > 1)
float L_29 = V_2;
if ((!(((float)L_29) > ((float)(1.0f)))))
{
goto IL_00b4;
}
}
{
// percent = 1;
V_2 = (1.0f);
goto IL_00c2;
}
IL_00b4:
{
// else if (percent < 0)
float L_30 = V_2;
if ((!(((float)L_30) < ((float)(0.0f)))))
{
goto IL_00c2;
}
}
{
// percent = 0;
V_2 = (0.0f);
}
IL_00c2:
{
// double newValue = percent * _max;
float L_31 = V_2;
double L_32 = __this->get__max_93();
V_4 = ((double)il2cpp_codegen_multiply((double)(((double)((double)L_31))), (double)L_32));
// if (newValue != _value)
double L_33 = V_4;
double L_34 = __this->get__value_94();
if ((((double)L_33) == ((double)L_34)))
{
goto IL_00ee;
}
}
{
// _value = newValue;
double L_35 = V_4;
__this->set__value_94(L_35);
// if (DispatchEvent("onChanged", null))
bool L_36 = EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(__this, _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002, NULL, /*hidden argument*/NULL);
if (!L_36)
{
goto IL_00ee;
}
}
{
// return;
return;
}
IL_00ee:
{
// UpdateWidthPercent(percent);
float L_37 = V_2;
GSlider_UpdateWidthPercent_mB89F8FFC459B077D97D6204DE4E58D91399FDE15(__this, L_37, /*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.GTextField::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField__ctor_m8705E6A0B5D50A68FF6290C58646285A2508D61A (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTextField__ctor_m8705E6A0B5D50A68FF6290C58646285A2508D61A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * V_0 = NULL;
{
// : base()
IL2CPP_RUNTIME_CLASS_INIT(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var);
GObject__ctor_m461BFC9F5C0B625EF65E220241E27D5F161D6496(__this, /*hidden argument*/NULL);
// TextFormat tf = _textField.textFormat;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
NullCheck(L_0);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_1 = TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// tf.font = UIConfig.defaultFont;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_2 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
String_t* L_3 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_defaultFont_4();
NullCheck(L_2);
L_2->set_font_1(L_3);
// tf.size = 12;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_4 = V_0;
NullCheck(L_4);
L_4->set_size_0(((int32_t)12));
// tf.color = Color.black;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_5 = V_0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_6 = Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF(/*hidden argument*/NULL);
NullCheck(L_5);
L_5->set_color_2(L_6);
// tf.lineSpacing = 3;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_7 = V_0;
NullCheck(L_7);
L_7->set_lineSpacing_3(3);
// tf.letterSpacing = 0;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_8 = V_0;
NullCheck(L_8);
L_8->set_letterSpacing_4(0);
// _textField.textFormat = tf;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_9 = __this->get__textField_74();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_10 = V_0;
NullCheck(L_9);
TextField_set_textFormat_m3004FA1A1F7040C069C91F4B85B54226506E3C71(L_9, L_10, /*hidden argument*/NULL);
// _text = string.Empty;
String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set__text_75(L_11);
// _textField.autoSize = AutoSizeType.Both;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_12 = __this->get__textField_74();
NullCheck(L_12);
TextField_set_autoSize_mC608C67772ABEB4526A257CDF5B6C3F39CF41DE3(L_12, 1, /*hidden argument*/NULL);
// _textField.wordWrap = false;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_13 = __this->get__textField_74();
NullCheck(L_13);
TextField_set_wordWrap_m409FEA6591721FE106AA83F3E817E309DDA2F0DB(L_13, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GTextField::CreateDisplayObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_CreateDisplayObject_m3C3D4F6612EDFA30FA1D75D68231735FCB84DF75 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTextField_CreateDisplayObject_m3C3D4F6612EDFA30FA1D75D68231735FCB84DF75_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _textField = new TextField();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D *)il2cpp_codegen_object_new(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var);
TextField__ctor_m1D9B2A3ED7DD99D682A82F9F7001E70CE960DF81(L_0, /*hidden argument*/NULL);
__this->set__textField_74(L_0);
// _textField.gOwner = this;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_1 = __this->get__textField_74();
NullCheck(L_1);
((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_1)->set_gOwner_9(__this);
// displayObject = _textField;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_2 = __this->get__textField_74();
GObject_set_displayObject_m49BC3A13060F05B78A3E926E128224DA628C1D14_inline(__this, L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.String FairyGUI.GTextField::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GTextField_get_text_m17ED35F8025E32FFCCD02064F69AEF924DC831A8 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// GetTextFieldText();
VirtActionInvoker0::Invoke(34 /* System.Void FairyGUI.GTextField::GetTextFieldText() */, __this);
// return _text;
String_t* L_0 = __this->get__text_75();
return L_0;
}
}
// System.Void FairyGUI.GTextField::set_text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_text_m5045D869A262D01049A89DBE0A1DDFBD19C50429 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTextField_set_text_m5045D869A262D01049A89DBE0A1DDFBD19C50429_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (value == null)
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000a;
}
}
{
// value = string.Empty;
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___value0 = L_1;
}
IL_000a:
{
// _text = value;
String_t* L_2 = ___value0;
__this->set__text_75(L_2);
// SetTextFieldText();
VirtActionInvoker0::Invoke(33 /* System.Void FairyGUI.GTextField::SetTextFieldText() */, __this);
// UpdateSize();
GTextField_UpdateSize_m6CAA7CFC293E20B7C106E1BA3488CF1D7672B366(__this, /*hidden argument*/NULL);
// UpdateGear(6);
GObject_UpdateGear_mF3DA284C33BDFF78BA5B8BA926A69B46B136B398(__this, 6, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GTextField::SetTextFieldText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_SetTextFieldText_mA8CC556E9650589EFE30F7000F7048B7C963CA34 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTextField_SetTextFieldText_mA8CC556E9650589EFE30F7000F7048B7C963CA34_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// string str = _text;
String_t* L_0 = __this->get__text_75();
V_0 = L_0;
// if (_templateVars != null)
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = __this->get__templateVars_78();
if (!L_1)
{
goto IL_0017;
}
}
{
// str = ParseTemplate(str);
String_t* L_2 = V_0;
String_t* L_3 = GTextField_ParseTemplate_m8BCBAD8E519E634AA0D1C86497229D361B7A01C6(__this, L_2, /*hidden argument*/NULL);
V_0 = L_3;
}
IL_0017:
{
// _textField.maxWidth = maxWidth;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_4 = __this->get__textField_74();
int32_t L_5 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)__this)->get_maxWidth_10();
NullCheck(L_4);
TextField_set_maxWidth_mEA9CD35EC699E3E3FBCFC41724715F8F8887E92A(L_4, L_5, /*hidden argument*/NULL);
// if (_ubbEnabled)
bool L_6 = __this->get__ubbEnabled_76();
if (!L_6)
{
goto IL_004c;
}
}
{
// _textField.htmlText = UBBParser.inst.Parse(XMLUtils.EncodeString(str));
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_7 = __this->get__textField_74();
IL2CPP_RUNTIME_CLASS_INIT(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_il2cpp_TypeInfo_var);
UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * L_8 = ((UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_StaticFields*)il2cpp_codegen_static_fields_for(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_il2cpp_TypeInfo_var))->get_inst_0();
String_t* L_9 = V_0;
String_t* L_10 = XMLUtils_EncodeString_m4A4C103C382124C100F599689A6D83272BD8B455(L_9, /*hidden argument*/NULL);
NullCheck(L_8);
String_t* L_11 = UBBParser_Parse_mA0C1760A771802A4574481AD912EA7A2891B1254(L_8, L_10, /*hidden argument*/NULL);
NullCheck(L_7);
TextField_set_htmlText_m4BC91BB903F3906A9FB5E0FE00BB5D5DF21A7A51(L_7, L_11, /*hidden argument*/NULL);
return;
}
IL_004c:
{
// _textField.text = str;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_12 = __this->get__textField_74();
String_t* L_13 = V_0;
NullCheck(L_12);
TextField_set_text_m5880882609EEFB942F7FCC9CEC9482E8BD58182B(L_12, L_13, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GTextField::GetTextFieldText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_GetTextFieldText_m61C409687F13387A4DA4E0CA08D13562AF6DF4B8 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Collections.Generic.Dictionary`2<System.String,System.String> FairyGUI.GTextField::get_templateVars()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * GTextField_get_templateVars_m72C11CBFF34332959665FABC075E0DCE3EC3A8A5 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// get { return _templateVars; }
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_0 = __this->get__templateVars_78();
return L_0;
}
}
// System.Void FairyGUI.GTextField::set_templateVars(System.Collections.Generic.Dictionary`2<System.String,System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_templateVars_mFE7167B0A30EE98108E9ADB0755849351B101056 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ___value0, const RuntimeMethod* method)
{
{
// if (_templateVars == null && value == null)
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_0 = __this->get__templateVars_78();
if (L_0)
{
goto IL_000c;
}
}
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = ___value0;
if (L_1)
{
goto IL_000c;
}
}
{
// return;
return;
}
IL_000c:
{
// _templateVars = value;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_2 = ___value0;
__this->set__templateVars_78(L_2);
// FlushVars();
GTextField_FlushVars_m62B5F583243FC6E2A2F4B454C4B63AB44C185C0A(__this, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.GTextField FairyGUI.GTextField::SetVar(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * GTextField_SetVar_mA6597CE17647F274836A96BC0C4B03B256583D24 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTextField_SetVar_mA6597CE17647F274836A96BC0C4B03B256583D24_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_templateVars == null)
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_0 = __this->get__templateVars_78();
if (L_0)
{
goto IL_0013;
}
}
{
// _templateVars = new Dictionary<string, string>();
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)il2cpp_codegen_object_new(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B(L_1, /*hidden argument*/Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var);
__this->set__templateVars_78(L_1);
}
IL_0013:
{
// _templateVars[name] = value;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_2 = __this->get__templateVars_78();
String_t* L_3 = ___name0;
String_t* L_4 = ___value1;
NullCheck(L_2);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_2, L_3, L_4, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
// return this;
return __this;
}
}
// System.Void FairyGUI.GTextField::FlushVars()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_FlushVars_m62B5F583243FC6E2A2F4B454C4B63AB44C185C0A (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// SetTextFieldText();
VirtActionInvoker0::Invoke(33 /* System.Void FairyGUI.GTextField::SetTextFieldText() */, __this);
// UpdateSize();
GTextField_UpdateSize_m6CAA7CFC293E20B7C106E1BA3488CF1D7672B366(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.GTextField::HasCharacter(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GTextField_HasCharacter_m470423A1EB570D223178567904AFCF3211D392D2 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
// return _textField.HasCharacter(ch);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
Il2CppChar L_1 = ___ch0;
NullCheck(L_0);
bool L_2 = TextField_HasCharacter_m829B4F80224EBD126DF6D4998FE31724D8854E35(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.String FairyGUI.GTextField::ParseTemplate(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GTextField_ParseTemplate_m8BCBAD8E519E634AA0D1C86497229D361B7A01C6 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, String_t* ___template0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTextField_ParseTemplate_m8BCBAD8E519E634AA0D1C86497229D361B7A01C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
StringBuilder_t * V_5 = NULL;
{
// int pos1 = 0, pos2 = 0;
V_0 = 0;
// int pos1 = 0, pos2 = 0;
V_1 = 0;
// StringBuilder buffer = new StringBuilder();
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
V_5 = L_0;
goto IL_00df;
}
IL_0010:
{
// if (pos2 > 0 && template[pos2 - 1] == '\\')
int32_t L_1 = V_1;
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_0043;
}
}
{
String_t* L_2 = ___template0;
int32_t L_3 = V_1;
NullCheck(L_2);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)92)))))
{
goto IL_0043;
}
}
{
// buffer.Append(template, pos1, pos2 - pos1 - 1);
StringBuilder_t * L_5 = V_5;
String_t* L_6 = ___template0;
int32_t L_7 = V_0;
int32_t L_8 = V_1;
int32_t L_9 = V_0;
NullCheck(L_5);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_5, L_6, L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1)), /*hidden argument*/NULL);
// buffer.Append('{');
StringBuilder_t * L_10 = V_5;
NullCheck(L_10);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_10, ((int32_t)123), /*hidden argument*/NULL);
// pos1 = pos2 + 1;
int32_t L_11 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
// continue;
goto IL_00df;
}
IL_0043:
{
// buffer.Append(template, pos1, pos2 - pos1);
StringBuilder_t * L_12 = V_5;
String_t* L_13 = ___template0;
int32_t L_14 = V_0;
int32_t L_15 = V_1;
int32_t L_16 = V_0;
NullCheck(L_12);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_12, L_13, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), /*hidden argument*/NULL);
// pos1 = pos2;
int32_t L_17 = V_1;
V_0 = L_17;
// pos2 = template.IndexOf('}', pos1);
String_t* L_18 = ___template0;
int32_t L_19 = V_0;
NullCheck(L_18);
int32_t L_20 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_18, ((int32_t)125), L_19, /*hidden argument*/NULL);
V_1 = L_20;
// if (pos2 == -1)
int32_t L_21 = V_1;
if ((((int32_t)L_21) == ((int32_t)(-1))))
{
goto IL_00f0;
}
}
{
// if (pos2 == pos1 + 1)
int32_t L_22 = V_1;
int32_t L_23 = V_0;
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))))))
{
goto IL_007a;
}
}
{
// buffer.Append(template, pos1, 2);
StringBuilder_t * L_24 = V_5;
String_t* L_25 = ___template0;
int32_t L_26 = V_0;
NullCheck(L_24);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_24, L_25, L_26, 2, /*hidden argument*/NULL);
// pos1 = pos2 + 1;
int32_t L_27 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
// continue;
goto IL_00df;
}
IL_007a:
{
// tag = template.Substring(pos1 + 1, pos2 - pos1 - 1);
String_t* L_28 = ___template0;
int32_t L_29 = V_0;
int32_t L_30 = V_1;
int32_t L_31 = V_0;
NullCheck(L_28);
String_t* L_32 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_28, ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)), (int32_t)1)), /*hidden argument*/NULL);
V_3 = L_32;
// pos3 = tag.IndexOf('=');
String_t* L_33 = V_3;
NullCheck(L_33);
int32_t L_34 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_33, ((int32_t)61), /*hidden argument*/NULL);
V_2 = L_34;
// if (pos3 != -1)
int32_t L_35 = V_2;
if ((((int32_t)L_35) == ((int32_t)(-1))))
{
goto IL_00ba;
}
}
{
// if (!_templateVars.TryGetValue(tag.Substring(0, pos3), out value))
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_36 = __this->get__templateVars_78();
String_t* L_37 = V_3;
int32_t L_38 = V_2;
NullCheck(L_37);
String_t* L_39 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_37, 0, L_38, /*hidden argument*/NULL);
NullCheck(L_36);
bool L_40 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_36, L_39, (String_t**)(&V_4), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (L_40)
{
goto IL_00d1;
}
}
{
// value = tag.Substring(pos3 + 1);
String_t* L_41 = V_3;
int32_t L_42 = V_2;
NullCheck(L_41);
String_t* L_43 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_41, ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)), /*hidden argument*/NULL);
V_4 = L_43;
// }
goto IL_00d1;
}
IL_00ba:
{
// if (!_templateVars.TryGetValue(tag, out value))
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_44 = __this->get__templateVars_78();
String_t* L_45 = V_3;
NullCheck(L_44);
bool L_46 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_44, L_45, (String_t**)(&V_4), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (L_46)
{
goto IL_00d1;
}
}
{
// value = "";
V_4 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
}
IL_00d1:
{
// buffer.Append(value);
StringBuilder_t * L_47 = V_5;
String_t* L_48 = V_4;
NullCheck(L_47);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_47, L_48, /*hidden argument*/NULL);
// pos1 = pos2 + 1;
int32_t L_49 = V_1;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1));
}
IL_00df:
{
// while ((pos2 = template.IndexOf('{', pos1)) != -1)
String_t* L_50 = ___template0;
int32_t L_51 = V_0;
NullCheck(L_50);
int32_t L_52 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_50, ((int32_t)123), L_51, /*hidden argument*/NULL);
int32_t L_53 = L_52;
V_1 = L_53;
if ((!(((uint32_t)L_53) == ((uint32_t)(-1)))))
{
goto IL_0010;
}
}
IL_00f0:
{
// if (pos1 < template.Length)
int32_t L_54 = V_0;
String_t* L_55 = ___template0;
NullCheck(L_55);
int32_t L_56 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_55, /*hidden argument*/NULL);
if ((((int32_t)L_54) >= ((int32_t)L_56)))
{
goto IL_010b;
}
}
{
// buffer.Append(template, pos1, template.Length - pos1);
StringBuilder_t * L_57 = V_5;
String_t* L_58 = ___template0;
int32_t L_59 = V_0;
String_t* L_60 = ___template0;
NullCheck(L_60);
int32_t L_61 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_60, /*hidden argument*/NULL);
int32_t L_62 = V_0;
NullCheck(L_57);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_57, L_58, L_59, ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)L_62)), /*hidden argument*/NULL);
}
IL_010b:
{
// return buffer.ToString();
StringBuilder_t * L_63 = V_5;
NullCheck(L_63);
String_t* L_64 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_63);
return L_64;
}
}
// FairyGUI.TextFormat FairyGUI.GTextField::get_textFormat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * GTextField_get_textFormat_m17F3655CA652ACE28AAF36C258BC764319A6BFD0 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// return _textField.textFormat;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
NullCheck(L_0);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_1 = TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextField::set_textFormat(FairyGUI.TextFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_textFormat_mD748D394818BE6294995D73ACB89F125181FDBD0 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___value0, const RuntimeMethod* method)
{
{
// _textField.textFormat = value;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_1 = ___value0;
NullCheck(L_0);
TextField_set_textFormat_m3004FA1A1F7040C069C91F4B85B54226506E3C71(L_0, L_1, /*hidden argument*/NULL);
// if (!underConstruct)
bool L_2 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)__this)->get_underConstruct_60();
if (L_2)
{
goto IL_001a;
}
}
{
// UpdateSize();
GTextField_UpdateSize_m6CAA7CFC293E20B7C106E1BA3488CF1D7672B366(__this, /*hidden argument*/NULL);
}
IL_001a:
{
// }
return;
}
}
// UnityEngine.Color FairyGUI.GTextField::get_color()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GTextField_get_color_mFD6838B7360FC945D2182793F9679DF18CC01EF7 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// return _textField.textFormat.color;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
NullCheck(L_0);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_1 = TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = L_1->get_color_2();
return L_2;
}
}
// System.Void FairyGUI.GTextField::set_color(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_color_mA4ECB9D2314F1FA35F9020A92BEAC6A90833BE99 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * V_0 = NULL;
{
// if (_textField.textFormat.color != value)
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
NullCheck(L_0);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_1 = TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = L_1->get_color_2();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = ___value0;
bool L_4 = Color_op_Inequality_m9C3EFC058BB205C298A2D3166173342303E660B9(L_2, L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_003e;
}
}
{
// TextFormat tf = _textField.textFormat;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_5 = __this->get__textField_74();
NullCheck(L_5);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_6 = TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline(L_5, /*hidden argument*/NULL);
V_0 = L_6;
// tf.color = value;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_7 = V_0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_8 = ___value0;
NullCheck(L_7);
L_7->set_color_2(L_8);
// _textField.textFormat = tf;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_9 = __this->get__textField_74();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_10 = V_0;
NullCheck(L_9);
TextField_set_textFormat_m3004FA1A1F7040C069C91F4B85B54226506E3C71(L_9, L_10, /*hidden argument*/NULL);
// UpdateGear(4);
GObject_UpdateGear_mF3DA284C33BDFF78BA5B8BA926A69B46B136B398(__this, 4, /*hidden argument*/NULL);
}
IL_003e:
{
// }
return;
}
}
// FairyGUI.AlignType FairyGUI.GTextField::get_align()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GTextField_get_align_m2D5FF50813E6F2FAC1B163576521B8CA41042EAD (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// get { return _textField.align; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
NullCheck(L_0);
int32_t L_1 = TextField_get_align_mF923651E166DF349D9C6A20A0BFE14C5E0E466F4(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextField::set_align(FairyGUI.AlignType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_align_m11B93D438CFAB5C1559AFE6C4B22BB52078BA98F (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { _textField.align = value; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
int32_t L_1 = ___value0;
NullCheck(L_0);
TextField_set_align_m6FB37FC85FFF0781D46D24CCC0641B8C1AA2E9BF(L_0, L_1, /*hidden argument*/NULL);
// set { _textField.align = value; }
return;
}
}
// FairyGUI.VertAlignType FairyGUI.GTextField::get_verticalAlign()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GTextField_get_verticalAlign_mF97A0D5FB025C7DEBF3F5F790844EFA3628BDB53 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// get { return _textField.verticalAlign; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
NullCheck(L_0);
int32_t L_1 = TextField_get_verticalAlign_mAA70F2B024B2B0AE206552C82D04A33816AC18D8_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextField::set_verticalAlign(FairyGUI.VertAlignType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_verticalAlign_m112FAB11512635D58DD98CA213E0C42EDE9AA862 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { _textField.verticalAlign = value; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
int32_t L_1 = ___value0;
NullCheck(L_0);
TextField_set_verticalAlign_mB60013C432F0B0CCD8A6F1270D394AC0BCEDA735(L_0, L_1, /*hidden argument*/NULL);
// set { _textField.verticalAlign = value; }
return;
}
}
// System.Boolean FairyGUI.GTextField::get_singleLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GTextField_get_singleLine_mA3D7BA9655F983D80FACF9349A90E6B9FDD6AE4A (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// get { return _textField.singleLine; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
NullCheck(L_0);
bool L_1 = TextField_get_singleLine_m5FDD33ED011FF2C33C058450C683A08A3C8BB673_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextField::set_singleLine(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_singleLine_m8DEC9AF2DEADB2C4FB6C850AFF68651E3B5CE036 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _textField.singleLine = value; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
bool L_1 = ___value0;
NullCheck(L_0);
TextField_set_singleLine_m72EF9943F89F04A47B9975CC4B06EF6CCBBCEABE(L_0, L_1, /*hidden argument*/NULL);
// set { _textField.singleLine = value; }
return;
}
}
// System.Int32 FairyGUI.GTextField::get_stroke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GTextField_get_stroke_mEEC733BC137611ADBA8FF54BA08AB5C115408878 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// get { return _textField.stroke; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
NullCheck(L_0);
int32_t L_1 = TextField_get_stroke_mB1F1EAC0E1B016299488006B7D9B1C6A5A4BAE9D_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextField::set_stroke(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_stroke_mCFA11755A7FF4F9F48F46ED85C3F993ECEB3AF95 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { _textField.stroke = value; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
int32_t L_1 = ___value0;
NullCheck(L_0);
TextField_set_stroke_mD71EDABC85C524FD253AEFB055293DCACDEC14A0(L_0, L_1, /*hidden argument*/NULL);
// set { _textField.stroke = value; }
return;
}
}
// UnityEngine.Color FairyGUI.GTextField::get_strokeColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GTextField_get_strokeColor_m95D9FDA8337F165F4170AE4FA6F4FCAB34A36BFE (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// get { return _textField.strokeColor; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
NullCheck(L_0);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = TextField_get_strokeColor_m9CE6F7A78513A684E062731981ED6DF64701FF94_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextField::set_strokeColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_strokeColor_m3FCB95DF5A5B4993DF1D6A453D2DB301EED057C6 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// _textField.strokeColor = value;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ___value0;
NullCheck(L_0);
TextField_set_strokeColor_m159A5031AC79FC05B8ED5E2DF9A15B16BB14C4F3(L_0, L_1, /*hidden argument*/NULL);
// UpdateGear(4);
GObject_UpdateGear_mF3DA284C33BDFF78BA5B8BA926A69B46B136B398(__this, 4, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.Vector2 FairyGUI.GTextField::get_shadowOffset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GTextField_get_shadowOffset_m6BA4B0D644AFB92F75641FA2B3268CC149034DF8 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// get { return _textField.shadowOffset; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
NullCheck(L_0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = TextField_get_shadowOffset_mE18D0F42B7312924E4565843BE9EB96F4D6AF641_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextField::set_shadowOffset(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_shadowOffset_mB910B8BD1849617257CCBB87799D78DF84D0FFCA (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// set { _textField.shadowOffset = value; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = ___value0;
NullCheck(L_0);
TextField_set_shadowOffset_mFCFD7FED45E815629935562317839912D43359BA(L_0, L_1, /*hidden argument*/NULL);
// set { _textField.shadowOffset = value; }
return;
}
}
// System.Boolean FairyGUI.GTextField::get_UBBEnabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GTextField_get_UBBEnabled_mF1EC1D258CE5464A29FD90617457D05B3D784B42 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// get { return _ubbEnabled; }
bool L_0 = __this->get__ubbEnabled_76();
return L_0;
}
}
// System.Void FairyGUI.GTextField::set_UBBEnabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_UBBEnabled_mD72B8F4C431C913DEB66D04229188E7A7EAB1B1D (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _ubbEnabled = value; }
bool L_0 = ___value0;
__this->set__ubbEnabled_76(L_0);
// set { _ubbEnabled = value; }
return;
}
}
// FairyGUI.AutoSizeType FairyGUI.GTextField::get_autoSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GTextField_get_autoSize_m2D21265D2608EA7CD02CE522F80D7DAEFFE003ED (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// get { return _textField.autoSize; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
NullCheck(L_0);
int32_t L_1 = TextField_get_autoSize_m7ACD24F1972C17647E03342F1ABD67AFB2C4D01E_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextField::set_autoSize(FairyGUI.AutoSizeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_set_autoSize_m64EE35827177B3EB7880ABCDBBCC27E972534EE3 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// _textField.autoSize = value;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
int32_t L_1 = ___value0;
NullCheck(L_0);
TextField_set_autoSize_mC608C67772ABEB4526A257CDF5B6C3F39CF41DE3(L_0, L_1, /*hidden argument*/NULL);
// if (value == AutoSizeType.Both)
int32_t L_2 = ___value0;
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0041;
}
}
{
// _textField.wordWrap = false;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_3 = __this->get__textField_74();
NullCheck(L_3);
TextField_set_wordWrap_m409FEA6591721FE106AA83F3E817E309DDA2F0DB(L_3, (bool)0, /*hidden argument*/NULL);
// if (!underConstruct)
bool L_4 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)__this)->get_underConstruct_60();
if (L_4)
{
goto IL_0082;
}
}
{
// this.SetSize(_textField.textWidth, _textField.textHeight);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_5 = __this->get__textField_74();
NullCheck(L_5);
float L_6 = TextField_get_textWidth_m4CF6D547DC8023ED2B7209A9E90E1AA2D4E0C679(L_5, /*hidden argument*/NULL);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_7 = __this->get__textField_74();
NullCheck(L_7);
float L_8 = TextField_get_textHeight_m3D5995AFF9641330C5711FD1C6C128038FA94190(L_7, /*hidden argument*/NULL);
GObject_SetSize_m6E4005A5C11B8261C7A73EF4988CBD4B7F138B5E(__this, L_6, L_8, /*hidden argument*/NULL);
// }
return;
}
IL_0041:
{
// _textField.wordWrap = true;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_9 = __this->get__textField_74();
NullCheck(L_9);
TextField_set_wordWrap_m409FEA6591721FE106AA83F3E817E309DDA2F0DB(L_9, (bool)1, /*hidden argument*/NULL);
// if (value == AutoSizeType.Height)
int32_t L_10 = ___value0;
if ((!(((uint32_t)L_10) == ((uint32_t)2))))
{
goto IL_006b;
}
}
{
// if (!underConstruct)
bool L_11 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)__this)->get_underConstruct_60();
if (L_11)
{
goto IL_0082;
}
}
{
// this.height = _textField.textHeight;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_12 = __this->get__textField_74();
NullCheck(L_12);
float L_13 = TextField_get_textHeight_m3D5995AFF9641330C5711FD1C6C128038FA94190(L_12, /*hidden argument*/NULL);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(__this, L_13, /*hidden argument*/NULL);
// }
return;
}
IL_006b:
{
// displayObject.SetSize(this.width, this.height);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_14 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(__this, /*hidden argument*/NULL);
float L_15 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
float L_16 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(__this, /*hidden argument*/NULL);
NullCheck(L_14);
DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475(L_14, L_15, L_16, /*hidden argument*/NULL);
}
IL_0082:
{
// }
return;
}
}
// System.Single FairyGUI.GTextField::get_textWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GTextField_get_textWidth_m882B0377D77BFA8CE38B8274899215DD46209A27 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// get { return _textField.textWidth; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
NullCheck(L_0);
float L_1 = TextField_get_textWidth_m4CF6D547DC8023ED2B7209A9E90E1AA2D4E0C679(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Single FairyGUI.GTextField::get_textHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GTextField_get_textHeight_m9CFD14DCE8B1B2075F4ADCCD04E4AB1C4F9EBBC5 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// get { return _textField.textHeight; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get__textField_74();
NullCheck(L_0);
float L_1 = TextField_get_textHeight_m3D5995AFF9641330C5711FD1C6C128038FA94190(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextField::UpdateSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_UpdateSize_m6CAA7CFC293E20B7C106E1BA3488CF1D7672B366 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
{
// if (_updatingSize)
bool L_0 = __this->get__updatingSize_77();
if (!L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// _updatingSize = true;
__this->set__updatingSize_77((bool)1);
// if (_textField.autoSize == AutoSizeType.Both)
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_1 = __this->get__textField_74();
NullCheck(L_1);
int32_t L_2 = TextField_get_autoSize_m7ACD24F1972C17647E03342F1ABD67AFB2C4D01E_inline(L_1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_0037;
}
}
{
// this.size = displayObject.size;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_3 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = DisplayObject_get_size_mF41568CC1E6FE32F8E6C11C70984E69CEA989D67(L_3, /*hidden argument*/NULL);
GObject_set_size_m1CB9011B43CBB8568C85165B772EEE564BAF5497(__this, L_4, /*hidden argument*/NULL);
// InvalidateBatchingState();
GObject_InvalidateBatchingState_m431A1A176E8C939D9F0A39195EAA57CDC3A7F202(__this, /*hidden argument*/NULL);
// }
goto IL_005c;
}
IL_0037:
{
// else if (_textField.autoSize == AutoSizeType.Height)
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_5 = __this->get__textField_74();
NullCheck(L_5);
int32_t L_6 = TextField_get_autoSize_m7ACD24F1972C17647E03342F1ABD67AFB2C4D01E_inline(L_5, /*hidden argument*/NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)2))))
{
goto IL_005c;
}
}
{
// this.height = displayObject.height;
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_7 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(__this, /*hidden argument*/NULL);
NullCheck(L_7);
float L_8 = DisplayObject_get_height_m9C3D71E1C1621413D451E99A05A235DC97E6ACF2(L_7, /*hidden argument*/NULL);
GObject_set_height_mF1602D947D2737764A35F0505F1BE0BF2BF2D892(__this, L_8, /*hidden argument*/NULL);
// InvalidateBatchingState();
GObject_InvalidateBatchingState_m431A1A176E8C939D9F0A39195EAA57CDC3A7F202(__this, /*hidden argument*/NULL);
}
IL_005c:
{
// _updatingSize = false;
__this->set__updatingSize_77((bool)0);
// }
return;
}
}
// System.Void FairyGUI.GTextField::HandleSizeChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_HandleSizeChanged_mFD5661A24473D7E3E8B571C61EEEFC465807B7EF (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTextField_HandleSizeChanged_mFD5661A24473D7E3E8B571C61EEEFC465807B7EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_updatingSize)
bool L_0 = __this->get__updatingSize_77();
if (!L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// if (underConstruct)
bool L_1 = ((GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB *)__this)->get_underConstruct_60();
if (!L_1)
{
goto IL_0029;
}
}
{
// displayObject.SetSize(this.width, this.height);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_2 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(__this, /*hidden argument*/NULL);
float L_3 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
float L_4 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475(L_2, L_3, L_4, /*hidden argument*/NULL);
return;
}
IL_0029:
{
// else if (_textField.autoSize != AutoSizeType.Both)
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_5 = __this->get__textField_74();
NullCheck(L_5);
int32_t L_6 = TextField_get_autoSize_m7ACD24F1972C17647E03342F1ABD67AFB2C4D01E_inline(L_5, /*hidden argument*/NULL);
if ((((int32_t)L_6) == ((int32_t)1)))
{
goto IL_0097;
}
}
{
// if (_textField.autoSize == AutoSizeType.Height)
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_7 = __this->get__textField_74();
NullCheck(L_7);
int32_t L_8 = TextField_get_autoSize_m7ACD24F1972C17647E03342F1ABD67AFB2C4D01E_inline(L_7, /*hidden argument*/NULL);
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
{
goto IL_0080;
}
}
{
// displayObject.width = this.width;//???????????
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_9 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(__this, /*hidden argument*/NULL);
float L_10 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
NullCheck(L_9);
DisplayObject_set_width_m796286B3D4EF197C3E72EB1288160988043E783B(L_9, L_10, /*hidden argument*/NULL);
// if (this._text != string.Empty) //??????1?????????? 2????????????????????????
String_t* L_11 = __this->get__text_75();
String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
bool L_13 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_11, L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0097;
}
}
{
// SetSizeDirectly(this.width, displayObject.height);
float L_14 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_15 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(__this, /*hidden argument*/NULL);
NullCheck(L_15);
float L_16 = DisplayObject_get_height_m9C3D71E1C1621413D451E99A05A235DC97E6ACF2(L_15, /*hidden argument*/NULL);
GObject_SetSizeDirectly_m0DDA13175CED448DC6F6E5D194F09E06655FFEAC(__this, L_14, L_16, /*hidden argument*/NULL);
// }
return;
}
IL_0080:
{
// displayObject.SetSize(this.width, this.height);
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_17 = GObject_get_displayObject_m07E40D14FF4CC751A44977346DE425C502A415F5_inline(__this, /*hidden argument*/NULL);
float L_18 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(__this, /*hidden argument*/NULL);
float L_19 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(__this, /*hidden argument*/NULL);
NullCheck(L_17);
DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475(L_17, L_18, L_19, /*hidden argument*/NULL);
}
IL_0097:
{
// }
return;
}
}
// System.Void FairyGUI.GTextField::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_Setup_BeforeAdd_m991CB2635327263D849CC500D2CC46A2B2DAD678 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, int32_t ___beginPos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTextField_Setup_BeforeAdd_m991CB2635327263D849CC500D2CC46A2B2DAD678_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * V_0 = NULL;
float V_1 = 0.0f;
float V_2 = 0.0f;
{
// base.Setup_BeforeAdd(buffer, beginPos);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
int32_t L_1 = ___beginPos1;
GObject_Setup_BeforeAdd_m08922043BF98603B5B17F96CBE4EDE691DF9FD8C(__this, L_0, L_1, /*hidden argument*/NULL);
// buffer.Seek(beginPos, 5);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_2 = ___buffer0;
int32_t L_3 = ___beginPos1;
NullCheck(L_2);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_2, L_3, 5, /*hidden argument*/NULL);
// TextFormat tf = _textField.textFormat;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_4 = __this->get__textField_74();
NullCheck(L_4);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_5 = TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline(L_4, /*hidden argument*/NULL);
V_0 = L_5;
// tf.font = buffer.ReadS();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_6 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_7 = ___buffer0;
NullCheck(L_7);
String_t* L_8 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
L_6->set_font_1(L_8);
// tf.size = buffer.ReadShort();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_9 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_10 = ___buffer0;
NullCheck(L_10);
int16_t L_11 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
L_9->set_size_0(L_11);
// tf.color = buffer.ReadColor();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_12 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_13 = ___buffer0;
NullCheck(L_13);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_14 = ByteBuffer_ReadColor_mEFD8F75A81AFF30EEBCE1022AA51298D8B6CF53E(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
L_12->set_color_2(L_14);
// this.align = (AlignType)buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_15 = ___buffer0;
NullCheck(L_15);
uint8_t L_16 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_15, /*hidden argument*/NULL);
GTextField_set_align_m11B93D438CFAB5C1559AFE6C4B22BB52078BA98F(__this, L_16, /*hidden argument*/NULL);
// this.verticalAlign = (VertAlignType)buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_17 = ___buffer0;
NullCheck(L_17);
uint8_t L_18 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_17, /*hidden argument*/NULL);
GTextField_set_verticalAlign_m112FAB11512635D58DD98CA213E0C42EDE9AA862(__this, L_18, /*hidden argument*/NULL);
// tf.lineSpacing = buffer.ReadShort();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_19 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_20 = ___buffer0;
NullCheck(L_20);
int16_t L_21 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_20, /*hidden argument*/NULL);
NullCheck(L_19);
L_19->set_lineSpacing_3(L_21);
// tf.letterSpacing = buffer.ReadShort();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_22 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_23 = ___buffer0;
NullCheck(L_23);
int16_t L_24 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_23, /*hidden argument*/NULL);
NullCheck(L_22);
L_22->set_letterSpacing_4(L_24);
// _ubbEnabled = buffer.ReadBool();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_25 = ___buffer0;
NullCheck(L_25);
bool L_26 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_25, /*hidden argument*/NULL);
__this->set__ubbEnabled_76(L_26);
// this.autoSize = (AutoSizeType)buffer.ReadByte();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_27 = ___buffer0;
NullCheck(L_27);
uint8_t L_28 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_27, /*hidden argument*/NULL);
GTextField_set_autoSize_m64EE35827177B3EB7880ABCDBBCC27E972534EE3(__this, L_28, /*hidden argument*/NULL);
// tf.underline = buffer.ReadBool();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_29 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_30 = ___buffer0;
NullCheck(L_30);
bool L_31 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_30, /*hidden argument*/NULL);
NullCheck(L_29);
L_29->set_underline_6(L_31);
// tf.italic = buffer.ReadBool();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_32 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_33 = ___buffer0;
NullCheck(L_33);
bool L_34 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_33, /*hidden argument*/NULL);
NullCheck(L_32);
L_32->set_italic_7(L_34);
// tf.bold = buffer.ReadBool();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_35 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_36 = ___buffer0;
NullCheck(L_36);
bool L_37 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_36, /*hidden argument*/NULL);
NullCheck(L_35);
L_35->set_bold_5(L_37);
// this.singleLine = buffer.ReadBool();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_38 = ___buffer0;
NullCheck(L_38);
bool L_39 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_38, /*hidden argument*/NULL);
GTextField_set_singleLine_m8DEC9AF2DEADB2C4FB6C850AFF68651E3B5CE036(__this, L_39, /*hidden argument*/NULL);
// if (buffer.ReadBool())
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_40 = ___buffer0;
NullCheck(L_40);
bool L_41 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_40, /*hidden argument*/NULL);
if (!L_41)
{
goto IL_00da;
}
}
{
// this.strokeColor = buffer.ReadColor();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_42 = ___buffer0;
NullCheck(L_42);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_43 = ByteBuffer_ReadColor_mEFD8F75A81AFF30EEBCE1022AA51298D8B6CF53E(L_42, /*hidden argument*/NULL);
GTextField_set_strokeColor_m3FCB95DF5A5B4993DF1D6A453D2DB301EED057C6(__this, L_43, /*hidden argument*/NULL);
// this.stroke = (int)buffer.ReadFloat();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_44 = ___buffer0;
NullCheck(L_44);
float L_45 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_44, /*hidden argument*/NULL);
GTextField_set_stroke_mCFA11755A7FF4F9F48F46ED85C3F993ECEB3AF95(__this, (((int32_t)((int32_t)L_45))), /*hidden argument*/NULL);
}
IL_00da:
{
// if (buffer.ReadBool())
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_46 = ___buffer0;
NullCheck(L_46);
bool L_47 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_46, /*hidden argument*/NULL);
if (!L_47)
{
goto IL_0109;
}
}
{
// this.strokeColor = buffer.ReadColor();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_48 = ___buffer0;
NullCheck(L_48);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_49 = ByteBuffer_ReadColor_mEFD8F75A81AFF30EEBCE1022AA51298D8B6CF53E(L_48, /*hidden argument*/NULL);
GTextField_set_strokeColor_m3FCB95DF5A5B4993DF1D6A453D2DB301EED057C6(__this, L_49, /*hidden argument*/NULL);
// float f1 = buffer.ReadFloat();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_50 = ___buffer0;
NullCheck(L_50);
float L_51 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_50, /*hidden argument*/NULL);
V_1 = L_51;
// float f2 = buffer.ReadFloat();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_52 = ___buffer0;
NullCheck(L_52);
float L_53 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_52, /*hidden argument*/NULL);
V_2 = L_53;
// this.shadowOffset = new Vector2(f1, f2);
float L_54 = V_1;
float L_55 = V_2;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_56;
memset((&L_56), 0, sizeof(L_56));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_56), L_54, L_55, /*hidden argument*/NULL);
GTextField_set_shadowOffset_mB910B8BD1849617257CCBB87799D78DF84D0FFCA(__this, L_56, /*hidden argument*/NULL);
}
IL_0109:
{
// if (buffer.ReadBool())
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_57 = ___buffer0;
NullCheck(L_57);
bool L_58 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_57, /*hidden argument*/NULL);
if (!L_58)
{
goto IL_011c;
}
}
{
// _templateVars = new Dictionary<string, string>();
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_59 = (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)il2cpp_codegen_object_new(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B(L_59, /*hidden argument*/Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var);
__this->set__templateVars_78(L_59);
}
IL_011c:
{
// _textField.textFormat = tf;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_60 = __this->get__textField_74();
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_61 = V_0;
NullCheck(L_60);
TextField_set_textFormat_m3004FA1A1F7040C069C91F4B85B54226506E3C71(L_60, L_61, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GTextField::Setup_AfterAdd(FairyGUI.Utils.ByteBuffer,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextField_Setup_AfterAdd_mB02819F9C46050C79CCD1B0E85041BAF2C03E721 (GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, int32_t ___beginPos1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
// base.Setup_AfterAdd(buffer, beginPos);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
int32_t L_1 = ___beginPos1;
GObject_Setup_AfterAdd_m3FAE1244D1B5E9B4C1DB9B1003BBD7B0C78432D9(__this, L_0, L_1, /*hidden argument*/NULL);
// buffer.Seek(beginPos, 6);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_2 = ___buffer0;
int32_t L_3 = ___beginPos1;
NullCheck(L_2);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_2, L_3, 6, /*hidden argument*/NULL);
// string str = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_4 = ___buffer0;
NullCheck(L_4);
String_t* L_5 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_4, /*hidden argument*/NULL);
V_0 = L_5;
// if (str != null)
String_t* L_6 = V_0;
if (!L_6)
{
goto IL_0022;
}
}
{
// this.text = str;
String_t* L_7 = V_0;
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, __this, L_7);
}
IL_0022:
{
// }
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.InputTextField FairyGUI.GTextInput::get_inputTextField()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
{
// public InputTextField inputTextField { get; private set; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = __this->get_U3CinputTextFieldU3Ek__BackingField_79();
return L_0;
}
}
// System.Void FairyGUI.GTextInput::set_inputTextField(FairyGUI.InputTextField)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_set_inputTextField_m2C9B18041605DC1B47A0503B6A7995420A23A115 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * ___value0, const RuntimeMethod* method)
{
{
// public InputTextField inputTextField { get; private set; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = ___value0;
__this->set_U3CinputTextFieldU3Ek__BackingField_79(L_0);
return;
}
}
// System.Void FairyGUI.GTextInput::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput__ctor_m690F5A837B97009729E4C74615A4CDFABD72825E (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
{
// public GTextInput()
GTextField__ctor_m8705E6A0B5D50A68FF6290C58646285A2508D61A(__this, /*hidden argument*/NULL);
// this.focusable = true;
GObject_set_focusable_m36B33C3509119798CD683E98CFE16DC6899F46EE_inline(__this, (bool)1, /*hidden argument*/NULL);
// _textField.autoSize = AutoSizeType.None;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = ((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)__this)->get__textField_74();
NullCheck(L_0);
TextField_set_autoSize_mC608C67772ABEB4526A257CDF5B6C3F39CF41DE3(L_0, 0, /*hidden argument*/NULL);
// _textField.wordWrap = false;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_1 = ((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)__this)->get__textField_74();
NullCheck(L_1);
TextField_set_wordWrap_m409FEA6591721FE106AA83F3E817E309DDA2F0DB(L_1, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.EventListener FairyGUI.GTextInput::get_onFocusIn()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GTextInput_get_onFocusIn_m5D3FB85F7A83C69737C98BB65E7BA562A58663EC (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTextInput_get_onFocusIn_m5D3FB85F7A83C69737C98BB65E7BA562A58663EC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onFocusIn ?? (_onFocusIn = new EventListener(this, "onFocusIn")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onFocusIn_80();
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, _stringLiteralA78848C7EDA4C562D6F7AB9739E160B17F23E30A, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onFocusIn_80(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.GTextInput::get_onFocusOut()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GTextInput_get_onFocusOut_m206B9AED6EB57D42BD06B18D322733FA16355725 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTextInput_get_onFocusOut_m206B9AED6EB57D42BD06B18D322733FA16355725_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onFocusOut ?? (_onFocusOut = new EventListener(this, "onFocusOut")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onFocusOut_81();
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, _stringLiteralB545E4A735321A50B74651E8EB692FDF074E4A14, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onFocusOut_81(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.GTextInput::get_onChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GTextInput_get_onChanged_m774F6B099D1AADF33C27F9E175283814876E2FF3 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTextInput_get_onChanged_m774F6B099D1AADF33C27F9E175283814876E2FF3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onChanged ?? (_onChanged = new EventListener(this, "onChanged")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onChanged_82();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onChanged_82(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.GTextInput::get_onSubmit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * GTextInput_get_onSubmit_m88C50B39D9E48A92BCFABFB445ABFFFA33EB8803 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTextInput_get_onSubmit_m88C50B39D9E48A92BCFABFB445ABFFFA33EB8803_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onSubmit ?? (_onSubmit = new EventListener(this, "onSubmit")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onSubmit_83();
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, _stringLiteral5ACE366234D47646C5756370A95D09642319E9E1, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onSubmit_83(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// System.Boolean FairyGUI.GTextInput::get_editable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GTextInput_get_editable_m3175892B23C8159559509ABDF2F79D28182088BF (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
{
// get { return inputTextField.editable; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = InputTextField_get_editable_mC1B0636120D35A5457033C39AD91EC00049394F4_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextInput::set_editable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_set_editable_mBFDF80FF66B8326812B1945BB5B65780C8E1334F (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { inputTextField.editable = value; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
bool L_1 = ___value0;
NullCheck(L_0);
InputTextField_set_editable_m62162D47A253661CB70F4900913E762CB957775B_inline(L_0, L_1, /*hidden argument*/NULL);
// set { inputTextField.editable = value; }
return;
}
}
// System.Boolean FairyGUI.GTextInput::get_hideInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GTextInput_get_hideInput_m8E72F3BF2E4F16697EE129ECAC2ABF6963B8BC7F (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
{
// get { return inputTextField.hideInput; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = InputTextField_get_hideInput_m343384FD171CE6E3BB24F4676F8A4BA6256E55CB_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextInput::set_hideInput(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_set_hideInput_mB555781D94CB91034A5EFD51CE18E99F90398DA2 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { inputTextField.hideInput = value; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
bool L_1 = ___value0;
NullCheck(L_0);
InputTextField_set_hideInput_m9F20074B42B45AE7AC79D8ADCAB1FC3A18D0482C_inline(L_0, L_1, /*hidden argument*/NULL);
// set { inputTextField.hideInput = value; }
return;
}
}
// System.Int32 FairyGUI.GTextInput::get_maxLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GTextInput_get_maxLength_mD1D415AA0D0F3845D0D8CA3D576EC0A9D6BE2341 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
{
// get { return inputTextField.maxLength; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = InputTextField_get_maxLength_mB59D414CA436B900B7659068F730FC76EC5F492E_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextInput::set_maxLength(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_set_maxLength_mBF460F992D346F89054167B51CF87EE43168885D (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { inputTextField.maxLength = value; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
int32_t L_1 = ___value0;
NullCheck(L_0);
InputTextField_set_maxLength_m9A6DE447A9B2532F1B59CF073C2E765D687325F5_inline(L_0, L_1, /*hidden argument*/NULL);
// set { inputTextField.maxLength = value; }
return;
}
}
// System.String FairyGUI.GTextInput::get_restrict()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GTextInput_get_restrict_m661815B30BFB50D7A6E7D28DFA7E89012D3E783C (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
{
// get { return inputTextField.restrict; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
String_t* L_1 = InputTextField_get_restrict_mF5BE37CC25050F65397A2D5B86286D26FDF02F8A_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextInput::set_restrict(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_set_restrict_mD5D8BD8B2C2B386F8E9FD36318979779C7130D9E (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set { inputTextField.restrict = value; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
String_t* L_1 = ___value0;
NullCheck(L_0);
InputTextField_set_restrict_m51FE5F6EE3BDDA41DBA1FD680ECFD4DBEE90878B(L_0, L_1, /*hidden argument*/NULL);
// set { inputTextField.restrict = value; }
return;
}
}
// System.Boolean FairyGUI.GTextInput::get_displayAsPassword()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GTextInput_get_displayAsPassword_m5B48CA71FF31EE2BAE25C1C1E6BCC81ED17EC301 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
{
// get { return inputTextField.displayAsPassword; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = InputTextField_get_displayAsPassword_m2505711C903430523338D56F0AD2CEB4DC3850B5_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextInput::set_displayAsPassword(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_set_displayAsPassword_m7BE7E621C8F06F25F5774522EE5D0A6FB6D3779F (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { inputTextField.displayAsPassword = value; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
bool L_1 = ___value0;
NullCheck(L_0);
InputTextField_set_displayAsPassword_m46F5F446B844D72BB70FEC8FD2D29B951C3A184F(L_0, L_1, /*hidden argument*/NULL);
// set { inputTextField.displayAsPassword = value; }
return;
}
}
// System.Int32 FairyGUI.GTextInput::get_caretPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GTextInput_get_caretPosition_mC28B35556FB0DB3C477A4FCB1F57ED5B6F0DAB38 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
{
// get { return inputTextField.caretPosition; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = InputTextField_get_caretPosition_m6992295FC06F08431F91C56C19CC8D6DA6D363F0(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextInput::set_caretPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_set_caretPosition_mCE16CDDE74C8859616983113B3DA64740096CDF8 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { inputTextField.caretPosition = value; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
int32_t L_1 = ___value0;
NullCheck(L_0);
InputTextField_set_caretPosition_mDE419EB7D45FB1FBB53DC1F52C7E40CFF66BBF2F(L_0, L_1, /*hidden argument*/NULL);
// set { inputTextField.caretPosition = value; }
return;
}
}
// System.String FairyGUI.GTextInput::get_promptText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GTextInput_get_promptText_m1DED29FF8C5D9DB8E07819317F1585E524E5D4FA (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
{
// get { return inputTextField.promptText; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
String_t* L_1 = InputTextField_get_promptText_m9A5532484AFB5CF67072759371B19A6B45CFBDBD_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextInput::set_promptText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_set_promptText_m9DECC61C81397CA17D08157662415D900B9FBEFB (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set { inputTextField.promptText = value; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
String_t* L_1 = ___value0;
NullCheck(L_0);
InputTextField_set_promptText_mE733423EB37796A230F4593DF110B72E8898A0EE(L_0, L_1, /*hidden argument*/NULL);
// set { inputTextField.promptText = value; }
return;
}
}
// System.Boolean FairyGUI.GTextInput::get_keyboardInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GTextInput_get_keyboardInput_m5A561E6053C591B6BDFE81EF3FE0A90FD84B0313 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
{
// get { return inputTextField.keyboardInput; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = InputTextField_get_keyboardInput_m8CDCC6A15C76012AE99E99ED4B349AAF39327DD4_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextInput::set_keyboardInput(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_set_keyboardInput_mA1220DF9E6BF952E592F498336C2F2A7FA09B798 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { inputTextField.keyboardInput = value; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
bool L_1 = ___value0;
NullCheck(L_0);
InputTextField_set_keyboardInput_mBEB12AB113F4EC9C3F202A83302356948D94FA17_inline(L_0, L_1, /*hidden argument*/NULL);
// set { inputTextField.keyboardInput = value; }
return;
}
}
// System.Int32 FairyGUI.GTextInput::get_keyboardType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GTextInput_get_keyboardType_mF2F5E91E58B3D858CEDA310113C7E72828C91085 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
{
// get { return inputTextField.keyboardType; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = InputTextField_get_keyboardType_m9057CD2ABE98274F5F52A1267D8DBC1B81844326_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextInput::set_keyboardType(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_set_keyboardType_m6DE0A64ABCD74B174B330524EE1F11FCDBC3772C (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { inputTextField.keyboardType = value; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
int32_t L_1 = ___value0;
NullCheck(L_0);
InputTextField_set_keyboardType_mC228696D3BB4CCA932EA079BBBA610F1C38CDA7F_inline(L_0, L_1, /*hidden argument*/NULL);
// set { inputTextField.keyboardType = value; }
return;
}
}
// System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji> FairyGUI.GTextInput::get_emojies()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * GTextInput_get_emojies_mC09FE069FF7DE40B385D609F034B114E323EED96 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
{
// get { return inputTextField.emojies; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * L_1 = RichTextField_get_emojies_m8CC01177CE71EB00C78535B23971127634F9C31A_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.GTextInput::set_emojies(System.Collections.Generic.Dictionary`2<System.UInt32,FairyGUI.Emoji>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_set_emojies_m3B4ADFE0D8229854E44E30AB9987FCFDDCCD76A2 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * ___value0, const RuntimeMethod* method)
{
{
// set { inputTextField.emojies = value; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * L_1 = ___value0;
NullCheck(L_0);
RichTextField_set_emojies_m053586C9B761EBC6960433A9A4A64C946E8BFB31_inline(L_0, L_1, /*hidden argument*/NULL);
// set { inputTextField.emojies = value; }
return;
}
}
// System.Void FairyGUI.GTextInput::SetSelection(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_SetSelection_mE57AC74E09E20DE71B803238A036F40503170005 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method)
{
{
// inputTextField.SetSelection(start, length);
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
int32_t L_1 = ___start0;
int32_t L_2 = ___length1;
NullCheck(L_0);
InputTextField_SetSelection_m131AF82AC57068D71762DB5BD6F4A3F58FA476F2(L_0, L_1, L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GTextInput::ReplaceSelection(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_ReplaceSelection_mF17DEDCFA3419E2AA93F97B3CC659EADB982B0DF (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// inputTextField.ReplaceSelection(value);
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
String_t* L_1 = ___value0;
NullCheck(L_0);
InputTextField_ReplaceSelection_m41D4867B90DEE8706B8353205C86B15A58CBB29C(L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GTextInput::SetTextFieldText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_SetTextFieldText_m288A6091C32E0E1EF3BB2BE7AD60E6825397D69F (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
{
// inputTextField.text = _text;
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
String_t* L_1 = ((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)__this)->get__text_75();
NullCheck(L_0);
VirtActionInvoker1< String_t* >::Invoke(26 /* System.Void FairyGUI.RichTextField::set_text(System.String) */, L_0, L_1);
// }
return;
}
}
// System.Void FairyGUI.GTextInput::GetTextFieldText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_GetTextFieldText_m46CB06216ED2E01352FCB2A8A261EB36626BDBBE (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
{
// _text = inputTextField.text;
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String FairyGUI.RichTextField::get_text() */, L_0);
((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)__this)->set__text_75(L_1);
// }
return;
}
}
// System.Void FairyGUI.GTextInput::CreateDisplayObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_CreateDisplayObject_m97734E5A43D58254BBDEE2A7FF5F1FCC79770F81 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTextInput_CreateDisplayObject_m97734E5A43D58254BBDEE2A7FF5F1FCC79770F81_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// inputTextField = new InputTextField();
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC *)il2cpp_codegen_object_new(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var);
InputTextField__ctor_m293BD221BB2E37C0E58CB94C246EE85D4EE00213(L_0, /*hidden argument*/NULL);
GTextInput_set_inputTextField_m2C9B18041605DC1B47A0503B6A7995420A23A115_inline(__this, L_0, /*hidden argument*/NULL);
// inputTextField.gOwner = this;
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_1 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_1)->set_gOwner_9(__this);
// displayObject = inputTextField;
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_2 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
GObject_set_displayObject_m49BC3A13060F05B78A3E926E128224DA628C1D14_inline(__this, L_2, /*hidden argument*/NULL);
// _textField = inputTextField.textField;
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_3 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_4 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(L_3, /*hidden argument*/NULL);
((GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058 *)__this)->set__textField_74(L_4);
// }
return;
}
}
// System.Void FairyGUI.GTextInput::Setup_BeforeAdd(FairyGUI.Utils.ByteBuffer,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTextInput_Setup_BeforeAdd_m7E42B1BAD2633E7907D258CEB4A04850A6F33650 (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, int32_t ___beginPos1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
int32_t V_1 = 0;
{
// base.Setup_BeforeAdd(buffer, beginPos);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_0 = ___buffer0;
int32_t L_1 = ___beginPos1;
GTextField_Setup_BeforeAdd_m991CB2635327263D849CC500D2CC46A2B2DAD678(__this, L_0, L_1, /*hidden argument*/NULL);
// buffer.Seek(beginPos, 4);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_2 = ___buffer0;
int32_t L_3 = ___beginPos1;
NullCheck(L_2);
ByteBuffer_Seek_mE8CA753BDF346BD8F80538F957DBE1F46D240E91(L_2, L_3, 4, /*hidden argument*/NULL);
// string str = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_4 = ___buffer0;
NullCheck(L_4);
String_t* L_5 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_4, /*hidden argument*/NULL);
V_0 = L_5;
// if (str != null)
String_t* L_6 = V_0;
if (!L_6)
{
goto IL_0027;
}
}
{
// inputTextField.promptText = str;
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_7 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
String_t* L_8 = V_0;
NullCheck(L_7);
InputTextField_set_promptText_mE733423EB37796A230F4593DF110B72E8898A0EE(L_7, L_8, /*hidden argument*/NULL);
}
IL_0027:
{
// str = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_9 = ___buffer0;
NullCheck(L_9);
String_t* L_10 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_9, /*hidden argument*/NULL);
V_0 = L_10;
// if (str != null)
String_t* L_11 = V_0;
if (!L_11)
{
goto IL_003d;
}
}
{
// inputTextField.restrict = str;
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_12 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
String_t* L_13 = V_0;
NullCheck(L_12);
InputTextField_set_restrict_m51FE5F6EE3BDDA41DBA1FD680ECFD4DBEE90878B(L_12, L_13, /*hidden argument*/NULL);
}
IL_003d:
{
// int iv = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_14 = ___buffer0;
NullCheck(L_14);
int32_t L_15 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_14, /*hidden argument*/NULL);
V_1 = L_15;
// if (iv != 0)
int32_t L_16 = V_1;
if (!L_16)
{
goto IL_0053;
}
}
{
// inputTextField.maxLength = iv;
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_17 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
int32_t L_18 = V_1;
NullCheck(L_17);
InputTextField_set_maxLength_m9A6DE447A9B2532F1B59CF073C2E765D687325F5_inline(L_17, L_18, /*hidden argument*/NULL);
}
IL_0053:
{
// iv = buffer.ReadInt();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_19 = ___buffer0;
NullCheck(L_19);
int32_t L_20 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_19, /*hidden argument*/NULL);
V_1 = L_20;
// if (iv != 0)
int32_t L_21 = V_1;
if (!L_21)
{
goto IL_0069;
}
}
{
// inputTextField.keyboardType = iv;
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_22 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
int32_t L_23 = V_1;
NullCheck(L_22);
InputTextField_set_keyboardType_mC228696D3BB4CCA932EA079BBBA610F1C38CDA7F_inline(L_22, L_23, /*hidden argument*/NULL);
}
IL_0069:
{
// if (buffer.ReadBool())
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_24 = ___buffer0;
NullCheck(L_24);
bool L_25 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_24, /*hidden argument*/NULL);
if (!L_25)
{
goto IL_007d;
}
}
{
// inputTextField.displayAsPassword = true;
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_26 = GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_26);
InputTextField_set_displayAsPassword_m46F5F446B844D72BB70FEC8FD2D29B951C3A184F(L_26, (bool)1, /*hidden argument*/NULL);
}
IL_007d:
{
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FairyGUI.GTweener FairyGUI.GTween::To(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_To_m115CFC168A0090A201B8329C64722420C59C1AE3 (float ___startValue0, float ___endValue1, float ___duration2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTween_To_m115CFC168A0090A201B8329C64722420C59C1AE3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TweenManager.CreateTween()._To(startValue, endValue, duration);
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_0 = TweenManager_CreateTween_mDB34E9FFC48569CC19F8E1653C676A506527FF06(/*hidden argument*/NULL);
float L_1 = ___startValue0;
float L_2 = ___endValue1;
float L_3 = ___duration2;
NullCheck(L_0);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_4 = GTweener__To_m8814D3E49B43FA57DDD22A56BF9DF8E9A71B28A9(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_To_m565DF71C5577CF63482B6EC64105A6ABD68D6A6A (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___startValue0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___endValue1, float ___duration2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTween_To_m565DF71C5577CF63482B6EC64105A6ABD68D6A6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TweenManager.CreateTween()._To(startValue, endValue, duration);
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_0 = TweenManager_CreateTween_mDB34E9FFC48569CC19F8E1653C676A506527FF06(/*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = ___startValue0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___endValue1;
float L_3 = ___duration2;
NullCheck(L_0);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_4 = GTweener__To_m483F99D8914C6DF6CD235CED90FF0A58B87401C1(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_To_m7EB4306109D4D84247DEC09129ED218B2BB89A12 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___startValue0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___endValue1, float ___duration2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTween_To_m7EB4306109D4D84247DEC09129ED218B2BB89A12_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TweenManager.CreateTween()._To(startValue, endValue, duration);
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_0 = TweenManager_CreateTween_mDB34E9FFC48569CC19F8E1653C676A506527FF06(/*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = ___startValue0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = ___endValue1;
float L_3 = ___duration2;
NullCheck(L_0);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_4 = GTweener__To_m479882091EB0125DD59913DFEC27B1D98B32DC75(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_To_mDA06E811102E2CDE27250A052111C9410B24554A (Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___startValue0, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___endValue1, float ___duration2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTween_To_mDA06E811102E2CDE27250A052111C9410B24554A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TweenManager.CreateTween()._To(startValue, endValue, duration);
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_0 = TweenManager_CreateTween_mDB34E9FFC48569CC19F8E1653C676A506527FF06(/*hidden argument*/NULL);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_1 = ___startValue0;
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_2 = ___endValue1;
float L_3 = ___duration2;
NullCheck(L_0);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_4 = GTweener__To_mB9AA7EC7D8DB0BDB9ABA2F8E17468B51DE8ABAEA(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// FairyGUI.GTweener FairyGUI.GTween::To(UnityEngine.Color,UnityEngine.Color,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_To_mDF5EA382DA5D36CB51FA502B0ED8B323E1D3DC65 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___startValue0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___endValue1, float ___duration2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTween_To_mDF5EA382DA5D36CB51FA502B0ED8B323E1D3DC65_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TweenManager.CreateTween()._To(startValue, endValue, duration);
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_0 = TweenManager_CreateTween_mDB34E9FFC48569CC19F8E1653C676A506527FF06(/*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ___startValue0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = ___endValue1;
float L_3 = ___duration2;
NullCheck(L_0);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_4 = GTweener__To_mBB1A111D64F6FAD0D18ED4DC58E824522123DDAA(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// FairyGUI.GTweener FairyGUI.GTween::ToDouble(System.Double,System.Double,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_ToDouble_m06D671FF0811263D903947A699B01C0D36B2241B (double ___startValue0, double ___endValue1, float ___duration2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTween_ToDouble_m06D671FF0811263D903947A699B01C0D36B2241B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TweenManager.CreateTween()._To(startValue, endValue, duration);
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_0 = TweenManager_CreateTween_mDB34E9FFC48569CC19F8E1653C676A506527FF06(/*hidden argument*/NULL);
double L_1 = ___startValue0;
double L_2 = ___endValue1;
float L_3 = ___duration2;
NullCheck(L_0);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_4 = GTweener__To_m2389033EE2499DCDC61C3DAEB4392399CCCEF65D(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// FairyGUI.GTweener FairyGUI.GTween::DelayedCall(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_DelayedCall_m53E733468253BDAEBA7A00DD27A9F4D7B4B9BF0B (float ___delay0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTween_DelayedCall_m53E733468253BDAEBA7A00DD27A9F4D7B4B9BF0B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TweenManager.CreateTween().SetDelay(delay);
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_0 = TweenManager_CreateTween_mDB34E9FFC48569CC19F8E1653C676A506527FF06(/*hidden argument*/NULL);
float L_1 = ___delay0;
NullCheck(L_0);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_2 = GTweener_SetDelay_m8FC9B4F7F97C5F29E5BCA344B00CFAD995F4FD70(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// FairyGUI.GTweener FairyGUI.GTween::Shake(UnityEngine.Vector3,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_Shake_m57C46312DA561875C7C4C4D18DA34968B3FB7ED9 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___startValue0, float ___amplitude1, float ___duration2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTween_Shake_m57C46312DA561875C7C4C4D18DA34968B3FB7ED9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TweenManager.CreateTween()._Shake(startValue, amplitude, duration);
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_0 = TweenManager_CreateTween_mDB34E9FFC48569CC19F8E1653C676A506527FF06(/*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = ___startValue0;
float L_2 = ___amplitude1;
float L_3 = ___duration2;
NullCheck(L_0);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_4 = GTweener__Shake_m3F68D69AA267B68D884368F60E44AF57D89DD569(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Boolean FairyGUI.GTween::IsTweening(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GTween_IsTweening_m2F454081A6631B01998E1B15B9308093D0E67D13 (RuntimeObject * ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTween_IsTweening_m2F454081A6631B01998E1B15B9308093D0E67D13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TweenManager.IsTweening(target, TweenPropType.None);
RuntimeObject * L_0 = ___target0;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
bool L_1 = TweenManager_IsTweening_mC030658730BEBAC4EE45E51C172A09190145F9D2(L_0, 0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean FairyGUI.GTween::IsTweening(System.Object,FairyGUI.TweenPropType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GTween_IsTweening_mADB4D872C12427D6B8AA4DEDF90FD7FB71868E6F (RuntimeObject * ___target0, int32_t ___propType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTween_IsTweening_mADB4D872C12427D6B8AA4DEDF90FD7FB71868E6F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TweenManager.IsTweening(target, propType);
RuntimeObject * L_0 = ___target0;
int32_t L_1 = ___propType1;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
bool L_2 = TweenManager_IsTweening_mC030658730BEBAC4EE45E51C172A09190145F9D2(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void FairyGUI.GTween::Kill(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTween_Kill_m4EAEC4CC1A5910C098A18BFA71CB81F7A213829E (RuntimeObject * ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTween_Kill_m4EAEC4CC1A5910C098A18BFA71CB81F7A213829E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// TweenManager.KillTweens(target, TweenPropType.None, false);
RuntimeObject * L_0 = ___target0;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
TweenManager_KillTweens_mBDBAB6B4961E9645C7C94DF9ADB092D5FA8A829D(L_0, 0, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GTween::Kill(System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTween_Kill_mC47FA463E3B20C04990B4032DAAD790491A1E68F (RuntimeObject * ___target0, bool ___complete1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTween_Kill_mC47FA463E3B20C04990B4032DAAD790491A1E68F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// TweenManager.KillTweens(target, TweenPropType.None, complete);
RuntimeObject * L_0 = ___target0;
bool L_1 = ___complete1;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
TweenManager_KillTweens_mBDBAB6B4961E9645C7C94DF9ADB092D5FA8A829D(L_0, 0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GTween::Kill(System.Object,FairyGUI.TweenPropType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTween_Kill_mFB8C59228F208A8E9EC86927331DDE876E5B15B7 (RuntimeObject * ___target0, int32_t ___propType1, bool ___complete2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTween_Kill_mFB8C59228F208A8E9EC86927331DDE876E5B15B7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// TweenManager.KillTweens(target, propType, complete);
RuntimeObject * L_0 = ___target0;
int32_t L_1 = ___propType1;
bool L_2 = ___complete2;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
TweenManager_KillTweens_mBDBAB6B4961E9645C7C94DF9ADB092D5FA8A829D(L_0, L_1, L_2, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.GTweener FairyGUI.GTween::GetTween(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_GetTween_mD3EC16E7F0AD1EA7F2FEC4C7582672D11D0C8720 (RuntimeObject * ___target0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTween_GetTween_mD3EC16E7F0AD1EA7F2FEC4C7582672D11D0C8720_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TweenManager.GetTween(target, TweenPropType.None);
RuntimeObject * L_0 = ___target0;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_1 = TweenManager_GetTween_m799F4E4297D2709E8D767EE15B7641F9C42D2328(L_0, 0, /*hidden argument*/NULL);
return L_1;
}
}
// FairyGUI.GTweener FairyGUI.GTween::GetTween(System.Object,FairyGUI.TweenPropType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTween_GetTween_m6102BB771BA85791357C5595FEA75B13DE2F4E9F (RuntimeObject * ___target0, int32_t ___propType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTween_GetTween_m6102BB771BA85791357C5595FEA75B13DE2F4E9F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return TweenManager.GetTween(target, propType);
RuntimeObject * L_0 = ___target0;
int32_t L_1 = ___propType1;
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_2 = TweenManager_GetTween_m799F4E4297D2709E8D767EE15B7641F9C42D2328(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void FairyGUI.GTween::Clean()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTween_Clean_m6F147EAA0B2D34207FF5122F83532F6A949C3BDF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTween_Clean_m6F147EAA0B2D34207FF5122F83532F6A949C3BDF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// TweenManager.Clean();
IL2CPP_RUNTIME_CLASS_INIT(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var);
TweenManager_Clean_m02561EA80D96D8B09553F8E1067181A1A6C6CD49(/*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GTween::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTween__ctor_m4FC4662A5F7524928DCBA180470046C7F8452154 (GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.GTween::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTween__cctor_m6C5C19904220B0C3051D00C57A1E4DA3EA7442E4 (const RuntimeMethod* method)
{
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F (GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * __this, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc)();
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Native function invocation
il2cppPInvokeFunc();
}
// System.Void FairyGUI.GTweenCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweenCallback__ctor_mE86930E15F44609368F9C8658766540642C0F49C (GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__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.GTweenCallback::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweenCallback_Invoke_m105C15D2E699F53A4C6573B7169BA03C7C20DBD5 (GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * __this, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 0)
{
// open
typedef void (*FunctionPointerType) (const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis);
else
GenericVirtActionInvoker0::Invoke(targetMethod, targetThis);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis);
}
}
else
{
typedef void (*FunctionPointerType) (void*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod);
}
}
}
}
// System.IAsyncResult FairyGUI.GTweenCallback::BeginInvoke(System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GTweenCallback_BeginInvoke_m81BE51DADD1C2324FF72E3D4156651A748A85D3E (GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method)
{
void *__d_args[1] = {0};
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1);
}
// System.Void FairyGUI.GTweenCallback::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweenCallback_EndInvoke_mD10BE63227545FE8853E677536CFB5253309992A (GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.GTweenCallback1::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweenCallback1__ctor_mED597BC764074DD55176BA5157C9D091AC2BD859 (GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__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.GTweenCallback1::Invoke(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweenCallback1_Invoke_m40CB09AAD52ABAC5F9BF10895A5E81B64F29A7C3 (GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, 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) (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___tweener0, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___tweener0, 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, ___tweener0);
else
GenericVirtActionInvoker0::Invoke(targetMethod, ___tweener0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___tweener0);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___tweener0);
}
}
else
{
typedef void (*FunctionPointerType) (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___tweener0, 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< GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * >::Invoke(targetMethod, targetThis, ___tweener0);
else
GenericVirtActionInvoker1< GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * >::Invoke(targetMethod, targetThis, ___tweener0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___tweener0);
else
VirtActionInvoker1< GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___tweener0);
}
}
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*>(___tweener0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___tweener0, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___tweener0, targetMethod);
}
}
}
}
}
// System.IAsyncResult FairyGUI.GTweenCallback1::BeginInvoke(FairyGUI.GTweener,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GTweenCallback1_BeginInvoke_mFDF4419AD498AA80130A2630700021B933B69A22 (GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___tweener0;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void FairyGUI.GTweenCallback1::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweenCallback1_EndInvoke_mC42E8AB5D06B85ADFE30DEDD38C0484929071E95 (GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.GTweener::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener__ctor_m83BC158B220E1F4241DCAF3A2F6195E652D9BBCF (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTweener__ctor_m83BC158B220E1F4241DCAF3A2F6195E652D9BBCF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public GTweener()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _startValue = new TweenValue();
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 *)il2cpp_codegen_object_new(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9_il2cpp_TypeInfo_var);
TweenValue__ctor_m27EFB98E6D9A0173C138AF3D3EE8505C33594202(L_0, /*hidden argument*/NULL);
__this->set__startValue_24(L_0);
// _endValue = new TweenValue();
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_1 = (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 *)il2cpp_codegen_object_new(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9_il2cpp_TypeInfo_var);
TweenValue__ctor_m27EFB98E6D9A0173C138AF3D3EE8505C33594202(L_1, /*hidden argument*/NULL);
__this->set__endValue_25(L_1);
// _value = new TweenValue();
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_2 = (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 *)il2cpp_codegen_object_new(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9_il2cpp_TypeInfo_var);
TweenValue__ctor_m27EFB98E6D9A0173C138AF3D3EE8505C33594202(L_2, /*hidden argument*/NULL);
__this->set__value_26(L_2);
// _deltaValue = new TweenValue();
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_3 = (TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 *)il2cpp_codegen_object_new(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9_il2cpp_TypeInfo_var);
TweenValue__ctor_m27EFB98E6D9A0173C138AF3D3EE8505C33594202(L_3, /*hidden argument*/NULL);
__this->set__deltaValue_27(L_3);
// }
return;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::SetDelay(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetDelay_m8FC9B4F7F97C5F29E5BCA344B00CFAD995F4FD70 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, float ___value0, const RuntimeMethod* method)
{
{
// _delay = value;
float L_0 = ___value0;
__this->set__delay_4(L_0);
// return this;
return __this;
}
}
// System.Single FairyGUI.GTweener::get_delay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GTweener_get_delay_mE48BEA255B5DC00960B9F55AC74F05580BCAAC38 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _delay; }
float L_0 = __this->get__delay_4();
return L_0;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::SetDuration(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetDuration_m9B063307A0A071363BCAEA5DC0C7057A16BA7358 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, float ___value0, const RuntimeMethod* method)
{
{
// _duration = value;
float L_0 = ___value0;
__this->set__duration_5(L_0);
// return this;
return __this;
}
}
// System.Single FairyGUI.GTweener::get_duration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GTweener_get_duration_m92D4B4F24F137EE8E358F9071D5A6605642806D0 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _duration; }
float L_0 = __this->get__duration_5();
return L_0;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::SetBreakpoint(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetBreakpoint_m5E13B23D828B1467F18624CA2FFD12BEE2D03ACE (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, float ___value0, const RuntimeMethod* method)
{
{
// _breakpoint = value;
float L_0 = ___value0;
__this->set__breakpoint_6(L_0);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::SetEase(FairyGUI.EaseType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetEase_mF91A771B8A57093C78AD3E8545802266DACF6AEC (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// _easeType = value;
int32_t L_0 = ___value0;
__this->set__easeType_7(L_0);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::SetEasePeriod(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetEasePeriod_m446EBE74B86E66DC38EC2A21AC3F9A342D012A7F (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, float ___value0, const RuntimeMethod* method)
{
{
// _easePeriod = value;
float L_0 = ___value0;
__this->set__easePeriod_9(L_0);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::SetEaseOvershootOrAmplitude(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetEaseOvershootOrAmplitude_mD027DA6F5EE34823147E448C3549A63D6EC31025 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, float ___value0, const RuntimeMethod* method)
{
{
// _easeOvershootOrAmplitude = value;
float L_0 = ___value0;
__this->set__easeOvershootOrAmplitude_8(L_0);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::SetRepeat(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetRepeat_mBDC73687BFA0B08EC64296ED8E89918CC1E3A68D (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, int32_t ___times0, bool ___yoyo1, const RuntimeMethod* method)
{
{
// _repeat = times;
int32_t L_0 = ___times0;
__this->set__repeat_10(L_0);
// _yoyo = yoyo;
bool L_1 = ___yoyo1;
__this->set__yoyo_11(L_1);
// return this;
return __this;
}
}
// System.Int32 FairyGUI.GTweener::get_repeat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GTweener_get_repeat_m0CA6F5535995311A39A6A5A905C8C185619743C4 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _repeat; }
int32_t L_0 = __this->get__repeat_10();
return L_0;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::SetTimeScale(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetTimeScale_m84DF3F773A5D7CFD35A6CBCD5E6F3EC49DD8B11B (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, float ___value0, const RuntimeMethod* method)
{
{
// _timeScale = value;
float L_0 = ___value0;
__this->set__timeScale_12(L_0);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::SetIgnoreEngineTimeScale(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetIgnoreEngineTimeScale_mB68CF4D79C48D861371E6FE1ADD87E63D6E1EECE (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, bool ___value0, const RuntimeMethod* method)
{
{
// _ignoreEngineTimeScale = value;
bool L_0 = ___value0;
__this->set__ignoreEngineTimeScale_13(L_0);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::SetSnapping(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetSnapping_mCF8D9C1167D1EFC53FA0C4F5F62B88CF144EB629 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, bool ___value0, const RuntimeMethod* method)
{
{
// _snapping = value;
bool L_0 = ___value0;
__this->set__snapping_14(L_0);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::SetPath(FairyGUI.GPath)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetPath_m180CF22C9DF44AACAB4722A640818143948B7560 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * ___value0, const RuntimeMethod* method)
{
{
// _path = value;
GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * L_0 = ___value0;
__this->set__path_16(L_0);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::SetTarget(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetTarget_m95CDEB77F5F56289AE46FCFAAEE2448830B44F26 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
// _target = value;
RuntimeObject * L_0 = ___value0;
__this->set__target_0(L_0);
// _propType = TweenPropType.None;
__this->set__propType_1(0);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::SetTarget(System.Object,FairyGUI.TweenPropType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetTarget_m66F8E603DF14E12BF7A748C3E76331A4570D9646 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, RuntimeObject * ___value0, int32_t ___propType1, const RuntimeMethod* method)
{
{
// _target = value;
RuntimeObject * L_0 = ___value0;
__this->set__target_0(L_0);
// _propType = propType;
int32_t L_1 = ___propType1;
__this->set__propType_1(L_1);
// return this;
return __this;
}
}
// System.Object FairyGUI.GTweener::get_target()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GTweener_get_target_m74830BEB43E2E9089B9954F70A3271DEFE326678 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _target; }
RuntimeObject * L_0 = __this->get__target_0();
return L_0;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::SetUserData(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetUserData_mDD92C2722251D7AF6937928C21E225B257291DDF (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
{
// _userData = value;
RuntimeObject * L_0 = ___value0;
__this->set__userData_15(L_0);
// return this;
return __this;
}
}
// System.Object FairyGUI.GTweener::get_userData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GTweener_get_userData_m3B924385C746F8859A15258BFDA5B453D681D273 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _userData; }
RuntimeObject * L_0 = __this->get__userData_15();
return L_0;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::OnUpdate(FairyGUI.GTweenCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_OnUpdate_m35AD463E06D0030967A355EF22285A777C7C39D5 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ___callback0, const RuntimeMethod* method)
{
{
// _onUpdate = callback;
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_0 = ___callback0;
__this->set__onUpdate_17(L_0);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::OnStart(FairyGUI.GTweenCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_OnStart_m5F1DB7279267235422910D4F7CC5FC83A1C5CC6B (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ___callback0, const RuntimeMethod* method)
{
{
// _onStart = callback;
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_0 = ___callback0;
__this->set__onStart_18(L_0);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::OnComplete(FairyGUI.GTweenCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_OnComplete_mBEDF898448308F073ACAF288600ABD2E09BA05B8 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ___callback0, const RuntimeMethod* method)
{
{
// _onComplete = callback;
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_0 = ___callback0;
__this->set__onComplete_19(L_0);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::OnUpdate(FairyGUI.GTweenCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_OnUpdate_m2FA1B716E3037C3D65DB408F7E9FE0E1C61DD0C5 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ___callback0, const RuntimeMethod* method)
{
{
// _onUpdate1 = callback;
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_0 = ___callback0;
__this->set__onUpdate1_20(L_0);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::OnStart(FairyGUI.GTweenCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_OnStart_m73874E20629166F435EFF73530604EFAE2E976A0 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ___callback0, const RuntimeMethod* method)
{
{
// _onStart1 = callback;
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_0 = ___callback0;
__this->set__onStart1_21(L_0);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::OnComplete(FairyGUI.GTweenCallback1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_OnComplete_m9031A75D6FC97DBACE72B4EA70E377864F711EEE (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ___callback0, const RuntimeMethod* method)
{
{
// _onComplete1 = callback;
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_0 = ___callback0;
__this->set__onComplete1_22(L_0);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::SetListener(FairyGUI.ITweenListener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetListener_mF4054E00E54DF889916E7D607CA14E2F2C371482 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
// _listener = value;
RuntimeObject* L_0 = ___value0;
__this->set__listener_23(L_0);
// return this;
return __this;
}
}
// FairyGUI.TweenValue FairyGUI.GTweener::get_startValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * GTweener_get_startValue_mC09E4E1A3A7CDD5A2D225D2D0E65F4BAB3A995FF (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _startValue; }
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__startValue_24();
return L_0;
}
}
// FairyGUI.TweenValue FairyGUI.GTweener::get_endValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * GTweener_get_endValue_mC646F9CBF41022753C17F3CF1A9D98B18D86651E (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _endValue; }
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__endValue_25();
return L_0;
}
}
// FairyGUI.TweenValue FairyGUI.GTweener::get_value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _value; }
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__value_26();
return L_0;
}
}
// FairyGUI.TweenValue FairyGUI.GTweener::get_deltaValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * GTweener_get_deltaValue_m3A8A418B420EB2AD185746BAA3C1816B97B5152F (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _deltaValue; }
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__deltaValue_27();
return L_0;
}
}
// System.Single FairyGUI.GTweener::get_normalizedTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GTweener_get_normalizedTime_mF51C6F7FD91E9E5F5B01CB580FD8F78B146B1719 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _normalizedTime; }
float L_0 = __this->get__normalizedTime_32();
return L_0;
}
}
// System.Boolean FairyGUI.GTweener::get_completed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GTweener_get_completed_m9E393E7D9B22F4B728BE5CDE1515DE56AE5E7EFC (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _ended != 0; }
int32_t L_0 = __this->get__ended_30();
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean FairyGUI.GTweener::get_allCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GTweener_get_allCompleted_m92B8799C55ECAE7940DA1CBA9566445DBE853987 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _ended == 1; }
int32_t L_0 = __this->get__ended_30();
return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0);
}
}
// FairyGUI.GTweener FairyGUI.GTweener::SetPaused(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener_SetPaused_m025848D51EFA1E270E9485C5E93EA8F0E63ACF7C (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, bool ___paused0, const RuntimeMethod* method)
{
{
// _paused = paused;
bool L_0 = ___paused0;
__this->set__paused_3(L_0);
// if (_paused)
bool L_1 = __this->get__paused_3();
if (!L_1)
{
goto IL_0016;
}
}
{
// _smoothStart = 0;
__this->set__smoothStart_33(0);
}
IL_0016:
{
// return this;
return __this;
}
}
// System.Void FairyGUI.GTweener::Seek(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener_Seek_mE8071DEFC2A4D738127001B5C889A82E3D519FDB (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, float ___time0, const RuntimeMethod* method)
{
{
// if (_killed)
bool L_0 = __this->get__killed_2();
if (!L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// _elapsedTime = time;
float L_1 = ___time0;
__this->set__elapsedTime_31(L_1);
// if (_elapsedTime < _delay)
float L_2 = __this->get__elapsedTime_31();
float L_3 = __this->get__delay_4();
if ((!(((float)L_2) < ((float)L_3))))
{
goto IL_0035;
}
}
{
// if (_started)
bool L_4 = __this->get__started_29();
if (!L_4)
{
goto IL_0034;
}
}
{
// _elapsedTime = _delay;
float L_5 = __this->get__delay_4();
__this->set__elapsedTime_31(L_5);
goto IL_0035;
}
IL_0034:
{
// return;
return;
}
IL_0035:
{
// Update();
GTweener_Update_m1EECB1AD031D4105588F19085F43C1DCC8BA415A(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GTweener::Kill(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener_Kill_mCCC79DE51185B6D32A1E0C143A21275C6E8E0997 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, bool ___complete0, const RuntimeMethod* method)
{
{
// if (_killed)
bool L_0 = __this->get__killed_2();
if (!L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// if (complete)
bool L_1 = ___complete0;
if (!L_1)
{
goto IL_0083;
}
}
{
// if (_ended == 0)
int32_t L_2 = __this->get__ended_30();
if (L_2)
{
goto IL_007d;
}
}
{
// if (_breakpoint >= 0)
float L_3 = __this->get__breakpoint_6();
if ((!(((float)L_3) >= ((float)(0.0f)))))
{
goto IL_0036;
}
}
{
// _elapsedTime = _delay + _breakpoint;
float L_4 = __this->get__delay_4();
float L_5 = __this->get__breakpoint_6();
__this->set__elapsedTime_31(((float)il2cpp_codegen_add((float)L_4, (float)L_5)));
goto IL_0077;
}
IL_0036:
{
// else if (_repeat >= 0)
int32_t L_6 = __this->get__repeat_10();
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_005e;
}
}
{
// _elapsedTime = _delay + _duration * (_repeat + 1);
float L_7 = __this->get__delay_4();
float L_8 = __this->get__duration_5();
int32_t L_9 = __this->get__repeat_10();
__this->set__elapsedTime_31(((float)il2cpp_codegen_add((float)L_7, (float)((float)il2cpp_codegen_multiply((float)L_8, (float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))))))))));
goto IL_0077;
}
IL_005e:
{
// _elapsedTime = _delay + _duration * 2;
float L_10 = __this->get__delay_4();
float L_11 = __this->get__duration_5();
__this->set__elapsedTime_31(((float)il2cpp_codegen_add((float)L_10, (float)((float)il2cpp_codegen_multiply((float)L_11, (float)(2.0f))))));
}
IL_0077:
{
// Update();
GTweener_Update_m1EECB1AD031D4105588F19085F43C1DCC8BA415A(__this, /*hidden argument*/NULL);
}
IL_007d:
{
// CallCompleteCallback();
GTweener_CallCompleteCallback_m7DFCFA70007EBBCF75CC3D3DA6058D78B0F26317(__this, /*hidden argument*/NULL);
}
IL_0083:
{
// _killed = true;
__this->set__killed_2((bool)1);
// }
return;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::_To(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener__To_m8814D3E49B43FA57DDD22A56BF9DF8E9A71B28A9 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, float ___start0, float ___end1, float ___duration2, const RuntimeMethod* method)
{
{
// _valueSize = 1;
__this->set__valueSize_28(1);
// _startValue.x = start;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__startValue_24();
float L_1 = ___start0;
NullCheck(L_0);
L_0->set_x_0(L_1);
// _endValue.x = end;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_2 = __this->get__endValue_25();
float L_3 = ___end1;
NullCheck(L_2);
L_2->set_x_0(L_3);
// _value.x = start;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_4 = __this->get__value_26();
float L_5 = ___start0;
NullCheck(L_4);
L_4->set_x_0(L_5);
// _duration = duration;
float L_6 = ___duration2;
__this->set__duration_5(L_6);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector2,UnityEngine.Vector2,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener__To_m483F99D8914C6DF6CD235CED90FF0A58B87401C1 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___start0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___end1, float ___duration2, const RuntimeMethod* method)
{
{
// _valueSize = 2;
__this->set__valueSize_28(2);
// _startValue.vec2 = start;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__startValue_24();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = ___start0;
NullCheck(L_0);
TweenValue_set_vec2_m9B9A0CAC043710945674243679646FBA17F2C86A(L_0, L_1, /*hidden argument*/NULL);
// _endValue.vec2 = end;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_2 = __this->get__endValue_25();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = ___end1;
NullCheck(L_2);
TweenValue_set_vec2_m9B9A0CAC043710945674243679646FBA17F2C86A(L_2, L_3, /*hidden argument*/NULL);
// _value.vec2 = start;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_4 = __this->get__value_26();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = ___start0;
NullCheck(L_4);
TweenValue_set_vec2_m9B9A0CAC043710945674243679646FBA17F2C86A(L_4, L_5, /*hidden argument*/NULL);
// _duration = duration;
float L_6 = ___duration2;
__this->set__duration_5(L_6);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector3,UnityEngine.Vector3,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener__To_m479882091EB0125DD59913DFEC27B1D98B32DC75 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___start0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___end1, float ___duration2, const RuntimeMethod* method)
{
{
// _valueSize = 3;
__this->set__valueSize_28(3);
// _startValue.vec3 = start;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__startValue_24();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = ___start0;
NullCheck(L_0);
TweenValue_set_vec3_m845C0968E3D3BA358323BDB1AABDA54D008276E8(L_0, L_1, /*hidden argument*/NULL);
// _endValue.vec3 = end;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_2 = __this->get__endValue_25();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = ___end1;
NullCheck(L_2);
TweenValue_set_vec3_m845C0968E3D3BA358323BDB1AABDA54D008276E8(L_2, L_3, /*hidden argument*/NULL);
// _value.vec3 = start;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_4 = __this->get__value_26();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = ___start0;
NullCheck(L_4);
TweenValue_set_vec3_m845C0968E3D3BA358323BDB1AABDA54D008276E8(L_4, L_5, /*hidden argument*/NULL);
// _duration = duration;
float L_6 = ___duration2;
__this->set__duration_5(L_6);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Vector4,UnityEngine.Vector4,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener__To_mB9AA7EC7D8DB0BDB9ABA2F8E17468B51DE8ABAEA (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___start0, Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___end1, float ___duration2, const RuntimeMethod* method)
{
{
// _valueSize = 4;
__this->set__valueSize_28(4);
// _startValue.vec4 = start;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__startValue_24();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_1 = ___start0;
NullCheck(L_0);
TweenValue_set_vec4_m598223F6643245AE463C8E999AB43C08A34B91A9(L_0, L_1, /*hidden argument*/NULL);
// _endValue.vec4 = end;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_2 = __this->get__endValue_25();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_3 = ___end1;
NullCheck(L_2);
TweenValue_set_vec4_m598223F6643245AE463C8E999AB43C08A34B91A9(L_2, L_3, /*hidden argument*/NULL);
// _value.vec4 = start;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_4 = __this->get__value_26();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_5 = ___start0;
NullCheck(L_4);
TweenValue_set_vec4_m598223F6643245AE463C8E999AB43C08A34B91A9(L_4, L_5, /*hidden argument*/NULL);
// _duration = duration;
float L_6 = ___duration2;
__this->set__duration_5(L_6);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::_To(UnityEngine.Color,UnityEngine.Color,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener__To_mBB1A111D64F6FAD0D18ED4DC58E824522123DDAA (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___start0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___end1, float ___duration2, const RuntimeMethod* method)
{
{
// _valueSize = 4;
__this->set__valueSize_28(4);
// _startValue.color = start;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__startValue_24();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ___start0;
NullCheck(L_0);
TweenValue_set_color_m308DC46FAB9ABF05DD70853ADF745E82927ED36F(L_0, L_1, /*hidden argument*/NULL);
// _endValue.color = end;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_2 = __this->get__endValue_25();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = ___end1;
NullCheck(L_2);
TweenValue_set_color_m308DC46FAB9ABF05DD70853ADF745E82927ED36F(L_2, L_3, /*hidden argument*/NULL);
// _value.color = start;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_4 = __this->get__value_26();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = ___start0;
NullCheck(L_4);
TweenValue_set_color_m308DC46FAB9ABF05DD70853ADF745E82927ED36F(L_4, L_5, /*hidden argument*/NULL);
// _duration = duration;
float L_6 = ___duration2;
__this->set__duration_5(L_6);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::_To(System.Double,System.Double,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener__To_m2389033EE2499DCDC61C3DAEB4392399CCCEF65D (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, double ___start0, double ___end1, float ___duration2, const RuntimeMethod* method)
{
{
// _valueSize = 5;
__this->set__valueSize_28(5);
// _startValue.d = start;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__startValue_24();
double L_1 = ___start0;
NullCheck(L_0);
L_0->set_d_4(L_1);
// _endValue.d = end;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_2 = __this->get__endValue_25();
double L_3 = ___end1;
NullCheck(L_2);
L_2->set_d_4(L_3);
// _value.d = start;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_4 = __this->get__value_26();
double L_5 = ___start0;
NullCheck(L_4);
L_4->set_d_4(L_5);
// _duration = duration;
float L_6 = ___duration2;
__this->set__duration_5(L_6);
// return this;
return __this;
}
}
// FairyGUI.GTweener FairyGUI.GTweener::_Shake(UnityEngine.Vector3,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * GTweener__Shake_m3F68D69AA267B68D884368F60E44AF57D89DD569 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___start0, float ___amplitude1, float ___duration2, const RuntimeMethod* method)
{
{
// _valueSize = 6;
__this->set__valueSize_28(6);
// _startValue.vec3 = start;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__startValue_24();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = ___start0;
NullCheck(L_0);
TweenValue_set_vec3_m845C0968E3D3BA358323BDB1AABDA54D008276E8(L_0, L_1, /*hidden argument*/NULL);
// _startValue.w = amplitude;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_2 = __this->get__startValue_24();
float L_3 = ___amplitude1;
NullCheck(L_2);
L_2->set_w_3(L_3);
// _duration = duration;
float L_4 = ___duration2;
__this->set__duration_5(L_4);
// _easeType = EaseType.Linear;
__this->set__easeType_7(0);
// return this;
return __this;
}
}
// System.Void FairyGUI.GTweener::_Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener__Init_mEE23E9D4B73DDEFAAEC86287725F2A34724A57A4 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B2_0 = NULL;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B1_0 = NULL;
int32_t G_B3_0 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B3_1 = NULL;
{
// _delay = 0;
__this->set__delay_4((0.0f));
// _duration = 0;
__this->set__duration_5((0.0f));
// _breakpoint = -1;
__this->set__breakpoint_6((-1.0f));
// _easeType = EaseType.QuadOut;
__this->set__easeType_7(5);
// _timeScale = 1;
__this->set__timeScale_12((1.0f));
// _easePeriod = 0;
__this->set__easePeriod_9((0.0f));
// _easeOvershootOrAmplitude = 1.70158f;
__this->set__easeOvershootOrAmplitude_8((1.70158f));
// _snapping = false;
__this->set__snapping_14((bool)0);
// _repeat = 0;
__this->set__repeat_10(0);
// _yoyo = false;
__this->set__yoyo_11((bool)0);
// _valueSize = 0;
__this->set__valueSize_28(0);
// _started = false;
__this->set__started_29((bool)0);
// _paused = false;
__this->set__paused_3((bool)0);
// _killed = false;
__this->set__killed_2((bool)0);
// _elapsedTime = 0;
__this->set__elapsedTime_31((0.0f));
// _normalizedTime = 0;
__this->set__normalizedTime_32((0.0f));
// _ended = 0;
__this->set__ended_30(0);
// _path = null;
__this->set__path_16((GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 *)NULL);
// _smoothStart = Time.frameCount == 1 ? 3 : 1;//???????????
int32_t L_0 = Time_get_frameCount_m97573E267B487B8FD4BF37615AFC19BED7B4E436(/*hidden argument*/NULL);
G_B1_0 = __this;
if ((((int32_t)L_0) == ((int32_t)1)))
{
G_B2_0 = __this;
goto IL_00aa;
}
}
{
G_B3_0 = 1;
G_B3_1 = G_B1_0;
goto IL_00ab;
}
IL_00aa:
{
G_B3_0 = 3;
G_B3_1 = G_B2_0;
}
IL_00ab:
{
NullCheck(G_B3_1);
G_B3_1->set__smoothStart_33(G_B3_0);
// }
return;
}
}
// System.Void FairyGUI.GTweener::_Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener__Reset_mCA748E36ED3A31C2EA4C5A74034A958A07A8A050 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * V_0 = NULL;
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * V_1 = NULL;
{
// _target = null;
__this->set__target_0(NULL);
// _listener = null;
__this->set__listener_23((RuntimeObject*)NULL);
// _userData = null;
__this->set__userData_15(NULL);
// _onStart = _onUpdate = _onComplete = null;
V_0 = (GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F *)NULL;
__this->set__onComplete_19((GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F *)NULL);
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_0 = V_0;
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_1 = L_0;
V_0 = L_1;
__this->set__onUpdate_17(L_1);
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_2 = V_0;
__this->set__onStart_18(L_2);
// _onStart1 = _onUpdate1 = _onComplete1 = null;
V_1 = (GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D *)NULL;
__this->set__onComplete1_22((GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D *)NULL);
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_3 = V_1;
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_4 = L_3;
V_1 = L_4;
__this->set__onUpdate1_20(L_4);
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_5 = V_1;
__this->set__onStart1_21(L_5);
// }
return;
}
}
// System.Void FairyGUI.GTweener::_Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener__Update_mCC588312F509555A5BC1618F5785975D640B226D (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTweener__Update_mCC588312F509555A5BC1618F5785975D640B226D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float G_B5_0 = 0.0f;
float G_B5_1 = 0.0f;
float G_B4_0 = 0.0f;
float G_B4_1 = 0.0f;
float G_B6_0 = 0.0f;
float G_B6_1 = 0.0f;
float G_B6_2 = 0.0f;
{
// if (_ended != 0) //Maybe completed by seek
int32_t L_0 = __this->get__ended_30();
if (!L_0)
{
goto IL_0016;
}
}
{
// CallCompleteCallback();
GTweener_CallCompleteCallback_m7DFCFA70007EBBCF75CC3D3DA6058D78B0F26317(__this, /*hidden argument*/NULL);
// _killed = true;
__this->set__killed_2((bool)1);
// return;
return;
}
IL_0016:
{
// if (_smoothStart > 0)
int32_t L_1 = __this->get__smoothStart_33();
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_006a;
}
}
{
// _smoothStart--;
int32_t L_2 = __this->get__smoothStart_33();
__this->set__smoothStart_33(((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)));
// dt = Mathf.Clamp(Time.unscaledDeltaTime, 0, Application.targetFrameRate > 0 ? (1.0f / Application.targetFrameRate) : 0.016f);
float L_3 = Time_get_unscaledDeltaTime_mA0AE7A144C88AE8AABB42DF17B0F3F0714BA06B2(/*hidden argument*/NULL);
int32_t L_4 = Application_get_targetFrameRate_m74BA4A1BAF9542F7DAA99DA9DFBD22067874730A(/*hidden argument*/NULL);
G_B4_0 = (0.0f);
G_B4_1 = L_3;
if ((((int32_t)L_4) > ((int32_t)0)))
{
G_B5_0 = (0.0f);
G_B5_1 = L_3;
goto IL_0046;
}
}
{
G_B6_0 = (0.016f);
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
goto IL_0052;
}
IL_0046:
{
int32_t L_5 = Application_get_targetFrameRate_m74BA4A1BAF9542F7DAA99DA9DFBD22067874730A(/*hidden argument*/NULL);
G_B6_0 = ((float)((float)(1.0f)/(float)(((float)((float)L_5)))));
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
}
IL_0052:
{
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_6 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(G_B6_2, G_B6_1, G_B6_0, /*hidden argument*/NULL);
V_0 = L_6;
// if (!_ignoreEngineTimeScale)
bool L_7 = __this->get__ignoreEngineTimeScale_13();
if (L_7)
{
goto IL_0080;
}
}
{
// dt *= Time.timeScale;
float L_8 = V_0;
float L_9 = Time_get_timeScale_m7E198A5814859A08FD0FFE6DD5F7ED5C907719F8(/*hidden argument*/NULL);
V_0 = ((float)il2cpp_codegen_multiply((float)L_8, (float)L_9));
// }
goto IL_0080;
}
IL_006a:
{
// else if (_ignoreEngineTimeScale)
bool L_10 = __this->get__ignoreEngineTimeScale_13();
if (!L_10)
{
goto IL_007a;
}
}
{
// dt = Time.unscaledDeltaTime;
float L_11 = Time_get_unscaledDeltaTime_mA0AE7A144C88AE8AABB42DF17B0F3F0714BA06B2(/*hidden argument*/NULL);
V_0 = L_11;
goto IL_0080;
}
IL_007a:
{
// dt = Time.deltaTime;
float L_12 = Time_get_deltaTime_m16F98FC9BA931581236008C288E3B25CBCB7C81E(/*hidden argument*/NULL);
V_0 = L_12;
}
IL_0080:
{
// if (_timeScale != 1)
float L_13 = __this->get__timeScale_12();
if ((((float)L_13) == ((float)(1.0f))))
{
goto IL_0096;
}
}
{
// dt *= _timeScale;
float L_14 = V_0;
float L_15 = __this->get__timeScale_12();
V_0 = ((float)il2cpp_codegen_multiply((float)L_14, (float)L_15));
}
IL_0096:
{
// if (dt == 0)
float L_16 = V_0;
if ((!(((float)L_16) == ((float)(0.0f)))))
{
goto IL_009f;
}
}
{
// return;
return;
}
IL_009f:
{
// _elapsedTime += dt;
float L_17 = __this->get__elapsedTime_31();
float L_18 = V_0;
__this->set__elapsedTime_31(((float)il2cpp_codegen_add((float)L_17, (float)L_18)));
// Update();
GTweener_Update_m1EECB1AD031D4105588F19085F43C1DCC8BA415A(__this, /*hidden argument*/NULL);
// if (_ended != 0)
int32_t L_19 = __this->get__ended_30();
if (!L_19)
{
goto IL_00d0;
}
}
{
// if (!_killed)
bool L_20 = __this->get__killed_2();
if (L_20)
{
goto IL_00d0;
}
}
{
// CallCompleteCallback();
GTweener_CallCompleteCallback_m7DFCFA70007EBBCF75CC3D3DA6058D78B0F26317(__this, /*hidden argument*/NULL);
// _killed = true;
__this->set__killed_2((bool)1);
}
IL_00d0:
{
// }
return;
}
}
// System.Void FairyGUI.GTweener::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener_Update_m1EECB1AD031D4105588F19085F43C1DCC8BA415A (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTweener_Update_m1EECB1AD031D4105588F19085F43C1DCC8BA415A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
float V_1 = 0.0f;
int32_t V_2 = 0;
double V_3 = 0.0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_4;
memset((&V_4), 0, sizeof(V_4));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t V_6 = 0;
float V_7 = 0.0f;
float V_8 = 0.0f;
float V_9 = 0.0f;
int32_t G_B24_0 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B24_1 = NULL;
int32_t G_B23_0 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B23_1 = NULL;
float G_B25_0 = 0.0f;
int32_t G_B25_1 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B25_2 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * G_B33_0 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * G_B32_0 = NULL;
int32_t G_B34_0 = 0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * G_B34_1 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * G_B36_0 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * G_B35_0 = NULL;
int32_t G_B37_0 = 0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * G_B37_1 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * G_B39_0 = NULL;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * G_B38_0 = NULL;
int32_t G_B40_0 = 0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * G_B40_1 = NULL;
{
// _ended = 0;
__this->set__ended_30(0);
// if (_valueSize == 0) //DelayedCall
int32_t L_0 = __this->get__valueSize_28();
if (L_0)
{
goto IL_002c;
}
}
{
// if (_elapsedTime >= _delay + _duration)
float L_1 = __this->get__elapsedTime_31();
float L_2 = __this->get__delay_4();
float L_3 = __this->get__duration_5();
if ((!(((float)L_1) >= ((float)((float)il2cpp_codegen_add((float)L_2, (float)L_3))))))
{
goto IL_002b;
}
}
{
// _ended = 1;
__this->set__ended_30(1);
}
IL_002b:
{
// return;
return;
}
IL_002c:
{
// if (!_started)
bool L_4 = __this->get__started_29();
if (L_4)
{
goto IL_0059;
}
}
{
// if (_elapsedTime < _delay)
float L_5 = __this->get__elapsedTime_31();
float L_6 = __this->get__delay_4();
if ((!(((float)L_5) < ((float)L_6))))
{
goto IL_0043;
}
}
{
// return;
return;
}
IL_0043:
{
// _started = true;
__this->set__started_29((bool)1);
// CallStartCallback();
GTweener_CallStartCallback_m927CD8013038D40B05F4ED1F0D46A614F718B83B(__this, /*hidden argument*/NULL);
// if (_killed)
bool L_7 = __this->get__killed_2();
if (!L_7)
{
goto IL_0059;
}
}
{
// return;
return;
}
IL_0059:
{
// bool reversed = false;
V_0 = (bool)0;
// float tt = _elapsedTime - _delay;
float L_8 = __this->get__elapsedTime_31();
float L_9 = __this->get__delay_4();
V_1 = ((float)il2cpp_codegen_subtract((float)L_8, (float)L_9));
// if (_breakpoint >= 0 && tt >= _breakpoint)
float L_10 = __this->get__breakpoint_6();
if ((!(((float)L_10) >= ((float)(0.0f)))))
{
goto IL_008d;
}
}
{
float L_11 = V_1;
float L_12 = __this->get__breakpoint_6();
if ((!(((float)L_11) >= ((float)L_12))))
{
goto IL_008d;
}
}
{
// tt = _breakpoint;
float L_13 = __this->get__breakpoint_6();
V_1 = L_13;
// _ended = 2;
__this->set__ended_30(2);
}
IL_008d:
{
// if (_repeat != 0)
int32_t L_14 = __this->get__repeat_10();
if (!L_14)
{
goto IL_00f6;
}
}
{
// int round = Mathf.FloorToInt(tt / _duration);
float L_15 = V_1;
float L_16 = __this->get__duration_5();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_17 = Mathf_FloorToInt_m0C42B64571CE92A738AD7BB82388CE12FBE7457C(((float)((float)L_15/(float)L_16)), /*hidden argument*/NULL);
V_2 = L_17;
// tt -= _duration * round;
float L_18 = V_1;
float L_19 = __this->get__duration_5();
int32_t L_20 = V_2;
V_1 = ((float)il2cpp_codegen_subtract((float)L_18, (float)((float)il2cpp_codegen_multiply((float)L_19, (float)(((float)((float)L_20)))))));
// if (_yoyo)
bool L_21 = __this->get__yoyo_11();
if (!L_21)
{
goto IL_00be;
}
}
{
// reversed = round % 2 == 1;
int32_t L_22 = V_2;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_22%(int32_t)2))) == ((int32_t)1))? 1 : 0);
}
IL_00be:
{
// if (_repeat > 0 && _repeat - round < 0)
int32_t L_23 = __this->get__repeat_10();
if ((((int32_t)L_23) <= ((int32_t)0)))
{
goto IL_010d;
}
}
{
int32_t L_24 = __this->get__repeat_10();
int32_t L_25 = V_2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25))) >= ((int32_t)0)))
{
goto IL_010d;
}
}
{
// if (_yoyo)
bool L_26 = __this->get__yoyo_11();
if (!L_26)
{
goto IL_00e6;
}
}
{
// reversed = _repeat % 2 == 1;
int32_t L_27 = __this->get__repeat_10();
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_27%(int32_t)2))) == ((int32_t)1))? 1 : 0);
}
IL_00e6:
{
// tt = _duration;
float L_28 = __this->get__duration_5();
V_1 = L_28;
// _ended = 1;
__this->set__ended_30(1);
// }
goto IL_010d;
}
IL_00f6:
{
// else if (tt >= _duration)
float L_29 = V_1;
float L_30 = __this->get__duration_5();
if ((!(((float)L_29) >= ((float)L_30))))
{
goto IL_010d;
}
}
{
// tt = _duration;
float L_31 = __this->get__duration_5();
V_1 = L_31;
// _ended = 1;
__this->set__ended_30(1);
}
IL_010d:
{
// _normalizedTime = EaseManager.Evaluate(_easeType, reversed ? (_duration - tt) : tt, _duration,
// _easeOvershootOrAmplitude, _easePeriod);
int32_t L_32 = __this->get__easeType_7();
bool L_33 = V_0;
G_B23_0 = L_32;
G_B23_1 = __this;
if (L_33)
{
G_B24_0 = L_32;
G_B24_1 = __this;
goto IL_011a;
}
}
{
float L_34 = V_1;
G_B25_0 = L_34;
G_B25_1 = G_B23_0;
G_B25_2 = G_B23_1;
goto IL_0122;
}
IL_011a:
{
float L_35 = __this->get__duration_5();
float L_36 = V_1;
G_B25_0 = ((float)il2cpp_codegen_subtract((float)L_35, (float)L_36));
G_B25_1 = G_B24_0;
G_B25_2 = G_B24_1;
}
IL_0122:
{
float L_37 = __this->get__duration_5();
float L_38 = __this->get__easeOvershootOrAmplitude_8();
float L_39 = __this->get__easePeriod_9();
float L_40 = EaseManager_Evaluate_mAB630EB5A81BF0F409DCD380E1C8D3949AC42F23(G_B25_1, G_B25_0, L_37, L_38, L_39, /*hidden argument*/NULL);
NullCheck(G_B25_2);
G_B25_2->set__normalizedTime_32(L_40);
// _value.SetZero();
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_41 = __this->get__value_26();
NullCheck(L_41);
TweenValue_SetZero_m9ACF35A775672BCEE5ADE0A3059F87AE91843F80(L_41, /*hidden argument*/NULL);
// _deltaValue.SetZero();
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_42 = __this->get__deltaValue_27();
NullCheck(L_42);
TweenValue_SetZero_m9ACF35A775672BCEE5ADE0A3059F87AE91843F80(L_42, /*hidden argument*/NULL);
// if (_valueSize == 5)
int32_t L_43 = __this->get__valueSize_28();
if ((!(((uint32_t)L_43) == ((uint32_t)5))))
{
goto IL_01c1;
}
}
{
// double d = _startValue.d + (_endValue.d - _startValue.d) * _normalizedTime;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_44 = __this->get__startValue_24();
NullCheck(L_44);
double L_45 = L_44->get_d_4();
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_46 = __this->get__endValue_25();
NullCheck(L_46);
double L_47 = L_46->get_d_4();
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_48 = __this->get__startValue_24();
NullCheck(L_48);
double L_49 = L_48->get_d_4();
float L_50 = __this->get__normalizedTime_32();
V_3 = ((double)il2cpp_codegen_add((double)L_45, (double)((double)il2cpp_codegen_multiply((double)((double)il2cpp_codegen_subtract((double)L_47, (double)L_49)), (double)(((double)((double)L_50)))))));
// if (_snapping)
bool L_51 = __this->get__snapping_14();
if (!L_51)
{
goto IL_0198;
}
}
{
// d = Math.Round(d);
double L_52 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
double L_53 = bankers_round(L_52);
V_3 = L_53;
}
IL_0198:
{
// _deltaValue.d = d - _value.d;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_54 = __this->get__deltaValue_27();
double L_55 = V_3;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_56 = __this->get__value_26();
NullCheck(L_56);
double L_57 = L_56->get_d_4();
NullCheck(L_54);
L_54->set_d_4(((double)il2cpp_codegen_subtract((double)L_55, (double)L_57)));
// _value.d = d;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_58 = __this->get__value_26();
double L_59 = V_3;
NullCheck(L_58);
L_58->set_d_4(L_59);
// }
goto IL_03a7;
}
IL_01c1:
{
// else if (_valueSize == 6)
int32_t L_60 = __this->get__valueSize_28();
if ((!(((uint32_t)L_60) == ((uint32_t)6))))
{
goto IL_0298;
}
}
{
// if (_ended == 0)
int32_t L_61 = __this->get__ended_30();
if (L_61)
{
goto IL_027d;
}
}
{
// Vector3 r = UnityEngine.Random.insideUnitSphere;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_62 = Random_get_insideUnitSphere_m10033DFB85B1A21CE44201CB0E421F27B77A868F(/*hidden argument*/NULL);
V_4 = L_62;
// r.x = r.x > 0 ? 1 : -1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_63 = V_4;
float L_64 = L_63.get_x_2();
G_B32_0 = (&V_4);
if ((((float)L_64) > ((float)(0.0f))))
{
G_B33_0 = (&V_4);
goto IL_01f2;
}
}
{
G_B34_0 = (-1);
G_B34_1 = G_B32_0;
goto IL_01f3;
}
IL_01f2:
{
G_B34_0 = 1;
G_B34_1 = G_B33_0;
}
IL_01f3:
{
G_B34_1->set_x_2((((float)((float)G_B34_0))));
// r.y = r.y > 0 ? 1 : -1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_65 = V_4;
float L_66 = L_65.get_y_3();
G_B35_0 = (&V_4);
if ((((float)L_66) > ((float)(0.0f))))
{
G_B36_0 = (&V_4);
goto IL_020c;
}
}
{
G_B37_0 = (-1);
G_B37_1 = G_B35_0;
goto IL_020d;
}
IL_020c:
{
G_B37_0 = 1;
G_B37_1 = G_B36_0;
}
IL_020d:
{
G_B37_1->set_y_3((((float)((float)G_B37_0))));
// r.z = r.z > 0 ? 1 : -1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_67 = V_4;
float L_68 = L_67.get_z_4();
G_B38_0 = (&V_4);
if ((((float)L_68) > ((float)(0.0f))))
{
G_B39_0 = (&V_4);
goto IL_0226;
}
}
{
G_B40_0 = (-1);
G_B40_1 = G_B38_0;
goto IL_0227;
}
IL_0226:
{
G_B40_0 = 1;
G_B40_1 = G_B39_0;
}
IL_0227:
{
G_B40_1->set_z_4((((float)((float)G_B40_0))));
// r *= _startValue.w * (1 - _normalizedTime);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_69 = V_4;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_70 = __this->get__startValue_24();
NullCheck(L_70);
float L_71 = L_70->get_w_3();
float L_72 = __this->get__normalizedTime_32();
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_73 = Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E(L_69, ((float)il2cpp_codegen_multiply((float)L_71, (float)((float)il2cpp_codegen_subtract((float)(1.0f), (float)L_72)))), /*hidden argument*/NULL);
V_4 = L_73;
// _deltaValue.vec3 = r;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_74 = __this->get__deltaValue_27();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_75 = V_4;
NullCheck(L_74);
TweenValue_set_vec3_m845C0968E3D3BA358323BDB1AABDA54D008276E8(L_74, L_75, /*hidden argument*/NULL);
// _value.vec3 = _startValue.vec3 + r;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_76 = __this->get__value_26();
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_77 = __this->get__startValue_24();
NullCheck(L_77);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_78 = TweenValue_get_vec3_m8C89FDFF3513409A3C3A18691B91D159FADC9FDB(L_77, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_79 = V_4;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_80 = Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E(L_78, L_79, /*hidden argument*/NULL);
NullCheck(L_76);
TweenValue_set_vec3_m845C0968E3D3BA358323BDB1AABDA54D008276E8(L_76, L_80, /*hidden argument*/NULL);
// }
goto IL_03a7;
}
IL_027d:
{
// _value.vec3 = _startValue.vec3;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_81 = __this->get__value_26();
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_82 = __this->get__startValue_24();
NullCheck(L_82);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_83 = TweenValue_get_vec3_m8C89FDFF3513409A3C3A18691B91D159FADC9FDB(L_82, /*hidden argument*/NULL);
NullCheck(L_81);
TweenValue_set_vec3_m845C0968E3D3BA358323BDB1AABDA54D008276E8(L_81, L_83, /*hidden argument*/NULL);
// }
goto IL_03a7;
}
IL_0298:
{
// else if (_path != null)
GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * L_84 = __this->get__path_16();
if (!L_84)
{
goto IL_0326;
}
}
{
// Vector3 vec3 = _path.GetPointAt(_normalizedTime);
GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * L_85 = __this->get__path_16();
float L_86 = __this->get__normalizedTime_32();
NullCheck(L_85);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_87 = GPath_GetPointAt_m4556E3DCE5B66CCD29C7380A1F1E6F34E1AD15CA(L_85, L_86, /*hidden argument*/NULL);
V_5 = L_87;
// if (_snapping)
bool L_88 = __this->get__snapping_14();
if (!L_88)
{
goto IL_02f7;
}
}
{
// vec3.x = Mathf.Round(vec3.x);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_89 = V_5;
float L_90 = L_89.get_x_2();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_91 = bankers_roundf(L_90);
(&V_5)->set_x_2(L_91);
// vec3.y = Mathf.Round(vec3.y);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_92 = V_5;
float L_93 = L_92.get_y_3();
float L_94 = bankers_roundf(L_93);
(&V_5)->set_y_3(L_94);
// vec3.z = Mathf.Round(vec3.z);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_95 = V_5;
float L_96 = L_95.get_z_4();
float L_97 = bankers_roundf(L_96);
(&V_5)->set_z_4(L_97);
}
IL_02f7:
{
// _deltaValue.vec3 = vec3 - _value.vec3;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_98 = __this->get__deltaValue_27();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_99 = V_5;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_100 = __this->get__value_26();
NullCheck(L_100);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_101 = TweenValue_get_vec3_m8C89FDFF3513409A3C3A18691B91D159FADC9FDB(L_100, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_102 = Vector3_op_Subtraction_mF9846B723A5034F8B9F5F5DCB78E3D67649143D3(L_99, L_101, /*hidden argument*/NULL);
NullCheck(L_98);
TweenValue_set_vec3_m845C0968E3D3BA358323BDB1AABDA54D008276E8(L_98, L_102, /*hidden argument*/NULL);
// _value.vec3 = vec3;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_103 = __this->get__value_26();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_104 = V_5;
NullCheck(L_103);
TweenValue_set_vec3_m845C0968E3D3BA358323BDB1AABDA54D008276E8(L_103, L_104, /*hidden argument*/NULL);
// }
goto IL_03a7;
}
IL_0326:
{
// for (int i = 0; i < _valueSize; i++)
V_6 = 0;
goto IL_039d;
}
IL_032b:
{
// float n1 = _startValue[i];
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_105 = __this->get__startValue_24();
int32_t L_106 = V_6;
NullCheck(L_105);
float L_107 = TweenValue_get_Item_m7FAF335C897B075C89EB20956DD2A8CFF0437492(L_105, L_106, /*hidden argument*/NULL);
V_7 = L_107;
// float n2 = _endValue[i];
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_108 = __this->get__endValue_25();
int32_t L_109 = V_6;
NullCheck(L_108);
float L_110 = TweenValue_get_Item_m7FAF335C897B075C89EB20956DD2A8CFF0437492(L_108, L_109, /*hidden argument*/NULL);
V_8 = L_110;
// float f = n1 + (n2 - n1) * _normalizedTime;
float L_111 = V_7;
float L_112 = V_8;
float L_113 = V_7;
float L_114 = __this->get__normalizedTime_32();
V_9 = ((float)il2cpp_codegen_add((float)L_111, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_112, (float)L_113)), (float)L_114))));
// if (_snapping)
bool L_115 = __this->get__snapping_14();
if (!L_115)
{
goto IL_036b;
}
}
{
// f = Mathf.Round(f);
float L_116 = V_9;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_117 = bankers_roundf(L_116);
V_9 = L_117;
}
IL_036b:
{
// _deltaValue[i] = f - _value[i];
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_118 = __this->get__deltaValue_27();
int32_t L_119 = V_6;
float L_120 = V_9;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_121 = __this->get__value_26();
int32_t L_122 = V_6;
NullCheck(L_121);
float L_123 = TweenValue_get_Item_m7FAF335C897B075C89EB20956DD2A8CFF0437492(L_121, L_122, /*hidden argument*/NULL);
NullCheck(L_118);
TweenValue_set_Item_m63A59F0385ED4EE5B8D3199378C10710D7E9EC11(L_118, L_119, ((float)il2cpp_codegen_subtract((float)L_120, (float)L_123)), /*hidden argument*/NULL);
// _value[i] = f;
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_124 = __this->get__value_26();
int32_t L_125 = V_6;
float L_126 = V_9;
NullCheck(L_124);
TweenValue_set_Item_m63A59F0385ED4EE5B8D3199378C10710D7E9EC11(L_124, L_125, L_126, /*hidden argument*/NULL);
// for (int i = 0; i < _valueSize; i++)
int32_t L_127 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1));
}
IL_039d:
{
// for (int i = 0; i < _valueSize; i++)
int32_t L_128 = V_6;
int32_t L_129 = __this->get__valueSize_28();
if ((((int32_t)L_128) < ((int32_t)L_129)))
{
goto IL_032b;
}
}
IL_03a7:
{
// if (_target != null && _propType != TweenPropType.None)
RuntimeObject * L_130 = __this->get__target_0();
if (!L_130)
{
goto IL_03ce;
}
}
{
int32_t L_131 = __this->get__propType_1();
if (!L_131)
{
goto IL_03ce;
}
}
{
// TweenPropTypeUtils.SetProps(_target, _propType, _value);
RuntimeObject * L_132 = __this->get__target_0();
int32_t L_133 = __this->get__propType_1();
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_134 = __this->get__value_26();
TweenPropTypeUtils_SetProps_m7D66A161361B29380CEFED2A1D2CDA9155C9DB30(L_132, L_133, L_134, /*hidden argument*/NULL);
}
IL_03ce:
{
// CallUpdateCallback();
GTweener_CallUpdateCallback_m59A714F4F6521140141A5BC9ED6C3E25223BCE85(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GTweener::CallStartCallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener_CallStartCallback_m927CD8013038D40B05F4ED1F0D46A614F718B83B (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTweener_CallStartCallback_m927CD8013038D40B05F4ED1F0D46A614F718B83B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// if (GTween.catchCallbackExceptions)
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
bool L_0 = ((GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_StaticFields*)il2cpp_codegen_static_fields_for(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var))->get_catchCallbackExceptions_0();
if (!L_0)
{
goto IL_005c;
}
}
IL_0007:
try
{ // begin try (depth: 1)
{
// if (_onStart1 != null)
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_1 = __this->get__onStart1_21();
if (!L_1)
{
goto IL_001b;
}
}
IL_000f:
{
// _onStart1(this);
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_2 = __this->get__onStart1_21();
NullCheck(L_2);
GTweenCallback1_Invoke_m40CB09AAD52ABAC5F9BF10895A5E81B64F29A7C3(L_2, __this, /*hidden argument*/NULL);
}
IL_001b:
{
// if (_onStart != null)
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_3 = __this->get__onStart_18();
if (!L_3)
{
goto IL_002e;
}
}
IL_0023:
{
// _onStart();
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_4 = __this->get__onStart_18();
NullCheck(L_4);
GTweenCallback_Invoke_m105C15D2E699F53A4C6573B7169BA03C7C20DBD5(L_4, /*hidden argument*/NULL);
}
IL_002e:
{
// if (_listener != null)
RuntimeObject* L_5 = __this->get__listener_23();
if (!L_5)
{
goto IL_0042;
}
}
IL_0036:
{
// _listener.OnTweenStart(this);
RuntimeObject* L_6 = __this->get__listener_23();
NullCheck(L_6);
InterfaceActionInvoker1< GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * >::Invoke(0 /* System.Void FairyGUI.ITweenListener::OnTweenStart(FairyGUI.GTweener) */, ITweenListener_t2A71276DD281AA503C802C7AFC7C97EE3503FD34_il2cpp_TypeInfo_var, L_6, __this);
}
IL_0042:
{
// }
goto IL_0097;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0044;
throw e;
}
CATCH_0044:
{ // begin catch(System.Exception)
// catch (Exception e)
V_0 = ((Exception_t *)__exception_local);
// Debug.LogWarning("FairyGUI: error in start callback > " + e.Message);
Exception_t * L_7 = V_0;
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_7);
String_t* L_9 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral15BD60BAE5A23CEB2949AE44381A014C517B07B3, L_8, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_9, /*hidden argument*/NULL);
// }
goto IL_0097;
} // end catch (depth: 1)
IL_005c:
{
// if (_onStart1 != null)
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_10 = __this->get__onStart1_21();
if (!L_10)
{
goto IL_0070;
}
}
{
// _onStart1(this);
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_11 = __this->get__onStart1_21();
NullCheck(L_11);
GTweenCallback1_Invoke_m40CB09AAD52ABAC5F9BF10895A5E81B64F29A7C3(L_11, __this, /*hidden argument*/NULL);
}
IL_0070:
{
// if (_onStart != null)
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_12 = __this->get__onStart_18();
if (!L_12)
{
goto IL_0083;
}
}
{
// _onStart();
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_13 = __this->get__onStart_18();
NullCheck(L_13);
GTweenCallback_Invoke_m105C15D2E699F53A4C6573B7169BA03C7C20DBD5(L_13, /*hidden argument*/NULL);
}
IL_0083:
{
// if (_listener != null)
RuntimeObject* L_14 = __this->get__listener_23();
if (!L_14)
{
goto IL_0097;
}
}
{
// _listener.OnTweenStart(this);
RuntimeObject* L_15 = __this->get__listener_23();
NullCheck(L_15);
InterfaceActionInvoker1< GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * >::Invoke(0 /* System.Void FairyGUI.ITweenListener::OnTweenStart(FairyGUI.GTweener) */, ITweenListener_t2A71276DD281AA503C802C7AFC7C97EE3503FD34_il2cpp_TypeInfo_var, L_15, __this);
}
IL_0097:
{
// }
return;
}
}
// System.Void FairyGUI.GTweener::CallUpdateCallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener_CallUpdateCallback_m59A714F4F6521140141A5BC9ED6C3E25223BCE85 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTweener_CallUpdateCallback_m59A714F4F6521140141A5BC9ED6C3E25223BCE85_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// if (GTween.catchCallbackExceptions)
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
bool L_0 = ((GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_StaticFields*)il2cpp_codegen_static_fields_for(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var))->get_catchCallbackExceptions_0();
if (!L_0)
{
goto IL_005c;
}
}
IL_0007:
try
{ // begin try (depth: 1)
{
// if (_onUpdate1 != null)
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_1 = __this->get__onUpdate1_20();
if (!L_1)
{
goto IL_001b;
}
}
IL_000f:
{
// _onUpdate1(this);
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_2 = __this->get__onUpdate1_20();
NullCheck(L_2);
GTweenCallback1_Invoke_m40CB09AAD52ABAC5F9BF10895A5E81B64F29A7C3(L_2, __this, /*hidden argument*/NULL);
}
IL_001b:
{
// if (_onUpdate != null)
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_3 = __this->get__onUpdate_17();
if (!L_3)
{
goto IL_002e;
}
}
IL_0023:
{
// _onUpdate();
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_4 = __this->get__onUpdate_17();
NullCheck(L_4);
GTweenCallback_Invoke_m105C15D2E699F53A4C6573B7169BA03C7C20DBD5(L_4, /*hidden argument*/NULL);
}
IL_002e:
{
// if (_listener != null)
RuntimeObject* L_5 = __this->get__listener_23();
if (!L_5)
{
goto IL_0042;
}
}
IL_0036:
{
// _listener.OnTweenUpdate(this);
RuntimeObject* L_6 = __this->get__listener_23();
NullCheck(L_6);
InterfaceActionInvoker1< GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * >::Invoke(1 /* System.Void FairyGUI.ITweenListener::OnTweenUpdate(FairyGUI.GTweener) */, ITweenListener_t2A71276DD281AA503C802C7AFC7C97EE3503FD34_il2cpp_TypeInfo_var, L_6, __this);
}
IL_0042:
{
// }
goto IL_0097;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0044;
throw e;
}
CATCH_0044:
{ // begin catch(System.Exception)
// catch (Exception e)
V_0 = ((Exception_t *)__exception_local);
// Debug.LogWarning("FairyGUI: error in update callback > " + e.Message);
Exception_t * L_7 = V_0;
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_7);
String_t* L_9 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral9D9B3A8B1FB339AC16E8D5BA5650F900E44E9643, L_8, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_9, /*hidden argument*/NULL);
// }
goto IL_0097;
} // end catch (depth: 1)
IL_005c:
{
// if (_onUpdate1 != null)
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_10 = __this->get__onUpdate1_20();
if (!L_10)
{
goto IL_0070;
}
}
{
// _onUpdate1(this);
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_11 = __this->get__onUpdate1_20();
NullCheck(L_11);
GTweenCallback1_Invoke_m40CB09AAD52ABAC5F9BF10895A5E81B64F29A7C3(L_11, __this, /*hidden argument*/NULL);
}
IL_0070:
{
// if (_onUpdate != null)
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_12 = __this->get__onUpdate_17();
if (!L_12)
{
goto IL_0083;
}
}
{
// _onUpdate();
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_13 = __this->get__onUpdate_17();
NullCheck(L_13);
GTweenCallback_Invoke_m105C15D2E699F53A4C6573B7169BA03C7C20DBD5(L_13, /*hidden argument*/NULL);
}
IL_0083:
{
// if (_listener != null)
RuntimeObject* L_14 = __this->get__listener_23();
if (!L_14)
{
goto IL_0097;
}
}
{
// _listener.OnTweenUpdate(this);
RuntimeObject* L_15 = __this->get__listener_23();
NullCheck(L_15);
InterfaceActionInvoker1< GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * >::Invoke(1 /* System.Void FairyGUI.ITweenListener::OnTweenUpdate(FairyGUI.GTweener) */, ITweenListener_t2A71276DD281AA503C802C7AFC7C97EE3503FD34_il2cpp_TypeInfo_var, L_15, __this);
}
IL_0097:
{
// }
return;
}
}
// System.Void FairyGUI.GTweener::CallCompleteCallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GTweener_CallCompleteCallback_m7DFCFA70007EBBCF75CC3D3DA6058D78B0F26317 (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GTweener_CallCompleteCallback_m7DFCFA70007EBBCF75CC3D3DA6058D78B0F26317_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// if (GTween.catchCallbackExceptions)
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
bool L_0 = ((GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_StaticFields*)il2cpp_codegen_static_fields_for(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var))->get_catchCallbackExceptions_0();
if (!L_0)
{
goto IL_005c;
}
}
IL_0007:
try
{ // begin try (depth: 1)
{
// if (_onComplete1 != null)
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_1 = __this->get__onComplete1_22();
if (!L_1)
{
goto IL_001b;
}
}
IL_000f:
{
// _onComplete1(this);
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_2 = __this->get__onComplete1_22();
NullCheck(L_2);
GTweenCallback1_Invoke_m40CB09AAD52ABAC5F9BF10895A5E81B64F29A7C3(L_2, __this, /*hidden argument*/NULL);
}
IL_001b:
{
// if (_onComplete != null)
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_3 = __this->get__onComplete_19();
if (!L_3)
{
goto IL_002e;
}
}
IL_0023:
{
// _onComplete();
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_4 = __this->get__onComplete_19();
NullCheck(L_4);
GTweenCallback_Invoke_m105C15D2E699F53A4C6573B7169BA03C7C20DBD5(L_4, /*hidden argument*/NULL);
}
IL_002e:
{
// if (_listener != null)
RuntimeObject* L_5 = __this->get__listener_23();
if (!L_5)
{
goto IL_0042;
}
}
IL_0036:
{
// _listener.OnTweenComplete(this);
RuntimeObject* L_6 = __this->get__listener_23();
NullCheck(L_6);
InterfaceActionInvoker1< GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * >::Invoke(2 /* System.Void FairyGUI.ITweenListener::OnTweenComplete(FairyGUI.GTweener) */, ITweenListener_t2A71276DD281AA503C802C7AFC7C97EE3503FD34_il2cpp_TypeInfo_var, L_6, __this);
}
IL_0042:
{
// }
goto IL_0097;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0044;
throw e;
}
CATCH_0044:
{ // begin catch(System.Exception)
// catch (Exception e)
V_0 = ((Exception_t *)__exception_local);
// Debug.LogWarning("FairyGUI: error in complete callback > " + e.Message);
Exception_t * L_7 = V_0;
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_7);
String_t* L_9 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral8922881DB5844A9BF0B16B11C78E5F8E83BD7F57, L_8, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_9, /*hidden argument*/NULL);
// }
goto IL_0097;
} // end catch (depth: 1)
IL_005c:
{
// if (_onComplete1 != null)
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_10 = __this->get__onComplete1_22();
if (!L_10)
{
goto IL_0070;
}
}
{
// _onComplete1(this);
GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * L_11 = __this->get__onComplete1_22();
NullCheck(L_11);
GTweenCallback1_Invoke_m40CB09AAD52ABAC5F9BF10895A5E81B64F29A7C3(L_11, __this, /*hidden argument*/NULL);
}
IL_0070:
{
// if (_onComplete != null)
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_12 = __this->get__onComplete_19();
if (!L_12)
{
goto IL_0083;
}
}
{
// _onComplete();
GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * L_13 = __this->get__onComplete_19();
NullCheck(L_13);
GTweenCallback_Invoke_m105C15D2E699F53A4C6573B7169BA03C7C20DBD5(L_13, /*hidden argument*/NULL);
}
IL_0083:
{
// if (_listener != null)
RuntimeObject* L_14 = __this->get__listener_23();
if (!L_14)
{
goto IL_0097;
}
}
{
// _listener.OnTweenComplete(this);
RuntimeObject* L_15 = __this->get__listener_23();
NullCheck(L_15);
InterfaceActionInvoker1< GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * >::Invoke(2 /* System.Void FairyGUI.ITweenListener::OnTweenComplete(FairyGUI.GTweener) */, ITweenListener_t2A71276DD281AA503C802C7AFC7C97EE3503FD34_il2cpp_TypeInfo_var, L_15, __this);
}
IL_0097:
{
// }
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.GearAnimation::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearAnimation__ctor_mC252B177FEA02E5A71B4D2E6452BFA48D4AD6C55 (GearAnimation_t6B089939B6705B047242FF6DFB38E5EE8246AAC6 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___owner0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearAnimation__ctor_mC252B177FEA02E5A71B4D2E6452BFA48D4AD6C55_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// : base(owner)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___owner0;
IL2CPP_RUNTIME_CLASS_INIT(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var);
GearBase__ctor_m5C1DB5D7B1DA4A401F1143DE2199DCFE278BFEED(__this, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GearAnimation::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearAnimation_Init_mE0F1576AB9EE821BA268FA18163D35C5B3219CA3 (GearAnimation_t6B089939B6705B047242FF6DFB38E5EE8246AAC6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearAnimation_Init_mE0F1576AB9EE821BA268FA18163D35C5B3219CA3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _default = new GearAnimationValue(((IAnimationGear)_owner).playing, ((IAnimationGear)_owner).frame);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_0, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)));
bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean FairyGUI.IAnimationGear::get_playing() */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_0, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_2, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)));
int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 FairyGUI.IAnimationGear::get_frame() */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_2, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var)));
GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * L_4 = (GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA *)il2cpp_codegen_object_new(GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA_il2cpp_TypeInfo_var);
GearAnimationValue__ctor_m5CFDBCA928585ADB2454F34A6BC720338BFAB5E4(L_4, L_1, L_3, /*hidden argument*/NULL);
__this->set__default_5(L_4);
// _storage = new Dictionary<string, GearAnimationValue>();
Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 * L_5 = (Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 *)il2cpp_codegen_object_new(Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91_il2cpp_TypeInfo_var);
Dictionary_2__ctor_mD7756CF49022763C91C6EB1A6FE055BEA9F25F52(L_5, /*hidden argument*/Dictionary_2__ctor_mD7756CF49022763C91C6EB1A6FE055BEA9F25F52_RuntimeMethod_var);
__this->set__storage_4(L_5);
// }
return;
}
}
// System.Void FairyGUI.GearAnimation::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearAnimation_AddStatus_mEBE2D333F8A0587C5A1CFA9F4F4B562F49F14F46 (GearAnimation_t6B089939B6705B047242FF6DFB38E5EE8246AAC6 * __this, String_t* ___pageId0, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearAnimation_AddStatus_mEBE2D333F8A0587C5A1CFA9F4F4B562F49F14F46_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * V_0 = NULL;
{
// if (pageId == null)
String_t* L_0 = ___pageId0;
if (L_0)
{
goto IL_000c;
}
}
{
// gv = _default;
GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * L_1 = __this->get__default_5();
V_0 = L_1;
goto IL_0021;
}
IL_000c:
{
// gv = new GearAnimationValue(false, 0);
GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * L_2 = (GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA *)il2cpp_codegen_object_new(GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA_il2cpp_TypeInfo_var);
GearAnimationValue__ctor_m5CFDBCA928585ADB2454F34A6BC720338BFAB5E4(L_2, (bool)0, 0, /*hidden argument*/NULL);
V_0 = L_2;
// _storage[pageId] = gv;
Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 * L_3 = __this->get__storage_4();
String_t* L_4 = ___pageId0;
GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * L_5 = V_0;
NullCheck(L_3);
Dictionary_2_set_Item_m41BC3A3D11C2E8FB989A067AFC7F70AEEFCD84FD(L_3, L_4, L_5, /*hidden argument*/Dictionary_2_set_Item_m41BC3A3D11C2E8FB989A067AFC7F70AEEFCD84FD_RuntimeMethod_var);
}
IL_0021:
{
// gv.playing = buffer.ReadBool();
GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * L_6 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_7 = ___buffer1;
NullCheck(L_7);
bool L_8 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
L_6->set_playing_0(L_8);
// gv.frame = buffer.ReadInt();
GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * L_9 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_10 = ___buffer1;
NullCheck(L_10);
int32_t L_11 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
L_9->set_frame_1(L_11);
// }
return;
}
}
// System.Void FairyGUI.GearAnimation::Apply()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearAnimation_Apply_m6B78F2B337CBA8FCBDE92E1A06D3A7DEBA2B4082 (GearAnimation_t6B089939B6705B047242FF6DFB38E5EE8246AAC6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearAnimation_Apply_m6B78F2B337CBA8FCBDE92E1A06D3A7DEBA2B4082_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * V_0 = NULL;
{
// _owner._gearLocked = true;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_0);
L_0->set__gearLocked_65((bool)1);
// if (!_storage.TryGetValue(_controller.selectedPageId, out gv))
Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 * L_1 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_2 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_2);
String_t* L_3 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
bool L_4 = Dictionary_2_TryGetValue_m5F9D27F93506C02307BD48DA7B2C3BBA92F8D463(L_1, L_3, (GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m5F9D27F93506C02307BD48DA7B2C3BBA92F8D463_RuntimeMethod_var);
if (L_4)
{
goto IL_002d;
}
}
{
// gv = _default;
GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * L_5 = __this->get__default_5();
V_0 = L_5;
}
IL_002d:
{
// IAnimationGear mc = (IAnimationGear)_owner;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
// mc.frame = gv.frame;
RuntimeObject* L_7 = ((RuntimeObject*)Castclass((RuntimeObject*)L_6, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var));
GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * L_8 = V_0;
NullCheck(L_8);
int32_t L_9 = L_8->get_frame_1();
NullCheck(L_7);
InterfaceActionInvoker1< int32_t >::Invoke(3 /* System.Void FairyGUI.IAnimationGear::set_frame(System.Int32) */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, L_7, L_9);
// mc.playing = gv.playing;
GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * L_10 = V_0;
NullCheck(L_10);
bool L_11 = L_10->get_playing_0();
NullCheck(L_7);
InterfaceActionInvoker1< bool >::Invoke(1 /* System.Void FairyGUI.IAnimationGear::set_playing(System.Boolean) */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, L_7, L_11);
// _owner._gearLocked = false;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_12);
L_12->set__gearLocked_65((bool)0);
// }
return;
}
}
// System.Void FairyGUI.GearAnimation::UpdateState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearAnimation_UpdateState_m3D823B63A69AFA2A04026AF653818EAEFF57153F (GearAnimation_t6B089939B6705B047242FF6DFB38E5EE8246AAC6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearAnimation_UpdateState_m3D823B63A69AFA2A04026AF653818EAEFF57153F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * V_1 = NULL;
{
// IAnimationGear mc = (IAnimationGear)_owner;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_0, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var));
// if (!_storage.TryGetValue(_controller.selectedPageId, out gv))
Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 * L_1 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_2 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_2);
String_t* L_3 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
bool L_4 = Dictionary_2_TryGetValue_m5F9D27F93506C02307BD48DA7B2C3BBA92F8D463(L_1, L_3, (GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m5F9D27F93506C02307BD48DA7B2C3BBA92F8D463_RuntimeMethod_var);
if (L_4)
{
goto IL_004e;
}
}
{
// _storage[_controller.selectedPageId] = new GearAnimationValue(mc.playing, mc.frame);
Dictionary_2_tA7C18332EBCB5D4F91A0F7F1368F13E051A22A91 * L_5 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_6 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_6);
String_t* L_7 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_6, /*hidden argument*/NULL);
RuntimeObject* L_8 = V_0;
NullCheck(L_8);
bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean FairyGUI.IAnimationGear::get_playing() */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, L_8);
RuntimeObject* L_10 = V_0;
NullCheck(L_10);
int32_t L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 FairyGUI.IAnimationGear::get_frame() */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, L_10);
GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * L_12 = (GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA *)il2cpp_codegen_object_new(GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA_il2cpp_TypeInfo_var);
GearAnimationValue__ctor_m5CFDBCA928585ADB2454F34A6BC720338BFAB5E4(L_12, L_9, L_11, /*hidden argument*/NULL);
NullCheck(L_5);
Dictionary_2_set_Item_m41BC3A3D11C2E8FB989A067AFC7F70AEEFCD84FD(L_5, L_7, L_12, /*hidden argument*/Dictionary_2_set_Item_m41BC3A3D11C2E8FB989A067AFC7F70AEEFCD84FD_RuntimeMethod_var);
return;
}
IL_004e:
{
// gv.playing = mc.playing;
GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * L_13 = V_1;
RuntimeObject* L_14 = V_0;
NullCheck(L_14);
bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean FairyGUI.IAnimationGear::get_playing() */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, L_14);
NullCheck(L_13);
L_13->set_playing_0(L_15);
// gv.frame = mc.frame;
GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * L_16 = V_1;
RuntimeObject* L_17 = V_0;
NullCheck(L_17);
int32_t L_18 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 FairyGUI.IAnimationGear::get_frame() */, IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var, L_17);
NullCheck(L_16);
L_16->set_frame_1(L_18);
// }
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.GearAnimationValue::.ctor(System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearAnimationValue__ctor_m5CFDBCA928585ADB2454F34A6BC720338BFAB5E4 (GearAnimationValue_t3B16422FEEDF60859AE66738892DD827799091DA * __this, bool ___playing0, int32_t ___frame1, const RuntimeMethod* method)
{
{
// public GearAnimationValue(bool playing, int frame)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// this.playing = playing;
bool L_0 = ___playing0;
__this->set_playing_0(L_0);
// this.frame = frame;
int32_t L_1 = ___frame1;
__this->set_frame_1(L_1);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.GearBase::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearBase__ctor_m5C1DB5D7B1DA4A401F1143DE2199DCFE278BFEED (GearBase_tBDF067E7033C8B233B2C533126942554E932B581 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___owner0, const RuntimeMethod* method)
{
{
// public GearBase(GObject owner)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// _owner = owner;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___owner0;
__this->set__owner_1(L_0);
// }
return;
}
}
// System.Void FairyGUI.GearBase::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearBase_Dispose_m90BB6947E77056A67484930C96AA751F9FB8D0EE (GearBase_tBDF067E7033C8B233B2C533126942554E932B581 * __this, const RuntimeMethod* method)
{
{
// if (_tweenConfig != null && _tweenConfig._tweener != null)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_0 = __this->get__tweenConfig_3();
if (!L_0)
{
goto IL_0032;
}
}
{
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_1 = __this->get__tweenConfig_3();
NullCheck(L_1);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_2 = L_1->get__tweener_5();
if (!L_2)
{
goto IL_0032;
}
}
{
// _tweenConfig._tweener.Kill();
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_3 = __this->get__tweenConfig_3();
NullCheck(L_3);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_4 = L_3->get__tweener_5();
NullCheck(L_4);
GTweener_Kill_mCCC79DE51185B6D32A1E0C143A21275C6E8E0997(L_4, (bool)0, /*hidden argument*/NULL);
// _tweenConfig._tweener = null;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_5 = __this->get__tweenConfig_3();
NullCheck(L_5);
L_5->set__tweener_5((GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL);
}
IL_0032:
{
// }
return;
}
}
// FairyGUI.Controller FairyGUI.GearBase::get_controller()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * GearBase_get_controller_mE2DA4B74A90F07D441A0957B49D27857E423AC62 (GearBase_tBDF067E7033C8B233B2C533126942554E932B581 * __this, const RuntimeMethod* method)
{
{
// return _controller;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = __this->get__controller_2();
return L_0;
}
}
// System.Void FairyGUI.GearBase::set_controller(FairyGUI.Controller)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearBase_set_controller_mC7FFD0C99200388534BC69038A113A064EAB4931 (GearBase_tBDF067E7033C8B233B2C533126942554E932B581 * __this, Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * ___value0, const RuntimeMethod* method)
{
{
// if (value != _controller)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = ___value0;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = __this->get__controller_2();
if ((((RuntimeObject*)(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)L_0) == ((RuntimeObject*)(Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 *)L_1)))
{
goto IL_001e;
}
}
{
// _controller = value;
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_2 = ___value0;
__this->set__controller_2(L_2);
// if (_controller != null)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_3 = __this->get__controller_2();
if (!L_3)
{
goto IL_001e;
}
}
{
// Init();
VirtActionInvoker0::Invoke(6 /* System.Void FairyGUI.GearBase::Init() */, __this);
}
IL_001e:
{
// }
return;
}
}
// FairyGUI.GearTweenConfig FairyGUI.GearBase::get_tweenConfig()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * GearBase_get_tweenConfig_m32EC3572B6834AEFA9FEF78B024363B2FB090209 (GearBase_tBDF067E7033C8B233B2C533126942554E932B581 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearBase_get_tweenConfig_m32EC3572B6834AEFA9FEF78B024363B2FB090209_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_tweenConfig == null)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_0 = __this->get__tweenConfig_3();
if (L_0)
{
goto IL_0013;
}
}
{
// _tweenConfig = new GearTweenConfig();
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_1 = (GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 *)il2cpp_codegen_object_new(GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1_il2cpp_TypeInfo_var);
GearTweenConfig__ctor_m129B16A7553810C0B694AE96055A547CFDC5EAB7(L_1, /*hidden argument*/NULL);
__this->set__tweenConfig_3(L_1);
}
IL_0013:
{
// return _tweenConfig;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_2 = __this->get__tweenConfig_3();
return L_2;
}
}
// System.Void FairyGUI.GearBase::Setup(FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearBase_Setup_mB8569520BD4576FBDB71DC02FA46ADC1C75DA894 (GearBase_tBDF067E7033C8B233B2C533126942554E932B581 * __this, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearBase_Setup_mB8569520BD4576FBDB71DC02FA46ADC1C75DA894_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
String_t* V_5 = NULL;
{
// _controller = _owner.parent.GetControllerAt(buffer.ReadShort());
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = __this->get__owner_1();
NullCheck(L_0);
GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * L_1 = GObject_get_parent_m3C241593D50AAC4D6BFD997128DFE5FE67D4608C_inline(L_0, /*hidden argument*/NULL);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_2 = ___buffer0;
NullCheck(L_2);
int16_t L_3 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_4 = GComponent_GetControllerAt_m6B9245962503DAD24ADBF4C376B82358F04A9B96(L_1, L_3, /*hidden argument*/NULL);
__this->set__controller_2(L_4);
// Init();
VirtActionInvoker0::Invoke(6 /* System.Void FairyGUI.GearBase::Init() */, __this);
// if (this is GearDisplay)
if (!((GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 *)IsInstClass((RuntimeObject*)__this, GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0_il2cpp_TypeInfo_var)))
{
goto IL_005b;
}
}
{
// int cnt = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_5 = ___buffer0;
NullCheck(L_5);
int16_t L_6 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_5, /*hidden argument*/NULL);
V_0 = L_6;
// string[] pages = new string[cnt];
int32_t L_7 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_7);
V_1 = L_8;
// for (int i = 0; i < cnt; i++)
V_2 = 0;
goto IL_0049;
}
IL_003c:
{
// pages[i] = buffer.ReadS();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = V_1;
int32_t L_10 = V_2;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_11 = ___buffer0;
NullCheck(L_11);
String_t* L_12 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_11, /*hidden argument*/NULL);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_12);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (String_t*)L_12);
// for (int i = 0; i < cnt; i++)
int32_t L_13 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0049:
{
// for (int i = 0; i < cnt; i++)
int32_t L_14 = V_2;
int32_t L_15 = V_0;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_003c;
}
}
{
// ((GearDisplay)this).pages = pages;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = V_1;
NullCheck(((GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 *)CastclassClass((RuntimeObject*)__this, GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0_il2cpp_TypeInfo_var)));
GearDisplay_set_pages_mD74C21C26FD37B264ADC0D3ABE13768EE7E3718F_inline(((GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 *)CastclassClass((RuntimeObject*)__this, GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0_il2cpp_TypeInfo_var)), L_16, /*hidden argument*/NULL);
// }
goto IL_0097;
}
IL_005b:
{
// int cnt = buffer.ReadShort();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_17 = ___buffer0;
NullCheck(L_17);
int16_t L_18 = ByteBuffer_ReadShort_m0564DB841B51DD2D5D8BF6AFFEEAD99064C31E33(L_17, /*hidden argument*/NULL);
V_3 = L_18;
// for (int i = 0; i < cnt; i++)
V_4 = 0;
goto IL_0082;
}
IL_0067:
{
// string page = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_19 = ___buffer0;
NullCheck(L_19);
String_t* L_20 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_19, /*hidden argument*/NULL);
V_5 = L_20;
// if (page == null)
String_t* L_21 = V_5;
if (!L_21)
{
goto IL_007c;
}
}
{
// AddStatus(page, buffer);
String_t* L_22 = V_5;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_23 = ___buffer0;
VirtActionInvoker2< String_t*, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * >::Invoke(5 /* System.Void FairyGUI.GearBase::AddStatus(System.String,FairyGUI.Utils.ByteBuffer) */, __this, L_22, L_23);
}
IL_007c:
{
// for (int i = 0; i < cnt; i++)
int32_t L_24 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
}
IL_0082:
{
// for (int i = 0; i < cnt; i++)
int32_t L_25 = V_4;
int32_t L_26 = V_3;
if ((((int32_t)L_25) < ((int32_t)L_26)))
{
goto IL_0067;
}
}
{
// if (buffer.ReadBool())
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_27 = ___buffer0;
NullCheck(L_27);
bool L_28 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_27, /*hidden argument*/NULL);
if (!L_28)
{
goto IL_0097;
}
}
{
// AddStatus(null, buffer);
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_29 = ___buffer0;
VirtActionInvoker2< String_t*, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * >::Invoke(5 /* System.Void FairyGUI.GearBase::AddStatus(System.String,FairyGUI.Utils.ByteBuffer) */, __this, (String_t*)NULL, L_29);
}
IL_0097:
{
// if (buffer.ReadBool())
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_30 = ___buffer0;
NullCheck(L_30);
bool L_31 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_30, /*hidden argument*/NULL);
if (!L_31)
{
goto IL_00dd;
}
}
{
// _tweenConfig = new GearTweenConfig();
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_32 = (GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 *)il2cpp_codegen_object_new(GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1_il2cpp_TypeInfo_var);
GearTweenConfig__ctor_m129B16A7553810C0B694AE96055A547CFDC5EAB7(L_32, /*hidden argument*/NULL);
__this->set__tweenConfig_3(L_32);
// _tweenConfig.easeType = (EaseType)buffer.ReadByte();
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_33 = __this->get__tweenConfig_3();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_34 = ___buffer0;
NullCheck(L_34);
uint8_t L_35 = ByteBuffer_ReadByte_m51EFCD0EB129E9791E44C0AB216ECA99E92D7B8D(L_34, /*hidden argument*/NULL);
NullCheck(L_33);
L_33->set_easeType_1(L_35);
// _tweenConfig.duration = buffer.ReadFloat();
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_36 = __this->get__tweenConfig_3();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_37 = ___buffer0;
NullCheck(L_37);
float L_38 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_37, /*hidden argument*/NULL);
NullCheck(L_36);
L_36->set_duration_2(L_38);
// _tweenConfig.delay = buffer.ReadFloat();
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_39 = __this->get__tweenConfig_3();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_40 = ___buffer0;
NullCheck(L_40);
float L_41 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_40, /*hidden argument*/NULL);
NullCheck(L_39);
L_39->set_delay_3(L_41);
}
IL_00dd:
{
// }
return;
}
}
// System.Void FairyGUI.GearBase::UpdateFromRelations(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearBase_UpdateFromRelations_mE32EFABBD7AD1A16228907D63DD23B69A9F0F828 (GearBase_tBDF067E7033C8B233B2C533126942554E932B581 * __this, float ___dx0, float ___dy1, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void FairyGUI.GearBase::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearBase__cctor_m189B168D283E9517D284117689686987944EB904 (const RuntimeMethod* method)
{
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.GearColor::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearColor__ctor_m1EB62F77E468BE9B7034FBA154E07200932D2CDE (GearColor_tE93C6CBB0C4B554C1A1A23D9882FC4D3E9128325 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___owner0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearColor__ctor_m1EB62F77E468BE9B7034FBA154E07200932D2CDE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// : base(owner)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___owner0;
IL2CPP_RUNTIME_CLASS_INIT(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var);
GearBase__ctor_m5C1DB5D7B1DA4A401F1143DE2199DCFE278BFEED(__this, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GearColor::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearColor_Init_mF5647C9B7A5E21113140022A5B94DA41F75F3130 (GearColor_tE93C6CBB0C4B554C1A1A23D9882FC4D3E9128325 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearColor_Init_mF5647C9B7A5E21113140022A5B94DA41F75F3130_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _default = new GearColorValue();
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_0 = (GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 *)il2cpp_codegen_object_new(GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510_il2cpp_TypeInfo_var);
GearColorValue__ctor_mCD468A33D601A5FF75112E5C6A54DA097C336594(L_0, /*hidden argument*/NULL);
__this->set__default_5(L_0);
// _default.color = ((IColorGear)_owner).color;
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_1 = __this->get__default_5();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_2, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)));
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = InterfaceFuncInvoker0< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(0 /* UnityEngine.Color FairyGUI.IColorGear::get_color() */, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_2, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)));
NullCheck(L_1);
L_1->set_color_0(L_3);
// if (_owner is ITextColorGear)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_4, ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var)))
{
goto IL_004e;
}
}
{
// _default.strokeColor = ((ITextColorGear)_owner).strokeColor;
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_5 = __this->get__default_5();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_6, ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var)));
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_7 = InterfaceFuncInvoker0< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(0 /* UnityEngine.Color FairyGUI.ITextColorGear::get_strokeColor() */, ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_6, ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var)));
NullCheck(L_5);
L_5->set_strokeColor_1(L_7);
}
IL_004e:
{
// _storage = new Dictionary<string, GearColorValue>();
Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 * L_8 = (Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 *)il2cpp_codegen_object_new(Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m63874A3B656EE07DB06356DC1B48494E7BBAEDA4(L_8, /*hidden argument*/Dictionary_2__ctor_m63874A3B656EE07DB06356DC1B48494E7BBAEDA4_RuntimeMethod_var);
__this->set__storage_4(L_8);
// }
return;
}
}
// System.Void FairyGUI.GearColor::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearColor_AddStatus_mEA4BAB6F9EE552B867347C6A8FBE1EE5BA441B47 (GearColor_tE93C6CBB0C4B554C1A1A23D9882FC4D3E9128325 * __this, String_t* ___pageId0, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearColor_AddStatus_mEA4BAB6F9EE552B867347C6A8FBE1EE5BA441B47_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * V_0 = NULL;
{
// if (pageId == null)
String_t* L_0 = ___pageId0;
if (L_0)
{
goto IL_000c;
}
}
{
// gv = _default;
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_1 = __this->get__default_5();
V_0 = L_1;
goto IL_0029;
}
IL_000c:
{
// gv = new GearColorValue(Color.black, Color.black);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF(/*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = Color_get_black_mEB3C91F45F8AA7E4842238DFCC578BB322723DAF(/*hidden argument*/NULL);
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_4 = (GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 *)il2cpp_codegen_object_new(GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510_il2cpp_TypeInfo_var);
GearColorValue__ctor_m2EC3C202F9CBDE422F8275F10D4FCCFCF8C51B45(L_4, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
// _storage[pageId] = gv;
Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 * L_5 = __this->get__storage_4();
String_t* L_6 = ___pageId0;
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_7 = V_0;
NullCheck(L_5);
Dictionary_2_set_Item_mF6B808EE90B30765ECDA765F4B780612D475434C(L_5, L_6, L_7, /*hidden argument*/Dictionary_2_set_Item_mF6B808EE90B30765ECDA765F4B780612D475434C_RuntimeMethod_var);
}
IL_0029:
{
// gv.color = buffer.ReadColor();
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_8 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_9 = ___buffer1;
NullCheck(L_9);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_10 = ByteBuffer_ReadColor_mEFD8F75A81AFF30EEBCE1022AA51298D8B6CF53E(L_9, /*hidden argument*/NULL);
NullCheck(L_8);
L_8->set_color_0(L_10);
// gv.strokeColor = buffer.ReadColor();
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_11 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_12 = ___buffer1;
NullCheck(L_12);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_13 = ByteBuffer_ReadColor_mEFD8F75A81AFF30EEBCE1022AA51298D8B6CF53E(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
L_11->set_strokeColor_1(L_13);
// }
return;
}
}
// System.Void FairyGUI.GearColor::Apply()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearColor_Apply_mBB2D3F67A51FDE7AEBDF5A33FFF8C1DEA31E4AD8 (GearColor_tE93C6CBB0C4B554C1A1A23D9882FC4D3E9128325 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearColor_Apply_mBB2D3F67A51FDE7AEBDF5A33FFF8C1DEA31E4AD8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * V_0 = NULL;
{
// if (!_storage.TryGetValue(_controller.selectedPageId, out gv))
Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 * L_0 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_1);
String_t* L_2 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_3 = Dictionary_2_TryGetValue_mE14E3ED788891B1A2ECA91B92A476E8ED286FB60(L_0, L_2, (GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mE14E3ED788891B1A2ECA91B92A476E8ED286FB60_RuntimeMethod_var);
if (L_3)
{
goto IL_0021;
}
}
{
// gv = _default;
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_4 = __this->get__default_5();
V_0 = L_4;
}
IL_0021:
{
// if (_tweenConfig != null && _tweenConfig.tween && UIPackage._constructing == 0 && !disableAllTweenEffect)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_5 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
if (!L_5)
{
goto IL_0194;
}
}
{
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_6 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_6);
bool L_7 = L_6->get_tween_0();
if (!L_7)
{
goto IL_0194;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
int32_t L_8 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__constructing_12();
if (L_8)
{
goto IL_0194;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var);
bool L_9 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581_StaticFields*)il2cpp_codegen_static_fields_for(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var))->get_disableAllTweenEffect_0();
if (L_9)
{
goto IL_0194;
}
}
{
// if ((_owner is ITextColorGear) && gv.strokeColor.a > 0)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_10, ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var)))
{
goto IL_009d;
}
}
{
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_11 = V_0;
NullCheck(L_11);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * L_12 = L_11->get_address_of_strokeColor_1();
float L_13 = L_12->get_a_3();
if ((!(((float)L_13) > ((float)(0.0f)))))
{
goto IL_009d;
}
}
{
// _owner._gearLocked = true;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_14);
L_14->set__gearLocked_65((bool)1);
// ((ITextColorGear)_owner).strokeColor = gv.strokeColor;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_15 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_16 = V_0;
NullCheck(L_16);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_17 = L_16->get_strokeColor_1();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_15, ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(1 /* System.Void FairyGUI.ITextColorGear::set_strokeColor(UnityEngine.Color) */, ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_15, ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var)), L_17);
// _owner._gearLocked = false;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_18 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_18);
L_18->set__gearLocked_65((bool)0);
}
IL_009d:
{
// if (_tweenConfig._tweener != null)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_19 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_19);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_20 = L_19->get__tweener_5();
if (!L_20)
{
goto IL_00ec;
}
}
{
// if (_tweenConfig._tweener.endValue.color != gv.color)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_21 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_21);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_22 = L_21->get__tweener_5();
NullCheck(L_22);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_23 = GTweener_get_endValue_mC646F9CBF41022753C17F3CF1A9D98B18D86651E_inline(L_22, /*hidden argument*/NULL);
NullCheck(L_23);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_24 = TweenValue_get_color_m14A07EB8577CCF8CD054E40EC7906DC9CAE0343B(L_23, /*hidden argument*/NULL);
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_25 = V_0;
NullCheck(L_25);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_26 = L_25->get_color_0();
bool L_27 = Color_op_Inequality_m9C3EFC058BB205C298A2D3166173342303E660B9(L_24, L_26, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_00eb;
}
}
{
// _tweenConfig._tweener.Kill(true);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_28 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_28);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_29 = L_28->get__tweener_5();
NullCheck(L_29);
GTweener_Kill_mCCC79DE51185B6D32A1E0C143A21275C6E8E0997(L_29, (bool)1, /*hidden argument*/NULL);
// _tweenConfig._tweener = null;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_30 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_30);
L_30->set__tweener_5((GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL);
// }
goto IL_00ec;
}
IL_00eb:
{
// return;
return;
}
IL_00ec:
{
// if (((IColorGear)_owner).color != gv.color)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_31 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_31, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)));
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_32 = InterfaceFuncInvoker0< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(0 /* UnityEngine.Color FairyGUI.IColorGear::get_color() */, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_31, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)));
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_33 = V_0;
NullCheck(L_33);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_34 = L_33->get_color_0();
bool L_35 = Color_op_Inequality_m9C3EFC058BB205C298A2D3166173342303E660B9(L_32, L_34, /*hidden argument*/NULL);
if (!L_35)
{
goto IL_01f7;
}
}
{
// if (_owner.CheckGearController(0, _controller))
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_36 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_37 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_36);
bool L_38 = GObject_CheckGearController_m7D63340F3DA48A8D9D68FE665A185CBEC91A5D9D(L_36, 0, L_37, /*hidden argument*/NULL);
if (!L_38)
{
goto IL_0136;
}
}
{
// _tweenConfig._displayLockToken = _owner.AddDisplayLock();
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_39 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_40 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_40);
uint32_t L_41 = GObject_AddDisplayLock_m3C5A7CC21DA6E22859E7710EE8A648C803C07159(L_40, /*hidden argument*/NULL);
NullCheck(L_39);
L_39->set__displayLockToken_4(L_41);
}
IL_0136:
{
// _tweenConfig._tweener = GTween.To(((IColorGear)_owner).color, gv.color, _tweenConfig.duration)
// .SetDelay(_tweenConfig.delay)
// .SetEase(_tweenConfig.easeType)
// .SetTarget(this)
// .SetListener(this);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_42 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_43 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_43, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)));
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_44 = InterfaceFuncInvoker0< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(0 /* UnityEngine.Color FairyGUI.IColorGear::get_color() */, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_43, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)));
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_45 = V_0;
NullCheck(L_45);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_46 = L_45->get_color_0();
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_47 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_47);
float L_48 = L_47->get_duration_2();
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_49 = GTween_To_mDF5EA382DA5D36CB51FA502B0ED8B323E1D3DC65(L_44, L_46, L_48, /*hidden argument*/NULL);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_50 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_50);
float L_51 = L_50->get_delay_3();
NullCheck(L_49);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_52 = GTweener_SetDelay_m8FC9B4F7F97C5F29E5BCA344B00CFAD995F4FD70(L_49, L_51, /*hidden argument*/NULL);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_53 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_53);
int32_t L_54 = L_53->get_easeType_1();
NullCheck(L_52);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_55 = GTweener_SetEase_mF91A771B8A57093C78AD3E8545802266DACF6AEC(L_52, L_54, /*hidden argument*/NULL);
NullCheck(L_55);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_56 = GTweener_SetTarget_m95CDEB77F5F56289AE46FCFAAEE2448830B44F26(L_55, __this, /*hidden argument*/NULL);
NullCheck(L_56);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_57 = GTweener_SetListener_mF4054E00E54DF889916E7D607CA14E2F2C371482(L_56, __this, /*hidden argument*/NULL);
NullCheck(L_42);
L_42->set__tweener_5(L_57);
// }
return;
}
IL_0194:
{
// _owner._gearLocked = true;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_58 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_58);
L_58->set__gearLocked_65((bool)1);
// ((IColorGear)_owner).color = gv.color;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_59 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_60 = V_0;
NullCheck(L_60);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_61 = L_60->get_color_0();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_59, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(1 /* System.Void FairyGUI.IColorGear::set_color(UnityEngine.Color) */, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_59, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)), L_61);
// if ((_owner is ITextColorGear) && gv.strokeColor.a > 0)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_62 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_62, ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var)))
{
goto IL_01eb;
}
}
{
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_63 = V_0;
NullCheck(L_63);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * L_64 = L_63->get_address_of_strokeColor_1();
float L_65 = L_64->get_a_3();
if ((!(((float)L_65) > ((float)(0.0f)))))
{
goto IL_01eb;
}
}
{
// ((ITextColorGear)_owner).strokeColor = gv.strokeColor;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_66 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_67 = V_0;
NullCheck(L_67);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_68 = L_67->get_strokeColor_1();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_66, ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(1 /* System.Void FairyGUI.ITextColorGear::set_strokeColor(UnityEngine.Color) */, ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_66, ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var)), L_68);
}
IL_01eb:
{
// _owner._gearLocked = false;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_69 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_69);
L_69->set__gearLocked_65((bool)0);
}
IL_01f7:
{
// }
return;
}
}
// System.Void FairyGUI.GearColor::OnTweenStart(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearColor_OnTweenStart_m1D25369420A9020823E39A047872A9EA578251C8 (GearColor_tE93C6CBB0C4B554C1A1A23D9882FC4D3E9128325 * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void FairyGUI.GearColor::OnTweenUpdate(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearColor_OnTweenUpdate_m6C183E56DA80D1F2932203FE3F9533C357516B46 (GearColor_tE93C6CBB0C4B554C1A1A23D9882FC4D3E9128325 * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearColor_OnTweenUpdate_m6C183E56DA80D1F2932203FE3F9533C357516B46_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _owner._gearLocked = true;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_0);
L_0->set__gearLocked_65((bool)1);
// ((IColorGear)_owner).color = tweener.value.color;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_2 = ___tweener0;
NullCheck(L_2);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_3 = GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = TweenValue_get_color_m14A07EB8577CCF8CD054E40EC7906DC9CAE0343B(L_3, /*hidden argument*/NULL);
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(1 /* System.Void FairyGUI.IColorGear::set_color(UnityEngine.Color) */, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)), L_4);
// _owner._gearLocked = false;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_5 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_5);
L_5->set__gearLocked_65((bool)0);
// _owner.InvalidateBatchingState();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_6);
GObject_InvalidateBatchingState_m431A1A176E8C939D9F0A39195EAA57CDC3A7F202(L_6, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GearColor::OnTweenComplete(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearColor_OnTweenComplete_m60BE2A300D0F9717AD9E337FC0CC61AA256E4B0C (GearColor_tE93C6CBB0C4B554C1A1A23D9882FC4D3E9128325 * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearColor_OnTweenComplete_m60BE2A300D0F9717AD9E337FC0CC61AA256E4B0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _tweenConfig._tweener = null;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_0);
L_0->set__tweener_5((GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL);
// if (_tweenConfig._displayLockToken != 0)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_1 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_1);
uint32_t L_2 = L_1->get__displayLockToken_4();
if (!L_2)
{
goto IL_003b;
}
}
{
// _owner.ReleaseDisplayLock(_tweenConfig._displayLockToken);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_4 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_4);
uint32_t L_5 = L_4->get__displayLockToken_4();
NullCheck(L_3);
GObject_ReleaseDisplayLock_mA4DBDE9EF4838C1427E40CA44F977BE5887D8D09(L_3, L_5, /*hidden argument*/NULL);
// _tweenConfig._displayLockToken = 0;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_6 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_6);
L_6->set__displayLockToken_4(0);
}
IL_003b:
{
// _owner.DispatchEvent("onGearStop", this);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_7);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(L_7, _stringLiteral06ECA80C826A3BFE5490BB68082E0F113BF05EA9, __this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GearColor::UpdateState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearColor_UpdateState_m584C4457316ECE2F700B210D51924BA41450EF3D (GearColor_tE93C6CBB0C4B554C1A1A23D9882FC4D3E9128325 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearColor_UpdateState_m584C4457316ECE2F700B210D51924BA41450EF3D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * V_0 = NULL;
{
// if (!_storage.TryGetValue(_controller.selectedPageId, out gv))
Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 * L_0 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_1);
String_t* L_2 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_3 = Dictionary_2_TryGetValue_mE14E3ED788891B1A2ECA91B92A476E8ED286FB60(L_0, L_2, (GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mE14E3ED788891B1A2ECA91B92A476E8ED286FB60_RuntimeMethod_var);
if (L_3)
{
goto IL_0037;
}
}
{
// _storage[_controller.selectedPageId] = gv = new GearColorValue();
Dictionary_2_t1EFB1D35C518827CE94F37B1EC719D8F1B95C978 * L_4 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_5 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_5);
String_t* L_6 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_5, /*hidden argument*/NULL);
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_7 = (GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 *)il2cpp_codegen_object_new(GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510_il2cpp_TypeInfo_var);
GearColorValue__ctor_mCD468A33D601A5FF75112E5C6A54DA097C336594(L_7, /*hidden argument*/NULL);
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_8 = L_7;
V_0 = L_8;
NullCheck(L_4);
Dictionary_2_set_Item_mF6B808EE90B30765ECDA765F4B780612D475434C(L_4, L_6, L_8, /*hidden argument*/Dictionary_2_set_Item_mF6B808EE90B30765ECDA765F4B780612D475434C_RuntimeMethod_var);
}
IL_0037:
{
// gv.color = ((IColorGear)_owner).color;
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_9 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_10, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)));
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_11 = InterfaceFuncInvoker0< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(0 /* UnityEngine.Color FairyGUI.IColorGear::get_color() */, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_10, IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var)));
NullCheck(L_9);
L_9->set_color_0(L_11);
// if (_owner is ITextColorGear)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_12, ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var)))
{
goto IL_0070;
}
}
{
// gv.strokeColor = ((ITextColorGear)_owner).strokeColor;
GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * L_13 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_14, ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var)));
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_15 = InterfaceFuncInvoker0< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(0 /* UnityEngine.Color FairyGUI.ITextColorGear::get_strokeColor() */, ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_14, ITextColorGear_t32777BF4A9C133287C2F98A77F6C7B8F3847AF8B_il2cpp_TypeInfo_var)));
NullCheck(L_13);
L_13->set_strokeColor_1(L_15);
}
IL_0070:
{
// }
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.GearColorValue::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearColorValue__ctor_mCD468A33D601A5FF75112E5C6A54DA097C336594 (GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * __this, const RuntimeMethod* method)
{
{
// public GearColorValue()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GearColorValue::.ctor(UnityEngine.Color,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearColorValue__ctor_m2EC3C202F9CBDE422F8275F10D4FCCFCF8C51B45 (GearColorValue_t905C8DB8BB0F54B02D361C852A92C36F5BCEE510 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___color0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___strokeColor1, const RuntimeMethod* method)
{
{
// public GearColorValue(Color color, Color strokeColor)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// this.color = color;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___color0;
__this->set_color_0(L_0);
// this.strokeColor = strokeColor;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ___strokeColor1;
__this->set_strokeColor_1(L_1);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String[] FairyGUI.GearDisplay::get_pages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* GearDisplay_get_pages_m74BD1E6295A01A0EE26EAD577DDCCCA9A085F8B0 (GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 * __this, const RuntimeMethod* method)
{
{
// public string[] pages { get; set; }
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_U3CpagesU3Ek__BackingField_4();
return L_0;
}
}
// System.Void FairyGUI.GearDisplay::set_pages(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearDisplay_set_pages_mD74C21C26FD37B264ADC0D3ABE13768EE7E3718F (GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value0, const RuntimeMethod* method)
{
{
// public string[] pages { get; set; }
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___value0;
__this->set_U3CpagesU3Ek__BackingField_4(L_0);
return;
}
}
// System.Void FairyGUI.GearDisplay::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearDisplay__ctor_m7F8786175AC076DB06A93BB9486B64197B9A1AAF (GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___owner0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearDisplay__ctor_m7F8786175AC076DB06A93BB9486B64197B9A1AAF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// : base(owner)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___owner0;
IL2CPP_RUNTIME_CLASS_INIT(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var);
GearBase__ctor_m5C1DB5D7B1DA4A401F1143DE2199DCFE278BFEED(__this, L_0, /*hidden argument*/NULL);
// _displayLockToken = 1;
__this->set__displayLockToken_6(1);
// }
return;
}
}
// System.Void FairyGUI.GearDisplay::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearDisplay_AddStatus_mB7E2398246914DAD474AE7A8E2266C34FBAF8EE4 (GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 * __this, String_t* ___pageId0, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer1, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void FairyGUI.GearDisplay::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearDisplay_Init_m0A6BE12EB8A7EDD6723BFEB25743FBA1E87EA18E (GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 * __this, const RuntimeMethod* method)
{
{
// pages = null;
GearDisplay_set_pages_mD74C21C26FD37B264ADC0D3ABE13768EE7E3718F_inline(__this, (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GearDisplay::Apply()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearDisplay_Apply_mE9FE3B17DDB0E6166FA72FF4671B7FC28721EA21 (GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearDisplay_Apply_mE9FE3B17DDB0E6166FA72FF4671B7FC28721EA21_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _displayLockToken++;
uint32_t L_0 = __this->get__displayLockToken_6();
__this->set__displayLockToken_6(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
// if (_displayLockToken == 0)
uint32_t L_1 = __this->get__displayLockToken_6();
if (L_1)
{
goto IL_001d;
}
}
{
// _displayLockToken = 1;
__this->set__displayLockToken_6(1);
}
IL_001d:
{
// if (pages == null || pages.Length == 0
// || Array.IndexOf(pages, _controller.selectedPageId) != -1)
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = GearDisplay_get_pages_m74BD1E6295A01A0EE26EAD577DDCCCA9A085F8B0_inline(__this, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0047;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = GearDisplay_get_pages_m74BD1E6295A01A0EE26EAD577DDCCCA9A085F8B0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
if (!(((RuntimeArray*)L_3)->max_length))
{
goto IL_0047;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = GearDisplay_get_pages_m74BD1E6295A01A0EE26EAD577DDCCCA9A085F8B0_inline(__this, /*hidden argument*/NULL);
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_5 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_5);
String_t* L_6 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_5, /*hidden argument*/NULL);
int32_t L_7 = Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A(L_4, L_6, /*hidden argument*/Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A_RuntimeMethod_var);
if ((((int32_t)L_7) == ((int32_t)(-1))))
{
goto IL_004f;
}
}
IL_0047:
{
// _visible = 1;
__this->set__visible_5(1);
return;
}
IL_004f:
{
// _visible = 0;
__this->set__visible_5(0);
// }
return;
}
}
// System.Void FairyGUI.GearDisplay::UpdateState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearDisplay_UpdateState_m3993119788E6E877CB36E863DC1D6B3834A96D35 (GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 * __this, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.UInt32 FairyGUI.GearDisplay::AddLock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t GearDisplay_AddLock_mA532CEA31BC00E8FF8E401FF06C34F22F7907F30 (GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 * __this, const RuntimeMethod* method)
{
{
// _visible++;
int32_t L_0 = __this->get__visible_5();
__this->set__visible_5(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
// return _displayLockToken;
uint32_t L_1 = __this->get__displayLockToken_6();
return L_1;
}
}
// System.Void FairyGUI.GearDisplay::ReleaseLock(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearDisplay_ReleaseLock_mC8511EA38BA82831CF3FE95747E65738E0565F23 (GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 * __this, uint32_t ___token0, const RuntimeMethod* method)
{
{
// if (token == _displayLockToken)
uint32_t L_0 = ___token0;
uint32_t L_1 = __this->get__displayLockToken_6();
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_0017;
}
}
{
// _visible--;
int32_t L_2 = __this->get__visible_5();
__this->set__visible_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)));
}
IL_0017:
{
// }
return;
}
}
// System.Boolean FairyGUI.GearDisplay::get_connected()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GearDisplay_get_connected_mE4E5C58BCF079D4FEA2E7D28D70D63335A88C30C (GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 * __this, const RuntimeMethod* method)
{
{
// get { return _controller == null || _visible > 0; }
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
if (!L_0)
{
goto IL_0012;
}
}
{
int32_t L_1 = __this->get__visible_5();
return (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0);
}
IL_0012:
{
return (bool)1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.GearIcon::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearIcon__ctor_m7CFBA95B7934D1615272EF938962CA0405353235 (GearIcon_tFF1149C7061194DC0DD940EA0B558814FDD52B3A * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___owner0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearIcon__ctor_m7CFBA95B7934D1615272EF938962CA0405353235_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// : base(owner)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___owner0;
IL2CPP_RUNTIME_CLASS_INIT(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var);
GearBase__ctor_m5C1DB5D7B1DA4A401F1143DE2199DCFE278BFEED(__this, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GearIcon::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearIcon_Init_mE2E7F80C2DDF70BBFC8E71B72186519B6352E5D0 (GearIcon_tFF1149C7061194DC0DD940EA0B558814FDD52B3A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearIcon_Init_mE2E7F80C2DDF70BBFC8E71B72186519B6352E5D0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _default = _owner.icon;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String FairyGUI.GObject::get_icon() */, L_0);
__this->set__default_5(L_1);
// _storage = new Dictionary<string, string>();
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_2 = (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)il2cpp_codegen_object_new(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B(L_2, /*hidden argument*/Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var);
__this->set__storage_4(L_2);
// }
return;
}
}
// System.Void FairyGUI.GearIcon::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearIcon_AddStatus_m3A3E6508B69F2C5E4364365E6CD7A7CCA9F0476F (GearIcon_tFF1149C7061194DC0DD940EA0B558814FDD52B3A * __this, String_t* ___pageId0, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearIcon_AddStatus_m3A3E6508B69F2C5E4364365E6CD7A7CCA9F0476F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (pageId == null)
String_t* L_0 = ___pageId0;
if (L_0)
{
goto IL_0010;
}
}
{
// _default = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_1 = ___buffer1;
NullCheck(L_1);
String_t* L_2 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_1, /*hidden argument*/NULL);
__this->set__default_5(L_2);
return;
}
IL_0010:
{
// _storage[pageId] = buffer.ReadS();
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_3 = __this->get__storage_4();
String_t* L_4 = ___pageId0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_5 = ___buffer1;
NullCheck(L_5);
String_t* L_6 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_5, /*hidden argument*/NULL);
NullCheck(L_3);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_3, L_4, L_6, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.GearIcon::Apply()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearIcon_Apply_m630FEDCA695A92DE3E357BDC7D26B85125EA4CCF (GearIcon_tFF1149C7061194DC0DD940EA0B558814FDD52B3A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearIcon_Apply_m630FEDCA695A92DE3E357BDC7D26B85125EA4CCF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// _owner._gearLocked = true;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_0);
L_0->set__gearLocked_65((bool)1);
// if (!_storage.TryGetValue(_controller.selectedPageId, out cv))
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_2 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_2);
String_t* L_3 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
bool L_4 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_1, L_3, (String_t**)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (L_4)
{
goto IL_002d;
}
}
{
// cv = _default;
String_t* L_5 = __this->get__default_5();
V_0 = L_5;
}
IL_002d:
{
// _owner.icon = cv;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
String_t* L_7 = V_0;
NullCheck(L_6);
VirtActionInvoker1< String_t* >::Invoke(17 /* System.Void FairyGUI.GObject::set_icon(System.String) */, L_6, L_7);
// _owner._gearLocked = false;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_8);
L_8->set__gearLocked_65((bool)0);
// }
return;
}
}
// System.Void FairyGUI.GearIcon::UpdateState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearIcon_UpdateState_mC6F5DE731B66352992386FB1536AAE3E72B4EC53 (GearIcon_tFF1149C7061194DC0DD940EA0B558814FDD52B3A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearIcon_UpdateState_mC6F5DE731B66352992386FB1536AAE3E72B4EC53_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _storage[_controller.selectedPageId] = _owner.icon;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_0 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_1);
String_t* L_2 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_1, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String FairyGUI.GObject::get_icon() */, L_3);
NullCheck(L_0);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_0, L_2, L_4, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.GearLook::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearLook__ctor_mE933EA3014093F91E7D7F1E976770ABAA9069115 (GearLook_t668D40B7F0FBC8ED7D136DCD0F798D796B9483F6 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___owner0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearLook__ctor_mE933EA3014093F91E7D7F1E976770ABAA9069115_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// : base(owner)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___owner0;
IL2CPP_RUNTIME_CLASS_INIT(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var);
GearBase__ctor_m5C1DB5D7B1DA4A401F1143DE2199DCFE278BFEED(__this, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GearLook::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearLook_Init_mECD3C61174D7952E458E64A21BD8F64565528A67 (GearLook_t668D40B7F0FBC8ED7D136DCD0F798D796B9483F6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearLook_Init_mECD3C61174D7952E458E64A21BD8F64565528A67_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _default = new GearLookValue(_owner.alpha, _owner.rotation, _owner.grayed, _owner.touchable);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_0);
float L_1 = GObject_get_alpha_m808BAFDAAC1E98EEA7DAA9FC09F53B3BCE4176F7_inline(L_0, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_2);
float L_3 = GObject_get_rotation_m2141EE1383BBFF09F5DBDACCF17A2752A43A656C_inline(L_2, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_4);
bool L_5 = GObject_get_grayed_mE73AA9A745453FE200E097DD49CB5CA744AE98E3_inline(L_4, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_6);
bool L_7 = GObject_get_touchable_m51135EE7C91859C5E5A0A1D5A34B8A9DCCFB5439_inline(L_6, /*hidden argument*/NULL);
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_8 = (GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 *)il2cpp_codegen_object_new(GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47_il2cpp_TypeInfo_var);
GearLookValue__ctor_mC9BE06C0D8894F57D8E75673E8EB0844E745B790(L_8, L_1, L_3, L_5, L_7, /*hidden argument*/NULL);
__this->set__default_5(L_8);
// _storage = new Dictionary<string, GearLookValue>();
Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 * L_9 = (Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 *)il2cpp_codegen_object_new(Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485_il2cpp_TypeInfo_var);
Dictionary_2__ctor_mAAAD6E20F5BD03A203058192BD7C7D52E8CDCDEF(L_9, /*hidden argument*/Dictionary_2__ctor_mAAAD6E20F5BD03A203058192BD7C7D52E8CDCDEF_RuntimeMethod_var);
__this->set__storage_4(L_9);
// }
return;
}
}
// System.Void FairyGUI.GearLook::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearLook_AddStatus_mD8539B5D8E82A4B2D07C5059273AB586801FB64A (GearLook_t668D40B7F0FBC8ED7D136DCD0F798D796B9483F6 * __this, String_t* ___pageId0, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearLook_AddStatus_mD8539B5D8E82A4B2D07C5059273AB586801FB64A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * V_0 = NULL;
{
// if (pageId == null)
String_t* L_0 = ___pageId0;
if (L_0)
{
goto IL_000c;
}
}
{
// gv = _default;
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_1 = __this->get__default_5();
V_0 = L_1;
goto IL_002b;
}
IL_000c:
{
// gv = new GearLookValue(0, 0, false, false);
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_2 = (GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 *)il2cpp_codegen_object_new(GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47_il2cpp_TypeInfo_var);
GearLookValue__ctor_mC9BE06C0D8894F57D8E75673E8EB0844E745B790(L_2, (0.0f), (0.0f), (bool)0, (bool)0, /*hidden argument*/NULL);
V_0 = L_2;
// _storage[pageId] = gv;
Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 * L_3 = __this->get__storage_4();
String_t* L_4 = ___pageId0;
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_5 = V_0;
NullCheck(L_3);
Dictionary_2_set_Item_mFEC866AAD4F1BEAA250A4D94A25AD02E256554A6(L_3, L_4, L_5, /*hidden argument*/Dictionary_2_set_Item_mFEC866AAD4F1BEAA250A4D94A25AD02E256554A6_RuntimeMethod_var);
}
IL_002b:
{
// gv.alpha = buffer.ReadFloat();
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_6 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_7 = ___buffer1;
NullCheck(L_7);
float L_8 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
L_6->set_alpha_0(L_8);
// gv.rotation = buffer.ReadFloat();
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_9 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_10 = ___buffer1;
NullCheck(L_10);
float L_11 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
L_9->set_rotation_1(L_11);
// gv.grayed = buffer.ReadBool();
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_12 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_13 = ___buffer1;
NullCheck(L_13);
bool L_14 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
L_12->set_grayed_2(L_14);
// gv.touchable = buffer.ReadBool();
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_15 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_16 = ___buffer1;
NullCheck(L_16);
bool L_17 = ByteBuffer_ReadBool_m1119CA0EA83F86D3FA1658EF787A2FFBB4D24D09(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
L_15->set_touchable_3(L_17);
// }
return;
}
}
// System.Void FairyGUI.GearLook::Apply()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearLook_Apply_m5B817117C15F08C3F871B33E4055A9501FAE7E63 (GearLook_t668D40B7F0FBC8ED7D136DCD0F798D796B9483F6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearLook_Apply_m5B817117C15F08C3F871B33E4055A9501FAE7E63_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B16_0 = NULL;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * G_B16_1 = NULL;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B15_0 = NULL;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * G_B15_1 = NULL;
int32_t G_B17_0 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B17_1 = NULL;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * G_B17_2 = NULL;
int32_t G_B19_0 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B19_1 = NULL;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * G_B19_2 = NULL;
int32_t G_B18_0 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B18_1 = NULL;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * G_B18_2 = NULL;
int32_t G_B20_0 = 0;
int32_t G_B20_1 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B20_2 = NULL;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * G_B20_3 = NULL;
{
// if (!_storage.TryGetValue(_controller.selectedPageId, out gv))
Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 * L_0 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_1);
String_t* L_2 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_3 = Dictionary_2_TryGetValue_m0B573E472B24C18DCF7C18017C7B6450E2B675F0(L_0, L_2, (GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m0B573E472B24C18DCF7C18017C7B6450E2B675F0_RuntimeMethod_var);
if (L_3)
{
goto IL_0021;
}
}
{
// gv = _default;
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_4 = __this->get__default_5();
V_0 = L_4;
}
IL_0021:
{
// if (_tweenConfig != null && _tweenConfig.tween && UIPackage._constructing == 0 && !disableAllTweenEffect)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_5 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
if (!L_5)
{
goto IL_01de;
}
}
{
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_6 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_6);
bool L_7 = L_6->get_tween_0();
if (!L_7)
{
goto IL_01de;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
int32_t L_8 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__constructing_12();
if (L_8)
{
goto IL_01de;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var);
bool L_9 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581_StaticFields*)il2cpp_codegen_static_fields_for(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var))->get_disableAllTweenEffect_0();
if (L_9)
{
goto IL_01de;
}
}
{
// _owner._gearLocked = true;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_10 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_10);
L_10->set__gearLocked_65((bool)1);
// _owner.grayed = gv.grayed;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_12 = V_0;
NullCheck(L_12);
bool L_13 = L_12->get_grayed_2();
NullCheck(L_11);
GObject_set_grayed_m48B00F72D05EDAE13D0D2058DD87B8F067AEA5E7(L_11, L_13, /*hidden argument*/NULL);
// _owner.touchable = gv.touchable;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_15 = V_0;
NullCheck(L_15);
bool L_16 = L_15->get_touchable_3();
NullCheck(L_14);
GObject_set_touchable_m08158DAF75D2FBDF81D3666FF5A135569A005D95(L_14, L_16, /*hidden argument*/NULL);
// _owner._gearLocked = false;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_17 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_17);
L_17->set__gearLocked_65((bool)0);
// if (_tweenConfig._tweener != null)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_18 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_18);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_19 = L_18->get__tweener_5();
if (!L_19)
{
goto IL_00f1;
}
}
{
// if (_tweenConfig._tweener.endValue.x != gv.alpha || _tweenConfig._tweener.endValue.y != gv.rotation)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_20 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_20);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_21 = L_20->get__tweener_5();
NullCheck(L_21);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_22 = GTweener_get_endValue_mC646F9CBF41022753C17F3CF1A9D98B18D86651E_inline(L_21, /*hidden argument*/NULL);
NullCheck(L_22);
float L_23 = L_22->get_x_0();
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_24 = V_0;
NullCheck(L_24);
float L_25 = L_24->get_alpha_0();
if ((!(((float)L_23) == ((float)L_25))))
{
goto IL_00d1;
}
}
{
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_26 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_26);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_27 = L_26->get__tweener_5();
NullCheck(L_27);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_28 = GTweener_get_endValue_mC646F9CBF41022753C17F3CF1A9D98B18D86651E_inline(L_27, /*hidden argument*/NULL);
NullCheck(L_28);
float L_29 = L_28->get_y_1();
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_30 = V_0;
NullCheck(L_30);
float L_31 = L_30->get_rotation_1();
if ((((float)L_29) == ((float)L_31)))
{
goto IL_00f0;
}
}
IL_00d1:
{
// _tweenConfig._tweener.Kill(true);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_32 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_32);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_33 = L_32->get__tweener_5();
NullCheck(L_33);
GTweener_Kill_mCCC79DE51185B6D32A1E0C143A21275C6E8E0997(L_33, (bool)1, /*hidden argument*/NULL);
// _tweenConfig._tweener = null;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_34 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_34);
L_34->set__tweener_5((GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL);
// }
goto IL_00f1;
}
IL_00f0:
{
// return;
return;
}
IL_00f1:
{
// bool a = gv.alpha != _owner.alpha;
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_35 = V_0;
NullCheck(L_35);
float L_36 = L_35->get_alpha_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_37 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_37);
float L_38 = GObject_get_alpha_m808BAFDAAC1E98EEA7DAA9FC09F53B3BCE4176F7_inline(L_37, /*hidden argument*/NULL);
V_1 = (bool)((((int32_t)((((float)L_36) == ((float)L_38))? 1 : 0)) == ((int32_t)0))? 1 : 0);
// bool b = gv.rotation != _owner.rotation;
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_39 = V_0;
NullCheck(L_39);
float L_40 = L_39->get_rotation_1();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_41 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_41);
float L_42 = GObject_get_rotation_m2141EE1383BBFF09F5DBDACCF17A2752A43A656C_inline(L_41, /*hidden argument*/NULL);
V_2 = (bool)((((int32_t)((((float)L_40) == ((float)L_42))? 1 : 0)) == ((int32_t)0))? 1 : 0);
// if (a || b)
bool L_43 = V_1;
bool L_44 = V_2;
if (!((int32_t)((int32_t)L_43|(int32_t)L_44)))
{
goto IL_023a;
}
}
{
// if (_owner.CheckGearController(0, _controller))
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_45 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_46 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_45);
bool L_47 = GObject_CheckGearController_m7D63340F3DA48A8D9D68FE665A185CBEC91A5D9D(L_45, 0, L_46, /*hidden argument*/NULL);
if (!L_47)
{
goto IL_0151;
}
}
{
// _tweenConfig._displayLockToken = _owner.AddDisplayLock();
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_48 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_49 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_49);
uint32_t L_50 = GObject_AddDisplayLock_m3C5A7CC21DA6E22859E7710EE8A648C803C07159(L_49, /*hidden argument*/NULL);
NullCheck(L_48);
L_48->set__displayLockToken_4(L_50);
}
IL_0151:
{
// _tweenConfig._tweener = GTween.To(new Vector2(_owner.alpha, _owner.rotation), new Vector2(gv.alpha, gv.rotation), _tweenConfig.duration)
// .SetDelay(_tweenConfig.delay)
// .SetEase(_tweenConfig.easeType)
// .SetUserData((a ? 1 : 0) + (b ? 2 : 0))
// .SetTarget(this)
// .SetListener(this);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_51 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_52 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_52);
float L_53 = GObject_get_alpha_m808BAFDAAC1E98EEA7DAA9FC09F53B3BCE4176F7_inline(L_52, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_54 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_54);
float L_55 = GObject_get_rotation_m2141EE1383BBFF09F5DBDACCF17A2752A43A656C_inline(L_54, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_56;
memset((&L_56), 0, sizeof(L_56));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_56), L_53, L_55, /*hidden argument*/NULL);
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_57 = V_0;
NullCheck(L_57);
float L_58 = L_57->get_alpha_0();
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_59 = V_0;
NullCheck(L_59);
float L_60 = L_59->get_rotation_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_61;
memset((&L_61), 0, sizeof(L_61));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_61), L_58, L_60, /*hidden argument*/NULL);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_62 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_62);
float L_63 = L_62->get_duration_2();
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_64 = GTween_To_m565DF71C5577CF63482B6EC64105A6ABD68D6A6A(L_56, L_61, L_63, /*hidden argument*/NULL);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_65 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_65);
float L_66 = L_65->get_delay_3();
NullCheck(L_64);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_67 = GTweener_SetDelay_m8FC9B4F7F97C5F29E5BCA344B00CFAD995F4FD70(L_64, L_66, /*hidden argument*/NULL);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_68 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_68);
int32_t L_69 = L_68->get_easeType_1();
NullCheck(L_67);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_70 = GTweener_SetEase_mF91A771B8A57093C78AD3E8545802266DACF6AEC(L_67, L_69, /*hidden argument*/NULL);
bool L_71 = V_1;
G_B15_0 = L_70;
G_B15_1 = L_51;
if (L_71)
{
G_B16_0 = L_70;
G_B16_1 = L_51;
goto IL_01b9;
}
}
{
G_B17_0 = 0;
G_B17_1 = G_B15_0;
G_B17_2 = G_B15_1;
goto IL_01ba;
}
IL_01b9:
{
G_B17_0 = 1;
G_B17_1 = G_B16_0;
G_B17_2 = G_B16_1;
}
IL_01ba:
{
bool L_72 = V_2;
G_B18_0 = G_B17_0;
G_B18_1 = G_B17_1;
G_B18_2 = G_B17_2;
if (L_72)
{
G_B19_0 = G_B17_0;
G_B19_1 = G_B17_1;
G_B19_2 = G_B17_2;
goto IL_01c0;
}
}
{
G_B20_0 = 0;
G_B20_1 = G_B18_0;
G_B20_2 = G_B18_1;
G_B20_3 = G_B18_2;
goto IL_01c1;
}
IL_01c0:
{
G_B20_0 = 2;
G_B20_1 = G_B19_0;
G_B20_2 = G_B19_1;
G_B20_3 = G_B19_2;
}
IL_01c1:
{
int32_t L_73 = ((int32_t)il2cpp_codegen_add((int32_t)G_B20_1, (int32_t)G_B20_0));
RuntimeObject * L_74 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_73);
NullCheck(G_B20_2);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_75 = GTweener_SetUserData_mDD92C2722251D7AF6937928C21E225B257291DDF(G_B20_2, L_74, /*hidden argument*/NULL);
NullCheck(L_75);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_76 = GTweener_SetTarget_m95CDEB77F5F56289AE46FCFAAEE2448830B44F26(L_75, __this, /*hidden argument*/NULL);
NullCheck(L_76);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_77 = GTweener_SetListener_mF4054E00E54DF889916E7D607CA14E2F2C371482(L_76, __this, /*hidden argument*/NULL);
NullCheck(G_B20_3);
G_B20_3->set__tweener_5(L_77);
// }
return;
}
IL_01de:
{
// _owner._gearLocked = true;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_78 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_78);
L_78->set__gearLocked_65((bool)1);
// _owner.alpha = gv.alpha;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_79 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_80 = V_0;
NullCheck(L_80);
float L_81 = L_80->get_alpha_0();
NullCheck(L_79);
GObject_set_alpha_mE76A3DE78DC4966BE131A71354323E4C3383BF1D(L_79, L_81, /*hidden argument*/NULL);
// _owner.rotation = gv.rotation;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_82 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_83 = V_0;
NullCheck(L_83);
float L_84 = L_83->get_rotation_1();
NullCheck(L_82);
GObject_set_rotation_mA51AEE14CE640813F5CFD2AEB22F0B9B144A8656(L_82, L_84, /*hidden argument*/NULL);
// _owner.grayed = gv.grayed;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_85 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_86 = V_0;
NullCheck(L_86);
bool L_87 = L_86->get_grayed_2();
NullCheck(L_85);
GObject_set_grayed_m48B00F72D05EDAE13D0D2058DD87B8F067AEA5E7(L_85, L_87, /*hidden argument*/NULL);
// _owner.touchable = gv.touchable;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_88 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_89 = V_0;
NullCheck(L_89);
bool L_90 = L_89->get_touchable_3();
NullCheck(L_88);
GObject_set_touchable_m08158DAF75D2FBDF81D3666FF5A135569A005D95(L_88, L_90, /*hidden argument*/NULL);
// _owner._gearLocked = false;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_91 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_91);
L_91->set__gearLocked_65((bool)0);
}
IL_023a:
{
// }
return;
}
}
// System.Void FairyGUI.GearLook::OnTweenStart(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearLook_OnTweenStart_m82486F87C55E5FE2EE3ADAE813219FEFE52DDCBB (GearLook_t668D40B7F0FBC8ED7D136DCD0F798D796B9483F6 * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void FairyGUI.GearLook::OnTweenUpdate(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearLook_OnTweenUpdate_m72E0A67947389C4DC751A0FE8580BBA40530409F (GearLook_t668D40B7F0FBC8ED7D136DCD0F798D796B9483F6 * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearLook_OnTweenUpdate_m72E0A67947389C4DC751A0FE8580BBA40530409F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
{
// int flag = (int)tweener.userData;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_0 = ___tweener0;
NullCheck(L_0);
RuntimeObject * L_1 = GTweener_get_userData_m3B924385C746F8859A15258BFDA5B453D681D273_inline(L_0, /*hidden argument*/NULL);
// _owner._gearLocked = true;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_2);
L_2->set__gearLocked_65((bool)1);
// if ((flag & 1) != 0)
int32_t L_3 = ((*(int32_t*)((int32_t*)UnBox(L_1, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
G_B1_0 = L_3;
if (!((int32_t)((int32_t)L_3&(int32_t)1)))
{
G_B2_0 = L_3;
goto IL_0032;
}
}
{
// _owner.alpha = tweener.value.x;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_5 = ___tweener0;
NullCheck(L_5);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_6 = GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
float L_7 = L_6->get_x_0();
NullCheck(L_4);
GObject_set_alpha_mE76A3DE78DC4966BE131A71354323E4C3383BF1D(L_4, L_7, /*hidden argument*/NULL);
G_B2_0 = G_B1_0;
}
IL_0032:
{
// if ((flag & 2) != 0)
if (!((int32_t)((int32_t)G_B2_0&(int32_t)2)))
{
goto IL_0057;
}
}
{
// _owner.rotation = tweener.value.y;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_9 = ___tweener0;
NullCheck(L_9);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_10 = GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline(L_9, /*hidden argument*/NULL);
NullCheck(L_10);
float L_11 = L_10->get_y_1();
NullCheck(L_8);
GObject_set_rotation_mA51AEE14CE640813F5CFD2AEB22F0B9B144A8656(L_8, L_11, /*hidden argument*/NULL);
// _owner.InvalidateBatchingState();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_12 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_12);
GObject_InvalidateBatchingState_m431A1A176E8C939D9F0A39195EAA57CDC3A7F202(L_12, /*hidden argument*/NULL);
}
IL_0057:
{
// _owner._gearLocked = false;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_13);
L_13->set__gearLocked_65((bool)0);
// }
return;
}
}
// System.Void FairyGUI.GearLook::OnTweenComplete(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearLook_OnTweenComplete_mEFCA67864E098EC6F84DC925B917E8B5781C4975 (GearLook_t668D40B7F0FBC8ED7D136DCD0F798D796B9483F6 * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearLook_OnTweenComplete_mEFCA67864E098EC6F84DC925B917E8B5781C4975_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _tweenConfig._tweener = null;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_0);
L_0->set__tweener_5((GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL);
// if (_tweenConfig._displayLockToken != 0)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_1 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_1);
uint32_t L_2 = L_1->get__displayLockToken_4();
if (!L_2)
{
goto IL_003b;
}
}
{
// _owner.ReleaseDisplayLock(_tweenConfig._displayLockToken);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_4 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_4);
uint32_t L_5 = L_4->get__displayLockToken_4();
NullCheck(L_3);
GObject_ReleaseDisplayLock_mA4DBDE9EF4838C1427E40CA44F977BE5887D8D09(L_3, L_5, /*hidden argument*/NULL);
// _tweenConfig._displayLockToken = 0;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_6 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_6);
L_6->set__displayLockToken_4(0);
}
IL_003b:
{
// _owner.DispatchEvent("onGearStop", this);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_7);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(L_7, _stringLiteral06ECA80C826A3BFE5490BB68082E0F113BF05EA9, __this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GearLook::UpdateState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearLook_UpdateState_mF248A4AC67A2D30117B7B1DFB47F936172BCDF76 (GearLook_t668D40B7F0FBC8ED7D136DCD0F798D796B9483F6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearLook_UpdateState_mF248A4AC67A2D30117B7B1DFB47F936172BCDF76_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * V_0 = NULL;
{
// if (!_storage.TryGetValue(_controller.selectedPageId, out gv))
Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 * L_0 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_1);
String_t* L_2 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_3 = Dictionary_2_TryGetValue_m0B573E472B24C18DCF7C18017C7B6450E2B675F0(L_0, L_2, (GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m0B573E472B24C18DCF7C18017C7B6450E2B675F0_RuntimeMethod_var);
if (L_3)
{
goto IL_0062;
}
}
{
// _storage[_controller.selectedPageId] = new GearLookValue(_owner.alpha, _owner.rotation, _owner.grayed, _owner.touchable);
Dictionary_2_t7113FE68647A767A6C04D89336E5B799A8B89485 * L_4 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_5 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_5);
String_t* L_6 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_5, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_7);
float L_8 = GObject_get_alpha_m808BAFDAAC1E98EEA7DAA9FC09F53B3BCE4176F7_inline(L_7, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_9);
float L_10 = GObject_get_rotation_m2141EE1383BBFF09F5DBDACCF17A2752A43A656C_inline(L_9, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_11);
bool L_12 = GObject_get_grayed_mE73AA9A745453FE200E097DD49CB5CA744AE98E3_inline(L_11, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_13);
bool L_14 = GObject_get_touchable_m51135EE7C91859C5E5A0A1D5A34B8A9DCCFB5439_inline(L_13, /*hidden argument*/NULL);
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_15 = (GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 *)il2cpp_codegen_object_new(GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47_il2cpp_TypeInfo_var);
GearLookValue__ctor_mC9BE06C0D8894F57D8E75673E8EB0844E745B790(L_15, L_8, L_10, L_12, L_14, /*hidden argument*/NULL);
NullCheck(L_4);
Dictionary_2_set_Item_mFEC866AAD4F1BEAA250A4D94A25AD02E256554A6(L_4, L_6, L_15, /*hidden argument*/Dictionary_2_set_Item_mFEC866AAD4F1BEAA250A4D94A25AD02E256554A6_RuntimeMethod_var);
return;
}
IL_0062:
{
// gv.alpha = _owner.alpha;
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_16 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_17 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_17);
float L_18 = GObject_get_alpha_m808BAFDAAC1E98EEA7DAA9FC09F53B3BCE4176F7_inline(L_17, /*hidden argument*/NULL);
NullCheck(L_16);
L_16->set_alpha_0(L_18);
// gv.rotation = _owner.rotation;
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_19 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_20 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_20);
float L_21 = GObject_get_rotation_m2141EE1383BBFF09F5DBDACCF17A2752A43A656C_inline(L_20, /*hidden argument*/NULL);
NullCheck(L_19);
L_19->set_rotation_1(L_21);
// gv.grayed = _owner.grayed;
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_22 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_23 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_23);
bool L_24 = GObject_get_grayed_mE73AA9A745453FE200E097DD49CB5CA744AE98E3_inline(L_23, /*hidden argument*/NULL);
NullCheck(L_22);
L_22->set_grayed_2(L_24);
// gv.touchable = _owner.touchable;
GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * L_25 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_26 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_26);
bool L_27 = GObject_get_touchable_m51135EE7C91859C5E5A0A1D5A34B8A9DCCFB5439_inline(L_26, /*hidden argument*/NULL);
NullCheck(L_25);
L_25->set_touchable_3(L_27);
// }
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.GearLookValue::.ctor(System.Single,System.Single,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearLookValue__ctor_mC9BE06C0D8894F57D8E75673E8EB0844E745B790 (GearLookValue_tF38DD66D2C97EF5DD80E009FCD633A06C8763B47 * __this, float ___alpha0, float ___rotation1, bool ___grayed2, bool ___touchable3, const RuntimeMethod* method)
{
{
// public GearLookValue(float alpha, float rotation, bool grayed, bool touchable)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// this.alpha = alpha;
float L_0 = ___alpha0;
__this->set_alpha_0(L_0);
// this.rotation = rotation;
float L_1 = ___rotation1;
__this->set_rotation_1(L_1);
// this.grayed = grayed;
bool L_2 = ___grayed2;
__this->set_grayed_2(L_2);
// this.touchable = touchable;
bool L_3 = ___touchable3;
__this->set_touchable_3(L_3);
// }
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.GearSize::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearSize__ctor_mE7C7469B27B1D25C7158F53D100E3E9356505036 (GearSize_tE764F281002A2A4BAB1663882781ECC148C08D57 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___owner0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearSize__ctor_mE7C7469B27B1D25C7158F53D100E3E9356505036_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// : base(owner)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___owner0;
IL2CPP_RUNTIME_CLASS_INIT(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var);
GearBase__ctor_m5C1DB5D7B1DA4A401F1143DE2199DCFE278BFEED(__this, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GearSize::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearSize_Init_mAFCA90E062606B5C66C5ECA95FDAD89B4C64A4CF (GearSize_tE764F281002A2A4BAB1663882781ECC148C08D57 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearSize_Init_mAFCA90E062606B5C66C5ECA95FDAD89B4C64A4CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _default = new GearSizeValue(_owner.width, _owner.height, _owner.scaleX, _owner.scaleY);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_0);
float L_1 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_0, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_2);
float L_3 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_2, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_4);
float L_5 = GObject_get_scaleX_m67F271CDE40D793156923C4AFE8C643CD569D62C_inline(L_4, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_6);
float L_7 = GObject_get_scaleY_m8505506C24D3A12C36BFC235652C0723888B4D59_inline(L_6, /*hidden argument*/NULL);
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_8 = (GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA *)il2cpp_codegen_object_new(GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA_il2cpp_TypeInfo_var);
GearSizeValue__ctor_mDE5D607E1A9B6E450800741500CD7F7E56177224(L_8, L_1, L_3, L_5, L_7, /*hidden argument*/NULL);
__this->set__default_5(L_8);
// _storage = new Dictionary<string, GearSizeValue>();
Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * L_9 = (Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E *)il2cpp_codegen_object_new(Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m3E78FDD848214F383A674F7890DF13A0877FD6E5(L_9, /*hidden argument*/Dictionary_2__ctor_m3E78FDD848214F383A674F7890DF13A0877FD6E5_RuntimeMethod_var);
__this->set__storage_4(L_9);
// }
return;
}
}
// System.Void FairyGUI.GearSize::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearSize_AddStatus_m3FBFE417B41466456567A059FF533815DEEB15B4 (GearSize_tE764F281002A2A4BAB1663882781ECC148C08D57 * __this, String_t* ___pageId0, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearSize_AddStatus_m3FBFE417B41466456567A059FF533815DEEB15B4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * V_0 = NULL;
{
// if (pageId == null)
String_t* L_0 = ___pageId0;
if (L_0)
{
goto IL_000c;
}
}
{
// gv = _default;
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_1 = __this->get__default_5();
V_0 = L_1;
goto IL_0033;
}
IL_000c:
{
// gv = new GearSizeValue(0, 0, 1, 1);
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_2 = (GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA *)il2cpp_codegen_object_new(GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA_il2cpp_TypeInfo_var);
GearSizeValue__ctor_mDE5D607E1A9B6E450800741500CD7F7E56177224(L_2, (0.0f), (0.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
V_0 = L_2;
// _storage[pageId] = gv;
Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * L_3 = __this->get__storage_4();
String_t* L_4 = ___pageId0;
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_5 = V_0;
NullCheck(L_3);
Dictionary_2_set_Item_mD1406299AB8FBB54A87A99D489FA36ABFD0BC399(L_3, L_4, L_5, /*hidden argument*/Dictionary_2_set_Item_mD1406299AB8FBB54A87A99D489FA36ABFD0BC399_RuntimeMethod_var);
}
IL_0033:
{
// gv.width = buffer.ReadInt();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_6 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_7 = ___buffer1;
NullCheck(L_7);
int32_t L_8 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
L_6->set_width_0((((float)((float)L_8))));
// gv.height = buffer.ReadInt();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_9 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_10 = ___buffer1;
NullCheck(L_10);
int32_t L_11 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
L_9->set_height_1((((float)((float)L_11))));
// gv.scaleX = buffer.ReadFloat();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_12 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_13 = ___buffer1;
NullCheck(L_13);
float L_14 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
L_12->set_scaleX_2(L_14);
// gv.scaleY = buffer.ReadFloat();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_15 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_16 = ___buffer1;
NullCheck(L_16);
float L_17 = ByteBuffer_ReadFloat_mC839510348ECB54F5121BD91E950E660517CEAE2(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
L_15->set_scaleY_3(L_17);
// }
return;
}
}
// System.Void FairyGUI.GearSize::Apply()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearSize_Apply_m149752CB663AF9033159993C4100DA497F6C9D93 (GearSize_tE764F281002A2A4BAB1663882781ECC148C08D57 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearSize_Apply_m149752CB663AF9033159993C4100DA497F6C9D93_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
int32_t G_B16_0 = 0;
int32_t G_B19_0 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B24_0 = NULL;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * G_B24_1 = NULL;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B23_0 = NULL;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * G_B23_1 = NULL;
int32_t G_B25_0 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B25_1 = NULL;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * G_B25_2 = NULL;
int32_t G_B27_0 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B27_1 = NULL;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * G_B27_2 = NULL;
int32_t G_B26_0 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B26_1 = NULL;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * G_B26_2 = NULL;
int32_t G_B28_0 = 0;
int32_t G_B28_1 = 0;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * G_B28_2 = NULL;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * G_B28_3 = NULL;
{
// if (!_storage.TryGetValue(_controller.selectedPageId, out gv))
Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * L_0 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_1);
String_t* L_2 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_3 = Dictionary_2_TryGetValue_mDF352C956815FC294AFF60F5007F68FCEFDB4C83(L_0, L_2, (GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mDF352C956815FC294AFF60F5007F68FCEFDB4C83_RuntimeMethod_var);
if (L_3)
{
goto IL_0021;
}
}
{
// gv = _default;
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_4 = __this->get__default_5();
V_0 = L_4;
}
IL_0021:
{
// if (_tweenConfig != null && _tweenConfig.tween && UIPackage._constructing == 0 && !disableAllTweenEffect)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_5 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
if (!L_5)
{
goto IL_022f;
}
}
{
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_6 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_6);
bool L_7 = L_6->get_tween_0();
if (!L_7)
{
goto IL_022f;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
int32_t L_8 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__constructing_12();
if (L_8)
{
goto IL_022f;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var);
bool L_9 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581_StaticFields*)il2cpp_codegen_static_fields_for(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var))->get_disableAllTweenEffect_0();
if (L_9)
{
goto IL_022f;
}
}
{
// if (_tweenConfig._tweener != null)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_10 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_10);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_11 = L_10->get__tweener_5();
if (!L_11)
{
goto IL_00f4;
}
}
{
// if (_tweenConfig._tweener.endValue.x != gv.width || _tweenConfig._tweener.endValue.y != gv.height
// || _tweenConfig._tweener.endValue.z != gv.scaleX || _tweenConfig._tweener.endValue.w != gv.scaleY)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_12 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_12);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_13 = L_12->get__tweener_5();
NullCheck(L_13);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_14 = GTweener_get_endValue_mC646F9CBF41022753C17F3CF1A9D98B18D86651E_inline(L_13, /*hidden argument*/NULL);
NullCheck(L_14);
float L_15 = L_14->get_x_0();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_16 = V_0;
NullCheck(L_16);
float L_17 = L_16->get_width_0();
if ((!(((float)L_15) == ((float)L_17))))
{
goto IL_00d4;
}
}
{
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_18 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_18);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_19 = L_18->get__tweener_5();
NullCheck(L_19);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_20 = GTweener_get_endValue_mC646F9CBF41022753C17F3CF1A9D98B18D86651E_inline(L_19, /*hidden argument*/NULL);
NullCheck(L_20);
float L_21 = L_20->get_y_1();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_22 = V_0;
NullCheck(L_22);
float L_23 = L_22->get_height_1();
if ((!(((float)L_21) == ((float)L_23))))
{
goto IL_00d4;
}
}
{
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_24 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_24);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_25 = L_24->get__tweener_5();
NullCheck(L_25);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_26 = GTweener_get_endValue_mC646F9CBF41022753C17F3CF1A9D98B18D86651E_inline(L_25, /*hidden argument*/NULL);
NullCheck(L_26);
float L_27 = L_26->get_z_2();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_28 = V_0;
NullCheck(L_28);
float L_29 = L_28->get_scaleX_2();
if ((!(((float)L_27) == ((float)L_29))))
{
goto IL_00d4;
}
}
{
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_30 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_30);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_31 = L_30->get__tweener_5();
NullCheck(L_31);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_32 = GTweener_get_endValue_mC646F9CBF41022753C17F3CF1A9D98B18D86651E_inline(L_31, /*hidden argument*/NULL);
NullCheck(L_32);
float L_33 = L_32->get_w_3();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_34 = V_0;
NullCheck(L_34);
float L_35 = L_34->get_scaleY_3();
if ((((float)L_33) == ((float)L_35)))
{
goto IL_00f3;
}
}
IL_00d4:
{
// _tweenConfig._tweener.Kill(true);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_36 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_36);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_37 = L_36->get__tweener_5();
NullCheck(L_37);
GTweener_Kill_mCCC79DE51185B6D32A1E0C143A21275C6E8E0997(L_37, (bool)1, /*hidden argument*/NULL);
// _tweenConfig._tweener = null;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_38 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_38);
L_38->set__tweener_5((GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL);
// }
goto IL_00f4;
}
IL_00f3:
{
// return;
return;
}
IL_00f4:
{
// bool a = gv.width != _owner.width || gv.height != _owner.height;
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_39 = V_0;
NullCheck(L_39);
float L_40 = L_39->get_width_0();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_41 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_41);
float L_42 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_41, /*hidden argument*/NULL);
if ((!(((float)L_40) == ((float)L_42))))
{
goto IL_011f;
}
}
{
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_43 = V_0;
NullCheck(L_43);
float L_44 = L_43->get_height_1();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_45 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_45);
float L_46 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_45, /*hidden argument*/NULL);
G_B16_0 = ((((int32_t)((((float)L_44) == ((float)L_46))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0120;
}
IL_011f:
{
G_B16_0 = 1;
}
IL_0120:
{
V_1 = (bool)G_B16_0;
// bool b = gv.scaleX != _owner.scaleX || gv.scaleY != _owner.scaleY;
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_47 = V_0;
NullCheck(L_47);
float L_48 = L_47->get_scaleX_2();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_49 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_49);
float L_50 = GObject_get_scaleX_m67F271CDE40D793156923C4AFE8C643CD569D62C_inline(L_49, /*hidden argument*/NULL);
if ((!(((float)L_48) == ((float)L_50))))
{
goto IL_014c;
}
}
{
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_51 = V_0;
NullCheck(L_51);
float L_52 = L_51->get_scaleY_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_53 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_53);
float L_54 = GObject_get_scaleY_m8505506C24D3A12C36BFC235652C0723888B4D59_inline(L_53, /*hidden argument*/NULL);
G_B19_0 = ((((int32_t)((((float)L_52) == ((float)L_54))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_014d;
}
IL_014c:
{
G_B19_0 = 1;
}
IL_014d:
{
V_2 = (bool)G_B19_0;
// if (a || b)
bool L_55 = V_1;
bool L_56 = V_2;
if (!((int32_t)((int32_t)L_55|(int32_t)L_56)))
{
goto IL_0287;
}
}
{
// if (_owner.CheckGearController(0, _controller))
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_57 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_58 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_57);
bool L_59 = GObject_CheckGearController_m7D63340F3DA48A8D9D68FE665A185CBEC91A5D9D(L_57, 0, L_58, /*hidden argument*/NULL);
if (!L_59)
{
goto IL_0180;
}
}
{
// _tweenConfig._displayLockToken = _owner.AddDisplayLock();
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_60 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_61 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_61);
uint32_t L_62 = GObject_AddDisplayLock_m3C5A7CC21DA6E22859E7710EE8A648C803C07159(L_61, /*hidden argument*/NULL);
NullCheck(L_60);
L_60->set__displayLockToken_4(L_62);
}
IL_0180:
{
// _tweenConfig._tweener = GTween.To(new Vector4(_owner.width, _owner.height, _owner.scaleX, _owner.scaleY),
// new Vector4(gv.width, gv.height, gv.scaleX, gv.scaleY), _tweenConfig.duration)
// .SetDelay(_tweenConfig.delay)
// .SetEase(_tweenConfig.easeType)
// .SetUserData((a ? 1 : 0) + (b ? 2 : 0))
// .SetTarget(this)
// .SetListener(this);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_63 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_64 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_64);
float L_65 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_64, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_66 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_66);
float L_67 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_66, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_68 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_68);
float L_69 = GObject_get_scaleX_m67F271CDE40D793156923C4AFE8C643CD569D62C_inline(L_68, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_70 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_70);
float L_71 = GObject_get_scaleY_m8505506C24D3A12C36BFC235652C0723888B4D59_inline(L_70, /*hidden argument*/NULL);
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_72;
memset((&L_72), 0, sizeof(L_72));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_72), L_65, L_67, L_69, L_71, /*hidden argument*/NULL);
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_73 = V_0;
NullCheck(L_73);
float L_74 = L_73->get_width_0();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_75 = V_0;
NullCheck(L_75);
float L_76 = L_75->get_height_1();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_77 = V_0;
NullCheck(L_77);
float L_78 = L_77->get_scaleX_2();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_79 = V_0;
NullCheck(L_79);
float L_80 = L_79->get_scaleY_3();
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E L_81;
memset((&L_81), 0, sizeof(L_81));
Vector4__ctor_m545458525879607A5392A10B175D0C19B2BC715D((&L_81), L_74, L_76, L_78, L_80, /*hidden argument*/NULL);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_82 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_82);
float L_83 = L_82->get_duration_2();
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_84 = GTween_To_mDA06E811102E2CDE27250A052111C9410B24554A(L_72, L_81, L_83, /*hidden argument*/NULL);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_85 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_85);
float L_86 = L_85->get_delay_3();
NullCheck(L_84);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_87 = GTweener_SetDelay_m8FC9B4F7F97C5F29E5BCA344B00CFAD995F4FD70(L_84, L_86, /*hidden argument*/NULL);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_88 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_88);
int32_t L_89 = L_88->get_easeType_1();
NullCheck(L_87);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_90 = GTweener_SetEase_mF91A771B8A57093C78AD3E8545802266DACF6AEC(L_87, L_89, /*hidden argument*/NULL);
bool L_91 = V_1;
G_B23_0 = L_90;
G_B23_1 = L_63;
if (L_91)
{
G_B24_0 = L_90;
G_B24_1 = L_63;
goto IL_020a;
}
}
{
G_B25_0 = 0;
G_B25_1 = G_B23_0;
G_B25_2 = G_B23_1;
goto IL_020b;
}
IL_020a:
{
G_B25_0 = 1;
G_B25_1 = G_B24_0;
G_B25_2 = G_B24_1;
}
IL_020b:
{
bool L_92 = V_2;
G_B26_0 = G_B25_0;
G_B26_1 = G_B25_1;
G_B26_2 = G_B25_2;
if (L_92)
{
G_B27_0 = G_B25_0;
G_B27_1 = G_B25_1;
G_B27_2 = G_B25_2;
goto IL_0211;
}
}
{
G_B28_0 = 0;
G_B28_1 = G_B26_0;
G_B28_2 = G_B26_1;
G_B28_3 = G_B26_2;
goto IL_0212;
}
IL_0211:
{
G_B28_0 = 2;
G_B28_1 = G_B27_0;
G_B28_2 = G_B27_1;
G_B28_3 = G_B27_2;
}
IL_0212:
{
int32_t L_93 = ((int32_t)il2cpp_codegen_add((int32_t)G_B28_1, (int32_t)G_B28_0));
RuntimeObject * L_94 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_93);
NullCheck(G_B28_2);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_95 = GTweener_SetUserData_mDD92C2722251D7AF6937928C21E225B257291DDF(G_B28_2, L_94, /*hidden argument*/NULL);
NullCheck(L_95);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_96 = GTweener_SetTarget_m95CDEB77F5F56289AE46FCFAAEE2448830B44F26(L_95, __this, /*hidden argument*/NULL);
NullCheck(L_96);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_97 = GTweener_SetListener_mF4054E00E54DF889916E7D607CA14E2F2C371482(L_96, __this, /*hidden argument*/NULL);
NullCheck(G_B28_3);
G_B28_3->set__tweener_5(L_97);
// }
return;
}
IL_022f:
{
// _owner._gearLocked = true;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_98 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_98);
L_98->set__gearLocked_65((bool)1);
// _owner.SetSize(gv.width, gv.height, _owner.CheckGearController(1, _controller));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_99 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_100 = V_0;
NullCheck(L_100);
float L_101 = L_100->get_width_0();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_102 = V_0;
NullCheck(L_102);
float L_103 = L_102->get_height_1();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_104 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_105 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_104);
bool L_106 = GObject_CheckGearController_m7D63340F3DA48A8D9D68FE665A185CBEC91A5D9D(L_104, 1, L_105, /*hidden argument*/NULL);
NullCheck(L_99);
GObject_SetSize_m5E66F438903186E8953734C4352E775353E07830(L_99, L_101, L_103, L_106, /*hidden argument*/NULL);
// _owner.SetScale(gv.scaleX, gv.scaleY);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_107 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_108 = V_0;
NullCheck(L_108);
float L_109 = L_108->get_scaleX_2();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_110 = V_0;
NullCheck(L_110);
float L_111 = L_110->get_scaleY_3();
NullCheck(L_107);
GObject_SetScale_m0681416DAD5C0BB4E09811BA8E608113D10F7241(L_107, L_109, L_111, /*hidden argument*/NULL);
// _owner._gearLocked = false;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_112 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_112);
L_112->set__gearLocked_65((bool)0);
}
IL_0287:
{
// }
return;
}
}
// System.Void FairyGUI.GearSize::OnTweenStart(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearSize_OnTweenStart_m079476B015FCB91CB3B8FC61C221F955F47250C7 (GearSize_tE764F281002A2A4BAB1663882781ECC148C08D57 * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void FairyGUI.GearSize::OnTweenUpdate(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearSize_OnTweenUpdate_m7FCA31C59E5F662E2E3291080245FF412327AE4B (GearSize_tE764F281002A2A4BAB1663882781ECC148C08D57 * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearSize_OnTweenUpdate_m7FCA31C59E5F662E2E3291080245FF412327AE4B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
{
// _owner._gearLocked = true;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_0);
L_0->set__gearLocked_65((bool)1);
// int flag = (int)tweener.userData;
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_1 = ___tweener0;
NullCheck(L_1);
RuntimeObject * L_2 = GTweener_get_userData_m3B924385C746F8859A15258BFDA5B453D681D273_inline(L_1, /*hidden argument*/NULL);
// if ((flag & 1) != 0)
int32_t L_3 = ((*(int32_t*)((int32_t*)UnBox(L_2, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
G_B1_0 = L_3;
if (!((int32_t)((int32_t)L_3&(int32_t)1)))
{
G_B2_0 = L_3;
goto IL_004f;
}
}
{
// _owner.SetSize(tweener.value.x, tweener.value.y, _owner.CheckGearController(1, _controller));
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_4 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_5 = ___tweener0;
NullCheck(L_5);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_6 = GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
float L_7 = L_6->get_x_0();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_8 = ___tweener0;
NullCheck(L_8);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_9 = GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline(L_8, /*hidden argument*/NULL);
NullCheck(L_9);
float L_10 = L_9->get_y_1();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_12 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_11);
bool L_13 = GObject_CheckGearController_m7D63340F3DA48A8D9D68FE665A185CBEC91A5D9D(L_11, 1, L_12, /*hidden argument*/NULL);
NullCheck(L_4);
GObject_SetSize_m5E66F438903186E8953734C4352E775353E07830(L_4, L_7, L_10, L_13, /*hidden argument*/NULL);
G_B2_0 = G_B1_0;
}
IL_004f:
{
// if ((flag & 2) != 0)
if (!((int32_t)((int32_t)G_B2_0&(int32_t)2)))
{
goto IL_0074;
}
}
{
// _owner.SetScale(tweener.value.z, tweener.value.w);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_14 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_15 = ___tweener0;
NullCheck(L_15);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_16 = GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline(L_15, /*hidden argument*/NULL);
NullCheck(L_16);
float L_17 = L_16->get_z_2();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_18 = ___tweener0;
NullCheck(L_18);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_19 = GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline(L_18, /*hidden argument*/NULL);
NullCheck(L_19);
float L_20 = L_19->get_w_3();
NullCheck(L_14);
GObject_SetScale_m0681416DAD5C0BB4E09811BA8E608113D10F7241(L_14, L_17, L_20, /*hidden argument*/NULL);
}
IL_0074:
{
// _owner._gearLocked = false;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_21 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_21);
L_21->set__gearLocked_65((bool)0);
// _owner.InvalidateBatchingState();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_22 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_22);
GObject_InvalidateBatchingState_m431A1A176E8C939D9F0A39195EAA57CDC3A7F202(L_22, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GearSize::OnTweenComplete(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearSize_OnTweenComplete_mB103DB7CD4024302C6E680C87DD7263E65A0BA70 (GearSize_tE764F281002A2A4BAB1663882781ECC148C08D57 * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearSize_OnTweenComplete_mB103DB7CD4024302C6E680C87DD7263E65A0BA70_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _tweenConfig._tweener = null;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_0);
L_0->set__tweener_5((GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL);
// if (_tweenConfig._displayLockToken != 0)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_1 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_1);
uint32_t L_2 = L_1->get__displayLockToken_4();
if (!L_2)
{
goto IL_003b;
}
}
{
// _owner.ReleaseDisplayLock(_tweenConfig._displayLockToken);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_4 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_4);
uint32_t L_5 = L_4->get__displayLockToken_4();
NullCheck(L_3);
GObject_ReleaseDisplayLock_mA4DBDE9EF4838C1427E40CA44F977BE5887D8D09(L_3, L_5, /*hidden argument*/NULL);
// _tweenConfig._displayLockToken = 0;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_6 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_6);
L_6->set__displayLockToken_4(0);
}
IL_003b:
{
// _owner.DispatchEvent("onGearStop", this);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_7);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(L_7, _stringLiteral06ECA80C826A3BFE5490BB68082E0F113BF05EA9, __this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GearSize::UpdateState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearSize_UpdateState_m852E20AA42AECD8ED0BD4DDE67C7A6EC73DA190D (GearSize_tE764F281002A2A4BAB1663882781ECC148C08D57 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearSize_UpdateState_m852E20AA42AECD8ED0BD4DDE67C7A6EC73DA190D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * V_0 = NULL;
{
// if (!_storage.TryGetValue(_controller.selectedPageId, out gv))
Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * L_0 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_1);
String_t* L_2 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_3 = Dictionary_2_TryGetValue_mDF352C956815FC294AFF60F5007F68FCEFDB4C83(L_0, L_2, (GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mDF352C956815FC294AFF60F5007F68FCEFDB4C83_RuntimeMethod_var);
if (L_3)
{
goto IL_0062;
}
}
{
// _storage[_controller.selectedPageId] = new GearSizeValue(_owner.width, _owner.height, _owner.scaleX, _owner.scaleY);
Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * L_4 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_5 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_5);
String_t* L_6 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_5, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_7);
float L_8 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_7, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_9);
float L_10 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_9, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_11 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_11);
float L_12 = GObject_get_scaleX_m67F271CDE40D793156923C4AFE8C643CD569D62C_inline(L_11, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_13);
float L_14 = GObject_get_scaleY_m8505506C24D3A12C36BFC235652C0723888B4D59_inline(L_13, /*hidden argument*/NULL);
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_15 = (GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA *)il2cpp_codegen_object_new(GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA_il2cpp_TypeInfo_var);
GearSizeValue__ctor_mDE5D607E1A9B6E450800741500CD7F7E56177224(L_15, L_8, L_10, L_12, L_14, /*hidden argument*/NULL);
NullCheck(L_4);
Dictionary_2_set_Item_mD1406299AB8FBB54A87A99D489FA36ABFD0BC399(L_4, L_6, L_15, /*hidden argument*/Dictionary_2_set_Item_mD1406299AB8FBB54A87A99D489FA36ABFD0BC399_RuntimeMethod_var);
return;
}
IL_0062:
{
// gv.width = _owner.width;
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_16 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_17 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_17);
float L_18 = GObject_get_width_m5D00C257400C09736E7E2ADE1C8E3CA124F52D82_inline(L_17, /*hidden argument*/NULL);
NullCheck(L_16);
L_16->set_width_0(L_18);
// gv.height = _owner.height;
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_19 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_20 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_20);
float L_21 = GObject_get_height_m729B13002F09F688D2F7CF1BF9F2F67ABCDF4368_inline(L_20, /*hidden argument*/NULL);
NullCheck(L_19);
L_19->set_height_1(L_21);
// gv.scaleX = _owner.scaleX;
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_22 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_23 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_23);
float L_24 = GObject_get_scaleX_m67F271CDE40D793156923C4AFE8C643CD569D62C_inline(L_23, /*hidden argument*/NULL);
NullCheck(L_22);
L_22->set_scaleX_2(L_24);
// gv.scaleY = _owner.scaleY;
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_25 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_26 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_26);
float L_27 = GObject_get_scaleY_m8505506C24D3A12C36BFC235652C0723888B4D59_inline(L_26, /*hidden argument*/NULL);
NullCheck(L_25);
L_25->set_scaleY_3(L_27);
// }
return;
}
}
// System.Void FairyGUI.GearSize::UpdateFromRelations(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearSize_UpdateFromRelations_mC6B2920812A5B07B67F27D2DA48DA1FADD4D7F39 (GearSize_tE764F281002A2A4BAB1663882781ECC148C08D57 * __this, float ___dx0, float ___dy1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearSize_UpdateFromRelations_mC6B2920812A5B07B67F27D2DA48DA1FADD4D7F39_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201 V_0;
memset((&V_0), 0, sizeof(V_0));
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// if (_controller != null && _storage != null)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
if (!L_0)
{
goto IL_008d;
}
}
{
Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * L_1 = __this->get__storage_4();
if (!L_1)
{
goto IL_008d;
}
}
{
// foreach (GearSizeValue gv in _storage.Values)
Dictionary_2_tC1131D49356596094D50A2A9DDAA4F09F38EBF6E * L_2 = __this->get__storage_4();
NullCheck(L_2);
ValueCollection_tD538C3F6821EAC11CF158F1A336CB1655C9DF3B5 * L_3 = Dictionary_2_get_Values_m9FE5CB3CE954675938A23AA832C00EF7793D0DF9(L_2, /*hidden argument*/Dictionary_2_get_Values_m9FE5CB3CE954675938A23AA832C00EF7793D0DF9_RuntimeMethod_var);
NullCheck(L_3);
Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201 L_4 = ValueCollection_GetEnumerator_mB4599F94F3F9194DCF16FBAF25DE4F326748BC0D(L_3, /*hidden argument*/ValueCollection_GetEnumerator_mB4599F94F3F9194DCF16FBAF25DE4F326748BC0D_RuntimeMethod_var);
V_0 = L_4;
}
IL_0024:
try
{ // begin try (depth: 1)
{
goto IL_0048;
}
IL_0026:
{
// foreach (GearSizeValue gv in _storage.Values)
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_5 = Enumerator_get_Current_mAA989306F9A8430FFC8CBABCD760B0CA065F915A_inline((Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mAA989306F9A8430FFC8CBABCD760B0CA065F915A_RuntimeMethod_var);
// gv.width += dx;
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_6 = L_5;
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_7 = L_6;
NullCheck(L_7);
float L_8 = L_7->get_width_0();
float L_9 = ___dx0;
NullCheck(L_7);
L_7->set_width_0(((float)il2cpp_codegen_add((float)L_8, (float)L_9)));
// gv.height += dy;
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_10 = L_6;
NullCheck(L_10);
float L_11 = L_10->get_height_1();
float L_12 = ___dy1;
NullCheck(L_10);
L_10->set_height_1(((float)il2cpp_codegen_add((float)L_11, (float)L_12)));
}
IL_0048:
{
// foreach (GearSizeValue gv in _storage.Values)
bool L_13 = Enumerator_MoveNext_mCC5BDD1AFA5506197BFBD6D5EBD289274F5430DA((Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mCC5BDD1AFA5506197BFBD6D5EBD289274F5430DA_RuntimeMethod_var);
if (L_13)
{
goto IL_0026;
}
}
IL_0051:
{
IL2CPP_LEAVE(0x61, FINALLY_0053);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0053;
}
FINALLY_0053:
{ // begin finally (depth: 1)
Enumerator_Dispose_mA928649A322FE90132B1750B95B53637738E1F3C((Enumerator_t43AE4FF56D38885CDF4D3AB756DEE80312CC3201 *)(&V_0), /*hidden argument*/Enumerator_Dispose_mA928649A322FE90132B1750B95B53637738E1F3C_RuntimeMethod_var);
IL2CPP_END_FINALLY(83)
} // end finally (depth: 1)
IL2CPP_CLEANUP(83)
{
IL2CPP_JUMP_TBL(0x61, IL_0061)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0061:
{
// _default.width += dx;
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_14 = __this->get__default_5();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_15 = L_14;
NullCheck(L_15);
float L_16 = L_15->get_width_0();
float L_17 = ___dx0;
NullCheck(L_15);
L_15->set_width_0(((float)il2cpp_codegen_add((float)L_16, (float)L_17)));
// _default.height += dy;
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_18 = __this->get__default_5();
GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * L_19 = L_18;
NullCheck(L_19);
float L_20 = L_19->get_height_1();
float L_21 = ___dy1;
NullCheck(L_19);
L_19->set_height_1(((float)il2cpp_codegen_add((float)L_20, (float)L_21)));
// UpdateState();
VirtActionInvoker0::Invoke(8 /* System.Void FairyGUI.GearBase::UpdateState() */, __this);
}
IL_008d:
{
// }
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.GearSizeValue::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearSizeValue__ctor_mDE5D607E1A9B6E450800741500CD7F7E56177224 (GearSizeValue_t0B536F9803B9385E440094AE94C38B685D332EEA * __this, float ___width0, float ___height1, float ___scaleX2, float ___scaleY3, const RuntimeMethod* method)
{
{
// public GearSizeValue(float width, float height, float scaleX, float scaleY)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// this.width = width;
float L_0 = ___width0;
__this->set_width_0(L_0);
// this.height = height;
float L_1 = ___height1;
__this->set_height_1(L_1);
// this.scaleX = scaleX;
float L_2 = ___scaleX2;
__this->set_scaleX_2(L_2);
// this.scaleY = scaleY;
float L_3 = ___scaleY3;
__this->set_scaleY_3(L_3);
// }
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.GearText::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearText__ctor_m51FA3AF526F640F39873AA8A0FB141E652757E81 (GearText_t1C2F30DB14D35B78EEAC724A6CDF239E0285B317 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___owner0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearText__ctor_m51FA3AF526F640F39873AA8A0FB141E652757E81_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// : base(owner)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___owner0;
IL2CPP_RUNTIME_CLASS_INIT(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var);
GearBase__ctor_m5C1DB5D7B1DA4A401F1143DE2199DCFE278BFEED(__this, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GearText::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearText_Init_mE3810E91F87FC9C6EFA4E88D2679C374EFEEF31C (GearText_t1C2F30DB14D35B78EEAC724A6CDF239E0285B317 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearText_Init_mE3810E91F87FC9C6EFA4E88D2679C374EFEEF31C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _default = _owner.text;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(14 /* System.String FairyGUI.GObject::get_text() */, L_0);
__this->set__default_5(L_1);
// _storage = new Dictionary<string, string>();
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_2 = (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)il2cpp_codegen_object_new(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B(L_2, /*hidden argument*/Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var);
__this->set__storage_4(L_2);
// }
return;
}
}
// System.Void FairyGUI.GearText::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearText_AddStatus_mF93E5A24A7D9B5EB97E4D1F0ED963BFA848E8CFE (GearText_t1C2F30DB14D35B78EEAC724A6CDF239E0285B317 * __this, String_t* ___pageId0, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearText_AddStatus_mF93E5A24A7D9B5EB97E4D1F0ED963BFA848E8CFE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (pageId == null)
String_t* L_0 = ___pageId0;
if (L_0)
{
goto IL_0010;
}
}
{
// _default = buffer.ReadS();
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_1 = ___buffer1;
NullCheck(L_1);
String_t* L_2 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_1, /*hidden argument*/NULL);
__this->set__default_5(L_2);
return;
}
IL_0010:
{
// _storage[pageId] = buffer.ReadS();
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_3 = __this->get__storage_4();
String_t* L_4 = ___pageId0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_5 = ___buffer1;
NullCheck(L_5);
String_t* L_6 = ByteBuffer_ReadS_mC497272A7CE63FF5C6B818B7084FA4AEF36B7D92(L_5, /*hidden argument*/NULL);
NullCheck(L_3);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_3, L_4, L_6, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.GearText::Apply()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearText_Apply_mD9F449EF1D2B0DAB92DC0C23B62CDF8B00758779 (GearText_t1C2F30DB14D35B78EEAC724A6CDF239E0285B317 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearText_Apply_mD9F449EF1D2B0DAB92DC0C23B62CDF8B00758779_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// _owner._gearLocked = true;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_0);
L_0->set__gearLocked_65((bool)1);
// if (!_storage.TryGetValue(_controller.selectedPageId, out cv))
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_2 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_2);
String_t* L_3 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
bool L_4 = Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B(L_1, L_3, (String_t**)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var);
if (L_4)
{
goto IL_002d;
}
}
{
// cv = _default;
String_t* L_5 = __this->get__default_5();
V_0 = L_5;
}
IL_002d:
{
// _owner.text = cv;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_6 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
String_t* L_7 = V_0;
NullCheck(L_6);
VirtActionInvoker1< String_t* >::Invoke(15 /* System.Void FairyGUI.GObject::set_text(System.String) */, L_6, L_7);
// _owner._gearLocked = false;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_8);
L_8->set__gearLocked_65((bool)0);
// }
return;
}
}
// System.Void FairyGUI.GearText::UpdateState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearText_UpdateState_m4194450ABA27CFA85FA5F156A27F0CC73EA79894 (GearText_t1C2F30DB14D35B78EEAC724A6CDF239E0285B317 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearText_UpdateState_m4194450ABA27CFA85FA5F156A27F0CC73EA79894_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _storage[_controller.selectedPageId] = _owner.text;
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_0 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_1);
String_t* L_2 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_1, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(14 /* System.String FairyGUI.GObject::get_text() */, L_3);
NullCheck(L_0);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_0, L_2, L_4, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.GearTweenConfig::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearTweenConfig__ctor_m129B16A7553810C0B694AE96055A547CFDC5EAB7 (GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * __this, const RuntimeMethod* method)
{
{
// public GearTweenConfig()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// tween = true;
__this->set_tween_0((bool)1);
// easeType = EaseType.QuadOut;
__this->set_easeType_1(5);
// duration = 0.3f;
__this->set_duration_2((0.3f));
// delay = 0;
__this->set_delay_3((0.0f));
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FairyGUI.GearXY::.ctor(FairyGUI.GObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearXY__ctor_m626EDBFFDDE4733CDA52AFD22A4B1ACCE3A6EC41 (GearXY_t2A67A9ADFA993765E704E44FFADABD7B2A3B3F37 * __this, GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * ___owner0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearXY__ctor_m626EDBFFDDE4733CDA52AFD22A4B1ACCE3A6EC41_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// : base(owner)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ___owner0;
IL2CPP_RUNTIME_CLASS_INIT(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var);
GearBase__ctor_m5C1DB5D7B1DA4A401F1143DE2199DCFE278BFEED(__this, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GearXY::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearXY_Init_m01737AEBA0775171EDCED5E6C9A6D1BD34586B12 (GearXY_t2A67A9ADFA993765E704E44FFADABD7B2A3B3F37 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearXY_Init_m01737AEBA0775171EDCED5E6C9A6D1BD34586B12_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _default = new GearXYValue(_owner.x, _owner.y);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_0);
float L_1 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_0, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_2 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_2);
float L_3 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_2, /*hidden argument*/NULL);
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_4 = (GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 *)il2cpp_codegen_object_new(GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0_il2cpp_TypeInfo_var);
GearXYValue__ctor_mF40B2659A643192A53CAB75FF4AE4A348A0AD66E(L_4, L_1, L_3, /*hidden argument*/NULL);
__this->set__default_5(L_4);
// _storage = new Dictionary<string, GearXYValue>();
Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * L_5 = (Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 *)il2cpp_codegen_object_new(Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5_il2cpp_TypeInfo_var);
Dictionary_2__ctor_mEBDE176285A434529B43A7F7C3D0552E8D17A471(L_5, /*hidden argument*/Dictionary_2__ctor_mEBDE176285A434529B43A7F7C3D0552E8D17A471_RuntimeMethod_var);
__this->set__storage_4(L_5);
// }
return;
}
}
// System.Void FairyGUI.GearXY::AddStatus(System.String,FairyGUI.Utils.ByteBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearXY_AddStatus_mC3EF62003FC7BDAD2980F8C9199055A2B5683DB1 (GearXY_t2A67A9ADFA993765E704E44FFADABD7B2A3B3F37 * __this, String_t* ___pageId0, ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * ___buffer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearXY_AddStatus_mC3EF62003FC7BDAD2980F8C9199055A2B5683DB1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * V_0 = NULL;
{
// if (pageId == null)
String_t* L_0 = ___pageId0;
if (L_0)
{
goto IL_000c;
}
}
{
// gv = _default;
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_1 = __this->get__default_5();
V_0 = L_1;
goto IL_0029;
}
IL_000c:
{
// gv = new GearXYValue(0, 0);
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_2 = (GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 *)il2cpp_codegen_object_new(GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0_il2cpp_TypeInfo_var);
GearXYValue__ctor_mF40B2659A643192A53CAB75FF4AE4A348A0AD66E(L_2, (0.0f), (0.0f), /*hidden argument*/NULL);
V_0 = L_2;
// _storage[pageId] = gv;
Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * L_3 = __this->get__storage_4();
String_t* L_4 = ___pageId0;
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_5 = V_0;
NullCheck(L_3);
Dictionary_2_set_Item_mB2763F18FC6FB36C679F0480CBF242B0C89F0922(L_3, L_4, L_5, /*hidden argument*/Dictionary_2_set_Item_mB2763F18FC6FB36C679F0480CBF242B0C89F0922_RuntimeMethod_var);
}
IL_0029:
{
// gv.x = buffer.ReadInt();
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_6 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_7 = ___buffer1;
NullCheck(L_7);
int32_t L_8 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
L_6->set_x_0((((float)((float)L_8))));
// gv.y = buffer.ReadInt();
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_9 = V_0;
ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268 * L_10 = ___buffer1;
NullCheck(L_10);
int32_t L_11 = ByteBuffer_ReadInt_mC51A78E4890464B9AEE8C15B270B0F081F95BC80(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
L_9->set_y_1((((float)((float)L_11))));
// }
return;
}
}
// System.Void FairyGUI.GearXY::Apply()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearXY_Apply_mB4AA61700BEE62B4C2DD5E66853F2DD42CFAF853 (GearXY_t2A67A9ADFA993765E704E44FFADABD7B2A3B3F37 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearXY_Apply_mB4AA61700BEE62B4C2DD5E66853F2DD42CFAF853_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * V_0 = NULL;
{
// if (!_storage.TryGetValue(_controller.selectedPageId, out gv))
Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * L_0 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_1);
String_t* L_2 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_3 = Dictionary_2_TryGetValue_m9E5BFCC25C49AC344A08E51017656B76F17E696C(L_0, L_2, (GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m9E5BFCC25C49AC344A08E51017656B76F17E696C_RuntimeMethod_var);
if (L_3)
{
goto IL_0021;
}
}
{
// gv = _default;
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_4 = __this->get__default_5();
V_0 = L_4;
}
IL_0021:
{
// if (_tweenConfig != null && _tweenConfig.tween && UIPackage._constructing == 0 && !disableAllTweenEffect)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_5 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
if (!L_5)
{
goto IL_016e;
}
}
{
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_6 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_6);
bool L_7 = L_6->get_tween_0();
if (!L_7)
{
goto IL_016e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var);
int32_t L_8 = ((UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_StaticFields*)il2cpp_codegen_static_fields_for(UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var))->get__constructing_12();
if (L_8)
{
goto IL_016e;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var);
bool L_9 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581_StaticFields*)il2cpp_codegen_static_fields_for(GearBase_tBDF067E7033C8B233B2C533126942554E932B581_il2cpp_TypeInfo_var))->get_disableAllTweenEffect_0();
if (L_9)
{
goto IL_016e;
}
}
{
// if (_tweenConfig._tweener != null)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_10 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_10);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_11 = L_10->get__tweener_5();
if (!L_11)
{
goto IL_00b7;
}
}
{
// if (_tweenConfig._tweener.endValue.x != gv.x || _tweenConfig._tweener.endValue.y != gv.y)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_12 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_12);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_13 = L_12->get__tweener_5();
NullCheck(L_13);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_14 = GTweener_get_endValue_mC646F9CBF41022753C17F3CF1A9D98B18D86651E_inline(L_13, /*hidden argument*/NULL);
NullCheck(L_14);
float L_15 = L_14->get_x_0();
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_16 = V_0;
NullCheck(L_16);
float L_17 = L_16->get_x_0();
if ((!(((float)L_15) == ((float)L_17))))
{
goto IL_0097;
}
}
{
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_18 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_18);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_19 = L_18->get__tweener_5();
NullCheck(L_19);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_20 = GTweener_get_endValue_mC646F9CBF41022753C17F3CF1A9D98B18D86651E_inline(L_19, /*hidden argument*/NULL);
NullCheck(L_20);
float L_21 = L_20->get_y_1();
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_22 = V_0;
NullCheck(L_22);
float L_23 = L_22->get_y_1();
if ((((float)L_21) == ((float)L_23)))
{
goto IL_00b6;
}
}
IL_0097:
{
// _tweenConfig._tweener.Kill(true);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_24 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_24);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_25 = L_24->get__tweener_5();
NullCheck(L_25);
GTweener_Kill_mCCC79DE51185B6D32A1E0C143A21275C6E8E0997(L_25, (bool)1, /*hidden argument*/NULL);
// _tweenConfig._tweener = null;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_26 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_26);
L_26->set__tweener_5((GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL);
// }
goto IL_00b7;
}
IL_00b6:
{
// return;
return;
}
IL_00b7:
{
// if (_owner.x != gv.x || _owner.y != gv.y)
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_27 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_27);
float L_28 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_27, /*hidden argument*/NULL);
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_29 = V_0;
NullCheck(L_29);
float L_30 = L_29->get_x_0();
if ((!(((float)L_28) == ((float)L_30))))
{
goto IL_00e0;
}
}
{
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_31 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_31);
float L_32 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_31, /*hidden argument*/NULL);
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_33 = V_0;
NullCheck(L_33);
float L_34 = L_33->get_y_1();
if ((((float)L_32) == ((float)L_34)))
{
goto IL_019d;
}
}
IL_00e0:
{
// if (_owner.CheckGearController(0, _controller))
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_35 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_36 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_35);
bool L_37 = GObject_CheckGearController_m7D63340F3DA48A8D9D68FE665A185CBEC91A5D9D(L_35, 0, L_36, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_010a;
}
}
{
// _tweenConfig._displayLockToken = _owner.AddDisplayLock();
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_38 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_39 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_39);
uint32_t L_40 = GObject_AddDisplayLock_m3C5A7CC21DA6E22859E7710EE8A648C803C07159(L_39, /*hidden argument*/NULL);
NullCheck(L_38);
L_38->set__displayLockToken_4(L_40);
}
IL_010a:
{
// _tweenConfig._tweener = GTween.To(_owner.xy, new Vector2(gv.x, gv.y), _tweenConfig.duration)
// .SetDelay(_tweenConfig.delay)
// .SetEase(_tweenConfig.easeType)
// .SetTarget(this)
// .SetListener(this);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_41 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_42 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_42);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_43 = GObject_get_xy_m034BE52C48EFEA693A75DED3BC34A14B9C48332E(L_42, /*hidden argument*/NULL);
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_44 = V_0;
NullCheck(L_44);
float L_45 = L_44->get_x_0();
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_46 = V_0;
NullCheck(L_46);
float L_47 = L_46->get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_48;
memset((&L_48), 0, sizeof(L_48));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_48), L_45, L_47, /*hidden argument*/NULL);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_49 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_49);
float L_50 = L_49->get_duration_2();
IL2CPP_RUNTIME_CLASS_INIT(GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_51 = GTween_To_m565DF71C5577CF63482B6EC64105A6ABD68D6A6A(L_43, L_48, L_50, /*hidden argument*/NULL);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_52 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_52);
float L_53 = L_52->get_delay_3();
NullCheck(L_51);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_54 = GTweener_SetDelay_m8FC9B4F7F97C5F29E5BCA344B00CFAD995F4FD70(L_51, L_53, /*hidden argument*/NULL);
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_55 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_55);
int32_t L_56 = L_55->get_easeType_1();
NullCheck(L_54);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_57 = GTweener_SetEase_mF91A771B8A57093C78AD3E8545802266DACF6AEC(L_54, L_56, /*hidden argument*/NULL);
NullCheck(L_57);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_58 = GTweener_SetTarget_m95CDEB77F5F56289AE46FCFAAEE2448830B44F26(L_57, __this, /*hidden argument*/NULL);
NullCheck(L_58);
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_59 = GTweener_SetListener_mF4054E00E54DF889916E7D607CA14E2F2C371482(L_58, __this, /*hidden argument*/NULL);
NullCheck(L_41);
L_41->set__tweener_5(L_59);
// }
return;
}
IL_016e:
{
// _owner._gearLocked = true;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_60 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_60);
L_60->set__gearLocked_65((bool)1);
// _owner.SetXY(gv.x, gv.y);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_61 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_62 = V_0;
NullCheck(L_62);
float L_63 = L_62->get_x_0();
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_64 = V_0;
NullCheck(L_64);
float L_65 = L_64->get_y_1();
NullCheck(L_61);
GObject_SetXY_mE2ED649A53C135D8AFCFF82139CF83E1647D8D01(L_61, L_63, L_65, /*hidden argument*/NULL);
// _owner._gearLocked = false;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_66 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_66);
L_66->set__gearLocked_65((bool)0);
}
IL_019d:
{
// }
return;
}
}
// System.Void FairyGUI.GearXY::OnTweenStart(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearXY_OnTweenStart_mA8AE0E87E2BA55AEBAB0D5039289FD22518E7F37 (GearXY_t2A67A9ADFA993765E704E44FFADABD7B2A3B3F37 * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void FairyGUI.GearXY::OnTweenUpdate(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearXY_OnTweenUpdate_m29DDF3AF1C605E38F07A8894779EF6950835BF3B (GearXY_t2A67A9ADFA993765E704E44FFADABD7B2A3B3F37 * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method)
{
{
// _owner._gearLocked = true;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_0);
L_0->set__gearLocked_65((bool)1);
// _owner.SetXY(tweener.value.x, tweener.value.y);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_1 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_2 = ___tweener0;
NullCheck(L_2);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_3 = GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
float L_4 = L_3->get_x_0();
GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * L_5 = ___tweener0;
NullCheck(L_5);
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_6 = GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
float L_7 = L_6->get_y_1();
NullCheck(L_1);
GObject_SetXY_mE2ED649A53C135D8AFCFF82139CF83E1647D8D01(L_1, L_4, L_7, /*hidden argument*/NULL);
// _owner._gearLocked = false;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_8 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_8);
L_8->set__gearLocked_65((bool)0);
// _owner.InvalidateBatchingState();
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_9);
GObject_InvalidateBatchingState_m431A1A176E8C939D9F0A39195EAA57CDC3A7F202(L_9, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GearXY::OnTweenComplete(FairyGUI.GTweener)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearXY_OnTweenComplete_m45D6FCBE392DD81A6526A84FE47DF3F913A00E44 (GearXY_t2A67A9ADFA993765E704E44FFADABD7B2A3B3F37 * __this, GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * ___tweener0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearXY_OnTweenComplete_m45D6FCBE392DD81A6526A84FE47DF3F913A00E44_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _tweenConfig._tweener = null;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_0);
L_0->set__tweener_5((GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C *)NULL);
// if (_tweenConfig._displayLockToken != 0)
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_1 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_1);
uint32_t L_2 = L_1->get__displayLockToken_4();
if (!L_2)
{
goto IL_003b;
}
}
{
// _owner.ReleaseDisplayLock(_tweenConfig._displayLockToken);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_3 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_4 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_4);
uint32_t L_5 = L_4->get__displayLockToken_4();
NullCheck(L_3);
GObject_ReleaseDisplayLock_mA4DBDE9EF4838C1427E40CA44F977BE5887D8D09(L_3, L_5, /*hidden argument*/NULL);
// _tweenConfig._displayLockToken = 0;
GearTweenConfig_t91F2707E1E5A4BFEB07EC48F3405DDF42F292BB1 * L_6 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__tweenConfig_3();
NullCheck(L_6);
L_6->set__displayLockToken_4(0);
}
IL_003b:
{
// _owner.DispatchEvent("onGearStop", this);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_7);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(L_7, _stringLiteral06ECA80C826A3BFE5490BB68082E0F113BF05EA9, __this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GearXY::UpdateState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearXY_UpdateState_mA0542AC5AD65A3239DB946E8E5DAF5A39C5C85F4 (GearXY_t2A67A9ADFA993765E704E44FFADABD7B2A3B3F37 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearXY_UpdateState_mA0542AC5AD65A3239DB946E8E5DAF5A39C5C85F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * V_0 = NULL;
{
// if (!_storage.TryGetValue(_controller.selectedPageId, out gv))
Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * L_0 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_1 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_1);
String_t* L_2 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_3 = Dictionary_2_TryGetValue_m9E5BFCC25C49AC344A08E51017656B76F17E696C(L_0, L_2, (GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m9E5BFCC25C49AC344A08E51017656B76F17E696C_RuntimeMethod_var);
if (L_3)
{
goto IL_004c;
}
}
{
// _storage[_controller.selectedPageId] = new GearXYValue(_owner.x, _owner.y);
Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * L_4 = __this->get__storage_4();
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_5 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
NullCheck(L_5);
String_t* L_6 = Controller_get_selectedPageId_m382B3C544980C5E7FDB242FA670C7B2F287D1C22(L_5, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_7 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_7);
float L_8 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_7, /*hidden argument*/NULL);
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_9 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_9);
float L_10 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_9, /*hidden argument*/NULL);
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_11 = (GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 *)il2cpp_codegen_object_new(GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0_il2cpp_TypeInfo_var);
GearXYValue__ctor_mF40B2659A643192A53CAB75FF4AE4A348A0AD66E(L_11, L_8, L_10, /*hidden argument*/NULL);
NullCheck(L_4);
Dictionary_2_set_Item_mB2763F18FC6FB36C679F0480CBF242B0C89F0922(L_4, L_6, L_11, /*hidden argument*/Dictionary_2_set_Item_mB2763F18FC6FB36C679F0480CBF242B0C89F0922_RuntimeMethod_var);
return;
}
IL_004c:
{
// gv.x = _owner.x;
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_12 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_13 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_13);
float L_14 = GObject_get_x_m46AEF1ADF13EDE6346B32B66886F83E89B4D4F4D_inline(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
L_12->set_x_0(L_14);
// gv.y = _owner.y;
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_15 = V_0;
GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * L_16 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__owner_1();
NullCheck(L_16);
float L_17 = GObject_get_y_m0FEF0B1384913BFC5A0BA2E82572694129129A05_inline(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
L_15->set_y_1(L_17);
// }
return;
}
}
// System.Void FairyGUI.GearXY::UpdateFromRelations(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearXY_UpdateFromRelations_mA8A3322768F41A81F6B9C5875E072F0297E902FB (GearXY_t2A67A9ADFA993765E704E44FFADABD7B2A3B3F37 * __this, float ___dx0, float ___dy1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GearXY_UpdateFromRelations_mA8A3322768F41A81F6B9C5875E072F0297E902FB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82 V_0;
memset((&V_0), 0, sizeof(V_0));
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// if (_controller != null && _storage != null)
Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64 * L_0 = ((GearBase_tBDF067E7033C8B233B2C533126942554E932B581 *)__this)->get__controller_2();
if (!L_0)
{
goto IL_008d;
}
}
{
Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * L_1 = __this->get__storage_4();
if (!L_1)
{
goto IL_008d;
}
}
{
// foreach (GearXYValue gv in _storage.Values)
Dictionary_2_tF2FEE97631358AC0BEF33BE38BFDB5E0FB3115A5 * L_2 = __this->get__storage_4();
NullCheck(L_2);
ValueCollection_tC0B8F169B5AD63E0627124C0254F36F6B1D4F1AA * L_3 = Dictionary_2_get_Values_mA1C38F344B25092A67491218175E975C47A9AEB8(L_2, /*hidden argument*/Dictionary_2_get_Values_mA1C38F344B25092A67491218175E975C47A9AEB8_RuntimeMethod_var);
NullCheck(L_3);
Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82 L_4 = ValueCollection_GetEnumerator_m9B068B155F27E55CAEF5F07F960496F4982CE164(L_3, /*hidden argument*/ValueCollection_GetEnumerator_m9B068B155F27E55CAEF5F07F960496F4982CE164_RuntimeMethod_var);
V_0 = L_4;
}
IL_0024:
try
{ // begin try (depth: 1)
{
goto IL_0048;
}
IL_0026:
{
// foreach (GearXYValue gv in _storage.Values)
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_5 = Enumerator_get_Current_mDC6718BC04886B6014DFCFFD4840029CB2450DBC_inline((Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mDC6718BC04886B6014DFCFFD4840029CB2450DBC_RuntimeMethod_var);
// gv.x += dx;
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_6 = L_5;
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_7 = L_6;
NullCheck(L_7);
float L_8 = L_7->get_x_0();
float L_9 = ___dx0;
NullCheck(L_7);
L_7->set_x_0(((float)il2cpp_codegen_add((float)L_8, (float)L_9)));
// gv.y += dy;
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_10 = L_6;
NullCheck(L_10);
float L_11 = L_10->get_y_1();
float L_12 = ___dy1;
NullCheck(L_10);
L_10->set_y_1(((float)il2cpp_codegen_add((float)L_11, (float)L_12)));
}
IL_0048:
{
// foreach (GearXYValue gv in _storage.Values)
bool L_13 = Enumerator_MoveNext_m5A7583102E65A0B7291805448BE362759992C044((Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m5A7583102E65A0B7291805448BE362759992C044_RuntimeMethod_var);
if (L_13)
{
goto IL_0026;
}
}
IL_0051:
{
IL2CPP_LEAVE(0x61, FINALLY_0053);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0053;
}
FINALLY_0053:
{ // begin finally (depth: 1)
Enumerator_Dispose_m4BB3AF679EB2E118937CA304650FA8211188047C((Enumerator_tFD8D4054519472F49054EF8C06BF5C9A5A0EBD82 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m4BB3AF679EB2E118937CA304650FA8211188047C_RuntimeMethod_var);
IL2CPP_END_FINALLY(83)
} // end finally (depth: 1)
IL2CPP_CLEANUP(83)
{
IL2CPP_JUMP_TBL(0x61, IL_0061)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0061:
{
// _default.x += dx;
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_14 = __this->get__default_5();
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_15 = L_14;
NullCheck(L_15);
float L_16 = L_15->get_x_0();
float L_17 = ___dx0;
NullCheck(L_15);
L_15->set_x_0(((float)il2cpp_codegen_add((float)L_16, (float)L_17)));
// _default.y += dy;
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_18 = __this->get__default_5();
GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * L_19 = L_18;
NullCheck(L_19);
float L_20 = L_19->get_y_1();
float L_21 = ___dy1;
NullCheck(L_19);
L_19->set_y_1(((float)il2cpp_codegen_add((float)L_20, (float)L_21)));
// UpdateState();
VirtActionInvoker0::Invoke(8 /* System.Void FairyGUI.GearBase::UpdateState() */, __this);
}
IL_008d:
{
// }
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.GearXYValue::.ctor(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GearXYValue__ctor_mF40B2659A643192A53CAB75FF4AE4A348A0AD66E (GearXYValue_t68EBC66E9DC4210088ED52F97C0B2355AB4362B0 * __this, float ___x0, float ___y1, const RuntimeMethod* method)
{
{
// public GearXYValue(float x, float y)
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// this.x = x;
float L_0 = ___x0;
__this->set_x_0(L_0);
// this.y = y;
float L_1 = ___y1;
__this->set_y_1(L_1);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#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.GoWrapper::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoWrapper__ctor_mE3279DB7A79B47F37EA73EBD51C211D9C9E21D9D (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GoWrapper__ctor_mE3279DB7A79B47F37EA73EBD51C211D9C9E21D9D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public GoWrapper()
DisplayObject__ctor_m8A93C9E5759F7CC138A8FE227A4ACDC8E7CC70F7(__this, /*hidden argument*/NULL);
// _skipInFairyBatching = true;
((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->set__skipInFairyBatching_49((bool)1);
// _materialsBackup = new List<Material>();
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_0 = (List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B *)il2cpp_codegen_object_new(List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B_il2cpp_TypeInfo_var);
List_1__ctor_m1FC34BF51AC49519DBBF114DC9BE629FA16CA1BD(L_0, /*hidden argument*/List_1__ctor_m1FC34BF51AC49519DBBF114DC9BE629FA16CA1BD_RuntimeMethod_var);
__this->set__materialsBackup_55(L_0);
// _materials = new List<Material>();
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_1 = (List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B *)il2cpp_codegen_object_new(List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B_il2cpp_TypeInfo_var);
List_1__ctor_m1FC34BF51AC49519DBBF114DC9BE629FA16CA1BD(L_1, /*hidden argument*/List_1__ctor_m1FC34BF51AC49519DBBF114DC9BE629FA16CA1BD_RuntimeMethod_var);
__this->set__materials_56(L_1);
// _renderers = new List<Renderer>();
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_2 = (List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 *)il2cpp_codegen_object_new(List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749_il2cpp_TypeInfo_var);
List_1__ctor_mC1494E230E578FEAFEFA18D0F860EBEE88D60BB8(L_2, /*hidden argument*/List_1__ctor_mC1494E230E578FEAFEFA18D0F860EBEE88D60BB8_RuntimeMethod_var);
__this->set__renderers_54(L_2);
// _sortingOrders = new List<int>();
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_3 = (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *)il2cpp_codegen_object_new(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var);
List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4(L_3, /*hidden argument*/List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var);
__this->set__sortingOrders_57(L_3);
// _cloneMaterial = false;
__this->set__cloneMaterial_59((bool)0);
// CreateGameObject("GoWrapper");
DisplayObject_CreateGameObject_m7959DAD321F68960C96F0A6D0961CE901444D666(__this, _stringLiteralDE73C5AC6DAD238A415AAF53D5C94B07A697C441, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GoWrapper::.ctor(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoWrapper__ctor_m15503D4F7C8CEC8334238FA8F390660CA187206A (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___go0, const RuntimeMethod* method)
{
{
// public GoWrapper(GameObject go) : this()
GoWrapper__ctor_mE3279DB7A79B47F37EA73EBD51C211D9C9E21D9D(__this, /*hidden argument*/NULL);
// SetWrapTarget(go, false);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___go0;
GoWrapper_SetWrapTarget_m4055EFFB0E62DA6472B5E9C8BF57B8000E931B41(__this, L_0, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.GameObject FairyGUI.GoWrapper::get_wrapTarget()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * GoWrapper_get_wrapTarget_m22C90BAEE06B5F01C9F7E30E768F75B32ABED18D (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, const RuntimeMethod* method)
{
{
// get { return _wrapTarget; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get__wrapTarget_53();
return L_0;
}
}
// System.Void FairyGUI.GoWrapper::set_wrapTarget(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoWrapper_set_wrapTarget_mA2471EF07A7317F808EF3B6B56B4749ECAAFEC4D (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// set { SetWrapTarget(value, false); }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___value0;
GoWrapper_SetWrapTarget_m4055EFFB0E62DA6472B5E9C8BF57B8000E931B41(__this, L_0, (bool)0, /*hidden argument*/NULL);
// set { SetWrapTarget(value, false); }
return;
}
}
// System.Void FairyGUI.GoWrapper::setWrapTarget(UnityEngine.GameObject,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoWrapper_setWrapTarget_m3B7D2029EB0716531DCFDEC69BE52FEE47EF18B7 (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, bool ___cloneMaterial1, const RuntimeMethod* method)
{
{
// SetWrapTarget(target, cloneMaterial);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___target0;
bool L_1 = ___cloneMaterial1;
GoWrapper_SetWrapTarget_m4055EFFB0E62DA6472B5E9C8BF57B8000E931B41(__this, L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GoWrapper::SetWrapTarget(UnityEngine.GameObject,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoWrapper_SetWrapTarget_m4055EFFB0E62DA6472B5E9C8BF57B8000E931B41 (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, bool ___cloneMaterial1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GoWrapper_SetWrapTarget_m4055EFFB0E62DA6472B5E9C8BF57B8000E931B41_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * V_1 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_2;
memset((&V_2), 0, sizeof(V_2));
TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804* V_3 = NULL;
int32_t V_4 = 0;
{
// RecoverMaterials();
GoWrapper_RecoverMaterials_mC0F3FD8B89F0EC195C16708672021275659A2F8C(__this, /*hidden argument*/NULL);
// _cloneMaterial = cloneMaterial;
bool L_0 = ___cloneMaterial1;
__this->set__cloneMaterial_59(L_0);
// if (_wrapTarget != null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = __this->get__wrapTarget_53();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_002c;
}
}
{
// ToolSet.SetParent(_wrapTarget.transform, null);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = __this->get__wrapTarget_53();
NullCheck(L_3);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_3, /*hidden argument*/NULL);
ToolSet_SetParent_mA9967AF376E0D3BD78B631BA81351684C00F91BD(L_4, (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)NULL, /*hidden argument*/NULL);
}
IL_002c:
{
// _canvas = null;
__this->set__canvas_58((Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 *)NULL);
// _wrapTarget = target;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = ___target0;
__this->set__wrapTarget_53(L_5);
// _renderers.Clear();
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_6 = __this->get__renderers_54();
NullCheck(L_6);
List_1_Clear_m21E21D9D85013BCCFAFD2FE59617F190A0E30AE8(L_6, /*hidden argument*/List_1_Clear_m21E21D9D85013BCCFAFD2FE59617F190A0E30AE8_RuntimeMethod_var);
// _sortingOrders.Clear();
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_7 = __this->get__sortingOrders_57();
NullCheck(L_7);
List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477(L_7, /*hidden argument*/List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477_RuntimeMethod_var);
// _materials.Clear();
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_8 = __this->get__materials_56();
NullCheck(L_8);
List_1_Clear_mF446C2770CD1E1336DB3815DBFF34BFD49C33DB1(L_8, /*hidden argument*/List_1_Clear_mF446C2770CD1E1336DB3815DBFF34BFD49C33DB1_RuntimeMethod_var);
// if (_wrapTarget != null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = __this->get__wrapTarget_53();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_10 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_9, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0176;
}
}
{
// ToolSet.SetParent(_wrapTarget.transform, this.cachedTransform);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_11 = __this->get__wrapTarget_53();
NullCheck(L_11);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_12 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_11, /*hidden argument*/NULL);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_13 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(__this, /*hidden argument*/NULL);
ToolSet_SetParent_mA9967AF376E0D3BD78B631BA81351684C00F91BD(L_12, L_13, /*hidden argument*/NULL);
// _canvas = _wrapTarget.GetComponent<Canvas>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_14 = __this->get__wrapTarget_53();
NullCheck(L_14);
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_15 = GameObject_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m5EA55BE80E8E0FB0551D6C16C2BC57A726758C9A(L_14, /*hidden argument*/GameObject_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m5EA55BE80E8E0FB0551D6C16C2BC57A726758C9A_RuntimeMethod_var);
__this->set__canvas_58(L_15);
// if (_canvas != null)
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_16 = __this->get__canvas_58();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_17 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_16, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_012b;
}
}
{
// _canvas.renderMode = RenderMode.WorldSpace;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_18 = __this->get__canvas_58();
NullCheck(L_18);
Canvas_set_renderMode_m0AF240B53EB3B619DABA121213A162230EB84203(L_18, 2, /*hidden argument*/NULL);
// _canvas.worldCamera = StageCamera.main;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_19 = __this->get__canvas_58();
IL2CPP_RUNTIME_CLASS_INIT(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_20 = ((StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_StaticFields*)il2cpp_codegen_static_fields_for(StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var))->get_main_11();
NullCheck(L_19);
Canvas_set_worldCamera_m020A4A35425707F2403E6EBA6AD73F448557F776(L_19, L_20, /*hidden argument*/NULL);
// _canvas.overrideSorting = true;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_21 = __this->get__canvas_58();
NullCheck(L_21);
Canvas_set_overrideSorting_m446842097ED576AB8706B9980E85AECC24C13015(L_21, (bool)1, /*hidden argument*/NULL);
// RectTransform rt = _canvas.GetComponent<RectTransform>();
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_22 = __this->get__canvas_58();
NullCheck(L_22);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_23 = Component_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_mEF939F54B6B56187EC11E16F51DCB12EB62C2103(L_22, /*hidden argument*/Component_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_mEF939F54B6B56187EC11E16F51DCB12EB62C2103_RuntimeMethod_var);
V_1 = L_23;
// rt.pivot = new Vector2(0, 1);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_24 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_25;
memset((&L_25), 0, sizeof(L_25));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_25), (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_24);
RectTransform_set_pivot_mB791A383B3C870B9CBD7BC51B2C95711C88E9DCF(L_24, L_25, /*hidden argument*/NULL);
// rt.position = new Vector3(0, 0, 0);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_26 = V_1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_27;
memset((&L_27), 0, sizeof(L_27));
Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_27), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_26);
Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_26, L_27, /*hidden argument*/NULL);
// this.SetSize(rt.rect.width, rt.rect.height);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_28 = V_1;
NullCheck(L_28);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_29 = RectTransform_get_rect_mE5F283FCB99A66403AC1F0607CA49C156D73A15E(L_28, /*hidden argument*/NULL);
V_2 = L_29;
float L_30 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_2), /*hidden argument*/NULL);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_31 = V_1;
NullCheck(L_31);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_32 = RectTransform_get_rect_mE5F283FCB99A66403AC1F0607CA49C156D73A15E(L_31, /*hidden argument*/NULL);
V_2 = L_32;
float L_33 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_2), /*hidden argument*/NULL);
DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475(__this, L_30, L_33, /*hidden argument*/NULL);
// }
goto IL_0141;
}
IL_012b:
{
// CacheRenderers();
GoWrapper_CacheRenderers_m3709CB1D18F1C7B74E1CBB18C4AAF2FA0BFE5231(__this, /*hidden argument*/NULL);
// this.SetSize(0, 0);
DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475(__this, (0.0f), (0.0f), /*hidden argument*/NULL);
}
IL_0141:
{
// Transform[] transforms = _wrapTarget.GetComponentsInChildren<Transform>(true);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_34 = __this->get__wrapTarget_53();
NullCheck(L_34);
TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804* L_35 = GameObject_GetComponentsInChildren_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_m37238924630C751A1D92999CD6E86D3C6C26BC57(L_34, (bool)1, /*hidden argument*/GameObject_GetComponentsInChildren_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_m37238924630C751A1D92999CD6E86D3C6C26BC57_RuntimeMethod_var);
// int lv = this.layer;
int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 FairyGUI.DisplayObject::get_layer() */, __this);
V_0 = L_36;
// foreach (Transform t in transforms)
V_3 = L_35;
V_4 = 0;
goto IL_016f;
}
IL_015a:
{
// foreach (Transform t in transforms)
TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804* L_37 = V_3;
int32_t L_38 = V_4;
NullCheck(L_37);
int32_t L_39 = L_38;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
// t.gameObject.layer = lv;
NullCheck(L_40);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_41 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_40, /*hidden argument*/NULL);
int32_t L_42 = V_0;
NullCheck(L_41);
GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907(L_41, L_42, /*hidden argument*/NULL);
int32_t L_43 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
}
IL_016f:
{
// foreach (Transform t in transforms)
int32_t L_44 = V_4;
TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804* L_45 = V_3;
NullCheck(L_45);
if ((((int32_t)L_44) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length)))))))
{
goto IL_015a;
}
}
IL_0176:
{
// }
return;
}
}
// System.Void FairyGUI.GoWrapper::CacheRenderers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoWrapper_CacheRenderers_m3709CB1D18F1C7B74E1CBB18C4AAF2FA0BFE5231 (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GoWrapper_CacheRenderers_m3709CB1D18F1C7B74E1CBB18C4AAF2FA0BFE5231_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * V_2 = NULL;
bool V_3 = false;
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* V_4 = NULL;
int32_t V_5 = 0;
int32_t V_6 = 0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * V_7 = NULL;
int32_t V_8 = 0;
int32_t V_9 = 0;
int32_t G_B7_0 = 0;
{
// if (_canvas != null)
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_0 = __this->get__canvas_58();
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_000f;
}
}
{
// return;
return;
}
IL_000f:
{
// RecoverMaterials();
GoWrapper_RecoverMaterials_mC0F3FD8B89F0EC195C16708672021275659A2F8C(__this, /*hidden argument*/NULL);
// _renderers.Clear();
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_2 = __this->get__renderers_54();
NullCheck(L_2);
List_1_Clear_m21E21D9D85013BCCFAFD2FE59617F190A0E30AE8(L_2, /*hidden argument*/List_1_Clear_m21E21D9D85013BCCFAFD2FE59617F190A0E30AE8_RuntimeMethod_var);
// _sortingOrders.Clear();
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_3 = __this->get__sortingOrders_57();
NullCheck(L_3);
List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477(L_3, /*hidden argument*/List_1_Clear_m06BA343FB4E149EB045D8D2603E1AD239E1E4477_RuntimeMethod_var);
// _materials.Clear();
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_4 = __this->get__materials_56();
NullCheck(L_4);
List_1_Clear_mF446C2770CD1E1336DB3815DBFF34BFD49C33DB1(L_4, /*hidden argument*/List_1_Clear_mF446C2770CD1E1336DB3815DBFF34BFD49C33DB1_RuntimeMethod_var);
// _wrapTarget.GetComponentsInChildren<Renderer>(true, _renderers);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = __this->get__wrapTarget_53();
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_6 = __this->get__renderers_54();
NullCheck(L_5);
GameObject_GetComponentsInChildren_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_mFA0492B04D02E813BD39A2BA519D10CC27ADA265(L_5, (bool)1, L_6, /*hidden argument*/GameObject_GetComponentsInChildren_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_mFA0492B04D02E813BD39A2BA519D10CC27ADA265_RuntimeMethod_var);
// int cnt = _renderers.Count;
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_7 = __this->get__renderers_54();
NullCheck(L_7);
int32_t L_8 = List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_inline(L_7, /*hidden argument*/List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_RuntimeMethod_var);
V_0 = L_8;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0169;
}
IL_005b:
{
// Renderer r = _renderers[i];
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_9 = __this->get__renderers_54();
int32_t L_10 = V_1;
NullCheck(L_9);
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_11 = List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_inline(L_9, L_10, /*hidden argument*/List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_RuntimeMethod_var);
V_2 = L_11;
// if (r == null)
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_12 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_13 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_12, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_13)
{
goto IL_0165;
}
}
{
// bool shouldSetRenderQueue = (r is SkinnedMeshRenderer) || (r is MeshRenderer);
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_14 = V_2;
if (((SkinnedMeshRenderer_tFC8103EE7842F7F8A98BEF0C855D32A9711B7B65 *)IsInstClass((RuntimeObject*)L_14, SkinnedMeshRenderer_tFC8103EE7842F7F8A98BEF0C855D32A9711B7B65_il2cpp_TypeInfo_var)))
{
goto IL_0087;
}
}
{
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_15 = V_2;
G_B7_0 = ((!(((RuntimeObject*)(MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED *)((MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED *)IsInstClass((RuntimeObject*)L_15, MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
goto IL_0088;
}
IL_0087:
{
G_B7_0 = 1;
}
IL_0088:
{
V_3 = (bool)G_B7_0;
// Material[] mats = r.sharedMaterials;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_16 = V_2;
NullCheck(L_16);
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_17 = Renderer_get_sharedMaterials_mC2516E425885EE7E7B70AC7261183B242883FDF0(L_16, /*hidden argument*/NULL);
V_4 = L_17;
// if (mats == null || mats.Length == 0)
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_18 = V_4;
if (!L_18)
{
goto IL_0165;
}
}
{
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_19 = V_4;
NullCheck(L_19);
if (!(((RuntimeArray*)L_19)->max_length))
{
goto IL_0165;
}
}
{
// int mcnt = mats.Length;
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_20 = V_4;
NullCheck(L_20);
V_5 = (((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))));
// for (int j = 0; j < mcnt; j++)
V_6 = 0;
goto IL_014c;
}
IL_00ae:
{
// Material mat = mats[j];
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_21 = V_4;
int32_t L_22 = V_6;
NullCheck(L_21);
int32_t L_23 = L_22;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
V_7 = L_24;
// if (mat == null)
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_25 = V_7;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_26 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_25, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_26)
{
goto IL_0146;
}
}
{
// int k = _materialsBackup.IndexOf(mat);
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_27 = __this->get__materialsBackup_55();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_28 = V_7;
NullCheck(L_27);
int32_t L_29 = List_1_IndexOf_m00633B2CAE5DA65FA0381C00CAB1B157C133702E(L_27, L_28, /*hidden argument*/List_1_IndexOf_m00633B2CAE5DA65FA0381C00CAB1B157C133702E_RuntimeMethod_var);
V_8 = L_29;
// if (k == -1) //???
int32_t L_30 = V_8;
if ((!(((uint32_t)L_30) == ((uint32_t)(-1)))))
{
goto IL_0119;
}
}
{
// _materialsBackup.Add(mat);
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_31 = __this->get__materialsBackup_55();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_32 = V_7;
NullCheck(L_31);
List_1_Add_m60AD41AED7A8A49791A392456F1D0D3F8D01DC90(L_31, L_32, /*hidden argument*/List_1_Add_m60AD41AED7A8A49791A392456F1D0D3F8D01DC90_RuntimeMethod_var);
// if (_cloneMaterial)
bool L_33 = __this->get__cloneMaterial_59();
if (!L_33)
{
goto IL_010a;
}
}
{
// mat = new Material(mat);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_34 = V_7;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_35 = (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)il2cpp_codegen_object_new(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598_il2cpp_TypeInfo_var);
Material__ctor_m0171C6D4D3FD04D58C70808F255DBA67D0ED2BDE(L_35, L_34, /*hidden argument*/NULL);
V_7 = L_35;
// mats[j] = mat;
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_36 = V_4;
int32_t L_37 = V_6;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_38 = V_7;
NullCheck(L_36);
ArrayElementTypeCheck (L_36, L_38);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(L_37), (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)L_38);
// _materials.Add(mat); //????????
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_39 = __this->get__materials_56();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_40 = V_7;
NullCheck(L_39);
List_1_Add_m60AD41AED7A8A49791A392456F1D0D3F8D01DC90(L_39, L_40, /*hidden argument*/List_1_Add_m60AD41AED7A8A49791A392456F1D0D3F8D01DC90_RuntimeMethod_var);
// }
goto IL_0137;
}
IL_010a:
{
// _materials.Add(mat); //????????
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_41 = __this->get__materials_56();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_42 = V_7;
NullCheck(L_41);
List_1_Add_m60AD41AED7A8A49791A392456F1D0D3F8D01DC90(L_41, L_42, /*hidden argument*/List_1_Add_m60AD41AED7A8A49791A392456F1D0D3F8D01DC90_RuntimeMethod_var);
// }
goto IL_0137;
}
IL_0119:
{
// else if (_cloneMaterial)
bool L_43 = __this->get__cloneMaterial_59();
if (!L_43)
{
goto IL_0137;
}
}
{
// mat = _materials[k];
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_44 = __this->get__materials_56();
int32_t L_45 = V_8;
NullCheck(L_44);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_46 = List_1_get_Item_mBE05C6AF79A19CF3CB5654436D7B50F42E6D8228_inline(L_44, L_45, /*hidden argument*/List_1_get_Item_mBE05C6AF79A19CF3CB5654436D7B50F42E6D8228_RuntimeMethod_var);
V_7 = L_46;
// mats[j] = mat;
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_47 = V_4;
int32_t L_48 = V_6;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_49 = V_7;
NullCheck(L_47);
ArrayElementTypeCheck (L_47, L_49);
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(L_48), (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)L_49);
}
IL_0137:
{
// if (shouldSetRenderQueue) //Set the object rendering in Transparent Queue as UI objects
bool L_50 = V_3;
if (!L_50)
{
goto IL_0146;
}
}
{
// mat.renderQueue = 3000;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_51 = V_7;
NullCheck(L_51);
Material_set_renderQueue_m02A0C73EC4B9C9D2C2ABFFD777EBDA45C1E1BD4D(L_51, ((int32_t)3000), /*hidden argument*/NULL);
}
IL_0146:
{
// for (int j = 0; j < mcnt; j++)
int32_t L_52 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1));
}
IL_014c:
{
// for (int j = 0; j < mcnt; j++)
int32_t L_53 = V_6;
int32_t L_54 = V_5;
if ((((int32_t)L_53) < ((int32_t)L_54)))
{
goto IL_00ae;
}
}
{
// if (_cloneMaterial)
bool L_55 = __this->get__cloneMaterial_59();
if (!L_55)
{
goto IL_0165;
}
}
{
// r.sharedMaterials = mats;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_56 = V_2;
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_57 = V_4;
NullCheck(L_56);
Renderer_set_sharedMaterials_mC9C16BE3F6570586A26F9E91DEC403AF1AB69F51(L_56, L_57, /*hidden argument*/NULL);
}
IL_0165:
{
// for (int i = 0; i < cnt; i++)
int32_t L_58 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1));
}
IL_0169:
{
// for (int i = 0; i < cnt; i++)
int32_t L_59 = V_1;
int32_t L_60 = V_0;
if ((((int32_t)L_59) < ((int32_t)L_60)))
{
goto IL_005b;
}
}
{
// if (!_cloneMaterial)
bool L_61 = __this->get__cloneMaterial_59();
if (L_61)
{
goto IL_0183;
}
}
{
// _materialsBackup.Clear();
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_62 = __this->get__materialsBackup_55();
NullCheck(L_62);
List_1_Clear_mF446C2770CD1E1336DB3815DBFF34BFD49C33DB1(L_62, /*hidden argument*/List_1_Clear_mF446C2770CD1E1336DB3815DBFF34BFD49C33DB1_RuntimeMethod_var);
}
IL_0183:
{
// _renderers.Sort(CompareSortingOrder);
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_63 = __this->get__renderers_54();
Comparison_1_tD48E1BF69F6EDD73F9231524DCA211E2E1E4A776 * L_64 = (Comparison_1_tD48E1BF69F6EDD73F9231524DCA211E2E1E4A776 *)il2cpp_codegen_object_new(Comparison_1_tD48E1BF69F6EDD73F9231524DCA211E2E1E4A776_il2cpp_TypeInfo_var);
Comparison_1__ctor_m6642A7DA149D5FC5C282C6823ADBF52D4DF74657(L_64, NULL, (intptr_t)((intptr_t)GoWrapper_CompareSortingOrder_m5168D2A2ADD0FA53CD1DE16192250DBFC4500043_RuntimeMethod_var), /*hidden argument*/Comparison_1__ctor_m6642A7DA149D5FC5C282C6823ADBF52D4DF74657_RuntimeMethod_var);
NullCheck(L_63);
List_1_Sort_mECB22631FD85C721DEA964D6738439D1FB60B62E(L_63, L_64, /*hidden argument*/List_1_Sort_mECB22631FD85C721DEA964D6738439D1FB60B62E_RuntimeMethod_var);
// _sortingOrders.Capacity = cnt;
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_65 = __this->get__sortingOrders_57();
int32_t L_66 = V_0;
NullCheck(L_65);
List_1_set_Capacity_mD604412C66F05B164F0AE39B0F1A3DB526CA8821(L_65, L_66, /*hidden argument*/List_1_set_Capacity_mD604412C66F05B164F0AE39B0F1A3DB526CA8821_RuntimeMethod_var);
// for (int i = 0; i < cnt; i++)
V_9 = 0;
goto IL_01ce;
}
IL_01ab:
{
// _sortingOrders.Add(_renderers[i].sortingOrder);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_67 = __this->get__sortingOrders_57();
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_68 = __this->get__renderers_54();
int32_t L_69 = V_9;
NullCheck(L_68);
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_70 = List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_inline(L_68, L_69, /*hidden argument*/List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_RuntimeMethod_var);
NullCheck(L_70);
int32_t L_71 = Renderer_get_sortingOrder_m33DD50ED293AA672FDAD862B4A4865666B5FEBAF(L_70, /*hidden argument*/NULL);
NullCheck(L_67);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_67, L_71, /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
// for (int i = 0; i < cnt; i++)
int32_t L_72 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1));
}
IL_01ce:
{
// for (int i = 0; i < cnt; i++)
int32_t L_73 = V_9;
int32_t L_74 = V_0;
if ((((int32_t)L_73) < ((int32_t)L_74)))
{
goto IL_01ab;
}
}
{
// }
return;
}
}
// System.Int32 FairyGUI.GoWrapper::CompareSortingOrder(UnityEngine.Renderer,UnityEngine.Renderer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GoWrapper_CompareSortingOrder_m5168D2A2ADD0FA53CD1DE16192250DBFC4500043 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * ___c10, Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * ___c21, const RuntimeMethod* method)
{
{
// return c1.sortingOrder - c2.sortingOrder;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_0 = ___c10;
NullCheck(L_0);
int32_t L_1 = Renderer_get_sortingOrder_m33DD50ED293AA672FDAD862B4A4865666B5FEBAF(L_0, /*hidden argument*/NULL);
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_2 = ___c21;
NullCheck(L_2);
int32_t L_3 = Renderer_get_sortingOrder_m33DD50ED293AA672FDAD862B4A4865666B5FEBAF(L_2, /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3));
}
}
// System.Void FairyGUI.GoWrapper::RecoverMaterials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoWrapper_RecoverMaterials_mC0F3FD8B89F0EC195C16708672021275659A2F8C (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GoWrapper_RecoverMaterials_mC0F3FD8B89F0EC195C16708672021275659A2F8C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * V_2 = NULL;
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * V_6 = NULL;
int32_t V_7 = 0;
int32_t V_8 = 0;
{
// if (_materialsBackup.Count == 0)
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_0 = __this->get__materialsBackup_55();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mF45604C9A5D5E4A423C46DBDE65E528B10B70E13_inline(L_0, /*hidden argument*/List_1_get_Count_mF45604C9A5D5E4A423C46DBDE65E528B10B70E13_RuntimeMethod_var);
if (L_1)
{
goto IL_000e;
}
}
{
// return;
return;
}
IL_000e:
{
// int cnt = _renderers.Count;
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_2 = __this->get__renderers_54();
NullCheck(L_2);
int32_t L_3 = List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_inline(L_2, /*hidden argument*/List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_RuntimeMethod_var);
V_0 = L_3;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_008e;
}
IL_001e:
{
// Renderer r = _renderers[i];
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_4 = __this->get__renderers_54();
int32_t L_5 = V_1;
NullCheck(L_4);
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_6 = List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_RuntimeMethod_var);
V_2 = L_6;
// if (r == null)
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_8 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_7, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_8)
{
goto IL_008a;
}
}
{
// Material[] mats = r.sharedMaterials;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_9 = V_2;
NullCheck(L_9);
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_10 = Renderer_get_sharedMaterials_mC2516E425885EE7E7B70AC7261183B242883FDF0(L_9, /*hidden argument*/NULL);
V_3 = L_10;
// if (mats == null || mats.Length == 0)
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_11 = V_3;
if (!L_11)
{
goto IL_008a;
}
}
{
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_12 = V_3;
NullCheck(L_12);
if (!(((RuntimeArray*)L_12)->max_length))
{
goto IL_008a;
}
}
{
// int mcnt = mats.Length;
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_13 = V_3;
NullCheck(L_13);
V_4 = (((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))));
// for (int j = 0; j < mcnt; j++)
V_5 = 0;
goto IL_007d;
}
IL_004c:
{
// Material mat = mats[j];
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_14 = V_3;
int32_t L_15 = V_5;
NullCheck(L_14);
int32_t L_16 = L_15;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
V_6 = L_17;
// int k = _materials.IndexOf(mat);
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_18 = __this->get__materials_56();
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_19 = V_6;
NullCheck(L_18);
int32_t L_20 = List_1_IndexOf_m00633B2CAE5DA65FA0381C00CAB1B157C133702E(L_18, L_19, /*hidden argument*/List_1_IndexOf_m00633B2CAE5DA65FA0381C00CAB1B157C133702E_RuntimeMethod_var);
V_7 = L_20;
// if (k != -1)
int32_t L_21 = V_7;
if ((((int32_t)L_21) == ((int32_t)(-1))))
{
goto IL_0077;
}
}
{
// mats[j] = _materialsBackup[k];
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_22 = V_3;
int32_t L_23 = V_5;
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_24 = __this->get__materialsBackup_55();
int32_t L_25 = V_7;
NullCheck(L_24);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_26 = List_1_get_Item_mBE05C6AF79A19CF3CB5654436D7B50F42E6D8228_inline(L_24, L_25, /*hidden argument*/List_1_get_Item_mBE05C6AF79A19CF3CB5654436D7B50F42E6D8228_RuntimeMethod_var);
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_26);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_23), (Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 *)L_26);
}
IL_0077:
{
// for (int j = 0; j < mcnt; j++)
int32_t L_27 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
}
IL_007d:
{
// for (int j = 0; j < mcnt; j++)
int32_t L_28 = V_5;
int32_t L_29 = V_4;
if ((((int32_t)L_28) < ((int32_t)L_29)))
{
goto IL_004c;
}
}
{
// r.sharedMaterials = mats;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_30 = V_2;
MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* L_31 = V_3;
NullCheck(L_30);
Renderer_set_sharedMaterials_mC9C16BE3F6570586A26F9E91DEC403AF1AB69F51(L_30, L_31, /*hidden argument*/NULL);
}
IL_008a:
{
// for (int i = 0; i < cnt; i++)
int32_t L_32 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
}
IL_008e:
{
// for (int i = 0; i < cnt; i++)
int32_t L_33 = V_1;
int32_t L_34 = V_0;
if ((((int32_t)L_33) < ((int32_t)L_34)))
{
goto IL_001e;
}
}
{
// cnt = _materials.Count;
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_35 = __this->get__materials_56();
NullCheck(L_35);
int32_t L_36 = List_1_get_Count_mF45604C9A5D5E4A423C46DBDE65E528B10B70E13_inline(L_35, /*hidden argument*/List_1_get_Count_mF45604C9A5D5E4A423C46DBDE65E528B10B70E13_RuntimeMethod_var);
V_0 = L_36;
// for (int i = 0; i < cnt; i++)
V_8 = 0;
goto IL_00bb;
}
IL_00a3:
{
// Material.DestroyImmediate(_materials[i]);
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_37 = __this->get__materials_56();
int32_t L_38 = V_8;
NullCheck(L_37);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_39 = List_1_get_Item_mBE05C6AF79A19CF3CB5654436D7B50F42E6D8228_inline(L_37, L_38, /*hidden argument*/List_1_get_Item_mBE05C6AF79A19CF3CB5654436D7B50F42E6D8228_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446(L_39, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_40 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1));
}
IL_00bb:
{
// for (int i = 0; i < cnt; i++)
int32_t L_41 = V_8;
int32_t L_42 = V_0;
if ((((int32_t)L_41) < ((int32_t)L_42)))
{
goto IL_00a3;
}
}
{
// _materialsBackup.Clear();
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_43 = __this->get__materialsBackup_55();
NullCheck(L_43);
List_1_Clear_mF446C2770CD1E1336DB3815DBFF34BFD49C33DB1(L_43, /*hidden argument*/List_1_Clear_mF446C2770CD1E1336DB3815DBFF34BFD49C33DB1_RuntimeMethod_var);
// }
return;
}
}
// System.Int32 FairyGUI.GoWrapper::get_renderingOrder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GoWrapper_get_renderingOrder_mE3242273CDF0E8447DB872F22AD853B741D8375B (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, const RuntimeMethod* method)
{
{
// return base.renderingOrder;
int32_t L_0 = DisplayObject_get_renderingOrder_mF1576EDF512216BB24AF34ED8152DD5267F20137_inline(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void FairyGUI.GoWrapper::set_renderingOrder(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoWrapper_set_renderingOrder_m36057D4F432F47844306CD44E7CCCA4F99A071BE (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GoWrapper_set_renderingOrder_m36057D4F432F47844306CD44E7CCCA4F99A071BE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * V_2 = NULL;
int32_t V_3 = 0;
{
// base.renderingOrder = value;
int32_t L_0 = ___value0;
DisplayObject_set_renderingOrder_mAD5B7007FBD636B1E4011B281CAC357F8B9E6CA5(__this, L_0, /*hidden argument*/NULL);
// if (_canvas != null)
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_1 = __this->get__canvas_58();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0021;
}
}
{
// _canvas.sortingOrder = value;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_3 = __this->get__canvas_58();
int32_t L_4 = ___value0;
NullCheck(L_3);
Canvas_set_sortingOrder_m4387540EBDF2716DFAE26F27074DBF15F32382E7(L_3, L_4, /*hidden argument*/NULL);
}
IL_0021:
{
// int cnt = _renderers.Count;
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_5 = __this->get__renderers_54();
NullCheck(L_5);
int32_t L_6 = List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_inline(L_5, /*hidden argument*/List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_RuntimeMethod_var);
V_0 = L_6;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0088;
}
IL_0031:
{
// Renderer r = _renderers[i];
List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 * L_7 = __this->get__renderers_54();
int32_t L_8 = V_1;
NullCheck(L_7);
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_9 = List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_inline(L_7, L_8, /*hidden argument*/List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_RuntimeMethod_var);
V_2 = L_9;
// if (r != null)
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_10 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_11 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_10, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0084;
}
}
{
// if (i != 0 && _sortingOrders[i] != _sortingOrders[i - 1])
int32_t L_12 = V_1;
if (!L_12)
{
goto IL_007d;
}
}
{
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_13 = __this->get__sortingOrders_57();
int32_t L_14 = V_1;
NullCheck(L_13);
int32_t L_15 = List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline(L_13, L_14, /*hidden argument*/List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var);
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_16 = __this->get__sortingOrders_57();
int32_t L_17 = V_1;
NullCheck(L_16);
int32_t L_18 = List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_inline(L_16, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)), /*hidden argument*/List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var);
if ((((int32_t)L_15) == ((int32_t)L_18)))
{
goto IL_007d;
}
}
{
// value = UpdateContext.current.renderingOrder++;
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_19 = ((UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_StaticFields*)il2cpp_codegen_static_fields_for(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var))->get_current_9();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_20 = L_19;
NullCheck(L_20);
int32_t L_21 = L_20->get_renderingOrder_3();
V_3 = L_21;
int32_t L_22 = V_3;
NullCheck(L_20);
L_20->set_renderingOrder_3(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)));
int32_t L_23 = V_3;
___value0 = L_23;
}
IL_007d:
{
// r.sortingOrder = value;
Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * L_24 = V_2;
int32_t L_25 = ___value0;
NullCheck(L_24);
Renderer_set_sortingOrder_mBCE1207CDB46CB6BA4583B9C3FB4A2D28DC27D81(L_24, L_25, /*hidden argument*/NULL);
}
IL_0084:
{
// for (int i = 0; i < cnt; i++)
int32_t L_26 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_0088:
{
// for (int i = 0; i < cnt; i++)
int32_t L_27 = V_1;
int32_t L_28 = V_0;
if ((((int32_t)L_27) < ((int32_t)L_28)))
{
goto IL_0031;
}
}
{
// }
return;
}
}
// System.Int32 FairyGUI.GoWrapper::get_layer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GoWrapper_get_layer_m5BAB4AD244E3647F773715F2ADBA4A107C616A69 (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, const RuntimeMethod* method)
{
{
// return base.layer;
int32_t L_0 = DisplayObject_get_layer_m68F8FD24A67161727D72DAAEC76E13A2665235C9(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void FairyGUI.GoWrapper::set_layer(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoWrapper_set_layer_mB0236151F9158D1A7AFD5789E7061D9391FD1391 (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GoWrapper_set_layer_mB0236151F9158D1A7AFD5789E7061D9391FD1391_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804* V_0 = NULL;
int32_t V_1 = 0;
{
// base.layer = value;
int32_t L_0 = ___value0;
DisplayObject_set_layer_mB704EC58EF7F3CC6034AE486647CC20DE93B19CB(__this, L_0, /*hidden argument*/NULL);
// if (_wrapTarget)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = __this->get__wrapTarget_53();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_003d;
}
}
{
// Transform[] transforms = _wrapTarget.GetComponentsInChildren<Transform>(true);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = __this->get__wrapTarget_53();
NullCheck(L_3);
TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804* L_4 = GameObject_GetComponentsInChildren_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_m37238924630C751A1D92999CD6E86D3C6C26BC57(L_3, (bool)1, /*hidden argument*/GameObject_GetComponentsInChildren_TisTransform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_m37238924630C751A1D92999CD6E86D3C6C26BC57_RuntimeMethod_var);
// foreach (Transform t in transforms)
V_0 = L_4;
V_1 = 0;
goto IL_0037;
}
IL_0025:
{
// foreach (Transform t in transforms)
TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804* L_5 = V_0;
int32_t L_6 = V_1;
NullCheck(L_5);
int32_t L_7 = L_6;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
// t.gameObject.layer = value;
NullCheck(L_8);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_8, /*hidden argument*/NULL);
int32_t L_10 = ___value0;
NullCheck(L_9);
GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907(L_9, L_10, /*hidden argument*/NULL);
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_0037:
{
// foreach (Transform t in transforms)
int32_t L_12 = V_1;
TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804* L_13 = V_0;
NullCheck(L_13);
if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))))
{
goto IL_0025;
}
}
IL_003d:
{
// }
return;
}
}
// System.Void FairyGUI.GoWrapper::Update(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoWrapper_Update_m14DEAFE30D1AADBAE44408ECC4A180A439047654 (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GoWrapper_Update_m14DEAFE30D1AADBAE44408ECC4A180A439047654_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * V_2 = NULL;
int32_t V_3 = 0;
{
// if (supportStencil)
bool L_0 = __this->get_supportStencil_52();
if (!L_0)
{
goto IL_015b;
}
}
{
// int cnt = _materials.Count;
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_1 = __this->get__materials_56();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_mF45604C9A5D5E4A423C46DBDE65E528B10B70E13_inline(L_1, /*hidden argument*/List_1_get_Count_mF45604C9A5D5E4A423C46DBDE65E528B10B70E13_RuntimeMethod_var);
V_0 = L_2;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_0154;
}
IL_001e:
{
// Material mat = _materials[i];
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_3 = __this->get__materials_56();
int32_t L_4 = V_1;
NullCheck(L_3);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_5 = List_1_get_Item_mBE05C6AF79A19CF3CB5654436D7B50F42E6D8228_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_mBE05C6AF79A19CF3CB5654436D7B50F42E6D8228_RuntimeMethod_var);
V_2 = L_5;
// if (mat != null)
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_6 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_7 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_6, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0150;
}
}
{
// if (context.clipped && context.stencilReferenceValue > 0)
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_8 = ___context0;
NullCheck(L_8);
bool L_9 = L_8->get_clipped_1();
if (!L_9)
{
goto IL_00e7;
}
}
{
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_10 = ___context0;
NullCheck(L_10);
int32_t L_11 = L_10->get_stencilReferenceValue_6();
if ((((int32_t)L_11) <= ((int32_t)0)))
{
goto IL_00e7;
}
}
{
// int refValue = context.stencilReferenceValue | (context.stencilReferenceValue - 1);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_12 = ___context0;
NullCheck(L_12);
int32_t L_13 = L_12->get_stencilReferenceValue_6();
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_14 = ___context0;
NullCheck(L_14);
int32_t L_15 = L_14->get_stencilReferenceValue_6();
V_3 = ((int32_t)((int32_t)L_13|(int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1))));
// if (context.clipInfo.reversedMask)
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_16 = ___context0;
NullCheck(L_16);
ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 * L_17 = L_16->get_address_of_clipInfo_2();
bool L_18 = L_17->get_reversedMask_6();
if (!L_18)
{
goto IL_0082;
}
}
{
// mat.SetFloat(ShaderConfig._properyIDs._StencilComp, (int)UnityEngine.Rendering.CompareFunction.NotEqual);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_19 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_20 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_20);
int32_t L_21 = L_20->get__StencilComp_3();
NullCheck(L_19);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_19, L_21, (6.0f), /*hidden argument*/NULL);
goto IL_0097;
}
IL_0082:
{
// mat.SetFloat(ShaderConfig._properyIDs._StencilComp, (int)UnityEngine.Rendering.CompareFunction.Equal);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_22 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_23 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_23);
int32_t L_24 = L_23->get__StencilComp_3();
NullCheck(L_22);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_22, L_24, (3.0f), /*hidden argument*/NULL);
}
IL_0097:
{
// mat.SetFloat(ShaderConfig._properyIDs._Stencil, refValue);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_25 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_26 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_26);
int32_t L_27 = L_26->get__Stencil_4();
int32_t L_28 = V_3;
NullCheck(L_25);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_25, L_27, (((float)((float)L_28))), /*hidden argument*/NULL);
// mat.SetFloat(ShaderConfig._properyIDs._StencilOp, (int)UnityEngine.Rendering.StencilOp.Keep);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_29 = V_2;
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_30 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_30);
int32_t L_31 = L_30->get__StencilOp_5();
NullCheck(L_29);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_29, L_31, (0.0f), /*hidden argument*/NULL);
// mat.SetFloat(ShaderConfig._properyIDs._StencilReadMask, refValue);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_32 = V_2;
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_33 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_33);
int32_t L_34 = L_33->get__StencilReadMask_6();
int32_t L_35 = V_3;
NullCheck(L_32);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_32, L_34, (((float)((float)L_35))), /*hidden argument*/NULL);
// mat.SetFloat(ShaderConfig._properyIDs._ColorMask, 15);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_36 = V_2;
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_37 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_37);
int32_t L_38 = L_37->get__ColorMask_7();
NullCheck(L_36);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_36, L_38, (15.0f), /*hidden argument*/NULL);
// }
goto IL_0150;
}
IL_00e7:
{
// mat.SetFloat(ShaderConfig._properyIDs._StencilComp, (int)UnityEngine.Rendering.CompareFunction.Always);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_39 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_40 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_40);
int32_t L_41 = L_40->get__StencilComp_3();
NullCheck(L_39);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_39, L_41, (8.0f), /*hidden argument*/NULL);
// mat.SetFloat(ShaderConfig._properyIDs._Stencil, 0);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_42 = V_2;
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_43 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_43);
int32_t L_44 = L_43->get__Stencil_4();
NullCheck(L_42);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_42, L_44, (0.0f), /*hidden argument*/NULL);
// mat.SetFloat(ShaderConfig._properyIDs._StencilOp, (int)UnityEngine.Rendering.StencilOp.Keep);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_45 = V_2;
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_46 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_46);
int32_t L_47 = L_46->get__StencilOp_5();
NullCheck(L_45);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_45, L_47, (0.0f), /*hidden argument*/NULL);
// mat.SetFloat(ShaderConfig._properyIDs._StencilReadMask, 255);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_48 = V_2;
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_49 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_49);
int32_t L_50 = L_49->get__StencilReadMask_6();
NullCheck(L_48);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_48, L_50, (255.0f), /*hidden argument*/NULL);
// mat.SetFloat(ShaderConfig._properyIDs._ColorMask, 15);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_51 = V_2;
PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * L_52 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get__properyIDs_4();
NullCheck(L_52);
int32_t L_53 = L_52->get__ColorMask_7();
NullCheck(L_51);
Material_SetFloat_mC2FDDF0798373DEE6BBA9B9FFFE03EC3CFB9BF47(L_51, L_53, (15.0f), /*hidden argument*/NULL);
}
IL_0150:
{
// for (int i = 0; i < cnt; i++)
int32_t L_54 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1));
}
IL_0154:
{
// for (int i = 0; i < cnt; i++)
int32_t L_55 = V_1;
int32_t L_56 = V_0;
if ((((int32_t)L_55) < ((int32_t)L_56)))
{
goto IL_001e;
}
}
IL_015b:
{
// base.Update(context);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_57 = ___context0;
DisplayObject_Update_m05756CF6A38AE531702D2ED732D15053849EC4BB(__this, L_57, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.GoWrapper::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoWrapper_Dispose_m623244BC44031C12124DF387CF6A878B42E641A1 (GoWrapper_t9E8D860ACB6D91CCA2496ADC0994BB6FE106131F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GoWrapper_Dispose_m623244BC44031C12124DF387CF6A878B42E641A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// if (_disposed)
bool L_0 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get__disposed_46();
if (!L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// if (_wrapTarget != null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = __this->get__wrapTarget_53();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0060;
}
}
{
// UnityEngine.Object.Destroy(_wrapTarget);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = __this->get__wrapTarget_53();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_3, /*hidden argument*/NULL);
// _wrapTarget = null;
__this->set__wrapTarget_53((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL);
// if (_materialsBackup.Count > 0)
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_4 = __this->get__materialsBackup_55();
NullCheck(L_4);
int32_t L_5 = List_1_get_Count_mF45604C9A5D5E4A423C46DBDE65E528B10B70E13_inline(L_4, /*hidden argument*/List_1_get_Count_mF45604C9A5D5E4A423C46DBDE65E528B10B70E13_RuntimeMethod_var);
if ((((int32_t)L_5) <= ((int32_t)0)))
{
goto IL_0060;
}
}
{
// int cnt = _materials.Count;
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_6 = __this->get__materials_56();
NullCheck(L_6);
int32_t L_7 = List_1_get_Count_mF45604C9A5D5E4A423C46DBDE65E528B10B70E13_inline(L_6, /*hidden argument*/List_1_get_Count_mF45604C9A5D5E4A423C46DBDE65E528B10B70E13_RuntimeMethod_var);
V_0 = L_7;
// for (int i = 0; i < cnt; i++)
V_1 = 0;
goto IL_005c;
}
IL_0047:
{
// Material.DestroyImmediate(_materials[i]);
List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B * L_8 = __this->get__materials_56();
int32_t L_9 = V_1;
NullCheck(L_8);
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * L_10 = List_1_get_Item_mBE05C6AF79A19CF3CB5654436D7B50F42E6D8228_inline(L_8, L_9, /*hidden argument*/List_1_get_Item_mBE05C6AF79A19CF3CB5654436D7B50F42E6D8228_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_DestroyImmediate_mF6F4415EF22249D6E650FAA40E403283F19B7446(L_10, /*hidden argument*/NULL);
// for (int i = 0; i < cnt; i++)
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_005c:
{
// for (int i = 0; i < cnt; i++)
int32_t L_12 = V_1;
int32_t L_13 = V_0;
if ((((int32_t)L_12) < ((int32_t)L_13)))
{
goto IL_0047;
}
}
IL_0060:
{
// _renderers = null;
__this->set__renderers_54((List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749 *)NULL);
// _materials = null;
__this->set__materials_56((List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B *)NULL);
// _materialsBackup = null;
__this->set__materialsBackup_55((List_1_tB75708030D6FFF2FAD9A1FA28AD909D3B4FCAE8B *)NULL);
// _canvas = null;
__this->set__canvas_58((Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 *)NULL);
// base.Dispose();
DisplayObject_Dispose_m4623756E849DEB7F6FED6C37DCD618A88AAE059D(__this, /*hidden argument*/NULL);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean FairyGUI.HitTestContext::GetRaycastHitFromCache(UnityEngine.Camera,UnityEngine.RaycastHit&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HitTestContext_GetRaycastHitFromCache_mE250FB67F88BE77E8F639CC0286760DD39DCDA5F (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___camera0, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * ___hit1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HitTestContext_GetRaycastHitFromCache_mE250FB67F88BE77E8F639CC0286760DD39DCDA5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 V_0;
memset((&V_0), 0, sizeof(V_0));
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (!raycastHits.TryGetValue(camera, out hitRef))
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * L_0 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_raycastHits_9();
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_1 = ___camera0;
NullCheck(L_0);
bool L_2 = Dictionary_2_TryGetValue_mC9ADD0ECA06FC5FF01F92CD109D1D64F050F4486(L_0, L_1, (Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 *)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mC9ADD0ECA06FC5FF01F92CD109D1D64F050F4486_RuntimeMethod_var);
if (L_2)
{
goto IL_005f;
}
}
{
// Ray ray = camera.ScreenPointToRay(HitTestContext.screenPoint);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_3 = ___camera0;
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_screenPoint_0();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_6 = Camera_ScreenPointToRay_m27638E78502DB6D6D7113F81AF7C210773B828F3(L_3, L_5, /*hidden argument*/NULL);
// if (Physics.Raycast(ray, out hit, maxDistance, layerMask))
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * L_7 = ___hit1;
float L_8 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_maxDistance_7();
int32_t L_9 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_layerMask_6();
bool L_10 = Physics_Raycast_m9F5CAD8DA7923E897C5DCAF913BD411AD1A87950(L_6, (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)L_7, L_8, L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0049;
}
}
{
// raycastHits[camera] = hit;
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * L_11 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_raycastHits_9();
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_12 = ___camera0;
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * L_13 = ___hit1;
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 L_14 = (*(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)L_13);
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 L_15;
memset((&L_15), 0, sizeof(L_15));
Nullable_1__ctor_mE2E549AB4C7959231E8DE97682183D27DA2E36AF((&L_15), L_14, /*hidden argument*/Nullable_1__ctor_mE2E549AB4C7959231E8DE97682183D27DA2E36AF_RuntimeMethod_var);
NullCheck(L_11);
Dictionary_2_set_Item_mB090FAD1467E19E950192C3374A73AEC5FB004F6(L_11, L_12, L_15, /*hidden argument*/Dictionary_2_set_Item_mB090FAD1467E19E950192C3374A73AEC5FB004F6_RuntimeMethod_var);
// return true;
return (bool)1;
}
IL_0049:
{
// raycastHits[camera] = null;
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * L_16 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_raycastHits_9();
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_17 = ___camera0;
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 ));
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 L_18 = V_1;
NullCheck(L_16);
Dictionary_2_set_Item_mB090FAD1467E19E950192C3374A73AEC5FB004F6(L_16, L_17, L_18, /*hidden argument*/Dictionary_2_set_Item_mB090FAD1467E19E950192C3374A73AEC5FB004F6_RuntimeMethod_var);
// return false;
return (bool)0;
}
IL_005f:
{
// else if (hitRef == null)
bool L_19 = Nullable_1_get_HasValue_m6048C6BC1D41A8C0B929063A89F534CBD88A40EE_inline((Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_m6048C6BC1D41A8C0B929063A89F534CBD88A40EE_RuntimeMethod_var);
if (L_19)
{
goto IL_0071;
}
}
{
// hit = new RaycastHit();
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * L_20 = ___hit1;
il2cpp_codegen_initobj(L_20, sizeof(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 ));
// return false;
return (bool)0;
}
IL_0071:
{
// hit = (RaycastHit)hitRef;
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * L_21 = ___hit1;
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 L_22 = Nullable_1_get_Value_m5A77DCDC8F2AB95782B371C30B7BE64626ECC3AE((Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 *)(&V_0), /*hidden argument*/Nullable_1_get_Value_m5A77DCDC8F2AB95782B371C30B7BE64626ECC3AE_RuntimeMethod_var);
*(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)L_21 = L_22;
// return true;
return (bool)1;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HitTestContext_CacheRaycastHit_m2AC2715F22ABE077F978FE8D78F9354BB2FADDB1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// raycastHits[camera] = hit;
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * L_0 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_raycastHits_9();
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_1 = ___camera0;
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * L_2 = ___hit1;
RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 L_3 = (*(RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)L_2);
Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 L_4;
memset((&L_4), 0, sizeof(L_4));
Nullable_1__ctor_mE2E549AB4C7959231E8DE97682183D27DA2E36AF((&L_4), L_3, /*hidden argument*/Nullable_1__ctor_mE2E549AB4C7959231E8DE97682183D27DA2E36AF_RuntimeMethod_var);
NullCheck(L_0);
Dictionary_2_set_Item_mB090FAD1467E19E950192C3374A73AEC5FB004F6(L_0, L_1, L_4, /*hidden argument*/Dictionary_2_set_Item_mB090FAD1467E19E950192C3374A73AEC5FB004F6_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.HitTestContext::ClearRaycastHitCache()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitTestContext_ClearRaycastHitCache_m812144510561DD219B6435136F26C57FDBBB62E1 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HitTestContext_ClearRaycastHitCache_m812144510561DD219B6435136F26C57FDBBB62E1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// raycastHits.Clear();
IL2CPP_RUNTIME_CLASS_INIT(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var);
Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * L_0 = ((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->get_raycastHits_9();
NullCheck(L_0);
Dictionary_2_Clear_m79F0E305B54693CA316A5AF9192E8D326442D52B(L_0, /*hidden argument*/Dictionary_2_Clear_m79F0E305B54693CA316A5AF9192E8D326442D52B_RuntimeMethod_var);
// }
return;
}
}
// System.Void FairyGUI.HitTestContext::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitTestContext__ctor_mA479BB5AACFE8F258F292063E37972952E5B8759 (HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void FairyGUI.HitTestContext::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitTestContext__cctor_mC3EFCEF199565E159FAA831601CA69B2B53C3719 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HitTestContext__cctor_mC3EFCEF199565E159FAA831601CA69B2B53C3719_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static int layerMask = -1;
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_layerMask_6((-1));
// public static float maxDistance = Mathf.Infinity;
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_maxDistance_7((std::numeric_limits<float>::infinity()));
// static Dictionary<Camera, RaycastHit?> raycastHits = new Dictionary<Camera, RaycastHit?>();
Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 * L_0 = (Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80 *)il2cpp_codegen_object_new(Dictionary_2_tE625ACC2A64B71EE8E9EA5254F916905C01ACA80_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m12B32E730298EF0D4925C34E41D55F4C83E16942(L_0, /*hidden argument*/Dictionary_2__ctor_m12B32E730298EF0D4925C34E41D55F4C83E16942_RuntimeMethod_var);
((HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_StaticFields*)il2cpp_codegen_static_fields_for(HitTestContext_t146D517BE78F2D99B87574E56DF2975D750E197E_il2cpp_TypeInfo_var))->set_raycastHits_9(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#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.Image::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image__ctor_m80041CC0D64CFD8A6B2D973AFB57535CA59F42BE (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, const RuntimeMethod* method)
{
{
// public Image() : this(null)
Image__ctor_mCADA8582706D48F95BDB840E7826EFB8165E0154(__this, (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Image::.ctor(FairyGUI.NTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image__ctor_mCADA8582706D48F95BDB840E7826EFB8165E0154 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Image__ctor_mCADA8582706D48F95BDB840E7826EFB8165E0154_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// : base()
DisplayObject__ctor_m8A93C9E5759F7CC138A8FE227A4ACDC8E7CC70F7(__this, /*hidden argument*/NULL);
// _touchDisabled = true;
((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->set__touchDisabled_47((bool)1);
// CreateGameObject("Image");
DisplayObject_CreateGameObject_m7959DAD321F68960C96F0A6D0961CE901444D666(__this, _stringLiteral50E19FDA0D5B4B74A4A1A1D584E56578693A4EA4, /*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.shader = ShaderConfig.imageShader;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_2 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var);
String_t* L_3 = ((ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var))->get_imageShader_1();
NullCheck(L_2);
NGraphics_set_shader_m5EA8CC88A274B5B308B9364AC6193CEABC3E62FF(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);
// if (texture != null)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_5 = ___texture0;
if (!L_5)
{
goto IL_004f;
}
}
{
// UpdateTexture(texture);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_6 = ___texture0;
VirtActionInvoker1< NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * >::Invoke(26 /* System.Void FairyGUI.Image::UpdateTexture(FairyGUI.NTexture) */, __this, L_6);
}
IL_004f:
{
// }
return;
}
}
// FairyGUI.NTexture FairyGUI.Image::get_texture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * Image_get_texture_m3E392543B6EFF7C9E25349F632AED5941AB25408 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, const RuntimeMethod* method)
{
{
// get { return graphics.texture; }
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_1 = NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void FairyGUI.Image::set_texture(FairyGUI.NTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_texture_m11D1CDBF428D60241C3F44152C0F82CE3EB4F92F (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___value0, const RuntimeMethod* method)
{
{
// UpdateTexture(value);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = ___value0;
VirtActionInvoker1< NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * >::Invoke(26 /* System.Void FairyGUI.Image::UpdateTexture(FairyGUI.NTexture) */, __this, L_0);
// }
return;
}
}
// UnityEngine.Color FairyGUI.Image::get_color()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Image_get_color_m6E755C919FDA026EB2D935589B28F1321CD69EC6 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __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.Image::set_color(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_color_mB956053F234E3C5F5D18069059A2F10280937EF7 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __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;
}
}
// FairyGUI.FillMethod FairyGUI.Image::get_fillMethod()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Image_get_fillMethod_m934ADD138E9C72E1BB15B8C1E6DD958D277A03B4 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, const RuntimeMethod* method)
{
{
// get { return _fillMesh != null ? _fillMesh.method : FillMethod.None; }
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_0 = __this->get__fillMesh_55();
if (L_0)
{
goto IL_000a;
}
}
{
return (int32_t)(0);
}
IL_000a:
{
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_1 = __this->get__fillMesh_55();
NullCheck(L_1);
int32_t L_2 = L_1->get_method_0();
return L_2;
}
}
// System.Void FairyGUI.Image::set_fillMethod(FairyGUI.FillMethod)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_fillMethod_m92C18971C54D7C522C6D3755ADE15DAF7E21D2C5 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Image_set_fillMethod_m92C18971C54D7C522C6D3755ADE15DAF7E21D2C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_fillMesh == null)
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_0 = __this->get__fillMesh_55();
if (L_0)
{
goto IL_0017;
}
}
{
// if (value == FillMethod.None)
int32_t L_1 = ___value0;
if (L_1)
{
goto IL_000c;
}
}
{
// return;
return;
}
IL_000c:
{
// _fillMesh = new FillMesh();
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_2 = (FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 *)il2cpp_codegen_object_new(FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371_il2cpp_TypeInfo_var);
FillMesh__ctor_m716625BCFC1E791491D86A8393026371E7D60CED(L_2, /*hidden argument*/NULL);
__this->set__fillMesh_55(L_2);
}
IL_0017:
{
// if (_fillMesh.method != value)
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_3 = __this->get__fillMesh_55();
NullCheck(L_3);
int32_t L_4 = L_3->get_method_0();
int32_t L_5 = ___value0;
if ((((int32_t)L_4) == ((int32_t)L_5)))
{
goto IL_003c;
}
}
{
// _fillMesh.method = value;
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_6 = __this->get__fillMesh_55();
int32_t L_7 = ___value0;
NullCheck(L_6);
L_6->set_method_0(L_7);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_8 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_8);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_8, /*hidden argument*/NULL);
}
IL_003c:
{
// }
return;
}
}
// System.Int32 FairyGUI.Image::get_fillOrigin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Image_get_fillOrigin_m65604F458206205AEFAF6260988489A7765597C9 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, const RuntimeMethod* method)
{
{
// get { return _fillMesh != null ? _fillMesh.origin : 0; }
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_0 = __this->get__fillMesh_55();
if (L_0)
{
goto IL_000a;
}
}
{
return 0;
}
IL_000a:
{
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_1 = __this->get__fillMesh_55();
NullCheck(L_1);
int32_t L_2 = L_1->get_origin_1();
return L_2;
}
}
// System.Void FairyGUI.Image::set_fillOrigin(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_fillOrigin_mB05EB16F5A95BA2C5C9AD938235548527B03B008 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Image_set_fillOrigin_mB05EB16F5A95BA2C5C9AD938235548527B03B008_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_fillMesh == null)
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_0 = __this->get__fillMesh_55();
if (L_0)
{
goto IL_0013;
}
}
{
// _fillMesh = new FillMesh();
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_1 = (FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 *)il2cpp_codegen_object_new(FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371_il2cpp_TypeInfo_var);
FillMesh__ctor_m716625BCFC1E791491D86A8393026371E7D60CED(L_1, /*hidden argument*/NULL);
__this->set__fillMesh_55(L_1);
}
IL_0013:
{
// if (_fillMesh.origin != value)
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_2 = __this->get__fillMesh_55();
NullCheck(L_2);
int32_t L_3 = L_2->get_origin_1();
int32_t L_4 = ___value0;
if ((((int32_t)L_3) == ((int32_t)L_4)))
{
goto IL_0038;
}
}
{
// _fillMesh.origin = value;
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_5 = __this->get__fillMesh_55();
int32_t L_6 = ___value0;
NullCheck(L_5);
L_5->set_origin_1(L_6);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_7 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_7);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_7, /*hidden argument*/NULL);
}
IL_0038:
{
// }
return;
}
}
// System.Boolean FairyGUI.Image::get_fillClockwise()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Image_get_fillClockwise_m18C8F1D8C4FDFE3B5530365D6D57BC5071B6947C (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, const RuntimeMethod* method)
{
{
// get { return _fillMesh != null ? _fillMesh.clockwise : true; }
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_0 = __this->get__fillMesh_55();
if (L_0)
{
goto IL_000a;
}
}
{
return (bool)1;
}
IL_000a:
{
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_1 = __this->get__fillMesh_55();
NullCheck(L_1);
bool L_2 = L_1->get_clockwise_3();
return L_2;
}
}
// System.Void FairyGUI.Image::set_fillClockwise(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_fillClockwise_mE339B9CAD470EC5ED006DBCDC2DC50E042725AFF (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Image_set_fillClockwise_mE339B9CAD470EC5ED006DBCDC2DC50E042725AFF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_fillMesh == null)
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_0 = __this->get__fillMesh_55();
if (L_0)
{
goto IL_0013;
}
}
{
// _fillMesh = new FillMesh();
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_1 = (FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 *)il2cpp_codegen_object_new(FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371_il2cpp_TypeInfo_var);
FillMesh__ctor_m716625BCFC1E791491D86A8393026371E7D60CED(L_1, /*hidden argument*/NULL);
__this->set__fillMesh_55(L_1);
}
IL_0013:
{
// if (_fillMesh.clockwise != value)
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_2 = __this->get__fillMesh_55();
NullCheck(L_2);
bool L_3 = L_2->get_clockwise_3();
bool L_4 = ___value0;
if ((((int32_t)L_3) == ((int32_t)L_4)))
{
goto IL_0038;
}
}
{
// _fillMesh.clockwise = value;
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_5 = __this->get__fillMesh_55();
bool L_6 = ___value0;
NullCheck(L_5);
L_5->set_clockwise_3(L_6);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_7 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_7);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_7, /*hidden argument*/NULL);
}
IL_0038:
{
// }
return;
}
}
// System.Single FairyGUI.Image::get_fillAmount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Image_get_fillAmount_mF2CFE82F1F43E5EF51F63CEABD4EA3EE6B6A171E (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, const RuntimeMethod* method)
{
{
// get { return _fillMesh != null ? _fillMesh.amount : 0; }
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_0 = __this->get__fillMesh_55();
if (L_0)
{
goto IL_000e;
}
}
{
return (0.0f);
}
IL_000e:
{
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_1 = __this->get__fillMesh_55();
NullCheck(L_1);
float L_2 = L_1->get_amount_2();
return L_2;
}
}
// System.Void FairyGUI.Image::set_fillAmount(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_fillAmount_mCC2598461D0AEED4EE189F12FA0D80BD460DF197 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, float ___value0, const RuntimeMethod* method)
{
{
// if (_fillMesh.amount != value)
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_0 = __this->get__fillMesh_55();
NullCheck(L_0);
float L_1 = L_0->get_amount_2();
float L_2 = ___value0;
if ((((float)L_1) == ((float)L_2)))
{
goto IL_0025;
}
}
{
// _fillMesh.amount = value;
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_3 = __this->get__fillMesh_55();
float L_4 = ___value0;
NullCheck(L_3);
L_3->set_amount_2(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);
}
IL_0025:
{
// }
return;
}
}
// System.Nullable`1<UnityEngine.Rect> FairyGUI.Image::get_scale9Grid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 Image_get_scale9Grid_m2460976E91B1DC9AFBAFE1664A0463D5A1FDD8F8 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, const RuntimeMethod* method)
{
{
// get { return _scale9Grid; }
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_0 = __this->get__scale9Grid_52();
return L_0;
}
}
// System.Void FairyGUI.Image::set_scale9Grid(System.Nullable`1<UnityEngine.Rect>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_scale9Grid_m6165FFA4ECAAC4DE9216B7CD6A73706D5E401968 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Image_set_scale9Grid_m6165FFA4ECAAC4DE9216B7CD6A73706D5E401968_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 V_0;
memset((&V_0), 0, sizeof(V_0));
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t G_B5_0 = 0;
{
// if (_scale9Grid != value)
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_0 = __this->get__scale9Grid_52();
V_0 = L_0;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_1 = ___value0;
V_1 = L_1;
bool L_2 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
bool L_3 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)(&V_1), /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if ((((int32_t)L_2) == ((int32_t)L_3)))
{
goto IL_001c;
}
}
{
G_B5_0 = 1;
goto IL_003b;
}
IL_001c:
{
bool L_4 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if (L_4)
{
goto IL_0028;
}
}
{
G_B5_0 = 0;
goto IL_003b;
}
IL_0028:
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_5 = Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_RuntimeMethod_var);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_6 = Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)(&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_RuntimeMethod_var);
bool L_7 = Rect_op_Inequality_mAF9DC03779A7C3E1B430D7FFA797F2C4CEAD1FC7(L_5, L_6, /*hidden argument*/NULL);
G_B5_0 = ((int32_t)(L_7));
}
IL_003b:
{
if (!G_B5_0)
{
goto IL_004f;
}
}
{
// _scale9Grid = value;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_8 = ___value0;
__this->set__scale9Grid_52(L_8);
// graphics.SetMeshDirty();
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_9 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_9);
NGraphics_SetMeshDirty_mB3DA4B238EC1A8A44FAC9DE0241A714215681D0F(L_9, /*hidden argument*/NULL);
}
IL_004f:
{
// }
return;
}
}
// System.Boolean FairyGUI.Image::get_scaleByTile()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Image_get_scaleByTile_mC14028C888C5DF1A7C2F7F21BDC210739AEEE015 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, const RuntimeMethod* method)
{
{
// get { return _scaleByTile; }
bool L_0 = __this->get__scaleByTile_53();
return L_0;
}
}
// System.Void FairyGUI.Image::set_scaleByTile(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_scaleByTile_m83AD7B31ED2B15D398054528D2404DEFA1C72EC4 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// if (_scaleByTile != value)
bool L_0 = __this->get__scaleByTile_53();
bool L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_001b;
}
}
{
// _scaleByTile = value;
bool L_2 = ___value0;
__this->set__scaleByTile_53(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;
}
}
// System.Int32 FairyGUI.Image::get_tileGridIndice()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Image_get_tileGridIndice_m8ED857CA8895E9306A2772A8E8C8DF307205E7C6 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, const RuntimeMethod* method)
{
{
// get { return _tileGridIndice; }
int32_t L_0 = __this->get__tileGridIndice_54();
return L_0;
}
}
// System.Void FairyGUI.Image::set_tileGridIndice(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_tileGridIndice_m8FD377E1B99BE04F2F33DCE18897C46D16DD7FB1 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// if (_tileGridIndice != value)
int32_t L_0 = __this->get__tileGridIndice_54();
int32_t L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_001b;
}
}
{
// _tileGridIndice = value;
int32_t L_2 = ___value0;
__this->set__tileGridIndice_54(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;
}
}
// System.Void FairyGUI.Image::SetNativeSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_SetNativeSize_mC4980DB6BAD8EB782B03637D7501E3B1FC33BAE8 (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, const RuntimeMethod* method)
{
{
// if (graphics.texture != null)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_0 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_1 = NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0036;
}
}
{
// SetSize(graphics.texture.width, graphics.texture.height);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_2 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_3 = NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
int32_t L_4 = NTexture_get_width_m4792DA39FBA764B89C6701C227FA1C3727C2471F(L_3, /*hidden argument*/NULL);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_5 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_6 = NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
int32_t L_7 = NTexture_get_height_mB6C76DA4C0F2C64D60B198215C64605E0486A22E(L_6, /*hidden argument*/NULL);
DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475(__this, (((float)((float)L_4))), (((float)((float)L_7))), /*hidden argument*/NULL);
return;
}
IL_0036:
{
// SetSize(0, 0);
DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475(__this, (0.0f), (0.0f), /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Image::UpdateTexture(FairyGUI.NTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_UpdateTexture_mB3D999C8DAD80CBC8790B5DF1670F08DD5C2249D (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___value0, const RuntimeMethod* method)
{
{
// if (value == graphics.texture)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = ___value0;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_1 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_2 = NGraphics_get_texture_m3664EBAFA5CB8F505A62CA24BAF9650A897261FB_inline(L_1, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)L_0) == ((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)L_2))))
{
goto IL_000f;
}
}
{
// return;
return;
}
IL_000f:
{
// graphics.texture = value;
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_3 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_4 = ___value0;
NullCheck(L_3);
NGraphics_set_texture_m37C1CC2B5DE298F7007E91C3112A3A8A30A37694(L_3, L_4, /*hidden argument*/NULL);
// if (_contentRect.width == 0)
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_5 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_6 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_5, /*hidden argument*/NULL);
if ((!(((float)L_6) == ((float)(0.0f)))))
{
goto IL_0033;
}
}
{
// SetNativeSize();
Image_SetNativeSize_mC4980DB6BAD8EB782B03637D7501E3B1FC33BAE8(__this, /*hidden argument*/NULL);
}
IL_0033:
{
// InvalidateBatchingState();
DisplayObject_InvalidateBatchingState_m9AD0CBF4F91F5CD54A74A54987AC482DE208104C(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Image::OnPopulateMesh(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_OnPopulateMesh_mB1ED450FF4B52E387CB229196ED382D9126795FB (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Image_OnPopulateMesh_mB1ED450FF4B52E387CB229196ED382D9126795FB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (_fillMesh != null && _fillMesh.method != FillMethod.None)
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_0 = __this->get__fillMesh_55();
if (!L_0)
{
goto IL_0022;
}
}
{
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_1 = __this->get__fillMesh_55();
NullCheck(L_1);
int32_t L_2 = L_1->get_method_0();
if (!L_2)
{
goto IL_0022;
}
}
{
// _fillMesh.OnPopulateMesh(vb);
FillMesh_t6548A4445E44273DD70990ADBC9CD89214950371 * L_3 = __this->get__fillMesh_55();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_4 = ___vb0;
NullCheck(L_3);
FillMesh_OnPopulateMesh_m0F0CFB7D9FE58B7C714980034DA695C0C84533C6(L_3, L_4, /*hidden argument*/NULL);
// }
return;
}
IL_0022:
{
// else if (_scaleByTile)
bool L_5 = __this->get__scaleByTile_53();
if (!L_5)
{
goto IL_00f4;
}
}
{
// float sourceW = texture.width;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_6 = Image_get_texture_m3E392543B6EFF7C9E25349F632AED5941AB25408(__this, /*hidden argument*/NULL);
NullCheck(L_6);
int32_t L_7 = NTexture_get_width_m4792DA39FBA764B89C6701C227FA1C3727C2471F(L_6, /*hidden argument*/NULL);
V_0 = (((float)((float)L_7)));
// float sourceH = texture.height;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_8 = Image_get_texture_m3E392543B6EFF7C9E25349F632AED5941AB25408(__this, /*hidden argument*/NULL);
NullCheck(L_8);
int32_t L_9 = NTexture_get_height_mB6C76DA4C0F2C64D60B198215C64605E0486A22E(L_8, /*hidden argument*/NULL);
V_1 = (((float)((float)L_9)));
// if (texture.root == texture
// && texture.nativeTexture != null
// && texture.nativeTexture.wrapMode == TextureWrapMode.Repeat)
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_10 = Image_get_texture_m3E392543B6EFF7C9E25349F632AED5941AB25408(__this, /*hidden argument*/NULL);
NullCheck(L_10);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_11 = NTexture_get_root_mF354B37A746484EE7BDC5F84A664002EB0DBC09A_inline(L_10, /*hidden argument*/NULL);
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_12 = Image_get_texture_m3E392543B6EFF7C9E25349F632AED5941AB25408(__this, /*hidden argument*/NULL);
if ((!(((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)L_11) == ((RuntimeObject*)(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A *)L_12))))
{
goto IL_00d7;
}
}
{
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_13 = Image_get_texture_m3E392543B6EFF7C9E25349F632AED5941AB25408(__this, /*hidden argument*/NULL);
NullCheck(L_13);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_14 = NTexture_get_nativeTexture_m022E7332CA1C910A1128926D6FF9E6B911E475C0(L_13, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_15 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_14, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_00d7;
}
}
{
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_16 = Image_get_texture_m3E392543B6EFF7C9E25349F632AED5941AB25408(__this, /*hidden argument*/NULL);
NullCheck(L_16);
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_17 = NTexture_get_nativeTexture_m022E7332CA1C910A1128926D6FF9E6B911E475C0(L_16, /*hidden argument*/NULL);
NullCheck(L_17);
int32_t L_18 = Texture_get_wrapMode_mC21054C7BC6E958937B7459DAF1D17654284B07A(L_17, /*hidden argument*/NULL);
if (L_18)
{
goto IL_00d7;
}
}
{
// Rect uvRect = vb.uvRect;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_19 = ___vb0;
NullCheck(L_19);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_20 = L_19->get_uvRect_1();
V_2 = L_20;
// uvRect.width *= vb.contentRect.width / sourceW;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_21 = (&V_2);
float L_22 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_21, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_23 = ___vb0;
NullCheck(L_23);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_24 = L_23->get_address_of_contentRect_0();
float L_25 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_24, /*hidden argument*/NULL);
float L_26 = V_0;
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_21, ((float)il2cpp_codegen_multiply((float)L_22, (float)((float)((float)L_25/(float)L_26)))), /*hidden argument*/NULL);
// uvRect.height *= vb.contentRect.height / sourceH;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_27 = (&V_2);
float L_28 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_27, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_29 = ___vb0;
NullCheck(L_29);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_30 = L_29->get_address_of_contentRect_0();
float L_31 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_30, /*hidden argument*/NULL);
float L_32 = V_1;
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_27, ((float)il2cpp_codegen_multiply((float)L_28, (float)((float)((float)L_31/(float)L_32)))), /*hidden argument*/NULL);
// vb.AddQuad(vb.contentRect, vb.vertexColor, uvRect);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_33 = ___vb0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_34 = ___vb0;
NullCheck(L_34);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_35 = L_34->get_contentRect_0();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_36 = ___vb0;
NullCheck(L_36);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_37 = L_36->get_vertexColor_2();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_38 = V_2;
NullCheck(L_33);
VertexBuffer_AddQuad_mB7FAA61C0D1D5110848CA246B23F4045A5ABA280(L_33, L_35, L_37, L_38, /*hidden argument*/NULL);
// vb.AddTriangles();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_39 = ___vb0;
NullCheck(L_39);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_39, 0, /*hidden argument*/NULL);
// }
return;
}
IL_00d7:
{
// TileFill(vb, vb.contentRect, vb.uvRect, sourceW, sourceH);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_40 = ___vb0;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_41 = ___vb0;
NullCheck(L_41);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_42 = L_41->get_contentRect_0();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_43 = ___vb0;
NullCheck(L_43);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_44 = L_43->get_uvRect_1();
float L_45 = V_0;
float L_46 = V_1;
Image_TileFill_m941FCC98B49F4918EAFC3B584766341ABAD8605A(__this, L_40, L_42, L_44, L_45, L_46, /*hidden argument*/NULL);
// vb.AddTriangles();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_47 = ___vb0;
NullCheck(L_47);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_47, 0, /*hidden argument*/NULL);
// }
return;
}
IL_00f4:
{
// else if (_scale9Grid != null)
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_48 = __this->get_address_of__scale9Grid_52();
bool L_49 = Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_inline((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_48, /*hidden argument*/Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_RuntimeMethod_var);
if (!L_49)
{
goto IL_0109;
}
}
{
// SliceFill(vb);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_50 = ___vb0;
Image_SliceFill_m930EFC868BAF9D241A86C5F62CF637963C26805A(__this, L_50, /*hidden argument*/NULL);
// }
return;
}
IL_0109:
{
// graphics.OnPopulateMesh(vb);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_51 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_52 = ___vb0;
NullCheck(L_51);
NGraphics_OnPopulateMesh_m1A8E79872724AE0BA40489E4E802D8EBBC07190E(L_51, L_52, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Image::SliceFill(FairyGUI.VertexBuffer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_SliceFill_m930EFC868BAF9D241A86C5F62CF637963C26805A (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Image_SliceFill_m930EFC868BAF9D241A86C5F62CF637963C26805A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
memset((&V_0), 0, sizeof(V_0));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_1;
memset((&V_1), 0, sizeof(V_1));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_2;
memset((&V_2), 0, sizeof(V_2));
float V_3 = 0.0f;
float V_4 = 0.0f;
float V_5 = 0.0f;
float V_6 = 0.0f;
float V_7 = 0.0f;
float V_8 = 0.0f;
float V_9 = 0.0f;
float V_10 = 0.0f;
float V_11 = 0.0f;
float V_12 = 0.0f;
int32_t V_13 = 0;
int32_t V_14 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_15;
memset((&V_15), 0, sizeof(V_15));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_16;
memset((&V_16), 0, sizeof(V_16));
int32_t V_17 = 0;
int32_t V_18 = 0;
int32_t V_19 = 0;
int32_t V_20 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B28_0;
memset((&G_B28_0), 0, sizeof(G_B28_0));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B28_1;
memset((&G_B28_1), 0, sizeof(G_B28_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B28_2 = NULL;
Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * G_B28_3 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B25_0;
memset((&G_B25_0), 0, sizeof(G_B25_0));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B25_1;
memset((&G_B25_1), 0, sizeof(G_B25_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B25_2 = NULL;
Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * G_B25_3 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B26_0;
memset((&G_B26_0), 0, sizeof(G_B26_0));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B26_1;
memset((&G_B26_1), 0, sizeof(G_B26_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B26_2 = NULL;
Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * G_B26_3 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B27_0;
memset((&G_B27_0), 0, sizeof(G_B27_0));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B27_1;
memset((&G_B27_1), 0, sizeof(G_B27_1));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B27_2 = NULL;
Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * G_B27_3 = NULL;
float G_B29_0 = 0.0f;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B29_1;
memset((&G_B29_1), 0, sizeof(G_B29_1));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B29_2;
memset((&G_B29_2), 0, sizeof(G_B29_2));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B29_3 = NULL;
Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * G_B29_4 = NULL;
float G_B33_0 = 0.0f;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B33_1;
memset((&G_B33_1), 0, sizeof(G_B33_1));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B33_2;
memset((&G_B33_2), 0, sizeof(G_B33_2));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B33_3 = NULL;
Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * G_B33_4 = NULL;
float G_B30_0 = 0.0f;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B30_1;
memset((&G_B30_1), 0, sizeof(G_B30_1));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B30_2;
memset((&G_B30_2), 0, sizeof(G_B30_2));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B30_3 = NULL;
Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * G_B30_4 = NULL;
float G_B31_0 = 0.0f;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B31_1;
memset((&G_B31_1), 0, sizeof(G_B31_1));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B31_2;
memset((&G_B31_2), 0, sizeof(G_B31_2));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B31_3 = NULL;
Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * G_B31_4 = NULL;
float G_B32_0 = 0.0f;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B32_1;
memset((&G_B32_1), 0, sizeof(G_B32_1));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B32_2;
memset((&G_B32_2), 0, sizeof(G_B32_2));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B32_3 = NULL;
Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * G_B32_4 = NULL;
float G_B34_0 = 0.0f;
float G_B34_1 = 0.0f;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B34_2;
memset((&G_B34_2), 0, sizeof(G_B34_2));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B34_3;
memset((&G_B34_3), 0, sizeof(G_B34_3));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B34_4 = NULL;
Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * G_B34_5 = NULL;
{
// Rect gridRect = (Rect)_scale9Grid;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * L_0 = __this->get_address_of__scale9Grid_52();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F((Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 *)L_0, /*hidden argument*/Nullable_1_get_Value_mCC2C5A636A5A5DEC4C970652B6CE55868A8F743F_RuntimeMethod_var);
V_0 = L_1;
// Rect contentRect = vb.contentRect;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_2 = ___vb0;
NullCheck(L_2);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_3 = L_2->get_contentRect_0();
V_1 = L_3;
// Rect uvRect = vb.uvRect;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_4 = ___vb0;
NullCheck(L_4);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_5 = L_4->get_uvRect_1();
V_2 = L_5;
// float sourceW = texture.width;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_6 = Image_get_texture_m3E392543B6EFF7C9E25349F632AED5941AB25408(__this, /*hidden argument*/NULL);
NullCheck(L_6);
int32_t L_7 = NTexture_get_width_m4792DA39FBA764B89C6701C227FA1C3727C2471F(L_6, /*hidden argument*/NULL);
V_3 = (((float)((float)L_7)));
// float sourceH = texture.height;
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_8 = Image_get_texture_m3E392543B6EFF7C9E25349F632AED5941AB25408(__this, /*hidden argument*/NULL);
NullCheck(L_8);
int32_t L_9 = NTexture_get_height_mB6C76DA4C0F2C64D60B198215C64605E0486A22E(L_8, /*hidden argument*/NULL);
V_4 = (((float)((float)L_9)));
// if (graphics.flip != FlipType.None)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_10 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_10);
int32_t L_11 = NGraphics_get_flip_m6D1AA99CCAB22C94326F410E348E562ACEB54231_inline(L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_00ca;
}
}
{
// if (graphics.flip == FlipType.Horizontal || graphics.flip == FlipType.Both)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_12 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_12);
int32_t L_13 = NGraphics_get_flip_m6D1AA99CCAB22C94326F410E348E562ACEB54231_inline(L_12, /*hidden argument*/NULL);
if ((((int32_t)L_13) == ((int32_t)1)))
{
goto IL_0061;
}
}
{
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_14 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_14);
int32_t L_15 = NGraphics_get_flip_m6D1AA99CCAB22C94326F410E348E562ACEB54231_inline(L_14, /*hidden argument*/NULL);
if ((!(((uint32_t)L_15) == ((uint32_t)3))))
{
goto IL_0087;
}
}
IL_0061:
{
// gridRect.x = sourceW - gridRect.xMax;
float L_16 = V_3;
float L_17 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), ((float)il2cpp_codegen_subtract((float)L_16, (float)L_17)), /*hidden argument*/NULL);
// gridRect.xMax = gridRect.x + gridRect.width;
float L_18 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_19 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
Rect_set_xMax_m1775041FCD5CA22C77D75CC780D158CD2B31CEAF((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), ((float)il2cpp_codegen_add((float)L_18, (float)L_19)), /*hidden argument*/NULL);
}
IL_0087:
{
// if (graphics.flip == FlipType.Vertical || graphics.flip == FlipType.Both)
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_20 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_20);
int32_t L_21 = NGraphics_get_flip_m6D1AA99CCAB22C94326F410E348E562ACEB54231_inline(L_20, /*hidden argument*/NULL);
if ((((int32_t)L_21) == ((int32_t)2)))
{
goto IL_00a3;
}
}
{
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_22 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(__this, /*hidden argument*/NULL);
NullCheck(L_22);
int32_t L_23 = NGraphics_get_flip_m6D1AA99CCAB22C94326F410E348E562ACEB54231_inline(L_22, /*hidden argument*/NULL);
if ((!(((uint32_t)L_23) == ((uint32_t)3))))
{
goto IL_00ca;
}
}
IL_00a3:
{
// gridRect.y = sourceH - gridRect.yMax;
float L_24 = V_4;
float L_25 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), ((float)il2cpp_codegen_subtract((float)L_24, (float)L_25)), /*hidden argument*/NULL);
// gridRect.yMax = gridRect.y + gridRect.height;
float L_26 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_27 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
Rect_set_yMax_m4F1C5632CD4836853A22E979C810C279FBB20B95((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), ((float)il2cpp_codegen_add((float)L_26, (float)L_27)), /*hidden argument*/NULL);
}
IL_00ca:
{
// float sx = uvRect.width / sourceW;
float L_28 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_2), /*hidden argument*/NULL);
float L_29 = V_3;
V_5 = ((float)((float)L_28/(float)L_29));
// float sy = uvRect.height / sourceH;
float L_30 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_2), /*hidden argument*/NULL);
float L_31 = V_4;
V_6 = ((float)((float)L_30/(float)L_31));
// float xMax = uvRect.xMax;
float L_32 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_2), /*hidden argument*/NULL);
V_7 = L_32;
// float yMax = uvRect.yMax;
float L_33 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_2), /*hidden argument*/NULL);
V_8 = L_33;
// float xMax2 = gridRect.xMax;
float L_34 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_9 = L_34;
// float yMax2 = gridRect.yMax;
float L_35 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_10 = L_35;
// gridTexX[0] = uvRect.x;
IL2CPP_RUNTIME_CLASS_INIT(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_36 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridTexX_60();
float L_37 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_2), /*hidden argument*/NULL);
NullCheck(L_36);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(0), (float)L_37);
// gridTexX[1] = uvRect.x + gridRect.x * sx;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_38 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridTexX_60();
float L_39 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_2), /*hidden argument*/NULL);
float L_40 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_41 = V_5;
NullCheck(L_38);
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(1), (float)((float)il2cpp_codegen_add((float)L_39, (float)((float)il2cpp_codegen_multiply((float)L_40, (float)L_41)))));
// gridTexX[2] = uvRect.x + xMax2 * sx;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_42 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridTexX_60();
float L_43 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_2), /*hidden argument*/NULL);
float L_44 = V_9;
float L_45 = V_5;
NullCheck(L_42);
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(2), (float)((float)il2cpp_codegen_add((float)L_43, (float)((float)il2cpp_codegen_multiply((float)L_44, (float)L_45)))));
// gridTexX[3] = xMax;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_46 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridTexX_60();
float L_47 = V_7;
NullCheck(L_46);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(3), (float)L_47);
// gridTexY[0] = yMax;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_48 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridTexY_61();
float L_49 = V_8;
NullCheck(L_48);
(L_48)->SetAt(static_cast<il2cpp_array_size_t>(0), (float)L_49);
// gridTexY[1] = yMax - gridRect.y * sy;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_50 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridTexY_61();
float L_51 = V_8;
float L_52 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_53 = V_6;
NullCheck(L_50);
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(1), (float)((float)il2cpp_codegen_subtract((float)L_51, (float)((float)il2cpp_codegen_multiply((float)L_52, (float)L_53)))));
// gridTexY[2] = yMax - yMax2 * sy;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_54 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridTexY_61();
float L_55 = V_8;
float L_56 = V_10;
float L_57 = V_6;
NullCheck(L_54);
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(2), (float)((float)il2cpp_codegen_subtract((float)L_55, (float)((float)il2cpp_codegen_multiply((float)L_56, (float)L_57)))));
// gridTexY[3] = uvRect.y;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_58 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridTexY_61();
float L_59 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_2), /*hidden argument*/NULL);
NullCheck(L_58);
(L_58)->SetAt(static_cast<il2cpp_array_size_t>(3), (float)L_59);
// if (contentRect.width >= (sourceW - gridRect.width))
float L_60 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
float L_61 = V_3;
float L_62 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
if ((!(((float)L_60) >= ((float)((float)il2cpp_codegen_subtract((float)L_61, (float)L_62))))))
{
goto IL_01c6;
}
}
{
// gridX[1] = gridRect.x;
IL2CPP_RUNTIME_CLASS_INIT(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_63 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridX_58();
float L_64 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
NullCheck(L_63);
(L_63)->SetAt(static_cast<il2cpp_array_size_t>(1), (float)L_64);
// gridX[2] = contentRect.width - (sourceW - xMax2);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_65 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridX_58();
float L_66 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
float L_67 = V_3;
float L_68 = V_9;
NullCheck(L_65);
(L_65)->SetAt(static_cast<il2cpp_array_size_t>(2), (float)((float)il2cpp_codegen_subtract((float)L_66, (float)((float)il2cpp_codegen_subtract((float)L_67, (float)L_68)))));
// gridX[3] = contentRect.width;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_69 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridX_58();
float L_70 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
NullCheck(L_69);
(L_69)->SetAt(static_cast<il2cpp_array_size_t>(3), (float)L_70);
// }
goto IL_0209;
}
IL_01c6:
{
// float tmp = gridRect.x / (sourceW - xMax2);
float L_71 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_72 = V_3;
float L_73 = V_9;
V_11 = ((float)((float)L_71/(float)((float)il2cpp_codegen_subtract((float)L_72, (float)L_73))));
// tmp = contentRect.width * tmp / (1 + tmp);
float L_74 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
float L_75 = V_11;
float L_76 = V_11;
V_11 = ((float)((float)((float)il2cpp_codegen_multiply((float)L_74, (float)L_75))/(float)((float)il2cpp_codegen_add((float)(1.0f), (float)L_76))));
// gridX[1] = tmp;
IL2CPP_RUNTIME_CLASS_INIT(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_77 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridX_58();
float L_78 = V_11;
NullCheck(L_77);
(L_77)->SetAt(static_cast<il2cpp_array_size_t>(1), (float)L_78);
// gridX[2] = tmp;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_79 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridX_58();
float L_80 = V_11;
NullCheck(L_79);
(L_79)->SetAt(static_cast<il2cpp_array_size_t>(2), (float)L_80);
// gridX[3] = contentRect.width;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_81 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridX_58();
float L_82 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
NullCheck(L_81);
(L_81)->SetAt(static_cast<il2cpp_array_size_t>(3), (float)L_82);
}
IL_0209:
{
// if (contentRect.height >= (sourceH - gridRect.height))
float L_83 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
float L_84 = V_4;
float L_85 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
if ((!(((float)L_83) >= ((float)((float)il2cpp_codegen_subtract((float)L_84, (float)L_85))))))
{
goto IL_024e;
}
}
{
// gridY[1] = gridRect.y;
IL2CPP_RUNTIME_CLASS_INIT(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_86 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridY_59();
float L_87 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
NullCheck(L_86);
(L_86)->SetAt(static_cast<il2cpp_array_size_t>(1), (float)L_87);
// gridY[2] = contentRect.height - (sourceH - yMax2);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_88 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridY_59();
float L_89 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
float L_90 = V_4;
float L_91 = V_10;
NullCheck(L_88);
(L_88)->SetAt(static_cast<il2cpp_array_size_t>(2), (float)((float)il2cpp_codegen_subtract((float)L_89, (float)((float)il2cpp_codegen_subtract((float)L_90, (float)L_91)))));
// gridY[3] = contentRect.height;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_92 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridY_59();
float L_93 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
NullCheck(L_92);
(L_92)->SetAt(static_cast<il2cpp_array_size_t>(3), (float)L_93);
// }
goto IL_0292;
}
IL_024e:
{
// float tmp = gridRect.y / (sourceH - yMax2);
float L_94 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
float L_95 = V_4;
float L_96 = V_10;
V_12 = ((float)((float)L_94/(float)((float)il2cpp_codegen_subtract((float)L_95, (float)L_96))));
// tmp = contentRect.height * tmp / (1 + tmp);
float L_97 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
float L_98 = V_12;
float L_99 = V_12;
V_12 = ((float)((float)((float)il2cpp_codegen_multiply((float)L_97, (float)L_98))/(float)((float)il2cpp_codegen_add((float)(1.0f), (float)L_99))));
// gridY[1] = tmp;
IL2CPP_RUNTIME_CLASS_INIT(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_100 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridY_59();
float L_101 = V_12;
NullCheck(L_100);
(L_100)->SetAt(static_cast<il2cpp_array_size_t>(1), (float)L_101);
// gridY[2] = tmp;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_102 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridY_59();
float L_103 = V_12;
NullCheck(L_102);
(L_102)->SetAt(static_cast<il2cpp_array_size_t>(2), (float)L_103);
// gridY[3] = contentRect.height;
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_104 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridY_59();
float L_105 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
NullCheck(L_104);
(L_104)->SetAt(static_cast<il2cpp_array_size_t>(3), (float)L_105);
}
IL_0292:
{
// if (_tileGridIndice == 0)
int32_t L_106 = __this->get__tileGridIndice_54();
if (L_106)
{
goto IL_0302;
}
}
{
// for (int cy = 0; cy < 4; cy++)
V_13 = 0;
goto IL_02f0;
}
IL_029f:
{
// for (int cx = 0; cx < 4; cx++)
V_14 = 0;
goto IL_02e5;
}
IL_02a4:
{
// vb.AddVert(new Vector2(gridX[cx], gridY[cy]), vb.vertexColor, new Vector2(gridTexX[cx], gridTexY[cy]));
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_107 = ___vb0;
IL2CPP_RUNTIME_CLASS_INIT(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_108 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridX_58();
int32_t L_109 = V_14;
NullCheck(L_108);
int32_t L_110 = L_109;
float L_111 = (L_108)->GetAt(static_cast<il2cpp_array_size_t>(L_110));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_112 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridY_59();
int32_t L_113 = V_13;
NullCheck(L_112);
int32_t L_114 = L_113;
float L_115 = (L_112)->GetAt(static_cast<il2cpp_array_size_t>(L_114));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_116;
memset((&L_116), 0, sizeof(L_116));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_116), L_111, L_115, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_117 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_116, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_118 = ___vb0;
NullCheck(L_118);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_119 = L_118->get_vertexColor_2();
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_120 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridTexX_60();
int32_t L_121 = V_14;
NullCheck(L_120);
int32_t L_122 = L_121;
float L_123 = (L_120)->GetAt(static_cast<il2cpp_array_size_t>(L_122));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_124 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridTexY_61();
int32_t L_125 = V_13;
NullCheck(L_124);
int32_t L_126 = L_125;
float L_127 = (L_124)->GetAt(static_cast<il2cpp_array_size_t>(L_126));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_128;
memset((&L_128), 0, sizeof(L_128));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_128), L_123, L_127, /*hidden argument*/NULL);
NullCheck(L_107);
VertexBuffer_AddVert_m89E4E812C81C8D67AD9406CD55A6CE907FB822ED(L_107, L_117, L_119, L_128, /*hidden argument*/NULL);
// for (int cx = 0; cx < 4; cx++)
int32_t L_129 = V_14;
V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1));
}
IL_02e5:
{
// for (int cx = 0; cx < 4; cx++)
int32_t L_130 = V_14;
if ((((int32_t)L_130) < ((int32_t)4)))
{
goto IL_02a4;
}
}
{
// for (int cy = 0; cy < 4; cy++)
int32_t L_131 = V_13;
V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1));
}
IL_02f0:
{
// for (int cy = 0; cy < 4; cy++)
int32_t L_132 = V_13;
if ((((int32_t)L_132) < ((int32_t)4)))
{
goto IL_029f;
}
}
{
// vb.AddTriangles(TRIANGLES_9_GRID);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_133 = ___vb0;
IL2CPP_RUNTIME_CLASS_INIT(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_134 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_TRIANGLES_9_GRID_56();
NullCheck(L_133);
VertexBuffer_AddTriangles_m0EE6933112A9A3F76F73E23EE712CC6110507D66(L_133, L_134, 0, /*hidden argument*/NULL);
// }
return;
}
IL_0302:
{
// for (int pi = 0; pi < 9; pi++)
V_20 = 0;
goto IL_03eb;
}
IL_030a:
{
// col = pi % 3;
int32_t L_135 = V_20;
V_18 = ((int32_t)((int32_t)L_135%(int32_t)3));
// row = pi / 3;
int32_t L_136 = V_20;
V_17 = ((int32_t)((int32_t)L_136/(int32_t)3));
// part = gridTileIndice[pi];
IL2CPP_RUNTIME_CLASS_INIT(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_137 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridTileIndice_57();
int32_t L_138 = V_20;
NullCheck(L_137);
int32_t L_139 = L_138;
int32_t L_140 = (L_137)->GetAt(static_cast<il2cpp_array_size_t>(L_139));
V_19 = L_140;
// drawRect = Rect.MinMaxRect(gridX[col], gridY[row], gridX[col + 1], gridY[row + 1]);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_141 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridX_58();
int32_t L_142 = V_18;
NullCheck(L_141);
int32_t L_143 = L_142;
float L_144 = (L_141)->GetAt(static_cast<il2cpp_array_size_t>(L_143));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_145 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridY_59();
int32_t L_146 = V_17;
NullCheck(L_145);
int32_t L_147 = L_146;
float L_148 = (L_145)->GetAt(static_cast<il2cpp_array_size_t>(L_147));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_149 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridX_58();
int32_t L_150 = V_18;
NullCheck(L_149);
int32_t L_151 = ((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)1));
float L_152 = (L_149)->GetAt(static_cast<il2cpp_array_size_t>(L_151));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_153 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridY_59();
int32_t L_154 = V_17;
NullCheck(L_153);
int32_t L_155 = ((int32_t)il2cpp_codegen_add((int32_t)L_154, (int32_t)1));
float L_156 = (L_153)->GetAt(static_cast<il2cpp_array_size_t>(L_155));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_157 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F(L_144, L_148, L_152, L_156, /*hidden argument*/NULL);
V_15 = L_157;
// texRect = Rect.MinMaxRect(gridTexX[col], gridTexY[row + 1], gridTexX[col + 1], gridTexY[row]);
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_158 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridTexX_60();
int32_t L_159 = V_18;
NullCheck(L_158);
int32_t L_160 = L_159;
float L_161 = (L_158)->GetAt(static_cast<il2cpp_array_size_t>(L_160));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_162 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridTexY_61();
int32_t L_163 = V_17;
NullCheck(L_162);
int32_t L_164 = ((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)1));
float L_165 = (L_162)->GetAt(static_cast<il2cpp_array_size_t>(L_164));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_166 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridTexX_60();
int32_t L_167 = V_18;
NullCheck(L_166);
int32_t L_168 = ((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)1));
float L_169 = (L_166)->GetAt(static_cast<il2cpp_array_size_t>(L_168));
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_170 = ((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->get_gridTexY_61();
int32_t L_171 = V_17;
NullCheck(L_170);
int32_t L_172 = L_171;
float L_173 = (L_170)->GetAt(static_cast<il2cpp_array_size_t>(L_172));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_174 = Rect_MinMaxRect_m9513FDB332B24FB8B49202C7350FF7223477F54F(L_161, L_165, L_169, L_173, /*hidden argument*/NULL);
V_16 = L_174;
// if (part != -1 && (_tileGridIndice & (1 << part)) != 0)
int32_t L_175 = V_19;
if ((((int32_t)L_175) == ((int32_t)(-1))))
{
goto IL_03d5;
}
}
{
int32_t L_176 = __this->get__tileGridIndice_54();
int32_t L_177 = V_19;
if (!((int32_t)((int32_t)L_176&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_177&(int32_t)((int32_t)31))))))))
{
goto IL_03d5;
}
}
{
// TileFill(vb, drawRect, texRect,
// (part == 0 || part == 1 || part == 4) ? gridRect.width : drawRect.width,
// (part == 2 || part == 3 || part == 4) ? gridRect.height : drawRect.height);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_178 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_179 = V_15;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_180 = V_16;
int32_t L_181 = V_19;
G_B25_0 = L_180;
G_B25_1 = L_179;
G_B25_2 = L_178;
G_B25_3 = __this;
if (!L_181)
{
G_B28_0 = L_180;
G_B28_1 = L_179;
G_B28_2 = L_178;
G_B28_3 = __this;
goto IL_03a8;
}
}
{
int32_t L_182 = V_19;
G_B26_0 = G_B25_0;
G_B26_1 = G_B25_1;
G_B26_2 = G_B25_2;
G_B26_3 = G_B25_3;
if ((((int32_t)L_182) == ((int32_t)1)))
{
G_B28_0 = G_B25_0;
G_B28_1 = G_B25_1;
G_B28_2 = G_B25_2;
G_B28_3 = G_B25_3;
goto IL_03a8;
}
}
{
int32_t L_183 = V_19;
G_B27_0 = G_B26_0;
G_B27_1 = G_B26_1;
G_B27_2 = G_B26_2;
G_B27_3 = G_B26_3;
if ((((int32_t)L_183) == ((int32_t)4)))
{
G_B28_0 = G_B26_0;
G_B28_1 = G_B26_1;
G_B28_2 = G_B26_2;
G_B28_3 = G_B26_3;
goto IL_03a8;
}
}
{
float L_184 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_15), /*hidden argument*/NULL);
G_B29_0 = L_184;
G_B29_1 = G_B27_0;
G_B29_2 = G_B27_1;
G_B29_3 = G_B27_2;
G_B29_4 = G_B27_3;
goto IL_03af;
}
IL_03a8:
{
float L_185 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
G_B29_0 = L_185;
G_B29_1 = G_B28_0;
G_B29_2 = G_B28_1;
G_B29_3 = G_B28_2;
G_B29_4 = G_B28_3;
}
IL_03af:
{
int32_t L_186 = V_19;
G_B30_0 = G_B29_0;
G_B30_1 = G_B29_1;
G_B30_2 = G_B29_2;
G_B30_3 = G_B29_3;
G_B30_4 = G_B29_4;
if ((((int32_t)L_186) == ((int32_t)2)))
{
G_B33_0 = G_B29_0;
G_B33_1 = G_B29_1;
G_B33_2 = G_B29_2;
G_B33_3 = G_B29_3;
G_B33_4 = G_B29_4;
goto IL_03c7;
}
}
{
int32_t L_187 = V_19;
G_B31_0 = G_B30_0;
G_B31_1 = G_B30_1;
G_B31_2 = G_B30_2;
G_B31_3 = G_B30_3;
G_B31_4 = G_B30_4;
if ((((int32_t)L_187) == ((int32_t)3)))
{
G_B33_0 = G_B30_0;
G_B33_1 = G_B30_1;
G_B33_2 = G_B30_2;
G_B33_3 = G_B30_3;
G_B33_4 = G_B30_4;
goto IL_03c7;
}
}
{
int32_t L_188 = V_19;
G_B32_0 = G_B31_0;
G_B32_1 = G_B31_1;
G_B32_2 = G_B31_2;
G_B32_3 = G_B31_3;
G_B32_4 = G_B31_4;
if ((((int32_t)L_188) == ((int32_t)4)))
{
G_B33_0 = G_B31_0;
G_B33_1 = G_B31_1;
G_B33_2 = G_B31_2;
G_B33_3 = G_B31_3;
G_B33_4 = G_B31_4;
goto IL_03c7;
}
}
{
float L_189 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_15), /*hidden argument*/NULL);
G_B34_0 = L_189;
G_B34_1 = G_B32_0;
G_B34_2 = G_B32_1;
G_B34_3 = G_B32_2;
G_B34_4 = G_B32_3;
G_B34_5 = G_B32_4;
goto IL_03ce;
}
IL_03c7:
{
float L_190 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
G_B34_0 = L_190;
G_B34_1 = G_B33_0;
G_B34_2 = G_B33_1;
G_B34_3 = G_B33_2;
G_B34_4 = G_B33_3;
G_B34_5 = G_B33_4;
}
IL_03ce:
{
NullCheck(G_B34_5);
Image_TileFill_m941FCC98B49F4918EAFC3B584766341ABAD8605A(G_B34_5, G_B34_4, G_B34_3, G_B34_2, G_B34_1, G_B34_0, /*hidden argument*/NULL);
// }
goto IL_03e5;
}
IL_03d5:
{
// vb.AddQuad(drawRect, vb.vertexColor, texRect);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_191 = ___vb0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_192 = V_15;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_193 = ___vb0;
NullCheck(L_193);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_194 = L_193->get_vertexColor_2();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_195 = V_16;
NullCheck(L_191);
VertexBuffer_AddQuad_mB7FAA61C0D1D5110848CA246B23F4045A5ABA280(L_191, L_192, L_194, L_195, /*hidden argument*/NULL);
}
IL_03e5:
{
// for (int pi = 0; pi < 9; pi++)
int32_t L_196 = V_20;
V_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_196, (int32_t)1));
}
IL_03eb:
{
// for (int pi = 0; pi < 9; pi++)
int32_t L_197 = V_20;
if ((((int32_t)L_197) < ((int32_t)((int32_t)9))))
{
goto IL_030a;
}
}
{
// vb.AddTriangles();
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_198 = ___vb0;
NullCheck(L_198);
VertexBuffer_AddTriangles_m1C81D4346D2153A7CD9CD728FEAB1013C95B05EC(L_198, 0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.Image::TileFill(FairyGUI.VertexBuffer,UnityEngine.Rect,UnityEngine.Rect,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_TileFill_m941FCC98B49F4918EAFC3B584766341ABAD8605A (Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8 * __this, VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * ___vb0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___contentRect1, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___uvRect2, float ___sourceW3, float ___sourceH4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Image_TileFill_m941FCC98B49F4918EAFC3B584766341ABAD8605A_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;
float V_5 = 0.0f;
int32_t V_6 = 0;
int32_t V_7 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_8;
memset((&V_8), 0, sizeof(V_8));
float G_B8_0 = 0.0f;
float G_B8_1 = 0.0f;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B8_2 = NULL;
float G_B7_0 = 0.0f;
float G_B7_1 = 0.0f;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B7_2 = NULL;
float G_B9_0 = 0.0f;
float G_B9_1 = 0.0f;
float G_B9_2 = 0.0f;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B9_3 = NULL;
float G_B11_0 = 0.0f;
float G_B11_1 = 0.0f;
float G_B11_2 = 0.0f;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B11_3 = NULL;
float G_B10_0 = 0.0f;
float G_B10_1 = 0.0f;
float G_B10_2 = 0.0f;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B10_3 = NULL;
float G_B12_0 = 0.0f;
float G_B12_1 = 0.0f;
float G_B12_2 = 0.0f;
float G_B12_3 = 0.0f;
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * G_B12_4 = NULL;
{
// int hc = Mathf.CeilToInt(contentRect.width / sourceW);
float L_0 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect1), /*hidden argument*/NULL);
float L_1 = ___sourceW3;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_2 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)L_0/(float)L_1)), /*hidden argument*/NULL);
V_0 = L_2;
// int vc = Mathf.CeilToInt(contentRect.height / sourceH);
float L_3 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect1), /*hidden argument*/NULL);
float L_4 = ___sourceH4;
int32_t L_5 = Mathf_CeilToInt_m0230CCC7CC9266F18125D9425C38A25D1CA4275B(((float)((float)L_3/(float)L_4)), /*hidden argument*/NULL);
V_1 = L_5;
// float tailWidth = contentRect.width - (hc - 1) * sourceW;
float L_6 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect1), /*hidden argument*/NULL);
int32_t L_7 = V_0;
float L_8 = ___sourceW3;
V_2 = ((float)il2cpp_codegen_subtract((float)L_6, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))))), (float)L_8))));
// float tailHeight = contentRect.height - (vc - 1) * sourceH;
float L_9 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect1), /*hidden argument*/NULL);
int32_t L_10 = V_1;
float L_11 = ___sourceH4;
V_3 = ((float)il2cpp_codegen_subtract((float)L_9, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))))), (float)L_11))));
// float xMax = uvRect.xMax;
float L_12 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___uvRect2), /*hidden argument*/NULL);
V_4 = L_12;
// float yMax = uvRect.yMax;
float L_13 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___uvRect2), /*hidden argument*/NULL);
V_5 = L_13;
// for (int i = 0; i < hc; i++)
V_6 = 0;
goto IL_0106;
}
IL_005a:
{
// for (int j = 0; j < vc; j++)
V_7 = 0;
goto IL_00f8;
}
IL_0062:
{
// Rect uvTmp = uvRect;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_14 = ___uvRect2;
V_8 = L_14;
// if (i == hc - 1)
int32_t L_15 = V_6;
int32_t L_16 = V_0;
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1))))))
{
goto IL_0085;
}
}
{
// uvTmp.xMax = Mathf.Lerp(uvRect.x, xMax, tailWidth / sourceW);
float L_17 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___uvRect2), /*hidden argument*/NULL);
float L_18 = V_4;
float L_19 = V_2;
float L_20 = ___sourceW3;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_21 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_17, L_18, ((float)((float)L_19/(float)L_20)), /*hidden argument*/NULL);
Rect_set_xMax_m1775041FCD5CA22C77D75CC780D158CD2B31CEAF((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_8), L_21, /*hidden argument*/NULL);
}
IL_0085:
{
// if (j == vc - 1)
int32_t L_22 = V_7;
int32_t L_23 = V_1;
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1))))))
{
goto IL_00ab;
}
}
{
// uvTmp.yMin = Mathf.Lerp(uvRect.y, yMax, 1 - tailHeight / sourceH);
float L_24 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___uvRect2), /*hidden argument*/NULL);
float L_25 = V_5;
float L_26 = V_3;
float L_27 = ___sourceH4;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_28 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_24, L_25, ((float)il2cpp_codegen_subtract((float)(1.0f), (float)((float)((float)L_26/(float)L_27)))), /*hidden argument*/NULL);
Rect_set_yMin_m58C137C81F3D098CF81498964E1B5987882883A7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_8), L_28, /*hidden argument*/NULL);
}
IL_00ab:
{
// vb.AddQuad(new Rect(contentRect.x + i * sourceW, contentRect.y + j * sourceH,
// i == (hc - 1) ? tailWidth : sourceW, j == (vc - 1) ? tailHeight : sourceH), vb.vertexColor, uvTmp);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_29 = ___vb0;
float L_30 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect1), /*hidden argument*/NULL);
int32_t L_31 = V_6;
float L_32 = ___sourceW3;
float L_33 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___contentRect1), /*hidden argument*/NULL);
int32_t L_34 = V_7;
float L_35 = ___sourceH4;
int32_t L_36 = V_6;
int32_t L_37 = V_0;
G_B7_0 = ((float)il2cpp_codegen_add((float)L_33, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_34))), (float)L_35))));
G_B7_1 = ((float)il2cpp_codegen_add((float)L_30, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_31))), (float)L_32))));
G_B7_2 = L_29;
if ((((int32_t)L_36) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1)))))
{
G_B8_0 = ((float)il2cpp_codegen_add((float)L_33, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_34))), (float)L_35))));
G_B8_1 = ((float)il2cpp_codegen_add((float)L_30, (float)((float)il2cpp_codegen_multiply((float)(((float)((float)L_31))), (float)L_32))));
G_B8_2 = L_29;
goto IL_00d3;
}
}
{
float L_38 = ___sourceW3;
G_B9_0 = L_38;
G_B9_1 = G_B7_0;
G_B9_2 = G_B7_1;
G_B9_3 = G_B7_2;
goto IL_00d4;
}
IL_00d3:
{
float L_39 = V_2;
G_B9_0 = L_39;
G_B9_1 = G_B8_0;
G_B9_2 = G_B8_1;
G_B9_3 = G_B8_2;
}
IL_00d4:
{
int32_t L_40 = V_7;
int32_t L_41 = V_1;
G_B10_0 = G_B9_0;
G_B10_1 = G_B9_1;
G_B10_2 = G_B9_2;
G_B10_3 = G_B9_3;
if ((((int32_t)L_40) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)))))
{
G_B11_0 = G_B9_0;
G_B11_1 = G_B9_1;
G_B11_2 = G_B9_2;
G_B11_3 = G_B9_3;
goto IL_00df;
}
}
{
float L_42 = ___sourceH4;
G_B12_0 = L_42;
G_B12_1 = G_B10_0;
G_B12_2 = G_B10_1;
G_B12_3 = G_B10_2;
G_B12_4 = G_B10_3;
goto IL_00e0;
}
IL_00df:
{
float L_43 = V_3;
G_B12_0 = L_43;
G_B12_1 = G_B11_0;
G_B12_2 = G_B11_1;
G_B12_3 = G_B11_2;
G_B12_4 = G_B11_3;
}
IL_00e0:
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_44;
memset((&L_44), 0, sizeof(L_44));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_44), G_B12_3, G_B12_2, G_B12_1, G_B12_0, /*hidden argument*/NULL);
VertexBuffer_tC21A0846E58B908C76720FF5F563E07149FFC54B * L_45 = ___vb0;
NullCheck(L_45);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_46 = L_45->get_vertexColor_2();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_47 = V_8;
NullCheck(G_B12_4);
VertexBuffer_AddQuad_mB7FAA61C0D1D5110848CA246B23F4045A5ABA280(G_B12_4, L_44, L_46, L_47, /*hidden argument*/NULL);
// for (int j = 0; j < vc; j++)
int32_t L_48 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1));
}
IL_00f8:
{
// for (int j = 0; j < vc; j++)
int32_t L_49 = V_7;
int32_t L_50 = V_1;
if ((((int32_t)L_49) < ((int32_t)L_50)))
{
goto IL_0062;
}
}
{
// for (int i = 0; i < hc; i++)
int32_t L_51 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
}
IL_0106:
{
// for (int i = 0; i < hc; i++)
int32_t L_52 = V_6;
int32_t L_53 = V_0;
if ((((int32_t)L_52) < ((int32_t)L_53)))
{
goto IL_005a;
}
}
{
// }
return;
}
}
// System.Void FairyGUI.Image::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image__cctor_m1EFE12B3EBB5EC91CE97F5D82C6012F97E2329BD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Image__cctor_m1EFE12B3EBB5EC91CE97F5D82C6012F97E2329BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static int[] TRIANGLES_9_GRID = new int[] {
// 4,0,1,1,5,4,
// 5,1,2,2,6,5,
// 6,2,3,3,7,6,
// 8,4,5,5,9,8,
// 9,5,6,6,10,9,
// 10,6,7,7,11,10,
// 12,8,9,9,13,12,
// 13,9,10,10,14,13,
// 14,10,11,
// 11,15,14
// };
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)54));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_1 = L_0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____A07B68A3ADBCD0C683EB16067435A02C31BC097E_30_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->set_TRIANGLES_9_GRID_56(L_1);
// static int[] gridTileIndice = new int[] { -1, 0, -1, 2, 4, 3, -1, 1, -1 };
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_3 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_4 = L_3;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____0C26110E719C695B53866AF29BD7FE98A72596F3_3_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL);
((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->set_gridTileIndice_57(L_4);
// static float[] gridX = new float[4];
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_6 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)4);
((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->set_gridX_58(L_6);
// static float[] gridY = new float[4];
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_7 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)4);
((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->set_gridY_59(L_7);
// static float[] gridTexX = new float[4];
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_8 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)4);
((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->set_gridTexX_60(L_8);
// static float[] gridTexY = new float[4];
SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* L_9 = (SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5*)SZArrayNew(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5_il2cpp_TypeInfo_var, (uint32_t)4);
((Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_StaticFields*)il2cpp_codegen_static_fields_for(Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8_il2cpp_TypeInfo_var))->set_gridTexY_61(L_9);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Single FairyGUI.InputEvent::get_x()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputEvent_get_x_m0C82F6E692B31A47A3AA7F48A7897627305D8573 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public float x { get; internal set; }
float L_0 = __this->get_U3CxU3Ek__BackingField_0();
return L_0;
}
}
// System.Void FairyGUI.InputEvent::set_x(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_x_mE8D9CF0DBB078E83DD57EC994A35EC743D333D62 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float x { get; internal set; }
float L_0 = ___value0;
__this->set_U3CxU3Ek__BackingField_0(L_0);
return;
}
}
// System.Single FairyGUI.InputEvent::get_y()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputEvent_get_y_mB42B7A5BCD9CC4404A622CC2FE993277F65D3F11 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public float y { get; internal set; }
float L_0 = __this->get_U3CyU3Ek__BackingField_1();
return L_0;
}
}
// System.Void FairyGUI.InputEvent::set_y(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_y_mFE4CA412C638263C1D07876B60E76DF6534EB670 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float y { get; internal set; }
float L_0 = ___value0;
__this->set_U3CyU3Ek__BackingField_1(L_0);
return;
}
}
// UnityEngine.KeyCode FairyGUI.InputEvent::get_keyCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEvent_get_keyCode_mD0BDFCE2D427F0FFCCEE5CA41270489178AB24FB (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public KeyCode keyCode { get; internal set; }
int32_t L_0 = __this->get_U3CkeyCodeU3Ek__BackingField_2();
return L_0;
}
}
// System.Void FairyGUI.InputEvent::set_keyCode(UnityEngine.KeyCode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_keyCode_m76C791768842E48D20F6AFC2D9D13D0551FB44EC (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public KeyCode keyCode { get; internal set; }
int32_t L_0 = ___value0;
__this->set_U3CkeyCodeU3Ek__BackingField_2(L_0);
return;
}
}
// System.Char FairyGUI.InputEvent::get_character()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar InputEvent_get_character_m70E708EA4DCDF5DFC110812495B1AF30FF681776 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public char character { get; internal set; }
Il2CppChar L_0 = __this->get_U3CcharacterU3Ek__BackingField_3();
return L_0;
}
}
// System.Void FairyGUI.InputEvent::set_character(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_character_m6780962BCEC2996854C868305F87AC97888C3AED (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
{
// public char character { get; internal set; }
Il2CppChar L_0 = ___value0;
__this->set_U3CcharacterU3Ek__BackingField_3(L_0);
return;
}
}
// UnityEngine.EventModifiers FairyGUI.InputEvent::get_modifiers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEvent_get_modifiers_m52206161ABB497C227D519472713F8C62F134483 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public EventModifiers modifiers { get; internal set; }
int32_t L_0 = __this->get_U3CmodifiersU3Ek__BackingField_4();
return L_0;
}
}
// System.Void FairyGUI.InputEvent::set_modifiers(UnityEngine.EventModifiers)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_modifiers_m306ECBEF1E96A96CA68B5A1D4BDB5EF027F57EC3 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public EventModifiers modifiers { get; internal set; }
int32_t L_0 = ___value0;
__this->set_U3CmodifiersU3Ek__BackingField_4(L_0);
return;
}
}
// System.Int32 FairyGUI.InputEvent::get_mouseWheelDelta()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEvent_get_mouseWheelDelta_mE0DEC1557D2FAF3B78A20E29D0D2F3859EE0E804 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public int mouseWheelDelta { get; internal set; }
int32_t L_0 = __this->get_U3CmouseWheelDeltaU3Ek__BackingField_5();
return L_0;
}
}
// System.Void FairyGUI.InputEvent::set_mouseWheelDelta(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_mouseWheelDelta_m103C2F936D03F60E3E9B99C72852A7114E7540DB (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int mouseWheelDelta { get; internal set; }
int32_t L_0 = ___value0;
__this->set_U3CmouseWheelDeltaU3Ek__BackingField_5(L_0);
return;
}
}
// System.Int32 FairyGUI.InputEvent::get_touchId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEvent_get_touchId_mF49C46B8546915BE1727492794E5F37F3A7AE3A0 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public int touchId { get; internal set; }
int32_t L_0 = __this->get_U3CtouchIdU3Ek__BackingField_6();
return L_0;
}
}
// System.Void FairyGUI.InputEvent::set_touchId(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_touchId_m303BBC55E449B30C3100801E430D321AF8F3D289 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int touchId { get; internal set; }
int32_t L_0 = ___value0;
__this->set_U3CtouchIdU3Ek__BackingField_6(L_0);
return;
}
}
// System.Int32 FairyGUI.InputEvent::get_button()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEvent_get_button_mA0AFF1A99898B31AFC52C5A9CB3880608F83451F (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public int button { get; internal set; }
int32_t L_0 = __this->get_U3CbuttonU3Ek__BackingField_7();
return L_0;
}
}
// System.Void FairyGUI.InputEvent::set_button(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_button_mE0725365D1DE30A88DE67C29424980BC5169C282 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int button { get; internal set; }
int32_t L_0 = ___value0;
__this->set_U3CbuttonU3Ek__BackingField_7(L_0);
return;
}
}
// System.Void FairyGUI.InputEvent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent__ctor_m22AAD294F29C76B61889C0E9DCA2170D64DE7337 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public InputEvent()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// touchId = -1;
InputEvent_set_touchId_m303BBC55E449B30C3100801E430D321AF8F3D289_inline(__this, (-1), /*hidden argument*/NULL);
// x = 0;
InputEvent_set_x_mE8D9CF0DBB078E83DD57EC994A35EC743D333D62_inline(__this, (0.0f), /*hidden argument*/NULL);
// y = 0;
InputEvent_set_y_mFE4CA412C638263C1D07876B60E76DF6534EB670_inline(__this, (0.0f), /*hidden argument*/NULL);
// clickCount = 0;
__this->set_clickCount_8(0);
// keyCode = KeyCode.None;
InputEvent_set_keyCode_m76C791768842E48D20F6AFC2D9D13D0551FB44EC_inline(__this, 0, /*hidden argument*/NULL);
// character = '\0';
InputEvent_set_character_m6780962BCEC2996854C868305F87AC97888C3AED_inline(__this, 0, /*hidden argument*/NULL);
// modifiers = 0;
InputEvent_set_modifiers_m306ECBEF1E96A96CA68B5A1D4BDB5EF027F57EC3_inline(__this, 0, /*hidden argument*/NULL);
// mouseWheelDelta = 0;
InputEvent_set_mouseWheelDelta_m103C2F936D03F60E3E9B99C72852A7114E7540DB_inline(__this, 0, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.Vector2 FairyGUI.InputEvent::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D InputEvent_get_position_m629395D1B34312D6DA57A7F91277BC38D303770C (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// get { return new Vector2(x, y); }
float L_0 = InputEvent_get_x_m0C82F6E692B31A47A3AA7F48A7897627305D8573_inline(__this, /*hidden argument*/NULL);
float L_1 = InputEvent_get_y_mB42B7A5BCD9CC4404A622CC2FE993277F65D3F11_inline(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2;
memset((&L_2), 0, sizeof(L_2));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_2), L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean FairyGUI.InputEvent::get_isDoubleClick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEvent_get_isDoubleClick_m1F1C4D7198CD12ADA76750BEEE0841161D3FF5E7 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// get { return clickCount > 1; }
int32_t L_0 = __this->get_clickCount_8();
return (bool)((((int32_t)L_0) > ((int32_t)1))? 1 : 0);
}
}
// System.Boolean FairyGUI.InputEvent::get_ctrl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEvent_get_ctrl_m57D224FFABF7B15B1C846B00E4FEA2C19D167791 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
// RuntimePlatform rp = Application.platform;
int32_t L_0 = Application_get_platform_m6AFFFF3B077F4D5CA1F71CF14ABA86A83FC71672(/*hidden argument*/NULL);
V_0 = L_0;
// bool isMac = (
// rp == RuntimePlatform.OSXEditor ||
// rp == RuntimePlatform.OSXPlayer);
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_000f;
}
}
{
int32_t L_2 = V_0;
G_B3_0 = ((((int32_t)L_2) == ((int32_t)1))? 1 : 0);
goto IL_0010;
}
IL_000f:
{
G_B3_0 = 1;
}
IL_0010:
{
// return isMac ?
// ((modifiers & EventModifiers.Command) != 0) :
// ((modifiers & EventModifiers.Control) != 0);
if (G_B3_0)
{
goto IL_001e;
}
}
{
int32_t L_3 = InputEvent_get_modifiers_m52206161ABB497C227D519472713F8C62F134483_inline(__this, /*hidden argument*/NULL);
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0);
}
IL_001e:
{
int32_t L_4 = InputEvent_get_modifiers_m52206161ABB497C227D519472713F8C62F134483_inline(__this, /*hidden argument*/NULL);
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_4&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean FairyGUI.InputEvent::get_shift()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112 (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return shiftDown;
bool L_0 = ((InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_StaticFields*)il2cpp_codegen_static_fields_for(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_il2cpp_TypeInfo_var))->get_shiftDown_9();
return L_0;
}
}
// System.Boolean FairyGUI.InputEvent::get_alt()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEvent_get_alt_m93CF98775D33AA92101A039407C1F1D85BD08C7E (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// return (modifiers & EventModifiers.Alt) != 0;
int32_t L_0 = InputEvent_get_modifiers_m52206161ABB497C227D519472713F8C62F134483_inline(__this, /*hidden argument*/NULL);
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 FairyGUI.InputTextField::get_maxLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputTextField_get_maxLength_mB59D414CA436B900B7659068F730FC76EC5F492E (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// public int maxLength { get; set; }
int32_t L_0 = __this->get_U3CmaxLengthU3Ek__BackingField_73();
return L_0;
}
}
// System.Void FairyGUI.InputTextField::set_maxLength(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_set_maxLength_m9A6DE447A9B2532F1B59CF073C2E765D687325F5 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int maxLength { get; set; }
int32_t L_0 = ___value0;
__this->set_U3CmaxLengthU3Ek__BackingField_73(L_0);
return;
}
}
// System.Boolean FairyGUI.InputTextField::get_keyboardInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputTextField_get_keyboardInput_m8CDCC6A15C76012AE99E99ED4B349AAF39327DD4 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// public bool keyboardInput { get; set; }
bool L_0 = __this->get_U3CkeyboardInputU3Ek__BackingField_74();
return L_0;
}
}
// System.Void FairyGUI.InputTextField::set_keyboardInput(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_set_keyboardInput_mBEB12AB113F4EC9C3F202A83302356948D94FA17 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, bool ___value0, const RuntimeMethod* method)
{
{
// public bool keyboardInput { get; set; }
bool L_0 = ___value0;
__this->set_U3CkeyboardInputU3Ek__BackingField_74(L_0);
return;
}
}
// System.Int32 FairyGUI.InputTextField::get_keyboardType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputTextField_get_keyboardType_m9057CD2ABE98274F5F52A1267D8DBC1B81844326 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// public int keyboardType { get; set; }
int32_t L_0 = __this->get_U3CkeyboardTypeU3Ek__BackingField_75();
return L_0;
}
}
// System.Void FairyGUI.InputTextField::set_keyboardType(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_set_keyboardType_mC228696D3BB4CCA932EA079BBBA610F1C38CDA7F (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int keyboardType { get; set; }
int32_t L_0 = ___value0;
__this->set_U3CkeyboardTypeU3Ek__BackingField_75(L_0);
return;
}
}
// System.Boolean FairyGUI.InputTextField::get_editable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputTextField_get_editable_mC1B0636120D35A5457033C39AD91EC00049394F4 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// public bool editable { get; set; }
bool L_0 = __this->get_U3CeditableU3Ek__BackingField_76();
return L_0;
}
}
// System.Void FairyGUI.InputTextField::set_editable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_set_editable_m62162D47A253661CB70F4900913E762CB957775B (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, bool ___value0, const RuntimeMethod* method)
{
{
// public bool editable { get; set; }
bool L_0 = ___value0;
__this->set_U3CeditableU3Ek__BackingField_76(L_0);
return;
}
}
// System.Boolean FairyGUI.InputTextField::get_hideInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputTextField_get_hideInput_m343384FD171CE6E3BB24F4676F8A4BA6256E55CB (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// public bool hideInput { get; set; }
bool L_0 = __this->get_U3ChideInputU3Ek__BackingField_77();
return L_0;
}
}
// System.Void FairyGUI.InputTextField::set_hideInput(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_set_hideInput_m9F20074B42B45AE7AC79D8ADCAB1FC3A18D0482C (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, bool ___value0, const RuntimeMethod* method)
{
{
// public bool hideInput { get; set; }
bool L_0 = ___value0;
__this->set_U3ChideInputU3Ek__BackingField_77(L_0);
return;
}
}
// System.Void FairyGUI.InputTextField::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField__ctor_m293BD221BB2E37C0E58CB94C246EE85D4EE00213 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField__ctor_m293BD221BB2E37C0E58CB94C246EE85D4EE00213_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public InputTextField()
RichTextField__ctor_m0138035CB49B11B9AF12DEB61F34D458F4658CB3(__this, /*hidden argument*/NULL);
// gameObject.name = "InputTextField";
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_0, _stringLiteral65B0AD1D63D0F48D3DAC061055924D507B8993C3, /*hidden argument*/NULL);
// _text = string.Empty;
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set__text_80(L_1);
// maxLength = 0;
InputTextField_set_maxLength_m9A6DE447A9B2532F1B59CF073C2E765D687325F5_inline(__this, 0, /*hidden argument*/NULL);
// editable = true;
InputTextField_set_editable_m62162D47A253661CB70F4900913E762CB957775B_inline(__this, (bool)1, /*hidden argument*/NULL);
// _composing = 0;
__this->set__composing_89(0);
// keyboardInput = Stage.keyboardInput;
bool L_2 = Stage_get_keyboardInput_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6_inline(/*hidden argument*/NULL);
InputTextField_set_keyboardInput_mBEB12AB113F4EC9C3F202A83302356948D94FA17_inline(__this, L_2, /*hidden argument*/NULL);
// this.hitArea = new RectHitTest();
RectHitTest_t6D0D255B09956A73884478F6E18696E405420860 * L_3 = (RectHitTest_t6D0D255B09956A73884478F6E18696E405420860 *)il2cpp_codegen_object_new(RectHitTest_t6D0D255B09956A73884478F6E18696E405420860_il2cpp_TypeInfo_var);
RectHitTest__ctor_m571B9FB07D52AAEC96D7AF830C9BEFC310B80D20(L_3, /*hidden argument*/NULL);
((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)__this)->set_hitArea_56(L_3);
// this.touchChildren = false;
((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)__this)->set_touchChildren_57((bool)0);
// onFocusIn.Add(__focusIn);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = InputTextField_get_onFocusIn_mE1DC38AF61D7A542E0F3EB0B4F8AF0801D1CC7D9(__this, /*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)InputTextField___focusIn_mD0DDB8E50E53659D9A717F1B1C4676D7E3FE8BBA_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_4);
EventListener_Add_m0BF960E0A146CFE0D5A0549EAB129A062DAE0409(L_4, L_5, /*hidden argument*/NULL);
// onFocusOut.AddCapture(__focusOut);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_6 = InputTextField_get_onFocusOut_m7186119877AB51C597F28CF531E82256D1EAA91E(__this, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_7 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_7, __this, (intptr_t)((intptr_t)InputTextField___focusOut_mFA0ACB5256CA2C3D9E0C3838AED6BFD12B6128E5_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_6);
EventListener_AddCapture_mCE2A23DC083D747B0BF7120578DA36B58017666F(L_6, L_7, /*hidden argument*/NULL);
// onKeyDown.AddCapture(__keydown);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_8 = DisplayObject_get_onKeyDown_m50FCFCE191191E73190BDF2A6D9ED908BE3FF816(__this, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_9 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_9, __this, (intptr_t)((intptr_t)InputTextField___keydown_m70DB3C2A515060418567A1AD444B7257F658A845_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_8);
EventListener_AddCapture_mCE2A23DC083D747B0BF7120578DA36B58017666F(L_8, L_9, /*hidden argument*/NULL);
// onTouchBegin.AddCapture(__touchBegin);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_10 = DisplayObject_get_onTouchBegin_m1F1A7F91F83A2046570B3319EE2F4AE84D5B3308(__this, /*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)InputTextField___touchBegin_m8BC0D2795FCD1DD902AC8CE7657AEB834A9CEEDC_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_10);
EventListener_AddCapture_mCE2A23DC083D747B0BF7120578DA36B58017666F(L_10, L_11, /*hidden argument*/NULL);
// onTouchMove.AddCapture(__touchMove);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_12 = DisplayObject_get_onTouchMove_m7F117ED262A2AD8DB6018AFA16391A4741781F17(__this, /*hidden argument*/NULL);
EventCallback1_t389063B912FE306493324D5033356213EEA650A7 * L_13 = (EventCallback1_t389063B912FE306493324D5033356213EEA650A7 *)il2cpp_codegen_object_new(EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var);
EventCallback1__ctor_m95FF2207704AA84E376CD7F9BCBBB0A8820C1BA4(L_13, __this, (intptr_t)((intptr_t)InputTextField___touchMove_m3778E9E0EC848E4A30AB10461796049A0185C0F7_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_12);
EventListener_AddCapture_mCE2A23DC083D747B0BF7120578DA36B58017666F(L_12, L_13, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.EventListener FairyGUI.InputTextField::get_onFocusIn()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * InputTextField_get_onFocusIn_mE1DC38AF61D7A542E0F3EB0B4F8AF0801D1CC7D9 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_get_onFocusIn_mE1DC38AF61D7A542E0F3EB0B4F8AF0801D1CC7D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onFocusIn ?? (_onFocusIn = new EventListener(this, "onFocusIn")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onFocusIn_91();
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, _stringLiteralA78848C7EDA4C562D6F7AB9739E160B17F23E30A, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onFocusIn_91(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.InputTextField::get_onFocusOut()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * InputTextField_get_onFocusOut_m7186119877AB51C597F28CF531E82256D1EAA91E (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_get_onFocusOut_m7186119877AB51C597F28CF531E82256D1EAA91E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onFocusOut ?? (_onFocusOut = new EventListener(this, "onFocusOut")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onFocusOut_92();
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, _stringLiteralB545E4A735321A50B74651E8EB692FDF074E4A14, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onFocusOut_92(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.InputTextField::get_onChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * InputTextField_get_onChanged_m83191D30B5A7D6E74E3197DFC9F4DAFDDB8D7BB4 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_get_onChanged_m83191D30B5A7D6E74E3197DFC9F4DAFDDB8D7BB4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onChanged ?? (_onChanged = new EventListener(this, "onChanged")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onChanged_93();
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001e;
}
}
{
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_2 = (EventListener_t49A905F03D200ACE99DE09C02C7007437397826F *)il2cpp_codegen_object_new(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var);
EventListener__ctor_m8AB827B583F1E4FED8DD3EE7908BE2B0E0CA08A3(L_2, __this, _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onChanged_93(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// FairyGUI.EventListener FairyGUI.InputTextField::get_onSubmit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * InputTextField_get_onSubmit_m43D7E2C98400581219701F5ACF8A25617D3F2243 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_get_onSubmit_m43D7E2C98400581219701F5ACF8A25617D3F2243_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * V_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B2_0 = NULL;
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * G_B1_0 = NULL;
{
// get { return _onSubmit ?? (_onSubmit = new EventListener(this, "onSubmit")); }
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_0 = __this->get__onSubmit_94();
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, _stringLiteral5ACE366234D47646C5756370A95D09642319E9E1, /*hidden argument*/NULL);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_3 = L_2;
V_0 = L_3;
__this->set__onSubmit_94(L_3);
EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * L_4 = V_0;
G_B2_0 = L_4;
}
IL_001e:
{
return G_B2_0;
}
}
// System.String FairyGUI.InputTextField::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputTextField_get_text_mD22612DD9CF0EA0BE06265E93CBF8F4E7C22E795 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// return _text;
String_t* L_0 = __this->get__text_80();
return L_0;
}
}
// System.Void FairyGUI.InputTextField::set_text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_set_text_m4326CA2E256D5DD644F3B39894BAE58E01A68E60 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// _text = value;
String_t* L_0 = ___value0;
__this->set__text_80(L_0);
// ClearSelection();
InputTextField_ClearSelection_m46D850B3A9F142F8D9FFD103DEC4FBF4C298D405(__this, /*hidden argument*/NULL);
// UpdateText();
InputTextField_UpdateText_m08636A2ED9CB4C4713B0DEDBEF4B1DB4F865FC98(__this, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.TextFormat FairyGUI.InputTextField::get_textFormat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * InputTextField_get_textFormat_m729466E85DFCEABFDAB8A37ED0C87F8D99A6DC84 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// return base.textFormat;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_0 = RichTextField_get_textFormat_m87BEE58C992C7CBCD27746445D5C8065A47E90F6(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void FairyGUI.InputTextField::set_textFormat(FairyGUI.TextFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_set_textFormat_m18B5DA5E0BD950E4906211F3A47ACD5A82C5644A (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_set_textFormat_m18B5DA5E0BD950E4906211F3A47ACD5A82C5644A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// base.textFormat = value;
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_0 = ___value0;
RichTextField_set_textFormat_m1053C60B32028E00E7D99156C4EDC16E4F0DF503(__this, L_0, /*hidden argument*/NULL);
// if (_editing)
bool L_1 = __this->get__editing_86();
if (!L_1)
{
goto IL_004e;
}
}
{
// _caret.height = textField.textFormat.size;
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_2 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_3 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_4 = TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_5 = L_4->get_size_0();
NullCheck(L_2);
DisplayObject_set_height_mBDB3524631F8ACBFAE8B629BE123E8697989D886(L_2, (((float)((float)L_5))), /*hidden argument*/NULL);
// _caret.DrawRect(0, Color.clear, textField.textFormat.color);
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_6 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_7 = Color_get_clear_m419239BDAEB3D3C4B4291BF2C6EF09A7D7D81360(/*hidden argument*/NULL);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_8 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_8);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_9 = TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline(L_8, /*hidden argument*/NULL);
NullCheck(L_9);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_10 = L_9->get_color_2();
NullCheck(L_6);
Shape_DrawRect_m93777CF18C9B41B56BF2AA2E0084F4AA9DE9DFE3(L_6, (0.0f), L_7, L_10, /*hidden argument*/NULL);
}
IL_004e:
{
// }
return;
}
}
// System.String FairyGUI.InputTextField::get_restrict()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputTextField_get_restrict_mF5BE37CC25050F65397A2D5B86286D26FDF02F8A (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// get { return _restrict; }
String_t* L_0 = __this->get__restrict_81();
return L_0;
}
}
// System.Void FairyGUI.InputTextField::set_restrict(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_set_restrict_m51FE5F6EE3BDDA41DBA1FD680ECFD4DBEE90878B (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_set_restrict_m51FE5F6EE3BDDA41DBA1FD680ECFD4DBEE90878B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _restrict = value;
String_t* L_0 = ___value0;
__this->set__restrict_81(L_0);
// if (string.IsNullOrEmpty(_restrict))
String_t* L_1 = __this->get__restrict_81();
bool L_2 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_001c;
}
}
{
// _restrictPattern = null;
__this->set__restrictPattern_82((Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *)NULL);
return;
}
IL_001c:
{
// _restrictPattern = new Regex(value);
String_t* L_3 = ___value0;
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_4 = (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *)il2cpp_codegen_object_new(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
Regex__ctor_m2769A5BA7B7A835514F6C0E4D30FAD467C6B1B0C(L_4, L_3, /*hidden argument*/NULL);
__this->set__restrictPattern_82(L_4);
// }
return;
}
}
// System.Int32 FairyGUI.InputTextField::get_caretPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputTextField_get_caretPosition_m6992295FC06F08431F91C56C19CC8D6DA6D363F0 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// textField.Redraw();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
TextField_Redraw_mDCF332C7214C3EE82AF96B9D3BE1947F5B51BBEA(L_0, /*hidden argument*/NULL);
// return _caretPosition;
int32_t L_1 = __this->get__caretPosition_87();
return L_1;
}
}
// System.Void FairyGUI.InputTextField::set_caretPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_set_caretPosition_mDE419EB7D45FB1FBB53DC1F52C7E40CFF66BBF2F (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// SetSelection(value, 0);
int32_t L_0 = ___value0;
InputTextField_SetSelection_m131AF82AC57068D71762DB5BD6F4A3F58FA476F2(__this, L_0, 0, /*hidden argument*/NULL);
// }
return;
}
}
// System.String FairyGUI.InputTextField::get_promptText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputTextField_get_promptText_m9A5532484AFB5CF67072759371B19A6B45CFBDBD (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// return _promptText;
String_t* L_0 = __this->get__promptText_84();
return L_0;
}
}
// System.Void FairyGUI.InputTextField::set_promptText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_set_promptText_mE733423EB37796A230F4593DF110B72E8898A0EE (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_set_promptText_mE733423EB37796A230F4593DF110B72E8898A0EE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _promptText = value;
String_t* L_0 = ___value0;
__this->set__promptText_84(L_0);
// if (!string.IsNullOrEmpty(_promptText))
String_t* L_1 = __this->get__promptText_84();
bool L_2 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0031;
}
}
{
// _decodedPromptText = UBBParser.inst.Parse(XMLUtils.EncodeString(_promptText));
IL2CPP_RUNTIME_CLASS_INIT(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_il2cpp_TypeInfo_var);
UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C * L_3 = ((UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_StaticFields*)il2cpp_codegen_static_fields_for(UBBParser_tBE89B84F869084A44EC64C305018C7036070D98C_il2cpp_TypeInfo_var))->get_inst_0();
String_t* L_4 = __this->get__promptText_84();
String_t* L_5 = XMLUtils_EncodeString_m4A4C103C382124C100F599689A6D83272BD8B455(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
String_t* L_6 = UBBParser_Parse_mA0C1760A771802A4574481AD912EA7A2891B1254(L_3, L_5, /*hidden argument*/NULL);
__this->set__decodedPromptText_85(L_6);
goto IL_0038;
}
IL_0031:
{
// _decodedPromptText = null;
__this->set__decodedPromptText_85((String_t*)NULL);
}
IL_0038:
{
// UpdateText();
InputTextField_UpdateText_m08636A2ED9CB4C4713B0DEDBEF4B1DB4F865FC98(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean FairyGUI.InputTextField::get_displayAsPassword()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputTextField_get_displayAsPassword_m2505711C903430523338D56F0AD2CEB4DC3850B5 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// get { return _displayAsPassword; }
bool L_0 = __this->get__displayAsPassword_83();
return L_0;
}
}
// System.Void FairyGUI.InputTextField::set_displayAsPassword(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_set_displayAsPassword_m46F5F446B844D72BB70FEC8FD2D29B951C3A184F (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, bool ___value0, const RuntimeMethod* method)
{
{
// if (_displayAsPassword != value)
bool L_0 = __this->get__displayAsPassword_83();
bool L_1 = ___value0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_0016;
}
}
{
// _displayAsPassword = value;
bool L_2 = ___value0;
__this->set__displayAsPassword_83(L_2);
// UpdateText();
InputTextField_UpdateText_m08636A2ED9CB4C4713B0DEDBEF4B1DB4F865FC98(__this, /*hidden argument*/NULL);
}
IL_0016:
{
// }
return;
}
}
// System.Void FairyGUI.InputTextField::SetSelection(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_SetSelection_m131AF82AC57068D71762DB5BD6F4A3F58FA476F2 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, int32_t ___start0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_SetSelection_m131AF82AC57068D71762DB5BD6F4A3F58FA476F2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * G_B4_0 = NULL;
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * G_B3_0 = NULL;
int32_t G_B5_0 = 0;
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * G_B5_1 = NULL;
{
// if (!_editing)
bool L_0 = __this->get__editing_86();
if (L_0)
{
goto IL_0013;
}
}
{
// Stage.inst.focus = this;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_1 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_1);
Stage_set_focus_m24A5FC575D52982936135BBD7E91EC05F7F0C864(L_1, __this, /*hidden argument*/NULL);
}
IL_0013:
{
// _selectionStart = start;
int32_t L_2 = ___start0;
__this->set__selectionStart_88(L_2);
// _caretPosition = length < 0 ? int.MaxValue : (start + length);
int32_t L_3 = ___length1;
G_B3_0 = __this;
if ((((int32_t)L_3) < ((int32_t)0)))
{
G_B4_0 = __this;
goto IL_0024;
}
}
{
int32_t L_4 = ___start0;
int32_t L_5 = ___length1;
G_B5_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5));
G_B5_1 = G_B3_0;
goto IL_0029;
}
IL_0024:
{
G_B5_0 = ((int32_t)2147483647LL);
G_B5_1 = G_B4_0;
}
IL_0029:
{
NullCheck(G_B5_1);
G_B5_1->set__caretPosition_87(G_B5_0);
// if (!textField.Redraw())
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_6 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
bool L_7 = TextField_Redraw_mDCF332C7214C3EE82AF96B9D3BE1947F5B51BBEA(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0077;
}
}
{
// int cnt = textField.charPositions.Count;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_8 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_8);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_9 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_8, /*hidden argument*/NULL);
NullCheck(L_9);
int32_t L_10 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_9, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
V_0 = L_10;
// if (_caretPosition >= cnt)
int32_t L_11 = __this->get__caretPosition_87();
int32_t L_12 = V_0;
if ((((int32_t)L_11) < ((int32_t)L_12)))
{
goto IL_005e;
}
}
{
// _caretPosition = cnt - 1;
int32_t L_13 = V_0;
__this->set__caretPosition_87(((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)));
}
IL_005e:
{
// if (_selectionStart >= cnt)
int32_t L_14 = __this->get__selectionStart_88();
int32_t L_15 = V_0;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_0070;
}
}
{
// _selectionStart = cnt - 1;
int32_t L_16 = V_0;
__this->set__selectionStart_88(((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)));
}
IL_0070:
{
// UpdateCaret(false);
InputTextField_UpdateCaret_m99C7DA5FD071D30F08FBA5366D404706B1E56944(__this, (bool)0, /*hidden argument*/NULL);
}
IL_0077:
{
// }
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_ReplaceSelection_m41D4867B90DEE8706B8353205C86B15A58CBB29C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
StringBuilder_t * V_2 = NULL;
String_t* V_3 = NULL;
{
// if (!editable)
bool L_0 = InputTextField_get_editable_mC1B0636120D35A5457033C39AD91EC00049394F4_inline(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0013;
}
}
{
// throw new Exception("InputTextField is not editable.");
Exception_t * L_1 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_1, _stringLiteral5E4AEEE0DE6A0CF28329A0FED25A6E7FA64F7788, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, InputTextField_ReplaceSelection_m41D4867B90DEE8706B8353205C86B15A58CBB29C_RuntimeMethod_var);
}
IL_0013:
{
// if (keyboardInput && Stage.keyboardInput && !Stage.inst.keyboard.supportsCaret)
bool L_2 = InputTextField_get_keyboardInput_m8CDCC6A15C76012AE99E99ED4B349AAF39327DD4_inline(__this, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0053;
}
}
{
bool L_3 = Stage_get_keyboardInput_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6_inline(/*hidden argument*/NULL);
if (!L_3)
{
goto IL_0053;
}
}
{
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_4 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_4);
RuntimeObject* L_5 = Stage_get_keyboard_m3C66B24975FA0C703F6ACE90A559668F61D750E1_inline(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean FairyGUI.IKeyboard::get_supportsCaret() */, IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745_il2cpp_TypeInfo_var, L_5);
if (L_6)
{
goto IL_0053;
}
}
{
// this.text = _text + value;
String_t* L_7 = __this->get__text_80();
String_t* L_8 = ___value0;
String_t* L_9 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_7, L_8, /*hidden argument*/NULL);
VirtActionInvoker1< String_t* >::Invoke(26 /* System.Void FairyGUI.RichTextField::set_text(System.String) */, __this, L_9);
// DispatchEvent("onChanged", null);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(__this, _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002, NULL, /*hidden argument*/NULL);
// return;
return;
}
IL_0053:
{
// if (!_editing)
bool L_10 = __this->get__editing_86();
if (L_10)
{
goto IL_0066;
}
}
{
// Stage.inst.focus = this;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_11 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_11);
Stage_set_focus_m24A5FC575D52982936135BBD7E91EC05F7F0C864(L_11, __this, /*hidden argument*/NULL);
}
IL_0066:
{
// textField.Redraw();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_12 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_12);
TextField_Redraw_mDCF332C7214C3EE82AF96B9D3BE1947F5B51BBEA(L_12, /*hidden argument*/NULL);
// if (_selectionStart != _caretPosition)
int32_t L_13 = __this->get__selectionStart_88();
int32_t L_14 = __this->get__caretPosition_87();
if ((((int32_t)L_13) == ((int32_t)L_14)))
{
goto IL_00c6;
}
}
{
// if (_selectionStart < _caretPosition)
int32_t L_15 = __this->get__selectionStart_88();
int32_t L_16 = __this->get__caretPosition_87();
if ((((int32_t)L_15) >= ((int32_t)L_16)))
{
goto IL_00aa;
}
}
{
// t0 = _selectionStart;
int32_t L_17 = __this->get__selectionStart_88();
V_0 = L_17;
// t1 = _caretPosition;
int32_t L_18 = __this->get__caretPosition_87();
V_1 = L_18;
// _caretPosition = _selectionStart;
int32_t L_19 = __this->get__selectionStart_88();
__this->set__caretPosition_87(L_19);
// }
goto IL_00d8;
}
IL_00aa:
{
// t0 = _caretPosition;
int32_t L_20 = __this->get__caretPosition_87();
V_0 = L_20;
// t1 = _selectionStart;
int32_t L_21 = __this->get__selectionStart_88();
V_1 = L_21;
// _selectionStart = _caretPosition;
int32_t L_22 = __this->get__caretPosition_87();
__this->set__selectionStart_88(L_22);
// }
goto IL_00d8;
}
IL_00c6:
{
// if (string.IsNullOrEmpty(value))
String_t* L_23 = ___value0;
bool L_24 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_23, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_00cf;
}
}
{
// return;
return;
}
IL_00cf:
{
// t0 = t1 = _caretPosition;
int32_t L_25 = __this->get__caretPosition_87();
int32_t L_26 = L_25;
V_1 = L_26;
V_0 = L_26;
}
IL_00d8:
{
// StringBuilder buffer = new StringBuilder();
StringBuilder_t * L_27 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_27, /*hidden argument*/NULL);
V_2 = L_27;
// GetPartialText(0, t0, buffer);
int32_t L_28 = V_0;
StringBuilder_t * L_29 = V_2;
InputTextField_GetPartialText_m2ADD86F944CAEB0DBD8AF7300796F2D57D5B9A67(__this, 0, L_28, L_29, /*hidden argument*/NULL);
// if (!string.IsNullOrEmpty(value))
String_t* L_30 = ___value0;
bool L_31 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_30, /*hidden argument*/NULL);
if (L_31)
{
goto IL_0114;
}
}
{
// value = ValidateInput(value);
String_t* L_32 = ___value0;
String_t* L_33 = InputTextField_ValidateInput_m880D61F447622A60EB7196EF0B94A516E1D6F48B(__this, L_32, /*hidden argument*/NULL);
___value0 = L_33;
// buffer.Append(value);
StringBuilder_t * L_34 = V_2;
String_t* L_35 = ___value0;
NullCheck(L_34);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_34, L_35, /*hidden argument*/NULL);
// _caretPosition += GetTextlength(value);
int32_t L_36 = __this->get__caretPosition_87();
String_t* L_37 = ___value0;
int32_t L_38 = InputTextField_GetTextlength_mD3826FFFAA8FBDD773129D6D4B78D07A48D4AFB4(__this, L_37, /*hidden argument*/NULL);
__this->set__caretPosition_87(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_38)));
}
IL_0114:
{
// GetPartialText(t1 + _composing, -1, buffer);
int32_t L_39 = V_1;
int32_t L_40 = __this->get__composing_89();
StringBuilder_t * L_41 = V_2;
InputTextField_GetPartialText_m2ADD86F944CAEB0DBD8AF7300796F2D57D5B9A67(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_40)), (-1), L_41, /*hidden argument*/NULL);
// string newText = buffer.ToString();
StringBuilder_t * L_42 = V_2;
NullCheck(L_42);
String_t* L_43 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_42);
V_3 = L_43;
// if (maxLength > 0)
int32_t L_44 = InputTextField_get_maxLength_mB59D414CA436B900B7659068F730FC76EC5F492E_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_44) <= ((int32_t)0)))
{
goto IL_0142;
}
}
{
// newText = TruncateText(newText, maxLength);
String_t* L_45 = V_3;
int32_t L_46 = InputTextField_get_maxLength_mB59D414CA436B900B7659068F730FC76EC5F492E_inline(__this, /*hidden argument*/NULL);
String_t* L_47 = InputTextField_TruncateText_m0A46C471769D35970AEA0DC2CFD8C93D80255509(__this, L_45, L_46, /*hidden argument*/NULL);
V_3 = L_47;
}
IL_0142:
{
// this.text = newText;
String_t* L_48 = V_3;
VirtActionInvoker1< String_t* >::Invoke(26 /* System.Void FairyGUI.RichTextField::set_text(System.String) */, __this, L_48);
// DispatchEvent("onChanged", null);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(__this, _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002, NULL, /*hidden argument*/NULL);
// }
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_ReplaceText_m4C2B8100FBD518AD2CB36BB7EFAB72C62CAC23B3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (value == _text)
String_t* L_0 = ___value0;
String_t* L_1 = __this->get__text_80();
bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000f;
}
}
{
// return;
return;
}
IL_000f:
{
// if (value == null)
String_t* L_3 = ___value0;
if (L_3)
{
goto IL_0019;
}
}
{
// value = string.Empty;
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___value0 = L_4;
}
IL_0019:
{
// value = ValidateInput(value);
String_t* L_5 = ___value0;
String_t* L_6 = InputTextField_ValidateInput_m880D61F447622A60EB7196EF0B94A516E1D6F48B(__this, L_5, /*hidden argument*/NULL);
___value0 = L_6;
// if (maxLength > 0)
int32_t L_7 = InputTextField_get_maxLength_mB59D414CA436B900B7659068F730FC76EC5F492E_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_7) <= ((int32_t)0)))
{
goto IL_003a;
}
}
{
// value = TruncateText(value, maxLength);
String_t* L_8 = ___value0;
int32_t L_9 = InputTextField_get_maxLength_mB59D414CA436B900B7659068F730FC76EC5F492E_inline(__this, /*hidden argument*/NULL);
String_t* L_10 = InputTextField_TruncateText_m0A46C471769D35970AEA0DC2CFD8C93D80255509(__this, L_8, L_9, /*hidden argument*/NULL);
___value0 = L_10;
}
IL_003a:
{
// _caretPosition = value.Length;
String_t* L_11 = ___value0;
NullCheck(L_11);
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_11, /*hidden argument*/NULL);
__this->set__caretPosition_87(L_12);
// this.text = value;
String_t* L_13 = ___value0;
VirtActionInvoker1< String_t* >::Invoke(26 /* System.Void FairyGUI.RichTextField::set_text(System.String) */, __this, L_13);
// DispatchEvent("onChanged", null);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(__this, _stringLiteralD7238B24B95FF1A90DB5D89E817DDDAD3183C002, NULL, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.InputTextField::GetPartialText(System.Int32,System.Int32,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_GetPartialText_m2ADD86F944CAEB0DBD8AF7300796F2D57D5B9A67 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, int32_t ___startIndex0, int32_t ___endIndex1, StringBuilder_t * ___buffer2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_GetPartialText_m2ADD86F944CAEB0DBD8AF7300796F2D57D5B9A67_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
String_t* V_2 = NULL;
int32_t V_3 = 0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_4 = NULL;
{
// int elementCount = textField.htmlElements.Count;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_1 = TextField_get_htmlElements_mF4E45B24C909527735F57F22D82B690E6835DE6A(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_1, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
V_0 = L_2;
// int lastIndex = startIndex;
int32_t L_3 = ___startIndex0;
V_1 = L_3;
// if (_displayAsPassword)
bool L_4 = __this->get__displayAsPassword_83();
if (!L_4)
{
goto IL_0024;
}
}
{
// tt = _text;
String_t* L_5 = __this->get__text_80();
V_2 = L_5;
goto IL_0030;
}
IL_0024:
{
// tt = textField.parsedText;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_6 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_6);
String_t* L_7 = TextField_get_parsedText_m3B6F2FDADF5AB6767E508A49798322C480F9C490_inline(L_6, /*hidden argument*/NULL);
V_2 = L_7;
}
IL_0030:
{
// if (endIndex < 0)
int32_t L_8 = ___endIndex1;
if ((((int32_t)L_8) >= ((int32_t)0)))
{
goto IL_003c;
}
}
{
// endIndex = tt.Length;
String_t* L_9 = V_2;
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL);
___endIndex1 = L_10;
}
IL_003c:
{
// for (int i = 0; i < elementCount; i++)
V_3 = 0;
goto IL_00ac;
}
IL_0040:
{
// HtmlElement element = textField.htmlElements[i];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_11 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_11);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_12 = TextField_get_htmlElements_mF4E45B24C909527735F57F22D82B690E6835DE6A(L_11, /*hidden argument*/NULL);
int32_t L_13 = V_3;
NullCheck(L_12);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_14 = List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline(L_12, L_13, /*hidden argument*/List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var);
V_4 = L_14;
// if (element.htmlObject != null && element.text != null)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_15 = V_4;
NullCheck(L_15);
RuntimeObject* L_16 = L_15->get_htmlObject_5();
if (!L_16)
{
goto IL_00a8;
}
}
{
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_17 = V_4;
NullCheck(L_17);
String_t* L_18 = L_17->get_text_2();
if (!L_18)
{
goto IL_00a8;
}
}
{
// if (element.charIndex >= startIndex && element.charIndex < endIndex)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_19 = V_4;
NullCheck(L_19);
int32_t L_20 = L_19->get_charIndex_4();
int32_t L_21 = ___startIndex0;
if ((((int32_t)L_20) < ((int32_t)L_21)))
{
goto IL_00a8;
}
}
{
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_22 = V_4;
NullCheck(L_22);
int32_t L_23 = L_22->get_charIndex_4();
int32_t L_24 = ___endIndex1;
if ((((int32_t)L_23) >= ((int32_t)L_24)))
{
goto IL_00a8;
}
}
{
// buffer.Append(tt.Substring(lastIndex, element.charIndex - lastIndex));
StringBuilder_t * L_25 = ___buffer2;
String_t* L_26 = V_2;
int32_t L_27 = V_1;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_28 = V_4;
NullCheck(L_28);
int32_t L_29 = L_28->get_charIndex_4();
int32_t L_30 = V_1;
NullCheck(L_26);
String_t* L_31 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_26, L_27, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_30)), /*hidden argument*/NULL);
NullCheck(L_25);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_25, L_31, /*hidden argument*/NULL);
// buffer.Append(element.text);
StringBuilder_t * L_32 = ___buffer2;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_33 = V_4;
NullCheck(L_33);
String_t* L_34 = L_33->get_text_2();
NullCheck(L_32);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_32, L_34, /*hidden argument*/NULL);
// lastIndex = element.charIndex + 1;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_35 = V_4;
NullCheck(L_35);
int32_t L_36 = L_35->get_charIndex_4();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
}
IL_00a8:
{
// for (int i = 0; i < elementCount; i++)
int32_t L_37 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
}
IL_00ac:
{
// for (int i = 0; i < elementCount; i++)
int32_t L_38 = V_3;
int32_t L_39 = V_0;
if ((((int32_t)L_38) < ((int32_t)L_39)))
{
goto IL_0040;
}
}
{
// if (lastIndex < tt.Length)
int32_t L_40 = V_1;
String_t* L_41 = V_2;
NullCheck(L_41);
int32_t L_42 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_41, /*hidden argument*/NULL);
if ((((int32_t)L_40) >= ((int32_t)L_42)))
{
goto IL_00ca;
}
}
{
// buffer.Append(tt.Substring(lastIndex, endIndex - lastIndex));
StringBuilder_t * L_43 = ___buffer2;
String_t* L_44 = V_2;
int32_t L_45 = V_1;
int32_t L_46 = ___endIndex1;
int32_t L_47 = V_1;
NullCheck(L_44);
String_t* L_48 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_44, L_45, ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47)), /*hidden argument*/NULL);
NullCheck(L_43);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_43, L_48, /*hidden argument*/NULL);
}
IL_00ca:
{
// }
return;
}
}
// System.Int32 FairyGUI.InputTextField::GetTextlength(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputTextField_GetTextlength_mD3826FFFAA8FBDD773129D6D4B78D07A48D4AFB4 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_GetTextlength_mD3826FFFAA8FBDD773129D6D4B78D07A48D4AFB4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
// int textLen = value.Length;
String_t* L_0 = ___value0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// int ret = textLen;
int32_t L_2 = V_0;
V_1 = L_2;
// for (int i = 0; i < textLen; i++)
V_2 = 0;
goto IL_0023;
}
IL_000d:
{
// if (char.IsHighSurrogate(value[i]))
String_t* L_3 = ___value0;
int32_t L_4 = V_2;
NullCheck(L_3);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_6 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_001f;
}
}
{
// ret--;
int32_t L_7 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
}
IL_001f:
{
// for (int i = 0; i < textLen; i++)
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0023:
{
// for (int i = 0; i < textLen; i++)
int32_t L_9 = V_2;
int32_t L_10 = V_0;
if ((((int32_t)L_9) < ((int32_t)L_10)))
{
goto IL_000d;
}
}
{
// return ret;
int32_t L_11 = V_1;
return L_11;
}
}
// System.String FairyGUI.InputTextField::TruncateText(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputTextField_TruncateText_m0A46C471769D35970AEA0DC2CFD8C93D80255509 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___value0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_TruncateText_m0A46C471769D35970AEA0DC2CFD8C93D80255509_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
// int textLen = value.Length;
String_t* L_0 = ___value0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// int len = 0;
V_1 = 0;
// int i = 0;
V_2 = 0;
goto IL_0034;
}
IL_000d:
{
// if (len == length)
int32_t L_2 = V_1;
int32_t L_3 = ___length1;
if ((!(((uint32_t)L_2) == ((uint32_t)L_3))))
{
goto IL_001a;
}
}
{
// return value.Substring(0, i);
String_t* L_4 = ___value0;
int32_t L_5 = V_2;
NullCheck(L_4);
String_t* L_6 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_4, 0, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_001a:
{
// if (char.IsHighSurrogate(value[i]))
String_t* L_7 = ___value0;
int32_t L_8 = V_2;
NullCheck(L_7);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_10 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_002c;
}
}
{
// i++;
int32_t L_11 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_002c:
{
// i++;
int32_t L_12 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
// len++;
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0034:
{
// while (i < textLen)
int32_t L_14 = V_2;
int32_t L_15 = V_0;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_000d;
}
}
{
// return value;
String_t* L_16 = ___value0;
return L_16;
}
}
// System.String FairyGUI.InputTextField::ValidateInput(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputTextField_ValidateInput_m880D61F447622A60EB7196EF0B94A516E1D6F48B (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___source0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_ValidateInput_m880D61F447622A60EB7196EF0B94A516E1D6F48B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * V_1 = NULL;
int32_t V_2 = 0;
String_t* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
// if (_restrict != null)
String_t* L_0 = __this->get__restrict_81();
if (!L_0)
{
goto IL_00d6;
}
}
{
// StringBuilder sb = new StringBuilder();
StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_1, /*hidden argument*/NULL);
V_0 = L_1;
// Match mc = _restrictPattern.Match(source);
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_2 = __this->get__restrictPattern_82();
String_t* L_3 = ___source0;
NullCheck(L_2);
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_4 = Regex_Match_mC2C718B93803F6633A708E430F8698E70354B77C(L_2, L_3, /*hidden argument*/NULL);
V_1 = L_4;
// int lastPos = 0;
V_2 = 0;
goto IL_008b;
}
IL_0022:
{
// if (mc.Index != lastPos)
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_5 = V_1;
NullCheck(L_5);
int32_t L_6 = Capture_get_Index_m46BE6FFC6E8474F55B0504269903F287C45C4B31_inline(L_5, /*hidden argument*/NULL);
int32_t L_7 = V_2;
if ((((int32_t)L_6) == ((int32_t)L_7)))
{
goto IL_0067;
}
}
{
// for (int i = lastPos; i < mc.Index; i++)
int32_t L_8 = V_2;
V_4 = L_8;
goto IL_005d;
}
IL_0030:
{
// if (source[i] == '\n' || source[i] == '\t')
String_t* L_9 = ___source0;
int32_t L_10 = V_4;
NullCheck(L_9);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, L_10, /*hidden argument*/NULL);
if ((((int32_t)L_11) == ((int32_t)((int32_t)10))))
{
goto IL_0048;
}
}
{
String_t* L_12 = ___source0;
int32_t L_13 = V_4;
NullCheck(L_12);
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, L_13, /*hidden argument*/NULL);
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)9)))))
{
goto IL_0057;
}
}
IL_0048:
{
// sb.Append(source[i]);
StringBuilder_t * L_15 = V_0;
String_t* L_16 = ___source0;
int32_t L_17 = V_4;
NullCheck(L_16);
Il2CppChar L_18 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_16, L_17, /*hidden argument*/NULL);
NullCheck(L_15);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_15, L_18, /*hidden argument*/NULL);
}
IL_0057:
{
// for (int i = lastPos; i < mc.Index; i++)
int32_t L_19 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_005d:
{
// for (int i = lastPos; i < mc.Index; i++)
int32_t L_20 = V_4;
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_21 = V_1;
NullCheck(L_21);
int32_t L_22 = Capture_get_Index_m46BE6FFC6E8474F55B0504269903F287C45C4B31_inline(L_21, /*hidden argument*/NULL);
if ((((int32_t)L_20) < ((int32_t)L_22)))
{
goto IL_0030;
}
}
IL_0067:
{
// s = mc.ToString();
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_23 = V_1;
NullCheck(L_23);
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23);
V_3 = L_24;
// lastPos = mc.Index + s.Length;
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_25 = V_1;
NullCheck(L_25);
int32_t L_26 = Capture_get_Index_m46BE6FFC6E8474F55B0504269903F287C45C4B31_inline(L_25, /*hidden argument*/NULL);
String_t* L_27 = V_3;
NullCheck(L_27);
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_27, /*hidden argument*/NULL);
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_28));
// sb.Append(s);
StringBuilder_t * L_29 = V_0;
String_t* L_30 = V_3;
NullCheck(L_29);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_29, L_30, /*hidden argument*/NULL);
// mc = mc.NextMatch();
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_31 = V_1;
NullCheck(L_31);
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_32 = Match_NextMatch_mA9BB438B4D7DE12D45A73720C063CFFF15FE596D(L_31, /*hidden argument*/NULL);
V_1 = L_32;
}
IL_008b:
{
// while (mc != Match.Empty)
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_33 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var);
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_34 = Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528F_inline(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)L_33) == ((RuntimeObject*)(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 *)L_34))))
{
goto IL_0022;
}
}
{
// for (int i = lastPos; i < source.Length; i++)
int32_t L_35 = V_2;
V_5 = L_35;
goto IL_00c5;
}
IL_0098:
{
// if (source[i] == '\n' || source[i] == '\t')
String_t* L_36 = ___source0;
int32_t L_37 = V_5;
NullCheck(L_36);
Il2CppChar L_38 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_36, L_37, /*hidden argument*/NULL);
if ((((int32_t)L_38) == ((int32_t)((int32_t)10))))
{
goto IL_00b0;
}
}
{
String_t* L_39 = ___source0;
int32_t L_40 = V_5;
NullCheck(L_39);
Il2CppChar L_41 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_39, L_40, /*hidden argument*/NULL);
if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)9)))))
{
goto IL_00bf;
}
}
IL_00b0:
{
// sb.Append(source[i]);
StringBuilder_t * L_42 = V_0;
String_t* L_43 = ___source0;
int32_t L_44 = V_5;
NullCheck(L_43);
Il2CppChar L_45 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_43, L_44, /*hidden argument*/NULL);
NullCheck(L_42);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_42, L_45, /*hidden argument*/NULL);
}
IL_00bf:
{
// for (int i = lastPos; i < source.Length; i++)
int32_t L_46 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
}
IL_00c5:
{
// for (int i = lastPos; i < source.Length; i++)
int32_t L_47 = V_5;
String_t* L_48 = ___source0;
NullCheck(L_48);
int32_t L_49 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_48, /*hidden argument*/NULL);
if ((((int32_t)L_47) < ((int32_t)L_49)))
{
goto IL_0098;
}
}
{
// return sb.ToString();
StringBuilder_t * L_50 = V_0;
NullCheck(L_50);
String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_50);
return L_51;
}
IL_00d6:
{
// return source;
String_t* L_52 = ___source0;
return L_52;
}
}
// System.Void FairyGUI.InputTextField::UpdateText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_UpdateText_m08636A2ED9CB4C4713B0DEDBEF4B1DB4F865FC98 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_UpdateText_m08636A2ED9CB4C4713B0DEDBEF4B1DB4F865FC98_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringBuilder_t * V_1 = NULL;
String_t* V_2 = NULL;
{
// int composing = _composing;
int32_t L_0 = __this->get__composing_89();
V_0 = L_0;
// _composing = 0;
__this->set__composing_89(0);
// if (!_editing && _text.Length == 0 && !string.IsNullOrEmpty(_decodedPromptText))
bool L_1 = __this->get__editing_86();
if (L_1)
{
goto IL_0042;
}
}
{
String_t* L_2 = __this->get__text_80();
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0042;
}
}
{
String_t* L_4 = __this->get__decodedPromptText_85();
bool L_5 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0042;
}
}
{
// textField.htmlText = _decodedPromptText;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_6 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
String_t* L_7 = __this->get__decodedPromptText_85();
NullCheck(L_6);
TextField_set_htmlText_m4BC91BB903F3906A9FB5E0FE00BB5D5DF21A7A51(L_6, L_7, /*hidden argument*/NULL);
return;
}
IL_0042:
{
// else if (_displayAsPassword)
bool L_8 = __this->get__displayAsPassword_83();
if (!L_8)
{
goto IL_0062;
}
}
{
// textField.text = EncodePasswordText(_text);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_9 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
String_t* L_10 = __this->get__text_80();
String_t* L_11 = InputTextField_EncodePasswordText_m3422DA1AF1CFF7F931A1D8858D87F4EC64E5E8AC(__this, L_10, /*hidden argument*/NULL);
NullCheck(L_9);
TextField_set_text_m5880882609EEFB942F7FCC9CEC9482E8BD58182B(L_9, L_11, /*hidden argument*/NULL);
return;
}
IL_0062:
{
// else if (Input.compositionString.Length > 0)
String_t* L_12 = Input_get_compositionString_mA2BEBDED6F15265EDDB37D9E7160FE7580D7617C(/*hidden argument*/NULL);
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
if ((((int32_t)L_13) <= ((int32_t)0)))
{
goto IL_00c3;
}
}
{
// StringBuilder buffer = new StringBuilder();
StringBuilder_t * L_14 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_14, /*hidden argument*/NULL);
V_1 = L_14;
// GetPartialText(0, _caretPosition, buffer);
int32_t L_15 = __this->get__caretPosition_87();
StringBuilder_t * L_16 = V_1;
InputTextField_GetPartialText_m2ADD86F944CAEB0DBD8AF7300796F2D57D5B9A67(__this, 0, L_15, L_16, /*hidden argument*/NULL);
// buffer.Append(Input.compositionString);
StringBuilder_t * L_17 = V_1;
String_t* L_18 = Input_get_compositionString_mA2BEBDED6F15265EDDB37D9E7160FE7580D7617C(/*hidden argument*/NULL);
NullCheck(L_17);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_17, L_18, /*hidden argument*/NULL);
// GetPartialText(_caretPosition + composing, -1, buffer);
int32_t L_19 = __this->get__caretPosition_87();
int32_t L_20 = V_0;
StringBuilder_t * L_21 = V_1;
InputTextField_GetPartialText_m2ADD86F944CAEB0DBD8AF7300796F2D57D5B9A67(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20)), (-1), L_21, /*hidden argument*/NULL);
// _composing = Input.compositionString.Length;
String_t* L_22 = Input_get_compositionString_mA2BEBDED6F15265EDDB37D9E7160FE7580D7617C(/*hidden argument*/NULL);
NullCheck(L_22);
int32_t L_23 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_22, /*hidden argument*/NULL);
__this->set__composing_89(L_23);
// string newText = buffer.ToString();
StringBuilder_t * L_24 = V_1;
NullCheck(L_24);
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_24);
V_2 = L_25;
// textField.text = newText;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_26 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
String_t* L_27 = V_2;
NullCheck(L_26);
TextField_set_text_m5880882609EEFB942F7FCC9CEC9482E8BD58182B(L_26, L_27, /*hidden argument*/NULL);
// }
return;
}
IL_00c3:
{
// textField.text = _text;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_28 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
String_t* L_29 = __this->get__text_80();
NullCheck(L_28);
TextField_set_text_m5880882609EEFB942F7FCC9CEC9482E8BD58182B(L_28, L_29, /*hidden argument*/NULL);
// }
return;
}
}
// System.String FairyGUI.InputTextField::EncodePasswordText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputTextField_EncodePasswordText_m3422DA1AF1CFF7F931A1D8858D87F4EC64E5E8AC (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_EncodePasswordText_m3422DA1AF1CFF7F931A1D8858D87F4EC64E5E8AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringBuilder_t * V_1 = NULL;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
{
// int textLen = value.Length;
String_t* L_0 = ___value0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// StringBuilder tmp = new StringBuilder(textLen);
int32_t L_2 = V_0;
StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_3, L_2, /*hidden argument*/NULL);
V_1 = L_3;
// int i = 0;
V_2 = 0;
goto IL_0045;
}
IL_0012:
{
// char c = value[i];
String_t* L_4 = ___value0;
int32_t L_5 = V_2;
NullCheck(L_4);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
V_3 = L_6;
// if (c == '\n')
Il2CppChar L_7 = V_3;
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)10)))))
{
goto IL_0029;
}
}
{
// tmp.Append(c);
StringBuilder_t * L_8 = V_1;
Il2CppChar L_9 = V_3;
NullCheck(L_8);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_8, L_9, /*hidden argument*/NULL);
goto IL_0041;
}
IL_0029:
{
// if (char.IsHighSurrogate(c))
Il2CppChar L_10 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_11 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0035;
}
}
{
// i++;
int32_t L_12 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0035:
{
// tmp.Append("*");
StringBuilder_t * L_13 = V_1;
NullCheck(L_13);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_13, _stringLiteralDF58248C414F342C81E056B40BEE12D17A08BF61, /*hidden argument*/NULL);
}
IL_0041:
{
// i++;
int32_t L_14 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_0045:
{
// while (i < textLen)
int32_t L_15 = V_2;
int32_t L_16 = V_0;
if ((((int32_t)L_15) < ((int32_t)L_16)))
{
goto IL_0012;
}
}
{
// return tmp.ToString();
StringBuilder_t * L_17 = V_1;
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17);
return L_18;
}
}
// System.Void FairyGUI.InputTextField::ClearSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_ClearSelection_m46D850B3A9F142F8D9FFD103DEC4FBF4C298D405 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_ClearSelection_m46D850B3A9F142F8D9FFD103DEC4FBF4C298D405_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_selectionStart != _caretPosition)
int32_t L_0 = __this->get__selectionStart_88();
int32_t L_1 = __this->get__caretPosition_87();
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_002b;
}
}
{
// if (_selectionShape != null)
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_2 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
if (!L_2)
{
goto IL_001f;
}
}
{
// _selectionShape.Clear();
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_3 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
NullCheck(L_3);
SelectionShape_Clear_mFB6308DD032EC054D228AB847388F64B8BED5235(L_3, /*hidden argument*/NULL);
}
IL_001f:
{
// _selectionStart = _caretPosition;
int32_t L_4 = __this->get__caretPosition_87();
__this->set__selectionStart_88(L_4);
}
IL_002b:
{
// }
return;
}
}
// System.String FairyGUI.InputTextField::GetSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputTextField_GetSelection_mFA45722169789250D4AC7F37F6A8C11A6258818E (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_GetSelection_mFA45722169789250D4AC7F37F6A8C11A6258818E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
{
// if (_selectionStart == _caretPosition)
int32_t L_0 = __this->get__selectionStart_88();
int32_t L_1 = __this->get__caretPosition_87();
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_0014;
}
}
{
// return string.Empty;
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_2;
}
IL_0014:
{
// StringBuilder buffer = new StringBuilder();
StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_3, /*hidden argument*/NULL);
V_0 = L_3;
// if (_selectionStart < _caretPosition)
int32_t L_4 = __this->get__selectionStart_88();
int32_t L_5 = __this->get__caretPosition_87();
if ((((int32_t)L_4) >= ((int32_t)L_5)))
{
goto IL_003d;
}
}
{
// GetPartialText(_selectionStart, _caretPosition, buffer);
int32_t L_6 = __this->get__selectionStart_88();
int32_t L_7 = __this->get__caretPosition_87();
StringBuilder_t * L_8 = V_0;
InputTextField_GetPartialText_m2ADD86F944CAEB0DBD8AF7300796F2D57D5B9A67(__this, L_6, L_7, L_8, /*hidden argument*/NULL);
goto IL_0050;
}
IL_003d:
{
// GetPartialText(_caretPosition, _selectionStart, buffer);
int32_t L_9 = __this->get__caretPosition_87();
int32_t L_10 = __this->get__selectionStart_88();
StringBuilder_t * L_11 = V_0;
InputTextField_GetPartialText_m2ADD86F944CAEB0DBD8AF7300796F2D57D5B9A67(__this, L_9, L_10, L_11, /*hidden argument*/NULL);
}
IL_0050:
{
// return buffer.ToString();
StringBuilder_t * L_12 = V_0;
NullCheck(L_12);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12);
return L_13;
}
}
// System.Void FairyGUI.InputTextField::AdjustCaret(FairyGUI.TextField_CharPosition,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_AdjustCaret_m19FC89375083F3F5C332A5FFB5CBAB51B9BFAB32 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___cp0, bool ___moveSelectionHeader1, const RuntimeMethod* method)
{
{
// _caretPosition = cp.charIndex;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_0 = ___cp0;
int32_t L_1 = L_0.get_charIndex_0();
__this->set__caretPosition_87(L_1);
// if (moveSelectionHeader)
bool L_2 = ___moveSelectionHeader1;
if (!L_2)
{
goto IL_001b;
}
}
{
// _selectionStart = _caretPosition;
int32_t L_3 = __this->get__caretPosition_87();
__this->set__selectionStart_88(L_3);
}
IL_001b:
{
// UpdateCaret(false);
InputTextField_UpdateCaret_m99C7DA5FD071D30F08FBA5366D404706B1E56944(__this, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.InputTextField::UpdateCaret(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_UpdateCaret_m99C7DA5FD071D30F08FBA5366D404706B1E56944 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, bool ___forceUpdate0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_UpdateCaret_m99C7DA5FD071D30F08FBA5366D404706B1E56944_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * V_2 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_3;
memset((&V_3), 0, sizeof(V_3));
{
// if (_editing)
bool L_0 = __this->get__editing_86();
if (!L_0)
{
goto IL_0022;
}
}
{
// cp = GetCharPosition(_caretPosition + Input.compositionString.Length);
int32_t L_1 = __this->get__caretPosition_87();
String_t* L_2 = Input_get_compositionString_mA2BEBDED6F15265EDDB37D9E7160FE7580D7617C(/*hidden argument*/NULL);
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_4 = InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3)), /*hidden argument*/NULL);
V_0 = L_4;
goto IL_002f;
}
IL_0022:
{
// cp = GetCharPosition(_caretPosition);
int32_t L_5 = __this->get__caretPosition_87();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_6 = InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2(__this, L_5, /*hidden argument*/NULL);
V_0 = L_6;
}
IL_002f:
{
// Vector2 pos = GetCharLocation(cp);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_7 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = InputTextField_GetCharLocation_mB0E5D39B2AF1A2CD655AF576A3830C581090D6D9(__this, L_7, /*hidden argument*/NULL);
V_1 = L_8;
// TextField.LineInfo line = textField.lines[cp.lineIndex];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_9 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_9);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_10 = TextField_get_lines_mAC79145002ECFA88617056F3AEB1E8EEE9662329(L_9, /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_11 = V_0;
int16_t L_12 = L_11.get_lineIndex_1();
NullCheck(L_10);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_13 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_10, L_12, /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
V_2 = L_13;
// pos.y = line.y + textField.y;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_14 = V_2;
NullCheck(L_14);
float L_15 = L_14->get_y_5();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_16 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_16);
float L_17 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_16, /*hidden argument*/NULL);
(&V_1)->set_y_1(((float)il2cpp_codegen_add((float)L_15, (float)L_17)));
// Vector2 newPos = pos;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_18 = V_1;
V_3 = L_18;
// if (newPos.x < textField.textFormat.size)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = V_3;
float L_20 = L_19.get_x_0();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_21 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_21);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_22 = TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline(L_21, /*hidden argument*/NULL);
NullCheck(L_22);
int32_t L_23 = L_22->get_size_0();
if ((!(((float)L_20) < ((float)(((float)((float)L_23)))))))
{
goto IL_00a9;
}
}
{
// newPos.x += Math.Min(50, (int)(_contentRect.width / 2));
float* L_24 = (&V_3)->get_address_of_x_0();
float* L_25 = L_24;
float L_26 = *((float*)L_25);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_27 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_28 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_27, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_29 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(((int32_t)50), (((int32_t)((int32_t)((float)((float)L_28/(float)(2.0f)))))), /*hidden argument*/NULL);
*((float*)L_25) = (float)((float)il2cpp_codegen_add((float)L_26, (float)(((float)((float)L_29)))));
goto IL_00f9;
}
IL_00a9:
{
// else if (newPos.x > _contentRect.width - GUTTER_X - textField.textFormat.size)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_30 = V_3;
float L_31 = L_30.get_x_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_32 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_33 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_32, /*hidden argument*/NULL);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_34 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_34);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_35 = TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline(L_34, /*hidden argument*/NULL);
NullCheck(L_35);
int32_t L_36 = L_35->get_size_0();
if ((!(((float)L_31) > ((float)((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_33, (float)(2.0f))), (float)(((float)((float)L_36)))))))))
{
goto IL_00f9;
}
}
{
// newPos.x -= Math.Min(50, (int)(_contentRect.width / 2));
float* L_37 = (&V_3)->get_address_of_x_0();
float* L_38 = L_37;
float L_39 = *((float*)L_38);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_40 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_41 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_40, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_42 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(((int32_t)50), (((int32_t)((int32_t)((float)((float)L_41/(float)(2.0f)))))), /*hidden argument*/NULL);
*((float*)L_38) = (float)((float)il2cpp_codegen_subtract((float)L_39, (float)(((float)((float)L_42)))));
}
IL_00f9:
{
// if (newPos.x < GUTTER_X)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_43 = V_3;
float L_44 = L_43.get_x_0();
if ((!(((float)L_44) < ((float)(2.0f)))))
{
goto IL_0114;
}
}
{
// newPos.x = GUTTER_X;
(&V_3)->set_x_0((2.0f));
goto IL_014f;
}
IL_0114:
{
// else if (newPos.x > _contentRect.width - GUTTER_X)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_45 = V_3;
float L_46 = L_45.get_x_0();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_47 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_48 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_47, /*hidden argument*/NULL);
if ((!(((float)L_46) > ((float)((float)il2cpp_codegen_subtract((float)L_48, (float)(2.0f)))))))
{
goto IL_014f;
}
}
{
// newPos.x = Math.Max(GUTTER_X, _contentRect.width - GUTTER_X);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_49 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_50 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_49, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
float L_51 = Math_Max_m545895C37C1F738BBB653CA1F65E50FF1D197675((2.0f), ((float)il2cpp_codegen_subtract((float)L_50, (float)(2.0f))), /*hidden argument*/NULL);
(&V_3)->set_x_0(L_51);
}
IL_014f:
{
// if (newPos.y < GUTTER_Y)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_52 = V_3;
float L_53 = L_52.get_y_1();
if ((!(((float)L_53) < ((float)(2.0f)))))
{
goto IL_016a;
}
}
{
// newPos.y = GUTTER_Y;
(&V_3)->set_y_1((2.0f));
goto IL_01b3;
}
IL_016a:
{
// else if (newPos.y + line.height >= _contentRect.height - GUTTER_Y)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_54 = V_3;
float L_55 = L_54.get_y_1();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_56 = V_2;
NullCheck(L_56);
float L_57 = L_56->get_height_1();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_58 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_59 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_58, /*hidden argument*/NULL);
if ((!(((float)((float)il2cpp_codegen_add((float)L_55, (float)L_57))) >= ((float)((float)il2cpp_codegen_subtract((float)L_59, (float)(2.0f)))))))
{
goto IL_01b3;
}
}
{
// newPos.y = Math.Max(GUTTER_Y, _contentRect.height - line.height - GUTTER_Y);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_60 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_61 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_60, /*hidden argument*/NULL);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_62 = V_2;
NullCheck(L_62);
float L_63 = L_62->get_height_1();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
float L_64 = Math_Max_m545895C37C1F738BBB653CA1F65E50FF1D197675((2.0f), ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_61, (float)L_63)), (float)(2.0f))), /*hidden argument*/NULL);
(&V_3)->set_y_1(L_64);
}
IL_01b3:
{
// pos += MoveContent(newPos - pos, forceUpdate);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_65 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_66 = V_3;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_67 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_68 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_66, L_67, /*hidden argument*/NULL);
bool L_69 = ___forceUpdate0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_70 = InputTextField_MoveContent_mB1E28D5BCE7A3F95A3EC8D4B09C88FFFEC859317(__this, L_68, L_69, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_71 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_65, L_70, /*hidden argument*/NULL);
V_1 = L_71;
// if (_editing)
bool L_72 = __this->get__editing_86();
if (!L_72)
{
goto IL_026c;
}
}
{
// if (line.height > 0) //?????
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_73 = V_2;
NullCheck(L_73);
float L_74 = L_73->get_height_1();
if ((!(((float)L_74) > ((float)(0.0f)))))
{
goto IL_0207;
}
}
{
// pos.y += (int)(line.height - textField.textFormat.size) / 2;
float* L_75 = (&V_1)->get_address_of_y_1();
float* L_76 = L_75;
float L_77 = *((float*)L_76);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_78 = V_2;
NullCheck(L_78);
float L_79 = L_78->get_height_1();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_80 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_80);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_81 = TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline(L_80, /*hidden argument*/NULL);
NullCheck(L_81);
int32_t L_82 = L_81->get_size_0();
*((float*)L_76) = (float)((float)il2cpp_codegen_add((float)L_77, (float)(((float)((float)((int32_t)((int32_t)(((int32_t)((int32_t)((float)il2cpp_codegen_subtract((float)L_79, (float)(((float)((float)L_82))))))))/(int32_t)2)))))));
}
IL_0207:
{
// _caret.SetPosition(pos.x, pos.y, 0);
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_83 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_84 = V_1;
float L_85 = L_84.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_86 = V_1;
float L_87 = L_86.get_y_1();
NullCheck(L_83);
DisplayObject_SetPosition_mF8E3AA80B6677CF5917824BD11F333C3F46DDBEC(L_83, L_85, L_87, (0.0f), /*hidden argument*/NULL);
// Vector2 cursorPos = _caret.LocalToGlobal(new Vector2(0, _caret.height));
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_88 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_89 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
NullCheck(L_89);
float L_90 = DisplayObject_get_height_m9C3D71E1C1621413D451E99A05A235DC97E6ACF2(L_89, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_91;
memset((&L_91), 0, sizeof(L_91));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_91), (0.0f), L_90, /*hidden argument*/NULL);
NullCheck(L_88);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_92 = DisplayObject_LocalToGlobal_mAE32922AE7785ABA26E0DEC586F46A2E8D1180A6(L_88, L_91, /*hidden argument*/NULL);
// Input.compositionCursorPos = cursorPos;
Input_set_compositionCursorPos_m39EB58D705F1E2D30D45480AF918CA098189F326(L_92, /*hidden argument*/NULL);
// _nextBlink = Time.time + 0.5f;
float L_93 = Time_get_time_m7863349C8845BBA36629A2B3F8EF1C3BEA350FD8(/*hidden argument*/NULL);
((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->set__nextBlink_97(((float)il2cpp_codegen_add((float)L_93, (float)(0.5f))));
// _caret.graphics.enabled = true;
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_94 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
NullCheck(L_94);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_95 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_94, /*hidden argument*/NULL);
NullCheck(L_95);
NGraphics_set_enabled_m9362A39E72A2A013C04EDC32325925B676FEF865(L_95, (bool)1, /*hidden argument*/NULL);
// UpdateSelection(cp);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_96 = V_0;
InputTextField_UpdateSelection_m3DA81AD680D689DC8CD651AD76BC10179E84B1A7(__this, L_96, /*hidden argument*/NULL);
}
IL_026c:
{
// }
return;
}
}
// UnityEngine.Vector2 FairyGUI.InputTextField::MoveContent(UnityEngine.Vector2,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D InputTextField_MoveContent_mB1E28D5BCE7A3F95A3EC8D4B09C88FFFEC859317 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___delta0, bool ___forceUpdate1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_MoveContent_mB1E28D5BCE7A3F95A3EC8D4B09C88FFFEC859317_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * V_4 = NULL;
int32_t V_5 = 0;
int32_t V_6 = 0;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * V_7 = NULL;
int32_t G_B11_0 = 0;
{
// float ox = textField.x;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
float L_1 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// float oy = textField.y;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_2 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
float L_3 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_2, /*hidden argument*/NULL);
V_1 = L_3;
// float nx = ox + delta.x;
float L_4 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = ___delta0;
float L_6 = L_5.get_x_0();
V_2 = ((float)il2cpp_codegen_add((float)L_4, (float)L_6));
// float ny = oy + delta.y;
float L_7 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = ___delta0;
float L_9 = L_8.get_y_1();
V_3 = ((float)il2cpp_codegen_add((float)L_7, (float)L_9));
// if (_contentRect.width - nx > textField.textWidth)
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_10 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_11 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_10, /*hidden argument*/NULL);
float L_12 = V_2;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_13 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_13);
float L_14 = TextField_get_textWidth_m4CF6D547DC8023ED2B7209A9E90E1AA2D4E0C679(L_13, /*hidden argument*/NULL);
if ((!(((float)((float)il2cpp_codegen_subtract((float)L_11, (float)L_12))) > ((float)L_14))))
{
goto IL_005c;
}
}
{
// nx = _contentRect.width - textField.textWidth;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_15 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_16 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_15, /*hidden argument*/NULL);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_17 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_17);
float L_18 = TextField_get_textWidth_m4CF6D547DC8023ED2B7209A9E90E1AA2D4E0C679(L_17, /*hidden argument*/NULL);
V_2 = ((float)il2cpp_codegen_subtract((float)L_16, (float)L_18));
}
IL_005c:
{
// if (_contentRect.height - ny > textField.textHeight)
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_19 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_20 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_19, /*hidden argument*/NULL);
float L_21 = V_3;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_22 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_22);
float L_23 = TextField_get_textHeight_m3D5995AFF9641330C5711FD1C6C128038FA94190(L_22, /*hidden argument*/NULL);
if ((!(((float)((float)il2cpp_codegen_subtract((float)L_20, (float)L_21))) > ((float)L_23))))
{
goto IL_008e;
}
}
{
// ny = _contentRect.height - textField.textHeight;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_24 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_25 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_24, /*hidden argument*/NULL);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_26 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_26);
float L_27 = TextField_get_textHeight_m3D5995AFF9641330C5711FD1C6C128038FA94190(L_26, /*hidden argument*/NULL);
V_3 = ((float)il2cpp_codegen_subtract((float)L_25, (float)L_27));
}
IL_008e:
{
// if (nx > 0)
float L_28 = V_2;
if ((!(((float)L_28) > ((float)(0.0f)))))
{
goto IL_009c;
}
}
{
// nx = 0;
V_2 = (0.0f);
}
IL_009c:
{
// if (ny > 0)
float L_29 = V_3;
if ((!(((float)L_29) > ((float)(0.0f)))))
{
goto IL_00aa;
}
}
{
// ny = 0;
V_3 = (0.0f);
}
IL_00aa:
{
// nx = (int)nx;
float L_30 = V_2;
V_2 = (((float)((float)(((int32_t)((int32_t)L_30))))));
// ny = (int)ny;
float L_31 = V_3;
V_3 = (((float)((float)(((int32_t)((int32_t)L_31))))));
// if (nx != ox || ny != oy || forceUpdate)
float L_32 = V_2;
float L_33 = V_0;
if ((!(((float)L_32) == ((float)L_33))))
{
goto IL_00bf;
}
}
{
float L_34 = V_3;
float L_35 = V_1;
G_B11_0 = ((((int32_t)((((float)L_34) == ((float)L_35))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_00c0;
}
IL_00bf:
{
G_B11_0 = 1;
}
IL_00c0:
{
bool L_36 = ___forceUpdate1;
if (!((int32_t)((int32_t)G_B11_0|(int32_t)L_36)))
{
goto IL_0134;
}
}
{
// textField.SetXY(nx, ny);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_37 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
float L_38 = V_2;
float L_39 = V_3;
NullCheck(L_37);
DisplayObject_SetXY_mB67013955497B5AC0BDD3794175FB5DE85E6D3BA(L_37, L_38, L_39, /*hidden argument*/NULL);
// List<HtmlElement> elements = textField.htmlElements;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_40 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_40);
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_41 = TextField_get_htmlElements_mF4E45B24C909527735F57F22D82B690E6835DE6A(L_40, /*hidden argument*/NULL);
V_4 = L_41;
// int count = elements.Count;
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_42 = V_4;
NullCheck(L_42);
int32_t L_43 = List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_inline(L_42, /*hidden argument*/List_1_get_Count_m33B3E833F0952035B87660A7F13FF4891F6A2327_RuntimeMethod_var);
V_5 = L_43;
// for (int i = 0; i < count; i++)
V_6 = 0;
goto IL_012e;
}
IL_00ec:
{
// HtmlElement element = elements[i];
List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00 * L_44 = V_4;
int32_t L_45 = V_6;
NullCheck(L_44);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_46 = List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_inline(L_44, L_45, /*hidden argument*/List_1_get_Item_m361287DC6EB423F08F1FD22C767B81AB030EFEBD_RuntimeMethod_var);
V_7 = L_46;
// if (element.htmlObject != null)
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_47 = V_7;
NullCheck(L_47);
RuntimeObject* L_48 = L_47->get_htmlObject_5();
if (!L_48)
{
goto IL_0128;
}
}
{
// element.htmlObject.SetPosition(element.position.x + nx, element.position.y + ny);
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_49 = V_7;
NullCheck(L_49);
RuntimeObject* L_50 = L_49->get_htmlObject_5();
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_51 = V_7;
NullCheck(L_51);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_52 = L_51->get_address_of_position_8();
float L_53 = L_52->get_x_0();
float L_54 = V_2;
HtmlElement_t3930C5804D33D4CEE5F0FEC082C24B9C1BE6D71E * L_55 = V_7;
NullCheck(L_55);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_56 = L_55->get_address_of_position_8();
float L_57 = L_56->get_y_1();
float L_58 = V_3;
NullCheck(L_50);
InterfaceActionInvoker2< float, float >::Invoke(5 /* System.Void FairyGUI.Utils.IHtmlObject::SetPosition(System.Single,System.Single) */, IHtmlObject_tB6BE6F704D9BE1700D3674DB2E5852BF26DB3036_il2cpp_TypeInfo_var, L_50, ((float)il2cpp_codegen_add((float)L_53, (float)L_54)), ((float)il2cpp_codegen_add((float)L_57, (float)L_58)));
}
IL_0128:
{
// for (int i = 0; i < count; i++)
int32_t L_59 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1));
}
IL_012e:
{
// for (int i = 0; i < count; i++)
int32_t L_60 = V_6;
int32_t L_61 = V_5;
if ((((int32_t)L_60) < ((int32_t)L_61)))
{
goto IL_00ec;
}
}
IL_0134:
{
// delta.x = nx - ox;
float L_62 = V_2;
float L_63 = V_0;
(&___delta0)->set_x_0(((float)il2cpp_codegen_subtract((float)L_62, (float)L_63)));
// delta.y = ny - oy;
float L_64 = V_3;
float L_65 = V_1;
(&___delta0)->set_y_1(((float)il2cpp_codegen_subtract((float)L_64, (float)L_65)));
// return delta;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_66 = ___delta0;
return L_66;
}
}
// System.Void FairyGUI.InputTextField::UpdateSelection(FairyGUI.TextField_CharPosition)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_UpdateSelection_m3DA81AD680D689DC8CD651AD76BC10179E84B1A7 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___cp0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_UpdateSelection_m3DA81AD680D689DC8CD651AD76BC10179E84B1A7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_2;
memset((&V_2), 0, sizeof(V_2));
{
// if (_selectionStart == _caretPosition)
int32_t L_0 = __this->get__selectionStart_88();
int32_t L_1 = __this->get__caretPosition_87();
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_0019;
}
}
{
// _selectionShape.Clear();
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_2 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
NullCheck(L_2);
SelectionShape_Clear_mFB6308DD032EC054D228AB847388F64B8BED5235(L_2, /*hidden argument*/NULL);
// return;
return;
}
IL_0019:
{
// if (_editing && Input.compositionString.Length > 0)
bool L_3 = __this->get__editing_86();
if (!L_3)
{
goto IL_0073;
}
}
{
String_t* L_4 = Input_get_compositionString_mA2BEBDED6F15265EDDB37D9E7160FE7580D7617C(/*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_5) <= ((int32_t)0)))
{
goto IL_0073;
}
}
{
// if (_selectionStart < _caretPosition)
int32_t L_6 = __this->get__selectionStart_88();
int32_t L_7 = __this->get__caretPosition_87();
if ((((int32_t)L_6) >= ((int32_t)L_7)))
{
goto IL_0059;
}
}
{
// cp = GetCharPosition(_caretPosition);
int32_t L_8 = __this->get__caretPosition_87();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_9 = InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2(__this, L_8, /*hidden argument*/NULL);
___cp0 = L_9;
// start = GetCharPosition(_selectionStart);
int32_t L_10 = __this->get__selectionStart_88();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_11 = InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2(__this, L_10, /*hidden argument*/NULL);
V_0 = L_11;
// }
goto IL_0080;
}
IL_0059:
{
// start = GetCharPosition(_selectionStart + Input.compositionString.Length);
int32_t L_12 = __this->get__selectionStart_88();
String_t* L_13 = Input_get_compositionString_mA2BEBDED6F15265EDDB37D9E7160FE7580D7617C(/*hidden argument*/NULL);
NullCheck(L_13);
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_13, /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_15 = InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_14)), /*hidden argument*/NULL);
V_0 = L_15;
// }
goto IL_0080;
}
IL_0073:
{
// start = GetCharPosition(_selectionStart);
int32_t L_16 = __this->get__selectionStart_88();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_17 = InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2(__this, L_16, /*hidden argument*/NULL);
V_0 = L_17;
}
IL_0080:
{
// if (start.charIndex > cp.charIndex)
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_18 = V_0;
int32_t L_19 = L_18.get_charIndex_0();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_20 = ___cp0;
int32_t L_21 = L_20.get_charIndex_0();
if ((((int32_t)L_19) <= ((int32_t)L_21)))
{
goto IL_0093;
}
}
{
// TextField.CharPosition tmp = start;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_22 = V_0;
// start = cp;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_23 = ___cp0;
V_0 = L_23;
// cp = tmp;
___cp0 = L_22;
}
IL_0093:
{
// Vector2 v1 = GetCharLocation(start);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_24 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_25 = InputTextField_GetCharLocation_mB0E5D39B2AF1A2CD655AF576A3830C581090D6D9(__this, L_24, /*hidden argument*/NULL);
V_1 = L_25;
// Vector2 v2 = GetCharLocation(cp);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_26 = ___cp0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_27 = InputTextField_GetCharLocation_mB0E5D39B2AF1A2CD655AF576A3830C581090D6D9(__this, L_26, /*hidden argument*/NULL);
V_2 = L_27;
// _selectionShape.rects.Clear();
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_28 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
NullCheck(L_28);
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_29 = L_28->get_rects_52();
NullCheck(L_29);
List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB(L_29, /*hidden argument*/List_1_Clear_m39EC1025375AE03B2C9FC88BA4BB27D809190CDB_RuntimeMethod_var);
// textField.GetLinesShape(start.lineIndex, v1.x - textField.x, cp.lineIndex, v2.x - textField.x, false, _selectionShape.rects);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_30 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_31 = V_0;
int16_t L_32 = L_31.get_lineIndex_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_33 = V_1;
float L_34 = L_33.get_x_0();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_35 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_35);
float L_36 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_35, /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_37 = ___cp0;
int16_t L_38 = L_37.get_lineIndex_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_39 = V_2;
float L_40 = L_39.get_x_0();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_41 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_41);
float L_42 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_41, /*hidden argument*/NULL);
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_43 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
NullCheck(L_43);
List_1_tD72B394EF1F4532C1F4227FD1A123F94D9DC0350 * L_44 = L_43->get_rects_52();
NullCheck(L_30);
TextField_GetLinesShape_mE96961E9FABF7C6D121E10F234168EC3028ACC23(L_30, L_32, ((float)il2cpp_codegen_subtract((float)L_34, (float)L_36)), L_38, ((float)il2cpp_codegen_subtract((float)L_40, (float)L_42)), (bool)0, L_44, /*hidden argument*/NULL);
// _selectionShape.Refresh();
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_45 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
NullCheck(L_45);
SelectionShape_Refresh_mB7D9E6C378DFB5890971FB0F5F516CB05C764FB4(L_45, /*hidden argument*/NULL);
// _selectionShape.xy = textField.xy;
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_46 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_47 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_47);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_48 = DisplayObject_get_xy_mBC0AC05763EFDA9C7A28711DA98D9B679B3DA85D(L_47, /*hidden argument*/NULL);
NullCheck(L_46);
DisplayObject_set_xy_mBE243AA0AAB45D1E3716D2A4C0918845648D7487(L_46, L_48, /*hidden argument*/NULL);
// }
return;
}
}
// FairyGUI.TextField_CharPosition FairyGUI.InputTextField::GetCharPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, int32_t ___caretIndex0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (caretIndex < 0)
int32_t L_0 = ___caretIndex0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0009;
}
}
{
// caretIndex = 0;
___caretIndex0 = 0;
goto IL_0030;
}
IL_0009:
{
// else if (caretIndex >= textField.charPositions.Count)
int32_t L_1 = ___caretIndex0;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_2 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_3 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
int32_t L_4 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_3, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
if ((((int32_t)L_1) < ((int32_t)L_4)))
{
goto IL_0030;
}
}
{
// caretIndex = textField.charPositions.Count - 1;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_5 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_6 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
int32_t L_7 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_6, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
___caretIndex0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1));
}
IL_0030:
{
// return textField.charPositions[caretIndex];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_8 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_8);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_9 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_8, /*hidden argument*/NULL);
int32_t L_10 = ___caretIndex0;
NullCheck(L_9);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_11 = List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_inline(L_9, L_10, /*hidden argument*/List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_RuntimeMethod_var);
return L_11;
}
}
// FairyGUI.TextField_CharPosition FairyGUI.InputTextField::GetCharPosition(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 InputTextField_GetCharPosition_m74559684A6FA246C8AEA5C4B193FEE21DDFE17F1 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___location0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_GetCharPosition_m74559684A6FA246C8AEA5C4B193FEE21DDFE17F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * V_0 = NULL;
int32_t V_1 = 0;
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t V_6 = 0;
{
// if (textField.charPositions.Count <= 1)
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_1 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_1, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
if ((((int32_t)L_2) > ((int32_t)1)))
{
goto IL_0025;
}
}
{
// return textField.charPositions[0];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_3 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_3);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_4 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_5 = List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_inline(L_4, 0, /*hidden argument*/List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_RuntimeMethod_var);
return L_5;
}
IL_0025:
{
// location.x -= textField.x;
float* L_6 = (&___location0)->get_address_of_x_0();
float* L_7 = L_6;
float L_8 = *((float*)L_7);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_9 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_9);
float L_10 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_9, /*hidden argument*/NULL);
*((float*)L_7) = (float)((float)il2cpp_codegen_subtract((float)L_8, (float)L_10));
// location.y -= textField.y;
float* L_11 = (&___location0)->get_address_of_y_1();
float* L_12 = L_11;
float L_13 = *((float*)L_12);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_14 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_14);
float L_15 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_14, /*hidden argument*/NULL);
*((float*)L_12) = (float)((float)il2cpp_codegen_subtract((float)L_13, (float)L_15));
// List<TextField.LineInfo> lines = textField.lines;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_16 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_16);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_17 = TextField_get_lines_mAC79145002ECFA88617056F3AEB1E8EEE9662329(L_16, /*hidden argument*/NULL);
V_0 = L_17;
// int len = lines.Count;
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_18 = V_0;
NullCheck(L_18);
int32_t L_19 = List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_inline(L_18, /*hidden argument*/List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_RuntimeMethod_var);
V_1 = L_19;
// for (i = 0; i < len; i++)
V_3 = 0;
goto IL_0089;
}
IL_0068:
{
// line = lines[i];
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_20 = V_0;
int32_t L_21 = V_3;
NullCheck(L_20);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_22 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_20, L_21, /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
V_2 = L_22;
// if (line.y + line.height > location.y)
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_23 = V_2;
NullCheck(L_23);
float L_24 = L_23->get_y_5();
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_25 = V_2;
NullCheck(L_25);
float L_26 = L_25->get_height_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_27 = ___location0;
float L_28 = L_27.get_y_1();
if ((((float)((float)il2cpp_codegen_add((float)L_24, (float)L_26))) > ((float)L_28)))
{
goto IL_008d;
}
}
{
// for (i = 0; i < len; i++)
int32_t L_29 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
}
IL_0089:
{
// for (i = 0; i < len; i++)
int32_t L_30 = V_3;
int32_t L_31 = V_1;
if ((((int32_t)L_30) < ((int32_t)L_31)))
{
goto IL_0068;
}
}
IL_008d:
{
// if (i == len)
int32_t L_32 = V_3;
int32_t L_33 = V_1;
if ((!(((uint32_t)L_32) == ((uint32_t)L_33))))
{
goto IL_0095;
}
}
{
// i = len - 1;
int32_t L_34 = V_1;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1));
}
IL_0095:
{
// int lineIndex = i;
int32_t L_35 = V_3;
V_4 = L_35;
// len = textField.charPositions.Count;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_36 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_36);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_37 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_36, /*hidden argument*/NULL);
NullCheck(L_37);
int32_t L_38 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_37, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
V_1 = L_38;
// int firstInLine = -1;
V_6 = (-1);
// for (i = 0; i < len; i++)
V_3 = 0;
goto IL_0137;
}
IL_00b3:
{
// v = textField.charPositions[i];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_39 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_39);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_40 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_39, /*hidden argument*/NULL);
int32_t L_41 = V_3;
NullCheck(L_40);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_42 = List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_inline(L_40, L_41, /*hidden argument*/List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_RuntimeMethod_var);
V_5 = L_42;
// if (v.lineIndex == lineIndex)
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_43 = V_5;
int16_t L_44 = L_43.get_lineIndex_1();
int32_t L_45 = V_4;
if ((!(((uint32_t)L_44) == ((uint32_t)L_45))))
{
goto IL_012e;
}
}
{
// if (firstInLine == -1)
int32_t L_46 = V_6;
if ((!(((uint32_t)L_46) == ((uint32_t)(-1)))))
{
goto IL_00d9;
}
}
{
// firstInLine = i;
int32_t L_47 = V_3;
V_6 = L_47;
}
IL_00d9:
{
// if (v.offsetX > location.x)
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_48 = V_5;
int32_t L_49 = L_48.get_offsetX_2();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_50 = ___location0;
float L_51 = L_50.get_x_0();
if ((!(((float)(((float)((float)L_49)))) > ((float)L_51))))
{
goto IL_0133;
}
}
{
// if (i > firstInLine)
int32_t L_52 = V_3;
int32_t L_53 = V_6;
if ((((int32_t)L_52) <= ((int32_t)L_53)))
{
goto IL_011b;
}
}
{
// if (v.offsetX - location.x < 2)
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_54 = V_5;
int32_t L_55 = L_54.get_offsetX_2();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_56 = ___location0;
float L_57 = L_56.get_x_0();
if ((!(((float)((float)il2cpp_codegen_subtract((float)(((float)((float)L_55))), (float)L_57))) < ((float)(2.0f)))))
{
goto IL_0107;
}
}
{
// return v;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_58 = V_5;
return L_58;
}
IL_0107:
{
// return textField.charPositions[i - 1];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_59 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_59);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_60 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_59, /*hidden argument*/NULL);
int32_t L_61 = V_3;
NullCheck(L_60);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_62 = List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_inline(L_60, ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)1)), /*hidden argument*/List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_RuntimeMethod_var);
return L_62;
}
IL_011b:
{
// return textField.charPositions[firstInLine];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_63 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_63);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_64 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_63, /*hidden argument*/NULL);
int32_t L_65 = V_6;
NullCheck(L_64);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_66 = List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_inline(L_64, L_65, /*hidden argument*/List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_RuntimeMethod_var);
return L_66;
}
IL_012e:
{
// else if (firstInLine != -1)
int32_t L_67 = V_6;
if ((!(((uint32_t)L_67) == ((uint32_t)(-1)))))
{
goto IL_013e;
}
}
IL_0133:
{
// for (i = 0; i < len; i++)
int32_t L_68 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1));
}
IL_0137:
{
// for (i = 0; i < len; i++)
int32_t L_69 = V_3;
int32_t L_70 = V_1;
if ((((int32_t)L_69) < ((int32_t)L_70)))
{
goto IL_00b3;
}
}
IL_013e:
{
// return textField.charPositions[i - 1];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_71 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_71);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_72 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_71, /*hidden argument*/NULL);
int32_t L_73 = V_3;
NullCheck(L_72);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_74 = List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_inline(L_72, ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)1)), /*hidden argument*/List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_RuntimeMethod_var);
return L_74;
}
}
// UnityEngine.Vector2 FairyGUI.InputTextField::GetCharLocation(FairyGUI.TextField_CharPosition)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D InputTextField_GetCharLocation_mB0E5D39B2AF1A2CD655AF576A3830C581090D6D9 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 ___cp0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_GetCharLocation_mB0E5D39B2AF1A2CD655AF576A3830C581090D6D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_2;
memset((&V_2), 0, sizeof(V_2));
{
// TextField.LineInfo line = textField.lines[cp.lineIndex];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_1 = TextField_get_lines_mAC79145002ECFA88617056F3AEB1E8EEE9662329(L_0, /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_2 = ___cp0;
int16_t L_3 = L_2.get_lineIndex_1();
NullCheck(L_1);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_4 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_1, L_3, /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
V_0 = L_4;
// if (line.charCount == 0 || textField.charPositions.Count == 0)
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_5 = V_0;
NullCheck(L_5);
int16_t L_6 = L_5->get_charCount_4();
if (!L_6)
{
goto IL_0031;
}
}
{
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_7 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_7);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_8 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_7, /*hidden argument*/NULL);
NullCheck(L_8);
int32_t L_9 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_8, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
if (L_9)
{
goto IL_0069;
}
}
IL_0031:
{
// if (textField.align == AlignType.Center)
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_10 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_10);
int32_t L_11 = TextField_get_align_mF923651E166DF349D9C6A20A0BFE14C5E0E466F4(L_10, /*hidden argument*/NULL);
if ((!(((uint32_t)L_11) == ((uint32_t)1))))
{
goto IL_005b;
}
}
{
// pos.x = (int)(_contentRect.width / 2);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_12 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get_address_of__contentRect_43();
float L_13 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_12, /*hidden argument*/NULL);
(&V_1)->set_x_0((((float)((float)(((int32_t)((int32_t)((float)((float)L_13/(float)(2.0f))))))))));
goto IL_00a7;
}
IL_005b:
{
// pos.x = GUTTER_X;
(&V_1)->set_x_0((2.0f));
// }
goto IL_00a7;
}
IL_0069:
{
// TextField.CharPosition v = textField.charPositions[Math.Min(cp.charIndex, textField.charPositions.Count - 1)];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_14 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_14);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_15 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_14, /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_16 = ___cp0;
int32_t L_17 = L_16.get_charIndex_0();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_18 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_18);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_19 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_18, /*hidden argument*/NULL);
NullCheck(L_19);
int32_t L_20 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_19, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_21 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)), /*hidden argument*/NULL);
NullCheck(L_15);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_22 = List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_inline(L_15, L_21, /*hidden argument*/List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_RuntimeMethod_var);
V_2 = L_22;
// pos.x = v.offsetX - 1;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_23 = V_2;
int32_t L_24 = L_23.get_offsetX_2();
(&V_1)->set_x_0((((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1))))));
}
IL_00a7:
{
// pos.x += textField.x;
float* L_25 = (&V_1)->get_address_of_x_0();
float* L_26 = L_25;
float L_27 = *((float*)L_26);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_28 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_28);
float L_29 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_28, /*hidden argument*/NULL);
*((float*)L_26) = (float)((float)il2cpp_codegen_add((float)L_27, (float)L_29));
// pos.y = textField.y + line.y;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_30 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_30);
float L_31 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_30, /*hidden argument*/NULL);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_32 = V_0;
NullCheck(L_32);
float L_33 = L_32->get_y_5();
(&V_1)->set_y_1(((float)il2cpp_codegen_add((float)L_31, (float)L_33)));
// return pos;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_34 = V_1;
return L_34;
}
}
// System.Void FairyGUI.InputTextField::RefreshObjects()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_RefreshObjects_mDF2CB4AAF7576366292400F12EBF0DACE3FAF4CB (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_RefreshObjects_mDF2CB4AAF7576366292400F12EBF0DACE3FAF4CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// base.RefreshObjects();
RichTextField_RefreshObjects_m7E2E1A4953D417FD40DC89AD6BC36F5EF2EBE0B8(__this, /*hidden argument*/NULL);
// if (_editing)
bool L_0 = __this->get__editing_86();
if (!L_0)
{
goto IL_0034;
}
}
{
// SetChildIndex(_selectionShape, this.numChildren - 1);
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_1 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
int32_t L_2 = Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73(__this, /*hidden argument*/NULL);
Container_SetChildIndex_mDD683082FF30FB221BE29B36D14C33FCF26D56CA(__this, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL);
// SetChildIndex(_caret, this.numChildren - 2);
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_3 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
int32_t L_4 = Container_get_numChildren_m4435FA44F05419C2656BA788023392CE9B45EA73(__this, /*hidden argument*/NULL);
Container_SetChildIndex_mDD683082FF30FB221BE29B36D14C33FCF26D56CA(__this, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)2)), /*hidden argument*/NULL);
}
IL_0034:
{
// int cnt = textField.charPositions.Count;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_5 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_6 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
int32_t L_7 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_6, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
V_0 = L_7;
// if (_caretPosition >= cnt)
int32_t L_8 = __this->get__caretPosition_87();
int32_t L_9 = V_0;
if ((((int32_t)L_8) < ((int32_t)L_9)))
{
goto IL_0057;
}
}
{
// _caretPosition = cnt - 1;
int32_t L_10 = V_0;
__this->set__caretPosition_87(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)));
}
IL_0057:
{
// if (_selectionStart >= cnt)
int32_t L_11 = __this->get__selectionStart_88();
int32_t L_12 = V_0;
if ((((int32_t)L_11) < ((int32_t)L_12)))
{
goto IL_0069;
}
}
{
// _selectionStart = cnt - 1;
int32_t L_13 = V_0;
__this->set__selectionStart_88(((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)));
}
IL_0069:
{
// UpdateCaret(true);
InputTextField_UpdateCaret_m99C7DA5FD071D30F08FBA5366D404706B1E56944(__this, (bool)1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.InputTextField::OnSizeChanged(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_OnSizeChanged_mFA0A7EAB7AFF49CDA162D7CCB95A38DC964AF9C6 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, bool ___widthChanged0, bool ___heightChanged1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_OnSizeChanged_mFA0A7EAB7AFF49CDA162D7CCB95A38DC964AF9C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
memset((&V_0), 0, sizeof(V_0));
{
// base.OnSizeChanged(widthChanged, heightChanged);
bool L_0 = ___widthChanged0;
bool L_1 = ___heightChanged1;
RichTextField_OnSizeChanged_m0A299ACAEEDB03BA8E114209C3F7CCCA0BC18F4D(__this, L_0, L_1, /*hidden argument*/NULL);
// Rect rect = _contentRect;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_2 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get__contentRect_43();
V_0 = L_2;
// rect.x += GUTTER_X;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_3 = (&V_0);
float L_4 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_3, /*hidden argument*/NULL);
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_3, ((float)il2cpp_codegen_add((float)L_4, (float)(2.0f))), /*hidden argument*/NULL);
// rect.y += GUTTER_Y;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_5 = (&V_0);
float L_6 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_5, /*hidden argument*/NULL);
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_5, ((float)il2cpp_codegen_add((float)L_6, (float)(2.0f))), /*hidden argument*/NULL);
// rect.width -= GUTTER_X * 2;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_7 = (&V_0);
float L_8 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_7, /*hidden argument*/NULL);
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_7, ((float)il2cpp_codegen_subtract((float)L_8, (float)(4.0f))), /*hidden argument*/NULL);
// this.clipRect = rect;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_9 = V_0;
Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 L_10;
memset((&L_10), 0, sizeof(L_10));
Nullable_1__ctor_m14C234510865CCF1E3E4D08CDA1D48604738D516((&L_10), L_9, /*hidden argument*/Nullable_1__ctor_m14C234510865CCF1E3E4D08CDA1D48604738D516_RuntimeMethod_var);
Container_set_clipRect_m3C7AE339EAE5F50FBF5C8FC23F4A005BC5038B7D(__this, L_10, /*hidden argument*/NULL);
// ((RectHitTest)this.hitArea).rect = _contentRect;
RuntimeObject* L_11 = ((Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 *)__this)->get_hitArea_56();
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_12 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get__contentRect_43();
NullCheck(((RectHitTest_t6D0D255B09956A73884478F6E18696E405420860 *)CastclassClass((RuntimeObject*)L_11, RectHitTest_t6D0D255B09956A73884478F6E18696E405420860_il2cpp_TypeInfo_var)));
((RectHitTest_t6D0D255B09956A73884478F6E18696E405420860 *)CastclassClass((RuntimeObject*)L_11, RectHitTest_t6D0D255B09956A73884478F6E18696E405420860_il2cpp_TypeInfo_var))->set_rect_0(L_12);
// }
return;
}
}
// System.Void FairyGUI.InputTextField::Update(FairyGUI.UpdateContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_Update_m3BB8E8B936B4D05521EBEB4FAF0F00D6FDAED4A9 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_Update_m3BB8E8B936B4D05521EBEB4FAF0F00D6FDAED4A9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// base.Update(context);
UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * L_0 = ___context0;
RichTextField_Update_mA5528764BDBF9F56D92AE64CFADE73E1E330E654(__this, L_0, /*hidden argument*/NULL);
// if (_editing)
bool L_1 = __this->get__editing_86();
if (!L_1)
{
goto IL_004c;
}
}
{
// if (_nextBlink < Time.time)
float L_2 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__nextBlink_97();
float L_3 = Time_get_time_m7863349C8845BBA36629A2B3F8EF1C3BEA350FD8(/*hidden argument*/NULL);
if ((!(((float)L_2) < ((float)L_3))))
{
goto IL_004c;
}
}
{
// _nextBlink = Time.time + 0.5f;
float L_4 = Time_get_time_m7863349C8845BBA36629A2B3F8EF1C3BEA350FD8(/*hidden argument*/NULL);
((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->set__nextBlink_97(((float)il2cpp_codegen_add((float)L_4, (float)(0.5f))));
// _caret.graphics.enabled = !_caret.graphics.enabled;
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_5 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
NullCheck(L_5);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_6 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_5, /*hidden argument*/NULL);
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_7 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
NullCheck(L_7);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_8 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_7, /*hidden argument*/NULL);
NullCheck(L_8);
bool L_9 = NGraphics_get_enabled_mC9685566F9E86AFD7DDFA655087497BE86E670CA(L_8, /*hidden argument*/NULL);
NullCheck(L_6);
NGraphics_set_enabled_m9362A39E72A2A013C04EDC32325925B676FEF865(L_6, (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
}
IL_004c:
{
// }
return;
}
}
// System.Void FairyGUI.InputTextField::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_Dispose_mD479F4548E6C2C7DE87509AB305F49E8C02BE1BF (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_Dispose_mD479F4548E6C2C7DE87509AB305F49E8C02BE1BF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (_disposed)
bool L_0 = ((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)__this)->get__disposed_46();
if (!L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// if (_editing)
bool L_1 = __this->get__editing_86();
if (!L_1)
{
goto IL_002c;
}
}
{
// _caret.RemoveFromParent();
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_2 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
NullCheck(L_2);
DisplayObject_RemoveFromParent_mA6523A61C7B61B89A9C081DCBE10B5D06F0BC1C3(L_2, /*hidden argument*/NULL);
// _selectionShape.RemoveFromParent();
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_3 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
NullCheck(L_3);
DisplayObject_RemoveFromParent_mA6523A61C7B61B89A9C081DCBE10B5D06F0BC1C3(L_3, /*hidden argument*/NULL);
// _editing = false;
__this->set__editing_86((bool)0);
}
IL_002c:
{
// base.Dispose();
RichTextField_Dispose_m77759626A9488B4C70875F55169BCF9A377E1CC8(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.InputTextField::DoCopy(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_DoCopy_m44A70BF4D9DACE998B2D210DCD1CE490FEDEC71B (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_DoCopy_m44A70BF4D9DACE998B2D210DCD1CE490FEDEC71B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (onCopy != null)
CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 * L_0 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get_onCopy_78();
if (!L_0)
{
goto IL_0013;
}
}
{
// onCopy(this, value);
CopyHandler_t2F1340802E89AE8DEBB7813D19067DEC87A84078 * L_1 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get_onCopy_78();
String_t* L_2 = ___value0;
NullCheck(L_1);
CopyHandler_Invoke_m2829A99F32A90BA778DB5E42E50C2646B283B964(L_1, __this, L_2, /*hidden argument*/NULL);
}
IL_0013:
{
// }
return;
}
}
// System.Void FairyGUI.InputTextField::DoPaste()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_DoPaste_m60CAF21B5C1410E6D223494A2F27551A9BCA61C6 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_DoPaste_m60CAF21B5C1410E6D223494A2F27551A9BCA61C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (onPaste != null)
PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 * L_0 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get_onPaste_79();
if (!L_0)
{
goto IL_0012;
}
}
{
// onPaste(this);
PasteHandler_t504D603A581C7A07794CA8BF2C1F85E7B785CD14 * L_1 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get_onPaste_79();
NullCheck(L_1);
PasteHandler_Invoke_mC48232A9BEF596C70C943BBFBC717E5A28D37404(L_1, __this, /*hidden argument*/NULL);
}
IL_0012:
{
// }
return;
}
}
// System.Void FairyGUI.InputTextField::CreateCaret()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_CreateCaret_m46A6604AF00955CAB8CA6CFFA48061468C9E19F9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField_CreateCaret_m46A6604AF00955CAB8CA6CFFA48061468C9E19F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// _caret = new Shape();
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_0 = (Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 *)il2cpp_codegen_object_new(Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8_il2cpp_TypeInfo_var);
Shape__ctor_mC1057F9F148C74E7C3085899283E10B9C38126F6(L_0, /*hidden argument*/NULL);
((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->set__caret_95(L_0);
// _caret.gameObject.name = "InputCaret";
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_1 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
NullCheck(L_1);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_2, _stringLiteralD9541F6F417240958A240A3AE365F807CC82F438, /*hidden argument*/NULL);
// _caret.touchable = false;
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_3 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
NullCheck(L_3);
VirtActionInvoker1< bool >::Invoke(20 /* System.Void FairyGUI.DisplayObject::set_touchable(System.Boolean) */, L_3, (bool)0);
// _caret._skipInFairyBatching = true;
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_4 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
NullCheck(L_4);
((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_4)->set__skipInFairyBatching_49((bool)1);
// _caret.graphics.dontClip = true;
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_5 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
NullCheck(L_5);
NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * L_6 = DisplayObject_get_graphics_mF637232FA4FBDC7D161B7A856F4D263DF7C13058_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
L_6->set_dontClip_5((bool)1);
// _caret.home = Stage.inst.cachedTransform;
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_7 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_8 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_8);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
DisplayObject_set_home_mDB96076FDC5BB4EAC9CFBAB13E600FCA5970FE69(L_7, L_9, /*hidden argument*/NULL);
// _selectionShape = new SelectionShape();
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_10 = (SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 *)il2cpp_codegen_object_new(SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429_il2cpp_TypeInfo_var);
SelectionShape__ctor_m7BF2A72A7A27D1E24392038853C2FD193E0AB9A1(L_10, /*hidden argument*/NULL);
((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->set__selectionShape_96(L_10);
// _selectionShape.gameObject.name = "InputSelection";
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_11 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
NullCheck(L_11);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_12 = DisplayObject_get_gameObject_mE0ADBFD2F69A859663A897BE2D537D698D8186E0_inline(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_12, _stringLiteral8B5FCA93F291F527468BFCEDFB674C4DDB63183B, /*hidden argument*/NULL);
// _selectionShape.color = UIConfig.inputHighlightColor;
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_13 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_14 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_inputHighlightColor_29();
NullCheck(L_13);
SelectionShape_set_color_mACF42273E50D8A31F3CD1FD86AF71E0F5569EB91(L_13, L_14, /*hidden argument*/NULL);
// _selectionShape._skipInFairyBatching = true;
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_15 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
NullCheck(L_15);
((DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB *)L_15)->set__skipInFairyBatching_49((bool)1);
// _selectionShape.touchable = false;
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_16 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
NullCheck(L_16);
VirtActionInvoker1< bool >::Invoke(20 /* System.Void FairyGUI.DisplayObject::set_touchable(System.Boolean) */, L_16, (bool)0);
// _selectionShape.home = Stage.inst.cachedTransform;
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_17 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_18 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_18);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_19 = DisplayObject_get_cachedTransform_mBD9932FF92FA58C0501524AB018F4CA11FB77C73_inline(L_18, /*hidden argument*/NULL);
NullCheck(L_17);
DisplayObject_set_home_mDB96076FDC5BB4EAC9CFBAB13E600FCA5970FE69(L_17, L_19, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.InputTextField::__touchBegin(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField___touchBegin_m8BC0D2795FCD1DD902AC8CE7657AEB834A9CEEDC (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField___touchBegin_m8BC0D2795FCD1DD902AC8CE7657AEB834A9CEEDC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (!_editing || textField.charPositions.Count <= 1
// || keyboardInput && Stage.keyboardInput && !Stage.inst.keyboard.supportsCaret)
bool L_0 = __this->get__editing_86();
if (!L_0)
{
goto IL_003b;
}
}
{
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_1 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_2 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
int32_t L_3 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_2, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
if ((((int32_t)L_3) <= ((int32_t)1)))
{
goto IL_003b;
}
}
{
bool L_4 = InputTextField_get_keyboardInput_m8CDCC6A15C76012AE99E99ED4B349AAF39327DD4_inline(__this, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_003c;
}
}
{
bool L_5 = Stage_get_keyboardInput_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6_inline(/*hidden argument*/NULL);
if (!L_5)
{
goto IL_003c;
}
}
{
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_6 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_6);
RuntimeObject* L_7 = Stage_get_keyboard_m3C66B24975FA0C703F6ACE90A559668F61D750E1_inline(L_6, /*hidden argument*/NULL);
NullCheck(L_7);
bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean FairyGUI.IKeyboard::get_supportsCaret() */, IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745_il2cpp_TypeInfo_var, L_7);
if (L_8)
{
goto IL_003c;
}
}
IL_003b:
{
// return;
return;
}
IL_003c:
{
// ClearSelection();
InputTextField_ClearSelection_m46D850B3A9F142F8D9FFD103DEC4FBF4C298D405(__this, /*hidden argument*/NULL);
// Vector3 v = Stage.inst.touchPosition;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_9 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_9);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10 = Stage_get_touchPosition_m6B8C81EF1B50EF9CBF21F7C4A01101E7D5FD7584(L_9, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_10, /*hidden argument*/NULL);
V_0 = L_11;
// v = this.GlobalToLocal(v);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_12 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_12, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = DisplayObject_GlobalToLocal_m53BFABE7519A23621B6E1FBF79BE68DA83F2BB7B(__this, L_13, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_15 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_14, /*hidden argument*/NULL);
V_0 = L_15;
// TextField.CharPosition cp = GetCharPosition(v);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_16 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_16, /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_18 = InputTextField_GetCharPosition_m74559684A6FA246C8AEA5C4B193FEE21DDFE17F1(__this, L_17, /*hidden argument*/NULL);
V_1 = L_18;
// AdjustCaret(cp, true);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_19 = V_1;
InputTextField_AdjustCaret_m19FC89375083F3F5C332A5FFB5CBAB51B9BFAB32(__this, L_19, (bool)1, /*hidden argument*/NULL);
// context.CaptureTouch();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_20 = ___context0;
NullCheck(L_20);
EventContext_CaptureTouch_m65DBDB9617F3CAA1B20FEE80C30068FECF74A33D(L_20, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.InputTextField::__touchMove(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField___touchMove_m3778E9E0EC848E4A30AB10461796049A0185C0F7 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField___touchMove_m3778E9E0EC848E4A30AB10461796049A0185C0F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (!_editing)
bool L_0 = __this->get__editing_86();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// Vector3 v = Stage.inst.touchPosition;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_1 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_1);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = Stage_get_touchPosition_m6B8C81EF1B50EF9CBF21F7C4A01101E7D5FD7584(L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// v = this.GlobalToLocal(v);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_4, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = DisplayObject_GlobalToLocal_m53BFABE7519A23621B6E1FBF79BE68DA83F2BB7B(__this, L_5, /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_6, /*hidden argument*/NULL);
V_0 = L_7;
// if (float.IsNaN(v.x))
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_8 = V_0;
float L_9 = L_8.get_x_2();
bool L_10 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0039;
}
}
{
// return;
return;
}
IL_0039:
{
// TextField.CharPosition cp = GetCharPosition(v);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_11, /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_13 = InputTextField_GetCharPosition_m74559684A6FA246C8AEA5C4B193FEE21DDFE17F1(__this, L_12, /*hidden argument*/NULL);
V_1 = L_13;
// if (cp.charIndex != _caretPosition)
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_14 = V_1;
int32_t L_15 = L_14.get_charIndex_0();
int32_t L_16 = __this->get__caretPosition_87();
if ((((int32_t)L_15) == ((int32_t)L_16)))
{
goto IL_005c;
}
}
{
// AdjustCaret(cp);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_17 = V_1;
InputTextField_AdjustCaret_m19FC89375083F3F5C332A5FFB5CBAB51B9BFAB32(__this, L_17, (bool)0, /*hidden argument*/NULL);
}
IL_005c:
{
// }
return;
}
}
// System.Void FairyGUI.InputTextField::__focusIn(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField___focusIn_mD0DDB8E50E53659D9A717F1B1C4676D7E3FE8BBA (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField___focusIn_mD0DDB8E50E53659D9A717F1B1C4676D7E3FE8BBA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t G_B17_0 = 0;
String_t* G_B17_1 = NULL;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * G_B17_2 = NULL;
int32_t G_B16_0 = 0;
String_t* G_B16_1 = NULL;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * G_B16_2 = NULL;
int32_t G_B18_0 = 0;
int32_t G_B18_1 = 0;
String_t* G_B18_2 = NULL;
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * G_B18_3 = NULL;
{
// if (!editable || !Application.isPlaying)
bool L_0 = InputTextField_get_editable_mC1B0636120D35A5457033C39AD91EC00049394F4_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_000f;
}
}
{
bool L_1 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (L_1)
{
goto IL_0010;
}
}
IL_000f:
{
// return;
return;
}
IL_0010:
{
// _editing = true;
__this->set__editing_86((bool)1);
// if (_caret == null)
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_2 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
if (L_2)
{
goto IL_0023;
}
}
{
// CreateCaret();
InputTextField_CreateCaret_m46A6604AF00955CAB8CA6CFFA48061468C9E19F9(/*hidden argument*/NULL);
}
IL_0023:
{
// if (!string.IsNullOrEmpty(_promptText))
String_t* L_3 = __this->get__promptText_84();
bool L_4 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0036;
}
}
{
// UpdateText();
InputTextField_UpdateText_m08636A2ED9CB4C4713B0DEDBEF4B1DB4F865FC98(__this, /*hidden argument*/NULL);
}
IL_0036:
{
// if (UIConfig.inputCaretSize == 1 && GRoot.contentScaleFactor < 1)
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_5 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_inputCaretSize_28();
if ((!(((uint32_t)L_5) == ((uint32_t)1))))
{
goto IL_0059;
}
}
{
float L_6 = GRoot_get_contentScaleFactor_m148CD958922A560C77F2AC4AA1A593BD3AC71DBA_inline(/*hidden argument*/NULL);
if ((!(((float)L_6) < ((float)(1.0f)))))
{
goto IL_0059;
}
}
{
// caretSize = (float)UIConfig.inputCaretSize / GRoot.contentScaleFactor;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_7 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_inputCaretSize_28();
float L_8 = GRoot_get_contentScaleFactor_m148CD958922A560C77F2AC4AA1A593BD3AC71DBA_inline(/*hidden argument*/NULL);
V_0 = ((float)((float)(((float)((float)L_7)))/(float)L_8));
goto IL_0060;
}
IL_0059:
{
// caretSize = UIConfig.inputCaretSize;
IL2CPP_RUNTIME_CLASS_INIT(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var);
int32_t L_9 = ((UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_StaticFields*)il2cpp_codegen_static_fields_for(UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var))->get_inputCaretSize_28();
V_0 = (((float)((float)L_9)));
}
IL_0060:
{
// _caret.SetSize(caretSize, textField.textFormat.size);
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_10 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
float L_11 = V_0;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_12 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_12);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_13 = TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline(L_12, /*hidden argument*/NULL);
NullCheck(L_13);
int32_t L_14 = L_13->get_size_0();
NullCheck(L_10);
DisplayObject_SetSize_mC0EDA4CABDBC2DA0B0776DFC9F5AFCC128129475(L_10, L_11, (((float)((float)L_14))), /*hidden argument*/NULL);
// _caret.DrawRect(0, Color.clear, textField.textFormat.color);
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_15 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_16 = Color_get_clear_m419239BDAEB3D3C4B4291BF2C6EF09A7D7D81360(/*hidden argument*/NULL);
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_17 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_17);
TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135 * L_18 = TextField_get_textFormat_m4B545901CB511ED997D614A865609C7A1E2AFD35_inline(L_17, /*hidden argument*/NULL);
NullCheck(L_18);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_19 = L_18->get_color_2();
NullCheck(L_15);
Shape_DrawRect_m93777CF18C9B41B56BF2AA2E0084F4AA9DE9DFE3(L_15, (0.0f), L_16, L_19, /*hidden argument*/NULL);
// AddChild(_caret);
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_20 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D(__this, L_20, /*hidden argument*/NULL);
// _selectionShape.Clear();
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_21 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
NullCheck(L_21);
SelectionShape_Clear_mFB6308DD032EC054D228AB847388F64B8BED5235(L_21, /*hidden argument*/NULL);
// AddChild(_selectionShape);
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_22 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
Container_AddChild_m62E369F11C32EB1ACECBAB36C222900E2D537F2D(__this, L_22, /*hidden argument*/NULL);
// if (!textField.Redraw())
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_23 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_23);
bool L_24 = TextField_Redraw_mDCF332C7214C3EE82AF96B9D3BE1947F5B51BBEA(L_23, /*hidden argument*/NULL);
if (L_24)
{
goto IL_00e4;
}
}
{
// TextField.CharPosition cp = GetCharPosition(_caretPosition);
int32_t L_25 = __this->get__caretPosition_87();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_26 = InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2(__this, L_25, /*hidden argument*/NULL);
V_1 = L_26;
// AdjustCaret(cp);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_27 = V_1;
InputTextField_AdjustCaret_m19FC89375083F3F5C332A5FFB5CBAB51B9BFAB32(__this, L_27, (bool)0, /*hidden argument*/NULL);
}
IL_00e4:
{
// if (Stage.keyboardInput)
bool L_28 = Stage_get_keyboardInput_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6_inline(/*hidden argument*/NULL);
if (!L_28)
{
goto IL_013a;
}
}
{
// if (keyboardInput)
bool L_29 = InputTextField_get_keyboardInput_m8CDCC6A15C76012AE99E99ED4B349AAF39327DD4_inline(__this, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_0147;
}
}
{
// Stage.inst.OpenKeyboard(_text, false, _displayAsPassword ? false : !textField.singleLine,
// _displayAsPassword, false, null, keyboardType, hideInput);
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_30 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
String_t* L_31 = __this->get__text_80();
bool L_32 = __this->get__displayAsPassword_83();
G_B16_0 = 0;
G_B16_1 = L_31;
G_B16_2 = L_30;
if (L_32)
{
G_B17_0 = 0;
G_B17_1 = L_31;
G_B17_2 = L_30;
goto IL_0117;
}
}
{
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_33 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_33);
bool L_34 = TextField_get_singleLine_m5FDD33ED011FF2C33C058450C683A08A3C8BB673_inline(L_33, /*hidden argument*/NULL);
G_B18_0 = ((((int32_t)L_34) == ((int32_t)0))? 1 : 0);
G_B18_1 = G_B16_0;
G_B18_2 = G_B16_1;
G_B18_3 = G_B16_2;
goto IL_0118;
}
IL_0117:
{
G_B18_0 = 0;
G_B18_1 = G_B17_0;
G_B18_2 = G_B17_1;
G_B18_3 = G_B17_2;
}
IL_0118:
{
bool L_35 = __this->get__displayAsPassword_83();
int32_t L_36 = InputTextField_get_keyboardType_m9057CD2ABE98274F5F52A1267D8DBC1B81844326_inline(__this, /*hidden argument*/NULL);
bool L_37 = InputTextField_get_hideInput_m343384FD171CE6E3BB24F4676F8A4BA6256E55CB_inline(__this, /*hidden argument*/NULL);
NullCheck(G_B18_3);
Stage_OpenKeyboard_m261DC6D7CC51A94F3A124CBD436192823582C113(G_B18_3, G_B18_2, (bool)G_B18_1, (bool)G_B18_0, L_35, (bool)0, (String_t*)NULL, L_36, L_37, /*hidden argument*/NULL);
// SetSelection(0, -1);
InputTextField_SetSelection_m131AF82AC57068D71762DB5BD6F4A3F58FA476F2(__this, 0, (-1), /*hidden argument*/NULL);
// }
return;
}
IL_013a:
{
// Input.imeCompositionMode = IMECompositionMode.On;
Input_set_imeCompositionMode_m28AAFBFFD38640C3E0F15809C5D0C165B1EEA9A6(1, /*hidden argument*/NULL);
// _composing = 0;
__this->set__composing_89(0);
}
IL_0147:
{
// }
return;
}
}
// System.Void FairyGUI.InputTextField::__focusOut(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField___focusOut_mFA0ACB5256CA2C3D9E0C3838AED6BFD12B6128E5 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___contxt0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField___focusOut_mFA0ACB5256CA2C3D9E0C3838AED6BFD12B6128E5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!_editing)
bool L_0 = __this->get__editing_86();
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// _editing = false;
__this->set__editing_86((bool)0);
// if (Stage.keyboardInput)
bool L_1 = Stage_get_keyboardInput_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6_inline(/*hidden argument*/NULL);
if (!L_1)
{
goto IL_002b;
}
}
{
// if (keyboardInput)
bool L_2 = InputTextField_get_keyboardInput_m8CDCC6A15C76012AE99E99ED4B349AAF39327DD4_inline(__this, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0031;
}
}
{
// Stage.inst.CloseKeyboard();
Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * L_3 = Stage_get_inst_mFCA187267FCC1970404E091CD55B672B09192321(/*hidden argument*/NULL);
NullCheck(L_3);
Stage_CloseKeyboard_m942AC818912316F1AC592FA899CC387A5D1AF098(L_3, /*hidden argument*/NULL);
// }
goto IL_0031;
}
IL_002b:
{
// Input.imeCompositionMode = IMECompositionMode.Auto;
Input_set_imeCompositionMode_m28AAFBFFD38640C3E0F15809C5D0C165B1EEA9A6(0, /*hidden argument*/NULL);
}
IL_0031:
{
// if (!string.IsNullOrEmpty(_promptText))
String_t* L_4 = __this->get__promptText_84();
bool L_5 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0044;
}
}
{
// UpdateText();
InputTextField_UpdateText_m08636A2ED9CB4C4713B0DEDBEF4B1DB4F865FC98(__this, /*hidden argument*/NULL);
}
IL_0044:
{
// _caret.RemoveFromParent();
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_6 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
NullCheck(L_6);
DisplayObject_RemoveFromParent_mA6523A61C7B61B89A9C081DCBE10B5D06F0BC1C3(L_6, /*hidden argument*/NULL);
// _selectionShape.RemoveFromParent();
SelectionShape_tD8D0D891EEBACD9F4D72EA73555CDA8CFF544429 * L_7 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__selectionShape_96();
NullCheck(L_7);
DisplayObject_RemoveFromParent_mA6523A61C7B61B89A9C081DCBE10B5D06F0BC1C3(L_7, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void FairyGUI.InputTextField::__keydown(FairyGUI.EventContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField___keydown_m70DB3C2A515060418567A1AD444B7257F658A845 (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputTextField___keydown_m70DB3C2A515060418567A1AD444B7257F658A845_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * V_0 = NULL;
Il2CppChar V_1 = 0x0;
int32_t V_2 = 0;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_3;
memset((&V_3), 0, sizeof(V_3));
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_4;
memset((&V_4), 0, sizeof(V_4));
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_5;
memset((&V_5), 0, sizeof(V_5));
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * V_6 = NULL;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_7;
memset((&V_7), 0, sizeof(V_7));
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * V_8 = NULL;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_9;
memset((&V_9), 0, sizeof(V_9));
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * V_10 = NULL;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 V_11;
memset((&V_11), 0, sizeof(V_11));
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * V_12 = NULL;
String_t* V_13 = NULL;
String_t* V_14 = NULL;
{
// if (!_editing || context.isDefaultPrevented)
bool L_0 = __this->get__editing_86();
if (!L_0)
{
goto IL_0010;
}
}
{
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_1 = ___context0;
NullCheck(L_1);
bool L_2 = EventContext_get_isDefaultPrevented_m2DB98AA51820D24EB9A31B25C13966D9D4CD8486_inline(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0011;
}
}
IL_0010:
{
// return;
return;
}
IL_0011:
{
// 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;
// switch (evt.keyCode)
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = InputEvent_get_keyCode_mD0BDFCE2D427F0FFCCEE5CA41270489178AB24FB_inline(L_5, /*hidden argument*/NULL);
V_2 = L_6;
int32_t L_7 = V_2;
if ((((int32_t)L_7) > ((int32_t)((int32_t)99))))
{
goto IL_004f;
}
}
{
int32_t L_8 = V_2;
if ((((int32_t)L_8) > ((int32_t)((int32_t)13))))
{
goto IL_003a;
}
}
{
int32_t L_9 = V_2;
if ((((int32_t)L_9) == ((int32_t)8)))
{
goto IL_00ab;
}
}
{
int32_t L_10 = V_2;
if ((((int32_t)L_10) == ((int32_t)((int32_t)13))))
{
goto IL_04c1;
}
}
{
goto IL_04dc;
}
IL_003a:
{
int32_t L_11 = V_2;
if ((((int32_t)L_11) == ((int32_t)((int32_t)97))))
{
goto IL_040d;
}
}
{
int32_t L_12 = V_2;
if ((((int32_t)L_12) == ((int32_t)((int32_t)99))))
{
goto IL_043c;
}
}
{
goto IL_04dc;
}
IL_004f:
{
int32_t L_13 = V_2;
if ((((int32_t)L_13) > ((int32_t)((int32_t)120))))
{
goto IL_0069;
}
}
{
int32_t L_14 = V_2;
if ((((int32_t)L_14) == ((int32_t)((int32_t)118))))
{
goto IL_0473;
}
}
{
int32_t L_15 = V_2;
if ((((int32_t)L_15) == ((int32_t)((int32_t)120))))
{
goto IL_0489;
}
}
{
goto IL_04dc;
}
IL_0069:
{
int32_t L_16 = V_2;
if ((((int32_t)L_16) == ((int32_t)((int32_t)127))))
{
goto IL_00e2;
}
}
{
int32_t L_17 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)271))))
{
case 0:
{
goto IL_04c1;
}
case 1:
{
goto IL_04dc;
}
case 2:
{
goto IL_01c5;
}
case 3:
{
goto IL_024c;
}
case 4:
{
goto IL_016e;
}
case 5:
{
goto IL_012a;
}
case 6:
{
goto IL_04dc;
}
case 7:
{
goto IL_0321;
}
case 8:
{
goto IL_0397;
}
case 9:
{
goto IL_02ff;
}
case 10:
{
goto IL_0310;
}
}
}
{
goto IL_04dc;
}
IL_00ab:
{
// context.PreventDefault();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_18 = ___context0;
NullCheck(L_18);
EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6(L_18, /*hidden argument*/NULL);
// if (_selectionStart == _caretPosition && _caretPosition > 0)
int32_t L_19 = __this->get__selectionStart_88();
int32_t L_20 = __this->get__caretPosition_87();
if ((!(((uint32_t)L_19) == ((uint32_t)L_20))))
{
goto IL_00d6;
}
}
{
int32_t L_21 = __this->get__caretPosition_87();
if ((((int32_t)L_21) <= ((int32_t)0)))
{
goto IL_00d6;
}
}
{
// _selectionStart = _caretPosition - 1;
int32_t L_22 = __this->get__caretPosition_87();
__this->set__selectionStart_88(((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)));
}
IL_00d6:
{
// ReplaceSelection(null);
InputTextField_ReplaceSelection_m41D4867B90DEE8706B8353205C86B15A58CBB29C(__this, (String_t*)NULL, /*hidden argument*/NULL);
// break;
goto IL_04dc;
}
IL_00e2:
{
// context.PreventDefault();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_23 = ___context0;
NullCheck(L_23);
EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6(L_23, /*hidden argument*/NULL);
// if (_selectionStart == _caretPosition && _caretPosition < textField.charPositions.Count - 1)
int32_t L_24 = __this->get__selectionStart_88();
int32_t L_25 = __this->get__caretPosition_87();
if ((!(((uint32_t)L_24) == ((uint32_t)L_25))))
{
goto IL_011e;
}
}
{
int32_t L_26 = __this->get__caretPosition_87();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_27 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_27);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_28 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_27, /*hidden argument*/NULL);
NullCheck(L_28);
int32_t L_29 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_28, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
if ((((int32_t)L_26) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)))))
{
goto IL_011e;
}
}
{
// _selectionStart = _caretPosition + 1;
int32_t L_30 = __this->get__caretPosition_87();
__this->set__selectionStart_88(((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)));
}
IL_011e:
{
// ReplaceSelection(null);
InputTextField_ReplaceSelection_m41D4867B90DEE8706B8353205C86B15A58CBB29C(__this, (String_t*)NULL, /*hidden argument*/NULL);
// break;
goto IL_04dc;
}
IL_012a:
{
// context.PreventDefault();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_31 = ___context0;
NullCheck(L_31);
EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6(L_31, /*hidden argument*/NULL);
// if (!evt.shift)
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_32 = V_0;
NullCheck(L_32);
bool L_33 = InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112_inline(L_32, /*hidden argument*/NULL);
if (L_33)
{
goto IL_013e;
}
}
{
// ClearSelection();
InputTextField_ClearSelection_m46D850B3A9F142F8D9FFD103DEC4FBF4C298D405(__this, /*hidden argument*/NULL);
}
IL_013e:
{
// if (_caretPosition > 0)
int32_t L_34 = __this->get__caretPosition_87();
if ((((int32_t)L_34) <= ((int32_t)0)))
{
goto IL_04dc;
}
}
{
// TextField.CharPosition cp = GetCharPosition(_caretPosition - 1);
int32_t L_35 = __this->get__caretPosition_87();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_36 = InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)1)), /*hidden argument*/NULL);
V_3 = L_36;
// AdjustCaret(cp, !evt.shift);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_37 = V_3;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_38 = V_0;
NullCheck(L_38);
bool L_39 = InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112_inline(L_38, /*hidden argument*/NULL);
InputTextField_AdjustCaret_m19FC89375083F3F5C332A5FFB5CBAB51B9BFAB32(__this, L_37, (bool)((((int32_t)L_39) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
// break;
goto IL_04dc;
}
IL_016e:
{
// context.PreventDefault();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_40 = ___context0;
NullCheck(L_40);
EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6(L_40, /*hidden argument*/NULL);
// if (!evt.shift)
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_41 = V_0;
NullCheck(L_41);
bool L_42 = InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112_inline(L_41, /*hidden argument*/NULL);
if (L_42)
{
goto IL_0182;
}
}
{
// ClearSelection();
InputTextField_ClearSelection_m46D850B3A9F142F8D9FFD103DEC4FBF4C298D405(__this, /*hidden argument*/NULL);
}
IL_0182:
{
// if (_caretPosition < textField.charPositions.Count - 1)
int32_t L_43 = __this->get__caretPosition_87();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_44 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_44);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_45 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_44, /*hidden argument*/NULL);
NullCheck(L_45);
int32_t L_46 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_45, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
if ((((int32_t)L_43) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)1)))))
{
goto IL_04dc;
}
}
{
// TextField.CharPosition cp = GetCharPosition(_caretPosition + 1);
int32_t L_47 = __this->get__caretPosition_87();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_48 = InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)), /*hidden argument*/NULL);
V_4 = L_48;
// AdjustCaret(cp, !evt.shift);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_49 = V_4;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_50 = V_0;
NullCheck(L_50);
bool L_51 = InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112_inline(L_50, /*hidden argument*/NULL);
InputTextField_AdjustCaret_m19FC89375083F3F5C332A5FFB5CBAB51B9BFAB32(__this, L_49, (bool)((((int32_t)L_51) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
// break;
goto IL_04dc;
}
IL_01c5:
{
// context.PreventDefault();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_52 = ___context0;
NullCheck(L_52);
EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6(L_52, /*hidden argument*/NULL);
// if (!evt.shift)
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_53 = V_0;
NullCheck(L_53);
bool L_54 = InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112_inline(L_53, /*hidden argument*/NULL);
if (L_54)
{
goto IL_01d9;
}
}
{
// ClearSelection();
InputTextField_ClearSelection_m46D850B3A9F142F8D9FFD103DEC4FBF4C298D405(__this, /*hidden argument*/NULL);
}
IL_01d9:
{
// TextField.CharPosition cp = GetCharPosition(_caretPosition);
int32_t L_55 = __this->get__caretPosition_87();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_56 = InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2(__this, L_55, /*hidden argument*/NULL);
V_5 = L_56;
// if (cp.lineIndex == 0)
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_57 = V_5;
int16_t L_58 = L_57.get_lineIndex_1();
if (L_58)
{
goto IL_01f1;
}
}
{
// return;
return;
}
IL_01f1:
{
// TextField.LineInfo line = textField.lines[cp.lineIndex - 1];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_59 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_59);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_60 = TextField_get_lines_mAC79145002ECFA88617056F3AEB1E8EEE9662329(L_59, /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_61 = V_5;
int16_t L_62 = L_61.get_lineIndex_1();
NullCheck(L_60);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_63 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_60, ((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)1)), /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
V_6 = L_63;
// cp = GetCharPosition(new Vector2(_caret.x, line.y + textField.y));
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_64 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
NullCheck(L_64);
float L_65 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_64, /*hidden argument*/NULL);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_66 = V_6;
NullCheck(L_66);
float L_67 = L_66->get_y_5();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_68 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_68);
float L_69 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_68, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_70;
memset((&L_70), 0, sizeof(L_70));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_70), L_65, ((float)il2cpp_codegen_add((float)L_67, (float)L_69)), /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_71 = InputTextField_GetCharPosition_m74559684A6FA246C8AEA5C4B193FEE21DDFE17F1(__this, L_70, /*hidden argument*/NULL);
V_5 = L_71;
// AdjustCaret(cp, !evt.shift);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_72 = V_5;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_73 = V_0;
NullCheck(L_73);
bool L_74 = InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112_inline(L_73, /*hidden argument*/NULL);
InputTextField_AdjustCaret_m19FC89375083F3F5C332A5FFB5CBAB51B9BFAB32(__this, L_72, (bool)((((int32_t)L_74) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
// break;
goto IL_04dc;
}
IL_024c:
{
// context.PreventDefault();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_75 = ___context0;
NullCheck(L_75);
EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6(L_75, /*hidden argument*/NULL);
// if (!evt.shift)
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_76 = V_0;
NullCheck(L_76);
bool L_77 = InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112_inline(L_76, /*hidden argument*/NULL);
if (L_77)
{
goto IL_0260;
}
}
{
// ClearSelection();
InputTextField_ClearSelection_m46D850B3A9F142F8D9FFD103DEC4FBF4C298D405(__this, /*hidden argument*/NULL);
}
IL_0260:
{
// TextField.CharPosition cp = GetCharPosition(_caretPosition);
int32_t L_78 = __this->get__caretPosition_87();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_79 = InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2(__this, L_78, /*hidden argument*/NULL);
V_7 = L_79;
// if (cp.lineIndex == textField.lines.Count - 1)
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_80 = V_7;
int16_t L_81 = L_80.get_lineIndex_1();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_82 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_82);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_83 = TextField_get_lines_mAC79145002ECFA88617056F3AEB1E8EEE9662329(L_82, /*hidden argument*/NULL);
NullCheck(L_83);
int32_t L_84 = List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_inline(L_83, /*hidden argument*/List_1_get_Count_mAD5FEB517B1D29992C3E8834C10CDF46997098C8_RuntimeMethod_var);
if ((!(((uint32_t)L_81) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_84, (int32_t)1))))))
{
goto IL_02a4;
}
}
{
// cp.charIndex = textField.charPositions.Count - 1;
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_85 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_85);
List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * L_86 = TextField_get_charPositions_mC96D62F2D365AD181434FE928995AA3E9E0748C1(L_85, /*hidden argument*/NULL);
NullCheck(L_86);
int32_t L_87 = List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_inline(L_86, /*hidden argument*/List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var);
(&V_7)->set_charIndex_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_87, (int32_t)1)));
goto IL_02e9;
}
IL_02a4:
{
// TextField.LineInfo line = textField.lines[cp.lineIndex + 1];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_88 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_88);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_89 = TextField_get_lines_mAC79145002ECFA88617056F3AEB1E8EEE9662329(L_88, /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_90 = V_7;
int16_t L_91 = L_90.get_lineIndex_1();
NullCheck(L_89);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_92 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_89, ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)), /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
V_8 = L_92;
// cp = GetCharPosition(new Vector2(_caret.x, line.y + textField.y));
Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8 * L_93 = ((InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_StaticFields*)il2cpp_codegen_static_fields_for(InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC_il2cpp_TypeInfo_var))->get__caret_95();
NullCheck(L_93);
float L_94 = DisplayObject_get_x_m2F480701DEDC894CD397A0C34B1E2E3EFB3E12BC(L_93, /*hidden argument*/NULL);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_95 = V_8;
NullCheck(L_95);
float L_96 = L_95->get_y_5();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_97 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_97);
float L_98 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_97, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_99;
memset((&L_99), 0, sizeof(L_99));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_99), L_94, ((float)il2cpp_codegen_add((float)L_96, (float)L_98)), /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_100 = InputTextField_GetCharPosition_m74559684A6FA246C8AEA5C4B193FEE21DDFE17F1(__this, L_99, /*hidden argument*/NULL);
V_7 = L_100;
}
IL_02e9:
{
// AdjustCaret(cp, !evt.shift);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_101 = V_7;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_102 = V_0;
NullCheck(L_102);
bool L_103 = InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112_inline(L_102, /*hidden argument*/NULL);
InputTextField_AdjustCaret_m19FC89375083F3F5C332A5FFB5CBAB51B9BFAB32(__this, L_101, (bool)((((int32_t)L_103) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
// break;
goto IL_04dc;
}
IL_02ff:
{
// context.PreventDefault();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_104 = ___context0;
NullCheck(L_104);
EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6(L_104, /*hidden argument*/NULL);
// ClearSelection();
InputTextField_ClearSelection_m46D850B3A9F142F8D9FFD103DEC4FBF4C298D405(__this, /*hidden argument*/NULL);
// break;
goto IL_04dc;
}
IL_0310:
{
// context.PreventDefault();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_105 = ___context0;
NullCheck(L_105);
EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6(L_105, /*hidden argument*/NULL);
// ClearSelection();
InputTextField_ClearSelection_m46D850B3A9F142F8D9FFD103DEC4FBF4C298D405(__this, /*hidden argument*/NULL);
// break;
goto IL_04dc;
}
IL_0321:
{
// context.PreventDefault();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_106 = ___context0;
NullCheck(L_106);
EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6(L_106, /*hidden argument*/NULL);
// if (!evt.shift)
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_107 = V_0;
NullCheck(L_107);
bool L_108 = InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112_inline(L_107, /*hidden argument*/NULL);
if (L_108)
{
goto IL_0335;
}
}
{
// ClearSelection();
InputTextField_ClearSelection_m46D850B3A9F142F8D9FFD103DEC4FBF4C298D405(__this, /*hidden argument*/NULL);
}
IL_0335:
{
// TextField.CharPosition cp = GetCharPosition(_caretPosition);
int32_t L_109 = __this->get__caretPosition_87();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_110 = InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2(__this, L_109, /*hidden argument*/NULL);
V_9 = L_110;
// TextField.LineInfo line = textField.lines[cp.lineIndex];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_111 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_111);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_112 = TextField_get_lines_mAC79145002ECFA88617056F3AEB1E8EEE9662329(L_111, /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_113 = V_9;
int16_t L_114 = L_113.get_lineIndex_1();
NullCheck(L_112);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_115 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_112, L_114, /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
V_10 = L_115;
// cp = GetCharPosition(new Vector2(int.MinValue, line.y + textField.y));
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_116 = V_10;
NullCheck(L_116);
float L_117 = L_116->get_y_5();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_118 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_118);
float L_119 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_118, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_120;
memset((&L_120), 0, sizeof(L_120));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_120), (-2.14748365E+09f), ((float)il2cpp_codegen_add((float)L_117, (float)L_119)), /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_121 = InputTextField_GetCharPosition_m74559684A6FA246C8AEA5C4B193FEE21DDFE17F1(__this, L_120, /*hidden argument*/NULL);
V_9 = L_121;
// AdjustCaret(cp, !evt.shift);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_122 = V_9;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_123 = V_0;
NullCheck(L_123);
bool L_124 = InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112_inline(L_123, /*hidden argument*/NULL);
InputTextField_AdjustCaret_m19FC89375083F3F5C332A5FFB5CBAB51B9BFAB32(__this, L_122, (bool)((((int32_t)L_124) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
// break;
goto IL_04dc;
}
IL_0397:
{
// context.PreventDefault();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_125 = ___context0;
NullCheck(L_125);
EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6(L_125, /*hidden argument*/NULL);
// if (!evt.shift)
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_126 = V_0;
NullCheck(L_126);
bool L_127 = InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112_inline(L_126, /*hidden argument*/NULL);
if (L_127)
{
goto IL_03ab;
}
}
{
// ClearSelection();
InputTextField_ClearSelection_m46D850B3A9F142F8D9FFD103DEC4FBF4C298D405(__this, /*hidden argument*/NULL);
}
IL_03ab:
{
// TextField.CharPosition cp = GetCharPosition(_caretPosition);
int32_t L_128 = __this->get__caretPosition_87();
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_129 = InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2(__this, L_128, /*hidden argument*/NULL);
V_11 = L_129;
// TextField.LineInfo line = textField.lines[cp.lineIndex];
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_130 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_130);
List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5 * L_131 = TextField_get_lines_mAC79145002ECFA88617056F3AEB1E8EEE9662329(L_130, /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_132 = V_11;
int16_t L_133 = L_132.get_lineIndex_1();
NullCheck(L_131);
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_134 = List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_inline(L_131, L_133, /*hidden argument*/List_1_get_Item_m7CBB4029FE8660180E564997E00BB9F2EC7806C0_RuntimeMethod_var);
V_12 = L_134;
// cp = GetCharPosition(new Vector2(int.MaxValue, line.y + textField.y));
LineInfo_t2317BF15F05B1486E59C736CCB3E421656188A7F * L_135 = V_12;
NullCheck(L_135);
float L_136 = L_135->get_y_5();
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_137 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_137);
float L_138 = DisplayObject_get_y_m7B55FAA63A8379EC19425404ED84668617581BE3(L_137, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_139;
memset((&L_139), 0, sizeof(L_139));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_139), (2.14748365E+09f), ((float)il2cpp_codegen_add((float)L_136, (float)L_138)), /*hidden argument*/NULL);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_140 = InputTextField_GetCharPosition_m74559684A6FA246C8AEA5C4B193FEE21DDFE17F1(__this, L_139, /*hidden argument*/NULL);
V_11 = L_140;
// AdjustCaret(cp, !evt.shift);
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_141 = V_11;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_142 = V_0;
NullCheck(L_142);
bool L_143 = InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112_inline(L_142, /*hidden argument*/NULL);
InputTextField_AdjustCaret_m19FC89375083F3F5C332A5FFB5CBAB51B9BFAB32(__this, L_141, (bool)((((int32_t)L_143) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
// break;
goto IL_04dc;
}
IL_040d:
{
// if (evt.ctrl)
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_144 = V_0;
NullCheck(L_144);
bool L_145 = InputEvent_get_ctrl_m57D224FFABF7B15B1C846B00E4FEA2C19D167791(L_144, /*hidden argument*/NULL);
if (!L_145)
{
goto IL_04dc;
}
}
{
// context.PreventDefault();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_146 = ___context0;
NullCheck(L_146);
EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6(L_146, /*hidden argument*/NULL);
// _selectionStart = 0;
__this->set__selectionStart_88(0);
// AdjustCaret(GetCharPosition(int.MaxValue));
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_147 = InputTextField_GetCharPosition_m8F7032A9A05E19DE0916801197FE674B694B3AD2(__this, ((int32_t)2147483647LL), /*hidden argument*/NULL);
InputTextField_AdjustCaret_m19FC89375083F3F5C332A5FFB5CBAB51B9BFAB32(__this, L_147, (bool)0, /*hidden argument*/NULL);
// break;
goto IL_04dc;
}
IL_043c:
{
// if (evt.ctrl && !_displayAsPassword)
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_148 = V_0;
NullCheck(L_148);
bool L_149 = InputEvent_get_ctrl_m57D224FFABF7B15B1C846B00E4FEA2C19D167791(L_148, /*hidden argument*/NULL);
if (!L_149)
{
goto IL_04dc;
}
}
{
bool L_150 = __this->get__displayAsPassword_83();
if (L_150)
{
goto IL_04dc;
}
}
{
// context.PreventDefault();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_151 = ___context0;
NullCheck(L_151);
EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6(L_151, /*hidden argument*/NULL);
// string s = GetSelection();
String_t* L_152 = InputTextField_GetSelection_mFA45722169789250D4AC7F37F6A8C11A6258818E(__this, /*hidden argument*/NULL);
V_13 = L_152;
// if (!string.IsNullOrEmpty(s))
String_t* L_153 = V_13;
bool L_154 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_153, /*hidden argument*/NULL);
if (L_154)
{
goto IL_04dc;
}
}
{
// DoCopy(s);
String_t* L_155 = V_13;
InputTextField_DoCopy_m44A70BF4D9DACE998B2D210DCD1CE490FEDEC71B(__this, L_155, /*hidden argument*/NULL);
// break;
goto IL_04dc;
}
IL_0473:
{
// if (evt.ctrl)
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_156 = V_0;
NullCheck(L_156);
bool L_157 = InputEvent_get_ctrl_m57D224FFABF7B15B1C846B00E4FEA2C19D167791(L_156, /*hidden argument*/NULL);
if (!L_157)
{
goto IL_04dc;
}
}
{
// context.PreventDefault();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_158 = ___context0;
NullCheck(L_158);
EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6(L_158, /*hidden argument*/NULL);
// DoPaste();
InputTextField_DoPaste_m60CAF21B5C1410E6D223494A2F27551A9BCA61C6(__this, /*hidden argument*/NULL);
// break;
goto IL_04dc;
}
IL_0489:
{
// if (evt.ctrl && !_displayAsPassword)
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_159 = V_0;
NullCheck(L_159);
bool L_160 = InputEvent_get_ctrl_m57D224FFABF7B15B1C846B00E4FEA2C19D167791(L_159, /*hidden argument*/NULL);
if (!L_160)
{
goto IL_04dc;
}
}
{
bool L_161 = __this->get__displayAsPassword_83();
if (L_161)
{
goto IL_04dc;
}
}
{
// context.PreventDefault();
EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * L_162 = ___context0;
NullCheck(L_162);
EventContext_PreventDefault_mD746DF6C98A553EEAE3B04AD506834BC12ADCFF6(L_162, /*hidden argument*/NULL);
// string s = GetSelection();
String_t* L_163 = InputTextField_GetSelection_mFA45722169789250D4AC7F37F6A8C11A6258818E(__this, /*hidden argument*/NULL);
V_14 = L_163;
// if (!string.IsNullOrEmpty(s))
String_t* L_164 = V_14;
bool L_165 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_164, /*hidden argument*/NULL);
if (L_165)
{
goto IL_04dc;
}
}
{
// DoCopy(s);
String_t* L_166 = V_14;
InputTextField_DoCopy_m44A70BF4D9DACE998B2D210DCD1CE490FEDEC71B(__this, L_166, /*hidden argument*/NULL);
// ReplaceSelection(null);
InputTextField_ReplaceSelection_m41D4867B90DEE8706B8353205C86B15A58CBB29C(__this, (String_t*)NULL, /*hidden argument*/NULL);
// break;
goto IL_04dc;
}
IL_04c1:
{
// if (textField.singleLine)
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_167 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_167);
bool L_168 = TextField_get_singleLine_m5FDD33ED011FF2C33C058450C683A08A3C8BB673_inline(L_167, /*hidden argument*/NULL);
if (!L_168)
{
goto IL_04dc;
}
}
{
// DispatchEvent("onSubmit", null);
EventDispatcher_DispatchEvent_mCD5F69C7E41FF31E443FAD5A6B2141C69EC9EA37(__this, _stringLiteral5ACE366234D47646C5756370A95D09642319E9E1, NULL, /*hidden argument*/NULL);
// return;
return;
}
IL_04dc:
{
// char c = evt.character;
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_169 = V_0;
NullCheck(L_169);
Il2CppChar L_170 = InputEvent_get_character_m70E708EA4DCDF5DFC110812495B1AF30FF681776_inline(L_169, /*hidden argument*/NULL);
V_1 = L_170;
// if (c != 0)
Il2CppChar L_171 = V_1;
if (!L_171)
{
goto IL_055f;
}
}
{
// if (evt.ctrl)
InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * L_172 = V_0;
NullCheck(L_172);
bool L_173 = InputEvent_get_ctrl_m57D224FFABF7B15B1C846B00E4FEA2C19D167791(L_172, /*hidden argument*/NULL);
if (!L_173)
{
goto IL_04ef;
}
}
{
// return;
return;
}
IL_04ef:
{
// if (c == '\r' || (int)c == 3)
Il2CppChar L_174 = V_1;
if ((((int32_t)L_174) == ((int32_t)((int32_t)13))))
{
goto IL_04f8;
}
}
{
Il2CppChar L_175 = V_1;
if ((!(((uint32_t)L_175) == ((uint32_t)3))))
{
goto IL_04fb;
}
}
IL_04f8:
{
// c = '\n';
V_1 = ((int32_t)10);
}
IL_04fb:
{
// if (c == 127 || textField.singleLine && c == '\n')
Il2CppChar L_176 = V_1;
if ((((int32_t)L_176) == ((int32_t)((int32_t)127))))
{
goto IL_0512;
}
}
{
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_177 = RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline(__this, /*hidden argument*/NULL);
NullCheck(L_177);
bool L_178 = TextField_get_singleLine_m5FDD33ED011FF2C33C058450C683A08A3C8BB673_inline(L_177, /*hidden argument*/NULL);
if (!L_178)
{
goto IL_0513;
}
}
{
Il2CppChar L_179 = V_1;
if ((!(((uint32_t)L_179) == ((uint32_t)((int32_t)10)))))
{
goto IL_0513;
}
}
IL_0512:
{
// return;
return;
}
IL_0513:
{
// if (char.IsHighSurrogate(c))
Il2CppChar L_180 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_181 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_180, /*hidden argument*/NULL);
if (!L_181)
{
goto IL_0523;
}
}
{
// _highSurrogateChar = c;
Il2CppChar L_182 = V_1;
__this->set__highSurrogateChar_90(L_182);
// return;
return;
}
IL_0523:
{
// if (char.IsLowSurrogate(c))
Il2CppChar L_183 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_184 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_183, /*hidden argument*/NULL);
if (!L_184)
{
goto IL_0551;
}
}
{
// ReplaceSelection(char.ConvertFromUtf32(((int)c & 0x03FF) + ((((int)_highSurrogateChar & 0x03FF) + 0x40) << 10)));
Il2CppChar L_185 = V_1;
Il2CppChar L_186 = __this->get__highSurrogateChar_90();
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
String_t* L_187 = Char_ConvertFromUtf32_m343A4B419311CC32C466FDEF509E3F44586C193E(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_185&(int32_t)((int32_t)1023))), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_186&(int32_t)((int32_t)1023))), (int32_t)((int32_t)64)))<<(int32_t)((int32_t)10))))), /*hidden argument*/NULL);
InputTextField_ReplaceSelection_m41D4867B90DEE8706B8353205C86B15A58CBB29C(__this, L_187, /*hidden argument*/NULL);
return;
}
IL_0551:
{
// ReplaceSelection(c.ToString());
String_t* L_188 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&V_1), /*hidden argument*/NULL);
InputTextField_ReplaceSelection_m41D4867B90DEE8706B8353205C86B15A58CBB29C(__this, L_188, /*hidden argument*/NULL);
// }
return;
}
IL_055f:
{
// if (Input.compositionString.Length > 0)
String_t* L_189 = Input_get_compositionString_mA2BEBDED6F15265EDDB37D9E7160FE7580D7617C(/*hidden argument*/NULL);
NullCheck(L_189);
int32_t L_190 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_189, /*hidden argument*/NULL);
if ((((int32_t)L_190) <= ((int32_t)0)))
{
goto IL_0572;
}
}
{
// UpdateText();
InputTextField_UpdateText_m08636A2ED9CB4C4713B0DEDBEF4B1DB4F865FC98(__this, /*hidden argument*/NULL);
}
IL_0572:
{
// }
return;
}
}
// System.Void FairyGUI.InputTextField::CheckComposition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputTextField_CheckComposition_mB5DD3AE4743C98AC7D7D268D7967062BCD7C1A3D (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// if (_composing != 0 && Input.compositionString.Length == 0)
int32_t L_0 = __this->get__composing_89();
if (!L_0)
{
goto IL_001a;
}
}
{
String_t* L_1 = Input_get_compositionString_mA2BEBDED6F15265EDDB37D9E7160FE7580D7617C(/*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_001a;
}
}
{
// UpdateText();
InputTextField_UpdateText_m08636A2ED9CB4C4713B0DEDBEF4B1DB4F865FC98(__this, /*hidden argument*/NULL);
}
IL_001a:
{
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
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 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 TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * GTweener_get_value_m22A83D4E36AC47FDE40BE10975007FF830E875A2_inline (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _value; }
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__value_26();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR double GProgressBar_get_max_m06566B10675AFE57ECCC097D2605B4D87D988034_inline (GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A * __this, const RuntimeMethod* method)
{
{
// return _max;
double L_0 = __this->get__max_93();
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 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 void GRichTextField_set_richTextField_m8B2B9A443A1FCB08600EBA6BA23EE10B26F21955_inline (GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F * __this, RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * ___value0, const RuntimeMethod* method)
{
{
// public RichTextField richTextField { get; private set; }
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = ___value0;
__this->set_U3CrichTextFieldU3Ek__BackingField_79(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * GRichTextField_get_richTextField_m604989B3D07A4F9225392D1BD32705829FC3D707_inline (GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F * __this, const RuntimeMethod* method)
{
{
// public RichTextField richTextField { get; private set; }
RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * L_0 = __this->get_U3CrichTextFieldU3Ek__BackingField_79();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GObject_set_displayObject_m49BC3A13060F05B78A3E926E128224DA628C1D14_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ___value0, const RuntimeMethod* method)
{
{
// public DisplayObject displayObject { get; protected set; }
DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * L_0 = ___value0;
__this->set_U3CdisplayObjectU3Ek__BackingField_16(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * RichTextField_get_textField_mB2BD7728042281C50F2EB01CB3ADA1BA156218C3_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, const RuntimeMethod* method)
{
{
// public TextField textField { get; private set; }
TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * L_0 = __this->get_U3CtextFieldU3Ek__BackingField_72();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR 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 void RichTextField_set_emojies_m053586C9B761EBC6960433A9A4A64C946E8BFB31_inline (RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294 * __this, Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * ___value0, const RuntimeMethod* method)
{
{
// public Dictionary<uint, Emoji> emojies { get; set; }
Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21 * L_0 = ___value0;
__this->set_U3CemojiesU3Ek__BackingField_71(L_0);
return;
}
}
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 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 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 bool Window_get_modal_m1DF86D1C2C03BDC0CF75596AFB9E64C52336F25E_inline (Window_tE7D87992AB935C3508A34E808A486C27C5B6009A * __this, const RuntimeMethod* method)
{
{
// get { return _modal; }
bool L_0 = __this->get__modal_100();
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 int32_t GObject_get_sortingOrder_m6574087D69EACAC50C4162002E2ECE1EDCA80AB7_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// get { return _sortingOrder; }
int32_t L_0 = __this->get__sortingOrder_37();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_touchable_m51135EE7C91859C5E5A0A1D5A34B8A9DCCFB5439_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// return _touchable;
bool L_0 = __this->get__touchable_32();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_focusable_mC65058CEA4A74F51DFBA3D9BA440045FDAF9392C_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// get { return _focusable; }
bool L_0 = __this->get__focusable_38();
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 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 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 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 double GSlider_get_max_mE736E6A20AD75B56E0B3B756F0BC0D4A718E58C1_inline (GSlider_t6744387ADB3DE64C71458B21627B32714BD96816 * __this, const RuntimeMethod* method)
{
{
// return _max;
double L_0 = __this->get__max_93();
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 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 int32_t TextField_get_verticalAlign_mAA70F2B024B2B0AE206552C82D04A33816AC18D8_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// return _verticalAlign;
int32_t L_0 = __this->get__verticalAlign_52();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool TextField_get_singleLine_m5FDD33ED011FF2C33C058450C683A08A3C8BB673_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _singleLine; }
bool L_0 = __this->get__singleLine_58();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TextField_get_stroke_mB1F1EAC0E1B016299488006B7D9B1C6A5A4BAE9D_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// return _stroke;
int32_t L_0 = __this->get__stroke_61();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 TextField_get_strokeColor_m9CE6F7A78513A684E062731981ED6DF64701FF94_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// return _strokeColor;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get__strokeColor_62();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D TextField_get_shadowOffset_mE18D0F42B7312924E4565843BE9EB96F4D6AF641_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// return _shadowOffset;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get__shadowOffset_63();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t TextField_get_autoSize_m7ACD24F1972C17647E03342F1ABD67AFB2C4D01E_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _autoSize; }
int32_t L_0 = __this->get__autoSize_56();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GObject_set_focusable_m36B33C3509119798CD683E98CFE16DC6899F46EE_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { _focusable = value; }
bool L_0 = ___value0;
__this->set__focusable_38(L_0);
// set { _focusable = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * GTextInput_get_inputTextField_m1A8A85A5AAFB11526457630C3780955AD1F9233A_inline (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, const RuntimeMethod* method)
{
{
// public InputTextField inputTextField { get; private set; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = __this->get_U3CinputTextFieldU3Ek__BackingField_79();
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 void InputTextField_set_editable_m62162D47A253661CB70F4900913E762CB957775B_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, bool ___value0, const RuntimeMethod* method)
{
{
// public bool editable { get; set; }
bool L_0 = ___value0;
__this->set_U3CeditableU3Ek__BackingField_76(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool InputTextField_get_hideInput_m343384FD171CE6E3BB24F4676F8A4BA6256E55CB_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// public bool hideInput { get; set; }
bool L_0 = __this->get_U3ChideInputU3Ek__BackingField_77();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputTextField_set_hideInput_m9F20074B42B45AE7AC79D8ADCAB1FC3A18D0482C_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, bool ___value0, const RuntimeMethod* method)
{
{
// public bool hideInput { get; set; }
bool L_0 = ___value0;
__this->set_U3ChideInputU3Ek__BackingField_77(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputTextField_get_maxLength_mB59D414CA436B900B7659068F730FC76EC5F492E_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// public int maxLength { get; set; }
int32_t L_0 = __this->get_U3CmaxLengthU3Ek__BackingField_73();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputTextField_set_maxLength_m9A6DE447A9B2532F1B59CF073C2E765D687325F5_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int maxLength { get; set; }
int32_t L_0 = ___value0;
__this->set_U3CmaxLengthU3Ek__BackingField_73(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* InputTextField_get_restrict_mF5BE37CC25050F65397A2D5B86286D26FDF02F8A_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// get { return _restrict; }
String_t* L_0 = __this->get__restrict_81();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool InputTextField_get_displayAsPassword_m2505711C903430523338D56F0AD2CEB4DC3850B5_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// get { return _displayAsPassword; }
bool L_0 = __this->get__displayAsPassword_83();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* InputTextField_get_promptText_m9A5532484AFB5CF67072759371B19A6B45CFBDBD_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// return _promptText;
String_t* L_0 = __this->get__promptText_84();
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 InputTextField_set_keyboardInput_mBEB12AB113F4EC9C3F202A83302356948D94FA17_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, bool ___value0, const RuntimeMethod* method)
{
{
// public bool keyboardInput { get; set; }
bool L_0 = ___value0;
__this->set_U3CkeyboardInputU3Ek__BackingField_74(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputTextField_get_keyboardType_m9057CD2ABE98274F5F52A1267D8DBC1B81844326_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, const RuntimeMethod* method)
{
{
// public int keyboardType { get; set; }
int32_t L_0 = __this->get_U3CkeyboardTypeU3Ek__BackingField_75();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputTextField_set_keyboardType_mC228696D3BB4CCA932EA079BBBA610F1C38CDA7F_inline (InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int keyboardType { get; set; }
int32_t L_0 = ___value0;
__this->set_U3CkeyboardTypeU3Ek__BackingField_75(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GTextInput_set_inputTextField_m2C9B18041605DC1B47A0503B6A7995420A23A115_inline (GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C * __this, InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * ___value0, const RuntimeMethod* method)
{
{
// public InputTextField inputTextField { get; private set; }
InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC * L_0 = ___value0;
__this->set_U3CinputTextFieldU3Ek__BackingField_79(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GearDisplay_set_pages_mD74C21C26FD37B264ADC0D3ABE13768EE7E3718F_inline (GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value0, const RuntimeMethod* method)
{
{
// public string[] pages { get; set; }
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___value0;
__this->set_U3CpagesU3Ek__BackingField_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * GTweener_get_endValue_mC646F9CBF41022753C17F3CF1A9D98B18D86651E_inline (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _endValue; }
TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * L_0 = __this->get__endValue_25();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* GearDisplay_get_pages_m74BD1E6295A01A0EE26EAD577DDCCCA9A085F8B0_inline (GearDisplay_t784F176D2C351B161AF97EB39A460A92A65EA1B0 * __this, const RuntimeMethod* method)
{
{
// public string[] pages { get; set; }
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_U3CpagesU3Ek__BackingField_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_alpha_m808BAFDAAC1E98EEA7DAA9FC09F53B3BCE4176F7_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// return _alpha;
float L_0 = __this->get__alpha_25();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_rotation_m2141EE1383BBFF09F5DBDACCF17A2752A43A656C_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// return _rotation;
float L_0 = __this->get__rotation_26();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool GObject_get_grayed_mE73AA9A745453FE200E097DD49CB5CA744AE98E3_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// return _grayed;
bool L_0 = __this->get__grayed_33();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * GTweener_get_userData_m3B924385C746F8859A15258BFDA5B453D681D273_inline (GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C * __this, const RuntimeMethod* method)
{
{
// get { return _userData; }
RuntimeObject * L_0 = __this->get__userData_15();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_scaleX_m67F271CDE40D793156923C4AFE8C643CD569D62C_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// get { return _scaleX; }
float L_0 = __this->get__scaleX_35();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GObject_get_scaleY_m8505506C24D3A12C36BFC235652C0723888B4D59_inline (GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB * __this, const RuntimeMethod* method)
{
{
// get { return _scaleY; }
float L_0 = __this->get__scaleY_36();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t DisplayObject_get_renderingOrder_mF1576EDF512216BB24AF34ED8152DD5267F20137_inline (DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * __this, const RuntimeMethod* method)
{
{
// return _renderingOrder;
int32_t L_0 = __this->get__renderingOrder_16();
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 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 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 NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * NTexture_get_root_mF354B37A746484EE7BDC5F84A664002EB0DBC09A_inline (NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * __this, const RuntimeMethod* method)
{
{
// get { return _root; }
NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * L_0 = __this->get__root_10();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NGraphics_get_flip_m6D1AA99CCAB22C94326F410E348E562ACEB54231_inline (NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * __this, const RuntimeMethod* method)
{
{
// get { return _flip; }
int32_t L_0 = __this->get__flip_18();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_touchId_m303BBC55E449B30C3100801E430D321AF8F3D289_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int touchId { get; internal set; }
int32_t L_0 = ___value0;
__this->set_U3CtouchIdU3Ek__BackingField_6(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_x_mE8D9CF0DBB078E83DD57EC994A35EC743D333D62_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float x { get; internal set; }
float L_0 = ___value0;
__this->set_U3CxU3Ek__BackingField_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_y_mFE4CA412C638263C1D07876B60E76DF6534EB670_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float y { get; internal set; }
float L_0 = ___value0;
__this->set_U3CyU3Ek__BackingField_1(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_keyCode_m76C791768842E48D20F6AFC2D9D13D0551FB44EC_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public KeyCode keyCode { get; internal set; }
int32_t L_0 = ___value0;
__this->set_U3CkeyCodeU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_character_m6780962BCEC2996854C868305F87AC97888C3AED_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
{
// public char character { get; internal set; }
Il2CppChar L_0 = ___value0;
__this->set_U3CcharacterU3Ek__BackingField_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_modifiers_m306ECBEF1E96A96CA68B5A1D4BDB5EF027F57EC3_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public EventModifiers modifiers { get; internal set; }
int32_t L_0 = ___value0;
__this->set_U3CmodifiersU3Ek__BackingField_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void InputEvent_set_mouseWheelDelta_m103C2F936D03F60E3E9B99C72852A7114E7540DB_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int mouseWheelDelta { get; internal set; }
int32_t L_0 = ___value0;
__this->set_U3CmouseWheelDeltaU3Ek__BackingField_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputEvent_get_modifiers_m52206161ABB497C227D519472713F8C62F134483_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public EventModifiers modifiers { get; internal set; }
int32_t L_0 = __this->get_U3CmodifiersU3Ek__BackingField_4();
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_mAB43F7476B08B14CDC6C7DB712F4E02BB26304E6AssemblyU2DCSharp3_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 RuntimeObject* Stage_get_keyboard_m3C66B24975FA0C703F6ACE90A559668F61D750E1_inline (Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Stage_get_keyboard_m3C66B24975FA0C703F6ACE90A559668F61D750E1AssemblyU2DCSharp3_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;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* TextField_get_parsedText_m3B6F2FDADF5AB6767E508A49798322C480F9C490_inline (TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * __this, const RuntimeMethod* method)
{
{
// get { return _parsedText; }
String_t* L_0 = __this->get__parsedText_75();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Capture_get_Index_m46BE6FFC6E8474F55B0504269903F287C45C4B31_inline (Capture_tF4475248CCF3EFF914844BE2C993FC609D41DB73 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__index_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528F_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Match_get_Empty_m5D3AE3D0580F06ED901EE69FCCED6AF44715528FAssemblyU2DCSharp3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var);
Match_tE447871AB59EED3642F31EB9559D162C2977EBB5 * L_0 = ((Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_StaticFields*)il2cpp_codegen_static_fields_for(Match_tE447871AB59EED3642F31EB9559D162C2977EBB5_il2cpp_TypeInfo_var))->get__empty_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float GRoot_get_contentScaleFactor_m148CD958922A560C77F2AC4AA1A593BD3AC71DBA_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GRoot_get_contentScaleFactor_m148CD958922A560C77F2AC4AA1A593BD3AC71DBAAssemblyU2DCSharp3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return UIContentScaler.scaleFactor; }
IL2CPP_RUNTIME_CLASS_INIT(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var);
float L_0 = ((UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_StaticFields*)il2cpp_codegen_static_fields_for(UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var))->get_scaleFactor_12();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EventContext_get_isDefaultPrevented_m2DB98AA51820D24EB9A31B25C13966D9D4CD8486_inline (EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 * __this, const RuntimeMethod* method)
{
{
// get { return _defaultPrevented; }
bool L_0 = __this->get__defaultPrevented_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t InputEvent_get_keyCode_mD0BDFCE2D427F0FFCCEE5CA41270489178AB24FB_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public KeyCode keyCode { get; internal set; }
int32_t L_0 = __this->get_U3CkeyCodeU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InputEvent_get_shift_m62F7F2D0E05423B45E35F6334007161494586112AssemblyU2DCSharp3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return shiftDown;
bool L_0 = ((InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_StaticFields*)il2cpp_codegen_static_fields_for(InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_il2cpp_TypeInfo_var))->get_shiftDown_9();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Il2CppChar InputEvent_get_character_m70E708EA4DCDF5DFC110812495B1AF30FF681776_inline (InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 * __this, const RuntimeMethod* method)
{
{
// public char character { get; internal set; }
Il2CppChar L_0 = __this->get_U3CcharacterU3Ek__BackingField_3();
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 int32_t Queue_1_get_Count_m0CE0B6919A09EFFBB1EBA5B5DFEF50E4F8A89CFA_gshared_inline (Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_3();
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 int32_t List_1_get_Count_m79CB5C0EE164901BC290FF3E9E5511A161362A5B_gshared_inline (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Segment_t4D7158441370F573F35DB59A882D986F1269B61A List_1_get_Item_m3945E3B9D5001519C60A38DCEA43F8FD29728300_gshared_inline (List_1_t05F60217E0CAFE2750AF5B35FFC7D5C411ECE6C3 * __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:
{
SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9* L_2 = (SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9*)__this->get__items_1();
int32_t L_3 = ___index0;
Segment_t4D7158441370F573F35DB59A882D986F1269B61A L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((SegmentU5BU5D_t75CBF4EE72AE7798402BAB4F2F2E68B43DCF69A9*)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 RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD03896747AF8CA1B6C76644EE232EC798524B608_gshared_inline (Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_currentValue_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_gshared_inline (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_2 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)__this->get__items_1();
int32_t L_3 = ___index0;
int32_t L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m6048C6BC1D41A8C0B929063A89F534CBD88A40EE_gshared_inline (Nullable_1_t6224B732028631256932FA4C4176E10D171EFE29 * __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->get_has_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m5FF08ABF5BF318A37C2A0C6CD0A146314DD40C9E_gshared_inline (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->get_has_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Nullable_1_GetValueOrDefault_mC29AF377598B8ACC1E0FE6814FBFEAB4FFE59BFA_gshared_inline (Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 * __this, const RuntimeMethod* method)
{
{
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = (Rect_t35B976DE901B5423C11705E156938EA27AB402CE )__this->get_value_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_gshared_inline (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_gshared_inline (List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4* L_2 = (CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4*)__this->get__items_1();
int32_t L_3 = ___index0;
CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8 L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4*)L_2, (int32_t)L_3);
return L_4;
}
}