#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template 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 VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template 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 VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, 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 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 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 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 InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // UnityEngine.EventSystems.AbstractEventData struct AbstractEventData_t4171500731; // UnityEngine.EventSystems.AxisEventData struct AxisEventData_t2331243652; // UnityEngine.EventSystems.EventSystem struct EventSystem_t1003666588; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t3903027533; // UnityEngine.EventSystems.BaseInputModule struct BaseInputModule_t2019268878; // UnityEngine.GameObject struct GameObject_t1113636619; // UnityEngine.EventSystems.BaseInput struct BaseInput_t3630163547; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_t3495933518; // System.String struct String_t; // System.Collections.Generic.List`1 struct List_1_t537414295; // UnityEngine.Object struct Object_t631007953; // UnityEngine.Component struct Component_t1923634451; // UnityEngine.EventSystems.BaseInput[] struct BaseInputU5BU5D_t2997724634; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Type struct Type_t; // UnityEngine.Transform struct Transform_t3600365921; // UnityEngine.EventSystems.PointerEventData struct PointerEventData_t3807901092; // System.Collections.Generic.List`1 struct List_1_t2585711361; // System.Collections.Generic.List`1 struct List_1_t257213610; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t2867327688; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t1764640198; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t3995630009; // UnityEngine.Behaviour struct Behaviour_t1437897464; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_t4150874583; // System.Collections.Generic.List`1 struct List_1_t3491343620; // System.Collections.Generic.List`1 struct List_1_t2475741330; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t3373214253; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t955952873; // UnityEngine.Camera struct Camera_t4157153871; // System.Collections.Generic.List`1 struct List_1_t1327982029; // System.Comparison`1 struct Comparison_1_t3135238028; // System.Text.StringBuilder struct StringBuilder_t; // UnityEngine.EventSystems.EventTrigger struct EventTrigger_t1076084509; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // System.Collections.Generic.List`1 struct List_1_t521873611; // UnityEngine.EventSystems.EventTrigger/Entry struct Entry_t3344766165; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t489719741; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3961765668; // UnityEngine.EventSystems.EventTrigger/TriggerEvent struct TriggerEvent_t3867320123; // UnityEngine.EventSystems.IPointerEnterHandler struct IPointerEnterHandler_t1016128679; // UnityEngine.EventSystems.IPointerExitHandler struct IPointerExitHandler_t4182793654; // UnityEngine.EventSystems.IPointerDownHandler struct IPointerDownHandler_t1380080529; // UnityEngine.EventSystems.IPointerUpHandler struct IPointerUpHandler_t277099170; // UnityEngine.EventSystems.IPointerClickHandler struct IPointerClickHandler_t132471142; // UnityEngine.EventSystems.IInitializePotentialDragHandler struct IInitializePotentialDragHandler_t608041180; // UnityEngine.EventSystems.IBeginDragHandler struct IBeginDragHandler_t3293314358; // UnityEngine.EventSystems.IDragHandler struct IDragHandler_t2288426503; // UnityEngine.EventSystems.IEndDragHandler struct IEndDragHandler_t297508562; // UnityEngine.EventSystems.IDropHandler struct IDropHandler_t3627139509; // UnityEngine.EventSystems.IScrollHandler struct IScrollHandler_t4201797704; // UnityEngine.EventSystems.IUpdateSelectedHandler struct IUpdateSelectedHandler_t4266291469; // UnityEngine.EventSystems.ISelectHandler struct ISelectHandler_t2271418839; // UnityEngine.EventSystems.IDeselectHandler struct IDeselectHandler_t393712923; // UnityEngine.EventSystems.IMoveHandler struct IMoveHandler_t933334182; // UnityEngine.EventSystems.ISubmitHandler struct ISubmitHandler_t2790798304; // UnityEngine.EventSystems.ICancelHandler struct ICancelHandler_t3974364820; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t64614563; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t3256600500; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t3111972472; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t3587542510; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t1977848392; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t972960537; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t3277009892; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t2311673543; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t2886331738; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t2950825503; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t3912835512; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t1475332338; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t2658898854; // System.Collections.Generic.IList`1 struct IList_1_t1120718408; // UnityEngine.Events.UnityAction`1> struct UnityAction_1_t1116627437; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t3664942305; // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t231414508; // UnityEngine.UI.ObjectPool`1 struct ObjectPool_1_t2779729376; // System.Collections.Generic.List`1 struct List_1_t777473367; // System.Collections.Generic.List`1 struct List_1_t531791296; // UnityEngine.EventSystems.Physics2DRaycaster struct Physics2DRaycaster_t3382992964; // UnityEngine.EventSystems.PhysicsRaycaster struct PhysicsRaycaster_t437419520; // UnityEngine.UI.ReflectionMethodsCache struct ReflectionMethodsCache_t2103211062; // UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllCallback struct GetRayIntersectionAllCallback_t3913627115; // UnityEngine.RaycastHit2D[] struct RaycastHit2DU5BU5D_t4286651560; // UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllNonAllocCallback struct GetRayIntersectionAllNonAllocCallback_t2311174851; // UnityEngine.Collider2D struct Collider2D_t2806799626; // UnityEngine.SpriteRenderer struct SpriteRenderer_t3235626157; // UnityEngine.Renderer struct Renderer_t2627027031; // UnityEngine.UI.ReflectionMethodsCache/RaycastAllCallback struct RaycastAllCallback_t1884415901; // UnityEngine.RaycastHit[] struct RaycastHitU5BU5D_t1690781147; // UnityEngine.UI.ReflectionMethodsCache/GetRaycastNonAllocCallback struct GetRaycastNonAllocCallback_t3841783507; // System.Comparison`1 struct Comparison_1_t830933145; // UnityEngine.Collider struct Collider_t1773347010; // UnityEngine.EventSystems.PointerInputModule struct PointerInputModule_t3453173740; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2696614423; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1968819495; // UnityEngine.EventSystems.PointerInputModule/MouseState struct MouseState_t384203932; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t117691445; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t3684863813; // UnityEngine.EventSystems.PointerInputModule/ButtonState struct ButtonState_t857139936; // UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData struct MouseButtonEventData_t3190347560; // System.Collections.Generic.List`1 struct List_1_t2329214678; // UnityEngine.EventSystems.StandaloneInputModule struct StandaloneInputModule_t2760469101; // UnityEngine.EventSystems.TouchInputModule struct TouchInputModule_t4248229598; // UnityEngine.UI.VertexHelper struct VertexHelper_t2453304189; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_t2532145056; // UnityEngine.UI.AspectRatioFitter struct AspectRatioFitter_t3312407083; // UnityEngine.RectTransform struct RectTransform_t3704657025; // UnityEngine.UI.BaseMeshEffect struct BaseMeshEffect_t2440176439; // UnityEngine.UI.Graphic struct Graphic_t1660335611; // UnityEngine.Mesh struct Mesh_t3648964284; // UnityEngine.UI.BaseVertexEffect struct BaseVertexEffect_t2675891272; // UnityEngine.UI.Button struct Button_t4055032469; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_t48803504; // UnityEngine.UI.Selectable struct Selectable_t3250028441; // UnityEngine.Events.UnityEvent struct UnityEvent_t2581268647; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // UnityEngine.Coroutine struct Coroutine_t3829159415; // UnityEngine.UI.Button/c__Iterator0 struct U3COnFinishSubmitU3Ec__Iterator0_t3413438900; // System.NotSupportedException struct NotSupportedException_t1314879016; // UnityEngine.UI.CanvasScaler struct CanvasScaler_t2767979955; // UnityEngine.Canvas struct Canvas_t3310196443; // UnityEngine.Display struct Display_t1387065949; // UnityEngine.UI.CanvasUpdateRegistry struct CanvasUpdateRegistry_t2720824592; // UnityEngine.UI.Collections.IndexedSet`1 struct IndexedSet_1_t3571286806; // UnityEngine.UI.Collections.IndexedSet`1 struct IndexedSet_1_t234526808; // UnityEngine.Canvas/WillRenderCanvases struct WillRenderCanvases_t3309123499; // UnityEngine.UI.ICanvasElement struct ICanvasElement_t2121898866; // System.Comparison`1 struct Comparison_1_t1896830045; // System.Comparison`1 struct Comparison_1_t2855037343; // System.Exception struct Exception_t; // UnityEngine.UI.ClipperRegistry struct ClipperRegistry_t2428680409; // UnityEngine.UI.Collections.IndexedSet`1 struct IndexedSet_1_t2673511092; // UnityEngine.UI.IClipper struct IClipper_t1224123152; // System.Collections.Generic.List`1 struct List_1_t651996883; // UnityEngine.UI.RectMask2D struct RectMask2D_t3474889437; // System.ValueType struct ValueType_t3640485471; // UnityEngine.UI.ContentSizeFitter struct ContentSizeFitter_t3850442145; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3437345828; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t3140522465; // UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenCallback struct ColorTweenCallback_t1121741130; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t2278926278; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t1982102915; // UnityEngine.UI.CoroutineTween.FloatTween/FloatTweenCallback struct FloatTweenCallback_t1856710240; // UnityEngine.UI.Text struct Text_t1901882714; // UnityEngine.UI.Image struct Image_t2670269651; // UnityEngine.Sprite struct Sprite_t280657092; // UnityEngine.UI.RawImage struct RawImage_t3182918964; // UnityEngine.UI.Slider struct Slider_t3903728902; // UnityEngine.UI.Scrollbar struct Scrollbar_t1494447233; // UnityEngine.UI.Toggle struct Toggle_t2735377061; // UnityEngine.UI.InputField struct InputField_t3762917431; // UnityEngine.UI.ScrollRect struct ScrollRect_t4137855814; // UnityEngine.UI.Mask struct Mask_t1803652131; // UnityEngine.UI.Dropdown struct Dropdown_t2274391225; // System.Collections.Generic.List`1 struct List_1_t447389798; // UnityEngine.UI.Dropdown/OptionData struct OptionData_t3270282352; // UnityEngine.UI.Dropdown/OptionDataList struct OptionDataList_t1438173104; // UnityEngine.UI.Dropdown/DropdownEvent struct DropdownEvent_t4040729994; // System.Collections.Generic.List`1 struct List_1_t2924027637; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3832605257; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t3520241082; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2250135241; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t2059959053; // System.Collections.Generic.List`1 struct List_1_t3319525431; // System.Collections.Generic.List`1 struct List_1_t1752731834; // UnityEngine.UI.Dropdown/DropdownItem struct DropdownItem_t1451952895; // UnityEngine.UI.GraphicRaycaster struct GraphicRaycaster_t2999697109; // UnityEngine.CanvasGroup struct CanvasGroup_t4083511760; // System.Collections.Generic.List`1 struct List_1_t487303889; // UnityEngine.UI.Dropdown/c__AnonStorey1 struct U3CShowU3Ec__AnonStorey1_t1106527198; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t682124106; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t978947469; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // UnityEngine.Events.UnityAction struct UnityAction_t3245792599; // UnityEngine.UI.Dropdown/c__Iterator0 struct U3CDelayedDestroyDropdownListU3Ec__Iterator0_t3853912249; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t189548121; // UnityEngine.UI.FontData struct FontData_t746620069; // UnityEngine.Font struct Font_t1956802104; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t369343732; // System.Collections.Generic.HashSet`1 struct HashSet_1_t466832188; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t132545152; // System.Action`1 struct Action_1_t2129269699; // System.Action`1 struct Action_1_t3252573759; // System.Collections.Generic.HashSet`1 struct HashSet_1_t1645055638; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t3055525458; // UnityEngine.Material struct Material_t340375123; // UnityEngine.CanvasRenderer struct CanvasRenderer_t2598313366; // System.Collections.Generic.List`1 struct List_1_t3395709193; // UnityEngine.Texture struct Texture_t3661962703; // UnityEngine.Texture2D struct Texture2D_t3840446185; // System.Collections.Generic.List`1 struct List_1_t1234605051; // System.Delegate struct Delegate_t1188392813; // System.Collections.Generic.List`1 struct List_1_t3132410353; // System.Collections.Generic.IList`1 struct IList_1_t3475655394; // System.Comparison`1 struct Comparison_1_t1435266790; // UnityEngine.UI.GraphicRegistry struct GraphicRegistry_t3479976429; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t2296117448; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1241847650; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3261772335; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3531485785; // UnityEngine.UI.Collections.IndexedSet`1 struct IndexedSet_1_t3109723551; // UnityEngine.UI.GridLayoutGroup struct GridLayoutGroup_t3046220461; // UnityEngine.UI.LayoutGroup struct LayoutGroup_t2436138090; // System.Collections.Generic.List`1 struct List_1_t881764471; // UnityEngine.RectOffset struct RectOffset_t1369453676; // UnityEngine.UI.HorizontalLayoutGroup struct HorizontalLayoutGroup_t2586782146; // UnityEngine.UI.HorizontalOrVerticalLayoutGroup struct HorizontalOrVerticalLayoutGroup_t729725570; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Collections.Generic.List`1 struct List_1_t3593973608; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // UnityEngine.UI.IClipper[] struct IClipperU5BU5D_t2077073073; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3331455170; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t2465069151; // System.Collections.Generic.List`1 struct List_1_t2696197894; // UnityEngine.UI.RectMask2D[] struct RectMask2DU5BU5D_t4110439696; // UnityEngine.EventSystems.IEventSystemHandler[] struct IEventSystemHandlerU5BU5D_t541873103; // System.Collections.Generic.Stack`1> struct Stack_1_t1375180751; // UnityEngine.Transform[] struct TransformU5BU5D_t807237628; // UnityEngine.UI.ReflectionMethodsCache/Raycast3DCallback struct Raycast3DCallback_t701940803; // UnityEngine.UI.ReflectionMethodsCache/Raycast2DCallback struct Raycast2DCallback_t768590915; // UnityEngine.EventSystems.PointerEventData[] struct PointerEventDataU5BU5D_t3854101325; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t763310475; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3458440169; // UnityEngine.EventSystems.PointerInputModule/ButtonState[] struct ButtonStateU5BU5D_t335326625; // UnityEngine.UI.Dropdown/OptionData[] struct OptionDataU5BU5D_t3600483281; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_t1981460040; // UnityEngine.UI.Graphic[] struct GraphicU5BU5D_t4082402234; // UnityEngine.Canvas[] struct CanvasU5BU5D_t682926938; // UnityEngine.UI.Collections.IndexedSet`1[] struct IndexedSet_1U5BU5D_t965309702; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1122561165; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t3642685268; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3767667629; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3607992594; // UnityEngine.UI.ICanvasElement[] struct ICanvasElementU5BU5D_t1807359623; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t4229230884; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3122708593; // UnityEngine.RectTransform[] struct RectTransformU5BU5D_t107129948; // UnityEngine.Events.InvokableCallList struct InvokableCallList_t2498835369; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t3050769227; // UnityEngine.Component[] struct ComponentU5BU5D_t3294940482; // UnityEngine.UI.Dropdown/DropdownItem[] struct DropdownItemU5BU5D_t2800600614; // System.String[] struct StringU5BU5D_t1281789340; // UnityEngine.Sprite[] struct SpriteU5BU5D_t2581906349; // UnityEngine.Font[] struct FontU5BU5D_t1399044585; // System.Collections.Generic.HashSet`1[] struct HashSet_1U5BU5D_t2348110933; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t4064134122; // System.Collections.Generic.Dictionary`2/Transform`1,System.Collections.DictionaryEntry> struct Transform_1_t658481400; // System.Collections.Generic.HashSet`1/Link[] struct LinkU5BU5D_t3109969362; // UnityEngine.UI.Text[] struct TextU5BU5D_t422084607; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t4009214732; // UnityEngine.EventSystems.EventSystem[] struct EventSystemU5BU5D_t3371831669; // UnityEngine.EventSystems.BaseInputModule[] struct BaseInputModuleU5BU5D_t3974286075; // UnityEngine.GameObject[] struct GameObjectU5BU5D_t3328599146; // UnityEngine.EventSystems.BaseRaycaster[] struct BaseRaycasterU5BU5D_t3168342254; // UnityEngine.EventSystems.EventTrigger/Entry[] struct EntryU5BU5D_t399612984; // UnityEngine.EventSystems.RaycastResult[] struct RaycastResultU5BU5D_t1128832444; // System.Char[] struct CharU5BU5D_t3528271667; // System.Void struct Void_t1185182177; // UnityEngine.Display[] struct DisplayU5BU5D_t103034768; // UnityEngine.Display/DisplaysUpdatedDelegate struct DisplaysUpdatedDelegate_t51287044; // System.Collections.Generic.List`1 struct List_1_t899420910; // System.Collections.Generic.List`1 struct List_1_t4072576034; // System.Collections.Generic.List`1 struct List_1_t3628304265; // System.Collections.Generic.List`1 struct List_1_t496136383; // System.Collections.Generic.List`1 struct List_1_t128053199; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // UnityEngine.Font/FontTextureRebuildCallback struct FontTextureRebuildCallback_t2467502454; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1258266594; // System.Collections.Generic.List`1 struct List_1_t427135887; // System.Collections.Generic.List`1 struct List_1_t1260619206; // UnityEngine.UI.RectangularVertexClipper struct RectangularVertexClipper_t626611136; // System.Collections.Generic.HashSet`1 struct HashSet_1_t4099546121; // UnityEngine.UI.ScrollRect/ScrollRectEvent struct ScrollRectEvent_t343079324; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t3661388177; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t731888065; // UnityEngine.UI.InputField/SubmitEvent struct SubmitEvent_t648412432; // UnityEngine.UI.InputField/OnChangeEvent struct OnChangeEvent_t467195904; // UnityEngine.UI.InputField/OnValidateInput struct OnValidateInput_t2355412304; // UnityEngine.TextGenerator struct TextGenerator_t3211863866; // UnityEngine.Event struct Event_t2956885303; // UnityEngine.UI.ToggleGroup struct ToggleGroup_t123837990; // UnityEngine.UI.Toggle/ToggleEvent struct ToggleEvent_t1873685584; // UnityEngine.UI.Slider/SliderEvent struct SliderEvent_t3180273144; // UnityEngine.UI.Scrollbar/ScrollEvent struct ScrollEvent_t149898510; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986; // System.Collections.Generic.List`1 struct List_1_t4142344393; // System.Action`1 struct Action_1_t819399007; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern const uint32_t AxisEventData__ctor_m114307781_MetadataUsageId; extern RuntimeClass* Input_t1431474628_il2cpp_TypeInfo_var; extern const uint32_t BaseInput_get_compositionString_m1887614380_MetadataUsageId; extern const uint32_t BaseInput_get_imeCompositionMode_m2427592916_MetadataUsageId; extern const uint32_t BaseInput_set_imeCompositionMode_m4200887391_MetadataUsageId; extern const uint32_t BaseInput_get_compositionCursorPos_m2836042364_MetadataUsageId; extern const uint32_t BaseInput_set_compositionCursorPos_m2906467044_MetadataUsageId; extern const uint32_t BaseInput_get_mousePresent_m998048917_MetadataUsageId; extern const uint32_t BaseInput_GetMouseButtonDown_m1318884233_MetadataUsageId; extern const uint32_t BaseInput_GetMouseButtonUp_m4080859133_MetadataUsageId; extern const uint32_t BaseInput_GetMouseButton_m3317421046_MetadataUsageId; extern const uint32_t BaseInput_get_mouseScrollDelta_m3541512408_MetadataUsageId; extern const uint32_t BaseInput_get_touchSupported_m2634027966_MetadataUsageId; extern const uint32_t BaseInput_get_touchCount_m1263753282_MetadataUsageId; extern const uint32_t BaseInput_GetTouch_m607375096_MetadataUsageId; extern const uint32_t BaseInput_GetAxisRaw_m706550436_MetadataUsageId; extern const uint32_t BaseInput_GetButtonDown_m3789908809_MetadataUsageId; extern RuntimeClass* List_1_t537414295_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2049947431_RuntimeMethod_var; extern const uint32_t BaseInputModule__ctor_m545527485_MetadataUsageId; extern const RuntimeType* BaseInput_t3630163547_0_0_0_var; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponents_TisBaseInput_t3630163547_m2590144445_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisBaseInput_t3630163547_m45311597_RuntimeMethod_var; extern const uint32_t BaseInputModule_get_input_m3047389608_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisEventSystem_t1003666588_m3129363749_RuntimeMethod_var; extern const uint32_t BaseInputModule_OnEnable_m3148190187_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m2113769949_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m4207101203_RuntimeMethod_var; extern const uint32_t BaseInputModule_FindFirstRaycast_m4278335766_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const uint32_t BaseInputModule_DetermineMoveDirection_m770437496_MetadataUsageId; extern const uint32_t BaseInputModule_FindCommonRoot_m2130760114_MetadataUsageId; extern RuntimeClass* ExecuteEvents_t3484638744_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m3743125852_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_TisIPointerExitHandler_t4182793654_m767184367_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2812834599_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m2500309205_RuntimeMethod_var; extern const RuntimeMethod* List_1_Remove_m4063777476_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_TisIPointerEnterHandler_t1016128679_m878985392_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m2765963565_RuntimeMethod_var; extern const uint32_t BaseInputModule_HandlePointerExitAndEnter_m1705532066_MetadataUsageId; extern RuntimeClass* AxisEventData_t2331243652_il2cpp_TypeInfo_var; extern const uint32_t BaseInputModule_GetAxisEventData_m2507705762_MetadataUsageId; extern RuntimeClass* BaseEventData_t3903027533_il2cpp_TypeInfo_var; extern const uint32_t BaseInputModule_GetBaseEventData_m1053912396_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3165903223; extern String_t* _stringLiteral2854016787; extern String_t* _stringLiteral2996413614; extern String_t* _stringLiteral1700596053; extern const uint32_t BaseRaycaster_ToString_m2535186737_MetadataUsageId; extern RuntimeClass* RaycasterManager_t2536340562_il2cpp_TypeInfo_var; extern const uint32_t BaseRaycaster_OnEnable_m2678466030_MetadataUsageId; extern const uint32_t BaseRaycaster_OnDisable_m3269055484_MetadataUsageId; extern RuntimeClass* List_1_t3491343620_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2783984371_RuntimeMethod_var; extern const uint32_t EventSystem__ctor_m3949471879_MetadataUsageId; extern RuntimeClass* EventSystem_t1003666588_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Count_m3149992302_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m707946013_RuntimeMethod_var; extern const uint32_t EventSystem_get_current_m1416377559_MetadataUsageId; extern const RuntimeMethod* List_1_IndexOf_m3551258537_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m4240524546_RuntimeMethod_var; extern const RuntimeMethod* List_1_Insert_m4016273584_RuntimeMethod_var; extern const uint32_t EventSystem_set_current_m38955169_MetadataUsageId; extern const RuntimeMethod* Component_GetComponents_TisBaseInputModule_t2019268878_m2667019930_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3978923431_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3461017032_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m13653884_RuntimeMethod_var; extern const uint32_t EventSystem_UpdateModules_m3643806022_MetadataUsageId; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExecuteEvents_Execute_TisIDeselectHandler_t393712923_m2480832291_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_TisISelectHandler_t2271418839_m1492161875_RuntimeMethod_var; extern String_t* _stringLiteral1952233081; extern String_t* _stringLiteral2445393108; extern const uint32_t EventSystem_SetSelectedGameObject_m3267446555_MetadataUsageId; extern const uint32_t EventSystem_get_baseEventDataCache_m3355234079_MetadataUsageId; extern const uint32_t EventSystem_RaycastComparer_m3685368675_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m1143167521_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2082190616_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2161784528_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m560065279_RuntimeMethod_var; extern const uint32_t EventSystem_RaycastAll_m523788254_MetadataUsageId; extern const uint32_t EventSystem_IsPointerOverGameObject_m301566329_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m1435462754_RuntimeMethod_var; extern const uint32_t EventSystem_OnEnable_m3237278246_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m838994639_RuntimeMethod_var; extern const uint32_t EventSystem_OnDisable_m3820258344_MetadataUsageId; extern const uint32_t EventSystem_TickModules_m1821462841_MetadataUsageId; extern const uint32_t EventSystem_Update_m1662072334_MetadataUsageId; extern const uint32_t EventSystem_ChangeEventModule_m2498557825_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1079004243; extern String_t* _stringLiteral3689597632; extern const uint32_t EventSystem_ToString_m3779610692_MetadataUsageId; extern RuntimeClass* List_1_t2475741330_il2cpp_TypeInfo_var; extern RuntimeClass* Comparison_1_t3135238028_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3584291376_RuntimeMethod_var; extern const RuntimeMethod* EventSystem_RaycastComparer_m3685368675_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m214699014_RuntimeMethod_var; extern const uint32_t EventSystem__cctor_m659510393_MetadataUsageId; extern RuntimeClass* List_1_t521873611_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2141505961_RuntimeMethod_var; extern const uint32_t EventTrigger_get_triggers_m968087715_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2675738555_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3701861842_RuntimeMethod_var; extern const RuntimeMethod* UnityEvent_1_Invoke_m3280461164_RuntimeMethod_var; extern const uint32_t EventTrigger_Execute_m2453060771_MetadataUsageId; extern RuntimeClass* TriggerEvent_t3867320123_il2cpp_TypeInfo_var; extern const uint32_t Entry__ctor_m2653221409_MetadataUsageId; extern const RuntimeMethod* UnityEvent_1__ctor_m184718670_RuntimeMethod_var; extern const uint32_t TriggerEvent__ctor_m87299207_MetadataUsageId; extern RuntimeClass* IPointerEnterHandler_t1016128679_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExecuteEvents_ValidateEventData_TisPointerEventData_t3807901092_m447710096_RuntimeMethod_var; extern const uint32_t ExecuteEvents_Execute_m1546133873_MetadataUsageId; extern RuntimeClass* IPointerExitHandler_t4182793654_il2cpp_TypeInfo_var; extern const uint32_t ExecuteEvents_Execute_m3049310229_MetadataUsageId; extern RuntimeClass* IPointerDownHandler_t1380080529_il2cpp_TypeInfo_var; extern const uint32_t ExecuteEvents_Execute_m1185511561_MetadataUsageId; extern RuntimeClass* IPointerUpHandler_t277099170_il2cpp_TypeInfo_var; extern const uint32_t ExecuteEvents_Execute_m3952332304_MetadataUsageId; extern RuntimeClass* IPointerClickHandler_t132471142_il2cpp_TypeInfo_var; extern const uint32_t ExecuteEvents_Execute_m3613826831_MetadataUsageId; extern RuntimeClass* IInitializePotentialDragHandler_t608041180_il2cpp_TypeInfo_var; extern const uint32_t ExecuteEvents_Execute_m1493894620_MetadataUsageId; extern RuntimeClass* IBeginDragHandler_t3293314358_il2cpp_TypeInfo_var; extern const uint32_t ExecuteEvents_Execute_m3445413961_MetadataUsageId; extern RuntimeClass* IDragHandler_t2288426503_il2cpp_TypeInfo_var; extern const uint32_t ExecuteEvents_Execute_m1324264331_MetadataUsageId; extern RuntimeClass* IEndDragHandler_t297508562_il2cpp_TypeInfo_var; extern const uint32_t ExecuteEvents_Execute_m4243909891_MetadataUsageId; extern RuntimeClass* IDropHandler_t3627139509_il2cpp_TypeInfo_var; extern const uint32_t ExecuteEvents_Execute_m609912907_MetadataUsageId; extern RuntimeClass* IScrollHandler_t4201797704_il2cpp_TypeInfo_var; extern const uint32_t ExecuteEvents_Execute_m403325123_MetadataUsageId; extern RuntimeClass* IUpdateSelectedHandler_t4266291469_il2cpp_TypeInfo_var; extern const uint32_t ExecuteEvents_Execute_m996574681_MetadataUsageId; extern RuntimeClass* ISelectHandler_t2271418839_il2cpp_TypeInfo_var; extern const uint32_t ExecuteEvents_Execute_m2975249514_MetadataUsageId; extern RuntimeClass* IDeselectHandler_t393712923_il2cpp_TypeInfo_var; extern const uint32_t ExecuteEvents_Execute_m113814934_MetadataUsageId; extern RuntimeClass* IMoveHandler_t933334182_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExecuteEvents_ValidateEventData_TisAxisEventData_t2331243652_m2813643394_RuntimeMethod_var; extern const uint32_t ExecuteEvents_Execute_m1178111212_MetadataUsageId; extern RuntimeClass* ISubmitHandler_t2790798304_il2cpp_TypeInfo_var; extern const uint32_t ExecuteEvents_Execute_m3936726821_MetadataUsageId; extern RuntimeClass* ICancelHandler_t3974364820_il2cpp_TypeInfo_var; extern const uint32_t ExecuteEvents_Execute_m533210008_MetadataUsageId; extern const uint32_t ExecuteEvents_get_pointerEnterHandler_m1185301724_MetadataUsageId; extern const uint32_t ExecuteEvents_get_pointerExitHandler_m659239743_MetadataUsageId; extern const uint32_t ExecuteEvents_get_pointerDownHandler_m1022108370_MetadataUsageId; extern const uint32_t ExecuteEvents_get_pointerUpHandler_m3515704212_MetadataUsageId; extern const uint32_t ExecuteEvents_get_pointerClickHandler_m1293869308_MetadataUsageId; extern const uint32_t ExecuteEvents_get_initializePotentialDrag_m298985714_MetadataUsageId; extern const uint32_t ExecuteEvents_get_beginDragHandler_m2267623666_MetadataUsageId; extern const uint32_t ExecuteEvents_get_dragHandler_m3849431675_MetadataUsageId; extern const uint32_t ExecuteEvents_get_endDragHandler_m2879610446_MetadataUsageId; extern const uint32_t ExecuteEvents_get_dropHandler_m2780765017_MetadataUsageId; extern const uint32_t ExecuteEvents_get_scrollHandler_m2659345019_MetadataUsageId; extern const uint32_t ExecuteEvents_get_updateSelectedHandler_m1601110817_MetadataUsageId; extern const uint32_t ExecuteEvents_get_selectHandler_m2010843467_MetadataUsageId; extern const uint32_t ExecuteEvents_get_deselectHandler_m343617552_MetadataUsageId; extern const uint32_t ExecuteEvents_get_moveHandler_m3629736480_MetadataUsageId; extern const uint32_t ExecuteEvents_get_submitHandler_m94189868_MetadataUsageId; extern const uint32_t ExecuteEvents_get_cancelHandler_m1220395193_MetadataUsageId; extern RuntimeClass* ICollection_1_t2133550859_il2cpp_TypeInfo_var; extern const uint32_t ExecuteEvents_GetEventChain_m2404658789_MetadataUsageId; extern RuntimeClass* EventFunction_1_t3995630009_il2cpp_TypeInfo_var; extern RuntimeClass* EventFunction_1_t2867327688_il2cpp_TypeInfo_var; extern RuntimeClass* EventFunction_1_t64614563_il2cpp_TypeInfo_var; extern RuntimeClass* EventFunction_1_t3256600500_il2cpp_TypeInfo_var; extern RuntimeClass* EventFunction_1_t3111972472_il2cpp_TypeInfo_var; extern RuntimeClass* EventFunction_1_t3587542510_il2cpp_TypeInfo_var; extern RuntimeClass* EventFunction_1_t1977848392_il2cpp_TypeInfo_var; extern RuntimeClass* EventFunction_1_t972960537_il2cpp_TypeInfo_var; extern RuntimeClass* EventFunction_1_t3277009892_il2cpp_TypeInfo_var; extern RuntimeClass* EventFunction_1_t2311673543_il2cpp_TypeInfo_var; extern RuntimeClass* EventFunction_1_t2886331738_il2cpp_TypeInfo_var; extern RuntimeClass* EventFunction_1_t2950825503_il2cpp_TypeInfo_var; extern RuntimeClass* EventFunction_1_t955952873_il2cpp_TypeInfo_var; extern RuntimeClass* EventFunction_1_t3373214253_il2cpp_TypeInfo_var; extern RuntimeClass* EventFunction_1_t3912835512_il2cpp_TypeInfo_var; extern RuntimeClass* EventFunction_1_t1475332338_il2cpp_TypeInfo_var; extern RuntimeClass* EventFunction_1_t2658898854_il2cpp_TypeInfo_var; extern RuntimeClass* UnityAction_1_t1116627437_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectPool_1_t231414508_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t777473367_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExecuteEvents_Execute_m1546133873_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m1181351694_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_m3049310229_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m4156657591_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_m1185511561_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m1028225992_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_m3952332304_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m2842408945_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_m3613826831_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m524374657_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_m1493894620_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m2986048236_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_m3445413961_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m2223601609_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_m1324264331_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m1914232296_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_m4243909891_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m1170648164_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_m609912907_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m2767181665_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_m403325123_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m3477300752_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_m996574681_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m3690008778_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_m2975249514_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m3766992354_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_m113814934_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m732591460_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_m1178111212_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m39239396_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_m3936726821_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m494738383_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_m533210008_RuntimeMethod_var; extern const RuntimeMethod* EventFunction_1__ctor_m1016136001_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_U3Cs_HandlerListPoolU3Em__0_m391641698_RuntimeMethod_var; extern const RuntimeMethod* UnityAction_1__ctor_m1370432988_RuntimeMethod_var; extern const RuntimeMethod* ObjectPool_1__ctor_m2279970424_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m1224227119_RuntimeMethod_var; extern const uint32_t ExecuteEvents__cctor_m3398791301_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m2418118317_RuntimeMethod_var; extern const uint32_t ExecuteEvents_U3Cs_HandlerListPoolU3Em__0_m391641698_MetadataUsageId; extern RuntimeClass* ReflectionMethodsCache_t2103211062_il2cpp_TypeInfo_var; extern RuntimeClass* RaycastHit2DU5BU5D_t4286651560_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisSpriteRenderer_t3235626157_m1701782593_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3465233825_RuntimeMethod_var; extern const uint32_t Physics2DRaycaster_Raycast_m1891644061_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisCamera_t4157153871_m1557787507_RuntimeMethod_var; extern const uint32_t PhysicsRaycaster_get_eventCamera_m2969967402_MetadataUsageId; extern const uint32_t PhysicsRaycaster_get_depth_m454501117_MetadataUsageId; extern const uint32_t PhysicsRaycaster_get_finalEventMask_m5197086_MetadataUsageId; extern RuntimeClass* Display_t1387065949_il2cpp_TypeInfo_var; extern const uint32_t PhysicsRaycaster_ComputeRayAndDistance_m1226857851_MetadataUsageId; extern RuntimeClass* RaycastHitU5BU5D_t1690781147_il2cpp_TypeInfo_var; extern RuntimeClass* PhysicsRaycaster_t437419520_il2cpp_TypeInfo_var; extern RuntimeClass* Comparison_1_t830933145_il2cpp_TypeInfo_var; extern const RuntimeMethod* PhysicsRaycaster_U3CRaycastU3Em__0_m2956808568_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m3138326461_RuntimeMethod_var; extern const RuntimeMethod* Array_Sort_TisRaycastHit_t1056001966_m1961542140_RuntimeMethod_var; extern const uint32_t PhysicsRaycaster_Raycast_m776323695_MetadataUsageId; extern RuntimeClass* List_1_t2585711361_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1424466557_RuntimeMethod_var; extern const uint32_t PointerEventData__ctor_m2263609344_MetadataUsageId; extern const uint32_t PointerEventData_get_enterEventCamera_m2055275918_MetadataUsageId; extern const uint32_t PointerEventData_get_pressEventCamera_m2613974917_MetadataUsageId; extern const uint32_t PointerEventData_set_pointerPress_m2546345117_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1536089056; extern String_t* _stringLiteral2669072779; extern String_t* _stringLiteral2067808063; extern String_t* _stringLiteral325353412; extern String_t* _stringLiteral567253233; extern String_t* _stringLiteral1039998974; extern String_t* _stringLiteral3272549095; extern String_t* _stringLiteral1972384985; extern String_t* _stringLiteral3062586896; extern String_t* _stringLiteral850602788; extern const uint32_t PointerEventData_ToString_m238029461_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2696614423_il2cpp_TypeInfo_var; extern RuntimeClass* MouseState_t384203932_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2573177474_RuntimeMethod_var; extern const uint32_t PointerInputModule__ctor_m3728889932_MetadataUsageId; extern RuntimeClass* PointerEventData_t3807901092_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m521466559_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m3013251229_RuntimeMethod_var; extern const uint32_t PointerInputModule_GetPointerData_m401559817_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_Remove_m4009096396_RuntimeMethod_var; extern const uint32_t PointerInputModule_RemovePointerData_m1921545965_MetadataUsageId; extern const uint32_t PointerInputModule_GetTouchPointerEventData_m2680216131_MetadataUsageId; extern const uint32_t PointerInputModule_GetMousePointerEventData_m4273240034_MetadataUsageId; extern const uint32_t PointerInputModule_ShouldStartDrag_m2494657937_MetadataUsageId; extern const RuntimeMethod* ExecuteEvents_Execute_TisIBeginDragHandler_t3293314358_m2226472405_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_TisIPointerUpHandler_t277099170_m3646124489_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_TisIDragHandler_t2288426503_m2196291858_RuntimeMethod_var; extern const uint32_t PointerInputModule_ProcessDrag_m1341573435_MetadataUsageId; extern const uint32_t PointerInputModule_IsPointerOverGameObject_m1416445253_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_get_Values_m450058685_RuntimeMethod_var; extern const RuntimeMethod* ValueCollection_GetEnumerator_m2579766821_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m3061344102_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1435246746_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m103082293_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Clear_m316481326_RuntimeMethod_var; extern const uint32_t PointerInputModule_ClearSelection_m2472477282_MetadataUsageId; extern const RuntimeMethod* Dictionary_2_GetEnumerator_m14634613_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2688479183_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m6796029_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Key_m3108536247_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m500632371_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m1365621171_RuntimeMethod_var; extern String_t* _stringLiteral1161759702; extern String_t* _stringLiteral1934359203; extern const uint32_t PointerInputModule_ToString_m3738213080_MetadataUsageId; extern const RuntimeMethod* ExecuteEvents_GetEventHandler_TisISelectHandler_t2271418839_m3262647825_RuntimeMethod_var; extern const uint32_t PointerInputModule_DeselectIfSelectionChanged_m1023287355_MetadataUsageId; extern RuntimeClass* List_1_t2329214678_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2796977863_RuntimeMethod_var; extern const uint32_t MouseState__ctor_m1467839005_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m3661891091_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3969726462_RuntimeMethod_var; extern const uint32_t MouseState_AnyPressesThisFrame_m3497468178_MetadataUsageId; extern const uint32_t MouseState_AnyReleasesThisFrame_m2707948698_MetadataUsageId; extern RuntimeClass* ButtonState_t857139936_il2cpp_TypeInfo_var; extern RuntimeClass* MouseButtonEventData_t3190347560_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m2980022053_RuntimeMethod_var; extern const uint32_t MouseState_GetButtonState_m643927547_MetadataUsageId; extern const RuntimeMethod* List_1_Contains_m403158780_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1192218865_RuntimeMethod_var; extern const uint32_t RaycasterManager_AddRaycaster_m48608312_MetadataUsageId; extern const uint32_t RaycasterManager_GetRaycasters_m1696543145_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m2527604244_RuntimeMethod_var; extern const uint32_t RaycasterManager_RemoveRaycasters_m3057093063_MetadataUsageId; extern RuntimeClass* List_1_t1327982029_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m206632927_RuntimeMethod_var; extern const uint32_t RaycasterManager__cctor_m2347257316_MetadataUsageId; extern const uint32_t RaycastResult_get_isValid_m2047405490_MetadataUsageId; extern const uint32_t RaycastResult_Clear_m1543844101_MetadataUsageId; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern String_t* _stringLiteral757602046; extern String_t* _stringLiteral2778691466; extern String_t* _stringLiteral1028121785; extern String_t* _stringLiteral2319024767; extern String_t* _stringLiteral2796293825; extern String_t* _stringLiteral1860800190; extern String_t* _stringLiteral2701372644; extern String_t* _stringLiteral4222740654; extern String_t* _stringLiteral3994240494; extern String_t* _stringLiteral174814691; extern String_t* _stringLiteral2231352221; extern String_t* _stringLiteral644621281; extern const uint32_t RaycastResult_ToString_m2678663776_MetadataUsageId; extern String_t* _stringLiteral1828639942; extern String_t* _stringLiteral2984908384; extern String_t* _stringLiteral1187062204; extern String_t* _stringLiteral1985564044; extern const uint32_t StandaloneInputModule__ctor_m2419721820_MetadataUsageId; extern const RuntimeMethod* ExecuteEvents_Execute_TisIEndDragHandler_t297508562_m38722945_RuntimeMethod_var; extern const uint32_t StandaloneInputModule_UpdateModule_m450861257_MetadataUsageId; extern const uint32_t StandaloneInputModule_ShouldActivateModule_m3116579496_MetadataUsageId; extern const uint32_t StandaloneInputModule_ActivateModule_m2232892298_MetadataUsageId; extern const RuntimeMethod* ExecuteEvents_ExecuteHierarchy_TisIPointerDownHandler_t1380080529_m1457342989_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_GetEventHandler_TisIPointerClickHandler_t132471142_m3115563067_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_GetEventHandler_TisIDragHandler_t2288426503_m3060350475_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_TisIInitializePotentialDragHandler_t608041180_m1354386923_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_TisIPointerClickHandler_t132471142_m3445044980_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_ExecuteHierarchy_TisIDropHandler_t3627139509_m3726033686_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_ExecuteHierarchy_TisIPointerExitHandler_t4182793654_m3163604107_RuntimeMethod_var; extern const uint32_t StandaloneInputModule_ProcessTouchPress_m4019232747_MetadataUsageId; extern const RuntimeMethod* ExecuteEvents_Execute_TisISubmitHandler_t2790798304_m3136014644_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_Execute_TisICancelHandler_t3974364820_m2876577334_RuntimeMethod_var; extern const uint32_t StandaloneInputModule_SendSubmitEventToSelectedObject_m1567393883_MetadataUsageId; extern const uint32_t StandaloneInputModule_GetRawMoveVector_m2737091079_MetadataUsageId; extern const RuntimeMethod* ExecuteEvents_Execute_TisIMoveHandler_t933334182_m109549_RuntimeMethod_var; extern const uint32_t StandaloneInputModule_SendMoveEventToSelectedObject_m482774593_MetadataUsageId; extern const RuntimeMethod* ExecuteEvents_GetEventHandler_TisIScrollHandler_t4201797704_m1161180441_RuntimeMethod_var; extern const RuntimeMethod* ExecuteEvents_ExecuteHierarchy_TisIScrollHandler_t4201797704_m20445695_RuntimeMethod_var; extern const uint32_t StandaloneInputModule_ProcessMouseEvent_m1568640827_MetadataUsageId; extern const RuntimeMethod* ExecuteEvents_Execute_TisIUpdateSelectedHandler_t4266291469_m1289077245_RuntimeMethod_var; extern const uint32_t StandaloneInputModule_SendUpdateEventToSelectedObject_m2127433_MetadataUsageId; extern const uint32_t StandaloneInputModule_ProcessMousePress_m1928058611_MetadataUsageId; extern const uint32_t TouchInputModule_UpdateModule_m2582897964_MetadataUsageId; extern const uint32_t TouchInputModule_ShouldActivateModule_m1204099519_MetadataUsageId; extern const uint32_t TouchInputModule_FakeTouches_m3748468179_MetadataUsageId; extern const uint32_t TouchInputModule_ProcessTouchPress_m3504077560_MetadataUsageId; extern const RuntimeMethod* KeyValuePair_2_ToString_m1328662693_RuntimeMethod_var; extern String_t* _stringLiteral1403872978; extern String_t* _stringLiteral1604723306; extern const uint32_t TouchInputModule_ToString_m3196533583_MetadataUsageId; extern const uint32_t UIBehaviour_IsDestroyed_m3033055982_MetadataUsageId; extern String_t* _stringLiteral446682791; extern String_t* _stringLiteral1806444132; extern String_t* _stringLiteral2037344074; extern String_t* _stringLiteral1262762470; extern const uint32_t AnimationTriggers__ctor_m3418993069_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetStruct_TisAspectMode_t3417192999_m1565063249_RuntimeMethod_var; extern const uint32_t AspectRatioFitter_set_aspectMode_m4140288987_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetStruct_TisSingle_t1397266774_m2805350785_RuntimeMethod_var; extern const uint32_t AspectRatioFitter_set_aspectRatio_m626759227_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisRectTransform_t3704657025_m2955745782_RuntimeMethod_var; extern const uint32_t AspectRatioFitter_get_rectTransform_m2996235303_MetadataUsageId; extern RuntimeClass* LayoutRebuilder_t541313304_il2cpp_TypeInfo_var; extern const uint32_t AspectRatioFitter_OnDisable_m3095850495_MetadataUsageId; extern const uint32_t AspectRatioFitter_UpdateRect_m1081360677_MetadataUsageId; extern RuntimeClass* RectTransform_t3704657025_il2cpp_TypeInfo_var; extern const uint32_t AspectRatioFitter_GetParentSize_m3159144324_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisGraphic_t1660335611_m1118939870_RuntimeMethod_var; extern const uint32_t BaseMeshEffect_get_graphic_m1852367505_MetadataUsageId; extern const uint32_t BaseMeshEffect_OnEnable_m3291426649_MetadataUsageId; extern const uint32_t BaseMeshEffect_OnDisable_m1428167656_MetadataUsageId; extern const uint32_t BaseMeshEffect_OnDidApplyAnimationProperties_m3372221181_MetadataUsageId; extern RuntimeClass* VertexHelper_t2453304189_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t BaseMeshEffect_ModifyMesh_m283081474_MetadataUsageId; extern RuntimeClass* ButtonClickedEvent_t48803504_il2cpp_TypeInfo_var; extern RuntimeClass* Selectable_t3250028441_il2cpp_TypeInfo_var; extern const uint32_t Button__ctor_m2784091109_MetadataUsageId; extern String_t* _stringLiteral980405653; extern const uint32_t Button_Press_m3424674057_MetadataUsageId; extern RuntimeClass* U3COnFinishSubmitU3Ec__Iterator0_t3413438900_il2cpp_TypeInfo_var; extern const uint32_t Button_OnFinishSubmit_m155738938_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3COnFinishSubmitU3Ec__Iterator0_Reset_m3632769946_RuntimeMethod_var; extern const uint32_t U3COnFinishSubmitU3Ec__Iterator0_Reset_m3632769946_MetadataUsageId; extern const uint32_t CanvasScaler_set_scaleFactor_m3422401115_MetadataUsageId; extern const uint32_t CanvasScaler_set_referenceResolution_m2267601581_MetadataUsageId; extern const uint32_t CanvasScaler_set_defaultSpriteDPI_m3812017512_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisCanvas_t3310196443_m782269232_RuntimeMethod_var; extern const uint32_t CanvasScaler_OnEnable_m2728005489_MetadataUsageId; extern const uint32_t CanvasScaler_Handle_m1805550332_MetadataUsageId; extern const uint32_t CanvasScaler_HandleScaleWithScreenSize_m3848620697_MetadataUsageId; extern RuntimeClass* IndexedSet_1_t3571286806_il2cpp_TypeInfo_var; extern RuntimeClass* WillRenderCanvases_t3309123499_il2cpp_TypeInfo_var; extern const RuntimeMethod* IndexedSet_1__ctor_m621231377_RuntimeMethod_var; extern const RuntimeMethod* CanvasUpdateRegistry_PerformUpdate_m1793997159_RuntimeMethod_var; extern const uint32_t CanvasUpdateRegistry__ctor_m2005397069_MetadataUsageId; extern RuntimeClass* CanvasUpdateRegistry_t2720824592_il2cpp_TypeInfo_var; extern const uint32_t CanvasUpdateRegistry_get_instance_m1851615454_MetadataUsageId; extern const uint32_t CanvasUpdateRegistry_ObjectValidForUpdate_m2723813849_MetadataUsageId; extern RuntimeClass* ICanvasElement_t2121898866_il2cpp_TypeInfo_var; extern const RuntimeMethod* IndexedSet_1_get_Count_m2404985635_RuntimeMethod_var; extern const RuntimeMethod* IndexedSet_1_get_Item_m1597760628_RuntimeMethod_var; extern const RuntimeMethod* IndexedSet_1_RemoveAt_m2073044272_RuntimeMethod_var; extern const uint32_t CanvasUpdateRegistry_CleanInvalidItems_m441539577_MetadataUsageId; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* IndexedSet_1_Sort_m2750524835_RuntimeMethod_var; extern const RuntimeMethod* IndexedSet_1_Clear_m4167420338_RuntimeMethod_var; extern const uint32_t CanvasUpdateRegistry_PerformUpdate_m1793997159_MetadataUsageId; extern const uint32_t CanvasUpdateRegistry_ParentCount_m34679405_MetadataUsageId; extern const uint32_t CanvasUpdateRegistry_SortLayoutList_m471948466_MetadataUsageId; extern const uint32_t CanvasUpdateRegistry_RegisterCanvasElementForLayoutRebuild_m677454901_MetadataUsageId; extern const uint32_t CanvasUpdateRegistry_TryRegisterCanvasElementForLayoutRebuild_m4043903035_MetadataUsageId; extern const RuntimeMethod* IndexedSet_1_Contains_m896713622_RuntimeMethod_var; extern const RuntimeMethod* IndexedSet_1_AddUnique_m1840409712_RuntimeMethod_var; extern const uint32_t CanvasUpdateRegistry_InternalRegisterCanvasElementForLayoutRebuild_m662773860_MetadataUsageId; extern const uint32_t CanvasUpdateRegistry_RegisterCanvasElementForGraphicRebuild_m1205570961_MetadataUsageId; extern const uint32_t CanvasUpdateRegistry_TryRegisterCanvasElementForGraphicRebuild_m1056348039_MetadataUsageId; extern String_t* _stringLiteral1728978480; extern const uint32_t CanvasUpdateRegistry_InternalRegisterCanvasElementForGraphicRebuild_m3522560454_MetadataUsageId; extern const uint32_t CanvasUpdateRegistry_UnRegisterCanvasElementForRebuild_m3652497192_MetadataUsageId; extern const RuntimeMethod* IndexedSet_1_Remove_m1776795462_RuntimeMethod_var; extern String_t* _stringLiteral3487632028; extern const uint32_t CanvasUpdateRegistry_InternalUnRegisterCanvasElementForLayoutRebuild_m60042340_MetadataUsageId; extern const uint32_t CanvasUpdateRegistry_InternalUnRegisterCanvasElementForGraphicRebuild_m1305837035_MetadataUsageId; extern const uint32_t CanvasUpdateRegistry_IsRebuildingLayout_m3530790142_MetadataUsageId; extern const uint32_t CanvasUpdateRegistry_IsRebuildingGraphics_m1904586840_MetadataUsageId; extern RuntimeClass* Comparison_1_t1896830045_il2cpp_TypeInfo_var; extern const RuntimeMethod* CanvasUpdateRegistry_SortLayoutList_m471948466_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m4197070708_RuntimeMethod_var; extern const uint32_t CanvasUpdateRegistry__cctor_m2972570126_MetadataUsageId; extern RuntimeClass* IndexedSet_1_t2673511092_il2cpp_TypeInfo_var; extern const RuntimeMethod* IndexedSet_1__ctor_m3936172114_RuntimeMethod_var; extern const uint32_t ClipperRegistry__ctor_m1550744467_MetadataUsageId; extern RuntimeClass* ClipperRegistry_t2428680409_il2cpp_TypeInfo_var; extern const uint32_t ClipperRegistry_get_instance_m1533748353_MetadataUsageId; extern RuntimeClass* IClipper_t1224123152_il2cpp_TypeInfo_var; extern const RuntimeMethod* IndexedSet_1_get_Item_m2000234162_RuntimeMethod_var; extern const RuntimeMethod* IndexedSet_1_get_Count_m2231650639_RuntimeMethod_var; extern const uint32_t ClipperRegistry_Cull_m890428159_MetadataUsageId; extern const RuntimeMethod* IndexedSet_1_AddUnique_m670113472_RuntimeMethod_var; extern const uint32_t ClipperRegistry_Register_m2407166513_MetadataUsageId; extern const RuntimeMethod* IndexedSet_1_Remove_m117801561_RuntimeMethod_var; extern const uint32_t ClipperRegistry_Unregister_m4126866756_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1529060501_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3759222515_RuntimeMethod_var; extern const uint32_t Clipping_FindCullAndClipWorldRect_m171865709_MetadataUsageId; extern const uint32_t Clipping_RectIntersect_m2565953623_MetadataUsageId; extern RuntimeClass* ColorBlock_t2139031574_il2cpp_TypeInfo_var; extern const uint32_t ColorBlock_Equals_m518833916_MetadataUsageId; extern const uint32_t ColorBlock_GetHashCode_m4264192507_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetStruct_TisFitMode_t3267881214_m3556730181_RuntimeMethod_var; extern const uint32_t ContentSizeFitter_set_horizontalFit_m3899698855_MetadataUsageId; extern const uint32_t ContentSizeFitter_set_verticalFit_m1831566876_MetadataUsageId; extern const uint32_t ContentSizeFitter_get_rectTransform_m3297799590_MetadataUsageId; extern const uint32_t ContentSizeFitter_OnDisable_m2325498842_MetadataUsageId; extern const uint32_t ContentSizeFitter_SetDirty_m3011820997_MetadataUsageId; extern const RuntimeMethod* UnityEvent_1_Invoke_m3884411426_RuntimeMethod_var; extern const uint32_t ColorTween_TweenValue_m3895102629_MetadataUsageId; extern RuntimeClass* ColorTweenCallback_t1121741130_il2cpp_TypeInfo_var; extern const RuntimeMethod* UnityEvent_1_AddListener_m1590149461_RuntimeMethod_var; extern const uint32_t ColorTween_AddOnChangedCallback_m3959760640_MetadataUsageId; extern const RuntimeMethod* UnityEvent_1__ctor_m1293792034_RuntimeMethod_var; extern const uint32_t ColorTweenCallback__ctor_m2236520273_MetadataUsageId; extern const RuntimeMethod* UnityEvent_1_Invoke_m3400677460_RuntimeMethod_var; extern const uint32_t FloatTween_TweenValue_m52237061_MetadataUsageId; extern RuntimeClass* FloatTweenCallback_t1856710240_il2cpp_TypeInfo_var; extern const RuntimeMethod* UnityEvent_1_AddListener_m3008008915_RuntimeMethod_var; extern const uint32_t FloatTween_AddOnChangedCallback_m2814315272_MetadataUsageId; extern const RuntimeMethod* UnityEvent_1__ctor_m2218582587_RuntimeMethod_var; extern const uint32_t FloatTweenCallback__ctor_m1448508437_MetadataUsageId; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_AddComponent_TisRectTransform_t3704657025_m3669823029_RuntimeMethod_var; extern const uint32_t DefaultControls_CreateUIElementRoot_m3904573408_MetadataUsageId; extern RuntimeClass* DefaultControls_t4098465386_il2cpp_TypeInfo_var; extern const uint32_t DefaultControls_CreateUIObject_m532581332_MetadataUsageId; extern const uint32_t DefaultControls_SetDefaultTextValues_m1943359795_MetadataUsageId; extern const uint32_t DefaultControls_SetParentAndAlign_m3382741674_MetadataUsageId; extern const uint32_t DefaultControls_SetLayerRecursively_m68887584_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisRectTransform_t3704657025_m2005094398_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisImage_t2670269651_m1594579417_RuntimeMethod_var; extern String_t* _stringLiteral1597722606; extern const uint32_t DefaultControls_CreatePanel_m1558173169_MetadataUsageId; extern const RuntimeMethod* GameObject_AddComponent_TisButton_t4055032469_m1106144321_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisText_t1901882714_m942857714_RuntimeMethod_var; extern String_t* _stringLiteral1208991571; extern String_t* _stringLiteral3987835886; extern const uint32_t DefaultControls_CreateButton_m2899824576_MetadataUsageId; extern String_t* _stringLiteral3398873761; extern const uint32_t DefaultControls_CreateText_m3147275492_MetadataUsageId; extern String_t* _stringLiteral820751583; extern const uint32_t DefaultControls_CreateImage_m2462935101_MetadataUsageId; extern const RuntimeMethod* GameObject_AddComponent_TisRawImage_t3182918964_m629883703_RuntimeMethod_var; extern String_t* _stringLiteral104655467; extern const uint32_t DefaultControls_CreateRawImage_m4219873755_MetadataUsageId; extern const RuntimeMethod* GameObject_AddComponent_TisSlider_t3903728902_m1741221326_RuntimeMethod_var; extern String_t* _stringLiteral3186493525; extern String_t* _stringLiteral481518672; extern String_t* _stringLiteral469477732; extern String_t* _stringLiteral1202366456; extern String_t* _stringLiteral1932264120; extern String_t* _stringLiteral3942338294; extern const uint32_t DefaultControls_CreateSlider_m2122506991_MetadataUsageId; extern const RuntimeMethod* GameObject_AddComponent_TisScrollbar_t1494447233_m4154290916_RuntimeMethod_var; extern String_t* _stringLiteral355797806; extern String_t* _stringLiteral1048144922; extern const uint32_t DefaultControls_CreateScrollbar_m3957104967_MetadataUsageId; extern const RuntimeMethod* GameObject_AddComponent_TisToggle_t2735377061_m838848113_RuntimeMethod_var; extern String_t* _stringLiteral7432421; extern String_t* _stringLiteral2609645714; extern String_t* _stringLiteral3923321062; extern const uint32_t DefaultControls_CreateToggle_m1236643913_MetadataUsageId; extern const RuntimeMethod* GameObject_AddComponent_TisInputField_t3762917431_m720549681_RuntimeMethod_var; extern String_t* _stringLiteral523491077; extern String_t* _stringLiteral982237003; extern String_t* _stringLiteral3537846219; extern const uint32_t DefaultControls_CreateInputField_m1003102365_MetadataUsageId; extern RuntimeClass* OptionData_t3270282352_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisScrollbar_t1494447233_m1348107650_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisScrollRect_t4137855814_m507154143_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisMask_t1803652131_m4155469365_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisDropdown_t2274391225_m666020642_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3700962105_RuntimeMethod_var; extern String_t* _stringLiteral376326826; extern String_t* _stringLiteral95344372; extern String_t* _stringLiteral1803512041; extern String_t* _stringLiteral1256102377; extern String_t* _stringLiteral1340994742; extern String_t* _stringLiteral1949155704; extern String_t* _stringLiteral1684219988; extern String_t* _stringLiteral2736086173; extern String_t* _stringLiteral879572180; extern String_t* _stringLiteral1722648894; extern String_t* _stringLiteral148670782; extern String_t* _stringLiteral2104985918; extern const uint32_t DefaultControls_CreateDropdown_m3286664171_MetadataUsageId; extern String_t* _stringLiteral166684773; extern String_t* _stringLiteral3749130662; extern String_t* _stringLiteral2487688083; extern const uint32_t DefaultControls_CreateScrollView_m3842770629_MetadataUsageId; extern const uint32_t DefaultControls__cctor_m3473226132_MetadataUsageId; extern RuntimeClass* OptionDataList_t1438173104_il2cpp_TypeInfo_var; extern RuntimeClass* DropdownEvent_t4040729994_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t2924027637_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2163569220_RuntimeMethod_var; extern const uint32_t Dropdown__ctor_m1700676777_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1605312371_RuntimeMethod_var; extern const RuntimeMethod* UnityEvent_1_Invoke_m3604335408_RuntimeMethod_var; extern String_t* _stringLiteral697250545; extern const uint32_t Dropdown_set_value_m1048320169_MetadataUsageId; extern RuntimeClass* TweenRunner_1_t3520241082_il2cpp_TypeInfo_var; extern const RuntimeMethod* TweenRunner_1__ctor_m3053831591_RuntimeMethod_var; extern const RuntimeMethod* TweenRunner_1_Init_m1266084429_RuntimeMethod_var; extern const uint32_t Dropdown_Awake_m3140021404_MetadataUsageId; extern RuntimeClass* Dropdown_t2274391225_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_get_Item_m489380024_RuntimeMethod_var; extern const uint32_t Dropdown_RefreshShownValue_m2806045241_MetadataUsageId; extern const RuntimeMethod* List_1_AddRange_m682775554_RuntimeMethod_var; extern const uint32_t Dropdown_AddOptions_m3733885929_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m953835688_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2276455407_RuntimeMethod_var; extern const uint32_t Dropdown_AddOptions_m2776940360_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1550008287_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m3715882916_RuntimeMethod_var; extern const uint32_t Dropdown_AddOptions_m3385413238_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m3532589229_RuntimeMethod_var; extern const uint32_t Dropdown_ClearOptions_m4085591601_MetadataUsageId; extern const RuntimeMethod* Component_GetComponentInChildren_TisToggle_t2735377061_m556562260_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisDropdownItem_t1451952895_m2330636915_RuntimeMethod_var; extern const RuntimeMethod* Dropdown_GetOrAddComponent_TisCanvas_t3310196443_m4191652643_RuntimeMethod_var; extern const RuntimeMethod* Dropdown_GetOrAddComponent_TisGraphicRaycaster_t2999697109_m2051597455_RuntimeMethod_var; extern const RuntimeMethod* Dropdown_GetOrAddComponent_TisCanvasGroup_t4083511760_m3286092458_RuntimeMethod_var; extern String_t* _stringLiteral754567476; extern String_t* _stringLiteral4011151758; extern String_t* _stringLiteral943173495; extern String_t* _stringLiteral4080025800; extern String_t* _stringLiteral4175984386; extern const uint32_t Dropdown_SetupTemplate_m628218778_MetadataUsageId; extern RuntimeClass* ListPool_1_t44818338_il2cpp_TypeInfo_var; extern RuntimeClass* U3CShowU3Ec__AnonStorey1_t1106527198_il2cpp_TypeInfo_var; extern RuntimeClass* UnityAction_1_t682124106_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var; extern RuntimeClass* RectTransformUtility_t1743242446_il2cpp_TypeInfo_var; extern const RuntimeMethod* ListPool_1_Get_m3146528893_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponentsInParent_TisCanvas_t3310196443_m249132757_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1106558045_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1187285853_RuntimeMethod_var; extern const RuntimeMethod* ListPool_1_Release_m1295952082_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponentInChildren_TisDropdownItem_t1451952895_m1769519920_RuntimeMethod_var; extern const RuntimeMethod* List_1_Clear_m3276020514_RuntimeMethod_var; extern const RuntimeMethod* U3CShowU3Ec__AnonStorey1_U3CU3Em__0_m2340880019_RuntimeMethod_var; extern const RuntimeMethod* UnityAction_1__ctor_m3007623985_RuntimeMethod_var; extern const RuntimeMethod* UnityEvent_1_AddListener_m2847988282_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2690803371_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m2586869798_RuntimeMethod_var; extern String_t* _stringLiteral3327495774; extern const uint32_t Dropdown_Show_m416104008_MetadataUsageId; extern RuntimeClass* UnityAction_t3245792599_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_AddComponent_TisCanvas_t3310196443_m284883347_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisCanvas_t3310196443_m1808013672_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisGraphicRaycaster_t2999697109_m1217468238_RuntimeMethod_var; extern const RuntimeMethod* Dropdown_Hide_m504034854_RuntimeMethod_var; extern String_t* _stringLiteral3498241164; extern const uint32_t Dropdown_CreateBlocker_m3770415402_MetadataUsageId; extern const uint32_t Dropdown_DestroyBlocker_m3521014447_MetadataUsageId; extern const RuntimeMethod* Object_Instantiate_TisGameObject_t1113636619_m4070250708_RuntimeMethod_var; extern const uint32_t Dropdown_CreateDropdownList_m1942698940_MetadataUsageId; extern const uint32_t Dropdown_DestroyDropdownList_m3471771287_MetadataUsageId; extern const RuntimeMethod* Object_Instantiate_TisDropdownItem_t1451952895_m2349295164_RuntimeMethod_var; extern const uint32_t Dropdown_CreateItem_m2954407740_MetadataUsageId; extern const RuntimeMethod* List_1_Add_m281601442_RuntimeMethod_var; extern String_t* _stringLiteral782532366; extern String_t* _stringLiteral3450517398; extern const uint32_t Dropdown_AddItem_m2786881950_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponent_TisCanvasGroup_t4083511760_m378106990_RuntimeMethod_var; extern const uint32_t Dropdown_AlphaFadeList_m655407379_MetadataUsageId; extern RuntimeClass* UnityAction_1_t1982102915_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dropdown_SetAlpha_m1239159651_RuntimeMethod_var; extern const RuntimeMethod* UnityAction_1__ctor_m336053009_RuntimeMethod_var; extern const RuntimeMethod* TweenRunner_1_StartTween_m1055628540_RuntimeMethod_var; extern const uint32_t Dropdown_AlphaFadeList_m1699716780_MetadataUsageId; extern const uint32_t Dropdown_SetAlpha_m1239159651_MetadataUsageId; extern const uint32_t Dropdown_Hide_m504034854_MetadataUsageId; extern RuntimeClass* U3CDelayedDestroyDropdownListU3Ec__Iterator0_t3853912249_il2cpp_TypeInfo_var; extern const uint32_t Dropdown_DelayedDestroyDropdownList_m2082128994_MetadataUsageId; extern const uint32_t Dropdown_OnSelectItem_m1641808655_MetadataUsageId; extern const uint32_t Dropdown__cctor_m2344436140_MetadataUsageId; extern RuntimeClass* WaitForSecondsRealtime_t189548121_il2cpp_TypeInfo_var; extern const uint32_t U3CDelayedDestroyDropdownListU3Ec__Iterator0_MoveNext_m213723240_MetadataUsageId; extern const RuntimeMethod* U3CDelayedDestroyDropdownListU3Ec__Iterator0_Reset_m4287314593_RuntimeMethod_var; extern const uint32_t U3CDelayedDestroyDropdownListU3Ec__Iterator0_Reset_m4287314593_MetadataUsageId; extern const RuntimeMethod* UnityEvent_1__ctor_m3816765192_RuntimeMethod_var; extern const uint32_t DropdownEvent__ctor_m81409265_MetadataUsageId; extern const uint32_t DropdownItem_OnPointerEnter_m1492957598_MetadataUsageId; extern const RuntimeMethod* Component_GetComponentInParent_TisDropdown_t2274391225_m1712006466_RuntimeMethod_var; extern const uint32_t DropdownItem_OnCancel_m203716718_MetadataUsageId; extern RuntimeClass* List_1_t447389798_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1438953653_RuntimeMethod_var; extern const uint32_t OptionDataList__ctor_m4134748699_MetadataUsageId; extern RuntimeClass* FontData_t746620069_il2cpp_TypeInfo_var; extern const uint32_t FontData_get_defaultFontData_m1721612217_MetadataUsageId; extern const uint32_t FontData_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize_m3048294344_MetadataUsageId; extern RuntimeClass* FontUpdateTracker_t1839077620_il2cpp_TypeInfo_var; extern RuntimeClass* Action_1_t2129269699_il2cpp_TypeInfo_var; extern RuntimeClass* HashSet_1_t466832188_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1222371706_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_get_Count_m208488890_RuntimeMethod_var; extern const RuntimeMethod* FontUpdateTracker_RebuildForFont_m3134452007_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m2111643579_RuntimeMethod_var; extern const RuntimeMethod* HashSet_1__ctor_m2857397005_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m1393592859_RuntimeMethod_var; extern const RuntimeMethod* HashSet_1_Contains_m1017385675_RuntimeMethod_var; extern const RuntimeMethod* HashSet_1_Add_m1079331816_RuntimeMethod_var; extern const uint32_t FontUpdateTracker_TrackText_m2951516607_MetadataUsageId; extern const RuntimeMethod* HashSet_1_GetEnumerator_m4112909804_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m140578266_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m3447153029_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2259148908_RuntimeMethod_var; extern const uint32_t FontUpdateTracker_RebuildForFont_m3134452007_MetadataUsageId; extern const RuntimeMethod* HashSet_1_Remove_m661727375_RuntimeMethod_var; extern const RuntimeMethod* HashSet_1_get_Count_m2641811193_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m818524415_RuntimeMethod_var; extern const uint32_t FontUpdateTracker_UntrackText_m1981515690_MetadataUsageId; extern RuntimeClass* Dictionary_2_t369343732_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2330267198_RuntimeMethod_var; extern const uint32_t FontUpdateTracker__cctor_m2240862595_MetadataUsageId; extern RuntimeClass* TweenRunner_1_t3055525458_il2cpp_TypeInfo_var; extern const RuntimeMethod* TweenRunner_1__ctor_m340723704_RuntimeMethod_var; extern const RuntimeMethod* TweenRunner_1_Init_m3026112660_RuntimeMethod_var; extern const uint32_t Graphic__ctor_m2983567630_MetadataUsageId; extern RuntimeClass* Graphic_t1660335611_il2cpp_TypeInfo_var; extern const uint32_t Graphic_get_defaultGraphicMaterial_m3107284931_MetadataUsageId; extern const uint32_t Graphic_SetLayoutDirty_m3972378721_MetadataUsageId; extern const uint32_t Graphic_SetVerticesDirty_m2124914069_MetadataUsageId; extern const uint32_t Graphic_SetMaterialDirty_m2543080821_MetadataUsageId; extern const uint32_t Graphic_OnRectTransformDimensionsChange_m3695755375_MetadataUsageId; extern RuntimeClass* GraphicRegistry_t3479976429_il2cpp_TypeInfo_var; extern const uint32_t Graphic_OnBeforeTransformParentChanged_m4229077069_MetadataUsageId; extern const uint32_t Graphic_OnTransformParentChanged_m3266023844_MetadataUsageId; extern const uint32_t Graphic_get_rectTransform_m1167152468_MetadataUsageId; extern const uint32_t Graphic_get_canvas_m3320066409_MetadataUsageId; extern const uint32_t Graphic_CacheCanvas_m1120385152_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisCanvasRenderer_t2598313366_m2121847780_RuntimeMethod_var; extern const uint32_t Graphic_get_canvasRenderer_m315509948_MetadataUsageId; extern const uint32_t Graphic_get_defaultMaterial_m2375635654_MetadataUsageId; extern const uint32_t Graphic_get_material_m3836510473_MetadataUsageId; extern const uint32_t Graphic_set_material_m3991349725_MetadataUsageId; extern const RuntimeType* IMaterialModifier_t1975025690_0_0_0_var; extern RuntimeClass* ListPool_1_t2953223642_il2cpp_TypeInfo_var; extern RuntimeClass* IMaterialModifier_t1975025690_il2cpp_TypeInfo_var; extern const RuntimeMethod* ListPool_1_Get_m2062177143_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3306164819_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1294235957_RuntimeMethod_var; extern const RuntimeMethod* ListPool_1_Release_m3920209327_RuntimeMethod_var; extern const uint32_t Graphic_get_materialForRendering_m3686316027_MetadataUsageId; extern const uint32_t Graphic_get_mainTexture_m147151966_MetadataUsageId; extern const uint32_t Graphic_OnEnable_m3893553015_MetadataUsageId; extern const uint32_t Graphic_OnDisable_m1097930217_MetadataUsageId; extern const uint32_t Graphic_OnCanvasHierarchyChanged_m3895011287_MetadataUsageId; extern const uint32_t Graphic_OnCullingChanged_m4114802661_MetadataUsageId; extern const RuntimeType* IMeshModifier_t1571826021_0_0_0_var; extern RuntimeClass* IMeshModifier_t1571826021_il2cpp_TypeInfo_var; extern const uint32_t Graphic_DoMeshGeneration_m3548487693_MetadataUsageId; extern const uint32_t Graphic_DoLegacyMeshGeneration_m3753895323_MetadataUsageId; extern RuntimeClass* Mesh_t3648964284_il2cpp_TypeInfo_var; extern String_t* _stringLiteral301864949; extern const uint32_t Graphic_get_workerMesh_m997382591_MetadataUsageId; extern const uint32_t Graphic_OnPopulateMesh_m2916877004_MetadataUsageId; extern RuntimeClass* Canvas_t3310196443_il2cpp_TypeInfo_var; extern RuntimeClass* ICanvasRaycastFilter_t2454702837_il2cpp_TypeInfo_var; extern RuntimeClass* CanvasGroup_t4083511760_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponents_TisComponent_t1923634451_m559143933_RuntimeMethod_var; extern const uint32_t Graphic_Raycast_m1154957199_MetadataUsageId; extern const uint32_t Graphic_PixelAdjustPoint_m2668101213_MetadataUsageId; extern const uint32_t Graphic_GetPixelAdjustedRect_m3729397999_MetadataUsageId; extern RuntimeClass* Color_t2555686324_il2cpp_TypeInfo_var; extern RuntimeClass* UnityAction_1_t3140522465_il2cpp_TypeInfo_var; extern const RuntimeMethod* TweenRunner_1_StopTween_m1830357468_RuntimeMethod_var; extern const RuntimeMethod* CanvasRenderer_SetColor_m3072996306_RuntimeMethod_var; extern const RuntimeMethod* UnityAction_1__ctor_m2796929162_RuntimeMethod_var; extern const RuntimeMethod* TweenRunner_1_StartTween_m2247690200_RuntimeMethod_var; extern const uint32_t Graphic_CrossFadeColor_m1160781677_MetadataUsageId; extern const uint32_t Graphic_CrossFadeAlpha_m3597287295_MetadataUsageId; extern const uint32_t Graphic_RegisterDirtyLayoutCallback_m1235519898_MetadataUsageId; extern const uint32_t Graphic_UnregisterDirtyLayoutCallback_m3305198023_MetadataUsageId; extern const uint32_t Graphic_RegisterDirtyVerticesCallback_m3084077827_MetadataUsageId; extern const uint32_t Graphic_UnregisterDirtyVerticesCallback_m3420596705_MetadataUsageId; extern const uint32_t Graphic_RegisterDirtyMaterialCallback_m106898453_MetadataUsageId; extern const uint32_t Graphic_UnregisterDirtyMaterialCallback_m2707090617_MetadataUsageId; extern const uint32_t Graphic__cctor_m899479397_MetadataUsageId; extern RuntimeClass* List_1_t3132410353_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m2537980478_RuntimeMethod_var; extern const uint32_t GraphicRaycaster__ctor_m646559428_MetadataUsageId; extern const uint32_t GraphicRaycaster_get_canvas_m1862724117_MetadataUsageId; extern RuntimeClass* ICollection_1_t193520549_il2cpp_TypeInfo_var; extern RuntimeClass* GraphicRaycaster_t2999697109_il2cpp_TypeInfo_var; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m2198735466_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1976840181_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m4006069855_RuntimeMethod_var; extern const uint32_t GraphicRaycaster_Raycast_m3306574728_MetadataUsageId; extern const uint32_t GraphicRaycaster_get_eventCamera_m1583115693_MetadataUsageId; extern RuntimeClass* IList_1_t3475655394_il2cpp_TypeInfo_var; extern RuntimeClass* Comparison_1_t1435266790_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Add_m1388633954_RuntimeMethod_var; extern const RuntimeMethod* GraphicRaycaster_U3CRaycastU3Em__0_m4062470111_RuntimeMethod_var; extern const RuntimeMethod* Comparison_1__ctor_m3371389740_RuntimeMethod_var; extern const RuntimeMethod* List_1_Sort_m1114878237_RuntimeMethod_var; extern const uint32_t GraphicRaycaster_Raycast_m529388587_MetadataUsageId; extern const uint32_t GraphicRaycaster__cctor_m3758203673_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2296117448_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t1241847650_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3261772335_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t3531485785_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2654620276_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2523036957_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m1459904731_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2__ctor_m2756672401_RuntimeMethod_var; extern const uint32_t GraphicRegistry__ctor_m1851575309_MetadataUsageId; extern const uint32_t GraphicRegistry_get_instance_m2698054099_MetadataUsageId; extern RuntimeClass* IndexedSet_1_t3109723551_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m3280491376_RuntimeMethod_var; extern const RuntimeMethod* IndexedSet_1_AddUnique_m3811577403_RuntimeMethod_var; extern const RuntimeMethod* IndexedSet_1__ctor_m3007252875_RuntimeMethod_var; extern const RuntimeMethod* IndexedSet_1_Add_m1140124238_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m2848126007_RuntimeMethod_var; extern const uint32_t GraphicRegistry_RegisterGraphicForCanvas_m1220349701_MetadataUsageId; extern const RuntimeMethod* IndexedSet_1_Remove_m2156060261_RuntimeMethod_var; extern const RuntimeMethod* IndexedSet_1_get_Count_m3992921468_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Remove_m3648904610_RuntimeMethod_var; extern const uint32_t GraphicRegistry_UnregisterGraphicForCanvas_m2540204166_MetadataUsageId; extern const uint32_t GraphicRegistry_GetGraphicsForCanvas_m4219276355_MetadataUsageId; extern const uint32_t GraphicRegistry__cctor_m1805310505_MetadataUsageId; extern const uint32_t GridLayoutGroup__ctor_m962500564_MetadataUsageId; extern const RuntimeMethod* LayoutGroup_SetProperty_TisCorner_t1493259673_m3558432704_RuntimeMethod_var; extern const uint32_t GridLayoutGroup_set_startCorner_m1175598702_MetadataUsageId; extern const RuntimeMethod* LayoutGroup_SetProperty_TisAxis_t3613393006_m3591044743_RuntimeMethod_var; extern const uint32_t GridLayoutGroup_set_startAxis_m837106447_MetadataUsageId; extern const RuntimeMethod* LayoutGroup_SetProperty_TisVector2_t2156229523_m2721164497_RuntimeMethod_var; extern const uint32_t GridLayoutGroup_set_cellSize_m2242080459_MetadataUsageId; extern const uint32_t GridLayoutGroup_set_spacing_m1108391553_MetadataUsageId; extern const RuntimeMethod* LayoutGroup_SetProperty_TisConstraint_t814224393_m1820208910_RuntimeMethod_var; extern const uint32_t GridLayoutGroup_set_constraint_m3308895167_MetadataUsageId; extern const RuntimeMethod* LayoutGroup_SetProperty_TisInt32_t2950945753_m3911895589_RuntimeMethod_var; extern const uint32_t GridLayoutGroup_set_constraintCount_m1234326406_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m1749180329_RuntimeMethod_var; extern const uint32_t GridLayoutGroup_CalculateLayoutInputHorizontal_m3487522369_MetadataUsageId; extern const uint32_t GridLayoutGroup_CalculateLayoutInputVertical_m357562599_MetadataUsageId; extern const RuntimeMethod* List_1_get_Item_m1718277669_RuntimeMethod_var; extern const uint32_t GridLayoutGroup_SetCellsAlongAxis_m2682312211_MetadataUsageId; extern const RuntimeMethod* LayoutGroup_SetProperty_TisSingle_t1397266774_m793506911_RuntimeMethod_var; extern const uint32_t HorizontalOrVerticalLayoutGroup_set_spacing_m2985153311_MetadataUsageId; extern const RuntimeMethod* LayoutGroup_SetProperty_TisBoolean_t97287965_m3903959758_RuntimeMethod_var; extern const uint32_t HorizontalOrVerticalLayoutGroup_set_childForceExpandWidth_m2932395251_MetadataUsageId; extern const uint32_t HorizontalOrVerticalLayoutGroup_set_childForceExpandHeight_m1754245348_MetadataUsageId; extern const uint32_t HorizontalOrVerticalLayoutGroup_set_childControlWidth_m3261460516_MetadataUsageId; extern const uint32_t HorizontalOrVerticalLayoutGroup_set_childControlHeight_m1806657287_MetadataUsageId; extern const uint32_t HorizontalOrVerticalLayoutGroup_CalcAlongAxis_m3977117339_MetadataUsageId; extern const uint32_t HorizontalOrVerticalLayoutGroup_SetChildrenAlongAxis_m3119377192_MetadataUsageId; extern const uint32_t HorizontalOrVerticalLayoutGroup_GetChildSizes_m2417040_MetadataUsageId; struct BaseInputU5BU5D_t2997724634; struct ObjectU5BU5D_t2843939325; struct RaycastHit2DU5BU5D_t4286651560; struct RaycastHitU5BU5D_t1690781147; struct DisplayU5BU5D_t103034768; struct Vector3U5BU5D_t1718750761; #ifndef U3CMODULEU3E_T692745560_H #define U3CMODULEU3E_T692745560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t692745560 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CMODULEU3E_T692745560_H #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef CLIPPERREGISTRY_T2428680409_H #define CLIPPERREGISTRY_T2428680409_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ClipperRegistry struct ClipperRegistry_t2428680409 : public RuntimeObject { public: // UnityEngine.UI.Collections.IndexedSet`1 UnityEngine.UI.ClipperRegistry::m_Clippers IndexedSet_1_t2673511092 * ___m_Clippers_1; public: inline static int32_t get_offset_of_m_Clippers_1() { return static_cast(offsetof(ClipperRegistry_t2428680409, ___m_Clippers_1)); } inline IndexedSet_1_t2673511092 * get_m_Clippers_1() const { return ___m_Clippers_1; } inline IndexedSet_1_t2673511092 ** get_address_of_m_Clippers_1() { return &___m_Clippers_1; } inline void set_m_Clippers_1(IndexedSet_1_t2673511092 * value) { ___m_Clippers_1 = value; Il2CppCodeGenWriteBarrier((&___m_Clippers_1), value); } }; struct ClipperRegistry_t2428680409_StaticFields { public: // UnityEngine.UI.ClipperRegistry UnityEngine.UI.ClipperRegistry::s_Instance ClipperRegistry_t2428680409 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(ClipperRegistry_t2428680409_StaticFields, ___s_Instance_0)); } inline ClipperRegistry_t2428680409 * get_s_Instance_0() const { return ___s_Instance_0; } inline ClipperRegistry_t2428680409 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(ClipperRegistry_t2428680409 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLIPPERREGISTRY_T2428680409_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), 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((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef INDEXEDSET_1_T3571286806_H #define INDEXEDSET_1_T3571286806_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Collections.IndexedSet`1 struct IndexedSet_1_t3571286806 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.UI.Collections.IndexedSet`1::m_List List_1_t3593973608 * ___m_List_0; // System.Collections.Generic.Dictionary`2 UnityEngine.UI.Collections.IndexedSet`1::m_Dictionary Dictionary_2_t3261772335 * ___m_Dictionary_1; public: inline static int32_t get_offset_of_m_List_0() { return static_cast(offsetof(IndexedSet_1_t3571286806, ___m_List_0)); } inline List_1_t3593973608 * get_m_List_0() const { return ___m_List_0; } inline List_1_t3593973608 ** get_address_of_m_List_0() { return &___m_List_0; } inline void set_m_List_0(List_1_t3593973608 * value) { ___m_List_0 = value; Il2CppCodeGenWriteBarrier((&___m_List_0), value); } inline static int32_t get_offset_of_m_Dictionary_1() { return static_cast(offsetof(IndexedSet_1_t3571286806, ___m_Dictionary_1)); } inline Dictionary_2_t3261772335 * get_m_Dictionary_1() const { return ___m_Dictionary_1; } inline Dictionary_2_t3261772335 ** get_address_of_m_Dictionary_1() { return &___m_Dictionary_1; } inline void set_m_Dictionary_1(Dictionary_2_t3261772335 * value) { ___m_Dictionary_1 = value; Il2CppCodeGenWriteBarrier((&___m_Dictionary_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INDEXEDSET_1_T3571286806_H #ifndef CANVASUPDATEREGISTRY_T2720824592_H #define CANVASUPDATEREGISTRY_T2720824592_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CanvasUpdateRegistry struct CanvasUpdateRegistry_t2720824592 : public RuntimeObject { public: // System.Boolean UnityEngine.UI.CanvasUpdateRegistry::m_PerformingLayoutUpdate bool ___m_PerformingLayoutUpdate_1; // System.Boolean UnityEngine.UI.CanvasUpdateRegistry::m_PerformingGraphicUpdate bool ___m_PerformingGraphicUpdate_2; // UnityEngine.UI.Collections.IndexedSet`1 UnityEngine.UI.CanvasUpdateRegistry::m_LayoutRebuildQueue IndexedSet_1_t3571286806 * ___m_LayoutRebuildQueue_3; // UnityEngine.UI.Collections.IndexedSet`1 UnityEngine.UI.CanvasUpdateRegistry::m_GraphicRebuildQueue IndexedSet_1_t3571286806 * ___m_GraphicRebuildQueue_4; public: inline static int32_t get_offset_of_m_PerformingLayoutUpdate_1() { return static_cast(offsetof(CanvasUpdateRegistry_t2720824592, ___m_PerformingLayoutUpdate_1)); } inline bool get_m_PerformingLayoutUpdate_1() const { return ___m_PerformingLayoutUpdate_1; } inline bool* get_address_of_m_PerformingLayoutUpdate_1() { return &___m_PerformingLayoutUpdate_1; } inline void set_m_PerformingLayoutUpdate_1(bool value) { ___m_PerformingLayoutUpdate_1 = value; } inline static int32_t get_offset_of_m_PerformingGraphicUpdate_2() { return static_cast(offsetof(CanvasUpdateRegistry_t2720824592, ___m_PerformingGraphicUpdate_2)); } inline bool get_m_PerformingGraphicUpdate_2() const { return ___m_PerformingGraphicUpdate_2; } inline bool* get_address_of_m_PerformingGraphicUpdate_2() { return &___m_PerformingGraphicUpdate_2; } inline void set_m_PerformingGraphicUpdate_2(bool value) { ___m_PerformingGraphicUpdate_2 = value; } inline static int32_t get_offset_of_m_LayoutRebuildQueue_3() { return static_cast(offsetof(CanvasUpdateRegistry_t2720824592, ___m_LayoutRebuildQueue_3)); } inline IndexedSet_1_t3571286806 * get_m_LayoutRebuildQueue_3() const { return ___m_LayoutRebuildQueue_3; } inline IndexedSet_1_t3571286806 ** get_address_of_m_LayoutRebuildQueue_3() { return &___m_LayoutRebuildQueue_3; } inline void set_m_LayoutRebuildQueue_3(IndexedSet_1_t3571286806 * value) { ___m_LayoutRebuildQueue_3 = value; Il2CppCodeGenWriteBarrier((&___m_LayoutRebuildQueue_3), value); } inline static int32_t get_offset_of_m_GraphicRebuildQueue_4() { return static_cast(offsetof(CanvasUpdateRegistry_t2720824592, ___m_GraphicRebuildQueue_4)); } inline IndexedSet_1_t3571286806 * get_m_GraphicRebuildQueue_4() const { return ___m_GraphicRebuildQueue_4; } inline IndexedSet_1_t3571286806 ** get_address_of_m_GraphicRebuildQueue_4() { return &___m_GraphicRebuildQueue_4; } inline void set_m_GraphicRebuildQueue_4(IndexedSet_1_t3571286806 * value) { ___m_GraphicRebuildQueue_4 = value; Il2CppCodeGenWriteBarrier((&___m_GraphicRebuildQueue_4), value); } }; struct CanvasUpdateRegistry_t2720824592_StaticFields { public: // UnityEngine.UI.CanvasUpdateRegistry UnityEngine.UI.CanvasUpdateRegistry::s_Instance CanvasUpdateRegistry_t2720824592 * ___s_Instance_0; // System.Comparison`1 UnityEngine.UI.CanvasUpdateRegistry::s_SortLayoutFunction Comparison_1_t1896830045 * ___s_SortLayoutFunction_5; // System.Comparison`1 UnityEngine.UI.CanvasUpdateRegistry::<>f__mg$cache0 Comparison_1_t1896830045 * ___U3CU3Ef__mgU24cache0_6; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(CanvasUpdateRegistry_t2720824592_StaticFields, ___s_Instance_0)); } inline CanvasUpdateRegistry_t2720824592 * get_s_Instance_0() const { return ___s_Instance_0; } inline CanvasUpdateRegistry_t2720824592 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(CanvasUpdateRegistry_t2720824592 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } inline static int32_t get_offset_of_s_SortLayoutFunction_5() { return static_cast(offsetof(CanvasUpdateRegistry_t2720824592_StaticFields, ___s_SortLayoutFunction_5)); } inline Comparison_1_t1896830045 * get_s_SortLayoutFunction_5() const { return ___s_SortLayoutFunction_5; } inline Comparison_1_t1896830045 ** get_address_of_s_SortLayoutFunction_5() { return &___s_SortLayoutFunction_5; } inline void set_s_SortLayoutFunction_5(Comparison_1_t1896830045 * value) { ___s_SortLayoutFunction_5 = value; Il2CppCodeGenWriteBarrier((&___s_SortLayoutFunction_5), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_6() { return static_cast(offsetof(CanvasUpdateRegistry_t2720824592_StaticFields, ___U3CU3Ef__mgU24cache0_6)); } inline Comparison_1_t1896830045 * get_U3CU3Ef__mgU24cache0_6() const { return ___U3CU3Ef__mgU24cache0_6; } inline Comparison_1_t1896830045 ** get_address_of_U3CU3Ef__mgU24cache0_6() { return &___U3CU3Ef__mgU24cache0_6; } inline void set_U3CU3Ef__mgU24cache0_6(Comparison_1_t1896830045 * value) { ___U3CU3Ef__mgU24cache0_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANVASUPDATEREGISTRY_T2720824592_H #ifndef CUSTOMYIELDINSTRUCTION_T1895667560_H #define CUSTOMYIELDINSTRUCTION_T1895667560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.CustomYieldInstruction struct CustomYieldInstruction_t1895667560 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CUSTOMYIELDINSTRUCTION_T1895667560_H #ifndef DICTIONARY_2_T3531485785_H #define DICTIONARY_2_T3531485785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3531485785 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots IClipperU5BU5D_t2077073073* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t3531485785, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t3531485785, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t3531485785, ___keySlots_6)); } inline IClipperU5BU5D_t2077073073* get_keySlots_6() const { return ___keySlots_6; } inline IClipperU5BU5D_t2077073073** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(IClipperU5BU5D_t2077073073* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3531485785, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3531485785, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t3531485785, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t3531485785, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t3531485785, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t3531485785, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t3531485785, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t3531485785, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t3531485785_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t2465069151 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3531485785_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t2465069151 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t2465069151 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t2465069151 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3531485785_H #ifndef INDEXEDSET_1_T2673511092_H #define INDEXEDSET_1_T2673511092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Collections.IndexedSet`1 struct IndexedSet_1_t2673511092 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.UI.Collections.IndexedSet`1::m_List List_1_t2696197894 * ___m_List_0; // System.Collections.Generic.Dictionary`2 UnityEngine.UI.Collections.IndexedSet`1::m_Dictionary Dictionary_2_t3531485785 * ___m_Dictionary_1; public: inline static int32_t get_offset_of_m_List_0() { return static_cast(offsetof(IndexedSet_1_t2673511092, ___m_List_0)); } inline List_1_t2696197894 * get_m_List_0() const { return ___m_List_0; } inline List_1_t2696197894 ** get_address_of_m_List_0() { return &___m_List_0; } inline void set_m_List_0(List_1_t2696197894 * value) { ___m_List_0 = value; Il2CppCodeGenWriteBarrier((&___m_List_0), value); } inline static int32_t get_offset_of_m_Dictionary_1() { return static_cast(offsetof(IndexedSet_1_t2673511092, ___m_Dictionary_1)); } inline Dictionary_2_t3531485785 * get_m_Dictionary_1() const { return ___m_Dictionary_1; } inline Dictionary_2_t3531485785 ** get_address_of_m_Dictionary_1() { return &___m_Dictionary_1; } inline void set_m_Dictionary_1(Dictionary_2_t3531485785 * value) { ___m_Dictionary_1 = value; Il2CppCodeGenWriteBarrier((&___m_Dictionary_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INDEXEDSET_1_T2673511092_H #ifndef CLIPPING_T312708592_H #define CLIPPING_T312708592_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Clipping struct Clipping_t312708592 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLIPPING_T312708592_H #ifndef LIST_1_T651996883_H #define LIST_1_T651996883_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t651996883 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RectMask2DU5BU5D_t4110439696* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t651996883, ____items_1)); } inline RectMask2DU5BU5D_t4110439696* get__items_1() const { return ____items_1; } inline RectMask2DU5BU5D_t4110439696** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RectMask2DU5BU5D_t4110439696* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t651996883, ____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_t651996883, ____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; } }; struct List_1_t651996883_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray RectMask2DU5BU5D_t4110439696* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t651996883_StaticFields, ___EmptyArray_4)); } inline RectMask2DU5BU5D_t4110439696* get_EmptyArray_4() const { return ___EmptyArray_4; } inline RectMask2DU5BU5D_t4110439696** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(RectMask2DU5BU5D_t4110439696* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T651996883_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef OPTIONDATA_T3270282352_H #define OPTIONDATA_T3270282352_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Dropdown/OptionData struct OptionData_t3270282352 : public RuntimeObject { public: // System.String UnityEngine.UI.Dropdown/OptionData::m_Text String_t* ___m_Text_0; // UnityEngine.Sprite UnityEngine.UI.Dropdown/OptionData::m_Image Sprite_t280657092 * ___m_Image_1; public: inline static int32_t get_offset_of_m_Text_0() { return static_cast(offsetof(OptionData_t3270282352, ___m_Text_0)); } inline String_t* get_m_Text_0() const { return ___m_Text_0; } inline String_t** get_address_of_m_Text_0() { return &___m_Text_0; } inline void set_m_Text_0(String_t* value) { ___m_Text_0 = value; Il2CppCodeGenWriteBarrier((&___m_Text_0), value); } inline static int32_t get_offset_of_m_Image_1() { return static_cast(offsetof(OptionData_t3270282352, ___m_Image_1)); } inline Sprite_t280657092 * get_m_Image_1() const { return ___m_Image_1; } inline Sprite_t280657092 ** get_address_of_m_Image_1() { return &___m_Image_1; } inline void set_m_Image_1(Sprite_t280657092 * value) { ___m_Image_1 = value; Il2CppCodeGenWriteBarrier((&___m_Image_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPTIONDATA_T3270282352_H #ifndef U3CONFINISHSUBMITU3EC__ITERATOR0_T3413438900_H #define U3CONFINISHSUBMITU3EC__ITERATOR0_T3413438900_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Button/c__Iterator0 struct U3COnFinishSubmitU3Ec__Iterator0_t3413438900 : public RuntimeObject { public: // System.Single UnityEngine.UI.Button/c__Iterator0::__0 float ___U3CfadeTimeU3E__0_0; // System.Single UnityEngine.UI.Button/c__Iterator0::__0 float ___U3CelapsedTimeU3E__0_1; // UnityEngine.UI.Button UnityEngine.UI.Button/c__Iterator0::$this Button_t4055032469 * ___U24this_2; // System.Object UnityEngine.UI.Button/c__Iterator0::$current RuntimeObject * ___U24current_3; // System.Boolean UnityEngine.UI.Button/c__Iterator0::$disposing bool ___U24disposing_4; // System.Int32 UnityEngine.UI.Button/c__Iterator0::$PC int32_t ___U24PC_5; public: inline static int32_t get_offset_of_U3CfadeTimeU3E__0_0() { return static_cast(offsetof(U3COnFinishSubmitU3Ec__Iterator0_t3413438900, ___U3CfadeTimeU3E__0_0)); } inline float get_U3CfadeTimeU3E__0_0() const { return ___U3CfadeTimeU3E__0_0; } inline float* get_address_of_U3CfadeTimeU3E__0_0() { return &___U3CfadeTimeU3E__0_0; } inline void set_U3CfadeTimeU3E__0_0(float value) { ___U3CfadeTimeU3E__0_0 = value; } inline static int32_t get_offset_of_U3CelapsedTimeU3E__0_1() { return static_cast(offsetof(U3COnFinishSubmitU3Ec__Iterator0_t3413438900, ___U3CelapsedTimeU3E__0_1)); } inline float get_U3CelapsedTimeU3E__0_1() const { return ___U3CelapsedTimeU3E__0_1; } inline float* get_address_of_U3CelapsedTimeU3E__0_1() { return &___U3CelapsedTimeU3E__0_1; } inline void set_U3CelapsedTimeU3E__0_1(float value) { ___U3CelapsedTimeU3E__0_1 = value; } inline static int32_t get_offset_of_U24this_2() { return static_cast(offsetof(U3COnFinishSubmitU3Ec__Iterator0_t3413438900, ___U24this_2)); } inline Button_t4055032469 * get_U24this_2() const { return ___U24this_2; } inline Button_t4055032469 ** get_address_of_U24this_2() { return &___U24this_2; } inline void set_U24this_2(Button_t4055032469 * value) { ___U24this_2 = value; Il2CppCodeGenWriteBarrier((&___U24this_2), value); } inline static int32_t get_offset_of_U24current_3() { return static_cast(offsetof(U3COnFinishSubmitU3Ec__Iterator0_t3413438900, ___U24current_3)); } inline RuntimeObject * get_U24current_3() const { return ___U24current_3; } inline RuntimeObject ** get_address_of_U24current_3() { return &___U24current_3; } inline void set_U24current_3(RuntimeObject * value) { ___U24current_3 = value; Il2CppCodeGenWriteBarrier((&___U24current_3), value); } inline static int32_t get_offset_of_U24disposing_4() { return static_cast(offsetof(U3COnFinishSubmitU3Ec__Iterator0_t3413438900, ___U24disposing_4)); } inline bool get_U24disposing_4() const { return ___U24disposing_4; } inline bool* get_address_of_U24disposing_4() { return &___U24disposing_4; } inline void set_U24disposing_4(bool value) { ___U24disposing_4 = value; } inline static int32_t get_offset_of_U24PC_5() { return static_cast(offsetof(U3COnFinishSubmitU3Ec__Iterator0_t3413438900, ___U24PC_5)); } inline int32_t get_U24PC_5() const { return ___U24PC_5; } inline int32_t* get_address_of_U24PC_5() { return &___U24PC_5; } inline void set_U24PC_5(int32_t value) { ___U24PC_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CONFINISHSUBMITU3EC__ITERATOR0_T3413438900_H #ifndef LIST_1_T531791296_H #define LIST_1_T531791296_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t531791296 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IEventSystemHandlerU5BU5D_t541873103* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t531791296, ____items_1)); } inline IEventSystemHandlerU5BU5D_t541873103* get__items_1() const { return ____items_1; } inline IEventSystemHandlerU5BU5D_t541873103** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IEventSystemHandlerU5BU5D_t541873103* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t531791296, ____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_t531791296, ____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; } }; struct List_1_t531791296_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray IEventSystemHandlerU5BU5D_t541873103* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t531791296_StaticFields, ___EmptyArray_4)); } inline IEventSystemHandlerU5BU5D_t541873103* get_EmptyArray_4() const { return ___EmptyArray_4; } inline IEventSystemHandlerU5BU5D_t541873103** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(IEventSystemHandlerU5BU5D_t541873103* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T531791296_H #ifndef OBJECTPOOL_1_T231414508_H #define OBJECTPOOL_1_T231414508_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t231414508 : public RuntimeObject { public: // System.Collections.Generic.Stack`1 UnityEngine.UI.ObjectPool`1::m_Stack Stack_1_t1375180751 * ___m_Stack_0; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnGet UnityAction_1_t1116627437 * ___m_ActionOnGet_1; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnRelease UnityAction_1_t1116627437 * ___m_ActionOnRelease_2; // System.Int32 UnityEngine.UI.ObjectPool`1::k__BackingField int32_t ___U3CcountAllU3Ek__BackingField_3; public: inline static int32_t get_offset_of_m_Stack_0() { return static_cast(offsetof(ObjectPool_1_t231414508, ___m_Stack_0)); } inline Stack_1_t1375180751 * get_m_Stack_0() const { return ___m_Stack_0; } inline Stack_1_t1375180751 ** get_address_of_m_Stack_0() { return &___m_Stack_0; } inline void set_m_Stack_0(Stack_1_t1375180751 * value) { ___m_Stack_0 = value; Il2CppCodeGenWriteBarrier((&___m_Stack_0), value); } inline static int32_t get_offset_of_m_ActionOnGet_1() { return static_cast(offsetof(ObjectPool_1_t231414508, ___m_ActionOnGet_1)); } inline UnityAction_1_t1116627437 * get_m_ActionOnGet_1() const { return ___m_ActionOnGet_1; } inline UnityAction_1_t1116627437 ** get_address_of_m_ActionOnGet_1() { return &___m_ActionOnGet_1; } inline void set_m_ActionOnGet_1(UnityAction_1_t1116627437 * value) { ___m_ActionOnGet_1 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnGet_1), value); } inline static int32_t get_offset_of_m_ActionOnRelease_2() { return static_cast(offsetof(ObjectPool_1_t231414508, ___m_ActionOnRelease_2)); } inline UnityAction_1_t1116627437 * get_m_ActionOnRelease_2() const { return ___m_ActionOnRelease_2; } inline UnityAction_1_t1116627437 ** get_address_of_m_ActionOnRelease_2() { return &___m_ActionOnRelease_2; } inline void set_m_ActionOnRelease_2(UnityAction_1_t1116627437 * value) { ___m_ActionOnRelease_2 = value; Il2CppCodeGenWriteBarrier((&___m_ActionOnRelease_2), value); } inline static int32_t get_offset_of_U3CcountAllU3Ek__BackingField_3() { return static_cast(offsetof(ObjectPool_1_t231414508, ___U3CcountAllU3Ek__BackingField_3)); } inline int32_t get_U3CcountAllU3Ek__BackingField_3() const { return ___U3CcountAllU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CcountAllU3Ek__BackingField_3() { return &___U3CcountAllU3Ek__BackingField_3; } inline void set_U3CcountAllU3Ek__BackingField_3(int32_t value) { ___U3CcountAllU3Ek__BackingField_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTPOOL_1_T231414508_H #ifndef LIST_1_T777473367_H #define LIST_1_T777473367_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t777473367 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TransformU5BU5D_t807237628* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t777473367, ____items_1)); } inline TransformU5BU5D_t807237628* get__items_1() const { return ____items_1; } inline TransformU5BU5D_t807237628** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TransformU5BU5D_t807237628* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t777473367, ____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_t777473367, ____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; } }; struct List_1_t777473367_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray TransformU5BU5D_t807237628* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t777473367_StaticFields, ___EmptyArray_4)); } inline TransformU5BU5D_t807237628* get_EmptyArray_4() const { return ___EmptyArray_4; } inline TransformU5BU5D_t807237628** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(TransformU5BU5D_t807237628* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T777473367_H #ifndef REFLECTIONMETHODSCACHE_T2103211062_H #define REFLECTIONMETHODSCACHE_T2103211062_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ReflectionMethodsCache struct ReflectionMethodsCache_t2103211062 : public RuntimeObject { public: // UnityEngine.UI.ReflectionMethodsCache/Raycast3DCallback UnityEngine.UI.ReflectionMethodsCache::raycast3D Raycast3DCallback_t701940803 * ___raycast3D_0; // UnityEngine.UI.ReflectionMethodsCache/RaycastAllCallback UnityEngine.UI.ReflectionMethodsCache::raycast3DAll RaycastAllCallback_t1884415901 * ___raycast3DAll_1; // UnityEngine.UI.ReflectionMethodsCache/Raycast2DCallback UnityEngine.UI.ReflectionMethodsCache::raycast2D Raycast2DCallback_t768590915 * ___raycast2D_2; // UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllCallback UnityEngine.UI.ReflectionMethodsCache::getRayIntersectionAll GetRayIntersectionAllCallback_t3913627115 * ___getRayIntersectionAll_3; // UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllNonAllocCallback UnityEngine.UI.ReflectionMethodsCache::getRayIntersectionAllNonAlloc GetRayIntersectionAllNonAllocCallback_t2311174851 * ___getRayIntersectionAllNonAlloc_4; // UnityEngine.UI.ReflectionMethodsCache/GetRaycastNonAllocCallback UnityEngine.UI.ReflectionMethodsCache::getRaycastNonAlloc GetRaycastNonAllocCallback_t3841783507 * ___getRaycastNonAlloc_5; public: inline static int32_t get_offset_of_raycast3D_0() { return static_cast(offsetof(ReflectionMethodsCache_t2103211062, ___raycast3D_0)); } inline Raycast3DCallback_t701940803 * get_raycast3D_0() const { return ___raycast3D_0; } inline Raycast3DCallback_t701940803 ** get_address_of_raycast3D_0() { return &___raycast3D_0; } inline void set_raycast3D_0(Raycast3DCallback_t701940803 * value) { ___raycast3D_0 = value; Il2CppCodeGenWriteBarrier((&___raycast3D_0), value); } inline static int32_t get_offset_of_raycast3DAll_1() { return static_cast(offsetof(ReflectionMethodsCache_t2103211062, ___raycast3DAll_1)); } inline RaycastAllCallback_t1884415901 * get_raycast3DAll_1() const { return ___raycast3DAll_1; } inline RaycastAllCallback_t1884415901 ** get_address_of_raycast3DAll_1() { return &___raycast3DAll_1; } inline void set_raycast3DAll_1(RaycastAllCallback_t1884415901 * value) { ___raycast3DAll_1 = value; Il2CppCodeGenWriteBarrier((&___raycast3DAll_1), value); } inline static int32_t get_offset_of_raycast2D_2() { return static_cast(offsetof(ReflectionMethodsCache_t2103211062, ___raycast2D_2)); } inline Raycast2DCallback_t768590915 * get_raycast2D_2() const { return ___raycast2D_2; } inline Raycast2DCallback_t768590915 ** get_address_of_raycast2D_2() { return &___raycast2D_2; } inline void set_raycast2D_2(Raycast2DCallback_t768590915 * value) { ___raycast2D_2 = value; Il2CppCodeGenWriteBarrier((&___raycast2D_2), value); } inline static int32_t get_offset_of_getRayIntersectionAll_3() { return static_cast(offsetof(ReflectionMethodsCache_t2103211062, ___getRayIntersectionAll_3)); } inline GetRayIntersectionAllCallback_t3913627115 * get_getRayIntersectionAll_3() const { return ___getRayIntersectionAll_3; } inline GetRayIntersectionAllCallback_t3913627115 ** get_address_of_getRayIntersectionAll_3() { return &___getRayIntersectionAll_3; } inline void set_getRayIntersectionAll_3(GetRayIntersectionAllCallback_t3913627115 * value) { ___getRayIntersectionAll_3 = value; Il2CppCodeGenWriteBarrier((&___getRayIntersectionAll_3), value); } inline static int32_t get_offset_of_getRayIntersectionAllNonAlloc_4() { return static_cast(offsetof(ReflectionMethodsCache_t2103211062, ___getRayIntersectionAllNonAlloc_4)); } inline GetRayIntersectionAllNonAllocCallback_t2311174851 * get_getRayIntersectionAllNonAlloc_4() const { return ___getRayIntersectionAllNonAlloc_4; } inline GetRayIntersectionAllNonAllocCallback_t2311174851 ** get_address_of_getRayIntersectionAllNonAlloc_4() { return &___getRayIntersectionAllNonAlloc_4; } inline void set_getRayIntersectionAllNonAlloc_4(GetRayIntersectionAllNonAllocCallback_t2311174851 * value) { ___getRayIntersectionAllNonAlloc_4 = value; Il2CppCodeGenWriteBarrier((&___getRayIntersectionAllNonAlloc_4), value); } inline static int32_t get_offset_of_getRaycastNonAlloc_5() { return static_cast(offsetof(ReflectionMethodsCache_t2103211062, ___getRaycastNonAlloc_5)); } inline GetRaycastNonAllocCallback_t3841783507 * get_getRaycastNonAlloc_5() const { return ___getRaycastNonAlloc_5; } inline GetRaycastNonAllocCallback_t3841783507 ** get_address_of_getRaycastNonAlloc_5() { return &___getRaycastNonAlloc_5; } inline void set_getRaycastNonAlloc_5(GetRaycastNonAllocCallback_t3841783507 * value) { ___getRaycastNonAlloc_5 = value; Il2CppCodeGenWriteBarrier((&___getRaycastNonAlloc_5), value); } }; struct ReflectionMethodsCache_t2103211062_StaticFields { public: // UnityEngine.UI.ReflectionMethodsCache UnityEngine.UI.ReflectionMethodsCache::s_ReflectionMethodsCache ReflectionMethodsCache_t2103211062 * ___s_ReflectionMethodsCache_6; public: inline static int32_t get_offset_of_s_ReflectionMethodsCache_6() { return static_cast(offsetof(ReflectionMethodsCache_t2103211062_StaticFields, ___s_ReflectionMethodsCache_6)); } inline ReflectionMethodsCache_t2103211062 * get_s_ReflectionMethodsCache_6() const { return ___s_ReflectionMethodsCache_6; } inline ReflectionMethodsCache_t2103211062 ** get_address_of_s_ReflectionMethodsCache_6() { return &___s_ReflectionMethodsCache_6; } inline void set_s_ReflectionMethodsCache_6(ReflectionMethodsCache_t2103211062 * value) { ___s_ReflectionMethodsCache_6 = value; Il2CppCodeGenWriteBarrier((&___s_ReflectionMethodsCache_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REFLECTIONMETHODSCACHE_T2103211062_H #ifndef DICTIONARY_2_T2696614423_H #define DICTIONARY_2_T2696614423_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2696614423 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots Int32U5BU5D_t385246372* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots PointerEventDataU5BU5D_t3854101325* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2696614423, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2696614423, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2696614423, ___keySlots_6)); } inline Int32U5BU5D_t385246372* get_keySlots_6() const { return ___keySlots_6; } inline Int32U5BU5D_t385246372** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(Int32U5BU5D_t385246372* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2696614423, ___valueSlots_7)); } inline PointerEventDataU5BU5D_t3854101325* get_valueSlots_7() const { return ___valueSlots_7; } inline PointerEventDataU5BU5D_t3854101325** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(PointerEventDataU5BU5D_t3854101325* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2696614423, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2696614423, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2696614423, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2696614423, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2696614423, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2696614423, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2696614423, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2696614423_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3458440169 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2696614423_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3458440169 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3458440169 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3458440169 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2696614423_H #ifndef MOUSESTATE_T384203932_H #define MOUSESTATE_T384203932_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.PointerInputModule/MouseState struct MouseState_t384203932 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.EventSystems.PointerInputModule/MouseState::m_TrackedButtons List_1_t2329214678 * ___m_TrackedButtons_0; public: inline static int32_t get_offset_of_m_TrackedButtons_0() { return static_cast(offsetof(MouseState_t384203932, ___m_TrackedButtons_0)); } inline List_1_t2329214678 * get_m_TrackedButtons_0() const { return ___m_TrackedButtons_0; } inline List_1_t2329214678 ** get_address_of_m_TrackedButtons_0() { return &___m_TrackedButtons_0; } inline void set_m_TrackedButtons_0(List_1_t2329214678 * value) { ___m_TrackedButtons_0 = value; Il2CppCodeGenWriteBarrier((&___m_TrackedButtons_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOUSESTATE_T384203932_H #ifndef BASEVERTEXEFFECT_T2675891272_H #define BASEVERTEXEFFECT_T2675891272_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.BaseVertexEffect struct BaseVertexEffect_t2675891272 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASEVERTEXEFFECT_T2675891272_H #ifndef ANIMATIONTRIGGERS_T2532145056_H #define ANIMATIONTRIGGERS_T2532145056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_t2532145056 : public RuntimeObject { public: // System.String UnityEngine.UI.AnimationTriggers::m_NormalTrigger String_t* ___m_NormalTrigger_4; // System.String UnityEngine.UI.AnimationTriggers::m_HighlightedTrigger String_t* ___m_HighlightedTrigger_5; // System.String UnityEngine.UI.AnimationTriggers::m_PressedTrigger String_t* ___m_PressedTrigger_6; // System.String UnityEngine.UI.AnimationTriggers::m_DisabledTrigger String_t* ___m_DisabledTrigger_7; public: inline static int32_t get_offset_of_m_NormalTrigger_4() { return static_cast(offsetof(AnimationTriggers_t2532145056, ___m_NormalTrigger_4)); } inline String_t* get_m_NormalTrigger_4() const { return ___m_NormalTrigger_4; } inline String_t** get_address_of_m_NormalTrigger_4() { return &___m_NormalTrigger_4; } inline void set_m_NormalTrigger_4(String_t* value) { ___m_NormalTrigger_4 = value; Il2CppCodeGenWriteBarrier((&___m_NormalTrigger_4), value); } inline static int32_t get_offset_of_m_HighlightedTrigger_5() { return static_cast(offsetof(AnimationTriggers_t2532145056, ___m_HighlightedTrigger_5)); } inline String_t* get_m_HighlightedTrigger_5() const { return ___m_HighlightedTrigger_5; } inline String_t** get_address_of_m_HighlightedTrigger_5() { return &___m_HighlightedTrigger_5; } inline void set_m_HighlightedTrigger_5(String_t* value) { ___m_HighlightedTrigger_5 = value; Il2CppCodeGenWriteBarrier((&___m_HighlightedTrigger_5), value); } inline static int32_t get_offset_of_m_PressedTrigger_6() { return static_cast(offsetof(AnimationTriggers_t2532145056, ___m_PressedTrigger_6)); } inline String_t* get_m_PressedTrigger_6() const { return ___m_PressedTrigger_6; } inline String_t** get_address_of_m_PressedTrigger_6() { return &___m_PressedTrigger_6; } inline void set_m_PressedTrigger_6(String_t* value) { ___m_PressedTrigger_6 = value; Il2CppCodeGenWriteBarrier((&___m_PressedTrigger_6), value); } inline static int32_t get_offset_of_m_DisabledTrigger_7() { return static_cast(offsetof(AnimationTriggers_t2532145056, ___m_DisabledTrigger_7)); } inline String_t* get_m_DisabledTrigger_7() const { return ___m_DisabledTrigger_7; } inline String_t** get_address_of_m_DisabledTrigger_7() { return &___m_DisabledTrigger_7; } inline void set_m_DisabledTrigger_7(String_t* value) { ___m_DisabledTrigger_7 = value; Il2CppCodeGenWriteBarrier((&___m_DisabledTrigger_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANIMATIONTRIGGERS_T2532145056_H #ifndef VERTEXHELPEREXTENSION_T1281316730_H #define VERTEXHELPEREXTENSION_T1281316730_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Experimental.UI.VertexHelperExtension struct VertexHelperExtension_t1281316730 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERTEXHELPEREXTENSION_T1281316730_H #ifndef RAYCASTERMANAGER_T2536340562_H #define RAYCASTERMANAGER_T2536340562_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.RaycasterManager struct RaycasterManager_t2536340562 : public RuntimeObject { public: public: }; struct RaycasterManager_t2536340562_StaticFields { public: // System.Collections.Generic.List`1 UnityEngine.EventSystems.RaycasterManager::s_Raycasters List_1_t1327982029 * ___s_Raycasters_0; public: inline static int32_t get_offset_of_s_Raycasters_0() { return static_cast(offsetof(RaycasterManager_t2536340562_StaticFields, ___s_Raycasters_0)); } inline List_1_t1327982029 * get_s_Raycasters_0() const { return ___s_Raycasters_0; } inline List_1_t1327982029 ** get_address_of_s_Raycasters_0() { return &___s_Raycasters_0; } inline void set_s_Raycasters_0(List_1_t1327982029 * value) { ___s_Raycasters_0 = value; Il2CppCodeGenWriteBarrier((&___s_Raycasters_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RAYCASTERMANAGER_T2536340562_H #ifndef LIST_1_T2329214678_H #define LIST_1_T2329214678_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2329214678 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ButtonStateU5BU5D_t335326625* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2329214678, ____items_1)); } inline ButtonStateU5BU5D_t335326625* get__items_1() const { return ____items_1; } inline ButtonStateU5BU5D_t335326625** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ButtonStateU5BU5D_t335326625* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2329214678, ____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_t2329214678, ____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; } }; struct List_1_t2329214678_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ButtonStateU5BU5D_t335326625* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2329214678_StaticFields, ___EmptyArray_4)); } inline ButtonStateU5BU5D_t335326625* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ButtonStateU5BU5D_t335326625** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ButtonStateU5BU5D_t335326625* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2329214678_H #ifndef VALUECOLLECTION_T117691445_H #define VALUECOLLECTION_T117691445_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t117691445 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_t2696614423 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_t117691445, ___dictionary_0)); } inline Dictionary_2_t2696614423 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2696614423 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2696614423 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALUECOLLECTION_T117691445_H #ifndef LIST_1_T447389798_H #define LIST_1_T447389798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t447389798 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items OptionDataU5BU5D_t3600483281* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t447389798, ____items_1)); } inline OptionDataU5BU5D_t3600483281* get__items_1() const { return ____items_1; } inline OptionDataU5BU5D_t3600483281** get_address_of__items_1() { return &____items_1; } inline void set__items_1(OptionDataU5BU5D_t3600483281* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t447389798, ____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_t447389798, ____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; } }; struct List_1_t447389798_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray OptionDataU5BU5D_t3600483281* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t447389798_StaticFields, ___EmptyArray_4)); } inline OptionDataU5BU5D_t3600483281* get_EmptyArray_4() const { return ___EmptyArray_4; } inline OptionDataU5BU5D_t3600483281** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(OptionDataU5BU5D_t3600483281* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T447389798_H #ifndef LIST_1_T1234605051_H #define LIST_1_T1234605051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1234605051 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items UIVertexU5BU5D_t1981460040* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1234605051, ____items_1)); } inline UIVertexU5BU5D_t1981460040* get__items_1() const { return ____items_1; } inline UIVertexU5BU5D_t1981460040** get_address_of__items_1() { return &____items_1; } inline void set__items_1(UIVertexU5BU5D_t1981460040* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1234605051, ____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_t1234605051, ____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; } }; struct List_1_t1234605051_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray UIVertexU5BU5D_t1981460040* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1234605051_StaticFields, ___EmptyArray_4)); } inline UIVertexU5BU5D_t1981460040* get_EmptyArray_4() const { return ___EmptyArray_4; } inline UIVertexU5BU5D_t1981460040** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(UIVertexU5BU5D_t1981460040* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1234605051_H #ifndef LIST_1_T3132410353_H #define LIST_1_T3132410353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t3132410353 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items GraphicU5BU5D_t4082402234* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3132410353, ____items_1)); } inline GraphicU5BU5D_t4082402234* get__items_1() const { return ____items_1; } inline GraphicU5BU5D_t4082402234** get_address_of__items_1() { return &____items_1; } inline void set__items_1(GraphicU5BU5D_t4082402234* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3132410353, ____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_t3132410353, ____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; } }; struct List_1_t3132410353_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray GraphicU5BU5D_t4082402234* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3132410353_StaticFields, ___EmptyArray_4)); } inline GraphicU5BU5D_t4082402234* get_EmptyArray_4() const { return ___EmptyArray_4; } inline GraphicU5BU5D_t4082402234** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(GraphicU5BU5D_t4082402234* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3132410353_H #ifndef GRAPHICREGISTRY_T3479976429_H #define GRAPHICREGISTRY_T3479976429_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.GraphicRegistry struct GraphicRegistry_t3479976429 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2> UnityEngine.UI.GraphicRegistry::m_Graphics Dictionary_2_t2296117448 * ___m_Graphics_1; public: inline static int32_t get_offset_of_m_Graphics_1() { return static_cast(offsetof(GraphicRegistry_t3479976429, ___m_Graphics_1)); } inline Dictionary_2_t2296117448 * get_m_Graphics_1() const { return ___m_Graphics_1; } inline Dictionary_2_t2296117448 ** get_address_of_m_Graphics_1() { return &___m_Graphics_1; } inline void set_m_Graphics_1(Dictionary_2_t2296117448 * value) { ___m_Graphics_1 = value; Il2CppCodeGenWriteBarrier((&___m_Graphics_1), value); } }; struct GraphicRegistry_t3479976429_StaticFields { public: // UnityEngine.UI.GraphicRegistry UnityEngine.UI.GraphicRegistry::s_Instance GraphicRegistry_t3479976429 * ___s_Instance_0; // System.Collections.Generic.List`1 UnityEngine.UI.GraphicRegistry::s_EmptyList List_1_t3132410353 * ___s_EmptyList_2; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(GraphicRegistry_t3479976429_StaticFields, ___s_Instance_0)); } inline GraphicRegistry_t3479976429 * get_s_Instance_0() const { return ___s_Instance_0; } inline GraphicRegistry_t3479976429 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(GraphicRegistry_t3479976429 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((&___s_Instance_0), value); } inline static int32_t get_offset_of_s_EmptyList_2() { return static_cast(offsetof(GraphicRegistry_t3479976429_StaticFields, ___s_EmptyList_2)); } inline List_1_t3132410353 * get_s_EmptyList_2() const { return ___s_EmptyList_2; } inline List_1_t3132410353 ** get_address_of_s_EmptyList_2() { return &___s_EmptyList_2; } inline void set_s_EmptyList_2(List_1_t3132410353 * value) { ___s_EmptyList_2 = value; Il2CppCodeGenWriteBarrier((&___s_EmptyList_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GRAPHICREGISTRY_T3479976429_H #ifndef DICTIONARY_2_T2296117448_H #define DICTIONARY_2_T2296117448_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t2296117448 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots CanvasU5BU5D_t682926938* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots IndexedSet_1U5BU5D_t965309702* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2296117448, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2296117448, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2296117448, ___keySlots_6)); } inline CanvasU5BU5D_t682926938* get_keySlots_6() const { return ___keySlots_6; } inline CanvasU5BU5D_t682926938** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(CanvasU5BU5D_t682926938* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2296117448, ___valueSlots_7)); } inline IndexedSet_1U5BU5D_t965309702* get_valueSlots_7() const { return ___valueSlots_7; } inline IndexedSet_1U5BU5D_t965309702** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(IndexedSet_1U5BU5D_t965309702* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2296117448, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2296117448, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2296117448, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2296117448, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2296117448, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2296117448, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2296117448, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2296117448_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3642685268 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2296117448_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3642685268 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3642685268 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3642685268 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2296117448_H #ifndef DICTIONARY_2_T1241847650_H #define DICTIONARY_2_T1241847650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1241847650 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots GraphicU5BU5D_t4082402234* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t1241847650, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t1241847650, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t1241847650, ___keySlots_6)); } inline GraphicU5BU5D_t4082402234* get_keySlots_6() const { return ___keySlots_6; } inline GraphicU5BU5D_t4082402234** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(GraphicU5BU5D_t4082402234* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t1241847650, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t1241847650, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t1241847650, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t1241847650, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t1241847650, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t1241847650, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t1241847650, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t1241847650, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t1241847650_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3607992594 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t1241847650_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3607992594 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3607992594 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3607992594 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T1241847650_H #ifndef DICTIONARY_2_T3261772335_H #define DICTIONARY_2_T3261772335_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3261772335 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots ICanvasElementU5BU5D_t1807359623* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t3261772335, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t3261772335, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t3261772335, ___keySlots_6)); } inline ICanvasElementU5BU5D_t1807359623* get_keySlots_6() const { return ___keySlots_6; } inline ICanvasElementU5BU5D_t1807359623** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(ICanvasElementU5BU5D_t1807359623* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t3261772335, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t3261772335, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t3261772335, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t3261772335, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t3261772335, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t3261772335, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t3261772335, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t3261772335, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t3261772335_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3122708593 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t3261772335_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3122708593 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3122708593 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3122708593 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T3261772335_H #ifndef INDEXEDSET_1_T3109723551_H #define INDEXEDSET_1_T3109723551_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Collections.IndexedSet`1 struct IndexedSet_1_t3109723551 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.UI.Collections.IndexedSet`1::m_List List_1_t3132410353 * ___m_List_0; // System.Collections.Generic.Dictionary`2 UnityEngine.UI.Collections.IndexedSet`1::m_Dictionary Dictionary_2_t1241847650 * ___m_Dictionary_1; public: inline static int32_t get_offset_of_m_List_0() { return static_cast(offsetof(IndexedSet_1_t3109723551, ___m_List_0)); } inline List_1_t3132410353 * get_m_List_0() const { return ___m_List_0; } inline List_1_t3132410353 ** get_address_of_m_List_0() { return &___m_List_0; } inline void set_m_List_0(List_1_t3132410353 * value) { ___m_List_0 = value; Il2CppCodeGenWriteBarrier((&___m_List_0), value); } inline static int32_t get_offset_of_m_Dictionary_1() { return static_cast(offsetof(IndexedSet_1_t3109723551, ___m_Dictionary_1)); } inline Dictionary_2_t1241847650 * get_m_Dictionary_1() const { return ___m_Dictionary_1; } inline Dictionary_2_t1241847650 ** get_address_of_m_Dictionary_1() { return &___m_Dictionary_1; } inline void set_m_Dictionary_1(Dictionary_2_t1241847650 * value) { ___m_Dictionary_1 = value; Il2CppCodeGenWriteBarrier((&___m_Dictionary_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INDEXEDSET_1_T3109723551_H #ifndef LIST_1_T881764471_H #define LIST_1_T881764471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t881764471 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RectTransformU5BU5D_t107129948* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t881764471, ____items_1)); } inline RectTransformU5BU5D_t107129948* get__items_1() const { return ____items_1; } inline RectTransformU5BU5D_t107129948** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RectTransformU5BU5D_t107129948* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t881764471, ____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_t881764471, ____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; } }; struct List_1_t881764471_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray RectTransformU5BU5D_t107129948* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t881764471_StaticFields, ___EmptyArray_4)); } inline RectTransformU5BU5D_t107129948* get_EmptyArray_4() const { return ___EmptyArray_4; } inline RectTransformU5BU5D_t107129948** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(RectTransformU5BU5D_t107129948* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T881764471_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef UNITYEVENTBASE_T3960448221_H #define UNITYEVENTBASE_T3960448221_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEventBase struct UnityEventBase_t3960448221 : public RuntimeObject { public: // UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls InvokableCallList_t2498835369 * ___m_Calls_0; // UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls PersistentCallGroup_t3050769227 * ___m_PersistentCalls_1; // System.String UnityEngine.Events.UnityEventBase::m_TypeName String_t* ___m_TypeName_2; // System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty bool ___m_CallsDirty_3; public: inline static int32_t get_offset_of_m_Calls_0() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_Calls_0)); } inline InvokableCallList_t2498835369 * get_m_Calls_0() const { return ___m_Calls_0; } inline InvokableCallList_t2498835369 ** get_address_of_m_Calls_0() { return &___m_Calls_0; } inline void set_m_Calls_0(InvokableCallList_t2498835369 * value) { ___m_Calls_0 = value; Il2CppCodeGenWriteBarrier((&___m_Calls_0), value); } inline static int32_t get_offset_of_m_PersistentCalls_1() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_PersistentCalls_1)); } inline PersistentCallGroup_t3050769227 * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; } inline PersistentCallGroup_t3050769227 ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; } inline void set_m_PersistentCalls_1(PersistentCallGroup_t3050769227 * value) { ___m_PersistentCalls_1 = value; Il2CppCodeGenWriteBarrier((&___m_PersistentCalls_1), value); } inline static int32_t get_offset_of_m_TypeName_2() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_TypeName_2)); } inline String_t* get_m_TypeName_2() const { return ___m_TypeName_2; } inline String_t** get_address_of_m_TypeName_2() { return &___m_TypeName_2; } inline void set_m_TypeName_2(String_t* value) { ___m_TypeName_2 = value; Il2CppCodeGenWriteBarrier((&___m_TypeName_2), value); } inline static int32_t get_offset_of_m_CallsDirty_3() { return static_cast(offsetof(UnityEventBase_t3960448221, ___m_CallsDirty_3)); } inline bool get_m_CallsDirty_3() const { return ___m_CallsDirty_3; } inline bool* get_address_of_m_CallsDirty_3() { return &___m_CallsDirty_3; } inline void set_m_CallsDirty_3(bool value) { ___m_CallsDirty_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENTBASE_T3960448221_H #ifndef YIELDINSTRUCTION_T403091072_H #define YIELDINSTRUCTION_T403091072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.YieldInstruction struct YieldInstruction_t403091072 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t403091072_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t403091072_marshaled_com { }; #endif // YIELDINSTRUCTION_T403091072_H #ifndef LIST_1_T3395709193_H #define LIST_1_T3395709193_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t3395709193 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ComponentU5BU5D_t3294940482* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3395709193, ____items_1)); } inline ComponentU5BU5D_t3294940482* get__items_1() const { return ____items_1; } inline ComponentU5BU5D_t3294940482** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ComponentU5BU5D_t3294940482* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3395709193, ____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_t3395709193, ____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; } }; struct List_1_t3395709193_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ComponentU5BU5D_t3294940482* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3395709193_StaticFields, ___EmptyArray_4)); } inline ComponentU5BU5D_t3294940482* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ComponentU5BU5D_t3294940482** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ComponentU5BU5D_t3294940482* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3395709193_H #ifndef OPTIONDATALIST_T1438173104_H #define OPTIONDATALIST_T1438173104_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Dropdown/OptionDataList struct OptionDataList_t1438173104 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.UI.Dropdown/OptionDataList::m_Options List_1_t447389798 * ___m_Options_0; public: inline static int32_t get_offset_of_m_Options_0() { return static_cast(offsetof(OptionDataList_t1438173104, ___m_Options_0)); } inline List_1_t447389798 * get_m_Options_0() const { return ___m_Options_0; } inline List_1_t447389798 ** get_address_of_m_Options_0() { return &___m_Options_0; } inline void set_m_Options_0(List_1_t447389798 * value) { ___m_Options_0 = value; Il2CppCodeGenWriteBarrier((&___m_Options_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPTIONDATALIST_T1438173104_H #ifndef LIST_1_T2924027637_H #define LIST_1_T2924027637_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2924027637 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items DropdownItemU5BU5D_t2800600614* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2924027637, ____items_1)); } inline DropdownItemU5BU5D_t2800600614* get__items_1() const { return ____items_1; } inline DropdownItemU5BU5D_t2800600614** get_address_of__items_1() { return &____items_1; } inline void set__items_1(DropdownItemU5BU5D_t2800600614* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2924027637, ____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_t2924027637, ____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; } }; struct List_1_t2924027637_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray DropdownItemU5BU5D_t2800600614* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2924027637_StaticFields, ___EmptyArray_4)); } inline DropdownItemU5BU5D_t2800600614* get_EmptyArray_4() const { return ___EmptyArray_4; } inline DropdownItemU5BU5D_t2800600614** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(DropdownItemU5BU5D_t2800600614* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2924027637_H #ifndef TWEENRUNNER_1_T3520241082_H #define TWEENRUNNER_1_T3520241082_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t3520241082 : public RuntimeObject { public: // UnityEngine.MonoBehaviour UnityEngine.UI.CoroutineTween.TweenRunner`1::m_CoroutineContainer MonoBehaviour_t3962482529 * ___m_CoroutineContainer_0; // System.Collections.IEnumerator UnityEngine.UI.CoroutineTween.TweenRunner`1::m_Tween RuntimeObject* ___m_Tween_1; public: inline static int32_t get_offset_of_m_CoroutineContainer_0() { return static_cast(offsetof(TweenRunner_1_t3520241082, ___m_CoroutineContainer_0)); } inline MonoBehaviour_t3962482529 * get_m_CoroutineContainer_0() const { return ___m_CoroutineContainer_0; } inline MonoBehaviour_t3962482529 ** get_address_of_m_CoroutineContainer_0() { return &___m_CoroutineContainer_0; } inline void set_m_CoroutineContainer_0(MonoBehaviour_t3962482529 * value) { ___m_CoroutineContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_CoroutineContainer_0), value); } inline static int32_t get_offset_of_m_Tween_1() { return static_cast(offsetof(TweenRunner_1_t3520241082, ___m_Tween_1)); } inline RuntimeObject* get_m_Tween_1() const { return ___m_Tween_1; } inline RuntimeObject** get_address_of_m_Tween_1() { return &___m_Tween_1; } inline void set_m_Tween_1(RuntimeObject* value) { ___m_Tween_1 = value; Il2CppCodeGenWriteBarrier((&___m_Tween_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENRUNNER_1_T3520241082_H #ifndef LIST_1_T3319525431_H #define LIST_1_T3319525431_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t3319525431 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_t1281789340* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3319525431, ____items_1)); } inline StringU5BU5D_t1281789340* get__items_1() const { return ____items_1; } inline StringU5BU5D_t1281789340** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_t1281789340* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3319525431, ____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_t3319525431, ____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; } }; struct List_1_t3319525431_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray StringU5BU5D_t1281789340* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3319525431_StaticFields, ___EmptyArray_4)); } inline StringU5BU5D_t1281789340* get_EmptyArray_4() const { return ___EmptyArray_4; } inline StringU5BU5D_t1281789340** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(StringU5BU5D_t1281789340* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3319525431_H #ifndef LIST_1_T1752731834_H #define LIST_1_T1752731834_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1752731834 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SpriteU5BU5D_t2581906349* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1752731834, ____items_1)); } inline SpriteU5BU5D_t2581906349* get__items_1() const { return ____items_1; } inline SpriteU5BU5D_t2581906349** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SpriteU5BU5D_t2581906349* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1752731834, ____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_t1752731834, ____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; } }; struct List_1_t1752731834_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray SpriteU5BU5D_t2581906349* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1752731834_StaticFields, ___EmptyArray_4)); } inline SpriteU5BU5D_t2581906349* get_EmptyArray_4() const { return ___EmptyArray_4; } inline SpriteU5BU5D_t2581906349** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(SpriteU5BU5D_t2581906349* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1752731834_H #ifndef LIST_1_T487303889_H #define LIST_1_T487303889_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t487303889 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CanvasU5BU5D_t682926938* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t487303889, ____items_1)); } inline CanvasU5BU5D_t682926938* get__items_1() const { return ____items_1; } inline CanvasU5BU5D_t682926938** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CanvasU5BU5D_t682926938* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t487303889, ____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_t487303889, ____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; } }; struct List_1_t487303889_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray CanvasU5BU5D_t682926938* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t487303889_StaticFields, ___EmptyArray_4)); } inline CanvasU5BU5D_t682926938* get_EmptyArray_4() const { return ___EmptyArray_4; } inline CanvasU5BU5D_t682926938** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(CanvasU5BU5D_t682926938* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T487303889_H #ifndef TWEENRUNNER_1_T3055525458_H #define TWEENRUNNER_1_T3055525458_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t3055525458 : public RuntimeObject { public: // UnityEngine.MonoBehaviour UnityEngine.UI.CoroutineTween.TweenRunner`1::m_CoroutineContainer MonoBehaviour_t3962482529 * ___m_CoroutineContainer_0; // System.Collections.IEnumerator UnityEngine.UI.CoroutineTween.TweenRunner`1::m_Tween RuntimeObject* ___m_Tween_1; public: inline static int32_t get_offset_of_m_CoroutineContainer_0() { return static_cast(offsetof(TweenRunner_1_t3055525458, ___m_CoroutineContainer_0)); } inline MonoBehaviour_t3962482529 * get_m_CoroutineContainer_0() const { return ___m_CoroutineContainer_0; } inline MonoBehaviour_t3962482529 ** get_address_of_m_CoroutineContainer_0() { return &___m_CoroutineContainer_0; } inline void set_m_CoroutineContainer_0(MonoBehaviour_t3962482529 * value) { ___m_CoroutineContainer_0 = value; Il2CppCodeGenWriteBarrier((&___m_CoroutineContainer_0), value); } inline static int32_t get_offset_of_m_Tween_1() { return static_cast(offsetof(TweenRunner_1_t3055525458, ___m_Tween_1)); } inline RuntimeObject* get_m_Tween_1() const { return ___m_Tween_1; } inline RuntimeObject** get_address_of_m_Tween_1() { return &___m_Tween_1; } inline void set_m_Tween_1(RuntimeObject* value) { ___m_Tween_1 = value; Il2CppCodeGenWriteBarrier((&___m_Tween_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TWEENRUNNER_1_T3055525458_H #ifndef DICTIONARY_2_T369343732_H #define DICTIONARY_2_T369343732_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t369343732 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots FontU5BU5D_t1399044585* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots HashSet_1U5BU5D_t2348110933* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t369343732, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t369343732, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t369343732, ___keySlots_6)); } inline FontU5BU5D_t1399044585* get_keySlots_6() const { return ___keySlots_6; } inline FontU5BU5D_t1399044585** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(FontU5BU5D_t1399044585* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t369343732, ___valueSlots_7)); } inline HashSet_1U5BU5D_t2348110933* get_valueSlots_7() const { return ___valueSlots_7; } inline HashSet_1U5BU5D_t2348110933** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(HashSet_1U5BU5D_t2348110933* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t369343732, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t369343732, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t369343732, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t369343732, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t369343732, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t369343732, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t369343732, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t369343732_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t658481400 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t369343732_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t658481400 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t658481400 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t658481400 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T369343732_H #ifndef HASHSET_1_T466832188_H #define HASHSET_1_T466832188_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.HashSet`1 struct HashSet_1_t466832188 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.HashSet`1::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.HashSet`1/Link[] System.Collections.Generic.HashSet`1::links LinkU5BU5D_t3109969362* ___links_5; // T[] System.Collections.Generic.HashSet`1::slots TextU5BU5D_t422084607* ___slots_6; // System.Int32 System.Collections.Generic.HashSet`1::touched int32_t ___touched_7; // System.Int32 System.Collections.Generic.HashSet`1::empty_slot int32_t ___empty_slot_8; // System.Int32 System.Collections.Generic.HashSet`1::count int32_t ___count_9; // System.Int32 System.Collections.Generic.HashSet`1::threshold int32_t ___threshold_10; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.HashSet`1::comparer RuntimeObject* ___comparer_11; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::si SerializationInfo_t950877179 * ___si_12; // System.Int32 System.Collections.Generic.HashSet`1::generation int32_t ___generation_13; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(HashSet_1_t466832188, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_links_5() { return static_cast(offsetof(HashSet_1_t466832188, ___links_5)); } inline LinkU5BU5D_t3109969362* get_links_5() const { return ___links_5; } inline LinkU5BU5D_t3109969362** get_address_of_links_5() { return &___links_5; } inline void set_links_5(LinkU5BU5D_t3109969362* value) { ___links_5 = value; Il2CppCodeGenWriteBarrier((&___links_5), value); } inline static int32_t get_offset_of_slots_6() { return static_cast(offsetof(HashSet_1_t466832188, ___slots_6)); } inline TextU5BU5D_t422084607* get_slots_6() const { return ___slots_6; } inline TextU5BU5D_t422084607** get_address_of_slots_6() { return &___slots_6; } inline void set_slots_6(TextU5BU5D_t422084607* value) { ___slots_6 = value; Il2CppCodeGenWriteBarrier((&___slots_6), value); } inline static int32_t get_offset_of_touched_7() { return static_cast(offsetof(HashSet_1_t466832188, ___touched_7)); } inline int32_t get_touched_7() const { return ___touched_7; } inline int32_t* get_address_of_touched_7() { return &___touched_7; } inline void set_touched_7(int32_t value) { ___touched_7 = value; } inline static int32_t get_offset_of_empty_slot_8() { return static_cast(offsetof(HashSet_1_t466832188, ___empty_slot_8)); } inline int32_t get_empty_slot_8() const { return ___empty_slot_8; } inline int32_t* get_address_of_empty_slot_8() { return &___empty_slot_8; } inline void set_empty_slot_8(int32_t value) { ___empty_slot_8 = value; } inline static int32_t get_offset_of_count_9() { return static_cast(offsetof(HashSet_1_t466832188, ___count_9)); } inline int32_t get_count_9() const { return ___count_9; } inline int32_t* get_address_of_count_9() { return &___count_9; } inline void set_count_9(int32_t value) { ___count_9 = value; } inline static int32_t get_offset_of_threshold_10() { return static_cast(offsetof(HashSet_1_t466832188, ___threshold_10)); } inline int32_t get_threshold_10() const { return ___threshold_10; } inline int32_t* get_address_of_threshold_10() { return &___threshold_10; } inline void set_threshold_10(int32_t value) { ___threshold_10 = value; } inline static int32_t get_offset_of_comparer_11() { return static_cast(offsetof(HashSet_1_t466832188, ___comparer_11)); } inline RuntimeObject* get_comparer_11() const { return ___comparer_11; } inline RuntimeObject** get_address_of_comparer_11() { return &___comparer_11; } inline void set_comparer_11(RuntimeObject* value) { ___comparer_11 = value; Il2CppCodeGenWriteBarrier((&___comparer_11), value); } inline static int32_t get_offset_of_si_12() { return static_cast(offsetof(HashSet_1_t466832188, ___si_12)); } inline SerializationInfo_t950877179 * get_si_12() const { return ___si_12; } inline SerializationInfo_t950877179 ** get_address_of_si_12() { return &___si_12; } inline void set_si_12(SerializationInfo_t950877179 * value) { ___si_12 = value; Il2CppCodeGenWriteBarrier((&___si_12), value); } inline static int32_t get_offset_of_generation_13() { return static_cast(offsetof(HashSet_1_t466832188, ___generation_13)); } inline int32_t get_generation_13() const { return ___generation_13; } inline int32_t* get_address_of_generation_13() { return &___generation_13; } inline void set_generation_13(int32_t value) { ___generation_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHSET_1_T466832188_H #ifndef FONTUPDATETRACKER_T1839077620_H #define FONTUPDATETRACKER_T1839077620_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.FontUpdateTracker struct FontUpdateTracker_t1839077620 : public RuntimeObject { public: public: }; struct FontUpdateTracker_t1839077620_StaticFields { public: // System.Collections.Generic.Dictionary`2> UnityEngine.UI.FontUpdateTracker::m_Tracked Dictionary_2_t369343732 * ___m_Tracked_0; // System.Action`1 UnityEngine.UI.FontUpdateTracker::<>f__mg$cache0 Action_1_t2129269699 * ___U3CU3Ef__mgU24cache0_1; // System.Action`1 UnityEngine.UI.FontUpdateTracker::<>f__mg$cache1 Action_1_t2129269699 * ___U3CU3Ef__mgU24cache1_2; public: inline static int32_t get_offset_of_m_Tracked_0() { return static_cast(offsetof(FontUpdateTracker_t1839077620_StaticFields, ___m_Tracked_0)); } inline Dictionary_2_t369343732 * get_m_Tracked_0() const { return ___m_Tracked_0; } inline Dictionary_2_t369343732 ** get_address_of_m_Tracked_0() { return &___m_Tracked_0; } inline void set_m_Tracked_0(Dictionary_2_t369343732 * value) { ___m_Tracked_0 = value; Il2CppCodeGenWriteBarrier((&___m_Tracked_0), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_1() { return static_cast(offsetof(FontUpdateTracker_t1839077620_StaticFields, ___U3CU3Ef__mgU24cache0_1)); } inline Action_1_t2129269699 * get_U3CU3Ef__mgU24cache0_1() const { return ___U3CU3Ef__mgU24cache0_1; } inline Action_1_t2129269699 ** get_address_of_U3CU3Ef__mgU24cache0_1() { return &___U3CU3Ef__mgU24cache0_1; } inline void set_U3CU3Ef__mgU24cache0_1(Action_1_t2129269699 * value) { ___U3CU3Ef__mgU24cache0_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_1), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_2() { return static_cast(offsetof(FontUpdateTracker_t1839077620_StaticFields, ___U3CU3Ef__mgU24cache1_2)); } inline Action_1_t2129269699 * get_U3CU3Ef__mgU24cache1_2() const { return ___U3CU3Ef__mgU24cache1_2; } inline Action_1_t2129269699 ** get_address_of_U3CU3Ef__mgU24cache1_2() { return &___U3CU3Ef__mgU24cache1_2; } inline void set_U3CU3Ef__mgU24cache1_2(Action_1_t2129269699 * value) { ___U3CU3Ef__mgU24cache1_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FONTUPDATETRACKER_T1839077620_H #ifndef U3CDELAYEDDESTROYDROPDOWNLISTU3EC__ITERATOR0_T3853912249_H #define U3CDELAYEDDESTROYDROPDOWNLISTU3EC__ITERATOR0_T3853912249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Dropdown/c__Iterator0 struct U3CDelayedDestroyDropdownListU3Ec__Iterator0_t3853912249 : public RuntimeObject { public: // System.Single UnityEngine.UI.Dropdown/c__Iterator0::delay float ___delay_0; // UnityEngine.UI.Dropdown UnityEngine.UI.Dropdown/c__Iterator0::$this Dropdown_t2274391225 * ___U24this_1; // System.Object UnityEngine.UI.Dropdown/c__Iterator0::$current RuntimeObject * ___U24current_2; // System.Boolean UnityEngine.UI.Dropdown/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 UnityEngine.UI.Dropdown/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_delay_0() { return static_cast(offsetof(U3CDelayedDestroyDropdownListU3Ec__Iterator0_t3853912249, ___delay_0)); } inline float get_delay_0() const { return ___delay_0; } inline float* get_address_of_delay_0() { return &___delay_0; } inline void set_delay_0(float value) { ___delay_0 = value; } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CDelayedDestroyDropdownListU3Ec__Iterator0_t3853912249, ___U24this_1)); } inline Dropdown_t2274391225 * get_U24this_1() const { return ___U24this_1; } inline Dropdown_t2274391225 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(Dropdown_t2274391225 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CDelayedDestroyDropdownListU3Ec__Iterator0_t3853912249, ___U24current_2)); } inline RuntimeObject * get_U24current_2() const { return ___U24current_2; } inline RuntimeObject ** get_address_of_U24current_2() { return &___U24current_2; } inline void set_U24current_2(RuntimeObject * value) { ___U24current_2 = value; Il2CppCodeGenWriteBarrier((&___U24current_2), value); } inline static int32_t get_offset_of_U24disposing_3() { return static_cast(offsetof(U3CDelayedDestroyDropdownListU3Ec__Iterator0_t3853912249, ___U24disposing_3)); } inline bool get_U24disposing_3() const { return ___U24disposing_3; } inline bool* get_address_of_U24disposing_3() { return &___U24disposing_3; } inline void set_U24disposing_3(bool value) { ___U24disposing_3 = value; } inline static int32_t get_offset_of_U24PC_4() { return static_cast(offsetof(U3CDelayedDestroyDropdownListU3Ec__Iterator0_t3853912249, ___U24PC_4)); } inline int32_t get_U24PC_4() const { return ___U24PC_4; } inline int32_t* get_address_of_U24PC_4() { return &___U24PC_4; } inline void set_U24PC_4(int32_t value) { ___U24PC_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CDELAYEDDESTROYDROPDOWNLISTU3EC__ITERATOR0_T3853912249_H #ifndef U3CSHOWU3EC__ANONSTOREY1_T1106527198_H #define U3CSHOWU3EC__ANONSTOREY1_T1106527198_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Dropdown/c__AnonStorey1 struct U3CShowU3Ec__AnonStorey1_t1106527198 : public RuntimeObject { public: // UnityEngine.UI.Dropdown/DropdownItem UnityEngine.UI.Dropdown/c__AnonStorey1::item DropdownItem_t1451952895 * ___item_0; // UnityEngine.UI.Dropdown UnityEngine.UI.Dropdown/c__AnonStorey1::$this Dropdown_t2274391225 * ___U24this_1; public: inline static int32_t get_offset_of_item_0() { return static_cast(offsetof(U3CShowU3Ec__AnonStorey1_t1106527198, ___item_0)); } inline DropdownItem_t1451952895 * get_item_0() const { return ___item_0; } inline DropdownItem_t1451952895 ** get_address_of_item_0() { return &___item_0; } inline void set_item_0(DropdownItem_t1451952895 * value) { ___item_0 = value; Il2CppCodeGenWriteBarrier((&___item_0), value); } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CShowU3Ec__AnonStorey1_t1106527198, ___U24this_1)); } inline Dropdown_t2274391225 * get_U24this_1() const { return ___U24this_1; } inline Dropdown_t2274391225 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(Dropdown_t2274391225 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CSHOWU3EC__ANONSTOREY1_T1106527198_H #ifndef EXECUTEEVENTS_T3484638744_H #define EXECUTEEVENTS_T3484638744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.ExecuteEvents struct ExecuteEvents_t3484638744 : public RuntimeObject { public: public: }; struct ExecuteEvents_t3484638744_StaticFields { public: // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_PointerEnterHandler EventFunction_1_t3995630009 * ___s_PointerEnterHandler_0; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_PointerExitHandler EventFunction_1_t2867327688 * ___s_PointerExitHandler_1; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_PointerDownHandler EventFunction_1_t64614563 * ___s_PointerDownHandler_2; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_PointerUpHandler EventFunction_1_t3256600500 * ___s_PointerUpHandler_3; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_PointerClickHandler EventFunction_1_t3111972472 * ___s_PointerClickHandler_4; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_InitializePotentialDragHandler EventFunction_1_t3587542510 * ___s_InitializePotentialDragHandler_5; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_BeginDragHandler EventFunction_1_t1977848392 * ___s_BeginDragHandler_6; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_DragHandler EventFunction_1_t972960537 * ___s_DragHandler_7; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_EndDragHandler EventFunction_1_t3277009892 * ___s_EndDragHandler_8; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_DropHandler EventFunction_1_t2311673543 * ___s_DropHandler_9; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_ScrollHandler EventFunction_1_t2886331738 * ___s_ScrollHandler_10; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_UpdateSelectedHandler EventFunction_1_t2950825503 * ___s_UpdateSelectedHandler_11; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_SelectHandler EventFunction_1_t955952873 * ___s_SelectHandler_12; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_DeselectHandler EventFunction_1_t3373214253 * ___s_DeselectHandler_13; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_MoveHandler EventFunction_1_t3912835512 * ___s_MoveHandler_14; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_SubmitHandler EventFunction_1_t1475332338 * ___s_SubmitHandler_15; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_CancelHandler EventFunction_1_t2658898854 * ___s_CancelHandler_16; // UnityEngine.UI.ObjectPool`1> UnityEngine.EventSystems.ExecuteEvents::s_HandlerListPool ObjectPool_1_t231414508 * ___s_HandlerListPool_17; // System.Collections.Generic.List`1 UnityEngine.EventSystems.ExecuteEvents::s_InternalTransformList List_1_t777473367 * ___s_InternalTransformList_18; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cache0 EventFunction_1_t3995630009 * ___U3CU3Ef__mgU24cache0_19; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cache1 EventFunction_1_t2867327688 * ___U3CU3Ef__mgU24cache1_20; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cache2 EventFunction_1_t64614563 * ___U3CU3Ef__mgU24cache2_21; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cache3 EventFunction_1_t3256600500 * ___U3CU3Ef__mgU24cache3_22; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cache4 EventFunction_1_t3111972472 * ___U3CU3Ef__mgU24cache4_23; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cache5 EventFunction_1_t3587542510 * ___U3CU3Ef__mgU24cache5_24; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cache6 EventFunction_1_t1977848392 * ___U3CU3Ef__mgU24cache6_25; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cache7 EventFunction_1_t972960537 * ___U3CU3Ef__mgU24cache7_26; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cache8 EventFunction_1_t3277009892 * ___U3CU3Ef__mgU24cache8_27; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cache9 EventFunction_1_t2311673543 * ___U3CU3Ef__mgU24cache9_28; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cacheA EventFunction_1_t2886331738 * ___U3CU3Ef__mgU24cacheA_29; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cacheB EventFunction_1_t2950825503 * ___U3CU3Ef__mgU24cacheB_30; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cacheC EventFunction_1_t955952873 * ___U3CU3Ef__mgU24cacheC_31; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cacheD EventFunction_1_t3373214253 * ___U3CU3Ef__mgU24cacheD_32; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cacheE EventFunction_1_t3912835512 * ___U3CU3Ef__mgU24cacheE_33; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cacheF EventFunction_1_t1475332338 * ___U3CU3Ef__mgU24cacheF_34; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::<>f__mg$cache10 EventFunction_1_t2658898854 * ___U3CU3Ef__mgU24cache10_35; public: inline static int32_t get_offset_of_s_PointerEnterHandler_0() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_PointerEnterHandler_0)); } inline EventFunction_1_t3995630009 * get_s_PointerEnterHandler_0() const { return ___s_PointerEnterHandler_0; } inline EventFunction_1_t3995630009 ** get_address_of_s_PointerEnterHandler_0() { return &___s_PointerEnterHandler_0; } inline void set_s_PointerEnterHandler_0(EventFunction_1_t3995630009 * value) { ___s_PointerEnterHandler_0 = value; Il2CppCodeGenWriteBarrier((&___s_PointerEnterHandler_0), value); } inline static int32_t get_offset_of_s_PointerExitHandler_1() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_PointerExitHandler_1)); } inline EventFunction_1_t2867327688 * get_s_PointerExitHandler_1() const { return ___s_PointerExitHandler_1; } inline EventFunction_1_t2867327688 ** get_address_of_s_PointerExitHandler_1() { return &___s_PointerExitHandler_1; } inline void set_s_PointerExitHandler_1(EventFunction_1_t2867327688 * value) { ___s_PointerExitHandler_1 = value; Il2CppCodeGenWriteBarrier((&___s_PointerExitHandler_1), value); } inline static int32_t get_offset_of_s_PointerDownHandler_2() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_PointerDownHandler_2)); } inline EventFunction_1_t64614563 * get_s_PointerDownHandler_2() const { return ___s_PointerDownHandler_2; } inline EventFunction_1_t64614563 ** get_address_of_s_PointerDownHandler_2() { return &___s_PointerDownHandler_2; } inline void set_s_PointerDownHandler_2(EventFunction_1_t64614563 * value) { ___s_PointerDownHandler_2 = value; Il2CppCodeGenWriteBarrier((&___s_PointerDownHandler_2), value); } inline static int32_t get_offset_of_s_PointerUpHandler_3() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_PointerUpHandler_3)); } inline EventFunction_1_t3256600500 * get_s_PointerUpHandler_3() const { return ___s_PointerUpHandler_3; } inline EventFunction_1_t3256600500 ** get_address_of_s_PointerUpHandler_3() { return &___s_PointerUpHandler_3; } inline void set_s_PointerUpHandler_3(EventFunction_1_t3256600500 * value) { ___s_PointerUpHandler_3 = value; Il2CppCodeGenWriteBarrier((&___s_PointerUpHandler_3), value); } inline static int32_t get_offset_of_s_PointerClickHandler_4() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_PointerClickHandler_4)); } inline EventFunction_1_t3111972472 * get_s_PointerClickHandler_4() const { return ___s_PointerClickHandler_4; } inline EventFunction_1_t3111972472 ** get_address_of_s_PointerClickHandler_4() { return &___s_PointerClickHandler_4; } inline void set_s_PointerClickHandler_4(EventFunction_1_t3111972472 * value) { ___s_PointerClickHandler_4 = value; Il2CppCodeGenWriteBarrier((&___s_PointerClickHandler_4), value); } inline static int32_t get_offset_of_s_InitializePotentialDragHandler_5() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_InitializePotentialDragHandler_5)); } inline EventFunction_1_t3587542510 * get_s_InitializePotentialDragHandler_5() const { return ___s_InitializePotentialDragHandler_5; } inline EventFunction_1_t3587542510 ** get_address_of_s_InitializePotentialDragHandler_5() { return &___s_InitializePotentialDragHandler_5; } inline void set_s_InitializePotentialDragHandler_5(EventFunction_1_t3587542510 * value) { ___s_InitializePotentialDragHandler_5 = value; Il2CppCodeGenWriteBarrier((&___s_InitializePotentialDragHandler_5), value); } inline static int32_t get_offset_of_s_BeginDragHandler_6() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_BeginDragHandler_6)); } inline EventFunction_1_t1977848392 * get_s_BeginDragHandler_6() const { return ___s_BeginDragHandler_6; } inline EventFunction_1_t1977848392 ** get_address_of_s_BeginDragHandler_6() { return &___s_BeginDragHandler_6; } inline void set_s_BeginDragHandler_6(EventFunction_1_t1977848392 * value) { ___s_BeginDragHandler_6 = value; Il2CppCodeGenWriteBarrier((&___s_BeginDragHandler_6), value); } inline static int32_t get_offset_of_s_DragHandler_7() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_DragHandler_7)); } inline EventFunction_1_t972960537 * get_s_DragHandler_7() const { return ___s_DragHandler_7; } inline EventFunction_1_t972960537 ** get_address_of_s_DragHandler_7() { return &___s_DragHandler_7; } inline void set_s_DragHandler_7(EventFunction_1_t972960537 * value) { ___s_DragHandler_7 = value; Il2CppCodeGenWriteBarrier((&___s_DragHandler_7), value); } inline static int32_t get_offset_of_s_EndDragHandler_8() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_EndDragHandler_8)); } inline EventFunction_1_t3277009892 * get_s_EndDragHandler_8() const { return ___s_EndDragHandler_8; } inline EventFunction_1_t3277009892 ** get_address_of_s_EndDragHandler_8() { return &___s_EndDragHandler_8; } inline void set_s_EndDragHandler_8(EventFunction_1_t3277009892 * value) { ___s_EndDragHandler_8 = value; Il2CppCodeGenWriteBarrier((&___s_EndDragHandler_8), value); } inline static int32_t get_offset_of_s_DropHandler_9() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_DropHandler_9)); } inline EventFunction_1_t2311673543 * get_s_DropHandler_9() const { return ___s_DropHandler_9; } inline EventFunction_1_t2311673543 ** get_address_of_s_DropHandler_9() { return &___s_DropHandler_9; } inline void set_s_DropHandler_9(EventFunction_1_t2311673543 * value) { ___s_DropHandler_9 = value; Il2CppCodeGenWriteBarrier((&___s_DropHandler_9), value); } inline static int32_t get_offset_of_s_ScrollHandler_10() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_ScrollHandler_10)); } inline EventFunction_1_t2886331738 * get_s_ScrollHandler_10() const { return ___s_ScrollHandler_10; } inline EventFunction_1_t2886331738 ** get_address_of_s_ScrollHandler_10() { return &___s_ScrollHandler_10; } inline void set_s_ScrollHandler_10(EventFunction_1_t2886331738 * value) { ___s_ScrollHandler_10 = value; Il2CppCodeGenWriteBarrier((&___s_ScrollHandler_10), value); } inline static int32_t get_offset_of_s_UpdateSelectedHandler_11() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_UpdateSelectedHandler_11)); } inline EventFunction_1_t2950825503 * get_s_UpdateSelectedHandler_11() const { return ___s_UpdateSelectedHandler_11; } inline EventFunction_1_t2950825503 ** get_address_of_s_UpdateSelectedHandler_11() { return &___s_UpdateSelectedHandler_11; } inline void set_s_UpdateSelectedHandler_11(EventFunction_1_t2950825503 * value) { ___s_UpdateSelectedHandler_11 = value; Il2CppCodeGenWriteBarrier((&___s_UpdateSelectedHandler_11), value); } inline static int32_t get_offset_of_s_SelectHandler_12() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_SelectHandler_12)); } inline EventFunction_1_t955952873 * get_s_SelectHandler_12() const { return ___s_SelectHandler_12; } inline EventFunction_1_t955952873 ** get_address_of_s_SelectHandler_12() { return &___s_SelectHandler_12; } inline void set_s_SelectHandler_12(EventFunction_1_t955952873 * value) { ___s_SelectHandler_12 = value; Il2CppCodeGenWriteBarrier((&___s_SelectHandler_12), value); } inline static int32_t get_offset_of_s_DeselectHandler_13() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_DeselectHandler_13)); } inline EventFunction_1_t3373214253 * get_s_DeselectHandler_13() const { return ___s_DeselectHandler_13; } inline EventFunction_1_t3373214253 ** get_address_of_s_DeselectHandler_13() { return &___s_DeselectHandler_13; } inline void set_s_DeselectHandler_13(EventFunction_1_t3373214253 * value) { ___s_DeselectHandler_13 = value; Il2CppCodeGenWriteBarrier((&___s_DeselectHandler_13), value); } inline static int32_t get_offset_of_s_MoveHandler_14() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_MoveHandler_14)); } inline EventFunction_1_t3912835512 * get_s_MoveHandler_14() const { return ___s_MoveHandler_14; } inline EventFunction_1_t3912835512 ** get_address_of_s_MoveHandler_14() { return &___s_MoveHandler_14; } inline void set_s_MoveHandler_14(EventFunction_1_t3912835512 * value) { ___s_MoveHandler_14 = value; Il2CppCodeGenWriteBarrier((&___s_MoveHandler_14), value); } inline static int32_t get_offset_of_s_SubmitHandler_15() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_SubmitHandler_15)); } inline EventFunction_1_t1475332338 * get_s_SubmitHandler_15() const { return ___s_SubmitHandler_15; } inline EventFunction_1_t1475332338 ** get_address_of_s_SubmitHandler_15() { return &___s_SubmitHandler_15; } inline void set_s_SubmitHandler_15(EventFunction_1_t1475332338 * value) { ___s_SubmitHandler_15 = value; Il2CppCodeGenWriteBarrier((&___s_SubmitHandler_15), value); } inline static int32_t get_offset_of_s_CancelHandler_16() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_CancelHandler_16)); } inline EventFunction_1_t2658898854 * get_s_CancelHandler_16() const { return ___s_CancelHandler_16; } inline EventFunction_1_t2658898854 ** get_address_of_s_CancelHandler_16() { return &___s_CancelHandler_16; } inline void set_s_CancelHandler_16(EventFunction_1_t2658898854 * value) { ___s_CancelHandler_16 = value; Il2CppCodeGenWriteBarrier((&___s_CancelHandler_16), value); } inline static int32_t get_offset_of_s_HandlerListPool_17() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_HandlerListPool_17)); } inline ObjectPool_1_t231414508 * get_s_HandlerListPool_17() const { return ___s_HandlerListPool_17; } inline ObjectPool_1_t231414508 ** get_address_of_s_HandlerListPool_17() { return &___s_HandlerListPool_17; } inline void set_s_HandlerListPool_17(ObjectPool_1_t231414508 * value) { ___s_HandlerListPool_17 = value; Il2CppCodeGenWriteBarrier((&___s_HandlerListPool_17), value); } inline static int32_t get_offset_of_s_InternalTransformList_18() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___s_InternalTransformList_18)); } inline List_1_t777473367 * get_s_InternalTransformList_18() const { return ___s_InternalTransformList_18; } inline List_1_t777473367 ** get_address_of_s_InternalTransformList_18() { return &___s_InternalTransformList_18; } inline void set_s_InternalTransformList_18(List_1_t777473367 * value) { ___s_InternalTransformList_18 = value; Il2CppCodeGenWriteBarrier((&___s_InternalTransformList_18), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_19() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cache0_19)); } inline EventFunction_1_t3995630009 * get_U3CU3Ef__mgU24cache0_19() const { return ___U3CU3Ef__mgU24cache0_19; } inline EventFunction_1_t3995630009 ** get_address_of_U3CU3Ef__mgU24cache0_19() { return &___U3CU3Ef__mgU24cache0_19; } inline void set_U3CU3Ef__mgU24cache0_19(EventFunction_1_t3995630009 * value) { ___U3CU3Ef__mgU24cache0_19 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_19), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache1_20() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cache1_20)); } inline EventFunction_1_t2867327688 * get_U3CU3Ef__mgU24cache1_20() const { return ___U3CU3Ef__mgU24cache1_20; } inline EventFunction_1_t2867327688 ** get_address_of_U3CU3Ef__mgU24cache1_20() { return &___U3CU3Ef__mgU24cache1_20; } inline void set_U3CU3Ef__mgU24cache1_20(EventFunction_1_t2867327688 * value) { ___U3CU3Ef__mgU24cache1_20 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache1_20), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache2_21() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cache2_21)); } inline EventFunction_1_t64614563 * get_U3CU3Ef__mgU24cache2_21() const { return ___U3CU3Ef__mgU24cache2_21; } inline EventFunction_1_t64614563 ** get_address_of_U3CU3Ef__mgU24cache2_21() { return &___U3CU3Ef__mgU24cache2_21; } inline void set_U3CU3Ef__mgU24cache2_21(EventFunction_1_t64614563 * value) { ___U3CU3Ef__mgU24cache2_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache2_21), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache3_22() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cache3_22)); } inline EventFunction_1_t3256600500 * get_U3CU3Ef__mgU24cache3_22() const { return ___U3CU3Ef__mgU24cache3_22; } inline EventFunction_1_t3256600500 ** get_address_of_U3CU3Ef__mgU24cache3_22() { return &___U3CU3Ef__mgU24cache3_22; } inline void set_U3CU3Ef__mgU24cache3_22(EventFunction_1_t3256600500 * value) { ___U3CU3Ef__mgU24cache3_22 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache3_22), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache4_23() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cache4_23)); } inline EventFunction_1_t3111972472 * get_U3CU3Ef__mgU24cache4_23() const { return ___U3CU3Ef__mgU24cache4_23; } inline EventFunction_1_t3111972472 ** get_address_of_U3CU3Ef__mgU24cache4_23() { return &___U3CU3Ef__mgU24cache4_23; } inline void set_U3CU3Ef__mgU24cache4_23(EventFunction_1_t3111972472 * value) { ___U3CU3Ef__mgU24cache4_23 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache4_23), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache5_24() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cache5_24)); } inline EventFunction_1_t3587542510 * get_U3CU3Ef__mgU24cache5_24() const { return ___U3CU3Ef__mgU24cache5_24; } inline EventFunction_1_t3587542510 ** get_address_of_U3CU3Ef__mgU24cache5_24() { return &___U3CU3Ef__mgU24cache5_24; } inline void set_U3CU3Ef__mgU24cache5_24(EventFunction_1_t3587542510 * value) { ___U3CU3Ef__mgU24cache5_24 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache5_24), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache6_25() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cache6_25)); } inline EventFunction_1_t1977848392 * get_U3CU3Ef__mgU24cache6_25() const { return ___U3CU3Ef__mgU24cache6_25; } inline EventFunction_1_t1977848392 ** get_address_of_U3CU3Ef__mgU24cache6_25() { return &___U3CU3Ef__mgU24cache6_25; } inline void set_U3CU3Ef__mgU24cache6_25(EventFunction_1_t1977848392 * value) { ___U3CU3Ef__mgU24cache6_25 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache6_25), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache7_26() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cache7_26)); } inline EventFunction_1_t972960537 * get_U3CU3Ef__mgU24cache7_26() const { return ___U3CU3Ef__mgU24cache7_26; } inline EventFunction_1_t972960537 ** get_address_of_U3CU3Ef__mgU24cache7_26() { return &___U3CU3Ef__mgU24cache7_26; } inline void set_U3CU3Ef__mgU24cache7_26(EventFunction_1_t972960537 * value) { ___U3CU3Ef__mgU24cache7_26 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache7_26), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache8_27() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cache8_27)); } inline EventFunction_1_t3277009892 * get_U3CU3Ef__mgU24cache8_27() const { return ___U3CU3Ef__mgU24cache8_27; } inline EventFunction_1_t3277009892 ** get_address_of_U3CU3Ef__mgU24cache8_27() { return &___U3CU3Ef__mgU24cache8_27; } inline void set_U3CU3Ef__mgU24cache8_27(EventFunction_1_t3277009892 * value) { ___U3CU3Ef__mgU24cache8_27 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache8_27), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache9_28() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cache9_28)); } inline EventFunction_1_t2311673543 * get_U3CU3Ef__mgU24cache9_28() const { return ___U3CU3Ef__mgU24cache9_28; } inline EventFunction_1_t2311673543 ** get_address_of_U3CU3Ef__mgU24cache9_28() { return &___U3CU3Ef__mgU24cache9_28; } inline void set_U3CU3Ef__mgU24cache9_28(EventFunction_1_t2311673543 * value) { ___U3CU3Ef__mgU24cache9_28 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache9_28), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheA_29() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cacheA_29)); } inline EventFunction_1_t2886331738 * get_U3CU3Ef__mgU24cacheA_29() const { return ___U3CU3Ef__mgU24cacheA_29; } inline EventFunction_1_t2886331738 ** get_address_of_U3CU3Ef__mgU24cacheA_29() { return &___U3CU3Ef__mgU24cacheA_29; } inline void set_U3CU3Ef__mgU24cacheA_29(EventFunction_1_t2886331738 * value) { ___U3CU3Ef__mgU24cacheA_29 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheA_29), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheB_30() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cacheB_30)); } inline EventFunction_1_t2950825503 * get_U3CU3Ef__mgU24cacheB_30() const { return ___U3CU3Ef__mgU24cacheB_30; } inline EventFunction_1_t2950825503 ** get_address_of_U3CU3Ef__mgU24cacheB_30() { return &___U3CU3Ef__mgU24cacheB_30; } inline void set_U3CU3Ef__mgU24cacheB_30(EventFunction_1_t2950825503 * value) { ___U3CU3Ef__mgU24cacheB_30 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheB_30), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheC_31() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cacheC_31)); } inline EventFunction_1_t955952873 * get_U3CU3Ef__mgU24cacheC_31() const { return ___U3CU3Ef__mgU24cacheC_31; } inline EventFunction_1_t955952873 ** get_address_of_U3CU3Ef__mgU24cacheC_31() { return &___U3CU3Ef__mgU24cacheC_31; } inline void set_U3CU3Ef__mgU24cacheC_31(EventFunction_1_t955952873 * value) { ___U3CU3Ef__mgU24cacheC_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheC_31), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheD_32() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cacheD_32)); } inline EventFunction_1_t3373214253 * get_U3CU3Ef__mgU24cacheD_32() const { return ___U3CU3Ef__mgU24cacheD_32; } inline EventFunction_1_t3373214253 ** get_address_of_U3CU3Ef__mgU24cacheD_32() { return &___U3CU3Ef__mgU24cacheD_32; } inline void set_U3CU3Ef__mgU24cacheD_32(EventFunction_1_t3373214253 * value) { ___U3CU3Ef__mgU24cacheD_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheD_32), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheE_33() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cacheE_33)); } inline EventFunction_1_t3912835512 * get_U3CU3Ef__mgU24cacheE_33() const { return ___U3CU3Ef__mgU24cacheE_33; } inline EventFunction_1_t3912835512 ** get_address_of_U3CU3Ef__mgU24cacheE_33() { return &___U3CU3Ef__mgU24cacheE_33; } inline void set_U3CU3Ef__mgU24cacheE_33(EventFunction_1_t3912835512 * value) { ___U3CU3Ef__mgU24cacheE_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheE_33), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cacheF_34() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cacheF_34)); } inline EventFunction_1_t1475332338 * get_U3CU3Ef__mgU24cacheF_34() const { return ___U3CU3Ef__mgU24cacheF_34; } inline EventFunction_1_t1475332338 ** get_address_of_U3CU3Ef__mgU24cacheF_34() { return &___U3CU3Ef__mgU24cacheF_34; } inline void set_U3CU3Ef__mgU24cacheF_34(EventFunction_1_t1475332338 * value) { ___U3CU3Ef__mgU24cacheF_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cacheF_34), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache10_35() { return static_cast(offsetof(ExecuteEvents_t3484638744_StaticFields, ___U3CU3Ef__mgU24cache10_35)); } inline EventFunction_1_t2658898854 * get_U3CU3Ef__mgU24cache10_35() const { return ___U3CU3Ef__mgU24cache10_35; } inline EventFunction_1_t2658898854 ** get_address_of_U3CU3Ef__mgU24cache10_35() { return &___U3CU3Ef__mgU24cache10_35; } inline void set_U3CU3Ef__mgU24cache10_35(EventFunction_1_t2658898854 * value) { ___U3CU3Ef__mgU24cache10_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache10_35), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXECUTEEVENTS_T3484638744_H #ifndef LIST_1_T2475741330_H #define LIST_1_T2475741330_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2475741330 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items EventSystemU5BU5D_t3371831669* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2475741330, ____items_1)); } inline EventSystemU5BU5D_t3371831669* get__items_1() const { return ____items_1; } inline EventSystemU5BU5D_t3371831669** get_address_of__items_1() { return &____items_1; } inline void set__items_1(EventSystemU5BU5D_t3371831669* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2475741330, ____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_t2475741330, ____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; } }; struct List_1_t2475741330_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray EventSystemU5BU5D_t3371831669* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2475741330_StaticFields, ___EmptyArray_4)); } inline EventSystemU5BU5D_t3371831669* get_EmptyArray_4() const { return ___EmptyArray_4; } inline EventSystemU5BU5D_t3371831669** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(EventSystemU5BU5D_t3371831669* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2475741330_H #ifndef LIST_1_T3491343620_H #define LIST_1_T3491343620_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t3491343620 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BaseInputModuleU5BU5D_t3974286075* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3491343620, ____items_1)); } inline BaseInputModuleU5BU5D_t3974286075* get__items_1() const { return ____items_1; } inline BaseInputModuleU5BU5D_t3974286075** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BaseInputModuleU5BU5D_t3974286075* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3491343620, ____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_t3491343620, ____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; } }; struct List_1_t3491343620_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray BaseInputModuleU5BU5D_t3974286075* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3491343620_StaticFields, ___EmptyArray_4)); } inline BaseInputModuleU5BU5D_t3974286075* get_EmptyArray_4() const { return ___EmptyArray_4; } inline BaseInputModuleU5BU5D_t3974286075** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(BaseInputModuleU5BU5D_t3974286075* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3491343620_H #ifndef LIST_1_T2585711361_H #define LIST_1_T2585711361_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t2585711361 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items GameObjectU5BU5D_t3328599146* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t2585711361, ____items_1)); } inline GameObjectU5BU5D_t3328599146* get__items_1() const { return ____items_1; } inline GameObjectU5BU5D_t3328599146** get_address_of__items_1() { return &____items_1; } inline void set__items_1(GameObjectU5BU5D_t3328599146* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t2585711361, ____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_t2585711361, ____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; } }; struct List_1_t2585711361_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray GameObjectU5BU5D_t3328599146* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t2585711361_StaticFields, ___EmptyArray_4)); } inline GameObjectU5BU5D_t3328599146* get_EmptyArray_4() const { return ___EmptyArray_4; } inline GameObjectU5BU5D_t3328599146** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(GameObjectU5BU5D_t3328599146* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T2585711361_H #ifndef LIST_1_T1327982029_H #define LIST_1_T1327982029_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t1327982029 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BaseRaycasterU5BU5D_t3168342254* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t1327982029, ____items_1)); } inline BaseRaycasterU5BU5D_t3168342254* get__items_1() const { return ____items_1; } inline BaseRaycasterU5BU5D_t3168342254** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BaseRaycasterU5BU5D_t3168342254* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t1327982029, ____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_t1327982029, ____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; } }; struct List_1_t1327982029_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray BaseRaycasterU5BU5D_t3168342254* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t1327982029_StaticFields, ___EmptyArray_4)); } inline BaseRaycasterU5BU5D_t3168342254* get_EmptyArray_4() const { return ___EmptyArray_4; } inline BaseRaycasterU5BU5D_t3168342254** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(BaseRaycasterU5BU5D_t3168342254* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T1327982029_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef LIST_1_T521873611_H #define LIST_1_T521873611_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t521873611 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items EntryU5BU5D_t399612984* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t521873611, ____items_1)); } inline EntryU5BU5D_t399612984* get__items_1() const { return ____items_1; } inline EntryU5BU5D_t399612984** get_address_of__items_1() { return &____items_1; } inline void set__items_1(EntryU5BU5D_t399612984* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t521873611, ____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_t521873611, ____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; } }; struct List_1_t521873611_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray EntryU5BU5D_t399612984* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t521873611_StaticFields, ___EmptyArray_4)); } inline EntryU5BU5D_t399612984* get_EmptyArray_4() const { return ___EmptyArray_4; } inline EntryU5BU5D_t399612984** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(EntryU5BU5D_t399612984* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T521873611_H #ifndef ABSTRACTEVENTDATA_T4171500731_H #define ABSTRACTEVENTDATA_T4171500731_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.AbstractEventData struct AbstractEventData_t4171500731 : public RuntimeObject { public: // System.Boolean UnityEngine.EventSystems.AbstractEventData::m_Used bool ___m_Used_0; public: inline static int32_t get_offset_of_m_Used_0() { return static_cast(offsetof(AbstractEventData_t4171500731, ___m_Used_0)); } inline bool get_m_Used_0() const { return ___m_Used_0; } inline bool* get_address_of_m_Used_0() { return &___m_Used_0; } inline void set_m_Used_0(bool value) { ___m_Used_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ABSTRACTEVENTDATA_T4171500731_H #ifndef LIST_1_T537414295_H #define LIST_1_T537414295_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1 struct List_1_t537414295 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RaycastResultU5BU5D_t1128832444* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t537414295, ____items_1)); } inline RaycastResultU5BU5D_t1128832444* get__items_1() const { return ____items_1; } inline RaycastResultU5BU5D_t1128832444** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RaycastResultU5BU5D_t1128832444* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t537414295, ____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_t537414295, ____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; } }; struct List_1_t537414295_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray RaycastResultU5BU5D_t1128832444* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t537414295_StaticFields, ___EmptyArray_4)); } inline RaycastResultU5BU5D_t1128832444* get_EmptyArray_4() const { return ___EmptyArray_4; } inline RaycastResultU5BU5D_t1128832444** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(RaycastResultU5BU5D_t1128832444* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T537414295_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef COLOR_T2555686324_H #define COLOR_T2555686324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color struct Color_t2555686324 { 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_t2555686324, ___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_t2555686324, ___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_t2555686324, ___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_t2555686324, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR_T2555686324_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef UNITYEVENT_1_T3437345828_H #define UNITYEVENT_1_T3437345828_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3437345828 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_t3437345828, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_T3437345828_H #ifndef KEYVALUEPAIR_2_T799319294_H #define KEYVALUEPAIR_2_T799319294_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t799319294 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value PointerEventData_t3807901092 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t799319294, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t799319294, ___value_1)); } inline PointerEventData_t3807901092 * get_value_1() const { return ___value_1; } inline PointerEventData_t3807901092 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(PointerEventData_t3807901092 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T799319294_H #ifndef KEYVALUEPAIR_2_T71524366_H #define KEYVALUEPAIR_2_T71524366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t71524366 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t71524366, ___key_0)); } inline int32_t get_key_0() const { return ___key_0; } inline int32_t* get_address_of_key_0() { return &___key_0; } inline void set_key_0(int32_t value) { ___key_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t71524366, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T71524366_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef COLOR32_T2600501292_H #define COLOR32_T2600501292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Color32 struct Color32_t2600501292 { 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_t2600501292, ___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_t2600501292, ___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_t2600501292, ___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_t2600501292, ___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_t2600501292, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLOR32_T2600501292_H #ifndef VECTOR4_T3319028937_H #define VECTOR4_T3319028937_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector4 struct Vector4_t3319028937 { 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_t3319028937, ___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_t3319028937, ___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_t3319028937, ___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_t3319028937, ___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_t3319028937_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_t3319028937 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_t3319028937 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_t3319028937 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_t3319028937 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___zeroVector_5)); } inline Vector4_t3319028937 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_t3319028937 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_t3319028937 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___oneVector_6)); } inline Vector4_t3319028937 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_t3319028937 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_t3319028937 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_t3319028937 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_t3319028937 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_t3319028937 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_t3319028937_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_t3319028937 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_t3319028937 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_t3319028937 value) { ___negativeInfinityVector_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR4_T3319028937_H #ifndef DRIVENRECTTRANSFORMTRACKER_T2562230146_H #define DRIVENRECTTRANSFORMTRACKER_T2562230146_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.DrivenRectTransformTracker struct DrivenRectTransformTracker_t2562230146 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DRIVENRECTTRANSFORMTRACKER_T2562230146_H #ifndef UNITYEVENT_T2581268647_H #define UNITYEVENT_T2581268647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent struct UnityEvent_t2581268647 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_t2581268647, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_T2581268647_H #ifndef FLOATTWEEN_T1274330004_H #define FLOATTWEEN_T1274330004_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CoroutineTween.FloatTween struct FloatTween_t1274330004 { public: // UnityEngine.UI.CoroutineTween.FloatTween/FloatTweenCallback UnityEngine.UI.CoroutineTween.FloatTween::m_Target FloatTweenCallback_t1856710240 * ___m_Target_0; // System.Single UnityEngine.UI.CoroutineTween.FloatTween::m_StartValue float ___m_StartValue_1; // System.Single UnityEngine.UI.CoroutineTween.FloatTween::m_TargetValue float ___m_TargetValue_2; // System.Single UnityEngine.UI.CoroutineTween.FloatTween::m_Duration float ___m_Duration_3; // System.Boolean UnityEngine.UI.CoroutineTween.FloatTween::m_IgnoreTimeScale bool ___m_IgnoreTimeScale_4; public: inline static int32_t get_offset_of_m_Target_0() { return static_cast(offsetof(FloatTween_t1274330004, ___m_Target_0)); } inline FloatTweenCallback_t1856710240 * get_m_Target_0() const { return ___m_Target_0; } inline FloatTweenCallback_t1856710240 ** get_address_of_m_Target_0() { return &___m_Target_0; } inline void set_m_Target_0(FloatTweenCallback_t1856710240 * value) { ___m_Target_0 = value; Il2CppCodeGenWriteBarrier((&___m_Target_0), value); } inline static int32_t get_offset_of_m_StartValue_1() { return static_cast(offsetof(FloatTween_t1274330004, ___m_StartValue_1)); } inline float get_m_StartValue_1() const { return ___m_StartValue_1; } inline float* get_address_of_m_StartValue_1() { return &___m_StartValue_1; } inline void set_m_StartValue_1(float value) { ___m_StartValue_1 = value; } inline static int32_t get_offset_of_m_TargetValue_2() { return static_cast(offsetof(FloatTween_t1274330004, ___m_TargetValue_2)); } inline float get_m_TargetValue_2() const { return ___m_TargetValue_2; } inline float* get_address_of_m_TargetValue_2() { return &___m_TargetValue_2; } inline void set_m_TargetValue_2(float value) { ___m_TargetValue_2 = value; } inline static int32_t get_offset_of_m_Duration_3() { return static_cast(offsetof(FloatTween_t1274330004, ___m_Duration_3)); } inline float get_m_Duration_3() const { return ___m_Duration_3; } inline float* get_address_of_m_Duration_3() { return &___m_Duration_3; } inline void set_m_Duration_3(float value) { ___m_Duration_3 = value; } inline static int32_t get_offset_of_m_IgnoreTimeScale_4() { return static_cast(offsetof(FloatTween_t1274330004, ___m_IgnoreTimeScale_4)); } inline bool get_m_IgnoreTimeScale_4() const { return ___m_IgnoreTimeScale_4; } inline bool* get_address_of_m_IgnoreTimeScale_4() { return &___m_IgnoreTimeScale_4; } inline void set_m_IgnoreTimeScale_4(bool value) { ___m_IgnoreTimeScale_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.UI.CoroutineTween.FloatTween struct FloatTween_t1274330004_marshaled_pinvoke { FloatTweenCallback_t1856710240 * ___m_Target_0; float ___m_StartValue_1; float ___m_TargetValue_2; float ___m_Duration_3; int32_t ___m_IgnoreTimeScale_4; }; // Native definition for COM marshalling of UnityEngine.UI.CoroutineTween.FloatTween struct FloatTween_t1274330004_marshaled_com { FloatTweenCallback_t1856710240 * ___m_Target_0; float ___m_StartValue_1; float ___m_TargetValue_2; float ___m_Duration_3; int32_t ___m_IgnoreTimeScale_4; }; #endif // FLOATTWEEN_T1274330004_H #ifndef QUATERNION_T2301928331_H #define QUATERNION_T2301928331_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Quaternion struct Quaternion_t2301928331 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t2301928331, ___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(Quaternion_t2301928331, ___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(Quaternion_t2301928331, ___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(Quaternion_t2301928331, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t2301928331_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t2301928331 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t2301928331_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t2301928331 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t2301928331 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t2301928331 value) { ___identityQuaternion_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // QUATERNION_T2301928331_H #ifndef VECTOR2_T2156229523_H #define VECTOR2_T2156229523_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector2 struct Vector2_t2156229523 { 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_t2156229523, ___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_t2156229523, ___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_t2156229523_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_t2156229523 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_t2156229523 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_t2156229523 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_t2156229523 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_t2156229523 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_t2156229523 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_t2156229523 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_t2156229523 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___zeroVector_2)); } inline Vector2_t2156229523 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_t2156229523 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_t2156229523 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___oneVector_3)); } inline Vector2_t2156229523 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_t2156229523 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_t2156229523 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___upVector_4)); } inline Vector2_t2156229523 get_upVector_4() const { return ___upVector_4; } inline Vector2_t2156229523 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_t2156229523 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___downVector_5)); } inline Vector2_t2156229523 get_downVector_5() const { return ___downVector_5; } inline Vector2_t2156229523 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_t2156229523 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___leftVector_6)); } inline Vector2_t2156229523 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_t2156229523 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_t2156229523 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___rightVector_7)); } inline Vector2_t2156229523 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_t2156229523 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_t2156229523 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_t2156229523 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_t2156229523 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_t2156229523 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_t2156229523_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_t2156229523 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_t2156229523 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_t2156229523 value) { ___negativeInfinityVector_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR2_T2156229523_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef U24ARRAYTYPEU3D12_T2488454196_H #define U24ARRAYTYPEU3D12_T2488454196_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType=12 #pragma pack(push, tp, 1) struct U24ArrayTypeU3D12_t2488454196 { public: union { struct { }; uint8_t U24ArrayTypeU3D12_t2488454196__padding[12]; }; public: }; #pragma pack(pop, tp) #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU3D12_T2488454196_H #ifndef SPRITESTATE_T1362986479_H #define SPRITESTATE_T1362986479_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.SpriteState struct SpriteState_t1362986479 { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t280657092 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t280657092 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t280657092 * ___m_DisabledSprite_2; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t1362986479, ___m_HighlightedSprite_0)); } inline Sprite_t280657092 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t280657092 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t280657092 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((&___m_HighlightedSprite_0), value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t1362986479, ___m_PressedSprite_1)); } inline Sprite_t280657092 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t280657092 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t280657092 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((&___m_PressedSprite_1), value); } inline static int32_t get_offset_of_m_DisabledSprite_2() { return static_cast(offsetof(SpriteState_t1362986479, ___m_DisabledSprite_2)); } inline Sprite_t280657092 * get_m_DisabledSprite_2() const { return ___m_DisabledSprite_2; } inline Sprite_t280657092 ** get_address_of_m_DisabledSprite_2() { return &___m_DisabledSprite_2; } inline void set_m_DisabledSprite_2(Sprite_t280657092 * value) { ___m_DisabledSprite_2 = value; Il2CppCodeGenWriteBarrier((&___m_DisabledSprite_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t1362986479_marshaled_pinvoke { Sprite_t280657092 * ___m_HighlightedSprite_0; Sprite_t280657092 * ___m_PressedSprite_1; Sprite_t280657092 * ___m_DisabledSprite_2; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t1362986479_marshaled_com { Sprite_t280657092 * ___m_HighlightedSprite_0; Sprite_t280657092 * ___m_PressedSprite_1; Sprite_t280657092 * ___m_DisabledSprite_2; }; #endif // SPRITESTATE_T1362986479_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef BASEEVENTDATA_T3903027533_H #define BASEEVENTDATA_T3903027533_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t3903027533 : public AbstractEventData_t4171500731 { public: // UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseEventData::m_EventSystem EventSystem_t1003666588 * ___m_EventSystem_1; public: inline static int32_t get_offset_of_m_EventSystem_1() { return static_cast(offsetof(BaseEventData_t3903027533, ___m_EventSystem_1)); } inline EventSystem_t1003666588 * get_m_EventSystem_1() const { return ___m_EventSystem_1; } inline EventSystem_t1003666588 ** get_address_of_m_EventSystem_1() { return &___m_EventSystem_1; } inline void set_m_EventSystem_1(EventSystem_t1003666588 * value) { ___m_EventSystem_1 = value; Il2CppCodeGenWriteBarrier((&___m_EventSystem_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASEEVENTDATA_T3903027533_H #ifndef UNITYEVENT_1_T2278926278_H #define UNITYEVENT_1_T2278926278_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t2278926278 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_t2278926278, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_T2278926278_H #ifndef RESOURCES_T1597885468_H #define RESOURCES_T1597885468_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.DefaultControls/Resources struct Resources_t1597885468 { public: // UnityEngine.Sprite UnityEngine.UI.DefaultControls/Resources::standard Sprite_t280657092 * ___standard_0; // UnityEngine.Sprite UnityEngine.UI.DefaultControls/Resources::background Sprite_t280657092 * ___background_1; // UnityEngine.Sprite UnityEngine.UI.DefaultControls/Resources::inputField Sprite_t280657092 * ___inputField_2; // UnityEngine.Sprite UnityEngine.UI.DefaultControls/Resources::knob Sprite_t280657092 * ___knob_3; // UnityEngine.Sprite UnityEngine.UI.DefaultControls/Resources::checkmark Sprite_t280657092 * ___checkmark_4; // UnityEngine.Sprite UnityEngine.UI.DefaultControls/Resources::dropdown Sprite_t280657092 * ___dropdown_5; // UnityEngine.Sprite UnityEngine.UI.DefaultControls/Resources::mask Sprite_t280657092 * ___mask_6; public: inline static int32_t get_offset_of_standard_0() { return static_cast(offsetof(Resources_t1597885468, ___standard_0)); } inline Sprite_t280657092 * get_standard_0() const { return ___standard_0; } inline Sprite_t280657092 ** get_address_of_standard_0() { return &___standard_0; } inline void set_standard_0(Sprite_t280657092 * value) { ___standard_0 = value; Il2CppCodeGenWriteBarrier((&___standard_0), value); } inline static int32_t get_offset_of_background_1() { return static_cast(offsetof(Resources_t1597885468, ___background_1)); } inline Sprite_t280657092 * get_background_1() const { return ___background_1; } inline Sprite_t280657092 ** get_address_of_background_1() { return &___background_1; } inline void set_background_1(Sprite_t280657092 * value) { ___background_1 = value; Il2CppCodeGenWriteBarrier((&___background_1), value); } inline static int32_t get_offset_of_inputField_2() { return static_cast(offsetof(Resources_t1597885468, ___inputField_2)); } inline Sprite_t280657092 * get_inputField_2() const { return ___inputField_2; } inline Sprite_t280657092 ** get_address_of_inputField_2() { return &___inputField_2; } inline void set_inputField_2(Sprite_t280657092 * value) { ___inputField_2 = value; Il2CppCodeGenWriteBarrier((&___inputField_2), value); } inline static int32_t get_offset_of_knob_3() { return static_cast(offsetof(Resources_t1597885468, ___knob_3)); } inline Sprite_t280657092 * get_knob_3() const { return ___knob_3; } inline Sprite_t280657092 ** get_address_of_knob_3() { return &___knob_3; } inline void set_knob_3(Sprite_t280657092 * value) { ___knob_3 = value; Il2CppCodeGenWriteBarrier((&___knob_3), value); } inline static int32_t get_offset_of_checkmark_4() { return static_cast(offsetof(Resources_t1597885468, ___checkmark_4)); } inline Sprite_t280657092 * get_checkmark_4() const { return ___checkmark_4; } inline Sprite_t280657092 ** get_address_of_checkmark_4() { return &___checkmark_4; } inline void set_checkmark_4(Sprite_t280657092 * value) { ___checkmark_4 = value; Il2CppCodeGenWriteBarrier((&___checkmark_4), value); } inline static int32_t get_offset_of_dropdown_5() { return static_cast(offsetof(Resources_t1597885468, ___dropdown_5)); } inline Sprite_t280657092 * get_dropdown_5() const { return ___dropdown_5; } inline Sprite_t280657092 ** get_address_of_dropdown_5() { return &___dropdown_5; } inline void set_dropdown_5(Sprite_t280657092 * value) { ___dropdown_5 = value; Il2CppCodeGenWriteBarrier((&___dropdown_5), value); } inline static int32_t get_offset_of_mask_6() { return static_cast(offsetof(Resources_t1597885468, ___mask_6)); } inline Sprite_t280657092 * get_mask_6() const { return ___mask_6; } inline Sprite_t280657092 ** get_address_of_mask_6() { return &___mask_6; } inline void set_mask_6(Sprite_t280657092 * value) { ___mask_6 = value; Il2CppCodeGenWriteBarrier((&___mask_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.UI.DefaultControls/Resources struct Resources_t1597885468_marshaled_pinvoke { Sprite_t280657092 * ___standard_0; Sprite_t280657092 * ___background_1; Sprite_t280657092 * ___inputField_2; Sprite_t280657092 * ___knob_3; Sprite_t280657092 * ___checkmark_4; Sprite_t280657092 * ___dropdown_5; Sprite_t280657092 * ___mask_6; }; // Native definition for COM marshalling of UnityEngine.UI.DefaultControls/Resources struct Resources_t1597885468_marshaled_com { Sprite_t280657092 * ___standard_0; Sprite_t280657092 * ___background_1; Sprite_t280657092 * ___inputField_2; Sprite_t280657092 * ___knob_3; Sprite_t280657092 * ___checkmark_4; Sprite_t280657092 * ___dropdown_5; Sprite_t280657092 * ___mask_6; }; #endif // RESOURCES_T1597885468_H #ifndef UNITYEVENT_1_T3832605257_H #define UNITYEVENT_1_T3832605257_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3832605257 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_t3832605257, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_T3832605257_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef UNITYEVENT_1_T978947469_H #define UNITYEVENT_1_T978947469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t978947469 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_t978947469, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_T978947469_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef WAITFORSECONDSREALTIME_T189548121_H #define WAITFORSECONDSREALTIME_T189548121_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t189548121 : public CustomYieldInstruction_t1895667560 { public: // System.Single UnityEngine.WaitForSecondsRealtime::waitTime float ___waitTime_0; public: inline static int32_t get_offset_of_waitTime_0() { return static_cast(offsetof(WaitForSecondsRealtime_t189548121, ___waitTime_0)); } inline float get_waitTime_0() const { return ___waitTime_0; } inline float* get_address_of_waitTime_0() { return &___waitTime_0; } inline void set_waitTime_0(float value) { ___waitTime_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WAITFORSECONDSREALTIME_T189548121_H #ifndef ENUMERATOR_T2172009459_H #define ENUMERATOR_T2172009459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t2172009459 { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::hashset HashSet_1_t466832188 * ___hashset_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::stamp int32_t ___stamp_2; // T System.Collections.Generic.HashSet`1/Enumerator::current Text_t1901882714 * ___current_3; public: inline static int32_t get_offset_of_hashset_0() { return static_cast(offsetof(Enumerator_t2172009459, ___hashset_0)); } inline HashSet_1_t466832188 * get_hashset_0() const { return ___hashset_0; } inline HashSet_1_t466832188 ** get_address_of_hashset_0() { return &___hashset_0; } inline void set_hashset_0(HashSet_1_t466832188 * value) { ___hashset_0 = value; Il2CppCodeGenWriteBarrier((&___hashset_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2172009459, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t2172009459, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2172009459, ___current_3)); } inline Text_t1901882714 * get_current_3() const { return ___current_3; } inline Text_t1901882714 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Text_t1901882714 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2172009459_H #ifndef ENUMERATOR_T3350232909_H #define ENUMERATOR_T3350232909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.HashSet`1/Enumerator struct Enumerator_t3350232909 { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::hashset HashSet_1_t1645055638 * ___hashset_0; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.HashSet`1/Enumerator::stamp int32_t ___stamp_2; // T System.Collections.Generic.HashSet`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_hashset_0() { return static_cast(offsetof(Enumerator_t3350232909, ___hashset_0)); } inline HashSet_1_t1645055638 * get_hashset_0() const { return ___hashset_0; } inline HashSet_1_t1645055638 ** get_address_of_hashset_0() { return &___hashset_0; } inline void set_hashset_0(HashSet_1_t1645055638 * value) { ___hashset_0 = value; Il2CppCodeGenWriteBarrier((&___hashset_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3350232909, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t3350232909, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3350232909, ___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((&___current_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3350232909_H #ifndef RECT_T2360479859_H #define RECT_T2360479859_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rect struct Rect_t2360479859 { 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_t2360479859, ___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_t2360479859, ___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_t2360479859, ___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_t2360479859, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RECT_T2360479859_H #ifndef VECTOR3_T3722313464_H #define VECTOR3_T3722313464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Vector3 struct Vector3_t3722313464 { public: // System.Single UnityEngine.Vector3::x float ___x_1; // System.Single UnityEngine.Vector3::y float ___y_2; // System.Single UnityEngine.Vector3::z float ___z_3; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector3_t3722313464, ___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(Vector3_t3722313464, ___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(Vector3_t3722313464, ___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; } }; struct Vector3_t3722313464_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t3722313464 ___zeroVector_4; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t3722313464 ___oneVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t3722313464 ___upVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t3722313464 ___downVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t3722313464 ___leftVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t3722313464 ___rightVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t3722313464 ___forwardVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t3722313464 ___backVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t3722313464 ___positiveInfinityVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t3722313464 ___negativeInfinityVector_13; public: inline static int32_t get_offset_of_zeroVector_4() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___zeroVector_4)); } inline Vector3_t3722313464 get_zeroVector_4() const { return ___zeroVector_4; } inline Vector3_t3722313464 * get_address_of_zeroVector_4() { return &___zeroVector_4; } inline void set_zeroVector_4(Vector3_t3722313464 value) { ___zeroVector_4 = value; } inline static int32_t get_offset_of_oneVector_5() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___oneVector_5)); } inline Vector3_t3722313464 get_oneVector_5() const { return ___oneVector_5; } inline Vector3_t3722313464 * get_address_of_oneVector_5() { return &___oneVector_5; } inline void set_oneVector_5(Vector3_t3722313464 value) { ___oneVector_5 = value; } inline static int32_t get_offset_of_upVector_6() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___upVector_6)); } inline Vector3_t3722313464 get_upVector_6() const { return ___upVector_6; } inline Vector3_t3722313464 * get_address_of_upVector_6() { return &___upVector_6; } inline void set_upVector_6(Vector3_t3722313464 value) { ___upVector_6 = value; } inline static int32_t get_offset_of_downVector_7() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___downVector_7)); } inline Vector3_t3722313464 get_downVector_7() const { return ___downVector_7; } inline Vector3_t3722313464 * get_address_of_downVector_7() { return &___downVector_7; } inline void set_downVector_7(Vector3_t3722313464 value) { ___downVector_7 = value; } inline static int32_t get_offset_of_leftVector_8() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___leftVector_8)); } inline Vector3_t3722313464 get_leftVector_8() const { return ___leftVector_8; } inline Vector3_t3722313464 * get_address_of_leftVector_8() { return &___leftVector_8; } inline void set_leftVector_8(Vector3_t3722313464 value) { ___leftVector_8 = value; } inline static int32_t get_offset_of_rightVector_9() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___rightVector_9)); } inline Vector3_t3722313464 get_rightVector_9() const { return ___rightVector_9; } inline Vector3_t3722313464 * get_address_of_rightVector_9() { return &___rightVector_9; } inline void set_rightVector_9(Vector3_t3722313464 value) { ___rightVector_9 = value; } inline static int32_t get_offset_of_forwardVector_10() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___forwardVector_10)); } inline Vector3_t3722313464 get_forwardVector_10() const { return ___forwardVector_10; } inline Vector3_t3722313464 * get_address_of_forwardVector_10() { return &___forwardVector_10; } inline void set_forwardVector_10(Vector3_t3722313464 value) { ___forwardVector_10 = value; } inline static int32_t get_offset_of_backVector_11() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___backVector_11)); } inline Vector3_t3722313464 get_backVector_11() const { return ___backVector_11; } inline Vector3_t3722313464 * get_address_of_backVector_11() { return &___backVector_11; } inline void set_backVector_11(Vector3_t3722313464 value) { ___backVector_11 = value; } inline static int32_t get_offset_of_positiveInfinityVector_12() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___positiveInfinityVector_12)); } inline Vector3_t3722313464 get_positiveInfinityVector_12() const { return ___positiveInfinityVector_12; } inline Vector3_t3722313464 * get_address_of_positiveInfinityVector_12() { return &___positiveInfinityVector_12; } inline void set_positiveInfinityVector_12(Vector3_t3722313464 value) { ___positiveInfinityVector_12 = value; } inline static int32_t get_offset_of_negativeInfinityVector_13() { return static_cast(offsetof(Vector3_t3722313464_StaticFields, ___negativeInfinityVector_13)); } inline Vector3_t3722313464 get_negativeInfinityVector_13() const { return ___negativeInfinityVector_13; } inline Vector3_t3722313464 * get_address_of_negativeInfinityVector_13() { return &___negativeInfinityVector_13; } inline void set_negativeInfinityVector_13(Vector3_t3722313464 value) { ___negativeInfinityVector_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VECTOR3_T3722313464_H #ifndef LAYERMASK_T3493934918_H #define LAYERMASK_T3493934918_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.LayerMask struct LayerMask_t3493934918 { public: // System.Int32 UnityEngine.LayerMask::m_Mask int32_t ___m_Mask_0; public: inline static int32_t get_offset_of_m_Mask_0() { return static_cast(offsetof(LayerMask_t3493934918, ___m_Mask_0)); } inline int32_t get_m_Mask_0() const { return ___m_Mask_0; } inline int32_t* get_address_of_m_Mask_0() { return &___m_Mask_0; } inline void set_m_Mask_0(int32_t value) { ___m_Mask_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LAYERMASK_T3493934918_H #ifndef UNITYEVENT_1_T489719741_H #define UNITYEVENT_1_T489719741_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t489719741 : public UnityEventBase_t3960448221 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t2843939325* ___m_InvokeArray_4; public: inline static int32_t get_offset_of_m_InvokeArray_4() { return static_cast(offsetof(UnityEvent_1_t489719741, ___m_InvokeArray_4)); } inline ObjectU5BU5D_t2843939325* get_m_InvokeArray_4() const { return ___m_InvokeArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_m_InvokeArray_4() { return &___m_InvokeArray_4; } inline void set_m_InvokeArray_4(ObjectU5BU5D_t2843939325* value) { ___m_InvokeArray_4 = value; Il2CppCodeGenWriteBarrier((&___m_InvokeArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEVENT_1_T489719741_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef HORIZONTALWRAPMODE_T2172737147_H #define HORIZONTALWRAPMODE_T2172737147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.HorizontalWrapMode struct HorizontalWrapMode_t2172737147 { public: // System.Int32 UnityEngine.HorizontalWrapMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HorizontalWrapMode_t2172737147, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HORIZONTALWRAPMODE_T2172737147_H #ifndef FITMODE_T3267881214_H #define FITMODE_T3267881214_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ContentSizeFitter/FitMode struct FitMode_t3267881214 { public: // System.Int32 UnityEngine.UI.ContentSizeFitter/FitMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FitMode_t3267881214, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FITMODE_T3267881214_H #ifndef VERTICALWRAPMODE_T2936607737_H #define VERTICALWRAPMODE_T2936607737_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.VerticalWrapMode struct VerticalWrapMode_t2936607737 { public: // System.Int32 UnityEngine.VerticalWrapMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(VerticalWrapMode_t2936607737, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERTICALWRAPMODE_T2936607737_H #ifndef TRIGGEREVENT_T3867320123_H #define TRIGGEREVENT_T3867320123_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.EventTrigger/TriggerEvent struct TriggerEvent_t3867320123 : public UnityEvent_1_t489719741 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRIGGEREVENT_T3867320123_H #ifndef EVENTTRIGGERTYPE_T55832929_H #define EVENTTRIGGERTYPE_T55832929_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.EventTriggerType struct EventTriggerType_t55832929 { public: // System.Int32 UnityEngine.EventSystems.EventTriggerType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EventTriggerType_t55832929, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTTRIGGERTYPE_T55832929_H #ifndef COLORTWEENCALLBACK_T1121741130_H #define COLORTWEENCALLBACK_T1121741130_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenCallback struct ColorTweenCallback_t1121741130 : public UnityEvent_1_t3437345828 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLORTWEENCALLBACK_T1121741130_H #ifndef COLORTWEENMODE_T1000778859_H #define COLORTWEENMODE_T1000778859_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenMode struct ColorTweenMode_t1000778859 { public: // System.Int32 UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ColorTweenMode_t1000778859, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLORTWEENMODE_T1000778859_H #ifndef SAMPLETYPE_T1208595618_H #define SAMPLETYPE_T1208595618_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UISystemProfilerApi/SampleType struct SampleType_t1208595618 { public: // System.Int32 UnityEngine.UISystemProfilerApi/SampleType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SampleType_t1208595618, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SAMPLETYPE_T1208595618_H #ifndef SCREENMATCHMODE_T3675272090_H #define SCREENMATCHMODE_T3675272090_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CanvasScaler/ScreenMatchMode struct ScreenMatchMode_t3675272090 { public: // System.Int32 UnityEngine.UI.CanvasScaler/ScreenMatchMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ScreenMatchMode_t3675272090, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCREENMATCHMODE_T3675272090_H #ifndef UNIT_T2218508340_H #define UNIT_T2218508340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CanvasScaler/Unit struct Unit_t2218508340 { public: // System.Int32 UnityEngine.UI.CanvasScaler/Unit::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Unit_t2218508340, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNIT_T2218508340_H #ifndef TRANSITION_T1769908631_H #define TRANSITION_T1769908631_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Selectable/Transition struct Transition_t1769908631 { public: // System.Int32 UnityEngine.UI.Selectable/Transition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Transition_t1769908631, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSITION_T1769908631_H #ifndef RENDERMODE_T4077056833_H #define RENDERMODE_T4077056833_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RenderMode struct RenderMode_t4077056833 { public: // System.Int32 UnityEngine.RenderMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RenderMode_t4077056833, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RENDERMODE_T4077056833_H #ifndef DISPLAY_T1387065949_H #define DISPLAY_T1387065949_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Display struct Display_t1387065949 : public RuntimeObject { public: // System.IntPtr UnityEngine.Display::nativeDisplay intptr_t ___nativeDisplay_0; public: inline static int32_t get_offset_of_nativeDisplay_0() { return static_cast(offsetof(Display_t1387065949, ___nativeDisplay_0)); } inline intptr_t get_nativeDisplay_0() const { return ___nativeDisplay_0; } inline intptr_t* get_address_of_nativeDisplay_0() { return &___nativeDisplay_0; } inline void set_nativeDisplay_0(intptr_t value) { ___nativeDisplay_0 = value; } }; struct Display_t1387065949_StaticFields { public: // UnityEngine.Display[] UnityEngine.Display::displays DisplayU5BU5D_t103034768* ___displays_1; // UnityEngine.Display UnityEngine.Display::_mainDisplay Display_t1387065949 * ____mainDisplay_2; // UnityEngine.Display/DisplaysUpdatedDelegate UnityEngine.Display::onDisplaysUpdated DisplaysUpdatedDelegate_t51287044 * ___onDisplaysUpdated_3; public: inline static int32_t get_offset_of_displays_1() { return static_cast(offsetof(Display_t1387065949_StaticFields, ___displays_1)); } inline DisplayU5BU5D_t103034768* get_displays_1() const { return ___displays_1; } inline DisplayU5BU5D_t103034768** get_address_of_displays_1() { return &___displays_1; } inline void set_displays_1(DisplayU5BU5D_t103034768* value) { ___displays_1 = value; Il2CppCodeGenWriteBarrier((&___displays_1), value); } inline static int32_t get_offset_of__mainDisplay_2() { return static_cast(offsetof(Display_t1387065949_StaticFields, ____mainDisplay_2)); } inline Display_t1387065949 * get__mainDisplay_2() const { return ____mainDisplay_2; } inline Display_t1387065949 ** get_address_of__mainDisplay_2() { return &____mainDisplay_2; } inline void set__mainDisplay_2(Display_t1387065949 * value) { ____mainDisplay_2 = value; Il2CppCodeGenWriteBarrier((&____mainDisplay_2), value); } inline static int32_t get_offset_of_onDisplaysUpdated_3() { return static_cast(offsetof(Display_t1387065949_StaticFields, ___onDisplaysUpdated_3)); } inline DisplaysUpdatedDelegate_t51287044 * get_onDisplaysUpdated_3() const { return ___onDisplaysUpdated_3; } inline DisplaysUpdatedDelegate_t51287044 ** get_address_of_onDisplaysUpdated_3() { return &___onDisplaysUpdated_3; } inline void set_onDisplaysUpdated_3(DisplaysUpdatedDelegate_t51287044 * value) { ___onDisplaysUpdated_3 = value; Il2CppCodeGenWriteBarrier((&___onDisplaysUpdated_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DISPLAY_T1387065949_H #ifndef CANVASUPDATE_T2572322932_H #define CANVASUPDATE_T2572322932_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CanvasUpdate struct CanvasUpdate_t2572322932 { public: // System.Int32 UnityEngine.UI.CanvasUpdate::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CanvasUpdate_t2572322932, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CANVASUPDATE_T2572322932_H #ifndef OBJECT_T631007953_H #define OBJECT_T631007953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Object struct Object_t631007953 : 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_t631007953, ___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_t631007953_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_t631007953_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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_t631007953_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_t631007953_marshaled_com { intptr_t ___m_CachedPtr_0; }; #endif // OBJECT_T631007953_H #ifndef IMECOMPOSITIONMODE_T2677948540_H #define IMECOMPOSITIONMODE_T2677948540_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.IMECompositionMode struct IMECompositionMode_t2677948540 { public: // System.Int32 UnityEngine.IMECompositionMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(IMECompositionMode_t2677948540, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // IMECOMPOSITIONMODE_T2677948540_H #ifndef EVENTHANDLE_T600343995_H #define EVENTHANDLE_T600343995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.EventHandle struct EventHandle_t600343995 { public: // System.Int32 UnityEngine.EventSystems.EventHandle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EventHandle_t600343995, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTHANDLE_T600343995_H #ifndef RECTOFFSET_T1369453676_H #define RECTOFFSET_T1369453676_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RectOffset struct RectOffset_t1369453676 : public RuntimeObject { public: // System.IntPtr UnityEngine.RectOffset::m_Ptr intptr_t ___m_Ptr_0; // System.Object UnityEngine.RectOffset::m_SourceStyle RuntimeObject * ___m_SourceStyle_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(RectOffset_t1369453676, ___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; } inline static int32_t get_offset_of_m_SourceStyle_1() { return static_cast(offsetof(RectOffset_t1369453676, ___m_SourceStyle_1)); } inline RuntimeObject * get_m_SourceStyle_1() const { return ___m_SourceStyle_1; } inline RuntimeObject ** get_address_of_m_SourceStyle_1() { return &___m_SourceStyle_1; } inline void set_m_SourceStyle_1(RuntimeObject * value) { ___m_SourceStyle_1 = value; Il2CppCodeGenWriteBarrier((&___m_SourceStyle_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.RectOffset struct RectOffset_t1369453676_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; // Native definition for COM marshalling of UnityEngine.RectOffset struct RectOffset_t1369453676_marshaled_com { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; #endif // RECTOFFSET_T1369453676_H #ifndef MODE_T1066900953_H #define MODE_T1066900953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Navigation/Mode struct Mode_t1066900953 { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Mode_t1066900953, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODE_T1066900953_H #ifndef FONTSTYLE_T82229486_H #define FONTSTYLE_T82229486_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.FontStyle struct FontStyle_t82229486 { public: // System.Int32 UnityEngine.FontStyle::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FontStyle_t82229486, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FONTSTYLE_T82229486_H #ifndef DIRECTION_T3470714353_H #define DIRECTION_T3470714353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Scrollbar/Direction struct Direction_t3470714353 { public: // System.Int32 UnityEngine.UI.Scrollbar/Direction::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Direction_t3470714353, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIRECTION_T3470714353_H #ifndef MOVEMENTTYPE_T4072922106_H #define MOVEMENTTYPE_T4072922106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ScrollRect/MovementType struct MovementType_t4072922106 { public: // System.Int32 UnityEngine.UI.ScrollRect/MovementType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MovementType_t4072922106, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOVEMENTTYPE_T4072922106_H #ifndef SCROLLBARVISIBILITY_T705693775_H #define SCROLLBARVISIBILITY_T705693775_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ScrollRect/ScrollbarVisibility struct ScrollbarVisibility_t705693775 { public: // System.Int32 UnityEngine.UI.ScrollRect/ScrollbarVisibility::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ScrollbarVisibility_t705693775, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCROLLBARVISIBILITY_T705693775_H #ifndef MOVEDIRECTION_T1216237838_H #define MOVEDIRECTION_T1216237838_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.MoveDirection struct MoveDirection_t1216237838 { public: // System.Int32 UnityEngine.EventSystems.MoveDirection::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MoveDirection_t1216237838, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOVEDIRECTION_T1216237838_H #ifndef BLOCKINGOBJECTS_T612090948_H #define BLOCKINGOBJECTS_T612090948_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.GraphicRaycaster/BlockingObjects struct BlockingObjects_t612090948 { public: // System.Int32 UnityEngine.UI.GraphicRaycaster/BlockingObjects::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BlockingObjects_t612090948, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BLOCKINGOBJECTS_T612090948_H #ifndef RAYCASTRESULT_T3360306849_H #define RAYCASTRESULT_T3360306849_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.RaycastResult struct RaycastResult_t3360306849 { public: // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_t1113636619 * ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_t4150874583 * ___module_1; // System.Single UnityEngine.EventSystems.RaycastResult::distance float ___distance_2; // System.Single UnityEngine.EventSystems.RaycastResult::index float ___index_3; // System.Int32 UnityEngine.EventSystems.RaycastResult::depth int32_t ___depth_4; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer int32_t ___sortingLayer_5; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder int32_t ___sortingOrder_6; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition Vector3_t3722313464 ___worldPosition_7; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_t3722313464 ___worldNormal_8; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_t2156229523 ___screenPosition_9; // System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex int32_t ___displayIndex_10; public: inline static int32_t get_offset_of_m_GameObject_0() { return static_cast(offsetof(RaycastResult_t3360306849, ___m_GameObject_0)); } inline GameObject_t1113636619 * get_m_GameObject_0() const { return ___m_GameObject_0; } inline GameObject_t1113636619 ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; } inline void set_m_GameObject_0(GameObject_t1113636619 * value) { ___m_GameObject_0 = value; Il2CppCodeGenWriteBarrier((&___m_GameObject_0), value); } inline static int32_t get_offset_of_module_1() { return static_cast(offsetof(RaycastResult_t3360306849, ___module_1)); } inline BaseRaycaster_t4150874583 * get_module_1() const { return ___module_1; } inline BaseRaycaster_t4150874583 ** get_address_of_module_1() { return &___module_1; } inline void set_module_1(BaseRaycaster_t4150874583 * value) { ___module_1 = value; Il2CppCodeGenWriteBarrier((&___module_1), value); } inline static int32_t get_offset_of_distance_2() { return static_cast(offsetof(RaycastResult_t3360306849, ___distance_2)); } inline float get_distance_2() const { return ___distance_2; } inline float* get_address_of_distance_2() { return &___distance_2; } inline void set_distance_2(float value) { ___distance_2 = value; } inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(RaycastResult_t3360306849, ___index_3)); } inline float get_index_3() const { return ___index_3; } inline float* get_address_of_index_3() { return &___index_3; } inline void set_index_3(float value) { ___index_3 = value; } inline static int32_t get_offset_of_depth_4() { return static_cast(offsetof(RaycastResult_t3360306849, ___depth_4)); } inline int32_t get_depth_4() const { return ___depth_4; } inline int32_t* get_address_of_depth_4() { return &___depth_4; } inline void set_depth_4(int32_t value) { ___depth_4 = value; } inline static int32_t get_offset_of_sortingLayer_5() { return static_cast(offsetof(RaycastResult_t3360306849, ___sortingLayer_5)); } inline int32_t get_sortingLayer_5() const { return ___sortingLayer_5; } inline int32_t* get_address_of_sortingLayer_5() { return &___sortingLayer_5; } inline void set_sortingLayer_5(int32_t value) { ___sortingLayer_5 = value; } inline static int32_t get_offset_of_sortingOrder_6() { return static_cast(offsetof(RaycastResult_t3360306849, ___sortingOrder_6)); } inline int32_t get_sortingOrder_6() const { return ___sortingOrder_6; } inline int32_t* get_address_of_sortingOrder_6() { return &___sortingOrder_6; } inline void set_sortingOrder_6(int32_t value) { ___sortingOrder_6 = value; } inline static int32_t get_offset_of_worldPosition_7() { return static_cast(offsetof(RaycastResult_t3360306849, ___worldPosition_7)); } inline Vector3_t3722313464 get_worldPosition_7() const { return ___worldPosition_7; } inline Vector3_t3722313464 * get_address_of_worldPosition_7() { return &___worldPosition_7; } inline void set_worldPosition_7(Vector3_t3722313464 value) { ___worldPosition_7 = value; } inline static int32_t get_offset_of_worldNormal_8() { return static_cast(offsetof(RaycastResult_t3360306849, ___worldNormal_8)); } inline Vector3_t3722313464 get_worldNormal_8() const { return ___worldNormal_8; } inline Vector3_t3722313464 * get_address_of_worldNormal_8() { return &___worldNormal_8; } inline void set_worldNormal_8(Vector3_t3722313464 value) { ___worldNormal_8 = value; } inline static int32_t get_offset_of_screenPosition_9() { return static_cast(offsetof(RaycastResult_t3360306849, ___screenPosition_9)); } inline Vector2_t2156229523 get_screenPosition_9() const { return ___screenPosition_9; } inline Vector2_t2156229523 * get_address_of_screenPosition_9() { return &___screenPosition_9; } inline void set_screenPosition_9(Vector2_t2156229523 value) { ___screenPosition_9 = value; } inline static int32_t get_offset_of_displayIndex_10() { return static_cast(offsetof(RaycastResult_t3360306849, ___displayIndex_10)); } inline int32_t get_displayIndex_10() const { return ___displayIndex_10; } inline int32_t* get_address_of_displayIndex_10() { return &___displayIndex_10; } inline void set_displayIndex_10(int32_t value) { ___displayIndex_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t3360306849_marshaled_pinvoke { GameObject_t1113636619 * ___m_GameObject_0; BaseRaycaster_t4150874583 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t3722313464 ___worldPosition_7; Vector3_t3722313464 ___worldNormal_8; Vector2_t2156229523 ___screenPosition_9; int32_t ___displayIndex_10; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t3360306849_marshaled_com { GameObject_t1113636619 * ___m_GameObject_0; BaseRaycaster_t4150874583 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingLayer_5; int32_t ___sortingOrder_6; Vector3_t3722313464 ___worldPosition_7; Vector3_t3722313464 ___worldNormal_8; Vector2_t2156229523 ___screenPosition_9; int32_t ___displayIndex_10; }; #endif // RAYCASTRESULT_T3360306849_H #ifndef DROPDOWNEVENT_T4040729994_H #define DROPDOWNEVENT_T4040729994_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Dropdown/DropdownEvent struct DropdownEvent_t4040729994 : public UnityEvent_1_t3832605257 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DROPDOWNEVENT_T4040729994_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { 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_t3027515415, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef CORNER_T1493259673_H #define CORNER_T1493259673_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.GridLayoutGroup/Corner struct Corner_t1493259673 { public: // System.Int32 UnityEngine.UI.GridLayoutGroup/Corner::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Corner_t1493259673, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CORNER_T1493259673_H #ifndef TOGGLEEVENT_T1873685584_H #define TOGGLEEVENT_T1873685584_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Toggle/ToggleEvent struct ToggleEvent_t1873685584 : public UnityEvent_1_t978947469 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOGGLEEVENT_T1873685584_H #ifndef FLOATTWEENCALLBACK_T1856710240_H #define FLOATTWEENCALLBACK_T1856710240_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CoroutineTween.FloatTween/FloatTweenCallback struct FloatTweenCallback_t1856710240 : public UnityEvent_1_t2278926278 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FLOATTWEENCALLBACK_T1856710240_H #ifndef RAYCASTHIT2D_T2279581989_H #define RAYCASTHIT2D_T2279581989_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RaycastHit2D struct RaycastHit2D_t2279581989 { public: // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Centroid Vector2_t2156229523 ___m_Centroid_0; // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Point Vector2_t2156229523 ___m_Point_1; // UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Normal Vector2_t2156229523 ___m_Normal_2; // System.Single UnityEngine.RaycastHit2D::m_Distance float ___m_Distance_3; // System.Single UnityEngine.RaycastHit2D::m_Fraction float ___m_Fraction_4; // UnityEngine.Collider2D UnityEngine.RaycastHit2D::m_Collider Collider2D_t2806799626 * ___m_Collider_5; public: inline static int32_t get_offset_of_m_Centroid_0() { return static_cast(offsetof(RaycastHit2D_t2279581989, ___m_Centroid_0)); } inline Vector2_t2156229523 get_m_Centroid_0() const { return ___m_Centroid_0; } inline Vector2_t2156229523 * get_address_of_m_Centroid_0() { return &___m_Centroid_0; } inline void set_m_Centroid_0(Vector2_t2156229523 value) { ___m_Centroid_0 = value; } inline static int32_t get_offset_of_m_Point_1() { return static_cast(offsetof(RaycastHit2D_t2279581989, ___m_Point_1)); } inline Vector2_t2156229523 get_m_Point_1() const { return ___m_Point_1; } inline Vector2_t2156229523 * get_address_of_m_Point_1() { return &___m_Point_1; } inline void set_m_Point_1(Vector2_t2156229523 value) { ___m_Point_1 = value; } inline static int32_t get_offset_of_m_Normal_2() { return static_cast(offsetof(RaycastHit2D_t2279581989, ___m_Normal_2)); } inline Vector2_t2156229523 get_m_Normal_2() const { return ___m_Normal_2; } inline Vector2_t2156229523 * get_address_of_m_Normal_2() { return &___m_Normal_2; } inline void set_m_Normal_2(Vector2_t2156229523 value) { ___m_Normal_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit2D_t2279581989, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_Fraction_4() { return static_cast(offsetof(RaycastHit2D_t2279581989, ___m_Fraction_4)); } inline float get_m_Fraction_4() const { return ___m_Fraction_4; } inline float* get_address_of_m_Fraction_4() { return &___m_Fraction_4; } inline void set_m_Fraction_4(float value) { ___m_Fraction_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit2D_t2279581989, ___m_Collider_5)); } inline Collider2D_t2806799626 * get_m_Collider_5() const { return ___m_Collider_5; } inline Collider2D_t2806799626 ** get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(Collider2D_t2806799626 * value) { ___m_Collider_5 = value; Il2CppCodeGenWriteBarrier((&___m_Collider_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.RaycastHit2D struct RaycastHit2D_t2279581989_marshaled_pinvoke { Vector2_t2156229523 ___m_Centroid_0; Vector2_t2156229523 ___m_Point_1; Vector2_t2156229523 ___m_Normal_2; float ___m_Distance_3; float ___m_Fraction_4; Collider2D_t2806799626 * ___m_Collider_5; }; // Native definition for COM marshalling of UnityEngine.RaycastHit2D struct RaycastHit2D_t2279581989_marshaled_com { Vector2_t2156229523 ___m_Centroid_0; Vector2_t2156229523 ___m_Point_1; Vector2_t2156229523 ___m_Normal_2; float ___m_Distance_3; float ___m_Fraction_4; Collider2D_t2806799626 * ___m_Collider_5; }; #endif // RAYCASTHIT2D_T2279581989_H #ifndef DEFAULTCONTROLS_T4098465386_H #define DEFAULTCONTROLS_T4098465386_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.DefaultControls struct DefaultControls_t4098465386 : public RuntimeObject { public: public: }; struct DefaultControls_t4098465386_StaticFields { public: // UnityEngine.Vector2 UnityEngine.UI.DefaultControls::s_ThickElementSize Vector2_t2156229523 ___s_ThickElementSize_3; // UnityEngine.Vector2 UnityEngine.UI.DefaultControls::s_ThinElementSize Vector2_t2156229523 ___s_ThinElementSize_4; // UnityEngine.Vector2 UnityEngine.UI.DefaultControls::s_ImageElementSize Vector2_t2156229523 ___s_ImageElementSize_5; // UnityEngine.Color UnityEngine.UI.DefaultControls::s_DefaultSelectableColor Color_t2555686324 ___s_DefaultSelectableColor_6; // UnityEngine.Color UnityEngine.UI.DefaultControls::s_PanelColor Color_t2555686324 ___s_PanelColor_7; // UnityEngine.Color UnityEngine.UI.DefaultControls::s_TextColor Color_t2555686324 ___s_TextColor_8; public: inline static int32_t get_offset_of_s_ThickElementSize_3() { return static_cast(offsetof(DefaultControls_t4098465386_StaticFields, ___s_ThickElementSize_3)); } inline Vector2_t2156229523 get_s_ThickElementSize_3() const { return ___s_ThickElementSize_3; } inline Vector2_t2156229523 * get_address_of_s_ThickElementSize_3() { return &___s_ThickElementSize_3; } inline void set_s_ThickElementSize_3(Vector2_t2156229523 value) { ___s_ThickElementSize_3 = value; } inline static int32_t get_offset_of_s_ThinElementSize_4() { return static_cast(offsetof(DefaultControls_t4098465386_StaticFields, ___s_ThinElementSize_4)); } inline Vector2_t2156229523 get_s_ThinElementSize_4() const { return ___s_ThinElementSize_4; } inline Vector2_t2156229523 * get_address_of_s_ThinElementSize_4() { return &___s_ThinElementSize_4; } inline void set_s_ThinElementSize_4(Vector2_t2156229523 value) { ___s_ThinElementSize_4 = value; } inline static int32_t get_offset_of_s_ImageElementSize_5() { return static_cast(offsetof(DefaultControls_t4098465386_StaticFields, ___s_ImageElementSize_5)); } inline Vector2_t2156229523 get_s_ImageElementSize_5() const { return ___s_ImageElementSize_5; } inline Vector2_t2156229523 * get_address_of_s_ImageElementSize_5() { return &___s_ImageElementSize_5; } inline void set_s_ImageElementSize_5(Vector2_t2156229523 value) { ___s_ImageElementSize_5 = value; } inline static int32_t get_offset_of_s_DefaultSelectableColor_6() { return static_cast(offsetof(DefaultControls_t4098465386_StaticFields, ___s_DefaultSelectableColor_6)); } inline Color_t2555686324 get_s_DefaultSelectableColor_6() const { return ___s_DefaultSelectableColor_6; } inline Color_t2555686324 * get_address_of_s_DefaultSelectableColor_6() { return &___s_DefaultSelectableColor_6; } inline void set_s_DefaultSelectableColor_6(Color_t2555686324 value) { ___s_DefaultSelectableColor_6 = value; } inline static int32_t get_offset_of_s_PanelColor_7() { return static_cast(offsetof(DefaultControls_t4098465386_StaticFields, ___s_PanelColor_7)); } inline Color_t2555686324 get_s_PanelColor_7() const { return ___s_PanelColor_7; } inline Color_t2555686324 * get_address_of_s_PanelColor_7() { return &___s_PanelColor_7; } inline void set_s_PanelColor_7(Color_t2555686324 value) { ___s_PanelColor_7 = value; } inline static int32_t get_offset_of_s_TextColor_8() { return static_cast(offsetof(DefaultControls_t4098465386_StaticFields, ___s_TextColor_8)); } inline Color_t2555686324 get_s_TextColor_8() const { return ___s_TextColor_8; } inline Color_t2555686324 * get_address_of_s_TextColor_8() { return &___s_TextColor_8; } inline void set_s_TextColor_8(Color_t2555686324 value) { ___s_TextColor_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTCONTROLS_T4098465386_H #ifndef RAY_T3785851493_H #define RAY_T3785851493_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Ray struct Ray_t3785851493 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_t3722313464 ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_t3722313464 ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_t3785851493, ___m_Origin_0)); } inline Vector3_t3722313464 get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_t3722313464 * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_t3722313464 value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_t3785851493, ___m_Direction_1)); } inline Vector3_t3722313464 get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_t3722313464 * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_t3722313464 value) { ___m_Direction_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RAY_T3785851493_H #ifndef TYPE_T1152881528_H #define TYPE_T1152881528_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Image/Type struct Type_t1152881528 { public: // System.Int32 UnityEngine.UI.Image/Type::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Type_t1152881528, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T1152881528_H #ifndef CONSTRAINT_T814224393_H #define CONSTRAINT_T814224393_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.GridLayoutGroup/Constraint struct Constraint_t814224393 { public: // System.Int32 UnityEngine.UI.GridLayoutGroup/Constraint::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Constraint_t814224393, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRAINT_T814224393_H #ifndef TEXTANCHOR_T2035777396_H #define TEXTANCHOR_T2035777396_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextAnchor struct TextAnchor_t2035777396 { public: // System.Int32 UnityEngine.TextAnchor::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TextAnchor_t2035777396, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTANCHOR_T2035777396_H #ifndef AXIS_T3613393006_H #define AXIS_T3613393006_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.GridLayoutGroup/Axis struct Axis_t3613393006 { public: // System.Int32 UnityEngine.UI.GridLayoutGroup/Axis::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Axis_t3613393006, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AXIS_T3613393006_H #ifndef DIRECTION_T337909235_H #define DIRECTION_T337909235_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Slider/Direction struct Direction_t337909235 { public: // System.Int32 UnityEngine.UI.Slider/Direction::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Direction_t337909235, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DIRECTION_T337909235_H #ifndef SCALEMODE_T2604066427_H #define SCALEMODE_T2604066427_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.CanvasScaler/ScaleMode struct ScaleMode_t2604066427 { public: // System.Int32 UnityEngine.UI.CanvasScaler/ScaleMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ScaleMode_t2604066427, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCALEMODE_T2604066427_H #ifndef TOUCHSCREENKEYBOARDTYPE_T1530597702_H #define TOUCHSCREENKEYBOARDTYPE_T1530597702_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TouchScreenKeyboardType struct TouchScreenKeyboardType_t1530597702 { public: // System.Int32 UnityEngine.TouchScreenKeyboardType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TouchScreenKeyboardType_t1530597702, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOUCHSCREENKEYBOARDTYPE_T1530597702_H #ifndef VERTEXHELPER_T2453304189_H #define VERTEXHELPER_T2453304189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.VertexHelper struct VertexHelper_t2453304189 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Positions List_1_t899420910 * ___m_Positions_0; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Colors List_1_t4072576034 * ___m_Colors_1; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Uv0S List_1_t3628304265 * ___m_Uv0S_2; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Uv1S List_1_t3628304265 * ___m_Uv1S_3; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Uv2S List_1_t3628304265 * ___m_Uv2S_4; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Uv3S List_1_t3628304265 * ___m_Uv3S_5; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Normals List_1_t899420910 * ___m_Normals_6; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Tangents List_1_t496136383 * ___m_Tangents_7; // System.Collections.Generic.List`1 UnityEngine.UI.VertexHelper::m_Indices List_1_t128053199 * ___m_Indices_8; public: inline static int32_t get_offset_of_m_Positions_0() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Positions_0)); } inline List_1_t899420910 * get_m_Positions_0() const { return ___m_Positions_0; } inline List_1_t899420910 ** get_address_of_m_Positions_0() { return &___m_Positions_0; } inline void set_m_Positions_0(List_1_t899420910 * value) { ___m_Positions_0 = value; Il2CppCodeGenWriteBarrier((&___m_Positions_0), value); } inline static int32_t get_offset_of_m_Colors_1() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Colors_1)); } inline List_1_t4072576034 * get_m_Colors_1() const { return ___m_Colors_1; } inline List_1_t4072576034 ** get_address_of_m_Colors_1() { return &___m_Colors_1; } inline void set_m_Colors_1(List_1_t4072576034 * value) { ___m_Colors_1 = value; Il2CppCodeGenWriteBarrier((&___m_Colors_1), value); } inline static int32_t get_offset_of_m_Uv0S_2() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Uv0S_2)); } inline List_1_t3628304265 * get_m_Uv0S_2() const { return ___m_Uv0S_2; } inline List_1_t3628304265 ** get_address_of_m_Uv0S_2() { return &___m_Uv0S_2; } inline void set_m_Uv0S_2(List_1_t3628304265 * value) { ___m_Uv0S_2 = value; Il2CppCodeGenWriteBarrier((&___m_Uv0S_2), value); } inline static int32_t get_offset_of_m_Uv1S_3() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Uv1S_3)); } inline List_1_t3628304265 * get_m_Uv1S_3() const { return ___m_Uv1S_3; } inline List_1_t3628304265 ** get_address_of_m_Uv1S_3() { return &___m_Uv1S_3; } inline void set_m_Uv1S_3(List_1_t3628304265 * value) { ___m_Uv1S_3 = value; Il2CppCodeGenWriteBarrier((&___m_Uv1S_3), value); } inline static int32_t get_offset_of_m_Uv2S_4() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Uv2S_4)); } inline List_1_t3628304265 * get_m_Uv2S_4() const { return ___m_Uv2S_4; } inline List_1_t3628304265 ** get_address_of_m_Uv2S_4() { return &___m_Uv2S_4; } inline void set_m_Uv2S_4(List_1_t3628304265 * value) { ___m_Uv2S_4 = value; Il2CppCodeGenWriteBarrier((&___m_Uv2S_4), value); } inline static int32_t get_offset_of_m_Uv3S_5() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Uv3S_5)); } inline List_1_t3628304265 * get_m_Uv3S_5() const { return ___m_Uv3S_5; } inline List_1_t3628304265 ** get_address_of_m_Uv3S_5() { return &___m_Uv3S_5; } inline void set_m_Uv3S_5(List_1_t3628304265 * value) { ___m_Uv3S_5 = value; Il2CppCodeGenWriteBarrier((&___m_Uv3S_5), value); } inline static int32_t get_offset_of_m_Normals_6() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Normals_6)); } inline List_1_t899420910 * get_m_Normals_6() const { return ___m_Normals_6; } inline List_1_t899420910 ** get_address_of_m_Normals_6() { return &___m_Normals_6; } inline void set_m_Normals_6(List_1_t899420910 * value) { ___m_Normals_6 = value; Il2CppCodeGenWriteBarrier((&___m_Normals_6), value); } inline static int32_t get_offset_of_m_Tangents_7() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Tangents_7)); } inline List_1_t496136383 * get_m_Tangents_7() const { return ___m_Tangents_7; } inline List_1_t496136383 ** get_address_of_m_Tangents_7() { return &___m_Tangents_7; } inline void set_m_Tangents_7(List_1_t496136383 * value) { ___m_Tangents_7 = value; Il2CppCodeGenWriteBarrier((&___m_Tangents_7), value); } inline static int32_t get_offset_of_m_Indices_8() { return static_cast(offsetof(VertexHelper_t2453304189, ___m_Indices_8)); } inline List_1_t128053199 * get_m_Indices_8() const { return ___m_Indices_8; } inline List_1_t128053199 ** get_address_of_m_Indices_8() { return &___m_Indices_8; } inline void set_m_Indices_8(List_1_t128053199 * value) { ___m_Indices_8 = value; Il2CppCodeGenWriteBarrier((&___m_Indices_8), value); } }; struct VertexHelper_t2453304189_StaticFields { public: // UnityEngine.Vector4 UnityEngine.UI.VertexHelper::s_DefaultTangent Vector4_t3319028937 ___s_DefaultTangent_9; // UnityEngine.Vector3 UnityEngine.UI.VertexHelper::s_DefaultNormal Vector3_t3722313464 ___s_DefaultNormal_10; public: inline static int32_t get_offset_of_s_DefaultTangent_9() { return static_cast(offsetof(VertexHelper_t2453304189_StaticFields, ___s_DefaultTangent_9)); } inline Vector4_t3319028937 get_s_DefaultTangent_9() const { return ___s_DefaultTangent_9; } inline Vector4_t3319028937 * get_address_of_s_DefaultTangent_9() { return &___s_DefaultTangent_9; } inline void set_s_DefaultTangent_9(Vector4_t3319028937 value) { ___s_DefaultTangent_9 = value; } inline static int32_t get_offset_of_s_DefaultNormal_10() { return static_cast(offsetof(VertexHelper_t2453304189_StaticFields, ___s_DefaultNormal_10)); } inline Vector3_t3722313464 get_s_DefaultNormal_10() const { return ___s_DefaultNormal_10; } inline Vector3_t3722313464 * get_address_of_s_DefaultNormal_10() { return &___s_DefaultNormal_10; } inline void set_s_DefaultNormal_10(Vector3_t3722313464 value) { ___s_DefaultNormal_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VERTEXHELPER_T2453304189_H #ifndef HIDEFLAGS_T4250555765_H #define HIDEFLAGS_T4250555765_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.HideFlags struct HideFlags_t4250555765 { public: // System.Int32 UnityEngine.HideFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(HideFlags_t4250555765, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HIDEFLAGS_T4250555765_H #ifndef INPUTTYPE_T1770400679_H #define INPUTTYPE_T1770400679_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/InputType struct InputType_t1770400679 { public: // System.Int32 UnityEngine.UI.InputField/InputType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(InputType_t1770400679, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INPUTTYPE_T1770400679_H #ifndef ASPECTMODE_T3417192999_H #define ASPECTMODE_T3417192999_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.AspectRatioFitter/AspectMode struct AspectMode_t3417192999 { public: // System.Int32 UnityEngine.UI.AspectRatioFitter/AspectMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AspectMode_t3417192999, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASPECTMODE_T3417192999_H #ifndef CONTENTTYPE_T1787303396_H #define CONTENTTYPE_T1787303396_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/ContentType struct ContentType_t1787303396 { public: // System.Int32 UnityEngine.UI.InputField/ContentType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ContentType_t1787303396, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTENTTYPE_T1787303396_H #ifndef RAYCASTHIT_T1056001966_H #define RAYCASTHIT_T1056001966_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RaycastHit struct RaycastHit_t1056001966 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t3722313464 ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t3722313464 ___m_Normal_1; // System.Int32 UnityEngine.RaycastHit::m_FaceID int32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_t2156229523 ___m_UV_4; // UnityEngine.Collider UnityEngine.RaycastHit::m_Collider Collider_t1773347010 * ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Point_0)); } inline Vector3_t3722313464 get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t3722313464 * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t3722313464 value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Normal_1)); } inline Vector3_t3722313464 get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t3722313464 * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t3722313464 value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_FaceID_2)); } inline int32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline int32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(int32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_UV_4)); } inline Vector2_t2156229523 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_t2156229523 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_t2156229523 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t1056001966, ___m_Collider_5)); } inline Collider_t1773347010 * get_m_Collider_5() const { return ___m_Collider_5; } inline Collider_t1773347010 ** get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(Collider_t1773347010 * value) { ___m_Collider_5 = value; Il2CppCodeGenWriteBarrier((&___m_Collider_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.RaycastHit struct RaycastHit_t1056001966_marshaled_pinvoke { Vector3_t3722313464 ___m_Point_0; Vector3_t3722313464 ___m_Normal_1; int32_t ___m_FaceID_2; float ___m_Distance_3; Vector2_t2156229523 ___m_UV_4; Collider_t1773347010 * ___m_Collider_5; }; // Native definition for COM marshalling of UnityEngine.RaycastHit struct RaycastHit_t1056001966_marshaled_com { Vector3_t3722313464 ___m_Point_0; Vector3_t3722313464 ___m_Normal_1; int32_t ___m_FaceID_2; float ___m_Distance_3; Vector2_t2156229523 ___m_UV_4; Collider_t1773347010 * ___m_Collider_5; }; #endif // RAYCASTHIT_T1056001966_H #ifndef CURSORLOCKMODE_T2840764040_H #define CURSORLOCKMODE_T2840764040_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.CursorLockMode struct CursorLockMode_t2840764040 { public: // System.Int32 UnityEngine.CursorLockMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CursorLockMode_t2840764040, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CURSORLOCKMODE_T2840764040_H #ifndef TOUCHTYPE_T2034578258_H #define TOUCHTYPE_T2034578258_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TouchType struct TouchType_t2034578258 { public: // System.Int32 UnityEngine.TouchType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TouchType_t2034578258, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOUCHTYPE_T2034578258_H #ifndef ENUMERATOR_T355829902_H #define ENUMERATOR_T355829902_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t355829902 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t2696614423 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t799319294 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t355829902, ___dictionary_0)); } inline Dictionary_2_t2696614423 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2696614423 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2696614423 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t355829902, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t355829902, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t355829902, ___current_3)); } inline KeyValuePair_2_t799319294 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t799319294 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t799319294 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T355829902_H #ifndef ENUMERATOR_T3923002270_H #define ENUMERATOR_T3923002270_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t3923002270 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1968819495 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::stamp int32_t ___stamp_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t71524366 ___current_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t3923002270, ___dictionary_0)); } inline Dictionary_2_t1968819495 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1968819495 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1968819495 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((&___dictionary_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t3923002270, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_stamp_2() { return static_cast(offsetof(Enumerator_t3923002270, ___stamp_2)); } inline int32_t get_stamp_2() const { return ___stamp_2; } inline int32_t* get_address_of_stamp_2() { return &___stamp_2; } inline void set_stamp_2(int32_t value) { ___stamp_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t3923002270, ___current_3)); } inline KeyValuePair_2_t71524366 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t71524366 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t71524366 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3923002270_H #ifndef CHARACTERVALIDATION_T4051914437_H #define CHARACTERVALIDATION_T4051914437_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/CharacterValidation struct CharacterValidation_t4051914437 { public: // System.Int32 UnityEngine.UI.InputField/CharacterValidation::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CharacterValidation_t4051914437, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHARACTERVALIDATION_T4051914437_H #ifndef FRAMEPRESSSTATE_T3039385657_H #define FRAMEPRESSSTATE_T3039385657_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.PointerEventData/FramePressState struct FramePressState_t3039385657 { public: // System.Int32 UnityEngine.EventSystems.PointerEventData/FramePressState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FramePressState_t3039385657, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FRAMEPRESSSTATE_T3039385657_H #ifndef INPUTBUTTON_T3704011348_H #define INPUTBUTTON_T3704011348_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.PointerEventData/InputButton struct InputButton_t3704011348 { public: // System.Int32 UnityEngine.EventSystems.PointerEventData/InputButton::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(InputButton_t3704011348, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INPUTBUTTON_T3704011348_H #ifndef LINETYPE_T4214648469_H #define LINETYPE_T4214648469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/LineType struct LineType_t4214648469 { public: // System.Int32 UnityEngine.UI.InputField/LineType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LineType_t4214648469, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LINETYPE_T4214648469_H #ifndef INPUTMODE_T3382566315_H #define INPUTMODE_T3382566315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.StandaloneInputModule/InputMode struct InputMode_t3382566315 { public: // System.Int32 UnityEngine.EventSystems.StandaloneInputModule/InputMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(InputMode_t3382566315, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INPUTMODE_T3382566315_H #ifndef OPERATINGSYSTEMFAMILY_T1868066375_H #define OPERATINGSYSTEMFAMILY_T1868066375_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.OperatingSystemFamily struct OperatingSystemFamily_t1868066375 { public: // System.Int32 UnityEngine.OperatingSystemFamily::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(OperatingSystemFamily_t1868066375, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPERATINGSYSTEMFAMILY_T1868066375_H #ifndef DRIVENTRANSFORMPROPERTIES_T3813433528_H #define DRIVENTRANSFORMPROPERTIES_T3813433528_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.DrivenTransformProperties struct DrivenTransformProperties_t3813433528 { public: // System.Int32 UnityEngine.DrivenTransformProperties::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DrivenTransformProperties_t3813433528, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DRIVENTRANSFORMPROPERTIES_T3813433528_H #ifndef BOUNDS_T2266837910_H #define BOUNDS_T2266837910_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Bounds struct Bounds_t2266837910 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_t3722313464 ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_t3722313464 ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_t2266837910, ___m_Center_0)); } inline Vector3_t3722313464 get_m_Center_0() const { return ___m_Center_0; } inline Vector3_t3722313464 * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_t3722313464 value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_t2266837910, ___m_Extents_1)); } inline Vector3_t3722313464 get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_t3722313464 * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_t3722313464 value) { ___m_Extents_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOUNDS_T2266837910_H #ifndef BUTTONCLICKEDEVENT_T48803504_H #define BUTTONCLICKEDEVENT_T48803504_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_t48803504 : public UnityEvent_t2581268647 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BUTTONCLICKEDEVENT_T48803504_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255368_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255368_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255368 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255368_StaticFields { public: // /$ArrayType=12 ::$field-7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46 U24ArrayTypeU3D12_t2488454196 ___U24fieldU2D7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0; public: inline static int32_t get_offset_of_U24fieldU2D7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255368_StaticFields, ___U24fieldU2D7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0)); } inline U24ArrayTypeU3D12_t2488454196 get_U24fieldU2D7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0() const { return ___U24fieldU2D7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0; } inline U24ArrayTypeU3D12_t2488454196 * get_address_of_U24fieldU2D7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0() { return &___U24fieldU2D7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0; } inline void set_U24fieldU2D7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0(U24ArrayTypeU3D12_t2488454196 value) { ___U24fieldU2D7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255368_H #ifndef SELECTIONSTATE_T2656606514_H #define SELECTIONSTATE_T2656606514_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Selectable/SelectionState struct SelectionState_t2656606514 { public: // System.Int32 UnityEngine.UI.Selectable/SelectionState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SelectionState_t2656606514, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SELECTIONSTATE_T2656606514_H #ifndef COROUTINE_T3829159415_H #define COROUTINE_T3829159415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Coroutine struct Coroutine_t3829159415 : public YieldInstruction_t403091072 { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t3829159415, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_t3829159415_marshaled_pinvoke : public YieldInstruction_t403091072_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t3829159415_marshaled_com : public YieldInstruction_t403091072_marshaled_com { intptr_t ___m_Ptr_0; }; #endif // COROUTINE_T3829159415_H #ifndef TOUCHPHASE_T72348083_H #define TOUCHPHASE_T72348083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TouchPhase struct TouchPhase_t72348083 { public: // System.Int32 UnityEngine.TouchPhase::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TouchPhase_t72348083, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOUCHPHASE_T72348083_H #ifndef COLORBLOCK_T2139031574_H #define COLORBLOCK_T2139031574_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ColorBlock struct ColorBlock_t2139031574 { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_t2555686324 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_t2555686324 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_t2555686324 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_t2555686324 ___m_DisabledColor_3; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_4; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_5; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_NormalColor_0)); } inline Color_t2555686324 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_t2555686324 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_t2555686324 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_HighlightedColor_1)); } inline Color_t2555686324 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_t2555686324 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_t2555686324 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_PressedColor_2)); } inline Color_t2555686324 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_t2555686324 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_t2555686324 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_DisabledColor_3() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_DisabledColor_3)); } inline Color_t2555686324 get_m_DisabledColor_3() const { return ___m_DisabledColor_3; } inline Color_t2555686324 * get_address_of_m_DisabledColor_3() { return &___m_DisabledColor_3; } inline void set_m_DisabledColor_3(Color_t2555686324 value) { ___m_DisabledColor_3 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_4() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_ColorMultiplier_4)); } inline float get_m_ColorMultiplier_4() const { return ___m_ColorMultiplier_4; } inline float* get_address_of_m_ColorMultiplier_4() { return &___m_ColorMultiplier_4; } inline void set_m_ColorMultiplier_4(float value) { ___m_ColorMultiplier_4 = value; } inline static int32_t get_offset_of_m_FadeDuration_5() { return static_cast(offsetof(ColorBlock_t2139031574, ___m_FadeDuration_5)); } inline float get_m_FadeDuration_5() const { return ___m_FadeDuration_5; } inline float* get_address_of_m_FadeDuration_5() { return &___m_FadeDuration_5; } inline void set_m_FadeDuration_5(float value) { ___m_FadeDuration_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLORBLOCK_T2139031574_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : 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::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_t1188392813, ___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((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef TOGGLETRANSITION_T3587297765_H #define TOGGLETRANSITION_T3587297765_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Toggle/ToggleTransition struct ToggleTransition_t3587297765 { public: // System.Int32 UnityEngine.UI.Toggle/ToggleTransition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ToggleTransition_t3587297765, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOGGLETRANSITION_T3587297765_H #ifndef AXIS_T1856666072_H #define AXIS_T1856666072_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RectTransform/Axis struct Axis_t1856666072 { public: // System.Int32 UnityEngine.RectTransform/Axis::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Axis_t1856666072, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AXIS_T1856666072_H #ifndef FILLMETHOD_T1167457570_H #define FILLMETHOD_T1167457570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Image/FillMethod struct FillMethod_t1167457570 { public: // System.Int32 UnityEngine.UI.Image/FillMethod::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FillMethod_t1167457570, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILLMETHOD_T1167457570_H #ifndef ENUMERATOR_T3265508080_H #define ENUMERATOR_T3265508080_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_t3265508080 { public: // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::host_enumerator Enumerator_t355829902 ___host_enumerator_0; public: inline static int32_t get_offset_of_host_enumerator_0() { return static_cast(offsetof(Enumerator_t3265508080, ___host_enumerator_0)); } inline Enumerator_t355829902 get_host_enumerator_0() const { return ___host_enumerator_0; } inline Enumerator_t355829902 * get_address_of_host_enumerator_0() { return &___host_enumerator_0; } inline void set_host_enumerator_0(Enumerator_t355829902 value) { ___host_enumerator_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T3265508080_H #ifndef MOUSEBUTTONEVENTDATA_T3190347560_H #define MOUSEBUTTONEVENTDATA_T3190347560_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData struct MouseButtonEventData_t3190347560 : public RuntimeObject { public: // UnityEngine.EventSystems.PointerEventData/FramePressState UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData::buttonState int32_t ___buttonState_0; // UnityEngine.EventSystems.PointerEventData UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData::buttonData PointerEventData_t3807901092 * ___buttonData_1; public: inline static int32_t get_offset_of_buttonState_0() { return static_cast(offsetof(MouseButtonEventData_t3190347560, ___buttonState_0)); } inline int32_t get_buttonState_0() const { return ___buttonState_0; } inline int32_t* get_address_of_buttonState_0() { return &___buttonState_0; } inline void set_buttonState_0(int32_t value) { ___buttonState_0 = value; } inline static int32_t get_offset_of_buttonData_1() { return static_cast(offsetof(MouseButtonEventData_t3190347560, ___buttonData_1)); } inline PointerEventData_t3807901092 * get_buttonData_1() const { return ___buttonData_1; } inline PointerEventData_t3807901092 ** get_address_of_buttonData_1() { return &___buttonData_1; } inline void set_buttonData_1(PointerEventData_t3807901092 * value) { ___buttonData_1 = value; Il2CppCodeGenWriteBarrier((&___buttonData_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MOUSEBUTTONEVENTDATA_T3190347560_H #ifndef BUTTONSTATE_T857139936_H #define BUTTONSTATE_T857139936_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.PointerInputModule/ButtonState struct ButtonState_t857139936 : public RuntimeObject { public: // UnityEngine.EventSystems.PointerEventData/InputButton UnityEngine.EventSystems.PointerInputModule/ButtonState::m_Button int32_t ___m_Button_0; // UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData UnityEngine.EventSystems.PointerInputModule/ButtonState::m_EventData MouseButtonEventData_t3190347560 * ___m_EventData_1; public: inline static int32_t get_offset_of_m_Button_0() { return static_cast(offsetof(ButtonState_t857139936, ___m_Button_0)); } inline int32_t get_m_Button_0() const { return ___m_Button_0; } inline int32_t* get_address_of_m_Button_0() { return &___m_Button_0; } inline void set_m_Button_0(int32_t value) { ___m_Button_0 = value; } inline static int32_t get_offset_of_m_EventData_1() { return static_cast(offsetof(ButtonState_t857139936, ___m_EventData_1)); } inline MouseButtonEventData_t3190347560 * get_m_EventData_1() const { return ___m_EventData_1; } inline MouseButtonEventData_t3190347560 ** get_address_of_m_EventData_1() { return &___m_EventData_1; } inline void set_m_EventData_1(MouseButtonEventData_t3190347560 * value) { ___m_EventData_1 = value; Il2CppCodeGenWriteBarrier((&___m_EventData_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BUTTONSTATE_T857139936_H #ifndef AXISEVENTDATA_T2331243652_H #define AXISEVENTDATA_T2331243652_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.AxisEventData struct AxisEventData_t2331243652 : public BaseEventData_t3903027533 { public: // UnityEngine.Vector2 UnityEngine.EventSystems.AxisEventData::k__BackingField Vector2_t2156229523 ___U3CmoveVectorU3Ek__BackingField_2; // UnityEngine.EventSystems.MoveDirection UnityEngine.EventSystems.AxisEventData::k__BackingField int32_t ___U3CmoveDirU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CmoveVectorU3Ek__BackingField_2() { return static_cast(offsetof(AxisEventData_t2331243652, ___U3CmoveVectorU3Ek__BackingField_2)); } inline Vector2_t2156229523 get_U3CmoveVectorU3Ek__BackingField_2() const { return ___U3CmoveVectorU3Ek__BackingField_2; } inline Vector2_t2156229523 * get_address_of_U3CmoveVectorU3Ek__BackingField_2() { return &___U3CmoveVectorU3Ek__BackingField_2; } inline void set_U3CmoveVectorU3Ek__BackingField_2(Vector2_t2156229523 value) { ___U3CmoveVectorU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CmoveDirU3Ek__BackingField_3() { return static_cast(offsetof(AxisEventData_t2331243652, ___U3CmoveDirU3Ek__BackingField_3)); } inline int32_t get_U3CmoveDirU3Ek__BackingField_3() const { return ___U3CmoveDirU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CmoveDirU3Ek__BackingField_3() { return &___U3CmoveDirU3Ek__BackingField_3; } inline void set_U3CmoveDirU3Ek__BackingField_3(int32_t value) { ___U3CmoveDirU3Ek__BackingField_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AXISEVENTDATA_T2331243652_H #ifndef POINTEREVENTDATA_T3807901092_H #define POINTEREVENTDATA_T3807901092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventSystems.PointerEventData struct PointerEventData_t3807901092 : public BaseEventData_t3903027533 { public: // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_t1113636619 * ___U3CpointerEnterU3Ek__BackingField_2; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::m_PointerPress GameObject_t1113636619 * ___m_PointerPress_3; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_t1113636619 * ___U3ClastPressU3Ek__BackingField_4; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_t1113636619 * ___U3CrawPointerPressU3Ek__BackingField_5; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_t1113636619 * ___U3CpointerDragU3Ek__BackingField_6; // UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::k__BackingField RaycastResult_t3360306849 ___U3CpointerCurrentRaycastU3Ek__BackingField_7; // UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::k__BackingField RaycastResult_t3360306849 ___U3CpointerPressRaycastU3Ek__BackingField_8; // System.Collections.Generic.List`1 UnityEngine.EventSystems.PointerEventData::hovered List_1_t2585711361 * ___hovered_9; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CeligibleForClickU3Ek__BackingField_10; // System.Int32 UnityEngine.EventSystems.PointerEventData::k__BackingField int32_t ___U3CpointerIdU3Ek__BackingField_11; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_t2156229523 ___U3CpositionU3Ek__BackingField_12; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_t2156229523 ___U3CdeltaU3Ek__BackingField_13; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_t2156229523 ___U3CpressPositionU3Ek__BackingField_14; // UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector3_t3722313464 ___U3CworldPositionU3Ek__BackingField_15; // UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector3_t3722313464 ___U3CworldNormalU3Ek__BackingField_16; // System.Single UnityEngine.EventSystems.PointerEventData::k__BackingField float ___U3CclickTimeU3Ek__BackingField_17; // System.Int32 UnityEngine.EventSystems.PointerEventData::k__BackingField int32_t ___U3CclickCountU3Ek__BackingField_18; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_t2156229523 ___U3CscrollDeltaU3Ek__BackingField_19; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CuseDragThresholdU3Ek__BackingField_20; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CdraggingU3Ek__BackingField_21; // UnityEngine.EventSystems.PointerEventData/InputButton UnityEngine.EventSystems.PointerEventData::