#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template 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 struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template 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 struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template 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 struct GenericVirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template 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 struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template 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 struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // FairyGUI.BaseFont struct BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F; // FairyGUI.BitmapFont struct BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88; // FairyGUI.BitmapFont/BMGlyph struct BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA; // FairyGUI.ColliderHitTest struct ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67; // FairyGUI.ColorFilter struct ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0; // FairyGUI.Container struct Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68; // FairyGUI.Controller struct Controller_tC9ED2895242BDA13232BCFF8EBCA81F56F272B64; // FairyGUI.DisplayObject struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB; // FairyGUI.DisplayObject[] struct DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204; // FairyGUI.EMRenderTarget struct EMRenderTarget_t416B833E695A88D5F935058B691F693BD1DEFA5C; // FairyGUI.EventBridge struct EventBridge_t57E5C5B83D1CBFEF456FC7B1A0EF9AB0D87E5B84; // FairyGUI.EventBridge[] struct EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C; // FairyGUI.EventCallback0 struct EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8; // FairyGUI.EventCallback1 struct EventCallback1_t389063B912FE306493324D5033356213EEA650A7; // FairyGUI.EventContext struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122; // FairyGUI.EventDispatcher struct EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7; // FairyGUI.EventDispatcher[] struct EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E; // FairyGUI.EventListener struct EventListener_t49A905F03D200ACE99DE09C02C7007437397826F; // FairyGUI.GButton struct GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942; // FairyGUI.GComboBox struct GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C; // FairyGUI.GComponent struct GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC; // FairyGUI.GGraph struct GGraph_tD2F718A15120D167149C9E19B8802F8862458858; // FairyGUI.GGroup struct GGroup_tC639447CD683C998CC282B1BEB24798021939CB4; // FairyGUI.GImage struct GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A; // FairyGUI.GLabel struct GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5; // FairyGUI.GList struct GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38; // FairyGUI.GLoader struct GLoader_t79DB886430214FA5031328823142509230E0E4A8; // FairyGUI.GMovieClip struct GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84; // FairyGUI.GObject struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB; // FairyGUI.GObjectPool struct GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17; // FairyGUI.GObjectPool/InitCallbackDelegate struct InitCallbackDelegate_t30542A5822368C4E3235B2C5926368BE049E3D57; // FairyGUI.GPath struct GPath_t097563F29B192985F7F754E478BB55F8224DF2A2; // FairyGUI.GProgressBar struct GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A; // FairyGUI.GRichTextField struct GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F; // FairyGUI.GRoot struct GRoot_t591897C540B6A7F4230981CA6885A13A52A76F0F; // FairyGUI.GScrollBar struct GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2; // FairyGUI.GSlider struct GSlider_t6744387ADB3DE64C71458B21627B32714BD96816; // FairyGUI.GTextField struct GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058; // FairyGUI.GTextInput struct GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C; // FairyGUI.GTweenCallback struct GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F; // FairyGUI.GTweenCallback1 struct GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D; // FairyGUI.GTweener struct GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C; // FairyGUI.GTweener[] struct GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22; // FairyGUI.GearBase[] struct GearBaseU5BU5D_t78A202A2ECDD7D43374E4317AF6BB596930D577A; // FairyGUI.IFilter struct IFilter_t3EAC54FF3FB87ED9EA6B407C8D1FEF6AC55EACE3; // FairyGUI.IHitTest struct IHitTest_tA44710C1A71DD2F7E69CD3B62A9A3CF6A0A12AF9; // FairyGUI.IKeyboard struct IKeyboard_t5C6EB807944D436141E634F73C2AAC8E660A2745; // FairyGUI.IMeshFactory struct IMeshFactory_t50A3420EDCE56AA55B30F12335D5D226277DADEA; // FairyGUI.ITweenListener struct ITweenListener_t2A71276DD281AA503C802C7AFC7C97EE3503FD34; // FairyGUI.Image struct Image_t8E11C3991DB814E6A296A2F984FFF668E82FA4E8; // FairyGUI.InputEvent struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495; // FairyGUI.InputTextField struct InputTextField_t2B2E960D132CDEBA7F8C424C672CD291E41862AC; // FairyGUI.ListItemProvider struct ListItemProvider_t991E76E1FDF2295A04534B93D2B4140BB04F5CC1; // FairyGUI.ListItemRenderer struct ListItemRenderer_tE434B7D9A5C8D0DF8F4330224E40302B94FFF9B9; // FairyGUI.MaterialManager struct MaterialManager_tA152BA875956AD3BB9B9E340608AAD15C206C098; // FairyGUI.MeshColliderHitTest struct MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5; // FairyGUI.MovieClip struct MovieClip_tAC9080E44DF1C9CBF9FF0D7D4C46BB4CBB740547; // FairyGUI.MovieClip/Frame struct Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B; // FairyGUI.MovieClip/Frame[] struct FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6; // FairyGUI.NAudioClip struct NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96; // FairyGUI.NGraphics struct NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD; // FairyGUI.NGraphics/MeshModifier struct MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15; // FairyGUI.NTexture struct NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A; // FairyGUI.PackageItem struct PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0; // FairyGUI.PackageItem[] struct PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1; // FairyGUI.PageOption struct PageOption_t0FCE5CB8A1AE3EED6E997D882C0DE97C5B6AABB3; // FairyGUI.PixelHitTestData struct PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4; // FairyGUI.PlayCompleteCallback struct PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554; // FairyGUI.Relations struct Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF; // FairyGUI.RichTextField struct RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294; // FairyGUI.ScrollPane struct ScrollPane_t64D0E8FEFDA1B4B7563AACD91A831323ECE75FEE; // FairyGUI.ShaderConfig/GetFunction struct GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA; // FairyGUI.ShaderConfig/PropertyIDs struct PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71; // FairyGUI.Shape struct Shape_tF35C1A049306CFCB0700759362FDCAD52E6176A8; // FairyGUI.Stage struct Stage_t02AA012971C7A5F2C9A6E09A9205DF271CE2FBA8; // FairyGUI.StencilEraser struct StencilEraser_t333A0A9291CFAC314CBA28C92B06DA15D850560B; // FairyGUI.TValue struct TValue_t82801118914234C897121D3AFA68F615837FB309; // FairyGUI.TValue_Animation struct TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B; // FairyGUI.TValue_Shake struct TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04; // FairyGUI.TValue_Sound struct TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF; // FairyGUI.TValue_Text struct TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252; // FairyGUI.TValue_Transition struct TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131; // FairyGUI.TValue_Visible struct TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E; // FairyGUI.TextField struct TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D; // FairyGUI.TextField/CharPosition[] struct CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4; // FairyGUI.TextFormat struct TextFormat_tC7A2D0EB63A9E8C1C755DD654ACCA0428E7E1135; // FairyGUI.TimerCallback struct TimerCallback_t431881F1B583EBFD573A678D8C7940965403B879; // FairyGUI.Timers struct Timers_t0460FD83034A09479176FC176CB5306B89A14EB3; // FairyGUI.TimersEngine struct TimersEngine_t3FD42CC41B66A853242B351126593ADDAFDADD06; // FairyGUI.TouchInfo struct TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C; // FairyGUI.TouchInfo[] struct TouchInfoU5BU5D_t66F8F983B5C4A3BC39C7F5478543FC7B2F9F68DD; // FairyGUI.TouchScreenKeyboard struct TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937; // FairyGUI.Transition struct Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA; // FairyGUI.Transition/<>c__DisplayClass75_0 struct U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1; // FairyGUI.TransitionHook struct TransitionHook_t762DB3B93E54E764E4C982AAE1B818FF608FF585; // FairyGUI.TransitionItem struct TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC; // FairyGUI.TransitionItem[] struct TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807; // FairyGUI.TranslationHelper struct TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694; // FairyGUI.TreeNode struct TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB; // FairyGUI.TreeNode[] struct TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0; // FairyGUI.TreeView struct TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5; // FairyGUI.TreeView/TreeNodeCreateCellDelegate struct TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4; // FairyGUI.TreeView/TreeNodeRenderDelegate struct TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861; // FairyGUI.TreeView/TreeNodeWillExpandDelegate struct TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B; // FairyGUI.TweenConfig struct TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F; // FairyGUI.TweenManager/TweenEngine struct TweenEngine_tDAD1112226D38D6B00E07A6AE2F6148D72DC1A92; // FairyGUI.TweenPropTypeUtils struct TweenPropTypeUtils_tEDC4635BD363AC34D50815F0BE07C0FFF3D75316; // FairyGUI.TweenValue struct TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9; // FairyGUI.TypingEffect struct TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C; // FairyGUI.TypingEffect/d__17 struct U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5; // FairyGUI.UIConfig struct UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A; // FairyGUI.UIConfig/ConfigValue struct ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB; // FairyGUI.UIConfig/ConfigValue[] struct ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662; // FairyGUI.UIConfig/SoundLoader struct SoundLoader_t0B067A273E4C6A141A0F508625349B69731893E2; // FairyGUI.UIContentScaler struct UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B; // FairyGUI.UILoadCallback struct UILoadCallback_t7CC9235F71709C6591023858B7BCC58A00F32C1D; // FairyGUI.UIObjectFactory struct UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9; // FairyGUI.UIObjectFactory/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED; // FairyGUI.UIObjectFactory/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2; // FairyGUI.UIObjectFactory/<>c__DisplayClass7_0 struct U3CU3Ec__DisplayClass7_0_tB95B3A18E0F1C2B8E61C96DF5B1E5DD6E1C7DF33; // FairyGUI.UIObjectFactory/GComponentCreator struct GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28; // FairyGUI.UIObjectFactory/GLoaderCreator struct GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1; // FairyGUI.UIPackage struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693; // FairyGUI.UIPackage/AtlasSprite struct AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F; // FairyGUI.UIPackage/CreateObjectCallback struct CreateObjectCallback_t11E5A8E573CF4BEC5DE80CCE2C2D0E9FB4BE07E4; // FairyGUI.UIPackage[] struct UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1; // FairyGUI.UIPainter struct UIPainter_t5FDF87044A54B0E552B29D0657ABDE1A4FBA343A; // FairyGUI.UIPanel struct UIPanel_t6ECD33CEDAF26C90CA5E1CDE38EB4A9234BD62CC; // FairyGUI.UpdateContext struct UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7; // FairyGUI.Utils.ByteBuffer struct ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268; // FairyGUI.Utils.HtmlParseOptions struct HtmlParseOptions_tA2ECC51EA28CFCB3C71D13CC97B24B6EB2828A67; // FairyGUI.Utils.IHtmlPageContext struct IHtmlPageContext_t4FFE2AAB5C5FD308B021794922B0D4DB9A6CFEAA; // FairyGUI.Utils.XML struct XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253; // FairyGUI.Utils.XMLList struct XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C; // LuaInterface.LuaFunction struct LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B; // LuaInterface.LuaState struct LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE; // LuaInterface.LuaTable struct LuaTable_t01E9E69BA6012CD87238BB47915B07AF0A719A87; // LuaInterface.ObjectTranslator struct ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t264167D3656104A44F0EE2AC57BBDF4BC7D6DE84; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tFB3EB361BE401A0F4A7102AF9992BE69C385B2D7; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tBA956F47BADEC9C6E4DB08F76CFCA0F5BB51A3BB; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tD87CE8F9B17DE0D23143C3EC4BBF2C045F243357; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_tC0C96D4AA89AAA3BB24F5FE6D3F0534C823E542B; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t8E1299D25FC721A757CEA5468960B0F6505E9EAA; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t5A617B3EEF4252C270CC9B36E09ED684B856ED38; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t2EDEDABC1680F62F7D6C92F2C88D5994E53B8BE9; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tCB50DD398D56A638E09AFAFCEB5BC877B7BF8E9D; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_tB94B11C4DA5950CD1A9E1BD7B4AAA7FC4149EFED; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tC73654392B284B89334464107B696C9BD89776D9; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tD0BE4AF1DC4C3133839C488BA23D6D4B3ECE05B1; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tAB17C08B04C6E6A07784EAA1508D263E9ECBBBA5; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t7D520C45785FE890A66D7BA5AD212558BF7B9B83; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t87965D05E58EE17C4D1491AC403FBF9E1DB91F76; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_tADA2CBBE00C3C265365793F9F7568456E40623B5; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDAFFA223F2408A9839E41FB8FA1448B1625BF3AE; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tC715D52A6B7B3E754D4E05882E506B5F3D3B1666; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD7E2696BE589316FEB65D16C6EB12B4D108DAD21; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tC3F719794890B44C361BE9B57A7EBEF2F4E07794; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9; // System.Collections.Generic.List`1 struct List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65; // System.Collections.Generic.List`1 struct List_1_t13DFAE6BDF4EF5F16EC38F9C85F20A15083A0376; // System.Collections.Generic.List`1 struct List_1_t11A30662822286DF8036D0D1993807262B502B70; // System.Collections.Generic.List`1 struct List_1_tE262A84CC5F1151019072F2449190177E8FABB78; // System.Collections.Generic.List`1 struct List_1_t96F9041444F491A9089B15870662D9839D1B9728; // System.Collections.Generic.List`1 struct List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219; // System.Collections.Generic.List`1 struct List_1_t98DE0BB2EC2FFCD3EC2B30B19569ED8986627991; // System.Collections.Generic.List`1 struct List_1_tCE5EB3ACF7F2A7411845C2ABAFEDC47677AF2A42; // System.Collections.Generic.List`1 struct List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C; // System.Collections.Generic.List`1 struct List_1_t91049D3CAF79634AD3AD07FEF084779AECDBAF87; // System.Collections.Generic.List`1 struct List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822; // System.Collections.Generic.List`1 struct List_1_t4172CC27EA2D391CC688F5EA5A27CABD2E3FA9C3; // System.Collections.Generic.List`1 struct List_1_t31D4497B11F980396342DC57DAC4CDB173B7CCE5; // System.Collections.Generic.List`1 struct List_1_t930D0D8B2BC68ADAA960592391B6A35A8AE5E281; // System.Collections.Generic.List`1 struct List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C; // System.Collections.Generic.List`1 struct List_1_t74B6A4CA646AC394724678D53711955E95B67FB2; // System.Collections.Generic.List`1 struct List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC; // System.Collections.Generic.List`1 struct List_1_t381AE71D8023D24BC74693BB81131AD2C9C23D00; // System.Collections.Generic.List`1 struct List_1_tF2DE6534667495498DB8419191E85A16E962ABEE; // System.Collections.Generic.List`1 struct List_1_tEA5A02D780CD7A546BA5EACC7D49B647725B797C; // System.Collections.Generic.List`1 struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D; // System.Collections.Generic.List`1 struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3; // System.Collections.Generic.List`1 struct List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749; // System.Collections.Generic.Stack`1 struct Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A; // System.Collections.Generic.Stack`1 struct Stack_1_t4CCCB65DFB2C4418AFB8298A06B14135A3B91841; // System.Collections.Generic.Stack`1 struct Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8; // System.Collections.Generic.Stack`1 struct Stack_1_t2E6C3E81B5BEEB358E4416D261369920E3E9A211; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Collections.IEnumerator struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A; // System.Comparison`1 struct Comparison_1_tE5D7D3C8CDA1244BA4C36C7B500AC4390D67FCB3; // System.Comparison`1 struct Comparison_1_tD9DBDF7B2E4774B4D35E113A76D75828A24641F4; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.Exception struct Exception_t; // System.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // System.Single[] struct SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5; // System.String struct String_t; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; // UnityEngine.AudioClip struct AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t9B87AB13DCD37957B045554BF28A57697E6B8EFB; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_t092ED33043C0279B5E4D343EBCBD516CEF260801; // UnityEngine.AudioSource struct AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C; // UnityEngine.Behaviour struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8; // UnityEngine.BoxCollider struct BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA; // UnityEngine.Camera struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34; // UnityEngine.Camera/CameraCallback struct CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0; // UnityEngine.Collider struct Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF; // UnityEngine.Component struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621; // UnityEngine.Display struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57; // UnityEngine.GameObject struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F; // UnityEngine.Material struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598; // UnityEngine.Mesh struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C; // UnityEngine.MeshCollider struct MeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE; // UnityEngine.MeshFilter struct MeshFilter_t8D4BA8E8723DE5CFF53B0DA5EE2F6B3A5B0E0FE0; // UnityEngine.MeshRenderer struct MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED; // UnityEngine.MonoBehaviour struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429; // UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0; // UnityEngine.RenderTexture struct RenderTexture_tBC47D853E3DA6511CD6C49DBF78D47B890FCD2F6; // UnityEngine.Renderer struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4; // UnityEngine.Renderer[] struct RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93; // UnityEngine.TextAsset struct TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E; // UnityEngine.Texture struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4; // UnityEngine.Texture2D struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90; // UnityEngine.Transform struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA; // UnityEngine.Vector2[] struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6; // UnityEngine.Vector3[] struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28; // UnityEngine.WaitForSeconds struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8; IL2CPP_EXTERN_C RuntimeClass* AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CaptureCamera_t4102B4F51F1EB078B2D05D619B85315C51397815_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Color_t119BCA590009762C7223FDD3AF9706653AC84ED2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Comparison_1_tE5D7D3C8CDA1244BA4C36C7B500AC4390D67FCB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DisplayOptions_t4B4C59CB88F891706B8F84001E79575634819070_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallback0_tA65B975A4596F1330622EF212EEE8199B7FFB1E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventCallback1_t389063B912FE306493324D5033356213EEA650A7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventListener_t49A905F03D200ACE99DE09C02C7007437397826F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GButton_t9984352DDACBA0BE6D288A59FEEF51400D3C0942_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GComboBox_tAF7C2F82996A1C4C960B61B1D16D666D7D3B0F7C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GComponentCreator_t07B4CE53099A715C5256DC129C416F66CF18BD28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GGraph_tD2F718A15120D167149C9E19B8802F8862458858_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GGroup_tC639447CD683C998CC282B1BEB24798021939CB4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GImage_t1628B61B112C8F8B1DF4D8372CD9EC0917E4EE5A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GLabel_tF0D89428917B7E5326B9926E87A09BE88AB601E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GLoader_t79DB886430214FA5031328823142509230E0E4A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GMovieClip_tA02D52FB04565C4D40A5B9B710C8ECE006896F84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GProgressBar_tED9BD0219DFBBCD2DE8B51AFF125025B8B36D21A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GRichTextField_tF39F964B3ACF01B5F716F85A7E9756893F8A137F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GScrollBar_t72582BA325BFA99D45F4F31C110C440579173AA2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GSlider_t6744387ADB3DE64C71458B21627B32714BD96816_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GTextField_tD5CEC996FB8B6900C28B90767F20536501F13058_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GTextInput_t89E029E7F1B85EB1BAFB782D43893E53AED95A8C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GTween_t5F5C86C9B64ADCDD07D45C1BB98619E81C3B35DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAnimationGear_t47C3EA431799C1E4CE4F2C99E1EC80CA774F8664_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IColorGear_t66E884D4EED0C0645B445B984229B467A3068EA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t11A30662822286DF8036D0D1993807262B502B70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t74B6A4CA646AC394724678D53711955E95B67FB2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t96F9041444F491A9089B15870662D9839D1B9728_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MeshModifier_t7CAF07359743E6D9EEA33BD559B3E10868FD1A15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MeshRenderer_t9D67CA54E83315F743623BDE8EADCD5074659EED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResourcesManager_tEE5F1EC80BB71A4B6188E4F9FC4A3F06CC646ACB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RichTextField_tC30B9404BF96152424857AC15D0B9D1FA59C5294_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SkinnedMeshRenderer_tFC8103EE7842F7F8A98BEF0C855D32A9711B7B65_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StageCamera_tFDBE0AC69E159F375D5676A7BABE4C93D0C9EA81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TValue_t82801118914234C897121D3AFA68F615837FB309_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TouchInfo_tE204AD9AD116F552EFD2CC1A79DA93B121C2840C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TweenConfig_t9CB2FC9F58FC566CE92803EFF95801624A707E5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass7_0_tB95B3A18E0F1C2B8E61C96DF5B1E5DD6E1C7DF33_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIConfig_tCEA105510FCB6771158DDBD2FF33A510516AAF2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral049B4361E7D3CA93056C0297D386A4EC212882C3; IL2CPP_EXTERN_C String_t* _stringLiteral095EA6E93A24395E2BDEF065A8309DDDE0D3330E; IL2CPP_EXTERN_C String_t* _stringLiteral0AC1DD1D058492A6A7D397C6878BD101D5CF978B; IL2CPP_EXTERN_C String_t* _stringLiteral0FEFD27CAD4915946049F0352BEDC0FA59D601E2; IL2CPP_EXTERN_C String_t* _stringLiteral1EF11F85C136A2A33675E067C888EC24B7B3B606; IL2CPP_EXTERN_C String_t* _stringLiteral24E57DF6BB7BD4DD518B2E452B82F2796901EB82; IL2CPP_EXTERN_C String_t* _stringLiteral27F7CCB7958566C11E6C8319AD91205DBC7CAA69; IL2CPP_EXTERN_C String_t* _stringLiteral2955BED013334BE04DF6DCCA65A37088323E6C64; IL2CPP_EXTERN_C String_t* _stringLiteral2AE44813F3C9DF646A69A8663A3B6DDB74B956F3; IL2CPP_EXTERN_C String_t* _stringLiteral2DDFCFD74CE268F2240D18CBF8C26A399B4BD596; IL2CPP_EXTERN_C String_t* _stringLiteral31914E178B319D98D3294637D34FDF039503C9C9; IL2CPP_EXTERN_C String_t* _stringLiteral3ABD271F9280667CF51D9CC18F9F1C9D65381AA5; IL2CPP_EXTERN_C String_t* _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9; IL2CPP_EXTERN_C String_t* _stringLiteral3CC46D20365996EFE5FF1D4A9E0D401D68F186ED; IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8; IL2CPP_EXTERN_C String_t* _stringLiteral4916EC2F580C77A4D1B5E63910F76B907C733A98; IL2CPP_EXTERN_C String_t* _stringLiteral4FED6A08B0F7134800C8311E7A424FB34EAC4F97; IL2CPP_EXTERN_C String_t* _stringLiteral53A0ACFAD59379B3E050338BF9F23CFC172EE787; IL2CPP_EXTERN_C String_t* _stringLiteral596B5DEB09E7FC1EE858A0BA758EEA190F8179B5; IL2CPP_EXTERN_C String_t* _stringLiteral619A5448073D98AAA9699C8E12321DE0C6433291; IL2CPP_EXTERN_C String_t* _stringLiteral63CACEFC94B716C69D8FAA41C7CA3232D7290BCA; IL2CPP_EXTERN_C String_t* _stringLiteral64D2F058B2C616C8EFED8152F4A527D3F4A3F56F; IL2CPP_EXTERN_C String_t* _stringLiteral677E46DA059D6F482CB89CCA4EAF3C9129D5C5DA; IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C; IL2CPP_EXTERN_C String_t* _stringLiteral7492A4B8A404C2C59D63DF6A249CCF270A1FADDF; IL2CPP_EXTERN_C String_t* _stringLiteral78DC5F935B2B42FCA1F412CAD75F151593FE24E1; IL2CPP_EXTERN_C String_t* _stringLiteral82371543DCEAE1B6A11A275E3470234B2D5C9BCD; IL2CPP_EXTERN_C String_t* _stringLiteral82503DB1AD210123739C00464A7C2D48FB1DF501; IL2CPP_EXTERN_C String_t* _stringLiteral870421DBC96A2D5BB63DE60F361A781B02E0FAB3; IL2CPP_EXTERN_C String_t* _stringLiteral986E3A1FEC099E52741EF3829D7F41A5F0925EE3; IL2CPP_EXTERN_C String_t* _stringLiteral99ED786D49F5A2473F8E332A2B716BB21E7596F8; IL2CPP_EXTERN_C String_t* _stringLiteral9A78211436F6D425EC38F5C4E02270801F3524F8; IL2CPP_EXTERN_C String_t* _stringLiteralA0B7CDC69729E1E903BF14BC6D554BBA61359AE2; IL2CPP_EXTERN_C String_t* _stringLiteralA22C828F59C915641487548CBADE37BD9B94C502; IL2CPP_EXTERN_C String_t* _stringLiteralA5ADFD8D1B6DA0288CE787567334D8BB4F158D94; IL2CPP_EXTERN_C String_t* _stringLiteralB0EF1B4DF83D896154A8D2172E713EFCD9E9AFCF; IL2CPP_EXTERN_C String_t* _stringLiteralB6DB24CEF8318F8CB66C488CE6275C1D6A8304D2; IL2CPP_EXTERN_C String_t* _stringLiteralB6F825E68EF71F9CB88A3178EA1FAA295B27E866; IL2CPP_EXTERN_C String_t* _stringLiteralB9DA209FB6E529C0A16F8684E759EA12AD9E6EFE; IL2CPP_EXTERN_C String_t* _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8; IL2CPP_EXTERN_C String_t* _stringLiteralBEF6B9ECBAA815FC64F26BE47E0746C2D96F3ABF; IL2CPP_EXTERN_C String_t* _stringLiteralC0143D6E25DEBE62413B678F68E39E7C0F88B6C6; IL2CPP_EXTERN_C String_t* _stringLiteralC19AD0F96E43C4BA7AA55B62E30063A154A42520; IL2CPP_EXTERN_C String_t* _stringLiteralD4D053AF721D93614FD944705380F62D3B99869D; IL2CPP_EXTERN_C String_t* _stringLiteralD5B65D9449F3D8D91F57547DF58AE1D2E1F56CD7; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralE5E93EDFBE434830039F664F82C3943C6BCADB12; IL2CPP_EXTERN_C String_t* _stringLiteralE61E700555BBD71A47EE5D7118B4E515CD8951A9; IL2CPP_EXTERN_C String_t* _stringLiteralEBBFFB7D7EA5362A22BFA1BAB0BFDEB1617CD610; IL2CPP_EXTERN_C String_t* _stringLiteralECB252044B5EA0F679EE78EC1A12904739E2904D; IL2CPP_EXTERN_C String_t* _stringLiteralECC9AF31D793BCD3974DB06968F250B749CA276D; IL2CPP_EXTERN_C String_t* _stringLiteralF0DEB00F1E5549F03717336E78D3ABB1EFF04272; IL2CPP_EXTERN_C String_t* _stringLiteralFA19807D983AEF92D7451073976197C398AC044A; IL2CPP_EXTERN_C String_t* _stringLiteralFE328F8C0187723E775DBAB25B70C8E18448F58C; IL2CPP_EXTERN_C const RuntimeMethod* Comparison_1__ctor_mAD50E4953927E6EA5CB876201E4A17F5EC8EA4AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_m3E0C8F08ADF98436AEF5AE9F4C56A51FF7D0A892_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m072BCAEFE8BEC3E94C39CACA6D5384AC9D4EA424_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m5730DCD49A8795A151D36554C0A751674B8A74DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mE84580A21564560F9AC48A89B85D62B84C4D4050_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mD1D355D151FE31D1C2E31F67B54CE8A208E08B1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m574476E79975FFFB3FFEA409325A60B1AF4A0F82_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m7851E5E7F7538D989CAE84691CA2F40AB98E8D2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mA5A53E3D181C39E041070A997FA630D7866BA01A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mABDF9A84D415E6693812C34A7E87A8C93F1376F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mACE6F295B868D8DD552A8F7D4ABA375F843BB13B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mFD19D601B8B130D072604516010B29F602496DF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m430B86D9131D63A36EA3FA015217AF6B282D1A6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5B1C279E77422BB0B2C7B0374ECF89E3224AF62B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m602FA380C8BFDDA770CB448A5387163BF530BBBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m6C21C089BCF0F262F2B59A8397FEE49EF2C6C66B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m7A9F3295D00E9A8238F347799CCFFA5A2269EA76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mFD62FE71C615B8F63F303EBCE042E50D07A9DE62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m64AC587DEF0638313894F21BBFDBCF123412D65D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m5E08DEF3BFF8BB65FAEDBC7E55491413AD3E3F0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mB5363FDA53B846B0FE12818EB31DFF0C7C21DA5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m79C7D31C33DB79821C5607F0125EAFB31CCBB12A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mB084C04B058F3D2E6AD882D44D6AF14FCD137F3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mCFBD5751293AF70ECB7159FEECA213C05DFA8F9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mCFF3580762FA397E554CB23F34B18E0D63A6CD28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mF14786A4048308C8A98FB02178134821B664DC3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mD9B1DB257A9F9A3CEA69542101B953689A4AD978_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m129741E497FB617DC9845CFEE4CB27B84C86301A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m894E7226842A0AB920967095678A311EFF7C5737_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisBoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_m94D5E6D9493DE6A574C28A9517C792D607653FE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_m7DF3B4DB4CA60855860B6760DBA2B1AE5883D20F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTweenEngine_tDAD1112226D38D6B00E07A6AE2F6148D72DC1A92_m480385373AD36C125E84887040758BC8025376A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisBoxCollider_t2DF257BBBFCABE0B9D78B21D238298D1942BFBAA_mC89D6D0649D82CB969262590D25615C13052FF55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisMeshCollider_t60EB55ADE92499FE8D1AA206D2BD96E65B2766DE_mB641FEAC42399B72BD9F987B4D9919BE52EDFCEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisUIContentScaler_t426E27164F9B3ECA7F72FC9ECCA79B99F115566B_mEBEAE59DE5185530F0EF89BE492BE2A3383F9EBC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentsInChildren_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_mEFF311BFACB83A4F6499400C7DBB72FAA0A64AEC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m2C2320736348D3459BAE9875D67A5AFA52B1DF43_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m2ADE3870FA0AAAD9206D771CF1E801B47F5D2C20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m9B639A573FD22FB9D409B057659A7CBEF01D5AD7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mCA413DD63FF3B1708E2980F05267B22C541B5058_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD4E2E83E118DF3B5683660E8CD3CE8073F84D85D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE1687CFAE89EB21C60FC748F071EDE309C585ABB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m1B5590ED2BBB261B8F8DFF72894E8B9C2D7633E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m1BEFBBAC63223083D0C1B8F3ACE3D02EE44E9311_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m21E21D9D85013BCCFAFD2FE59617F190A0E30AE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m5D52117423535CB5EE6416A08A3D38D2C67488C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m749C232BE0A959D4406004C3C9402BA8B7E385B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mACB62EBB78CA90A0BBD29A67AB570EBBCF77EA3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mED314869AE8D01EA55EC2B0E75B45BEA2BCC420D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mDFFBEE5A0B86EF1F068C4ED0ABC0F39B7CA7677E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m2AAEF80ABCE3E2559347A2E772C9446CC2819057_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m6027CB680A7FAA970BB988368AEC20755D9DBCB4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_mFA0391B378B05677712CC17DBEC1A72898FB2283_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m8F7E3B4FBF7CFB5C06B8E8776E1A50B49B3D0CB5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mB1B69852A179CE2258E38AC57C9ECAADCE9572AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m7C5B6D8B333BBE2A1EEF74ABC0DC26060DEC95C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_mDF663973F86DF9C6F24F75A1650C6541C844C59D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m6BB4B05CB5150702525483BA05BC4844D94DB558_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m10E27C9C1A7EBAC685142221A6DD16875F51FA1C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m13200EC88E521A479191631946DB38F8F20CE955_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2EE3F9E8946F5EF6AABA23EE01DC59007E0E4E8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m32010D66589E93D7A885B6EF5231A1144163FFFE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8979C394D977C9901630BBCCA7B05AA110B4BE85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m912A9480C53C8BA334C0B7804D6FE034980E4DCD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m9348E8F21550362DF50EB6C7BF75D9D17CC0BF2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA63F792C7B57DC02745D4E2E9D5A1D5B52197C8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC1494E230E578FEAFEFA18D0F860EBEE88D60BB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m595DDA4AC7C2583CDCEC8F7792EFC52EFDF3BDFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m5DD0C842DECE3430061E1ED651229AB25757EAA2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m693EE20967BC1B4A000BDD523916BFB7B8CA552C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m7984BA6C664D8EAE284C168D0568FE2B9136A033_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mAE6B4343698B182D3B53B8125C117C2352109AF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mCE2974C157A49F7BB61BE1D900DA788F00573F66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mE5BEEE1EFF1233E295C420638384CC5563375430_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mEBE43F73E44A1B549C2785952FC62BDFCA83C8F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF2E3F3938B442358ACBCE8B5693C7970A9A4730B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m110F5EF6F900A9825951ADF3671EA41399F2FCC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m43BD4F498F045AB526E721D60E8581080258C686_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m478F737B9969A1C375F3BDC255177BD154319F6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m86D857D1A4F89E75EDC5594FCE725DF1CBC5888B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m941216B55C2DE5E816F139D84B368152408D4656_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m98CF5227607F42665304FEDC08FAEA98C8F7EABA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9B7A1166B922F50E0E83B056A5C42AAED4CBC733_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9EC0D9A210F2C2C142BAB836C62ABD7E9BBE5A57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mDC3383412BCC84497183B005BEB04F67663FEF8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m14C234510865CCF1E3E4D08CDA1D48604738D516_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Transition_OnDelayedPlayItem_mA4BEAB4EF64856CA2D8D2CED864D0E08D3F3D7D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Transition_OnDelayedPlay_m2EF1D5CFD08C78336EBC71BF6FAD0F7598C37A49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Transition_SetDuration_m0B496EB132B98C8BC6FA050D376C79255D783E6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Transition_SetHook_m3507A40F01A74668C57DA494D05C9D935637C268_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Transition_SetTarget_m7223E99182BB77AC9029F10D567B7C54687A5BDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Transition_SetValue_mA1C8005F7624F129AC24521F8FF6CF26104AEB94_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TreeNode_AddChildAt_m8E2A83B83CC4373CDD2C6A80F98AC102C45A8000_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TreeNode_GetChildAt_m59BE68DA5DA23C9C290C4316E1CAEC6318C6C6F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TreeNode_RemoveChildAt_mFF187FC02D3721FE29D0773C30CC283073337BDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TreeNode_SetChildIndex_mBAAB3532568DE6CF89138D48BC96B403ADA95FAD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TreeNode_SwapChildren_m343EFBFB6621C1E9995AE966A9AEAA1912AE8BF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TreeView_CreateCell_mBCCE313E355E4C68AEFA3EDE3B034F694177329B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TreeView___clickExpandButton_mD7ACA21A9DC7801960287F1AA73C500AC07E18F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TreeView___clickItem_mE73E4059B4D5CEE29FB532F636E07C3B947B9CF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TweenValue_get_Item_m7FAF335C897B075C89EB20956DD2A8CFF0437492_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TweenValue_set_Item_m63A59F0385ED4EE5B8D3199378C10710D7E9EC11_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TypingEffect_OnMeshModified_m3381AD2B7E845AE462430759FA92A8FD8155EAA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CPrintU3Ed__17_System_Collections_IEnumerator_Reset_m99DB50D8E986805FBA9157C77414A59F93D8B0BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass4_0_U3CSetPackageItemExtensionU3Eb__0_mACB6EE01CEC92D57C56151DDF0FF6C71787FDBF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass6_0_U3CSetExtensionU3Eb__0_mDCEE63D586E4D64EEC88BE7152EF8591DCCCA939_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass75_0_U3CDecodeValueU3Eb__0_mE40F82A52833D2870169CF35E0D9EE7FD2454249_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass7_0_U3CSetLoaderExtensionU3Eb__0_mEB7AF27FC600359B80A3C1DB71059B91EB3D392C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UIObjectFactory_SetPackageItemExtension_m37B15526B862E06ACE310A8A64DC4C4A441449ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UIPackage_AddPackage_m6A42966AADCCFBF9E8BD97B80A39DF47C4BC700C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UIPackage_ComparePackageItem_mCD29D74C7315D8E5C5B1651D7192143379487608_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UIPackage_LoadPackage_mE0A617BF0C11B7F7A3317F19B3CB6C59D9E3D39D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UIPainter_Capture_mC9B5D05514554B65E9965E3B0D77857AD333016F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UIPainter_U3CCreateUIU3Eb__26_0_mB0D47EB57604CE5F9EB5E955F1F046A7F35679DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UIPanel_U3CCreateContainerU3Eb__29_0_mA8F0C827B4E144E22E6BE47D12478D9233EA5643_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UIPanel_UpdateHitArea_mA99C42D87BCDCC7EF01C347ED95C11A7552FDBE1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* AudioClip_tCC3C35F579203CE2601243585AB3D6953C3BA051_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TextAsset_tEE9F5A28C3B564D6BA849C45C13192B9E0EF8D4E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_0_0_0_var; IL2CPP_EXTERN_C const uint32_t EMRenderSupport_get_packageListReady_m21CA92241FAC0AFE3F9855ADF4A4773D23EDCE8DAssemblyU2DCSharp6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TimersEngine_Update_m3B1F7D59562C5887A40429B05D217B35975ABBDC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TouchInfo_Begin_mED0A1B201E15E154BC4D55EACEEC8077450E9FE0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TouchInfo_ClickTest_m7DA8AF0617163F30545AE1CCB7DCFF45DAB2B046_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TouchInfo_End_mDD4084ED4A9E7D26C74C745D55A961E883EA4E46_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TouchInfo_Move_mC5BFAF851E56CBF39A07539F3967B01F5C3EE9E8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TouchInfo_Reset_mF3B6E584FB88EDE44AA82E452BB925DC10193F85_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TouchInfo__cctor_mBD0E7ABB76C9D5AE6014BC3C0F8263D1A8A5C7C0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TouchInfo__ctor_m932A51FDDD5D6CD7E47B2A4D64E9288590DE3532_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TransitionItem__ctor_mA29D7378E238345771C420B26698F51E6C063EE2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_ApplyValue_m0A01DA9AB6D566D5E3515B7A3B1B3FA3E6EAC67A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_DecodeValue_mDDBFBBB440539BB6A8039D8AFBAFF2C9DC349095_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_Dispose_m063EEC94C6AEBD3A0A99331C43563DFFAF99FD4F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_InternalPlay_m5009E5AE66E44E7B8D530413BDF9CEA80B6782E2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_OnDelayedPlayItem_mA4BEAB4EF64856CA2D8D2CED864D0E08D3F3D7D8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_OnTweenComplete_mF732B0E2E478FAEDE2392031C66B89329DF81B28_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_OnTweenStart_m872428BB94C6B1559CA55AC54EE5A70E8C481B1F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_OnTweenUpdate_mD0D37948F0CF9D5759FD318D1AA29A26F2FB92AE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_PlayItem_mCADF9CD03023BAD1E673E7FC4C96817F546F28A8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_SetDuration_m0B496EB132B98C8BC6FA050D376C79255D783E6E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_SetHook_m3507A40F01A74668C57DA494D05C9D935637C268_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_SetPaused_m5AB9F1C21D59406FB11971906361FA28D3B4A635_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_SetTarget_m7223E99182BB77AC9029F10D567B7C54687A5BDD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_SetValue_mA1C8005F7624F129AC24521F8FF6CF26104AEB94_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_Setup_m589693781EACDF65CF48C047E1C5530B722D9CE9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_SkipAnimations_m40C19DD35A12B0B285D2F9ED9458FEF45BE207A3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_StopItem_m448B62164EFE5DEE35CE81475EC1F4EDED3100A4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_Stop_m9587BA269CF3383D602BE44C1AC5675F51AC2F0F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_UpdateFromRelations_mE61E25DF3A7047C80B6D86EA1F526F4E6655918B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition__Play_m08FE7BA916BFDE0433ABA96252DD6A8F70C92E3F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition__ctor_m5AF12FFAAEE2CCDEE237651C391ECAF025ECAF57_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_set_ignoreEngineTimeScale_mA3B19B5057D306202E98A0E4C4F5937374E1F89E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Transition_set_timeScale_mA753F0ECC59A31B407B45ABC1B405CAE2C29C4D6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TranslationHelper_LoadFromXML_m8829B6D9BD5172D4D2D38A13F8C26A85E28E8A43_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TranslationHelper_TranslateComponent_m579FA9AA9C87C956AA9FEF33E40CCA6610EE178D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeNodeWillExpandDelegate_BeginInvoke_m92A46621A18DC65A459A28F4D52B0EC03A638DD6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeNode_AddChildAt_m8E2A83B83CC4373CDD2C6A80F98AC102C45A8000_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeNode_AddChild_mA9653D89E8AACD5F6B872A0932E377537371325D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeNode_GetChildAt_m59BE68DA5DA23C9C290C4316E1CAEC6318C6C6F2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeNode_GetChildIndex_mFA85B986F671047E6F0BC14303D9434E795E0E79_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeNode_GetNextSibling_m758A0AFF1CB27401AEA10A6DB29CC21E3A7E5BF3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeNode_GetPrevSibling_m43CF30DBDF822A454FB6254AA98743C5CD22A078_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeNode_RemoveChildAt_mFF187FC02D3721FE29D0773C30CC283073337BDA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeNode_RemoveChild_m10331A923B1A9EC96141921E71F06E09A480F3C9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeNode_SetChildIndex_mBAAB3532568DE6CF89138D48BC96B403ADA95FAD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeNode_SetTree_mD55AF6BD51429BDD2AF7627366D260AE78D2F67F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeNode_SwapChildrenAt_mE0E4AAE19E80D138E48F180309A4E8446FDF64AC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeNode_SwapChildren_m343EFBFB6621C1E9995AE966A9AEAA1912AE8BF9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeNode__ctor_m9F6BEA34101EEF0F4345582F85D2EB8E5C96F44E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeNode_get_numChildren_m1936A55B97E9E2BDE5808A6AD3147BD3E390D124_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeView_AfterCollapsed_m6FBB210B95643344DA72C038F341806C22ED0B5F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeView_AfterExpanded_m1F93E6AC4127123780BE1EC189B103E14314012C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeView_CreateCell_mBCCE313E355E4C68AEFA3EDE3B034F694177329B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeView_GetInsertIndexForNode_mFC33F596FC83FA2D01871D5E2C2EAC7D2917607A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeView_GetSelectedNode_m4494FFC9C62F39053920AE1F2CB265CF7AD6D8CC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeView_GetSelection_m6C66CB7AD1C605A82B4001AF1838478EDD8D9F40_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeView_UpdateNodes_m6BE6948A3BD4B397E2346028BFD7A0AFD18993ED_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeView___clickExpandButton_mD7ACA21A9DC7801960287F1AA73C500AC07E18F3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeView___clickItem_mE73E4059B4D5CEE29FB532F636E07C3B947B9CF7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TreeView__ctor_m6D3C98522D36809C541D6BD2415BE8633A5893F7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TweenConfig__ctor_mEC03B5B44FC058333E6B5FD35623C3DB23C2703F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TweenEngine_Update_m6E5FCDA0974A400611C53F9A821033BCF47A4F21_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TweenManager_Clean_m02561EA80D96D8B09553F8E1067181A1A6C6CD49_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TweenManager_CreateTween_mDB34E9FFC48569CC19F8E1653C676A506527FF06_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TweenManager_GetTween_m799F4E4297D2709E8D767EE15B7641F9C42D2328_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TweenManager_Init_mEC6CD88867FF26BAAA534625B6FA0E04283D7B58_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TweenManager_IsTweening_mC030658730BEBAC4EE45E51C172A09190145F9D2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TweenManager_KillTweens_mBDBAB6B4961E9645C7C94DF9ADB092D5FA8A829D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TweenManager_Update_mD4BDAB201318BE4BC79DAE2F043708C2CD688241_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TweenManager__cctor_mA59DBDABEA769A247234D2B2EBACC9122FBC9214_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TweenPropTypeUtils_SetProps_m7D66A161361B29380CEFED2A1D2CDA9155C9DB30_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TweenValue_get_Item_m7FAF335C897B075C89EB20956DD2A8CFF0437492_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TweenValue_set_Item_m63A59F0385ED4EE5B8D3199378C10710D7E9EC11_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TypingEffect_Cancel_m22CC8C2EACB8610F63447FD9E8A47DC66A9B8D4F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TypingEffect_OnMeshModified_m3381AD2B7E845AE462430759FA92A8FD8155EAA5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TypingEffect_PrintAll_mBDDC8F36D96C6BACB8128F5554AB7221C7DA90FA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TypingEffect_Print_mCA495301948CDAEB23A399865AB3027AC8A88050_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TypingEffect_Print_mD63BF6C13CB224A1D0D72177B87C8892679111CF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TypingEffect_Start_m1A0A2BE406C551A8A4374770E3345DD5B595747D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t TypingEffect__ctor_m6D7DA420207FCF6F7E9304377CD35E30C65A030D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CPrintU3Ed__17_MoveNext_m875CFEC7498A8C72A05E105DC3CF4EBB0FD20A19_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CPrintU3Ed__17_System_Collections_IEnumerator_Reset_m99DB50D8E986805FBA9157C77414A59F93D8B0BC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass4_0_U3CSetPackageItemExtensionU3Eb__0_mACB6EE01CEC92D57C56151DDF0FF6C71787FDBF7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass6_0_U3CSetExtensionU3Eb__0_mDCEE63D586E4D64EEC88BE7152EF8591DCCCA939_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass7_0_U3CSetLoaderExtensionU3Eb__0_mEB7AF27FC600359B80A3C1DB71059B91EB3D392C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIConfig_ApplyModifiedProperties_mA852C0D7FAEA95C677A80DE0EBA02B40E03F42CA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIConfig_Awake_m8F8EB77816A7DA3798D90FEEB76E34B80935F786_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIConfig_ClearResourceRefs_mD0E3E0A57A49291E942F678A9515C53F39039F15_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIConfig_Load_m3EB302E61DAA35A143EC59B0E7384D6DBB18478A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIConfig__cctor_m9947F21EB74F404F04E5600FB4FCC8C57B8EF93B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIConfig__ctor_m3D99D3D221067EFBEA6BC79BD3CD706FF6143621_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIContentScaler_ApplyChange_mEB8E7480E42BFE7E465545AA692F160C6DD40EDA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIContentScaler_OnDestroy_m4639240528719C75D892AE19344A9CEC27B8CCBE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIContentScaler_OnEnable_m39525AC55203FA059FD54DC855E2BBC076563CA4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIContentScaler__cctor_mBC8A4C492E83619895FF6611DA47B01970370684_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIObjectFactory_Clear_mEF671D0FC192B13B56C0D396F4F26810235F3BEA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIObjectFactory_NewObject_m34A581ED482FCD0565642CEB38C85812F556AAB8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIObjectFactory_NewObject_m3ECE19102DBC0A0F9CB926FC0A923D6C928662AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIObjectFactory_ResolvePackageItemExtension_mBF33E50B0E1DA614E06E60A4904074D17EA25102_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIObjectFactory_SetExtension_mC11C04CFC7D6AAAB3887E5545A27C43355EB8C20_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIObjectFactory_SetLoaderExtension_m230649C6E4309C7FC7E9F039942615D1CE113CDB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIObjectFactory_SetLoaderExtension_mF8CBAF5B25086030A765048DE5EDF52391E10F6E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIObjectFactory_SetPackageItemExtension_m37B15526B862E06ACE310A8A64DC4C4A441449ED_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIObjectFactory_SetPackageItemExtension_mC3CEC198A32AF74A974FA4BA75A1919CF71B5FBA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIObjectFactory__cctor_m250DDC80BDF4EC8D63D4F771ED503E052EF59C05_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_AddPackage_m6A42966AADCCFBF9E8BD97B80A39DF47C4BC700C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_AddPackage_mF3B305A96529EABBB4AD2F99D95CAE7BE1F33F15_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObjectAsync_m32EBB7497791C5CF62B6C1A817156AE24DE2984E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObjectAsync_mB27840F48D4424D67E1F1F4D98DEE60582A4DEB2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObjectFromURL_m09E52CB8831F3B2FCD3D20C1A107B6A1A5E0BF20_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObjectFromURL_m49B95314D8A99FE3748A8B8A0D93CEF9AA3A9CF0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObjectFromURL_m9B33D8E06ED632C72ACED1C5658F442E67DA1CE3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObject_m0A657547A64BAF6857035BFDF32B76BE7C8EA36D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObject_m0D76EA70E9E9131334E71C41E6D2DB9E406A25DD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObject_m1A2802AD14ABC7227BCC3570C079B03925AF370D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObject_m7C4F576EA69933D1D4CC43EA521D76DBBCA2E948_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_CreateObject_mC52A36C089B36A32A22762AF22215FD0E42328B0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_Dispose_mE43597D350AFD743B7024D568E84109D83AD7A1B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_GetById_m3AE748461D7196BFBA870A6F56D2336988EC623D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_GetByName_m20EDC35AFC3060CEB84F21470232F11F03919AE5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_GetItemAssetByURL_mADD6D0566B616E029A8A858F87E72204F6BE7895_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_GetItemAsset_m41BC6059FA02B8F5287C56A9ECFEFE13565291DD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_GetItemAsset_mDE5DDE7986C7CEDC58CCD0A5FFD2286CA0C64C64_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_GetItemByName_m9FDB7C7C7722329E2E761B9487941B6DE7BB64FF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_GetItemByURL_m42A2983D16F9885843B3205EF2B16FBD398A628C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_GetItemURL_m6533391887B91F235D268F8632DD782592236951_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_GetItem_m3C44EBD952417BD291B50D1BA16D547B8414DCF7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_GetPackages_mC2EA7EC163F08245F552E09E63E2C69A62BA189B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_LoadAllAssets_m7EFB122F1D2F96B211B8F52E6CF006B84C37F476_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_LoadAtlas_m70D797B4E52D882E8DEBDBFFAF1E1F47A38BF95E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_LoadBinary_mABE228AD20F90C5E2F2F262191B0305DA41945BD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_LoadFont_m38624F676040D364532DCCAD99D97EF5A4EAB1C5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_LoadImage_m92EDE2981BBB78C7AB607A4932A76C6DC5D44AC2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_LoadMovieClip_mDE4B1636841A793D4115C01947476B0F8C935C42_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_LoadPackage_mE0A617BF0C11B7F7A3317F19B3CB6C59D9E3D39D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_LoadSound_mDFCAD982123F1D207C6552337D348017367686D1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_NormalizeURL_m45855C062CBC11DE5646735352B184FBFE7F18CA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_ReloadAssets_m34B27391EE9D1CF6BA31BA0436BECB506EA3E690_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_RemoveAllPackages_m52EA1AE5F9EE50B834CB23DC9AC45EFF0E9012A4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_RemovePackage_mD6FA826B7316DE6B748EE5EEB238AD011BC62588_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_UnloadAssets_mAFDFDD0852BCB23C5699A5AD259D551962DBB5F7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage__cctor_m6F78333C797763641EB5404FDBB2CFAD8A372126_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage__ctor_m7B3C379A540879F02273E6237AACC524DE7B6BF1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage__loadFunc_mC46ABA29568423BB23221E87E74CA6CCFBE11899_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPackage_set_customId_mEFAEB4DDE4CF2507EE04B55B4D95F91ED5DC9D11_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPainter_ApplyModifiedProperties_mCDE8945701713F86DBA0E616EBA752DCF8463186_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPainter_CaptureInEditMode_m8EBE6923D82A08BD1F5D114D70C1AC213D080DAD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPainter_Capture_mC9B5D05514554B65E9965E3B0D77857AD333016F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPainter_CreateContainer_m305C66D3B4AA9239E8B872290AA713F053439798_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPainter_CreateUI_mF7782430FCCF986DB735D7D92DA786B71984C848_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPainter_DestroyTexture_m5E40AE8BCBAC0A97E14EE1639A9044DC684F8B3B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPainter_EM_BeforeUpdate_mFCDB9FA842B94BA5911351F1FFB3DE985FB94E5A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPainter_EM_Update_m893CA350665D576AA2CCDF6153C8D4C6403D277B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPainter_OnDestroy_mE71AF7C57369095DF4FFD75504FA699D1BF87D53_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPainter_OnDisable_m89B850836773B4CAEEA07349A262EC9E44955EB1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPainter_OnEnable_mDB274A441EF26CA8CC5148756F7B3D2007E32A18_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPainter_OnUpdateSource_m267C3C66332946A3444FB19D8E1E7E22FCB5D485_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPainter_U3CCreateUIU3Eb__26_0_mB0D47EB57604CE5F9EB5E955F1F046A7F35679DC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_ApplyModifiedProperties_m8E4BB6DDF1F2C0A85B84B9D3733FC78658109749_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_CacheNativeChildrenRenderers_mB0081F3960CF08C00B873A7D835ED4425A9F3D4F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_CreateContainer_m106F47B352E9C09D8DBC8D4E5FE75487D34284C5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_CreateUI_EditMode_m66C6224141650D33A0427E84885C3098B422D00E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_CreateUI_PlayMode_mCAF1513FF49DF720702D306FDD93C20ADAF816FF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_EM_BeforeUpdate_mE850C7687987C9499A111E23D3D0A068C7EF1116_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_EM_Update_mC242416FE2F836C37F6EE90951B8A946AE10BE63_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_GetUIWorldPosition_m41B2616D5F83952BB3F60C25596D1ACF991BEFB6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_HandleScreenSizeChanged_m6FED4337A3FE60DEDDD9CFD35EA878D51C1397E0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_MoveUI_mDD6874D650B88A2BEEC55AAB4F9FF70BDF2E4B8E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_OnDestroy_mFAED8F57AC745158792E6974E8527EDBAE758D4D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_OnDisable_m3BAF85161EC53602D5883CD2FFD49D9908DAF365_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_OnEnable_m9F125F9B40F696E09BCFA62AA8BA820BDC748954_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_OnUpdateSource_m70083E9D9F0860528E9DB62115CBC19E7ED5B781_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_SetHitTestMode_m9E15FA8C797F5D6399D8EB9882D35104DDB5CC25_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_U3CCreateContainerU3Eb__29_0_mA8F0C827B4E144E22E6BE47D12478D9233EA5643_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_UpdateHitArea_mA99C42D87BCDCC7EF01C347ED95C11A7552FDBE1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_Update_mDA061C139ED5C5EEE1A152988115217FC7F2ABDC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UIPanel_get_ui_m232D9C9DDB9D8F74C06A87464AF6E94E54D4466E_MetadataUsageId; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22; struct FrameU5BU5D_t9FE8BF5404F87B8E1E2B6901F3946829704FABA6; struct CharPositionU5BU5D_tD03B47910FA487100BAF164CEB3E05EB017B1ED4; struct TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807; struct UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1; struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; struct RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93; struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6; struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // FairyGUI.BaseFont struct BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F : public RuntimeObject { public: // System.String FairyGUI.BaseFont::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; // FairyGUI.NTexture FairyGUI.BaseFont::mainTexture NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___mainTexture_1; // System.Boolean FairyGUI.BaseFont::canTint bool ___canTint_2; // System.Boolean FairyGUI.BaseFont::customBold bool ___customBold_3; // System.Boolean FairyGUI.BaseFont::customBoldAndItalic bool ___customBoldAndItalic_4; // System.String FairyGUI.BaseFont::shader String_t* ___shader_5; // System.Boolean FairyGUI.BaseFont::keepCrisp bool ___keepCrisp_6; // FairyGUI.PackageItem FairyGUI.BaseFont::packageItem PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___packageItem_7; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_mainTexture_1() { return static_cast(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___mainTexture_1)); } inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get_mainTexture_1() const { return ___mainTexture_1; } inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of_mainTexture_1() { return &___mainTexture_1; } inline void set_mainTexture_1(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value) { ___mainTexture_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mainTexture_1), (void*)value); } inline static int32_t get_offset_of_canTint_2() { return static_cast(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___canTint_2)); } inline bool get_canTint_2() const { return ___canTint_2; } inline bool* get_address_of_canTint_2() { return &___canTint_2; } inline void set_canTint_2(bool value) { ___canTint_2 = value; } inline static int32_t get_offset_of_customBold_3() { return static_cast(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___customBold_3)); } inline bool get_customBold_3() const { return ___customBold_3; } inline bool* get_address_of_customBold_3() { return &___customBold_3; } inline void set_customBold_3(bool value) { ___customBold_3 = value; } inline static int32_t get_offset_of_customBoldAndItalic_4() { return static_cast(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___customBoldAndItalic_4)); } inline bool get_customBoldAndItalic_4() const { return ___customBoldAndItalic_4; } inline bool* get_address_of_customBoldAndItalic_4() { return &___customBoldAndItalic_4; } inline void set_customBoldAndItalic_4(bool value) { ___customBoldAndItalic_4 = value; } inline static int32_t get_offset_of_shader_5() { return static_cast(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___shader_5)); } inline String_t* get_shader_5() const { return ___shader_5; } inline String_t** get_address_of_shader_5() { return &___shader_5; } inline void set_shader_5(String_t* value) { ___shader_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___shader_5), (void*)value); } inline static int32_t get_offset_of_keepCrisp_6() { return static_cast(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___keepCrisp_6)); } inline bool get_keepCrisp_6() const { return ___keepCrisp_6; } inline bool* get_address_of_keepCrisp_6() { return &___keepCrisp_6; } inline void set_keepCrisp_6(bool value) { ___keepCrisp_6 = value; } inline static int32_t get_offset_of_packageItem_7() { return static_cast(offsetof(BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F, ___packageItem_7)); } inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get_packageItem_7() const { return ___packageItem_7; } inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of_packageItem_7() { return &___packageItem_7; } inline void set_packageItem_7(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value) { ___packageItem_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___packageItem_7), (void*)value); } }; // FairyGUI.BitmapFont_BMGlyph struct BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA : public RuntimeObject { public: // System.Int32 FairyGUI.BitmapFont_BMGlyph::offsetX int32_t ___offsetX_0; // System.Int32 FairyGUI.BitmapFont_BMGlyph::offsetY int32_t ___offsetY_1; // System.Int32 FairyGUI.BitmapFont_BMGlyph::width int32_t ___width_2; // System.Int32 FairyGUI.BitmapFont_BMGlyph::height int32_t ___height_3; // System.Int32 FairyGUI.BitmapFont_BMGlyph::advance int32_t ___advance_4; // System.Int32 FairyGUI.BitmapFont_BMGlyph::lineHeight int32_t ___lineHeight_5; // UnityEngine.Vector2[] FairyGUI.BitmapFont_BMGlyph::uv Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___uv_6; // System.Int32 FairyGUI.BitmapFont_BMGlyph::channel int32_t ___channel_7; public: inline static int32_t get_offset_of_offsetX_0() { return static_cast(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___offsetX_0)); } inline int32_t get_offsetX_0() const { return ___offsetX_0; } inline int32_t* get_address_of_offsetX_0() { return &___offsetX_0; } inline void set_offsetX_0(int32_t value) { ___offsetX_0 = value; } inline static int32_t get_offset_of_offsetY_1() { return static_cast(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___offsetY_1)); } inline int32_t get_offsetY_1() const { return ___offsetY_1; } inline int32_t* get_address_of_offsetY_1() { return &___offsetY_1; } inline void set_offsetY_1(int32_t value) { ___offsetY_1 = value; } inline static int32_t get_offset_of_width_2() { return static_cast(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___width_2)); } inline int32_t get_width_2() const { return ___width_2; } inline int32_t* get_address_of_width_2() { return &___width_2; } inline void set_width_2(int32_t value) { ___width_2 = value; } inline static int32_t get_offset_of_height_3() { return static_cast(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___height_3)); } inline int32_t get_height_3() const { return ___height_3; } inline int32_t* get_address_of_height_3() { return &___height_3; } inline void set_height_3(int32_t value) { ___height_3 = value; } inline static int32_t get_offset_of_advance_4() { return static_cast(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___advance_4)); } inline int32_t get_advance_4() const { return ___advance_4; } inline int32_t* get_address_of_advance_4() { return &___advance_4; } inline void set_advance_4(int32_t value) { ___advance_4 = value; } inline static int32_t get_offset_of_lineHeight_5() { return static_cast(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___lineHeight_5)); } inline int32_t get_lineHeight_5() const { return ___lineHeight_5; } inline int32_t* get_address_of_lineHeight_5() { return &___lineHeight_5; } inline void set_lineHeight_5(int32_t value) { ___lineHeight_5 = value; } inline static int32_t get_offset_of_uv_6() { return static_cast(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___uv_6)); } inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_uv_6() const { return ___uv_6; } inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_uv_6() { return &___uv_6; } inline void set_uv_6(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value) { ___uv_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___uv_6), (void*)value); } inline static int32_t get_offset_of_channel_7() { return static_cast(offsetof(BMGlyph_tD36AA9718639FD05CCEA48CF8B5B54BA5C405DFA, ___channel_7)); } inline int32_t get_channel_7() const { return ___channel_7; } inline int32_t* get_address_of_channel_7() { return &___channel_7; } inline void set_channel_7(int32_t value) { ___channel_7 = value; } }; // FairyGUI.ColliderHitTest struct ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 : public RuntimeObject { public: // UnityEngine.Collider FairyGUI.ColliderHitTest::collider Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * ___collider_0; public: inline static int32_t get_offset_of_collider_0() { return static_cast(offsetof(ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67, ___collider_0)); } inline Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * get_collider_0() const { return ___collider_0; } inline Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF ** get_address_of_collider_0() { return &___collider_0; } inline void set_collider_0(Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * value) { ___collider_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___collider_0), (void*)value); } }; // FairyGUI.EMRenderSupport struct EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01 : public RuntimeObject { public: public: }; struct EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields { public: // System.Boolean FairyGUI.EMRenderSupport::orderChanged bool ___orderChanged_0; // FairyGUI.UpdateContext FairyGUI.EMRenderSupport::_updateContext UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * ____updateContext_1; // System.Collections.Generic.List`1 FairyGUI.EMRenderSupport::_targets List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * ____targets_2; // System.Boolean FairyGUI.EMRenderSupport::k__BackingField bool ___U3CpackageListReadyU3Ek__BackingField_3; public: inline static int32_t get_offset_of_orderChanged_0() { return static_cast(offsetof(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields, ___orderChanged_0)); } inline bool get_orderChanged_0() const { return ___orderChanged_0; } inline bool* get_address_of_orderChanged_0() { return &___orderChanged_0; } inline void set_orderChanged_0(bool value) { ___orderChanged_0 = value; } inline static int32_t get_offset_of__updateContext_1() { return static_cast(offsetof(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields, ____updateContext_1)); } inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * get__updateContext_1() const { return ____updateContext_1; } inline UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 ** get_address_of__updateContext_1() { return &____updateContext_1; } inline void set__updateContext_1(UpdateContext_t5B9A5C94A63A810E1CBE710A986D7E126ACA0BC7 * value) { ____updateContext_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____updateContext_1), (void*)value); } inline static int32_t get_offset_of__targets_2() { return static_cast(offsetof(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields, ____targets_2)); } inline List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * get__targets_2() const { return ____targets_2; } inline List_1_tE262A84CC5F1151019072F2449190177E8FABB78 ** get_address_of__targets_2() { return &____targets_2; } inline void set__targets_2(List_1_tE262A84CC5F1151019072F2449190177E8FABB78 * value) { ____targets_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____targets_2), (void*)value); } inline static int32_t get_offset_of_U3CpackageListReadyU3Ek__BackingField_3() { return static_cast(offsetof(EMRenderSupport_t7540CF42605AE55B2C6964401769DC4072DB0D01_StaticFields, ___U3CpackageListReadyU3Ek__BackingField_3)); } inline bool get_U3CpackageListReadyU3Ek__BackingField_3() const { return ___U3CpackageListReadyU3Ek__BackingField_3; } inline bool* get_address_of_U3CpackageListReadyU3Ek__BackingField_3() { return &___U3CpackageListReadyU3Ek__BackingField_3; } inline void set_U3CpackageListReadyU3Ek__BackingField_3(bool value) { ___U3CpackageListReadyU3Ek__BackingField_3 = value; } }; // FairyGUI.EventContext struct EventContext_tBEDCE219E5F37B72C872E1032605ECE614483122 : public RuntimeObject { public: // FairyGUI.EventDispatcher FairyGUI.EventContext::k__BackingField EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 * ___U3CsenderU3Ek__BackingField_0; // System.Object FairyGUI.EventContext::k__BackingField RuntimeObject * ___U3CinitiatorU3Ek__BackingField_1; // FairyGUI.InputEvent FairyGUI.EventContext::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.EventContext::callChain List_1_t96F9041444F491A9089B15870662D9839D1B9728 * ___callChain_8; public: inline static int32_t get_offset_of_U3CsenderU3Ek__BackingField_0() { return static_cast(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(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(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(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(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(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(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(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(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::pool Stack_1_tE8A87CB7B553D220A0B04201A88B39485C44C95A * ___pool_9; public: inline static int32_t get_offset_of_pool_9() { return static_cast(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 FairyGUI.EventDispatcher::_dic Dictionary_2_t088A725192C1A620E541C1A7FACDF89E850EF52B * ____dic_0; public: inline static int32_t get_offset_of__dic_0() { return static_cast(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(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(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(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> 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(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(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(offsetof(GObjectPool_t679A95F94538DC866986686E81321C6F406BEF17, ____manager_2)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get__manager_2() const { return ____manager_2; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of__manager_2() { return &____manager_2; } inline void set__manager_2(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ____manager_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____manager_2), (void*)value); } }; // FairyGUI.MovieClip_Frame struct Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B : public RuntimeObject { public: // FairyGUI.NTexture FairyGUI.MovieClip_Frame::texture NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * ___texture_0; // System.Single FairyGUI.MovieClip_Frame::addDelay float ___addDelay_1; public: inline static int32_t get_offset_of_texture_0() { return static_cast(offsetof(Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B, ___texture_0)); } inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * get_texture_0() const { return ___texture_0; } inline NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A ** get_address_of_texture_0() { return &___texture_0; } inline void set_texture_0(NTexture_t9813C44CB3973E257F05F29A43D8D9FE6D10AB9A * value) { ___texture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___texture_0), (void*)value); } inline static int32_t get_offset_of_addDelay_1() { return static_cast(offsetof(Frame_tBA2B1FC91D15E3DC100938743C724E6FF62CA89B, ___addDelay_1)); } inline float get_addDelay_1() const { return ___addDelay_1; } inline float* get_address_of_addDelay_1() { return &___addDelay_1; } inline void set_addDelay_1(float value) { ___addDelay_1 = value; } }; // FairyGUI.PixelHitTestData struct PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4 : public RuntimeObject { public: // System.Int32 FairyGUI.PixelHitTestData::pixelWidth int32_t ___pixelWidth_0; // System.Single FairyGUI.PixelHitTestData::scale float ___scale_1; // System.Byte[] FairyGUI.PixelHitTestData::pixels ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___pixels_2; // System.Int32 FairyGUI.PixelHitTestData::pixelsLength int32_t ___pixelsLength_3; // System.Int32 FairyGUI.PixelHitTestData::pixelsOffset int32_t ___pixelsOffset_4; public: inline static int32_t get_offset_of_pixelWidth_0() { return static_cast(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___pixelWidth_0)); } inline int32_t get_pixelWidth_0() const { return ___pixelWidth_0; } inline int32_t* get_address_of_pixelWidth_0() { return &___pixelWidth_0; } inline void set_pixelWidth_0(int32_t value) { ___pixelWidth_0 = value; } inline static int32_t get_offset_of_scale_1() { return static_cast(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___scale_1)); } inline float get_scale_1() const { return ___scale_1; } inline float* get_address_of_scale_1() { return &___scale_1; } inline void set_scale_1(float value) { ___scale_1 = value; } inline static int32_t get_offset_of_pixels_2() { return static_cast(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___pixels_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_pixels_2() const { return ___pixels_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_pixels_2() { return &___pixels_2; } inline void set_pixels_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___pixels_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pixels_2), (void*)value); } inline static int32_t get_offset_of_pixelsLength_3() { return static_cast(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___pixelsLength_3)); } inline int32_t get_pixelsLength_3() const { return ___pixelsLength_3; } inline int32_t* get_address_of_pixelsLength_3() { return &___pixelsLength_3; } inline void set_pixelsLength_3(int32_t value) { ___pixelsLength_3 = value; } inline static int32_t get_offset_of_pixelsOffset_4() { return static_cast(offsetof(PixelHitTestData_t3D8AE416551C5022E8965DB307C0051F731B3CB4, ___pixelsOffset_4)); } inline int32_t get_pixelsOffset_4() const { return ___pixelsOffset_4; } inline int32_t* get_address_of_pixelsOffset_4() { return &___pixelsOffset_4; } inline void set_pixelsOffset_4(int32_t value) { ___pixelsOffset_4 = value; } }; // FairyGUI.ShaderConfig struct ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A : public RuntimeObject { public: public: }; struct ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields { public: // FairyGUI.ShaderConfig_GetFunction FairyGUI.ShaderConfig::Get GetFunction_t70B315803C0EA430D39699C5F3F35B556D58C5DA * ___Get_0; // System.String FairyGUI.ShaderConfig::imageShader String_t* ___imageShader_1; // System.String FairyGUI.ShaderConfig::textShader String_t* ___textShader_2; // System.String FairyGUI.ShaderConfig::bmFontShader String_t* ___bmFontShader_3; // FairyGUI.ShaderConfig_PropertyIDs FairyGUI.ShaderConfig::_properyIDs PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * ____properyIDs_4; public: inline static int32_t get_offset_of_Get_0() { return static_cast(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(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(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(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(offsetof(ShaderConfig_t83C33B80BB5432E47CBF403A8AA630781A21E92A_StaticFields, ____properyIDs_4)); } inline PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * get__properyIDs_4() const { return ____properyIDs_4; } inline PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 ** get_address_of__properyIDs_4() { return &____properyIDs_4; } inline void set__properyIDs_4(PropertyIDs_t9FF9C2F6F42C97326CC82F370F5BCA596DA8DD71 * value) { ____properyIDs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____properyIDs_4), (void*)value); } }; // FairyGUI.Stats struct Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0 : public RuntimeObject { public: public: }; struct Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields { public: // System.Int32 FairyGUI.Stats::ObjectCount int32_t ___ObjectCount_0; // System.Int32 FairyGUI.Stats::GraphicsCount int32_t ___GraphicsCount_1; // System.Int32 FairyGUI.Stats::LatestObjectCreation int32_t ___LatestObjectCreation_2; // System.Int32 FairyGUI.Stats::LatestGraphicsCreation int32_t ___LatestGraphicsCreation_3; public: inline static int32_t get_offset_of_ObjectCount_0() { return static_cast(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___ObjectCount_0)); } inline int32_t get_ObjectCount_0() const { return ___ObjectCount_0; } inline int32_t* get_address_of_ObjectCount_0() { return &___ObjectCount_0; } inline void set_ObjectCount_0(int32_t value) { ___ObjectCount_0 = value; } inline static int32_t get_offset_of_GraphicsCount_1() { return static_cast(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___GraphicsCount_1)); } inline int32_t get_GraphicsCount_1() const { return ___GraphicsCount_1; } inline int32_t* get_address_of_GraphicsCount_1() { return &___GraphicsCount_1; } inline void set_GraphicsCount_1(int32_t value) { ___GraphicsCount_1 = value; } inline static int32_t get_offset_of_LatestObjectCreation_2() { return static_cast(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___LatestObjectCreation_2)); } inline int32_t get_LatestObjectCreation_2() const { return ___LatestObjectCreation_2; } inline int32_t* get_address_of_LatestObjectCreation_2() { return &___LatestObjectCreation_2; } inline void set_LatestObjectCreation_2(int32_t value) { ___LatestObjectCreation_2 = value; } inline static int32_t get_offset_of_LatestGraphicsCreation_3() { return static_cast(offsetof(Stats_t02E9F15448F45B6237F6B9E32A972EB3E0A7F7B0_StaticFields, ___LatestGraphicsCreation_3)); } inline int32_t get_LatestGraphicsCreation_3() const { return ___LatestGraphicsCreation_3; } inline int32_t* get_address_of_LatestGraphicsCreation_3() { return &___LatestGraphicsCreation_3; } inline void set_LatestGraphicsCreation_3(int32_t value) { ___LatestGraphicsCreation_3 = value; } }; // FairyGUI.TValue struct TValue_t82801118914234C897121D3AFA68F615837FB309 : public RuntimeObject { public: // System.Single FairyGUI.TValue::f1 float ___f1_0; // System.Single FairyGUI.TValue::f2 float ___f2_1; // System.Single FairyGUI.TValue::f3 float ___f3_2; // System.Single FairyGUI.TValue::f4 float ___f4_3; // System.Boolean FairyGUI.TValue::b1 bool ___b1_4; // System.Boolean FairyGUI.TValue::b2 bool ___b2_5; public: inline static int32_t get_offset_of_f1_0() { return static_cast(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___f1_0)); } inline float get_f1_0() const { return ___f1_0; } inline float* get_address_of_f1_0() { return &___f1_0; } inline void set_f1_0(float value) { ___f1_0 = value; } inline static int32_t get_offset_of_f2_1() { return static_cast(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___f2_1)); } inline float get_f2_1() const { return ___f2_1; } inline float* get_address_of_f2_1() { return &___f2_1; } inline void set_f2_1(float value) { ___f2_1 = value; } inline static int32_t get_offset_of_f3_2() { return static_cast(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___f3_2)); } inline float get_f3_2() const { return ___f3_2; } inline float* get_address_of_f3_2() { return &___f3_2; } inline void set_f3_2(float value) { ___f3_2 = value; } inline static int32_t get_offset_of_f4_3() { return static_cast(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___f4_3)); } inline float get_f4_3() const { return ___f4_3; } inline float* get_address_of_f4_3() { return &___f4_3; } inline void set_f4_3(float value) { ___f4_3 = value; } inline static int32_t get_offset_of_b1_4() { return static_cast(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___b1_4)); } inline bool get_b1_4() const { return ___b1_4; } inline bool* get_address_of_b1_4() { return &___b1_4; } inline void set_b1_4(bool value) { ___b1_4 = value; } inline static int32_t get_offset_of_b2_5() { return static_cast(offsetof(TValue_t82801118914234C897121D3AFA68F615837FB309, ___b2_5)); } inline bool get_b2_5() const { return ___b2_5; } inline bool* get_address_of_b2_5() { return &___b2_5; } inline void set_b2_5(bool value) { ___b2_5 = value; } }; // FairyGUI.TValue_Animation struct TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B : public RuntimeObject { public: // System.Int32 FairyGUI.TValue_Animation::frame int32_t ___frame_0; // System.Boolean FairyGUI.TValue_Animation::playing bool ___playing_1; // System.Boolean FairyGUI.TValue_Animation::flag bool ___flag_2; public: inline static int32_t get_offset_of_frame_0() { return static_cast(offsetof(TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B, ___frame_0)); } inline int32_t get_frame_0() const { return ___frame_0; } inline int32_t* get_address_of_frame_0() { return &___frame_0; } inline void set_frame_0(int32_t value) { ___frame_0 = value; } inline static int32_t get_offset_of_playing_1() { return static_cast(offsetof(TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B, ___playing_1)); } inline bool get_playing_1() const { return ___playing_1; } inline bool* get_address_of_playing_1() { return &___playing_1; } inline void set_playing_1(bool value) { ___playing_1 = value; } inline static int32_t get_offset_of_flag_2() { return static_cast(offsetof(TValue_Animation_t1004DD078F33E661E4F431BB9B36EC95E07E353B, ___flag_2)); } inline bool get_flag_2() const { return ___flag_2; } inline bool* get_address_of_flag_2() { return &___flag_2; } inline void set_flag_2(bool value) { ___flag_2 = value; } }; // FairyGUI.TValue_Sound struct TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF : public RuntimeObject { public: // System.String FairyGUI.TValue_Sound::sound String_t* ___sound_0; // System.Single FairyGUI.TValue_Sound::volume float ___volume_1; // FairyGUI.NAudioClip FairyGUI.TValue_Sound::audioClip NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * ___audioClip_2; public: inline static int32_t get_offset_of_sound_0() { return static_cast(offsetof(TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF, ___sound_0)); } inline String_t* get_sound_0() const { return ___sound_0; } inline String_t** get_address_of_sound_0() { return &___sound_0; } inline void set_sound_0(String_t* value) { ___sound_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___sound_0), (void*)value); } inline static int32_t get_offset_of_volume_1() { return static_cast(offsetof(TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF, ___volume_1)); } inline float get_volume_1() const { return ___volume_1; } inline float* get_address_of_volume_1() { return &___volume_1; } inline void set_volume_1(float value) { ___volume_1 = value; } inline static int32_t get_offset_of_audioClip_2() { return static_cast(offsetof(TValue_Sound_tCA4A70E33038955B6074B9C1CF2C3A155E9630AF, ___audioClip_2)); } inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * get_audioClip_2() const { return ___audioClip_2; } inline NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 ** get_address_of_audioClip_2() { return &___audioClip_2; } inline void set_audioClip_2(NAudioClip_t77003654B1054E15EC7A8C7D6A4AB3030F2FFE96 * value) { ___audioClip_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___audioClip_2), (void*)value); } }; // FairyGUI.TValue_Text struct TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252 : public RuntimeObject { public: // System.String FairyGUI.TValue_Text::text String_t* ___text_0; public: inline static int32_t get_offset_of_text_0() { return static_cast(offsetof(TValue_Text_t711CF0D33B62B892B8601CEF82FB873B8A902252, ___text_0)); } inline String_t* get_text_0() const { return ___text_0; } inline String_t** get_address_of_text_0() { return &___text_0; } inline void set_text_0(String_t* value) { ___text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_0), (void*)value); } }; // FairyGUI.TValue_Transition struct TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131 : public RuntimeObject { public: // System.String FairyGUI.TValue_Transition::transName String_t* ___transName_0; // System.Int32 FairyGUI.TValue_Transition::playTimes int32_t ___playTimes_1; // FairyGUI.Transition FairyGUI.TValue_Transition::trans Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * ___trans_2; // FairyGUI.PlayCompleteCallback FairyGUI.TValue_Transition::playCompleteDelegate PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ___playCompleteDelegate_3; // System.Single FairyGUI.TValue_Transition::stopTime float ___stopTime_4; public: inline static int32_t get_offset_of_transName_0() { return static_cast(offsetof(TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131, ___transName_0)); } inline String_t* get_transName_0() const { return ___transName_0; } inline String_t** get_address_of_transName_0() { return &___transName_0; } inline void set_transName_0(String_t* value) { ___transName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___transName_0), (void*)value); } inline static int32_t get_offset_of_playTimes_1() { return static_cast(offsetof(TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131, ___playTimes_1)); } inline int32_t get_playTimes_1() const { return ___playTimes_1; } inline int32_t* get_address_of_playTimes_1() { return &___playTimes_1; } inline void set_playTimes_1(int32_t value) { ___playTimes_1 = value; } inline static int32_t get_offset_of_trans_2() { return static_cast(offsetof(TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131, ___trans_2)); } inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * get_trans_2() const { return ___trans_2; } inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA ** get_address_of_trans_2() { return &___trans_2; } inline void set_trans_2(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * value) { ___trans_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___trans_2), (void*)value); } inline static int32_t get_offset_of_playCompleteDelegate_3() { return static_cast(offsetof(TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131, ___playCompleteDelegate_3)); } inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * get_playCompleteDelegate_3() const { return ___playCompleteDelegate_3; } inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 ** get_address_of_playCompleteDelegate_3() { return &___playCompleteDelegate_3; } inline void set_playCompleteDelegate_3(PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * value) { ___playCompleteDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___playCompleteDelegate_3), (void*)value); } inline static int32_t get_offset_of_stopTime_4() { return static_cast(offsetof(TValue_Transition_t371D5E11386B12B5DF2E4F2C3FDD29182E954131, ___stopTime_4)); } inline float get_stopTime_4() const { return ___stopTime_4; } inline float* get_address_of_stopTime_4() { return &___stopTime_4; } inline void set_stopTime_4(float value) { ___stopTime_4 = value; } }; // FairyGUI.TValue_Visible struct TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E : public RuntimeObject { public: // System.Boolean FairyGUI.TValue_Visible::visible bool ___visible_0; public: inline static int32_t get_offset_of_visible_0() { return static_cast(offsetof(TValue_Visible_t75D55EA67094BC1AC626B70E112E32271EA07F6E, ___visible_0)); } inline bool get_visible_0() const { return ___visible_0; } inline bool* get_address_of_visible_0() { return &___visible_0; } inline void set_visible_0(bool value) { ___visible_0 = value; } }; // FairyGUI.Timers struct Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 FairyGUI.Timers::_items Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * ____items_3; // System.Collections.Generic.Dictionary`2 FairyGUI.Timers::_toAdd Dictionary_2_t46291962A1BECB688537991D97A796487DDEC86B * ____toAdd_4; // System.Collections.Generic.List`1 FairyGUI.Timers::_toRemove List_1_t2EA7CD9F2D9D75005F9C02BC2534E503B08E0E65 * ____toRemove_5; // System.Collections.Generic.List`1 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(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(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(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(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(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(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(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(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(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(offsetof(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3_StaticFields, ____inst_9)); } inline Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * get__inst_9() const { return ____inst_9; } inline Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 ** get_address_of__inst_9() { return &____inst_9; } inline void set__inst_9(Timers_t0460FD83034A09479176FC176CB5306B89A14EB3 * value) { ____inst_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____inst_9), (void*)value); } }; // FairyGUI.TouchScreenKeyboard struct TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937 : public RuntimeObject { public: // UnityEngine.TouchScreenKeyboard FairyGUI.TouchScreenKeyboard::_keyboard TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * ____keyboard_0; public: inline static int32_t get_offset_of__keyboard_0() { return static_cast(offsetof(TouchScreenKeyboard_t39BE565862BD21DA4AD0719C2D7B453B96FAC937, ____keyboard_0)); } inline TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * get__keyboard_0() const { return ____keyboard_0; } inline TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 ** get_address_of__keyboard_0() { return &____keyboard_0; } inline void set__keyboard_0(TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * value) { ____keyboard_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____keyboard_0), (void*)value); } }; // FairyGUI.Transition struct Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA : public RuntimeObject { public: // System.String FairyGUI.Transition::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; // System.Boolean FairyGUI.Transition::invalidateBatchingEveryFrame bool ___invalidateBatchingEveryFrame_1; // FairyGUI.GComponent FairyGUI.Transition::_owner GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ____owner_2; // FairyGUI.TransitionItem[] FairyGUI.Transition::_items TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* ____items_3; // System.Int32 FairyGUI.Transition::_totalTimes int32_t ____totalTimes_4; // System.Int32 FairyGUI.Transition::_totalTasks int32_t ____totalTasks_5; // System.Boolean FairyGUI.Transition::_playing bool ____playing_6; // System.Boolean FairyGUI.Transition::_paused bool ____paused_7; // System.Single FairyGUI.Transition::_ownerBaseX float ____ownerBaseX_8; // System.Single FairyGUI.Transition::_ownerBaseY float ____ownerBaseY_9; // FairyGUI.PlayCompleteCallback FairyGUI.Transition::_onComplete PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * ____onComplete_10; // System.Int32 FairyGUI.Transition::_options int32_t ____options_11; // System.Boolean FairyGUI.Transition::_reversed bool ____reversed_12; // System.Single FairyGUI.Transition::_totalDuration float ____totalDuration_13; // System.Boolean FairyGUI.Transition::_autoPlay bool ____autoPlay_14; // System.Int32 FairyGUI.Transition::_autoPlayTimes int32_t ____autoPlayTimes_15; // System.Single FairyGUI.Transition::_autoPlayDelay float ____autoPlayDelay_16; // System.Single FairyGUI.Transition::_timeScale float ____timeScale_17; // System.Boolean FairyGUI.Transition::_ignoreEngineTimeScale bool ____ignoreEngineTimeScale_18; // System.Single FairyGUI.Transition::_startTime float ____startTime_19; // System.Single FairyGUI.Transition::_endTime float ____endTime_20; // FairyGUI.GTweenCallback FairyGUI.Transition::_delayedCallDelegate GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____delayedCallDelegate_21; // FairyGUI.GTweenCallback1 FairyGUI.Transition::_delayedCallDelegate2 GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____delayedCallDelegate2_22; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_invalidateBatchingEveryFrame_1() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ___invalidateBatchingEveryFrame_1)); } inline bool get_invalidateBatchingEveryFrame_1() const { return ___invalidateBatchingEveryFrame_1; } inline bool* get_address_of_invalidateBatchingEveryFrame_1() { return &___invalidateBatchingEveryFrame_1; } inline void set_invalidateBatchingEveryFrame_1(bool value) { ___invalidateBatchingEveryFrame_1 = value; } inline static int32_t get_offset_of__owner_2() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____owner_2)); } inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get__owner_2() const { return ____owner_2; } inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of__owner_2() { return &____owner_2; } inline void set__owner_2(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value) { ____owner_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____owner_2), (void*)value); } inline static int32_t get_offset_of__items_3() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____items_3)); } inline TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* get__items_3() const { return ____items_3; } inline TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807** get_address_of__items_3() { return &____items_3; } inline void set__items_3(TransitionItemU5BU5D_t80A60E7AD8B31201544625EC84521BECB5B19807* value) { ____items_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_3), (void*)value); } inline static int32_t get_offset_of__totalTimes_4() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____totalTimes_4)); } inline int32_t get__totalTimes_4() const { return ____totalTimes_4; } inline int32_t* get_address_of__totalTimes_4() { return &____totalTimes_4; } inline void set__totalTimes_4(int32_t value) { ____totalTimes_4 = value; } inline static int32_t get_offset_of__totalTasks_5() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____totalTasks_5)); } inline int32_t get__totalTasks_5() const { return ____totalTasks_5; } inline int32_t* get_address_of__totalTasks_5() { return &____totalTasks_5; } inline void set__totalTasks_5(int32_t value) { ____totalTasks_5 = value; } inline static int32_t get_offset_of__playing_6() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____playing_6)); } inline bool get__playing_6() const { return ____playing_6; } inline bool* get_address_of__playing_6() { return &____playing_6; } inline void set__playing_6(bool value) { ____playing_6 = value; } inline static int32_t get_offset_of__paused_7() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____paused_7)); } inline bool get__paused_7() const { return ____paused_7; } inline bool* get_address_of__paused_7() { return &____paused_7; } inline void set__paused_7(bool value) { ____paused_7 = value; } inline static int32_t get_offset_of__ownerBaseX_8() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____ownerBaseX_8)); } inline float get__ownerBaseX_8() const { return ____ownerBaseX_8; } inline float* get_address_of__ownerBaseX_8() { return &____ownerBaseX_8; } inline void set__ownerBaseX_8(float value) { ____ownerBaseX_8 = value; } inline static int32_t get_offset_of__ownerBaseY_9() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____ownerBaseY_9)); } inline float get__ownerBaseY_9() const { return ____ownerBaseY_9; } inline float* get_address_of__ownerBaseY_9() { return &____ownerBaseY_9; } inline void set__ownerBaseY_9(float value) { ____ownerBaseY_9 = value; } inline static int32_t get_offset_of__onComplete_10() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____onComplete_10)); } inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * get__onComplete_10() const { return ____onComplete_10; } inline PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 ** get_address_of__onComplete_10() { return &____onComplete_10; } inline void set__onComplete_10(PlayCompleteCallback_tD9FCD8B7C4FD570E0F4199614A909116F363E554 * value) { ____onComplete_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____onComplete_10), (void*)value); } inline static int32_t get_offset_of__options_11() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____options_11)); } inline int32_t get__options_11() const { return ____options_11; } inline int32_t* get_address_of__options_11() { return &____options_11; } inline void set__options_11(int32_t value) { ____options_11 = value; } inline static int32_t get_offset_of__reversed_12() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____reversed_12)); } inline bool get__reversed_12() const { return ____reversed_12; } inline bool* get_address_of__reversed_12() { return &____reversed_12; } inline void set__reversed_12(bool value) { ____reversed_12 = value; } inline static int32_t get_offset_of__totalDuration_13() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____totalDuration_13)); } inline float get__totalDuration_13() const { return ____totalDuration_13; } inline float* get_address_of__totalDuration_13() { return &____totalDuration_13; } inline void set__totalDuration_13(float value) { ____totalDuration_13 = value; } inline static int32_t get_offset_of__autoPlay_14() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____autoPlay_14)); } inline bool get__autoPlay_14() const { return ____autoPlay_14; } inline bool* get_address_of__autoPlay_14() { return &____autoPlay_14; } inline void set__autoPlay_14(bool value) { ____autoPlay_14 = value; } inline static int32_t get_offset_of__autoPlayTimes_15() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____autoPlayTimes_15)); } inline int32_t get__autoPlayTimes_15() const { return ____autoPlayTimes_15; } inline int32_t* get_address_of__autoPlayTimes_15() { return &____autoPlayTimes_15; } inline void set__autoPlayTimes_15(int32_t value) { ____autoPlayTimes_15 = value; } inline static int32_t get_offset_of__autoPlayDelay_16() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____autoPlayDelay_16)); } inline float get__autoPlayDelay_16() const { return ____autoPlayDelay_16; } inline float* get_address_of__autoPlayDelay_16() { return &____autoPlayDelay_16; } inline void set__autoPlayDelay_16(float value) { ____autoPlayDelay_16 = value; } inline static int32_t get_offset_of__timeScale_17() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____timeScale_17)); } inline float get__timeScale_17() const { return ____timeScale_17; } inline float* get_address_of__timeScale_17() { return &____timeScale_17; } inline void set__timeScale_17(float value) { ____timeScale_17 = value; } inline static int32_t get_offset_of__ignoreEngineTimeScale_18() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____ignoreEngineTimeScale_18)); } inline bool get__ignoreEngineTimeScale_18() const { return ____ignoreEngineTimeScale_18; } inline bool* get_address_of__ignoreEngineTimeScale_18() { return &____ignoreEngineTimeScale_18; } inline void set__ignoreEngineTimeScale_18(bool value) { ____ignoreEngineTimeScale_18 = value; } inline static int32_t get_offset_of__startTime_19() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____startTime_19)); } inline float get__startTime_19() const { return ____startTime_19; } inline float* get_address_of__startTime_19() { return &____startTime_19; } inline void set__startTime_19(float value) { ____startTime_19 = value; } inline static int32_t get_offset_of__endTime_20() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____endTime_20)); } inline float get__endTime_20() const { return ____endTime_20; } inline float* get_address_of__endTime_20() { return &____endTime_20; } inline void set__endTime_20(float value) { ____endTime_20 = value; } inline static int32_t get_offset_of__delayedCallDelegate_21() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____delayedCallDelegate_21)); } inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * get__delayedCallDelegate_21() const { return ____delayedCallDelegate_21; } inline GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F ** get_address_of__delayedCallDelegate_21() { return &____delayedCallDelegate_21; } inline void set__delayedCallDelegate_21(GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * value) { ____delayedCallDelegate_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____delayedCallDelegate_21), (void*)value); } inline static int32_t get_offset_of__delayedCallDelegate2_22() { return static_cast(offsetof(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA, ____delayedCallDelegate2_22)); } inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * get__delayedCallDelegate2_22() const { return ____delayedCallDelegate2_22; } inline GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D ** get_address_of__delayedCallDelegate2_22() { return &____delayedCallDelegate2_22; } inline void set__delayedCallDelegate2_22(GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * value) { ____delayedCallDelegate2_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____delayedCallDelegate2_22), (void*)value); } }; // FairyGUI.Transition_<>c__DisplayClass75_0 struct U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1 : public RuntimeObject { public: // FairyGUI.Transition FairyGUI.Transition_<>c__DisplayClass75_0::<>4__this Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * ___U3CU3E4__this_0; // FairyGUI.TransitionItem FairyGUI.Transition_<>c__DisplayClass75_0::item TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * ___item_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1, ___U3CU3E4__this_0)); } inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(Transition_tC19CB149964E09305E8E4F2BC6A97DF80DF5C3CA * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_item_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass75_0_t1BDA453D9C96545AC62B082C2ECB1E91414686B1, ___item_1)); } inline TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * get_item_1() const { return ___item_1; } inline TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC ** get_address_of_item_1() { return &___item_1; } inline void set_item_1(TransitionItem_tB51086725ED32856DDAB1D2156F8D6813F8678BC * value) { ___item_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_1), (void*)value); } }; // FairyGUI.TranslationHelper struct TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694 : public RuntimeObject { public: public: }; struct TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694_StaticFields { public: // System.Collections.Generic.Dictionary`2> FairyGUI.TranslationHelper::strings Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F * ___strings_0; public: inline static int32_t get_offset_of_strings_0() { return static_cast(offsetof(TranslationHelper_tB3E1C5F08538A5F82A8300AABFD2129AE38C7694_StaticFields, ___strings_0)); } inline Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F * get_strings_0() const { return ___strings_0; } inline Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F ** get_address_of_strings_0() { return &___strings_0; } inline void set_strings_0(Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F * value) { ___strings_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___strings_0), (void*)value); } }; // FairyGUI.TreeNode struct TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB : public RuntimeObject { public: // System.Object FairyGUI.TreeNode::data RuntimeObject * ___data_0; // FairyGUI.TreeNode FairyGUI.TreeNode::k__BackingField TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___U3CparentU3Ek__BackingField_1; // FairyGUI.TreeView FairyGUI.TreeNode::k__BackingField TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * ___U3CtreeU3Ek__BackingField_2; // FairyGUI.GComponent FairyGUI.TreeNode::k__BackingField GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___U3CcellU3Ek__BackingField_3; // System.Int32 FairyGUI.TreeNode::k__BackingField int32_t ___U3ClevelU3Ek__BackingField_4; // System.Collections.Generic.List`1 FairyGUI.TreeNode::_children List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * ____children_5; // System.Boolean FairyGUI.TreeNode::_expanded bool ____expanded_6; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB, ___data_0)); } inline RuntimeObject * get_data_0() const { return ___data_0; } inline RuntimeObject ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(RuntimeObject * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_0), (void*)value); } inline static int32_t get_offset_of_U3CparentU3Ek__BackingField_1() { return static_cast(offsetof(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB, ___U3CparentU3Ek__BackingField_1)); } inline TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * get_U3CparentU3Ek__BackingField_1() const { return ___U3CparentU3Ek__BackingField_1; } inline TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB ** get_address_of_U3CparentU3Ek__BackingField_1() { return &___U3CparentU3Ek__BackingField_1; } inline void set_U3CparentU3Ek__BackingField_1(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * value) { ___U3CparentU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CparentU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CtreeU3Ek__BackingField_2() { return static_cast(offsetof(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB, ___U3CtreeU3Ek__BackingField_2)); } inline TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * get_U3CtreeU3Ek__BackingField_2() const { return ___U3CtreeU3Ek__BackingField_2; } inline TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 ** get_address_of_U3CtreeU3Ek__BackingField_2() { return &___U3CtreeU3Ek__BackingField_2; } inline void set_U3CtreeU3Ek__BackingField_2(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 * value) { ___U3CtreeU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CtreeU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CcellU3Ek__BackingField_3() { return static_cast(offsetof(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB, ___U3CcellU3Ek__BackingField_3)); } inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * get_U3CcellU3Ek__BackingField_3() const { return ___U3CcellU3Ek__BackingField_3; } inline GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC ** get_address_of_U3CcellU3Ek__BackingField_3() { return &___U3CcellU3Ek__BackingField_3; } inline void set_U3CcellU3Ek__BackingField_3(GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * value) { ___U3CcellU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CcellU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3ClevelU3Ek__BackingField_4() { return static_cast(offsetof(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB, ___U3ClevelU3Ek__BackingField_4)); } inline int32_t get_U3ClevelU3Ek__BackingField_4() const { return ___U3ClevelU3Ek__BackingField_4; } inline int32_t* get_address_of_U3ClevelU3Ek__BackingField_4() { return &___U3ClevelU3Ek__BackingField_4; } inline void set_U3ClevelU3Ek__BackingField_4(int32_t value) { ___U3ClevelU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of__children_5() { return static_cast(offsetof(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB, ____children_5)); } inline List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * get__children_5() const { return ____children_5; } inline List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C ** get_address_of__children_5() { return &____children_5; } inline void set__children_5(List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C * value) { ____children_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____children_5), (void*)value); } inline static int32_t get_offset_of__expanded_6() { return static_cast(offsetof(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB, ____expanded_6)); } inline bool get__expanded_6() const { return ____expanded_6; } inline bool* get_address_of__expanded_6() { return &____expanded_6; } inline void set__expanded_6(bool value) { ____expanded_6 = value; } }; // FairyGUI.TweenManager struct TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915 : public RuntimeObject { public: public: }; struct TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields { public: // FairyGUI.GTweener[] FairyGUI.TweenManager::_activeTweens GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* ____activeTweens_0; // System.Collections.Generic.List`1 FairyGUI.TweenManager::_tweenerPool List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * ____tweenerPool_1; // System.Int32 FairyGUI.TweenManager::_totalActiveTweens int32_t ____totalActiveTweens_2; // System.Boolean FairyGUI.TweenManager::_inited bool ____inited_3; public: inline static int32_t get_offset_of__activeTweens_0() { return static_cast(offsetof(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields, ____activeTweens_0)); } inline GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* get__activeTweens_0() const { return ____activeTweens_0; } inline GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22** get_address_of__activeTweens_0() { return &____activeTweens_0; } inline void set__activeTweens_0(GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* value) { ____activeTweens_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeTweens_0), (void*)value); } inline static int32_t get_offset_of__tweenerPool_1() { return static_cast(offsetof(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields, ____tweenerPool_1)); } inline List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * get__tweenerPool_1() const { return ____tweenerPool_1; } inline List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C ** get_address_of__tweenerPool_1() { return &____tweenerPool_1; } inline void set__tweenerPool_1(List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C * value) { ____tweenerPool_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____tweenerPool_1), (void*)value); } inline static int32_t get_offset_of__totalActiveTweens_2() { return static_cast(offsetof(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields, ____totalActiveTweens_2)); } inline int32_t get__totalActiveTweens_2() const { return ____totalActiveTweens_2; } inline int32_t* get_address_of__totalActiveTweens_2() { return &____totalActiveTweens_2; } inline void set__totalActiveTweens_2(int32_t value) { ____totalActiveTweens_2 = value; } inline static int32_t get_offset_of__inited_3() { return static_cast(offsetof(TweenManager_t2A4FDD5220629BFB7DC70F3256069D9E37E19915_StaticFields, ____inited_3)); } inline bool get__inited_3() const { return ____inited_3; } inline bool* get_address_of__inited_3() { return &____inited_3; } inline void set__inited_3(bool value) { ____inited_3 = value; } }; // FairyGUI.TweenPropTypeUtils struct TweenPropTypeUtils_tEDC4635BD363AC34D50815F0BE07C0FFF3D75316 : public RuntimeObject { public: public: }; // FairyGUI.TweenValue struct TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 : public RuntimeObject { public: // System.Single FairyGUI.TweenValue::x float ___x_0; // System.Single FairyGUI.TweenValue::y float ___y_1; // System.Single FairyGUI.TweenValue::z float ___z_2; // System.Single FairyGUI.TweenValue::w float ___w_3; // System.Double FairyGUI.TweenValue::d double ___d_4; public: inline static int32_t get_offset_of_x_0() { return static_cast(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(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(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(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(offsetof(TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9, ___d_4)); } inline double get_d_4() const { return ___d_4; } inline double* get_address_of_d_4() { return &___d_4; } inline void set_d_4(double value) { ___d_4 = value; } }; // FairyGUI.TypingEffect struct TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C : public RuntimeObject { public: // FairyGUI.TextField FairyGUI.TypingEffect::_textField TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * ____textField_0; // UnityEngine.Vector3[] FairyGUI.TypingEffect::_backupVerts Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ____backupVerts_1; // UnityEngine.Vector3[] FairyGUI.TypingEffect::_vertices Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ____vertices_2; // System.Boolean FairyGUI.TypingEffect::_stroke bool ____stroke_3; // System.Boolean FairyGUI.TypingEffect::_shadow bool ____shadow_4; // System.Int32 FairyGUI.TypingEffect::_printIndex int32_t ____printIndex_5; // System.Int32 FairyGUI.TypingEffect::_mainLayerStart int32_t ____mainLayerStart_6; // System.Int32 FairyGUI.TypingEffect::_strokeLayerStart int32_t ____strokeLayerStart_7; // System.Int32 FairyGUI.TypingEffect::_strokeDrawDirs int32_t ____strokeDrawDirs_8; // System.Int32 FairyGUI.TypingEffect::_vertIndex int32_t ____vertIndex_9; // System.Int32 FairyGUI.TypingEffect::_mainLayerVertCount int32_t ____mainLayerVertCount_10; // System.Boolean FairyGUI.TypingEffect::_started bool ____started_11; public: inline static int32_t get_offset_of__textField_0() { return static_cast(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____textField_0)); } inline TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * get__textField_0() const { return ____textField_0; } inline TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D ** get_address_of__textField_0() { return &____textField_0; } inline void set__textField_0(TextField_t31CFC1D45A47765C23910BE051D6EC1A2CA7A24D * value) { ____textField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____textField_0), (void*)value); } inline static int32_t get_offset_of__backupVerts_1() { return static_cast(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____backupVerts_1)); } inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get__backupVerts_1() const { return ____backupVerts_1; } inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of__backupVerts_1() { return &____backupVerts_1; } inline void set__backupVerts_1(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value) { ____backupVerts_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____backupVerts_1), (void*)value); } inline static int32_t get_offset_of__vertices_2() { return static_cast(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____vertices_2)); } inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get__vertices_2() const { return ____vertices_2; } inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of__vertices_2() { return &____vertices_2; } inline void set__vertices_2(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value) { ____vertices_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____vertices_2), (void*)value); } inline static int32_t get_offset_of__stroke_3() { return static_cast(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____stroke_3)); } inline bool get__stroke_3() const { return ____stroke_3; } inline bool* get_address_of__stroke_3() { return &____stroke_3; } inline void set__stroke_3(bool value) { ____stroke_3 = value; } inline static int32_t get_offset_of__shadow_4() { return static_cast(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____shadow_4)); } inline bool get__shadow_4() const { return ____shadow_4; } inline bool* get_address_of__shadow_4() { return &____shadow_4; } inline void set__shadow_4(bool value) { ____shadow_4 = value; } inline static int32_t get_offset_of__printIndex_5() { return static_cast(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____printIndex_5)); } inline int32_t get__printIndex_5() const { return ____printIndex_5; } inline int32_t* get_address_of__printIndex_5() { return &____printIndex_5; } inline void set__printIndex_5(int32_t value) { ____printIndex_5 = value; } inline static int32_t get_offset_of__mainLayerStart_6() { return static_cast(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____mainLayerStart_6)); } inline int32_t get__mainLayerStart_6() const { return ____mainLayerStart_6; } inline int32_t* get_address_of__mainLayerStart_6() { return &____mainLayerStart_6; } inline void set__mainLayerStart_6(int32_t value) { ____mainLayerStart_6 = value; } inline static int32_t get_offset_of__strokeLayerStart_7() { return static_cast(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____strokeLayerStart_7)); } inline int32_t get__strokeLayerStart_7() const { return ____strokeLayerStart_7; } inline int32_t* get_address_of__strokeLayerStart_7() { return &____strokeLayerStart_7; } inline void set__strokeLayerStart_7(int32_t value) { ____strokeLayerStart_7 = value; } inline static int32_t get_offset_of__strokeDrawDirs_8() { return static_cast(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____strokeDrawDirs_8)); } inline int32_t get__strokeDrawDirs_8() const { return ____strokeDrawDirs_8; } inline int32_t* get_address_of__strokeDrawDirs_8() { return &____strokeDrawDirs_8; } inline void set__strokeDrawDirs_8(int32_t value) { ____strokeDrawDirs_8 = value; } inline static int32_t get_offset_of__vertIndex_9() { return static_cast(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____vertIndex_9)); } inline int32_t get__vertIndex_9() const { return ____vertIndex_9; } inline int32_t* get_address_of__vertIndex_9() { return &____vertIndex_9; } inline void set__vertIndex_9(int32_t value) { ____vertIndex_9 = value; } inline static int32_t get_offset_of__mainLayerVertCount_10() { return static_cast(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____mainLayerVertCount_10)); } inline int32_t get__mainLayerVertCount_10() const { return ____mainLayerVertCount_10; } inline int32_t* get_address_of__mainLayerVertCount_10() { return &____mainLayerVertCount_10; } inline void set__mainLayerVertCount_10(int32_t value) { ____mainLayerVertCount_10 = value; } inline static int32_t get_offset_of__started_11() { return static_cast(offsetof(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C, ____started_11)); } inline bool get__started_11() const { return ____started_11; } inline bool* get_address_of__started_11() { return &____started_11; } inline void set__started_11(bool value) { ____started_11 = value; } }; // FairyGUI.TypingEffect_d__17 struct U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5 : public RuntimeObject { public: // System.Int32 FairyGUI.TypingEffect_d__17::<>1__state int32_t ___U3CU3E1__state_0; // System.Object FairyGUI.TypingEffect_d__17::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Single FairyGUI.TypingEffect_d__17::interval float ___interval_2; // FairyGUI.TypingEffect FairyGUI.TypingEffect_d__17::<>4__this TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * ___U3CU3E4__this_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_interval_2() { return static_cast(offsetof(U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5, ___interval_2)); } inline float get_interval_2() const { return ___interval_2; } inline float* get_address_of_interval_2() { return &___interval_2; } inline void set_interval_2(float value) { ___interval_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CPrintU3Ed__17_t3CE02F70975E33AD55D359D01A07F6D7EF64C8D5, ___U3CU3E4__this_3)); } inline TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(TypingEffect_t764C39D8B0D46D7924DB92976E8F483B55E1A97C * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } }; // FairyGUI.UIObjectFactory struct UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9 : public RuntimeObject { public: public: }; struct UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields { public: // System.Collections.Generic.Dictionary`2 FairyGUI.UIObjectFactory::packageItemExtensions Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * ___packageItemExtensions_0; // FairyGUI.UIObjectFactory_GLoaderCreator FairyGUI.UIObjectFactory::loaderCreator GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * ___loaderCreator_1; public: inline static int32_t get_offset_of_packageItemExtensions_0() { return static_cast(offsetof(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields, ___packageItemExtensions_0)); } inline Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * get_packageItemExtensions_0() const { return ___packageItemExtensions_0; } inline Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 ** get_address_of_packageItemExtensions_0() { return &___packageItemExtensions_0; } inline void set_packageItemExtensions_0(Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 * value) { ___packageItemExtensions_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___packageItemExtensions_0), (void*)value); } inline static int32_t get_offset_of_loaderCreator_1() { return static_cast(offsetof(UIObjectFactory_t7C9AE71F072946D27E9AF686AA49F64F9D2FAEA9_StaticFields, ___loaderCreator_1)); } inline GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * get_loaderCreator_1() const { return ___loaderCreator_1; } inline GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 ** get_address_of_loaderCreator_1() { return &___loaderCreator_1; } inline void set_loaderCreator_1(GLoaderCreator_t66E0D773C41A0612C3832E4208F9734CD43D24C1 * value) { ___loaderCreator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___loaderCreator_1), (void*)value); } }; // FairyGUI.UIObjectFactory_<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED : public RuntimeObject { public: // System.Type FairyGUI.UIObjectFactory_<>c__DisplayClass4_0::type Type_t * ___type_0; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_tAADCE4F35BAE3E27E0CDC9B2A32FAB77509635ED, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_0), (void*)value); } }; // FairyGUI.UIObjectFactory_<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2 : public RuntimeObject { public: // System.Type FairyGUI.UIObjectFactory_<>c__DisplayClass6_0::baseType Type_t * ___baseType_0; // LuaInterface.LuaFunction FairyGUI.UIObjectFactory_<>c__DisplayClass6_0::extendFunction LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * ___extendFunction_1; public: inline static int32_t get_offset_of_baseType_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2, ___baseType_0)); } inline Type_t * get_baseType_0() const { return ___baseType_0; } inline Type_t ** get_address_of_baseType_0() { return &___baseType_0; } inline void set_baseType_0(Type_t * value) { ___baseType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseType_0), (void*)value); } inline static int32_t get_offset_of_extendFunction_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t3F1A62E8B3E270428B9DAC93B81E2B9095327AA2, ___extendFunction_1)); } inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * get_extendFunction_1() const { return ___extendFunction_1; } inline LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B ** get_address_of_extendFunction_1() { return &___extendFunction_1; } inline void set_extendFunction_1(LuaFunction_tB4326800584EE5253BAA06D01DD3244AC632959B * value) { ___extendFunction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___extendFunction_1), (void*)value); } }; // FairyGUI.UIObjectFactory_<>c__DisplayClass7_0 struct U3CU3Ec__DisplayClass7_0_tB95B3A18E0F1C2B8E61C96DF5B1E5DD6E1C7DF33 : public RuntimeObject { public: // System.Type FairyGUI.UIObjectFactory_<>c__DisplayClass7_0::type Type_t * ___type_0; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_tB95B3A18E0F1C2B8E61C96DF5B1E5DD6E1C7DF33, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_0), (void*)value); } }; // FairyGUI.UIPackage struct UIPackage_t190BA774AE5F589C844AE860E8F8B5614BD09693 : public RuntimeObject { public: // System.String FairyGUI.UIPackage::k__BackingField String_t* ___U3CidU3Ek__BackingField_0; // System.String FairyGUI.UIPackage::k__BackingField String_t* ___U3CnameU3Ek__BackingField_1; // System.String FairyGUI.UIPackage::k__BackingField String_t* ___U3CassetPathU3Ek__BackingField_2; // System.Collections.Generic.List`1 FairyGUI.UIPackage::_items List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 * ____items_3; // System.Collections.Generic.Dictionary`2 FairyGUI.UIPackage::_itemsById Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 * ____itemsById_4; // System.Collections.Generic.Dictionary`2 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 FairyGUI.UIPackage::_sprites Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 * ____sprites_8; public: inline static int32_t get_offset_of_U3CidU3Ek__BackingField_0() { return static_cast(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(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(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(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(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(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(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(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(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 FairyGUI.UIPackage::_packageInstById Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * ____packageInstById_9; // System.Collections.Generic.Dictionary`2 FairyGUI.UIPackage::_packageInstByName Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 * ____packageInstByName_10; // System.Collections.Generic.List`1 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(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(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(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(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(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(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(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(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(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(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(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(offsetof(ByteBuffer_t0C1C9C060BF9F778259035533E95C04F6677B268_StaticFields, ___temp_7)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_temp_7() const { return ___temp_7; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_temp_7() { return &___temp_7; } inline void set_temp_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___temp_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___temp_7), (void*)value); } }; // FairyGUI.Utils.XML struct XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 : public RuntimeObject { public: // System.String FairyGUI.Utils.XML::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; // System.String FairyGUI.Utils.XML::k__BackingField String_t* ___U3CtextU3Ek__BackingField_1; // System.Collections.Generic.Dictionary`2 FairyGUI.Utils.XML::_attributes Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ____attributes_2; // FairyGUI.Utils.XMLList FairyGUI.Utils.XML::_children XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * ____children_3; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CtextU3Ek__BackingField_1() { return static_cast(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253, ___U3CtextU3Ek__BackingField_1)); } inline String_t* get_U3CtextU3Ek__BackingField_1() const { return ___U3CtextU3Ek__BackingField_1; } inline String_t** get_address_of_U3CtextU3Ek__BackingField_1() { return &___U3CtextU3Ek__BackingField_1; } inline void set_U3CtextU3Ek__BackingField_1(String_t* value) { ___U3CtextU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CtextU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of__attributes_2() { return static_cast(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253, ____attributes_2)); } inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get__attributes_2() const { return ____attributes_2; } inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of__attributes_2() { return &____attributes_2; } inline void set__attributes_2(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value) { ____attributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____attributes_2), (void*)value); } inline static int32_t get_offset_of__children_3() { return static_cast(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253, ____children_3)); } inline XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * get__children_3() const { return ____children_3; } inline XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C ** get_address_of__children_3() { return &____children_3; } inline void set__children_3(XMLList_t8C5ABD3F783F8F915238FC5E3927DA1FE3531C7C * value) { ____children_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____children_3), (void*)value); } }; struct XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_StaticFields { public: // System.Collections.Generic.Stack`1 FairyGUI.Utils.XML::sNodeStack Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * ___sNodeStack_4; public: inline static int32_t get_offset_of_sNodeStack_4() { return static_cast(offsetof(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253_StaticFields, ___sNodeStack_4)); } inline Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * get_sNodeStack_4() const { return ___sNodeStack_4; } inline Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 ** get_address_of_sNodeStack_4() { return &___sNodeStack_4; } inline void set_sNodeStack_4(Stack_1_tE31B0C81A785ACA4262F32E1B4C758EDF65433F8 * value) { ___sNodeStack_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sNodeStack_4), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t264167D3656104A44F0EE2AC57BBDF4BC7D6DE84* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t8E1299D25FC721A757CEA5468960B0F6505E9EAA * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tD0BE4AF1DC4C3133839C488BA23D6D4B3ECE05B1 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___entries_1)); } inline EntryU5BU5D_t264167D3656104A44F0EE2AC57BBDF4BC7D6DE84* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t264167D3656104A44F0EE2AC57BBDF4BC7D6DE84** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t264167D3656104A44F0EE2AC57BBDF4BC7D6DE84* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___keys_7)); } inline KeyCollection_t8E1299D25FC721A757CEA5468960B0F6505E9EAA * get_keys_7() const { return ___keys_7; } inline KeyCollection_t8E1299D25FC721A757CEA5468960B0F6505E9EAA ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t8E1299D25FC721A757CEA5468960B0F6505E9EAA * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5, ___values_8)); } inline ValueCollection_tD0BE4AF1DC4C3133839C488BA23D6D4B3ECE05B1 * get_values_8() const { return ___values_8; } inline ValueCollection_tD0BE4AF1DC4C3133839C488BA23D6D4B3ECE05B1 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tD0BE4AF1DC4C3133839C488BA23D6D4B3ECE05B1 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tD881350B51AAC8120E5FC036217F6291F787ECD5, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tFB3EB361BE401A0F4A7102AF9992BE69C385B2D7* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t5A617B3EEF4252C270CC9B36E09ED684B856ED38 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tAB17C08B04C6E6A07784EAA1508D263E9ECBBBA5 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___entries_1)); } inline EntryU5BU5D_tFB3EB361BE401A0F4A7102AF9992BE69C385B2D7* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tFB3EB361BE401A0F4A7102AF9992BE69C385B2D7** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tFB3EB361BE401A0F4A7102AF9992BE69C385B2D7* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___keys_7)); } inline KeyCollection_t5A617B3EEF4252C270CC9B36E09ED684B856ED38 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t5A617B3EEF4252C270CC9B36E09ED684B856ED38 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t5A617B3EEF4252C270CC9B36E09ED684B856ED38 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ___values_8)); } inline ValueCollection_tAB17C08B04C6E6A07784EAA1508D263E9ECBBBA5 * get_values_8() const { return ___values_8; } inline ValueCollection_tAB17C08B04C6E6A07784EAA1508D263E9ECBBBA5 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tAB17C08B04C6E6A07784EAA1508D263E9ECBBBA5 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t84E58B7A3571210A7EE44F72E1579FA61CBEE168, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tBA956F47BADEC9C6E4DB08F76CFCA0F5BB51A3BB* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t2EDEDABC1680F62F7D6C92F2C88D5994E53B8BE9 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t7D520C45785FE890A66D7BA5AD212558BF7B9B83 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___entries_1)); } inline EntryU5BU5D_tBA956F47BADEC9C6E4DB08F76CFCA0F5BB51A3BB* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tBA956F47BADEC9C6E4DB08F76CFCA0F5BB51A3BB** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tBA956F47BADEC9C6E4DB08F76CFCA0F5BB51A3BB* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___keys_7)); } inline KeyCollection_t2EDEDABC1680F62F7D6C92F2C88D5994E53B8BE9 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t2EDEDABC1680F62F7D6C92F2C88D5994E53B8BE9 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t2EDEDABC1680F62F7D6C92F2C88D5994E53B8BE9 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ___values_8)); } inline ValueCollection_t7D520C45785FE890A66D7BA5AD212558BF7B9B83 * get_values_8() const { return ___values_8; } inline ValueCollection_t7D520C45785FE890A66D7BA5AD212558BF7B9B83 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t7D520C45785FE890A66D7BA5AD212558BF7B9B83 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tCEF8585CF178AC40FC46D11B64CCB62A09674317, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tD87CE8F9B17DE0D23143C3EC4BBF2C045F243357* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tCB50DD398D56A638E09AFAFCEB5BC877B7BF8E9D * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t87965D05E58EE17C4D1491AC403FBF9E1DB91F76 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949, ___entries_1)); } inline EntryU5BU5D_tD87CE8F9B17DE0D23143C3EC4BBF2C045F243357* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tD87CE8F9B17DE0D23143C3EC4BBF2C045F243357** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tD87CE8F9B17DE0D23143C3EC4BBF2C045F243357* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949, ___keys_7)); } inline KeyCollection_tCB50DD398D56A638E09AFAFCEB5BC877B7BF8E9D * get_keys_7() const { return ___keys_7; } inline KeyCollection_tCB50DD398D56A638E09AFAFCEB5BC877B7BF8E9D ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tCB50DD398D56A638E09AFAFCEB5BC877B7BF8E9D * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949, ___values_8)); } inline ValueCollection_t87965D05E58EE17C4D1491AC403FBF9E1DB91F76 * get_values_8() const { return ___values_8; } inline ValueCollection_t87965D05E58EE17C4D1491AC403FBF9E1DB91F76 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t87965D05E58EE17C4D1491AC403FBF9E1DB91F76 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t3252B03A5712C9CF799ED70903944F15BC639949, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0; // System.Collections.Generic.Dictionary`2_Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tC0C96D4AA89AAA3BB24F5FE6D3F0534C823E542B* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tB94B11C4DA5950CD1A9E1BD7B4AAA7FC4149EFED * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tADA2CBBE00C3C265365793F9F7568456E40623B5 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___buckets_0)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___entries_1)); } inline EntryU5BU5D_tC0C96D4AA89AAA3BB24F5FE6D3F0534C823E542B* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tC0C96D4AA89AAA3BB24F5FE6D3F0534C823E542B** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tC0C96D4AA89AAA3BB24F5FE6D3F0534C823E542B* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___keys_7)); } inline KeyCollection_tB94B11C4DA5950CD1A9E1BD7B4AAA7FC4149EFED * get_keys_7() const { return ___keys_7; } inline KeyCollection_tB94B11C4DA5950CD1A9E1BD7B4AAA7FC4149EFED ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tB94B11C4DA5950CD1A9E1BD7B4AAA7FC4149EFED * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ___values_8)); } inline ValueCollection_tADA2CBBE00C3C265365793F9F7568456E40623B5 * get_values_8() const { return ___values_8; } inline ValueCollection_tADA2CBBE00C3C265365793F9F7568456E40623B5 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tADA2CBBE00C3C265365793F9F7568456E40623B5 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tE6F61D2B731685AF5F10DBA20C18001F1BFF9A2F, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 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[] 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 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2_KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * ___keys_7; // System.Collections.Generic.Dictionary`2_ValueCollection 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(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(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(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(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(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(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(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(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(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(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t11A30662822286DF8036D0D1993807262B502B70 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70, ____items_1)); } inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* get__items_1() const { return ____items_1; } inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204** get_address_of__items_1() { return &____items_1; } inline void set__items_1(DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t11A30662822286DF8036D0D1993807262B502B70_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t11A30662822286DF8036D0D1993807262B502B70_StaticFields, ____emptyArray_5)); } inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* get__emptyArray_5() const { return ____emptyArray_5; } inline DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(DisplayObjectU5BU5D_tAECE134F64F2193C46E028C81A23B7319D8C9204* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t96F9041444F491A9089B15870662D9839D1B9728 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t96F9041444F491A9089B15870662D9839D1B9728, ____items_1)); } inline EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C* get__items_1() const { return ____items_1; } inline EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C** get_address_of__items_1() { return &____items_1; } inline void set__items_1(EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t96F9041444F491A9089B15870662D9839D1B9728, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t96F9041444F491A9089B15870662D9839D1B9728, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t96F9041444F491A9089B15870662D9839D1B9728, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t96F9041444F491A9089B15870662D9839D1B9728_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t96F9041444F491A9089B15870662D9839D1B9728_StaticFields, ____emptyArray_5)); } inline EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C* get__emptyArray_5() const { return ____emptyArray_5; } inline EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(EventBridgeU5BU5D_t208602A5A3DBE4E65DC0D7A0507A54E6526B941C* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219, ____items_1)); } inline EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* get__items_1() const { return ____items_1; } inline EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t7F2BA2E77D288C0F962389E45CC6D491B329E219_StaticFields, ____emptyArray_5)); } inline EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* get__emptyArray_5() const { return ____emptyArray_5; } inline EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(EventDispatcherU5BU5D_tDE4120E5575CF89CBE4F3D942B9B35B8E5AB8A5E* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C, ____items_1)); } inline GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* get__items_1() const { return ____items_1; } inline GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22** get_address_of__items_1() { return &____items_1; } inline void set__items_1(GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tF91B4D2C05FB451A547287310EF7663B6C645C3C_StaticFields, ____emptyArray_5)); } inline GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* get__emptyArray_5() const { return ____emptyArray_5; } inline GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(GTweenerU5BU5D_t5E4CDE5F6ECCF73A0C300381BC99EB53CABD6A22* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822, ____items_1)); } inline PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* get__items_1() const { return ____items_1; } inline PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1** get_address_of__items_1() { return &____items_1; } inline void set__items_1(PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tA00D4B1D4831291FA22D554225B0BA1D7D690822_StaticFields, ____emptyArray_5)); } inline PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* get__emptyArray_5() const { return ____emptyArray_5; } inline PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(PackageItemU5BU5D_t1D88F271FF583C70E624F6E2A7973E5E239CFCD1* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 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(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(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(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(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(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 struct List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C, ____items_1)); } inline TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0* get__items_1() const { return ____items_1; } inline TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3269624C635BAA14F9E8CABB76CEBA60A300887C_StaticFields, ____emptyArray_5)); } inline TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0* get__emptyArray_5() const { return ____emptyArray_5; } inline TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TreeNodeU5BU5D_tE2DE5CACB27A04364ABFB6547CC9E4CCB8222AC0* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t74B6A4CA646AC394724678D53711955E95B67FB2 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t74B6A4CA646AC394724678D53711955E95B67FB2, ____items_1)); } inline ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* get__items_1() const { return ____items_1; } inline ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t74B6A4CA646AC394724678D53711955E95B67FB2, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t74B6A4CA646AC394724678D53711955E95B67FB2, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t74B6A4CA646AC394724678D53711955E95B67FB2, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t74B6A4CA646AC394724678D53711955E95B67FB2_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t74B6A4CA646AC394724678D53711955E95B67FB2_StaticFields, ____emptyArray_5)); } inline ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* get__emptyArray_5() const { return ____emptyArray_5; } inline ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ConfigValueU5BU5D_tE490E160F29FCCA9BEB46CD7CCD4C211B3AEE662* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC, ____items_1)); } inline UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* get__items_1() const { return ____items_1; } inline UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t1C8C520C896B743C64F472C95C0CA89355A465CC_StaticFields, ____emptyArray_5)); } inline UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* get__emptyArray_5() const { return ____emptyArray_5; } inline UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(UIPackageU5BU5D_tB5AC08000A78DF99AE7899692BF1EECC675380B1* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 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(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(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(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(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(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 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(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(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(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(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(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 struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 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(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(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(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(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(offsetof(List_1_tB7C5D51CDBF6C4C12F2D4B38EB89E727EED00749_StaticFields, ____emptyArray_5)); } inline RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* get__emptyArray_5() const { return ____emptyArray_5; } inline RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(RendererU5BU5D_t711BACBBBFC0E06179ADB8932DBA208665108C93* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(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(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(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; // UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { }; // FairyGUI.BitmapFont struct BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88 : public BaseFont_t01988A8576563D9375C3C1948F6B8A0481B9283F { public: // System.Int32 FairyGUI.BitmapFont::size int32_t ___size_8; // System.Boolean FairyGUI.BitmapFont::resizable bool ___resizable_9; // System.Boolean FairyGUI.BitmapFont::hasChannel bool ___hasChannel_10; // System.Collections.Generic.Dictionary`2 FairyGUI.BitmapFont::_dict Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * ____dict_11; // System.Single FairyGUI.BitmapFont::scale float ___scale_12; public: inline static int32_t get_offset_of_size_8() { return static_cast(offsetof(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88, ___size_8)); } inline int32_t get_size_8() const { return ___size_8; } inline int32_t* get_address_of_size_8() { return &___size_8; } inline void set_size_8(int32_t value) { ___size_8 = value; } inline static int32_t get_offset_of_resizable_9() { return static_cast(offsetof(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88, ___resizable_9)); } inline bool get_resizable_9() const { return ___resizable_9; } inline bool* get_address_of_resizable_9() { return &___resizable_9; } inline void set_resizable_9(bool value) { ___resizable_9 = value; } inline static int32_t get_offset_of_hasChannel_10() { return static_cast(offsetof(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88, ___hasChannel_10)); } inline bool get_hasChannel_10() const { return ___hasChannel_10; } inline bool* get_address_of_hasChannel_10() { return &___hasChannel_10; } inline void set_hasChannel_10(bool value) { ___hasChannel_10 = value; } inline static int32_t get_offset_of__dict_11() { return static_cast(offsetof(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88, ____dict_11)); } inline Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * get__dict_11() const { return ____dict_11; } inline Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C ** get_address_of__dict_11() { return &____dict_11; } inline void set__dict_11(Dictionary_2_tE199DF334CC33A4526D947CCA77B0E688B8B268C * value) { ____dict_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____dict_11), (void*)value); } inline static int32_t get_offset_of_scale_12() { return static_cast(offsetof(BitmapFont_t29CAF73C23EFA0E59A57C421EF25ABBE728B6E88, ___scale_12)); } inline float get_scale_12() const { return ___scale_12; } inline float* get_address_of_scale_12() { return &___scale_12; } inline void set_scale_12(float value) { ___scale_12 = value; } }; // FairyGUI.Margin struct Margin_t35FBA354FC8FA4BAC98AE71F1DA4A25F2D89BD2E { public: // System.Int32 FairyGUI.Margin::left int32_t ___left_0; // System.Int32 FairyGUI.Margin::right int32_t ___right_1; // System.Int32 FairyGUI.Margin::top int32_t ___top_2; // System.Int32 FairyGUI.Margin::bottom int32_t ___bottom_3; public: inline static int32_t get_offset_of_left_0() { return static_cast(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(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(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(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(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(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(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(offsetof(CharPosition_t15A28D917E6B4BD2AB47DC31DA5DA7DAAC31CAE8, ___vertCount_3)); } inline int16_t get_vertCount_3() const { return ___vertCount_3; } inline int16_t* get_address_of_vertCount_3() { return &___vertCount_3; } inline void set_vertCount_3(int16_t value) { ___vertCount_3 = value; } }; // FairyGUI.TreeView struct TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5 : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 { public: // FairyGUI.GList FairyGUI.TreeView::k__BackingField GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * ___U3ClistU3Ek__BackingField_2; // FairyGUI.TreeNode FairyGUI.TreeView::k__BackingField TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * ___U3CrootU3Ek__BackingField_3; // System.Int32 FairyGUI.TreeView::indent int32_t ___indent_4; // FairyGUI.TreeView_TreeNodeCreateCellDelegate FairyGUI.TreeView::treeNodeCreateCell TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4 * ___treeNodeCreateCell_5; // FairyGUI.TreeView_TreeNodeRenderDelegate FairyGUI.TreeView::treeNodeRender TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * ___treeNodeRender_6; // FairyGUI.TreeView_TreeNodeWillExpandDelegate FairyGUI.TreeView::treeNodeWillExpand TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * ___treeNodeWillExpand_7; // FairyGUI.EventListener FairyGUI.TreeView::k__BackingField EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConClickNodeU3Ek__BackingField_8; // FairyGUI.EventListener FairyGUI.TreeView::k__BackingField EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * ___U3ConRightClickNodeU3Ek__BackingField_9; public: inline static int32_t get_offset_of_U3ClistU3Ek__BackingField_2() { return static_cast(offsetof(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5, ___U3ClistU3Ek__BackingField_2)); } inline GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * get_U3ClistU3Ek__BackingField_2() const { return ___U3ClistU3Ek__BackingField_2; } inline GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 ** get_address_of_U3ClistU3Ek__BackingField_2() { return &___U3ClistU3Ek__BackingField_2; } inline void set_U3ClistU3Ek__BackingField_2(GList_t42B400CA58FFBE72F3501E6A8A63BFB103683A38 * value) { ___U3ClistU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ClistU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CrootU3Ek__BackingField_3() { return static_cast(offsetof(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5, ___U3CrootU3Ek__BackingField_3)); } inline TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * get_U3CrootU3Ek__BackingField_3() const { return ___U3CrootU3Ek__BackingField_3; } inline TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB ** get_address_of_U3CrootU3Ek__BackingField_3() { return &___U3CrootU3Ek__BackingField_3; } inline void set_U3CrootU3Ek__BackingField_3(TreeNode_t89E10507C21DE8BC70C9568639B6776F0B202FAB * value) { ___U3CrootU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrootU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_indent_4() { return static_cast(offsetof(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5, ___indent_4)); } inline int32_t get_indent_4() const { return ___indent_4; } inline int32_t* get_address_of_indent_4() { return &___indent_4; } inline void set_indent_4(int32_t value) { ___indent_4 = value; } inline static int32_t get_offset_of_treeNodeCreateCell_5() { return static_cast(offsetof(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5, ___treeNodeCreateCell_5)); } inline TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4 * get_treeNodeCreateCell_5() const { return ___treeNodeCreateCell_5; } inline TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4 ** get_address_of_treeNodeCreateCell_5() { return &___treeNodeCreateCell_5; } inline void set_treeNodeCreateCell_5(TreeNodeCreateCellDelegate_t7105721C9AA4AC5B4ADD8C115E33D8C9A462CAE4 * value) { ___treeNodeCreateCell_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___treeNodeCreateCell_5), (void*)value); } inline static int32_t get_offset_of_treeNodeRender_6() { return static_cast(offsetof(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5, ___treeNodeRender_6)); } inline TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * get_treeNodeRender_6() const { return ___treeNodeRender_6; } inline TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 ** get_address_of_treeNodeRender_6() { return &___treeNodeRender_6; } inline void set_treeNodeRender_6(TreeNodeRenderDelegate_t9FBE8566823FBED898A95ABABE8666DEC7AE1861 * value) { ___treeNodeRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___treeNodeRender_6), (void*)value); } inline static int32_t get_offset_of_treeNodeWillExpand_7() { return static_cast(offsetof(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5, ___treeNodeWillExpand_7)); } inline TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * get_treeNodeWillExpand_7() const { return ___treeNodeWillExpand_7; } inline TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B ** get_address_of_treeNodeWillExpand_7() { return &___treeNodeWillExpand_7; } inline void set_treeNodeWillExpand_7(TreeNodeWillExpandDelegate_t1C7B5E8C1A7CD70C1537A63F3EE892361955DB9B * value) { ___treeNodeWillExpand_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___treeNodeWillExpand_7), (void*)value); } inline static int32_t get_offset_of_U3ConClickNodeU3Ek__BackingField_8() { return static_cast(offsetof(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5, ___U3ConClickNodeU3Ek__BackingField_8)); } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConClickNodeU3Ek__BackingField_8() const { return ___U3ConClickNodeU3Ek__BackingField_8; } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConClickNodeU3Ek__BackingField_8() { return &___U3ConClickNodeU3Ek__BackingField_8; } inline void set_U3ConClickNodeU3Ek__BackingField_8(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value) { ___U3ConClickNodeU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ConClickNodeU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3ConRightClickNodeU3Ek__BackingField_9() { return static_cast(offsetof(TreeView_t0E3ED072DD7943DC56C3C44DBC501A5074D6A7C5, ___U3ConRightClickNodeU3Ek__BackingField_9)); } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * get_U3ConRightClickNodeU3Ek__BackingField_9() const { return ___U3ConRightClickNodeU3Ek__BackingField_9; } inline EventListener_t49A905F03D200ACE99DE09C02C7007437397826F ** get_address_of_U3ConRightClickNodeU3Ek__BackingField_9() { return &___U3ConRightClickNodeU3Ek__BackingField_9; } inline void set_U3ConRightClickNodeU3Ek__BackingField_9(EventListener_t49A905F03D200ACE99DE09C02C7007437397826F * value) { ___U3ConRightClickNodeU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ConRightClickNodeU3Ek__BackingField_9), (void*)value); } }; // FairyGUI.Utils.XMLList_Enumerator struct Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E { public: // System.Collections.Generic.List`1 FairyGUI.Utils.XMLList_Enumerator::_source List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * ____source_0; // System.String FairyGUI.Utils.XMLList_Enumerator::_selector String_t* ____selector_1; // System.Int32 FairyGUI.Utils.XMLList_Enumerator::_index int32_t ____index_2; // System.Int32 FairyGUI.Utils.XMLList_Enumerator::_total int32_t ____total_3; // FairyGUI.Utils.XML FairyGUI.Utils.XMLList_Enumerator::_current XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ____current_4; public: inline static int32_t get_offset_of__source_0() { return static_cast(offsetof(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E, ____source_0)); } inline List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * get__source_0() const { return ____source_0; } inline List_1_tF2DE6534667495498DB8419191E85A16E962ABEE ** get_address_of__source_0() { return &____source_0; } inline void set__source_0(List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * value) { ____source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_0), (void*)value); } inline static int32_t get_offset_of__selector_1() { return static_cast(offsetof(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E, ____selector_1)); } inline String_t* get__selector_1() const { return ____selector_1; } inline String_t** get_address_of__selector_1() { return &____selector_1; } inline void set__selector_1(String_t* value) { ____selector_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____selector_1), (void*)value); } inline static int32_t get_offset_of__index_2() { return static_cast(offsetof(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E, ____index_2)); } inline int32_t get__index_2() const { return ____index_2; } inline int32_t* get_address_of__index_2() { return &____index_2; } inline void set__index_2(int32_t value) { ____index_2 = value; } inline static int32_t get_offset_of__total_3() { return static_cast(offsetof(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E, ____total_3)); } inline int32_t get__total_3() const { return ____total_3; } inline int32_t* get_address_of__total_3() { return &____total_3; } inline void set__total_3(int32_t value) { ____total_3 = value; } inline static int32_t get_offset_of__current_4() { return static_cast(offsetof(Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E, ____current_4)); } inline XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * get__current_4() const { return ____current_4; } inline XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 ** get_address_of__current_4() { return &____current_4; } inline void set__current_4(XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * value) { ____current_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_4), (void*)value); } }; // Native definition for P/Invoke marshalling of FairyGUI.Utils.XMLList/Enumerator struct Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshaled_pinvoke { List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * ____source_0; char* ____selector_1; int32_t ____index_2; int32_t ____total_3; XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ____current_4; }; // Native definition for COM marshalling of FairyGUI.Utils.XMLList/Enumerator struct Enumerator_tC34C6F1CE0347FF58AB7A7A31583833F7168D77E_marshaled_com { List_1_tF2DE6534667495498DB8419191E85A16E962ABEE * ____source_0; Il2CppChar* ____selector_1; int32_t ____index_2; int32_t ____total_3; XML_tB9E05D55D7CE732A1D8421026DEF8AE68F8ED253 * ____current_4; }; // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(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(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(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(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(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(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Collections.Generic.List`1_Enumerator struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD { public: // System.Collections.Generic.List`1 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(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(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(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(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1_Enumerator struct Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___list_0; // System.Int32 System.Collections.Generic.List`1_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1_Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1_Enumerator::current String_t* ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813, ___list_0)); } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_list_0() const { return ___list_0; } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tBBAAE521602D26DCD42E467CF939632DC01EF813, ___current_3)); } inline String_t* get_current_3() const { return ___current_3; } inline String_t** get_address_of_current_3() { return &___current_3; } inline void set_current_3(String_t* value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Double struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(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(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(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(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(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(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(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(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(offsetof(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ___negativeInfinityVector_8 = value; } }; // UnityEngine.WaitForSeconds struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 { public: // System.Single UnityEngine.WaitForSeconds::m_Seconds float ___m_Seconds_0; public: inline static int32_t get_offset_of_m_Seconds_0() { return static_cast(offsetof(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8, ___m_Seconds_0)); } inline float get_m_Seconds_0() const { return ___m_Seconds_0; } inline float* get_address_of_m_Seconds_0() { return &___m_Seconds_0; } inline void set_m_Seconds_0(float value) { ___m_Seconds_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { float ___m_Seconds_0; }; // Native definition for COM marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { float ___m_Seconds_0; }; // FairyGUI.AlignType struct AlignType_tEAC6F99D19DADB2480BA707FB7619B1A38436C55 { public: // System.Int32 FairyGUI.AlignType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(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(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(offsetof(BlendMode_t8AFE05E7252BA2800E54DAFB5EB0F866FA08A8D4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.ButtonMode struct ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8 { public: // System.Int32 FairyGUI.ButtonMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ButtonMode_tBF6F42BB69D71D129B8423CD2F4B6981646466C8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.ChildrenRenderOrder struct ChildrenRenderOrder_tACC4FECC1E27E8D78DE075B14D510B29E6009280 { public: // System.Int32 FairyGUI.ChildrenRenderOrder::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ChildrenRenderOrder_tACC4FECC1E27E8D78DE075B14D510B29E6009280, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.ColorFilter struct ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0 : public RuntimeObject { public: // FairyGUI.DisplayObject FairyGUI.ColorFilter::_target DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * ____target_0; // System.Single[] FairyGUI.ColorFilter::_matrix SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ____matrix_1; // UnityEngine.Matrix4x4 FairyGUI.ColorFilter::_shaderMatrix Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ____shaderMatrix_2; // UnityEngine.Vector4 FairyGUI.ColorFilter::_offset Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ____offset_3; // UnityEngine.Material FairyGUI.ColorFilter::_material Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____material_4; // UnityEngine.Material FairyGUI.ColorFilter::_savedMaterial Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ____savedMaterial_5; public: inline static int32_t get_offset_of__target_0() { return static_cast(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____target_0)); } inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * get__target_0() const { return ____target_0; } inline DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB ** get_address_of__target_0() { return &____target_0; } inline void set__target_0(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB * value) { ____target_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____target_0), (void*)value); } inline static int32_t get_offset_of__matrix_1() { return static_cast(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____matrix_1)); } inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get__matrix_1() const { return ____matrix_1; } inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of__matrix_1() { return &____matrix_1; } inline void set__matrix_1(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value) { ____matrix_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____matrix_1), (void*)value); } inline static int32_t get_offset_of__shaderMatrix_2() { return static_cast(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____shaderMatrix_2)); } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get__shaderMatrix_2() const { return ____shaderMatrix_2; } inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of__shaderMatrix_2() { return &____shaderMatrix_2; } inline void set__shaderMatrix_2(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value) { ____shaderMatrix_2 = value; } inline static int32_t get_offset_of__offset_3() { return static_cast(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____offset_3)); } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E get__offset_3() const { return ____offset_3; } inline Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E * get_address_of__offset_3() { return &____offset_3; } inline void set__offset_3(Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E value) { ____offset_3 = value; } inline static int32_t get_offset_of__material_4() { return static_cast(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____material_4)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__material_4() const { return ____material_4; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__material_4() { return &____material_4; } inline void set__material_4(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value) { ____material_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____material_4), (void*)value); } inline static int32_t get_offset_of__savedMaterial_5() { return static_cast(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0, ____savedMaterial_5)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get__savedMaterial_5() const { return ____savedMaterial_5; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of__savedMaterial_5() { return &____savedMaterial_5; } inline void set__savedMaterial_5(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value) { ____savedMaterial_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____savedMaterial_5), (void*)value); } }; struct ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields { public: // System.Single[] FairyGUI.ColorFilter::IDENTITY SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___IDENTITY_9; // System.String[] FairyGUI.ColorFilter::FILTER_KEY StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___FILTER_KEY_10; // System.Single[] FairyGUI.ColorFilter::tmp SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* ___tmp_11; public: inline static int32_t get_offset_of_IDENTITY_9() { return static_cast(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields, ___IDENTITY_9)); } inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_IDENTITY_9() const { return ___IDENTITY_9; } inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_IDENTITY_9() { return &___IDENTITY_9; } inline void set_IDENTITY_9(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value) { ___IDENTITY_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IDENTITY_9), (void*)value); } inline static int32_t get_offset_of_FILTER_KEY_10() { return static_cast(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields, ___FILTER_KEY_10)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_FILTER_KEY_10() const { return ___FILTER_KEY_10; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_FILTER_KEY_10() { return &___FILTER_KEY_10; } inline void set_FILTER_KEY_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___FILTER_KEY_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___FILTER_KEY_10), (void*)value); } inline static int32_t get_offset_of_tmp_11() { return static_cast(offsetof(ColorFilter_tB4920D9264615486A8AC77749F52BC6DC4ABA4B0_StaticFields, ___tmp_11)); } inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* get_tmp_11() const { return ___tmp_11; } inline SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5** get_address_of_tmp_11() { return &___tmp_11; } inline void set_tmp_11(SingleU5BU5D_tA7139B7CAA40EAEF9178E2C386C8A5993754FDD5* value) { ___tmp_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___tmp_11), (void*)value); } }; // FairyGUI.DestroyMethod struct DestroyMethod_tC1EDA9F50208FC41247691E2F6ADFFB5FDA9ED3D { public: // System.Int32 FairyGUI.DestroyMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(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(offsetof(EaseType_tA298535D22D74DFDEF437AF0D0DC6FA7A618B333, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.FillType struct FillType_tCF615A332D5094854B2A603BC7A0742127B00AE6 { public: // System.Int32 FairyGUI.FillType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FillType_tCF615A332D5094854B2A603BC7A0742127B00AE6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.FitScreen struct FitScreen_t355607C05C0F0F6A35C76A08EA5D31A95DF0C7E5 { public: // System.Int32 FairyGUI.FitScreen::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FitScreen_t355607C05C0F0F6A35C76A08EA5D31A95DF0C7E5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.FlipType struct FlipType_t62E1B2AB9A7DF28901D1B8DDD7ECA04573EB01EC { public: // System.Int32 FairyGUI.FlipType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FlipType_t62E1B2AB9A7DF28901D1B8DDD7ECA04573EB01EC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.GroupLayoutType struct GroupLayoutType_t81434278F5305DBEF156B778CE67F25B0113F88D { public: // System.Int32 FairyGUI.GroupLayoutType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GroupLayoutType_t81434278F5305DBEF156B778CE67F25B0113F88D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.HitTestMode struct HitTestMode_tFADFA502ABA82CCDD28E7BC72FA608B7C4981CD9 { public: // System.Int32 FairyGUI.HitTestMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HitTestMode_tFADFA502ABA82CCDD28E7BC72FA608B7C4981CD9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.ListLayoutType struct ListLayoutType_tBEB61127E5A5DED0578EEA9049DE68FDBC98A723 { public: // System.Int32 FairyGUI.ListLayoutType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ListLayoutType_tBEB61127E5A5DED0578EEA9049DE68FDBC98A723, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.ListSelectionMode struct ListSelectionMode_tC8709114EB86CA50B7602FFD799EA4DE84BBC51D { public: // System.Int32 FairyGUI.ListSelectionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ListSelectionMode_tC8709114EB86CA50B7602FFD799EA4DE84BBC51D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.MeshColliderHitTest struct MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5 : public ColliderHitTest_t295665EE7B899D4C84890F57233500430ECE5C67 { public: // UnityEngine.Vector2 FairyGUI.MeshColliderHitTest::lastHit Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___lastHit_1; public: inline static int32_t get_offset_of_lastHit_1() { return static_cast(offsetof(MeshColliderHitTest_t65F65E0547A52A3D81961216F497A8E0662E39C5, ___lastHit_1)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_lastHit_1() const { return ___lastHit_1; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_lastHit_1() { return &___lastHit_1; } inline void set_lastHit_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___lastHit_1 = value; } }; // FairyGUI.ObjectType struct ObjectType_tA117D537780D8340BD615ED5F97217D155992790 { public: // System.Int32 FairyGUI.ObjectType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(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(offsetof(PackageItemType_t36C5483C83209A663D650E70518C9C9AB0569048, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.PopupDirection struct PopupDirection_t5C571F0A10904882F8B0DF8A1A2EBBD602B8E141 { public: // System.Int32 FairyGUI.PopupDirection::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PopupDirection_t5C571F0A10904882F8B0DF8A1A2EBBD602B8E141, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.ProgressTitleType struct ProgressTitleType_tF5A2E4106DC0DB224A25C6295F3E6A890C570418 { public: // System.Int32 FairyGUI.ProgressTitleType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProgressTitleType_tF5A2E4106DC0DB224A25C6295F3E6A890C570418, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.ScrollBarDisplayType struct ScrollBarDisplayType_tFCFBD335F18CC80D9423399E5A50049913B698B9 { public: // System.Int32 FairyGUI.ScrollBarDisplayType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(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(offsetof(ScrollType_t4D86E5E8AA379086B00B4F4939F4C055B8E6002E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.TValue_Shake struct TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04 : public RuntimeObject { public: // System.Single FairyGUI.TValue_Shake::amplitude float ___amplitude_0; // System.Single FairyGUI.TValue_Shake::duration float ___duration_1; // UnityEngine.Vector2 FairyGUI.TValue_Shake::lastOffset Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___lastOffset_2; // UnityEngine.Vector2 FairyGUI.TValue_Shake::offset Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___offset_3; public: inline static int32_t get_offset_of_amplitude_0() { return static_cast(offsetof(TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04, ___amplitude_0)); } inline float get_amplitude_0() const { return ___amplitude_0; } inline float* get_address_of_amplitude_0() { return &___amplitude_0; } inline void set_amplitude_0(float value) { ___amplitude_0 = value; } inline static int32_t get_offset_of_duration_1() { return static_cast(offsetof(TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04, ___duration_1)); } inline float get_duration_1() const { return ___duration_1; } inline float* get_address_of_duration_1() { return &___duration_1; } inline void set_duration_1(float value) { ___duration_1 = value; } inline static int32_t get_offset_of_lastOffset_2() { return static_cast(offsetof(TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04, ___lastOffset_2)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_lastOffset_2() const { return ___lastOffset_2; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_lastOffset_2() { return &___lastOffset_2; } inline void set_lastOffset_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___lastOffset_2 = value; } inline static int32_t get_offset_of_offset_3() { return static_cast(offsetof(TValue_Shake_t75C1ED46E48AA8BB08B4CF977B52548BACC44F04, ___offset_3)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_offset_3() const { return ___offset_3; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_offset_3() { return &___offset_3; } inline void set_offset_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___offset_3 = value; } }; // FairyGUI.TransitionActionType struct TransitionActionType_t556D39288D5B4F1C8BD54D63FB309FF77C8B8D17 { public: // System.Int32 FairyGUI.TransitionActionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TransitionActionType_t556D39288D5B4F1C8BD54D63FB309FF77C8B8D17, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.TweenPropType struct TweenPropType_tCCA4504CFBCABEFC577FB2DA2CC2B466636E4EC3 { public: // System.Int32 FairyGUI.TweenPropType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TweenPropType_tCCA4504CFBCABEFC577FB2DA2CC2B466636E4EC3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.UIConfig_ConfigKey struct ConfigKey_t4F52D7EC466A924A7678B553D14BF5B779A8880B { public: // System.Int32 FairyGUI.UIConfig_ConfigKey::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConfigKey_t4F52D7EC466A924A7678B553D14BF5B779A8880B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.UIConfig_ConfigValue struct ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB : public RuntimeObject { public: // System.Boolean FairyGUI.UIConfig_ConfigValue::valid bool ___valid_0; // System.String FairyGUI.UIConfig_ConfigValue::s String_t* ___s_1; // System.Int32 FairyGUI.UIConfig_ConfigValue::i int32_t ___i_2; // System.Single FairyGUI.UIConfig_ConfigValue::f float ___f_3; // System.Boolean FairyGUI.UIConfig_ConfigValue::b bool ___b_4; // UnityEngine.Color FairyGUI.UIConfig_ConfigValue::c Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___c_5; public: inline static int32_t get_offset_of_valid_0() { return static_cast(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___valid_0)); } inline bool get_valid_0() const { return ___valid_0; } inline bool* get_address_of_valid_0() { return &___valid_0; } inline void set_valid_0(bool value) { ___valid_0 = value; } inline static int32_t get_offset_of_s_1() { return static_cast(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___s_1)); } inline String_t* get_s_1() const { return ___s_1; } inline String_t** get_address_of_s_1() { return &___s_1; } inline void set_s_1(String_t* value) { ___s_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_1), (void*)value); } inline static int32_t get_offset_of_i_2() { return static_cast(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___i_2)); } inline int32_t get_i_2() const { return ___i_2; } inline int32_t* get_address_of_i_2() { return &___i_2; } inline void set_i_2(int32_t value) { ___i_2 = value; } inline static int32_t get_offset_of_f_3() { return static_cast(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___f_3)); } inline float get_f_3() const { return ___f_3; } inline float* get_address_of_f_3() { return &___f_3; } inline void set_f_3(float value) { ___f_3 = value; } inline static int32_t get_offset_of_b_4() { return static_cast(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___b_4)); } inline bool get_b_4() const { return ___b_4; } inline bool* get_address_of_b_4() { return &___b_4; } inline void set_b_4(bool value) { ___b_4 = value; } inline static int32_t get_offset_of_c_5() { return static_cast(offsetof(ConfigValue_t0FCEE7A330FBBA78EBF1E6F3849478169FCBB4CB, ___c_5)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_c_5() const { return ___c_5; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_c_5() { return &___c_5; } inline void set_c_5(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___c_5 = value; } }; // FairyGUI.UIContentScaler_ScaleMode struct ScaleMode_tC4361BB3FAEB73D6BEC33E5DDD02D686BB37744C { public: // System.Int32 FairyGUI.UIContentScaler_ScaleMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(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(offsetof(ScreenMatchMode_tAEA9749F6D6C13CE02228476E4D89164BC80B465, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.UIPackage_AtlasSprite struct AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F : public RuntimeObject { public: // FairyGUI.PackageItem FairyGUI.UIPackage_AtlasSprite::atlas PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * ___atlas_0; // UnityEngine.Rect FairyGUI.UIPackage_AtlasSprite::rect Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_1; // System.Boolean FairyGUI.UIPackage_AtlasSprite::rotated bool ___rotated_2; public: inline static int32_t get_offset_of_atlas_0() { return static_cast(offsetof(AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F, ___atlas_0)); } inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * get_atlas_0() const { return ___atlas_0; } inline PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 ** get_address_of_atlas_0() { return &___atlas_0; } inline void set_atlas_0(PackageItem_t6D8B35322EA6328C8259063A86D5CE6D654F43F0 * value) { ___atlas_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___atlas_0), (void*)value); } inline static int32_t get_offset_of_rect_1() { return static_cast(offsetof(AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F, ___rect_1)); } inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_rect_1() const { return ___rect_1; } inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_rect_1() { return &___rect_1; } inline void set_rect_1(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value) { ___rect_1 = value; } inline static int32_t get_offset_of_rotated_2() { return static_cast(offsetof(AtlasSprite_tAF8DCCBFF0D527262FB1C456FDFC8CE302E81B8F, ___rotated_2)); } inline bool get_rotated_2() const { return ___rotated_2; } inline bool* get_address_of_rotated_2() { return &___rotated_2; } inline void set_rotated_2(bool value) { ___rotated_2 = value; } }; // FairyGUI.UpdateContext_ClipInfo struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3 { public: // UnityEngine.Rect FairyGUI.UpdateContext_ClipInfo::rect Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0; // UnityEngine.Vector4 FairyGUI.UpdateContext_ClipInfo::clipBox Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1; // System.Boolean FairyGUI.UpdateContext_ClipInfo::soft bool ___soft_2; // UnityEngine.Vector4 FairyGUI.UpdateContext_ClipInfo::softness Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3; // System.UInt32 FairyGUI.UpdateContext_ClipInfo::clipId uint32_t ___clipId_4; // System.Boolean FairyGUI.UpdateContext_ClipInfo::stencil bool ___stencil_5; // System.Boolean FairyGUI.UpdateContext_ClipInfo::reversedMask bool ___reversedMask_6; public: inline static int32_t get_offset_of_rect_0() { return static_cast(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(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(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(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(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(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(offsetof(ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3, ___reversedMask_6)); } inline bool get_reversedMask_6() const { return ___reversedMask_6; } inline bool* get_address_of_reversedMask_6() { return &___reversedMask_6; } inline void set_reversedMask_6(bool value) { ___reversedMask_6 = value; } }; // Native definition for P/Invoke marshalling of FairyGUI.UpdateContext/ClipInfo struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_pinvoke { Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0; Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1; int32_t ___soft_2; Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3; uint32_t ___clipId_4; int32_t ___stencil_5; int32_t ___reversedMask_6; }; // Native definition for COM marshalling of FairyGUI.UpdateContext/ClipInfo struct ClipInfo_tC32CE8DABF055E5153EF024959EFF788185C2BC3_marshaled_com { Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_0; Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___clipBox_1; int32_t ___soft_2; Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___softness_3; uint32_t ___clipId_4; int32_t ___stencil_5; int32_t ___reversedMask_6; }; // FairyGUI.VertAlignType struct VertAlignType_t202929B60C3F2E00200AAB7ED3F5105BDA06FA31 { public: // System.Int32 FairyGUI.VertAlignType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VertAlignType_t202929B60C3F2E00200AAB7ED3F5105BDA06FA31, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // LuaInterface.LuaBaseRef struct LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4 : public RuntimeObject { public: // System.String LuaInterface.LuaBaseRef::name String_t* ___name_0; // System.Int32 LuaInterface.LuaBaseRef::reference int32_t ___reference_1; // LuaInterface.LuaState LuaInterface.LuaBaseRef::luaState LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * ___luaState_2; // LuaInterface.ObjectTranslator LuaInterface.LuaBaseRef::translator ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * ___translator_3; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) LuaInterface.LuaBaseRef::beDisposed bool ___beDisposed_4; // System.Int32 LuaInterface.LuaBaseRef::count int32_t ___count_5; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) LuaInterface.LuaBaseRef::IsAlive bool ___IsAlive_6; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_reference_1() { return static_cast(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___reference_1)); } inline int32_t get_reference_1() const { return ___reference_1; } inline int32_t* get_address_of_reference_1() { return &___reference_1; } inline void set_reference_1(int32_t value) { ___reference_1 = value; } inline static int32_t get_offset_of_luaState_2() { return static_cast(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___luaState_2)); } inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * get_luaState_2() const { return ___luaState_2; } inline LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE ** get_address_of_luaState_2() { return &___luaState_2; } inline void set_luaState_2(LuaState_tE37CD27C2C8ADE144B1AF4766CEA25588C7E79EE * value) { ___luaState_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___luaState_2), (void*)value); } inline static int32_t get_offset_of_translator_3() { return static_cast(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___translator_3)); } inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * get_translator_3() const { return ___translator_3; } inline ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF ** get_address_of_translator_3() { return &___translator_3; } inline void set_translator_3(ObjectTranslator_t83CF36CEC9DC16EF853E8331972281E6CB9B18DF * value) { ___translator_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___translator_3), (void*)value); } inline static int32_t get_offset_of_beDisposed_4() { return static_cast(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___beDisposed_4)); } inline bool get_beDisposed_4() const { return ___beDisposed_4; } inline bool* get_address_of_beDisposed_4() { return &___beDisposed_4; } inline void set_beDisposed_4(bool value) { ___beDisposed_4 = value; } inline static int32_t get_offset_of_count_5() { return static_cast(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___count_5)); } inline int32_t get_count_5() const { return ___count_5; } inline int32_t* get_address_of_count_5() { return &___count_5; } inline void set_count_5(int32_t value) { ___count_5 = value; } inline static int32_t get_offset_of_IsAlive_6() { return static_cast(offsetof(LuaBaseRef_tFA9E77CEC1FFBFDE8BC5AF2B9C1A693AD5CFE0B4, ___IsAlive_6)); } inline bool get_IsAlive_6() const { return ___IsAlive_6; } inline bool* get_address_of_IsAlive_6() { return &___IsAlive_6; } inline void set_IsAlive_6(bool value) { ___IsAlive_6 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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 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(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(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 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(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(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 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(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(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 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(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(offsetof(Nullable_1_t0974FEE69B139689A432B8171D904496B2C3E533, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // UnityEngine.CameraClearFlags struct CameraClearFlags_tAC22BD22D12708CBDC63F6CFB31109E5E17CF239 { public: // System.Int32 UnityEngine.CameraClearFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraClearFlags_tAC22BD22D12708CBDC63F6CFB31109E5E17CF239, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.EventModifiers struct EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061 { public: // System.Int32 UnityEngine.EventModifiers::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.HideFlags struct HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37 { public: // System.Int32 UnityEngine.HideFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HideFlags_t30B57DC00548E963A569318C8F4A4123E7447E37, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.KeyCode struct KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C { public: // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(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(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(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.RenderMode struct RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60 { public: // System.Int32 UnityEngine.RenderMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 : public RuntimeObject { public: // System.IntPtr UnityEngine.TouchScreenKeyboard::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // UnityEngine.TouchScreenKeyboard_Status struct Status_t30C5BC9C53914BC5D15849920F7684493D884090 { public: // System.Int32 UnityEngine.TouchScreenKeyboard_Status::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Status_t30C5BC9C53914BC5D15849920F7684493D884090, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.TouchScreenKeyboardType struct TouchScreenKeyboardType_tDD21D45735F3021BF4C6C7C1A660ABF03EBCE602 { public: // System.Int32 UnityEngine.TouchScreenKeyboardType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchScreenKeyboardType_tDD21D45735F3021BF4C6C7C1A660ABF03EBCE602, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // FairyGUI.DisplayObject struct DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 { public: // System.String FairyGUI.DisplayObject::name String_t* ___name_2; // FairyGUI.Container FairyGUI.DisplayObject::k__BackingField Container_t4EFBE10C420E0F896AF5E9D57584D2EC51206A68 * ___U3CparentU3Ek__BackingField_3; // UnityEngine.GameObject FairyGUI.DisplayObject::k__BackingField GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CgameObjectU3Ek__BackingField_4; // UnityEngine.Transform FairyGUI.DisplayObject::k__BackingField Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___U3CcachedTransformU3Ek__BackingField_5; // FairyGUI.NGraphics FairyGUI.DisplayObject::k__BackingField NGraphics_t595A637CC0B7EEFE129DD8C752DB01EEB4C540CD * ___U3CgraphicsU3Ek__BackingField_6; // FairyGUI.NGraphics FairyGUI.DisplayObject::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 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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(offsetof(DisplayObject_t812392D4D9850BF1FAF422D2DDAD56A57E6D48FB_StaticFields, ____gInstanceCounter_51)); } inline uint32_t get__gInstanceCounter_51() const { return ____gInstanceCounter_51; } inline uint32_t* get_address_of__gInstanceCounter_51() { return &____gInstanceCounter_51; } inline void set__gInstanceCounter_51(uint32_t value) { ____gInstanceCounter_51 = value; } }; // FairyGUI.GObject struct GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB : public EventDispatcher_t87800797690A9BCB3EE39806EF5AFE4CB1100AA7 { public: // System.String FairyGUI.GObject::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::k__BackingField Relations_t015E337CB8B0B53D8885A600DD314C8852345AFF * ___U3CrelationsU3Ek__BackingField_13; // System.Nullable`1 FairyGUI.GObject::dragBounds Nullable_1_t173480C526ACAA482E98025CA3829AAA24C7AD10 ___dragBounds_14; // FairyGUI.GComponent FairyGUI.GObject::k__BackingField GComponent_tF76B0991F3895F7A43EDF2678966F2CCCED1A9CC * ___U3CparentU3Ek__BackingField_15; // FairyGUI.DisplayObject FairyGUI.GObject::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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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::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(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(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(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(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(offsetof(GObject_t8E14564A6A66398AEAC58997B505B02BF87CE4BB_StaticFields, ___sUpdateInDragging_73)); } inline bool get_sUpdateInDragging_73() const { return ___sUpdateInDragging_73; } inline bool* get_address_of_sUpdateInDragging_73() { return &___sUpdateInDragging_73; } inline void set_sUpdateInDragging_73(bool value) { ___sUpdateInDragging_73 = value; } }; // FairyGUI.GTweener struct GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C : public RuntimeObject { public: // System.Object FairyGUI.GTweener::_target RuntimeObject * ____target_0; // FairyGUI.TweenPropType FairyGUI.GTweener::_propType int32_t ____propType_1; // System.Boolean FairyGUI.GTweener::_killed bool ____killed_2; // System.Boolean FairyGUI.GTweener::_paused bool ____paused_3; // System.Single FairyGUI.GTweener::_delay float ____delay_4; // System.Single FairyGUI.GTweener::_duration float ____duration_5; // System.Single FairyGUI.GTweener::_breakpoint float ____breakpoint_6; // FairyGUI.EaseType FairyGUI.GTweener::_easeType int32_t ____easeType_7; // System.Single FairyGUI.GTweener::_easeOvershootOrAmplitude float ____easeOvershootOrAmplitude_8; // System.Single FairyGUI.GTweener::_easePeriod float ____easePeriod_9; // System.Int32 FairyGUI.GTweener::_repeat int32_t ____repeat_10; // System.Boolean FairyGUI.GTweener::_yoyo bool ____yoyo_11; // System.Single FairyGUI.GTweener::_timeScale float ____timeScale_12; // System.Boolean FairyGUI.GTweener::_ignoreEngineTimeScale bool ____ignoreEngineTimeScale_13; // System.Boolean FairyGUI.GTweener::_snapping bool ____snapping_14; // System.Object FairyGUI.GTweener::_userData RuntimeObject * ____userData_15; // FairyGUI.GPath FairyGUI.GTweener::_path GPath_t097563F29B192985F7F754E478BB55F8224DF2A2 * ____path_16; // FairyGUI.GTweenCallback FairyGUI.GTweener::_onUpdate GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____onUpdate_17; // FairyGUI.GTweenCallback FairyGUI.GTweener::_onStart GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____onStart_18; // FairyGUI.GTweenCallback FairyGUI.GTweener::_onComplete GTweenCallback_t450E97F8EA4C29DD4687ECB8396CE721C8555C9F * ____onComplete_19; // FairyGUI.GTweenCallback1 FairyGUI.GTweener::_onUpdate1 GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____onUpdate1_20; // FairyGUI.GTweenCallback1 FairyGUI.GTweener::_onStart1 GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____onStart1_21; // FairyGUI.GTweenCallback1 FairyGUI.GTweener::_onComplete1 GTweenCallback1_t51B0D187A05F5E2CBD4E8F3B61E6615C2245666D * ____onComplete1_22; // FairyGUI.ITweenListener FairyGUI.GTweener::_listener RuntimeObject* ____listener_23; // FairyGUI.TweenValue FairyGUI.GTweener::_startValue TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ____startValue_24; // FairyGUI.TweenValue FairyGUI.GTweener::_endValue TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ____endValue_25; // FairyGUI.TweenValue FairyGUI.GTweener::_value TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ____value_26; // FairyGUI.TweenValue FairyGUI.GTweener::_deltaValue TweenValue_tDED6754049E6EB4409F2227430808D3C09128AF9 * ____deltaValue_27; // System.Int32 FairyGUI.GTweener::_valueSize int32_t ____valueSize_28; // System.Boolean FairyGUI.GTweener::_started bool ____started_29; // System.Int32 FairyGUI.GTweener::_ended int32_t ____ended_30; // System.Single FairyGUI.GTweener::_elapsedTime float ____elapsedTime_31; // System.Single FairyGUI.GTweener::_normalizedTime float ____normalizedTime_32; // System.Int32 FairyGUI.GTweener::_smoothStart int32_t ____smoothStart_33; public: inline static int32_t get_offset_of__target_0() { return static_cast(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(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(offsetof(GTweener_tFB54AD7DE967819123910DA3E3289DF0EFE9333C, ____smoothStart_33)); } inline int32_t get__smoothStart_33() const { return ____smoothStart_33; } inline int32_t* get_address_of__smoothStart_33() { return &____smoothStart_33; } inline void set__smoothStart_33(int32_t value) { ____smoothStart_33 = value; } }; // FairyGUI.InputEvent struct InputEvent_t39F5317E4B0D64CF7A43C52767054823BFBA6495 : public RuntimeObject { public: // System.Single FairyGUI.InputEvent::k__BackingField float ___U3CxU3Ek__BackingField_0; // System.Single FairyGUI.InputEvent::k__BackingField float ___U3CyU3Ek__BackingField_1; // UnityEngine.KeyCode FairyGUI.InputEvent::k__BackingField int32_t ___U3CkeyCodeU3Ek__BackingField_2; // System.Char FairyGUI.InputEvent::k__BackingField Il2CppChar ___U3CcharacterU3Ek__BackingField_3; // UnityEngine.EventModifiers FairyGUI.InputEvent::k__BackingField int32_t ___U3CmodifiersU3Ek__BackingField_4; // System.Int32 FairyGUI.InputEvent::k__BackingField int32_t ___U3CmouseWheelDeltaU3Ek__BackingField_5; // System.Int32 FairyGUI.InputEvent::k__BackingField int32_t ___U3CtouchIdU3Ek__BackingField_6; // System.Int32 FairyGUI.InputEvent::