#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 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 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 VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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 GenericVirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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 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); } }; 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 InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, 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); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; // UnityEngine.UI.Image struct Image_t2670269651; // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t3839221559; // UnityEngine.UI.Graphic struct Graphic_t1660335611; // UnityEngine.Sprite struct Sprite_t280657092; // UnityEngine.Object struct Object_t631007953; // UnityEngine.Material struct Material_t340375123; // UnityEngine.Texture struct Texture_t3661962703; // UnityEngine.Texture2D struct Texture2D_t3840446185; // UnityEngine.Canvas struct Canvas_t3310196443; // UnityEngine.RectTransform struct RectTransform_t3704657025; // UnityEngine.UI.VertexHelper struct VertexHelper_t2453304189; // UnityEngine.CanvasRenderer struct CanvasRenderer_t2598313366; // System.String struct String_t; // UnityEngine.Vector3[] struct Vector3U5BU5D_t1718750761; // UnityEngine.Camera struct Camera_t4157153871; // UnityEngine.U2D.SpriteAtlas struct SpriteAtlas_t646931412; // System.Collections.Generic.List`1 struct List_1_t4142344393; // System.Collections.Generic.List`1 struct List_1_t257213610; // System.Action`1 struct Action_1_t819399007; // System.Action`1 struct Action_1_t3252573759; // UnityEngine.UI.InputField struct InputField_t3762917431; // UnityEngine.UI.InputField/SubmitEvent struct SubmitEvent_t648412432; // UnityEngine.UI.InputField/OnChangeEvent struct OnChangeEvent_t467195904; // UnityEngine.Event struct Event_t2956885303; // UnityEngine.UI.Selectable struct Selectable_t3250028441; // UnityEngine.EventSystems.BaseInput struct BaseInput_t3630163547; // UnityEngine.EventSystems.EventSystem struct EventSystem_t1003666588; // UnityEngine.EventSystems.BaseInputModule struct BaseInputModule_t2019268878; // UnityEngine.Mesh struct Mesh_t3648964284; // UnityEngine.TextGenerator struct TextGenerator_t3211863866; // UnityEngine.UI.InputField/OnValidateInput struct OnValidateInput_t2355412304; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t731888065; // UnityEngine.UI.Text struct Text_t1901882714; // UnityEngine.Events.UnityAction struct UnityAction_t3245792599; // UnityEngine.UI.InputField/ContentType[] struct ContentTypeU5BU5D_t2431451661; // UnityEngine.UI.ICanvasElement struct ICanvasElement_t2121898866; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // UnityEngine.UI.InputField/c__Iterator0 struct U3CCaretBlinkU3Ec__Iterator0_t2589889038; // UnityEngine.MonoBehaviour struct MonoBehaviour_t3962482529; // UnityEngine.Coroutine struct Coroutine_t3829159415; // UnityEngine.Component struct Component_t1923634451; // UnityEngine.Transform struct Transform_t3600365921; // System.Collections.Generic.IList`1 struct IList_1_t1715619297; // System.Collections.Generic.IList`1 struct IList_1_t1890820889; // UnityEngine.EventSystems.PointerEventData struct PointerEventData_t3807901092; // UnityEngine.UI.InputField/c__Iterator1 struct U3CMouseDragOutsideRectU3Ec__Iterator1_t3909241878; // UnityEngine.GameObject struct GameObject_t1113636619; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t3903027533; // UnityEngine.Font struct Font_t1956802104; // System.Char[] struct CharU5BU5D_t3528271667; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t2729110193; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3961765668; // UnityEngine.Behaviour struct Behaviour_t1437897464; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t3940880105; // UnityEngine.UI.LayoutElement struct LayoutElement_t1785403678; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_t1981460040; // UnityEngine.Display struct Display_t1387065949; // System.NotSupportedException struct NotSupportedException_t1314879016; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t189548121; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_t3495933518; // UnityEngine.UI.LayoutGroup struct LayoutGroup_t2436138090; // UnityEngine.RectOffset struct RectOffset_t1369453676; // System.Collections.Generic.List`1 struct List_1_t881764471; // System.Collections.Generic.List`1 struct List_1_t3395709193; // UnityEngine.UI.LayoutGroup/c__Iterator0 struct U3CDelayedSetDirtyU3Ec__Iterator0_t3170500204; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t1126149445; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t3664942305; // UnityEngine.UI.ObjectPool`1 struct ObjectPool_1_t240936516; // UnityEngine.UI.ObjectPool`1 struct ObjectPool_1_t2779729376; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1258266594; // UnityEngine.UI.LayoutRebuilder struct LayoutRebuilder_t541313304; // System.Predicate`1 struct Predicate_1_t2748928575; // System.Predicate`1 struct Predicate_1_t3905400288; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t2508470592; // System.Func`2 struct Func_2_t235587086; // System.Func`2 struct Func_2_t764290984; // UnityEngine.UI.ILayoutElement struct ILayoutElement_t4082016710; // UnityEngine.UI.Mask struct Mask_t1803652131; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t3661388177; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t978947469; // UnityEngine.UI.RectMask2D struct RectMask2D_t3474889437; // UnityEngine.UI.IClippable struct IClippable_t1239629351; // UnityEngine.UI.MaskUtilities struct MaskUtilities_t4151184739; // System.Collections.Generic.List`1 struct List_1_t487303889; // System.Collections.Generic.List`1 struct List_1_t3275726873; // System.Collections.Generic.List`1 struct List_1_t651996883; // UnityEngine.UI.Outline struct Outline_t2536100125; // UnityEngine.UI.Shadow struct Shadow_t773074319; // System.Collections.Generic.List`1 struct List_1_t1234605051; // UnityEngine.UI.PositionAsUV1 struct PositionAsUV1_t3991086357; // UnityEngine.UI.BaseMeshEffect struct BaseMeshEffect_t2440176439; // UnityEngine.UI.RawImage struct RawImage_t3182918964; // UnityEngine.UI.RectangularVertexClipper struct RectangularVertexClipper_t626611136; // System.Collections.Generic.HashSet`1 struct HashSet_1_t4099546121; // System.Collections.Generic.HashSet`1 struct HashSet_1_t1645055638; // UnityEngine.UI.IClipper struct IClipper_t1224123152; // UnityEngine.UI.ReflectionMethodsCache struct ReflectionMethodsCache_t2103211062; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Delegate struct Delegate_t1188392813; // UnityEngine.UI.ReflectionMethodsCache/GetRaycastNonAllocCallback struct GetRaycastNonAllocCallback_t3841783507; // UnityEngine.RaycastHit[] struct RaycastHitU5BU5D_t1690781147; // UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllCallback struct GetRayIntersectionAllCallback_t3913627115; // UnityEngine.RaycastHit2D[] struct RaycastHit2DU5BU5D_t4286651560; // UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllNonAllocCallback struct GetRayIntersectionAllNonAllocCallback_t2311174851; // UnityEngine.UI.ReflectionMethodsCache/Raycast2DCallback struct Raycast2DCallback_t768590915; // UnityEngine.UI.ReflectionMethodsCache/Raycast3DCallback struct Raycast3DCallback_t701940803; // UnityEngine.UI.ReflectionMethodsCache/RaycastAllCallback struct RaycastAllCallback_t1884415901; // UnityEngine.UI.Scrollbar struct Scrollbar_t1494447233; // UnityEngine.UI.Scrollbar/ScrollEvent struct ScrollEvent_t149898510; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t2278926278; // UnityEngine.UI.Scrollbar/c__Iterator0 struct U3CClickRepeatU3Ec__Iterator0_t3442648935; // UnityEngine.EventSystems.AxisEventData struct AxisEventData_t2331243652; // UnityEngine.WaitForEndOfFrame struct WaitForEndOfFrame_t1314943911; // UnityEngine.UI.ScrollRect struct ScrollRect_t4137855814; // UnityEngine.UI.ScrollRect/ScrollRectEvent struct ScrollRectEvent_t343079324; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t1982102915; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t3037889027; // UnityEngine.Canvas[] struct CanvasU5BU5D_t682926938; // UnityEngine.UI.RectMask2D[] struct RectMask2DU5BU5D_t4110439696; // UnityEngine.UI.Mask[] struct MaskU5BU5D_t2695825394; // UnityEngine.RectTransform[] struct RectTransformU5BU5D_t107129948; // UnityEngine.UI.Image[] struct ImageU5BU5D_t2439009922; // UnityEngine.Component[] struct ComponentU5BU5D_t3294940482; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Collections.Generic.Stack`1 struct Stack_1_t1384702759; // UnityEngine.Events.InvokableCallList struct InvokableCallList_t2498835369; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t3050769227; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.HashSet`1/Link[] struct LinkU5BU5D_t2567354161; // UnityEngine.UI.IClippable[] struct IClippableU5BU5D_t4174436702; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3346961369; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Void struct Void_t1185182177; // UnityEngine.Collider2D struct Collider2D_t2806799626; // UnityEngine.Collider struct Collider_t1773347010; // 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.DelegateData struct DelegateData_t1677132599; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_t4150874583; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // UnityEngine.Display[] struct DisplayU5BU5D_t103034768; // UnityEngine.Display/DisplaysUpdatedDelegate struct DisplaysUpdatedDelegate_t51287044; // System.Collections.Generic.List`1 struct List_1_t2585711361; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Action`1 struct Action_1_t2129269699; // UnityEngine.Font/FontTextureRebuildCallback struct FontTextureRebuildCallback_t2467502454; // System.Collections.Generic.List`1 struct List_1_t1547575848; // System.Collections.Generic.List`1 struct List_1_t1372374256; // UnityEngine.Canvas/WillRenderCanvases struct WillRenderCanvases_t3309123499; // UnityEngine.Camera/CameraCallback struct CameraCallback_t190067161; // System.Collections.Generic.List`1 struct List_1_t537414295; // System.Collections.Generic.List`1 struct List_1_t3491343620; // System.Collections.Generic.List`1 struct List_1_t2475741330; // System.Comparison`1 struct Comparison_1_t3135238028; // System.Collections.Generic.List`1 struct List_1_t427135887; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_t2532145056; // System.Collections.Generic.List`1 struct List_1_t1260619206; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t3055525458; // UnityEngine.UI.FontData struct FontData_t746620069; // UnityEngine.Vector2[] struct Vector2U5BU5D_t1457185986; extern const RuntimeMethod* SetPropertyUtility_SetClass_TisSprite_t280657092_m793662911_RuntimeMethod_var; extern const uint32_t Image_set_sprite_m2369174689_MetadataUsageId; extern const uint32_t Image_set_overrideSprite_m3213596394_MetadataUsageId; extern RuntimeClass* Object_t631007953_il2cpp_TypeInfo_var; extern const uint32_t Image_get_activeSprite_m3797951869_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetStruct_TisType_t1152881528_m2141033060_RuntimeMethod_var; extern const uint32_t Image_set_type_m2038193736_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetStruct_TisBoolean_t97287965_m1354367708_RuntimeMethod_var; extern const uint32_t Image_set_preserveAspect_m769358756_MetadataUsageId; extern const uint32_t Image_set_fillCenter_m3776786491_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetStruct_TisFillMethod_t1167457570_m4164776730_RuntimeMethod_var; extern const uint32_t Image_set_fillMethod_m872357774_MetadataUsageId; extern RuntimeClass* Mathf_t3464937446_il2cpp_TypeInfo_var; extern const RuntimeMethod* SetPropertyUtility_SetStruct_TisSingle_t1397266774_m2805350785_RuntimeMethod_var; extern const uint32_t Image_set_fillAmount_m3737925590_MetadataUsageId; extern const uint32_t Image_set_fillClockwise_m2210525152_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetStruct_TisInt32_t2950945753_m1101767463_RuntimeMethod_var; extern const uint32_t Image_set_fillOrigin_m469806249_MetadataUsageId; extern RuntimeClass* Image_t2670269651_il2cpp_TypeInfo_var; extern const uint32_t Image_get_defaultETC1GraphicMaterial_m173416760_MetadataUsageId; extern RuntimeClass* Graphic_t1660335611_il2cpp_TypeInfo_var; extern const uint32_t Image_get_mainTexture_m44717343_MetadataUsageId; extern const uint32_t Image_get_hasBorder_m3423344180_MetadataUsageId; extern const uint32_t Image_get_pixelsPerUnit_m3268528463_MetadataUsageId; extern const uint32_t Image_get_material_m993110777_MetadataUsageId; extern const uint32_t Image_OnAfterDeserialize_m2434428489_MetadataUsageId; extern RuntimeClass* Vector4_t3319028937_il2cpp_TypeInfo_var; extern RuntimeClass* Vector2_t2156229523_il2cpp_TypeInfo_var; extern const uint32_t Image_GetDrawingDimensions_m3060965396_MetadataUsageId; extern const uint32_t Image_SetNativeSize_m2807421865_MetadataUsageId; extern const uint32_t Image_OnPopulateMesh_m3827082909_MetadataUsageId; extern const uint32_t Image_TrackSprite_m4182252187_MetadataUsageId; extern const uint32_t Image_OnDisable_m3639311615_MetadataUsageId; extern const uint32_t Image_UpdateMaterial_m320257969_MetadataUsageId; extern const uint32_t Image_GenerateSimpleSprite_m3971588590_MetadataUsageId; extern const uint32_t Image_GenerateSlicedSprite_m816229481_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* Debug_t3317548046_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3234268445; extern String_t* _stringLiteral1509724374; extern const uint32_t Image_GenerateTiledSprite_m3366198572_MetadataUsageId; extern const uint32_t Image_AddQuad_m969836764_MetadataUsageId; extern RuntimeClass* UIVertex_t4057497605_il2cpp_TypeInfo_var; extern const uint32_t Image_GenerateFilledSprite_m1448031459_MetadataUsageId; extern const uint32_t Image_RadialCut_m1142644448_MetadataUsageId; extern const uint32_t Image_RadialCut_m3562817721_MetadataUsageId; extern const uint32_t Image_get_preferredWidth_m580264960_MetadataUsageId; extern const uint32_t Image_get_preferredHeight_m4201711465_MetadataUsageId; extern RuntimeClass* RectTransformUtility_t1743242446_il2cpp_TypeInfo_var; extern RuntimeClass* UnityException_t3598173660_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1448923752; extern String_t* _stringLiteral717701791; extern const uint32_t Image_IsRaycastLocationValid_m2859678105_MetadataUsageId; extern const uint32_t Image_MapCoordinate_m3426372354_MetadataUsageId; extern const RuntimeMethod* List_1_get_Count_m2185995001_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1242626717_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAt_m3326318519_RuntimeMethod_var; extern const uint32_t Image_RebuildImage_m1539572254_MetadataUsageId; extern RuntimeClass* Action_1_t819399007_il2cpp_TypeInfo_var; extern RuntimeClass* SpriteAtlasManager_t3158462485_il2cpp_TypeInfo_var; extern const RuntimeMethod* Image_RebuildImage_m1539572254_RuntimeMethod_var; extern const RuntimeMethod* Action_1__ctor_m3325790595_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m108408271_RuntimeMethod_var; extern const uint32_t Image_TrackImage_m3556820997_MetadataUsageId; extern const RuntimeMethod* List_1_Remove_m1631596624_RuntimeMethod_var; extern const uint32_t Image_UnTrackImage_m2642282844_MetadataUsageId; extern RuntimeClass* Vector2U5BU5D_t1457185986_il2cpp_TypeInfo_var; extern RuntimeClass* Vector3U5BU5D_t1718750761_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t4142344393_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m1737664941_RuntimeMethod_var; extern const uint32_t Image__cctor_m1927508576_MetadataUsageId; extern RuntimeClass* SubmitEvent_t648412432_il2cpp_TypeInfo_var; extern RuntimeClass* OnChangeEvent_t467195904_il2cpp_TypeInfo_var; extern RuntimeClass* Event_t2956885303_il2cpp_TypeInfo_var; extern RuntimeClass* Selectable_t3250028441_il2cpp_TypeInfo_var; extern String_t* _stringLiteral757602046; extern const uint32_t InputField__ctor_m4163234345_MetadataUsageId; extern RuntimeClass* EventSystem_t1003666588_il2cpp_TypeInfo_var; extern const uint32_t InputField_get_input_m3003347127_MetadataUsageId; extern RuntimeClass* Input_t1431474628_il2cpp_TypeInfo_var; extern const uint32_t InputField_get_compositionString_m651014295_MetadataUsageId; extern RuntimeClass* Mesh_t3648964284_il2cpp_TypeInfo_var; extern const uint32_t InputField_get_mesh_m4128834741_MetadataUsageId; extern RuntimeClass* TextGenerator_t3211863866_il2cpp_TypeInfo_var; extern const uint32_t InputField_get_cachedInputTextGenerator_m2521698344_MetadataUsageId; extern const uint32_t InputField_set_shouldHideMobileInput_m1650743574_MetadataUsageId; extern RuntimeClass* OnValidateInput_t2355412304_il2cpp_TypeInfo_var; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const RuntimeMethod* InputField_Validate_m4147207871_RuntimeMethod_var; extern String_t* _stringLiteral3452614560; extern String_t* _stringLiteral3452614566; extern String_t* _stringLiteral3452614567; extern const uint32_t InputField_set_text_m1877260015_MetadataUsageId; extern const uint32_t InputField_set_caretBlinkRate_m3405564085_MetadataUsageId; extern const uint32_t InputField_set_caretWidth_m707310868_MetadataUsageId; extern RuntimeClass* UnityAction_t3245792599_il2cpp_TypeInfo_var; extern const RuntimeMethod* InputField_MarkGeometryAsDirty_m817808086_RuntimeMethod_var; extern const RuntimeMethod* InputField_UpdateLabel_m1837760870_RuntimeMethod_var; extern const RuntimeMethod* InputField_UpdateCaretMaterial_m3032466442_RuntimeMethod_var; extern const RuntimeMethod* SetPropertyUtility_SetClass_TisText_t1901882714_m660798092_RuntimeMethod_var; extern const uint32_t InputField_set_textComponent_m2547304131_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetClass_TisGraphic_t1660335611_m2615282015_RuntimeMethod_var; extern const uint32_t InputField_set_placeholder_m3781519550_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetClass_TisSubmitEvent_t648412432_m1697875758_RuntimeMethod_var; extern const uint32_t InputField_set_onEndEdit_m848221056_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetClass_TisOnChangeEvent_t467195904_m701878252_RuntimeMethod_var; extern const uint32_t InputField_set_onValueChanged_m3658917578_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetClass_TisOnValidateInput_t2355412304_m1161904863_RuntimeMethod_var; extern const uint32_t InputField_set_onValidateInput_m2038810832_MetadataUsageId; extern const uint32_t InputField_set_characterLimit_m718499279_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetStruct_TisContentType_t1787303396_m2548467436_RuntimeMethod_var; extern const uint32_t InputField_set_contentType_m1277230266_MetadataUsageId; extern RuntimeClass* ContentTypeU5BU5D_t2431451661_il2cpp_TypeInfo_var; extern const RuntimeMethod* SetPropertyUtility_SetStruct_TisLineType_t4214648469_m1399434260_RuntimeMethod_var; extern const uint32_t InputField_set_lineType_m826967413_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetStruct_TisInputType_t1770400679_m3206488413_RuntimeMethod_var; extern const uint32_t InputField_set_inputType_m424695295_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetStruct_TisTouchScreenKeyboardType_t1530597702_m2455393348_RuntimeMethod_var; extern String_t* _stringLiteral164743999; extern const uint32_t InputField_set_keyboardType_m2958429200_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetStruct_TisCharacterValidation_t4051914437_m1041518770_RuntimeMethod_var; extern const uint32_t InputField_set_characterValidation_m112334087_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetStruct_TisChar_t3634460470_m4284602558_RuntimeMethod_var; extern const uint32_t InputField_set_asteriskChar_m1794444908_MetadataUsageId; extern const uint32_t InputField_OnEnable_m3383453294_MetadataUsageId; extern RuntimeClass* CanvasUpdateRegistry_t2720824592_il2cpp_TypeInfo_var; extern const uint32_t InputField_OnDisable_m1824300767_MetadataUsageId; extern RuntimeClass* U3CCaretBlinkU3Ec__Iterator0_t2589889038_il2cpp_TypeInfo_var; extern const uint32_t InputField_CaretBlink_m419291527_MetadataUsageId; extern const uint32_t InputField_UpdateCaretMaterial_m3032466442_MetadataUsageId; extern RuntimeClass* GUIUtility_t1868551600_il2cpp_TypeInfo_var; extern const uint32_t InputField_get_clipboard_m3788005896_MetadataUsageId; extern const uint32_t InputField_set_clipboard_m2876226323_MetadataUsageId; extern const uint32_t InputField_LateUpdate_m2533025180_MetadataUsageId; extern RuntimeClass* Vector3_t3722313464_il2cpp_TypeInfo_var; extern const uint32_t InputField_ScreenToLocal_m1215190487_MetadataUsageId; extern RuntimeClass* IList_1_t1715619297_il2cpp_TypeInfo_var; extern const uint32_t InputField_GetUnclampedCharacterLineFromPosition_m2611553547_MetadataUsageId; extern RuntimeClass* InputField_t3762917431_il2cpp_TypeInfo_var; extern RuntimeClass* IList_1_t1890820889_il2cpp_TypeInfo_var; extern const uint32_t InputField_GetCharacterIndexFromPosition_m3829924381_MetadataUsageId; extern const uint32_t InputField_MayDrag_m365041876_MetadataUsageId; extern const uint32_t InputField_OnDrag_m4261458600_MetadataUsageId; extern RuntimeClass* U3CMouseDragOutsideRectU3Ec__Iterator1_t3909241878_il2cpp_TypeInfo_var; extern const uint32_t InputField_MouseDragOutsideRect_m1055889050_MetadataUsageId; extern const uint32_t InputField_OnPointerDown_m1770176370_MetadataUsageId; extern const uint32_t InputField_KeyPressed_m1613476659_MetadataUsageId; extern String_t* _stringLiteral3169453626; extern const uint32_t InputField_OnUpdateSelected_m1118869681_MetadataUsageId; extern const uint32_t InputField_GetSelectedString_m3095027669_MetadataUsageId; extern const uint32_t InputField_FindtNextWordBegin_m1708372984_MetadataUsageId; extern const uint32_t InputField_MoveRight_m1493950702_MetadataUsageId; extern const uint32_t InputField_FindtPrevWordBegin_m2914164806_MetadataUsageId; extern const uint32_t InputField_MoveLeft_m929201691_MetadataUsageId; extern const uint32_t InputField_DetermineCharacterLine_m1770953292_MetadataUsageId; extern RuntimeClass* ICollection_1_t2903653340_il2cpp_TypeInfo_var; extern const uint32_t InputField_LineUpCharacterPosition_m3521131418_MetadataUsageId; extern const uint32_t InputField_LineDownCharacterPosition_m2798128425_MetadataUsageId; extern const uint32_t InputField_MoveDown_m4006004038_MetadataUsageId; extern const uint32_t InputField_MoveUp_m1827602808_MetadataUsageId; extern const uint32_t InputField_Delete_m3471899192_MetadataUsageId; extern const RuntimeMethod* UnityEvent_1_Invoke_m2550716684_RuntimeMethod_var; extern String_t* _stringLiteral1256930419; extern const uint32_t InputField_SendOnValueChanged_m2560301445_MetadataUsageId; extern String_t* _stringLiteral103014355; extern const uint32_t InputField_SendOnSubmit_m3463846103_MetadataUsageId; extern const uint32_t InputField_Append_m365440675_MetadataUsageId; extern const uint32_t InputField_UpdateLabel_m1837760870_MetadataUsageId; extern RuntimeClass* ICollection_1_t2728451748_il2cpp_TypeInfo_var; extern const uint32_t InputField_GetLineStartPosition_m2947412579_MetadataUsageId; extern const uint32_t InputField_GetLineEndPosition_m4083625526_MetadataUsageId; extern const uint32_t InputField_SetDrawRangeToContainCaretPosition_m1009661083_MetadataUsageId; extern const uint32_t InputField_MarkGeometryAsDirty_m817808086_MetadataUsageId; extern const RuntimeType* RectTransform_t3704657025_0_0_0_var; extern const RuntimeType* CanvasRenderer_t2598313366_0_0_0_var; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* GameObject_t1113636619_il2cpp_TypeInfo_var; extern const RuntimeMethod* GameObject_GetComponent_TisRectTransform_t3704657025_m2005094398_RuntimeMethod_var; extern const RuntimeMethod* GameObject_GetComponent_TisCanvasRenderer_t2598313366_m1231919896_RuntimeMethod_var; extern const RuntimeMethod* GameObject_AddComponent_TisLayoutElement_t1785403678_m3662054594_RuntimeMethod_var; extern String_t* _stringLiteral3378118399; extern const uint32_t InputField_UpdateGeometry_m3121659256_MetadataUsageId; extern RuntimeClass* Quaternion_t2301928331_il2cpp_TypeInfo_var; extern const uint32_t InputField_AssignPositioningIfNeeded_m1037632400_MetadataUsageId; extern RuntimeClass* VertexHelper_t2453304189_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t InputField_OnFillVBO_m3649106646_MetadataUsageId; extern RuntimeClass* Display_t1387065949_il2cpp_TypeInfo_var; extern const uint32_t InputField_GenerateCaret_m1459647218_MetadataUsageId; extern RuntimeClass* UIVertexU5BU5D_t1981460040_il2cpp_TypeInfo_var; extern const uint32_t InputField_CreateCursorVerts_m3585916868_MetadataUsageId; extern const uint32_t InputField_GenerateHightlight_m606089866_MetadataUsageId; extern String_t* _stringLiteral3452614530; extern String_t* _stringLiteral3452614521; extern String_t* _stringLiteral2097228651; extern const uint32_t InputField_Validate_m4147207871_MetadataUsageId; extern const uint32_t InputField_ActivateInputField_m582243213_MetadataUsageId; extern const uint32_t InputField_ActivateInputFieldInternal_m3360893886_MetadataUsageId; extern const uint32_t InputField_DeactivateInputField_m1370069324_MetadataUsageId; extern const uint32_t InputField_EnforceTextHOverflow_m3400115777_MetadataUsageId; extern const uint32_t InputField_get_preferredWidth_m2499328890_MetadataUsageId; extern const uint32_t InputField_get_preferredHeight_m1209129243_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255368____U24fieldU2D7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0_FieldInfo_var; extern const uint32_t InputField__cctor_m4008532896_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CCaretBlinkU3Ec__Iterator0_Reset_m1547565867_RuntimeMethod_var; extern const uint32_t U3CCaretBlinkU3Ec__Iterator0_Reset_m1547565867_MetadataUsageId; extern RuntimeClass* WaitForSecondsRealtime_t189548121_il2cpp_TypeInfo_var; extern const uint32_t U3CMouseDragOutsideRectU3Ec__Iterator1_MoveNext_m1231623985_MetadataUsageId; extern const RuntimeMethod* U3CMouseDragOutsideRectU3Ec__Iterator1_Reset_m2233410497_RuntimeMethod_var; extern const uint32_t U3CMouseDragOutsideRectU3Ec__Iterator1_Reset_m2233410497_MetadataUsageId; extern const RuntimeMethod* UnityEvent_1__ctor_m2980558499_RuntimeMethod_var; extern const uint32_t OnChangeEvent__ctor_m3279692900_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const uint32_t OnValidateInput_BeginInvoke_m862104229_MetadataUsageId; extern const uint32_t SubmitEvent__ctor_m2851460864_MetadataUsageId; extern const uint32_t LayoutElement_set_ignoreLayout_m2337848035_MetadataUsageId; extern const uint32_t LayoutElement_set_minWidth_m406277484_MetadataUsageId; extern const uint32_t LayoutElement_set_minHeight_m3945948590_MetadataUsageId; extern const uint32_t LayoutElement_set_preferredWidth_m2346600241_MetadataUsageId; extern const uint32_t LayoutElement_set_preferredHeight_m1999633022_MetadataUsageId; extern const uint32_t LayoutElement_set_flexibleWidth_m931030031_MetadataUsageId; extern const uint32_t LayoutElement_set_flexibleHeight_m3099925287_MetadataUsageId; extern const uint32_t LayoutElement_set_layoutPriority_m1926292654_MetadataUsageId; extern RuntimeClass* RectTransform_t3704657025_il2cpp_TypeInfo_var; extern RuntimeClass* LayoutRebuilder_t541313304_il2cpp_TypeInfo_var; extern const uint32_t LayoutElement_SetDirty_m2848225277_MetadataUsageId; extern RuntimeClass* RectOffset_t1369453676_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t881764471_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3408116030_RuntimeMethod_var; extern const uint32_t LayoutGroup__ctor_m2162961217_MetadataUsageId; extern const RuntimeMethod* LayoutGroup_SetProperty_TisRectOffset_t1369453676_m2425687009_RuntimeMethod_var; extern const uint32_t LayoutGroup_set_padding_m282562135_MetadataUsageId; extern const RuntimeMethod* LayoutGroup_SetProperty_TisTextAnchor_t2035777396_m2990589179_RuntimeMethod_var; extern const uint32_t LayoutGroup_set_childAlignment_m3720967356_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisRectTransform_t3704657025_m2955745782_RuntimeMethod_var; extern const uint32_t LayoutGroup_get_rectTransform_m442863741_MetadataUsageId; extern const RuntimeType* ILayoutIgnorer_t1530801976_0_0_0_var; extern RuntimeClass* ListPool_1_t2953223642_il2cpp_TypeInfo_var; extern RuntimeClass* ILayoutIgnorer_t1530801976_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_Clear_m2765185411_RuntimeMethod_var; extern const RuntimeMethod* ListPool_1_Get_m2062177143_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1294235957_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1464644364_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3306164819_RuntimeMethod_var; extern const RuntimeMethod* ListPool_1_Release_m3920209327_RuntimeMethod_var; extern const uint32_t LayoutGroup_CalculateLayoutInputHorizontal_m4018851777_MetadataUsageId; extern const uint32_t LayoutGroup_OnDisable_m3483954898_MetadataUsageId; extern const uint32_t LayoutGroup_SetChildAlongAxis_m2810672703_MetadataUsageId; extern const uint32_t LayoutGroup_SetChildAlongAxis_m3499950169_MetadataUsageId; extern const RuntimeType* ILayoutGroup_t1287622989_0_0_0_var; extern const uint32_t LayoutGroup_get_isRootLayoutGroup_m1082645254_MetadataUsageId; extern const uint32_t LayoutGroup_SetDirty_m957775107_MetadataUsageId; extern RuntimeClass* U3CDelayedSetDirtyU3Ec__Iterator0_t3170500204_il2cpp_TypeInfo_var; extern const uint32_t LayoutGroup_DelayedSetDirty_m2562435574_MetadataUsageId; extern const uint32_t U3CDelayedSetDirtyU3Ec__Iterator0_MoveNext_m1212959166_MetadataUsageId; extern const RuntimeMethod* U3CDelayedSetDirtyU3Ec__Iterator0_Reset_m160466733_RuntimeMethod_var; extern const uint32_t U3CDelayedSetDirtyU3Ec__Iterator0_Reset_m160466733_MetadataUsageId; extern RuntimeClass* UnityAction_1_t1126149445_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectPool_1_t240936516_il2cpp_TypeInfo_var; extern RuntimeClass* ReapplyDrivenProperties_t1258266594_il2cpp_TypeInfo_var; extern const RuntimeMethod* LayoutRebuilder_U3Cs_RebuildersU3Em__0_m589488547_RuntimeMethod_var; extern const RuntimeMethod* UnityAction_1__ctor_m2402443288_RuntimeMethod_var; extern const RuntimeMethod* ObjectPool_1__ctor_m3822784481_RuntimeMethod_var; extern const RuntimeMethod* LayoutRebuilder_ReapplyDrivenProperties_m2581469389_RuntimeMethod_var; extern const uint32_t LayoutRebuilder__cctor_m2273545693_MetadataUsageId; extern const uint32_t LayoutRebuilder_ReapplyDrivenProperties_m2581469389_MetadataUsageId; extern const uint32_t LayoutRebuilder_IsDestroyed_m440903990_MetadataUsageId; extern RuntimeClass* Predicate_1_t2748928575_il2cpp_TypeInfo_var; extern const RuntimeMethod* LayoutRebuilder_U3CStripDisabledBehavioursFromListU3Em__1_m2875254717_RuntimeMethod_var; extern const RuntimeMethod* Predicate_1__ctor_m1652740649_RuntimeMethod_var; extern const RuntimeMethod* List_1_RemoveAll_m156087608_RuntimeMethod_var; extern const uint32_t LayoutRebuilder_StripDisabledBehavioursFromList_m1139556513_MetadataUsageId; extern const RuntimeMethod* ObjectPool_1_Get_m3553135611_RuntimeMethod_var; extern const RuntimeMethod* ObjectPool_1_Release_m1222978295_RuntimeMethod_var; extern const uint32_t LayoutRebuilder_ForceRebuildLayoutImmediate_m2728177051_MetadataUsageId; extern RuntimeClass* UnityAction_1_t2508470592_il2cpp_TypeInfo_var; extern const RuntimeMethod* LayoutRebuilder_U3CRebuildU3Em__2_m2448889475_RuntimeMethod_var; extern const RuntimeMethod* UnityAction_1__ctor_m3845711719_RuntimeMethod_var; extern const RuntimeMethod* LayoutRebuilder_U3CRebuildU3Em__3_m523803689_RuntimeMethod_var; extern const RuntimeMethod* LayoutRebuilder_U3CRebuildU3Em__4_m3706054989_RuntimeMethod_var; extern const RuntimeMethod* LayoutRebuilder_U3CRebuildU3Em__5_m1288787547_RuntimeMethod_var; extern const uint32_t LayoutRebuilder_Rebuild_m545411424_MetadataUsageId; extern const RuntimeType* ILayoutController_t915495727_0_0_0_var; extern RuntimeClass* ILayoutSelfController_t2317839084_il2cpp_TypeInfo_var; extern const RuntimeMethod* UnityAction_1_Invoke_m4251580000_RuntimeMethod_var; extern const uint32_t LayoutRebuilder_PerformLayoutControl_m4241054021_MetadataUsageId; extern const RuntimeType* ILayoutElement_t4082016710_0_0_0_var; extern const uint32_t LayoutRebuilder_PerformLayoutCalculation_m3393521362_MetadataUsageId; extern RuntimeClass* Behaviour_t1437897464_il2cpp_TypeInfo_var; extern const uint32_t LayoutRebuilder_MarkLayoutForRebuild_m4080555610_MetadataUsageId; extern const uint32_t LayoutRebuilder_ValidController_m2315321132_MetadataUsageId; extern const uint32_t LayoutRebuilder_MarkLayoutRootForRebuild_m1241498911_MetadataUsageId; extern const uint32_t LayoutRebuilder_LayoutComplete_m68578143_MetadataUsageId; extern String_t* _stringLiteral878729470; extern const uint32_t LayoutRebuilder_ToString_m1223284462_MetadataUsageId; extern const uint32_t LayoutRebuilder_U3CStripDisabledBehavioursFromListU3Em__1_m2875254717_MetadataUsageId; extern RuntimeClass* ILayoutElement_t4082016710_il2cpp_TypeInfo_var; extern const uint32_t LayoutRebuilder_U3CRebuildU3Em__2_m2448889475_MetadataUsageId; extern RuntimeClass* ILayoutController_t915495727_il2cpp_TypeInfo_var; extern const uint32_t LayoutRebuilder_U3CRebuildU3Em__3_m523803689_MetadataUsageId; extern const uint32_t LayoutRebuilder_U3CRebuildU3Em__4_m3706054989_MetadataUsageId; extern const uint32_t LayoutRebuilder_U3CRebuildU3Em__5_m1288787547_MetadataUsageId; extern RuntimeClass* LayoutUtility_t2745813735_il2cpp_TypeInfo_var; extern RuntimeClass* Func_2_t235587086_il2cpp_TypeInfo_var; extern const RuntimeMethod* LayoutUtility_U3CGetMinWidthU3Em__0_m398152306_RuntimeMethod_var; extern const RuntimeMethod* Func_2__ctor_m4101054726_RuntimeMethod_var; extern const uint32_t LayoutUtility_GetMinWidth_m3612214871_MetadataUsageId; extern const RuntimeMethod* LayoutUtility_U3CGetPreferredWidthU3Em__1_m74273510_RuntimeMethod_var; extern const RuntimeMethod* LayoutUtility_U3CGetPreferredWidthU3Em__2_m1610950633_RuntimeMethod_var; extern const uint32_t LayoutUtility_GetPreferredWidth_m3678713536_MetadataUsageId; extern const RuntimeMethod* LayoutUtility_U3CGetFlexibleWidthU3Em__3_m1091238571_RuntimeMethod_var; extern const uint32_t LayoutUtility_GetFlexibleWidth_m22831835_MetadataUsageId; extern const RuntimeMethod* LayoutUtility_U3CGetMinHeightU3Em__4_m2382889764_RuntimeMethod_var; extern const uint32_t LayoutUtility_GetMinHeight_m4082139234_MetadataUsageId; extern const RuntimeMethod* LayoutUtility_U3CGetPreferredHeightU3Em__5_m407820296_RuntimeMethod_var; extern const RuntimeMethod* LayoutUtility_U3CGetPreferredHeightU3Em__6_m3049688934_RuntimeMethod_var; extern const uint32_t LayoutUtility_GetPreferredHeight_m954532477_MetadataUsageId; extern const RuntimeMethod* LayoutUtility_U3CGetFlexibleHeightU3Em__7_m2991026842_RuntimeMethod_var; extern const uint32_t LayoutUtility_GetFlexibleHeight_m84018936_MetadataUsageId; extern const RuntimeMethod* Func_2_Invoke_m488571475_RuntimeMethod_var; extern const uint32_t LayoutUtility_GetLayoutProperty_m714717302_MetadataUsageId; extern const uint32_t LayoutUtility_U3CGetMinWidthU3Em__0_m398152306_MetadataUsageId; extern const uint32_t LayoutUtility_U3CGetPreferredWidthU3Em__1_m74273510_MetadataUsageId; extern const uint32_t LayoutUtility_U3CGetPreferredWidthU3Em__2_m1610950633_MetadataUsageId; extern const uint32_t LayoutUtility_U3CGetFlexibleWidthU3Em__3_m1091238571_MetadataUsageId; extern const uint32_t LayoutUtility_U3CGetMinHeightU3Em__4_m2382889764_MetadataUsageId; extern const uint32_t LayoutUtility_U3CGetPreferredHeightU3Em__5_m407820296_MetadataUsageId; extern const uint32_t LayoutUtility_U3CGetPreferredHeightU3Em__6_m3049688934_MetadataUsageId; extern const uint32_t LayoutUtility_U3CGetFlexibleHeightU3Em__7_m2991026842_MetadataUsageId; extern const uint32_t Mask_get_rectTransform_m440704215_MetadataUsageId; extern const uint32_t Mask_set_showMaskGraphic_m1344750035_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisGraphic_t1660335611_m1118939870_RuntimeMethod_var; extern const uint32_t Mask_get_graphic_m2572620787_MetadataUsageId; extern const uint32_t Mask_MaskEnabled_m2980554430_MetadataUsageId; extern const uint32_t Mask_OnEnable_m2186824439_MetadataUsageId; extern RuntimeClass* StencilMaterial_t3850132571_il2cpp_TypeInfo_var; extern const uint32_t Mask_OnDisable_m1270951829_MetadataUsageId; extern const uint32_t Mask_IsRaycastLocationValid_m3572890775_MetadataUsageId; extern String_t* _stringLiteral2763503942; extern const uint32_t Mask_GetModifiedMaterial_m2692272647_MetadataUsageId; extern RuntimeClass* CullStateChangedEvent_t3661388177_il2cpp_TypeInfo_var; extern const uint32_t MaskableGraphic__ctor_m3705055375_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisMask_t1803652131_m643495272_RuntimeMethod_var; extern const uint32_t MaskableGraphic_GetModifiedMaterial_m2758867980_MetadataUsageId; extern const RuntimeMethod* UnityEvent_1_Invoke_m933614109_RuntimeMethod_var; extern String_t* _stringLiteral1897618367; extern const uint32_t MaskableGraphic_UpdateCull_m2805101913_MetadataUsageId; extern const uint32_t MaskableGraphic_OnEnable_m846302383_MetadataUsageId; extern const uint32_t MaskableGraphic_OnDisable_m1757789159_MetadataUsageId; extern const uint32_t MaskableGraphic_get_rootCanvasRect_m3492154629_MetadataUsageId; extern const uint32_t MaskableGraphic_UpdateClipParent_m2605828397_MetadataUsageId; extern const RuntimeMethod* UnityEvent_1__ctor_m3777630589_RuntimeMethod_var; extern const uint32_t CullStateChangedEvent__ctor_m4089558259_MetadataUsageId; extern RuntimeClass* IClippable_t1239629351_il2cpp_TypeInfo_var; extern const RuntimeMethod* Component_GetComponentsInChildren_TisComponent_t1923634451_m1156099783_RuntimeMethod_var; extern const uint32_t MaskUtilities_Notify2DMaskStateChanged_m1613167679_MetadataUsageId; extern RuntimeClass* IMaskable_t433386433_il2cpp_TypeInfo_var; extern const uint32_t MaskUtilities_NotifyStencilStateChanged_m3969722420_MetadataUsageId; extern RuntimeClass* ListPool_1_t44818338_il2cpp_TypeInfo_var; extern const RuntimeMethod* ListPool_1_Get_m3146528893_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponentsInParent_TisCanvas_t3310196443_m369764774_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1187285853_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1106558045_RuntimeMethod_var; extern const RuntimeMethod* ListPool_1_Release_m1295952082_RuntimeMethod_var; extern const uint32_t MaskUtilities_FindRootSortOverrideCanvas_m1053047732_MetadataUsageId; extern RuntimeClass* ListPool_1_t2833241322_il2cpp_TypeInfo_var; extern const RuntimeMethod* ListPool_1_Get_m1500154352_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponents_TisMask_t1803652131_m1975602924_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m1662916923_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m2576555402_RuntimeMethod_var; extern const RuntimeMethod* ListPool_1_Release_m2936487515_RuntimeMethod_var; extern const uint32_t MaskUtilities_GetStencilDepth_m402474137_MetadataUsageId; extern const uint32_t MaskUtilities_IsDescendantOrSelf_m2247511982_MetadataUsageId; extern RuntimeClass* ListPool_1_t209511332_il2cpp_TypeInfo_var; extern const RuntimeMethod* ListPool_1_Get_m4207191750_RuntimeMethod_var; extern const RuntimeMethod* Component_GetComponentsInParent_TisRectMask2D_t3474889437_m3154118616_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1529060501_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Item_m3759222515_RuntimeMethod_var; extern const RuntimeMethod* ListPool_1_Release_m3079893175_RuntimeMethod_var; extern const uint32_t MaskUtilities_GetRectMaskForClippable_m2464520669_MetadataUsageId; extern const RuntimeMethod* List_1_Clear_m168400987_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m3779394834_RuntimeMethod_var; extern const uint32_t MaskUtilities_GetRectMasksForClip_m532898711_MetadataUsageId; extern const uint32_t Misc_Destroy_m3285455208_MetadataUsageId; extern const uint32_t Misc_DestroyImmediate_m3534039591_MetadataUsageId; extern const uint32_t MultipleDisplayUtilities_GetRelativeMousePositionForDrag_m4185058580_MetadataUsageId; extern const uint32_t MultipleDisplayUtilities_GetMousePositionRelativeToMainDisplayResolution_m2523088370_MetadataUsageId; extern const uint32_t Navigation_Equals_m317484440_MetadataUsageId; extern RuntimeClass* ListPool_1_t792119500_il2cpp_TypeInfo_var; extern const RuntimeMethod* ListPool_1_Get_m738675669_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Count_m1547299620_RuntimeMethod_var; extern const RuntimeMethod* List_1_get_Capacity_m3666274724_RuntimeMethod_var; extern const RuntimeMethod* List_1_set_Capacity_m2777925136_RuntimeMethod_var; extern const RuntimeMethod* ListPool_1_Release_m1246825787_RuntimeMethod_var; extern const uint32_t Outline_ModifyMesh_m226991704_MetadataUsageId; extern const uint32_t RawImage_get_mainTexture_m2396337033_MetadataUsageId; extern const uint32_t RawImage_set_texture_m415027901_MetadataUsageId; extern const uint32_t RawImage_SetNativeSize_m4254640819_MetadataUsageId; extern const uint32_t RawImage_OnPopulateMesh_m1115858855_MetadataUsageId; extern const uint32_t RectangularVertexClipper__ctor_m3444028362_MetadataUsageId; extern const RuntimeMethod* Component_GetComponent_TisTransform_t3600365921_m1200784320_RuntimeMethod_var; extern const uint32_t RectangularVertexClipper_GetCanvasRect_m2796440817_MetadataUsageId; extern RuntimeClass* RectangularVertexClipper_t626611136_il2cpp_TypeInfo_var; extern RuntimeClass* HashSet_1_t4099546121_il2cpp_TypeInfo_var; extern RuntimeClass* List_1_t651996883_il2cpp_TypeInfo_var; extern const RuntimeMethod* HashSet_1__ctor_m3016903461_RuntimeMethod_var; extern const RuntimeMethod* List_1__ctor_m3694722480_RuntimeMethod_var; extern const uint32_t RectMask2D__ctor_m1497447338_MetadataUsageId; extern const RuntimeMethod* GameObject_GetComponentsInParent_TisCanvas_t3310196443_m249132757_RuntimeMethod_var; extern const uint32_t RectMask2D_get_Canvas_m9990042_MetadataUsageId; extern const uint32_t RectMask2D_get_rectTransform_m921006921_MetadataUsageId; extern const RuntimeMethod* HashSet_1_Clear_m1535948485_RuntimeMethod_var; extern const uint32_t RectMask2D_OnDisable_m809267607_MetadataUsageId; extern const uint32_t RectMask2D_IsRaycastLocationValid_m1652308696_MetadataUsageId; extern RuntimeClass* MaskableGraphic_t3839221559_il2cpp_TypeInfo_var; extern const RuntimeMethod* HashSet_1_GetEnumerator_m569006269_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m1834618397_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1554493645_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_Dispose_m2380611706_RuntimeMethod_var; extern const uint32_t RectMask2D_PerformClipping_m199628230_MetadataUsageId; extern const RuntimeMethod* HashSet_1_Contains_m3128925042_RuntimeMethod_var; extern const RuntimeMethod* HashSet_1_Add_m3226509647_RuntimeMethod_var; extern const uint32_t RectMask2D_AddClippable_m373784024_MetadataUsageId; extern const RuntimeMethod* HashSet_1_Remove_m1860968099_RuntimeMethod_var; extern const uint32_t RectMask2D_RemoveClippable_m773604960_MetadataUsageId; extern const RuntimeType* Physics_t2310948930_0_0_0_var; extern const RuntimeType* Ray_t3785851493_0_0_0_var; extern const RuntimeType* RaycastHit_t1056001966_0_0_0_var; extern const RuntimeType* Single_t1397266774_0_0_0_var; extern const RuntimeType* Int32_t2950945753_0_0_0_var; extern const RuntimeType* Raycast3DCallback_t701940803_0_0_0_var; extern const RuntimeType* Physics2D_t1528932956_0_0_0_var; extern const RuntimeType* Vector2_t2156229523_0_0_0_var; extern const RuntimeType* Raycast2DCallback_t768590915_0_0_0_var; extern const RuntimeType* RaycastAllCallback_t1884415901_0_0_0_var; extern const RuntimeType* GetRayIntersectionAllCallback_t3913627115_0_0_0_var; extern const RuntimeType* RaycastHit2DU5BU5D_t4286651560_0_0_0_var; extern const RuntimeType* GetRayIntersectionAllNonAllocCallback_t2311174851_0_0_0_var; extern const RuntimeType* RaycastHitU5BU5D_t1690781147_0_0_0_var; extern const RuntimeType* GetRaycastNonAllocCallback_t3841783507_0_0_0_var; extern RuntimeClass* Raycast3DCallback_t701940803_il2cpp_TypeInfo_var; extern RuntimeClass* Raycast2DCallback_t768590915_il2cpp_TypeInfo_var; extern RuntimeClass* RaycastAllCallback_t1884415901_il2cpp_TypeInfo_var; extern RuntimeClass* GetRayIntersectionAllCallback_t3913627115_il2cpp_TypeInfo_var; extern RuntimeClass* GetRayIntersectionAllNonAllocCallback_t2311174851_il2cpp_TypeInfo_var; extern RuntimeClass* GetRaycastNonAllocCallback_t3841783507_il2cpp_TypeInfo_var; extern String_t* _stringLiteral618070602; extern String_t* _stringLiteral2652151739; extern String_t* _stringLiteral2818997478; extern String_t* _stringLiteral4093204653; extern String_t* _stringLiteral610240258; extern const uint32_t ReflectionMethodsCache__ctor_m3826472948_MetadataUsageId; extern RuntimeClass* ReflectionMethodsCache_t2103211062_il2cpp_TypeInfo_var; extern const uint32_t ReflectionMethodsCache_get_Singleton_m787098794_MetadataUsageId; extern const uint32_t ReflectionMethodsCache__cctor_m3883666113_MetadataUsageId; extern RuntimeClass* Ray_t3785851493_il2cpp_TypeInfo_var; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern const uint32_t GetRaycastNonAllocCallback_BeginInvoke_m3984885848_MetadataUsageId; extern const uint32_t GetRayIntersectionAllCallback_BeginInvoke_m567311550_MetadataUsageId; extern const uint32_t GetRayIntersectionAllNonAllocCallback_BeginInvoke_m397599096_MetadataUsageId; extern const uint32_t Raycast2DCallback_BeginInvoke_m2365382882_MetadataUsageId; extern RuntimeClass* RaycastHit_t1056001966_il2cpp_TypeInfo_var; extern const uint32_t Raycast3DCallback_BeginInvoke_m3732133089_MetadataUsageId; extern const uint32_t RaycastAllCallback_BeginInvoke_m3934710463_MetadataUsageId; extern RuntimeClass* ScrollEvent_t149898510_il2cpp_TypeInfo_var; extern const uint32_t Scrollbar__ctor_m1852189877_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetClass_TisRectTransform_t3704657025_m1943411854_RuntimeMethod_var; extern const uint32_t Scrollbar_set_handleRect_m1170237786_MetadataUsageId; extern const RuntimeMethod* SetPropertyUtility_SetStruct_TisDirection_t3470714353_m1506329685_RuntimeMethod_var; extern const uint32_t Scrollbar_set_direction_m473480640_MetadataUsageId; extern const uint32_t Scrollbar_get_value_m760470106_MetadataUsageId; extern const uint32_t Scrollbar_set_size_m4256339911_MetadataUsageId; extern const uint32_t Scrollbar_set_numberOfSteps_m3603299569_MetadataUsageId; extern const uint32_t Scrollbar_UpdateCachedReferences_m552296126_MetadataUsageId; extern const RuntimeMethod* UnityEvent_1_Invoke_m3400677460_RuntimeMethod_var; extern String_t* _stringLiteral3305530988; extern const uint32_t Scrollbar_Set_m607000118_MetadataUsageId; extern const uint32_t Scrollbar_UpdateVisuals_m2492252165_MetadataUsageId; extern const uint32_t Scrollbar_UpdateDrag_m1999008351_MetadataUsageId; extern const uint32_t Scrollbar_OnBeginDrag_m2883737878_MetadataUsageId; extern const uint32_t Scrollbar_OnDrag_m4289602768_MetadataUsageId; extern RuntimeClass* U3CClickRepeatU3Ec__Iterator0_t3442648935_il2cpp_TypeInfo_var; extern const uint32_t Scrollbar_ClickRepeat_m568850785_MetadataUsageId; extern const uint32_t Scrollbar_OnMove_m884487036_MetadataUsageId; extern const uint32_t Scrollbar_SetDirection_m1664029967_MetadataUsageId; extern RuntimeClass* WaitForEndOfFrame_t1314943911_il2cpp_TypeInfo_var; extern const uint32_t U3CClickRepeatU3Ec__Iterator0_MoveNext_m2800364313_MetadataUsageId; extern const RuntimeMethod* U3CClickRepeatU3Ec__Iterator0_Reset_m1121315703_RuntimeMethod_var; extern const uint32_t U3CClickRepeatU3Ec__Iterator0_Reset_m1121315703_MetadataUsageId; extern const RuntimeMethod* UnityEvent_1__ctor_m2218582587_RuntimeMethod_var; extern const uint32_t ScrollEvent__ctor_m342565857_MetadataUsageId; extern RuntimeClass* ScrollRectEvent_t343079324_il2cpp_TypeInfo_var; extern const uint32_t ScrollRect__ctor_m4109385501_MetadataUsageId; extern RuntimeClass* UnityAction_1_t1982102915_il2cpp_TypeInfo_var; extern const RuntimeMethod* ScrollRect_SetHorizontalNormalizedPosition_m3159121919_RuntimeMethod_var; extern const RuntimeMethod* UnityAction_1__ctor_m336053009_RuntimeMethod_var; extern const RuntimeMethod* UnityEvent_1_RemoveListener_m4190968495_RuntimeMethod_var; extern const RuntimeMethod* UnityEvent_1_AddListener_m3008008915_RuntimeMethod_var; extern const uint32_t ScrollRect_set_horizontalScrollbar_m1905585067_MetadataUsageId; extern const RuntimeMethod* ScrollRect_SetVerticalNormalizedPosition_m3389719750_RuntimeMethod_var; extern const uint32_t ScrollRect_set_verticalScrollbar_m3559087251_MetadataUsageId; extern const uint32_t ScrollRect_get_viewRect_m791243225_MetadataUsageId; extern const uint32_t ScrollRect_get_rectTransform_m2442061719_MetadataUsageId; extern const uint32_t ScrollRect_Rebuild_m364667943_MetadataUsageId; extern const uint32_t ScrollRect_UpdateCachedData_m2213916985_MetadataUsageId; extern const uint32_t ScrollRect_OnEnable_m3130111531_MetadataUsageId; extern const uint32_t ScrollRect_OnDisable_m4255705644_MetadataUsageId; extern const uint32_t ScrollRect_IsActive_m2043120237_MetadataUsageId; extern const uint32_t ScrollRect_EnsureLayoutHasRebuilt_m3415112783_MetadataUsageId; extern const uint32_t ScrollRect_StopMovement_m4294341396_MetadataUsageId; extern const uint32_t ScrollRect_OnScroll_m3861066534_MetadataUsageId; extern const uint32_t ScrollRect_OnInitializePotentialDrag_m3139711961_MetadataUsageId; extern const uint32_t ScrollRect_OnBeginDrag_m1222709073_MetadataUsageId; extern const uint32_t ScrollRect_OnDrag_m688583138_MetadataUsageId; extern const uint32_t ScrollRect_SetContentAnchoredPosition_m3848867294_MetadataUsageId; extern const RuntimeMethod* UnityEvent_1_Invoke_m3432495026_RuntimeMethod_var; extern String_t* _stringLiteral131502192; extern const uint32_t ScrollRect_LateUpdate_m1215231183_MetadataUsageId; extern const uint32_t ScrollRect_UpdatePrevData_m4009119607_MetadataUsageId; extern const uint32_t ScrollRect_UpdateScrollbars_m4146077522_MetadataUsageId; extern const uint32_t ScrollRect_SetNormalizedPosition_m3260907438_MetadataUsageId; extern const uint32_t ScrollRect_RubberDelta_m3597626447_MetadataUsageId; extern const uint32_t ScrollRect_SetLayoutHorizontal_m3078869633_MetadataUsageId; extern const uint32_t ScrollRect_SetLayoutVertical_m2556636352_MetadataUsageId; extern const uint32_t ScrollRect_UpdateOneScrollbarVisibility_m1785426292_MetadataUsageId; extern const uint32_t ScrollRect_UpdateScrollbarLayout_m4070037264_MetadataUsageId; extern const uint32_t ScrollRect_UpdateBounds_m359586673_MetadataUsageId; extern const uint32_t ScrollRect_AdjustBounds_m1965355334_MetadataUsageId; extern const uint32_t ScrollRect_GetBounds_m449872505_MetadataUsageId; extern const uint32_t ScrollRect_InternalGetBounds_m599803667_MetadataUsageId; extern const uint32_t ScrollRect_InternalCalculateOffset_m3525603382_MetadataUsageId; extern const uint32_t ScrollRect_SetDirty_m214267968_MetadataUsageId; extern const uint32_t ScrollRect_SetDirtyCaching_m4155312386_MetadataUsageId; struct Vector2U5BU5D_t1457185986; struct Vector3U5BU5D_t1718750761; struct UIVertexU5BU5D_t1981460040; struct ContentTypeU5BU5D_t2431451661; struct CharU5BU5D_t3528271667; struct TypeU5BU5D_t3940880105; struct DisplayU5BU5D_t103034768; struct RaycastHitU5BU5D_t1690781147; struct RaycastHit2DU5BU5D_t4286651560; #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 #ifndef LAYOUTUTILITY_T2745813735_H #define LAYOUTUTILITY_T2745813735_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.LayoutUtility struct LayoutUtility_t2745813735 : public RuntimeObject { public: public: }; struct LayoutUtility_t2745813735_StaticFields { public: // System.Func`2 UnityEngine.UI.LayoutUtility::<>f__am$cache0 Func_2_t235587086 * ___U3CU3Ef__amU24cache0_0; // System.Func`2 UnityEngine.UI.LayoutUtility::<>f__am$cache1 Func_2_t235587086 * ___U3CU3Ef__amU24cache1_1; // System.Func`2 UnityEngine.UI.LayoutUtility::<>f__am$cache2 Func_2_t235587086 * ___U3CU3Ef__amU24cache2_2; // System.Func`2 UnityEngine.UI.LayoutUtility::<>f__am$cache3 Func_2_t235587086 * ___U3CU3Ef__amU24cache3_3; // System.Func`2 UnityEngine.UI.LayoutUtility::<>f__am$cache4 Func_2_t235587086 * ___U3CU3Ef__amU24cache4_4; // System.Func`2 UnityEngine.UI.LayoutUtility::<>f__am$cache5 Func_2_t235587086 * ___U3CU3Ef__amU24cache5_5; // System.Func`2 UnityEngine.UI.LayoutUtility::<>f__am$cache6 Func_2_t235587086 * ___U3CU3Ef__amU24cache6_6; // System.Func`2 UnityEngine.UI.LayoutUtility::<>f__am$cache7 Func_2_t235587086 * ___U3CU3Ef__amU24cache7_7; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_0() { return static_cast(offsetof(LayoutUtility_t2745813735_StaticFields, ___U3CU3Ef__amU24cache0_0)); } inline Func_2_t235587086 * get_U3CU3Ef__amU24cache0_0() const { return ___U3CU3Ef__amU24cache0_0; } inline Func_2_t235587086 ** get_address_of_U3CU3Ef__amU24cache0_0() { return &___U3CU3Ef__amU24cache0_0; } inline void set_U3CU3Ef__amU24cache0_0(Func_2_t235587086 * value) { ___U3CU3Ef__amU24cache0_0 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_0), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache1_1() { return static_cast(offsetof(LayoutUtility_t2745813735_StaticFields, ___U3CU3Ef__amU24cache1_1)); } inline Func_2_t235587086 * get_U3CU3Ef__amU24cache1_1() const { return ___U3CU3Ef__amU24cache1_1; } inline Func_2_t235587086 ** get_address_of_U3CU3Ef__amU24cache1_1() { return &___U3CU3Ef__amU24cache1_1; } inline void set_U3CU3Ef__amU24cache1_1(Func_2_t235587086 * value) { ___U3CU3Ef__amU24cache1_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache1_1), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache2_2() { return static_cast(offsetof(LayoutUtility_t2745813735_StaticFields, ___U3CU3Ef__amU24cache2_2)); } inline Func_2_t235587086 * get_U3CU3Ef__amU24cache2_2() const { return ___U3CU3Ef__amU24cache2_2; } inline Func_2_t235587086 ** get_address_of_U3CU3Ef__amU24cache2_2() { return &___U3CU3Ef__amU24cache2_2; } inline void set_U3CU3Ef__amU24cache2_2(Func_2_t235587086 * value) { ___U3CU3Ef__amU24cache2_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache2_2), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache3_3() { return static_cast(offsetof(LayoutUtility_t2745813735_StaticFields, ___U3CU3Ef__amU24cache3_3)); } inline Func_2_t235587086 * get_U3CU3Ef__amU24cache3_3() const { return ___U3CU3Ef__amU24cache3_3; } inline Func_2_t235587086 ** get_address_of_U3CU3Ef__amU24cache3_3() { return &___U3CU3Ef__amU24cache3_3; } inline void set_U3CU3Ef__amU24cache3_3(Func_2_t235587086 * value) { ___U3CU3Ef__amU24cache3_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache3_3), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache4_4() { return static_cast(offsetof(LayoutUtility_t2745813735_StaticFields, ___U3CU3Ef__amU24cache4_4)); } inline Func_2_t235587086 * get_U3CU3Ef__amU24cache4_4() const { return ___U3CU3Ef__amU24cache4_4; } inline Func_2_t235587086 ** get_address_of_U3CU3Ef__amU24cache4_4() { return &___U3CU3Ef__amU24cache4_4; } inline void set_U3CU3Ef__amU24cache4_4(Func_2_t235587086 * value) { ___U3CU3Ef__amU24cache4_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache4_4), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache5_5() { return static_cast(offsetof(LayoutUtility_t2745813735_StaticFields, ___U3CU3Ef__amU24cache5_5)); } inline Func_2_t235587086 * get_U3CU3Ef__amU24cache5_5() const { return ___U3CU3Ef__amU24cache5_5; } inline Func_2_t235587086 ** get_address_of_U3CU3Ef__amU24cache5_5() { return &___U3CU3Ef__amU24cache5_5; } inline void set_U3CU3Ef__amU24cache5_5(Func_2_t235587086 * value) { ___U3CU3Ef__amU24cache5_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache5_5), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache6_6() { return static_cast(offsetof(LayoutUtility_t2745813735_StaticFields, ___U3CU3Ef__amU24cache6_6)); } inline Func_2_t235587086 * get_U3CU3Ef__amU24cache6_6() const { return ___U3CU3Ef__amU24cache6_6; } inline Func_2_t235587086 ** get_address_of_U3CU3Ef__amU24cache6_6() { return &___U3CU3Ef__amU24cache6_6; } inline void set_U3CU3Ef__amU24cache6_6(Func_2_t235587086 * value) { ___U3CU3Ef__amU24cache6_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache6_6), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache7_7() { return static_cast(offsetof(LayoutUtility_t2745813735_StaticFields, ___U3CU3Ef__amU24cache7_7)); } inline Func_2_t235587086 * get_U3CU3Ef__amU24cache7_7() const { return ___U3CU3Ef__amU24cache7_7; } inline Func_2_t235587086 ** get_address_of_U3CU3Ef__amU24cache7_7() { return &___U3CU3Ef__amU24cache7_7; } inline void set_U3CU3Ef__amU24cache7_7(Func_2_t235587086 * value) { ___U3CU3Ef__amU24cache7_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache7_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LAYOUTUTILITY_T2745813735_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 MASKUTILITIES_T4151184739_H #define MASKUTILITIES_T4151184739_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.MaskUtilities struct MaskUtilities_t4151184739 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MASKUTILITIES_T4151184739_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 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 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 MISC_T1447421763_H #define MISC_T1447421763_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Misc struct Misc_t1447421763 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MISC_T1447421763_H #ifndef MULTIPLEDISPLAYUTILITIES_T1455475102_H #define MULTIPLEDISPLAYUTILITIES_T1455475102_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.MultipleDisplayUtilities struct MultipleDisplayUtilities_t1455475102 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTIPLEDISPLAYUTILITIES_T1455475102_H #ifndef LIST_1_T3275726873_H #define LIST_1_T3275726873_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_t3275726873 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MaskU5BU5D_t2695825394* ____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_t3275726873, ____items_1)); } inline MaskU5BU5D_t2695825394* get__items_1() const { return ____items_1; } inline MaskU5BU5D_t2695825394** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MaskU5BU5D_t2695825394* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3275726873, ____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_t3275726873, ____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_t3275726873_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray MaskU5BU5D_t2695825394* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t3275726873_StaticFields, ___EmptyArray_4)); } inline MaskU5BU5D_t2695825394* get_EmptyArray_4() const { return ___EmptyArray_4; } inline MaskU5BU5D_t2695825394** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(MaskU5BU5D_t2695825394* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T3275726873_H #ifndef U3CCARETBLINKU3EC__ITERATOR0_T2589889038_H #define U3CCARETBLINKU3EC__ITERATOR0_T2589889038_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/c__Iterator0 struct U3CCaretBlinkU3Ec__Iterator0_t2589889038 : public RuntimeObject { public: // System.Single UnityEngine.UI.InputField/c__Iterator0::__1 float ___U3CblinkPeriodU3E__1_0; // System.Boolean UnityEngine.UI.InputField/c__Iterator0::__1 bool ___U3CblinkStateU3E__1_1; // UnityEngine.UI.InputField UnityEngine.UI.InputField/c__Iterator0::$this InputField_t3762917431 * ___U24this_2; // System.Object UnityEngine.UI.InputField/c__Iterator0::$current RuntimeObject * ___U24current_3; // System.Boolean UnityEngine.UI.InputField/c__Iterator0::$disposing bool ___U24disposing_4; // System.Int32 UnityEngine.UI.InputField/c__Iterator0::$PC int32_t ___U24PC_5; public: inline static int32_t get_offset_of_U3CblinkPeriodU3E__1_0() { return static_cast(offsetof(U3CCaretBlinkU3Ec__Iterator0_t2589889038, ___U3CblinkPeriodU3E__1_0)); } inline float get_U3CblinkPeriodU3E__1_0() const { return ___U3CblinkPeriodU3E__1_0; } inline float* get_address_of_U3CblinkPeriodU3E__1_0() { return &___U3CblinkPeriodU3E__1_0; } inline void set_U3CblinkPeriodU3E__1_0(float value) { ___U3CblinkPeriodU3E__1_0 = value; } inline static int32_t get_offset_of_U3CblinkStateU3E__1_1() { return static_cast(offsetof(U3CCaretBlinkU3Ec__Iterator0_t2589889038, ___U3CblinkStateU3E__1_1)); } inline bool get_U3CblinkStateU3E__1_1() const { return ___U3CblinkStateU3E__1_1; } inline bool* get_address_of_U3CblinkStateU3E__1_1() { return &___U3CblinkStateU3E__1_1; } inline void set_U3CblinkStateU3E__1_1(bool value) { ___U3CblinkStateU3E__1_1 = value; } inline static int32_t get_offset_of_U24this_2() { return static_cast(offsetof(U3CCaretBlinkU3Ec__Iterator0_t2589889038, ___U24this_2)); } inline InputField_t3762917431 * get_U24this_2() const { return ___U24this_2; } inline InputField_t3762917431 ** get_address_of_U24this_2() { return &___U24this_2; } inline void set_U24this_2(InputField_t3762917431 * value) { ___U24this_2 = value; Il2CppCodeGenWriteBarrier((&___U24this_2), value); } inline static int32_t get_offset_of_U24current_3() { return static_cast(offsetof(U3CCaretBlinkU3Ec__Iterator0_t2589889038, ___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(U3CCaretBlinkU3Ec__Iterator0_t2589889038, ___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(U3CCaretBlinkU3Ec__Iterator0_t2589889038, ___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 // U3CCARETBLINKU3EC__ITERATOR0_T2589889038_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_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 LIST_1_T4142344393_H #define LIST_1_T4142344393_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_t4142344393 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ImageU5BU5D_t2439009922* ____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_t4142344393, ____items_1)); } inline ImageU5BU5D_t2439009922* get__items_1() const { return ____items_1; } inline ImageU5BU5D_t2439009922** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ImageU5BU5D_t2439009922* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4142344393, ____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_t4142344393, ____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_t4142344393_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray ImageU5BU5D_t2439009922* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t4142344393_StaticFields, ___EmptyArray_4)); } inline ImageU5BU5D_t2439009922* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ImageU5BU5D_t2439009922** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ImageU5BU5D_t2439009922* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T4142344393_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 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 U3CDELAYEDSETDIRTYU3EC__ITERATOR0_T3170500204_H #define U3CDELAYEDSETDIRTYU3EC__ITERATOR0_T3170500204_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.LayoutGroup/c__Iterator0 struct U3CDelayedSetDirtyU3Ec__Iterator0_t3170500204 : public RuntimeObject { public: // UnityEngine.RectTransform UnityEngine.UI.LayoutGroup/c__Iterator0::rectTransform RectTransform_t3704657025 * ___rectTransform_0; // System.Object UnityEngine.UI.LayoutGroup/c__Iterator0::$current RuntimeObject * ___U24current_1; // System.Boolean UnityEngine.UI.LayoutGroup/c__Iterator0::$disposing bool ___U24disposing_2; // System.Int32 UnityEngine.UI.LayoutGroup/c__Iterator0::$PC int32_t ___U24PC_3; public: inline static int32_t get_offset_of_rectTransform_0() { return static_cast(offsetof(U3CDelayedSetDirtyU3Ec__Iterator0_t3170500204, ___rectTransform_0)); } inline RectTransform_t3704657025 * get_rectTransform_0() const { return ___rectTransform_0; } inline RectTransform_t3704657025 ** get_address_of_rectTransform_0() { return &___rectTransform_0; } inline void set_rectTransform_0(RectTransform_t3704657025 * value) { ___rectTransform_0 = value; Il2CppCodeGenWriteBarrier((&___rectTransform_0), value); } inline static int32_t get_offset_of_U24current_1() { return static_cast(offsetof(U3CDelayedSetDirtyU3Ec__Iterator0_t3170500204, ___U24current_1)); } inline RuntimeObject * get_U24current_1() const { return ___U24current_1; } inline RuntimeObject ** get_address_of_U24current_1() { return &___U24current_1; } inline void set_U24current_1(RuntimeObject * value) { ___U24current_1 = value; Il2CppCodeGenWriteBarrier((&___U24current_1), value); } inline static int32_t get_offset_of_U24disposing_2() { return static_cast(offsetof(U3CDelayedSetDirtyU3Ec__Iterator0_t3170500204, ___U24disposing_2)); } inline bool get_U24disposing_2() const { return ___U24disposing_2; } inline bool* get_address_of_U24disposing_2() { return &___U24disposing_2; } inline void set_U24disposing_2(bool value) { ___U24disposing_2 = value; } inline static int32_t get_offset_of_U24PC_3() { return static_cast(offsetof(U3CDelayedSetDirtyU3Ec__Iterator0_t3170500204, ___U24PC_3)); } inline int32_t get_U24PC_3() const { return ___U24PC_3; } inline int32_t* get_address_of_U24PC_3() { return &___U24PC_3; } inline void set_U24PC_3(int32_t value) { ___U24PC_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CDELAYEDSETDIRTYU3EC__ITERATOR0_T3170500204_H #ifndef LAYOUTREBUILDER_T541313304_H #define LAYOUTREBUILDER_T541313304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.LayoutRebuilder struct LayoutRebuilder_t541313304 : public RuntimeObject { public: // UnityEngine.RectTransform UnityEngine.UI.LayoutRebuilder::m_ToRebuild RectTransform_t3704657025 * ___m_ToRebuild_0; // System.Int32 UnityEngine.UI.LayoutRebuilder::m_CachedHashFromTransform int32_t ___m_CachedHashFromTransform_1; public: inline static int32_t get_offset_of_m_ToRebuild_0() { return static_cast(offsetof(LayoutRebuilder_t541313304, ___m_ToRebuild_0)); } inline RectTransform_t3704657025 * get_m_ToRebuild_0() const { return ___m_ToRebuild_0; } inline RectTransform_t3704657025 ** get_address_of_m_ToRebuild_0() { return &___m_ToRebuild_0; } inline void set_m_ToRebuild_0(RectTransform_t3704657025 * value) { ___m_ToRebuild_0 = value; Il2CppCodeGenWriteBarrier((&___m_ToRebuild_0), value); } inline static int32_t get_offset_of_m_CachedHashFromTransform_1() { return static_cast(offsetof(LayoutRebuilder_t541313304, ___m_CachedHashFromTransform_1)); } inline int32_t get_m_CachedHashFromTransform_1() const { return ___m_CachedHashFromTransform_1; } inline int32_t* get_address_of_m_CachedHashFromTransform_1() { return &___m_CachedHashFromTransform_1; } inline void set_m_CachedHashFromTransform_1(int32_t value) { ___m_CachedHashFromTransform_1 = value; } }; struct LayoutRebuilder_t541313304_StaticFields { public: // UnityEngine.UI.ObjectPool`1 UnityEngine.UI.LayoutRebuilder::s_Rebuilders ObjectPool_1_t240936516 * ___s_Rebuilders_2; // UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.UI.LayoutRebuilder::<>f__mg$cache0 ReapplyDrivenProperties_t1258266594 * ___U3CU3Ef__mgU24cache0_3; // System.Predicate`1 UnityEngine.UI.LayoutRebuilder::<>f__am$cache0 Predicate_1_t2748928575 * ___U3CU3Ef__amU24cache0_4; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.LayoutRebuilder::<>f__am$cache1 UnityAction_1_t2508470592 * ___U3CU3Ef__amU24cache1_5; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.LayoutRebuilder::<>f__am$cache2 UnityAction_1_t2508470592 * ___U3CU3Ef__amU24cache2_6; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.LayoutRebuilder::<>f__am$cache3 UnityAction_1_t2508470592 * ___U3CU3Ef__amU24cache3_7; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.LayoutRebuilder::<>f__am$cache4 UnityAction_1_t2508470592 * ___U3CU3Ef__amU24cache4_8; public: inline static int32_t get_offset_of_s_Rebuilders_2() { return static_cast(offsetof(LayoutRebuilder_t541313304_StaticFields, ___s_Rebuilders_2)); } inline ObjectPool_1_t240936516 * get_s_Rebuilders_2() const { return ___s_Rebuilders_2; } inline ObjectPool_1_t240936516 ** get_address_of_s_Rebuilders_2() { return &___s_Rebuilders_2; } inline void set_s_Rebuilders_2(ObjectPool_1_t240936516 * value) { ___s_Rebuilders_2 = value; Il2CppCodeGenWriteBarrier((&___s_Rebuilders_2), value); } inline static int32_t get_offset_of_U3CU3Ef__mgU24cache0_3() { return static_cast(offsetof(LayoutRebuilder_t541313304_StaticFields, ___U3CU3Ef__mgU24cache0_3)); } inline ReapplyDrivenProperties_t1258266594 * get_U3CU3Ef__mgU24cache0_3() const { return ___U3CU3Ef__mgU24cache0_3; } inline ReapplyDrivenProperties_t1258266594 ** get_address_of_U3CU3Ef__mgU24cache0_3() { return &___U3CU3Ef__mgU24cache0_3; } inline void set_U3CU3Ef__mgU24cache0_3(ReapplyDrivenProperties_t1258266594 * value) { ___U3CU3Ef__mgU24cache0_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__mgU24cache0_3), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache0_4() { return static_cast(offsetof(LayoutRebuilder_t541313304_StaticFields, ___U3CU3Ef__amU24cache0_4)); } inline Predicate_1_t2748928575 * get_U3CU3Ef__amU24cache0_4() const { return ___U3CU3Ef__amU24cache0_4; } inline Predicate_1_t2748928575 ** get_address_of_U3CU3Ef__amU24cache0_4() { return &___U3CU3Ef__amU24cache0_4; } inline void set_U3CU3Ef__amU24cache0_4(Predicate_1_t2748928575 * value) { ___U3CU3Ef__amU24cache0_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache0_4), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache1_5() { return static_cast(offsetof(LayoutRebuilder_t541313304_StaticFields, ___U3CU3Ef__amU24cache1_5)); } inline UnityAction_1_t2508470592 * get_U3CU3Ef__amU24cache1_5() const { return ___U3CU3Ef__amU24cache1_5; } inline UnityAction_1_t2508470592 ** get_address_of_U3CU3Ef__amU24cache1_5() { return &___U3CU3Ef__amU24cache1_5; } inline void set_U3CU3Ef__amU24cache1_5(UnityAction_1_t2508470592 * value) { ___U3CU3Ef__amU24cache1_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache1_5), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache2_6() { return static_cast(offsetof(LayoutRebuilder_t541313304_StaticFields, ___U3CU3Ef__amU24cache2_6)); } inline UnityAction_1_t2508470592 * get_U3CU3Ef__amU24cache2_6() const { return ___U3CU3Ef__amU24cache2_6; } inline UnityAction_1_t2508470592 ** get_address_of_U3CU3Ef__amU24cache2_6() { return &___U3CU3Ef__amU24cache2_6; } inline void set_U3CU3Ef__amU24cache2_6(UnityAction_1_t2508470592 * value) { ___U3CU3Ef__amU24cache2_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache2_6), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache3_7() { return static_cast(offsetof(LayoutRebuilder_t541313304_StaticFields, ___U3CU3Ef__amU24cache3_7)); } inline UnityAction_1_t2508470592 * get_U3CU3Ef__amU24cache3_7() const { return ___U3CU3Ef__amU24cache3_7; } inline UnityAction_1_t2508470592 ** get_address_of_U3CU3Ef__amU24cache3_7() { return &___U3CU3Ef__amU24cache3_7; } inline void set_U3CU3Ef__amU24cache3_7(UnityAction_1_t2508470592 * value) { ___U3CU3Ef__amU24cache3_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache3_7), value); } inline static int32_t get_offset_of_U3CU3Ef__amU24cache4_8() { return static_cast(offsetof(LayoutRebuilder_t541313304_StaticFields, ___U3CU3Ef__amU24cache4_8)); } inline UnityAction_1_t2508470592 * get_U3CU3Ef__amU24cache4_8() const { return ___U3CU3Ef__amU24cache4_8; } inline UnityAction_1_t2508470592 ** get_address_of_U3CU3Ef__amU24cache4_8() { return &___U3CU3Ef__amU24cache4_8; } inline void set_U3CU3Ef__amU24cache4_8(UnityAction_1_t2508470592 * value) { ___U3CU3Ef__amU24cache4_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cache4_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LAYOUTREBUILDER_T541313304_H #ifndef OBJECTPOOL_1_T240936516_H #define OBJECTPOOL_1_T240936516_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_t240936516 : public RuntimeObject { public: // System.Collections.Generic.Stack`1 UnityEngine.UI.ObjectPool`1::m_Stack Stack_1_t1384702759 * ___m_Stack_0; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnGet UnityAction_1_t1126149445 * ___m_ActionOnGet_1; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnRelease UnityAction_1_t1126149445 * ___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_t240936516, ___m_Stack_0)); } inline Stack_1_t1384702759 * get_m_Stack_0() const { return ___m_Stack_0; } inline Stack_1_t1384702759 ** get_address_of_m_Stack_0() { return &___m_Stack_0; } inline void set_m_Stack_0(Stack_1_t1384702759 * 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_t240936516, ___m_ActionOnGet_1)); } inline UnityAction_1_t1126149445 * get_m_ActionOnGet_1() const { return ___m_ActionOnGet_1; } inline UnityAction_1_t1126149445 ** get_address_of_m_ActionOnGet_1() { return &___m_ActionOnGet_1; } inline void set_m_ActionOnGet_1(UnityAction_1_t1126149445 * 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_t240936516, ___m_ActionOnRelease_2)); } inline UnityAction_1_t1126149445 * get_m_ActionOnRelease_2() const { return ___m_ActionOnRelease_2; } inline UnityAction_1_t1126149445 ** get_address_of_m_ActionOnRelease_2() { return &___m_ActionOnRelease_2; } inline void set_m_ActionOnRelease_2(UnityAction_1_t1126149445 * 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_t240936516, ___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_T240936516_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 U3CCLICKREPEATU3EC__ITERATOR0_T3442648935_H #define U3CCLICKREPEATU3EC__ITERATOR0_T3442648935_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Scrollbar/c__Iterator0 struct U3CClickRepeatU3Ec__Iterator0_t3442648935 : public RuntimeObject { public: // UnityEngine.EventSystems.PointerEventData UnityEngine.UI.Scrollbar/c__Iterator0::eventData PointerEventData_t3807901092 * ___eventData_0; // UnityEngine.UI.Scrollbar UnityEngine.UI.Scrollbar/c__Iterator0::$this Scrollbar_t1494447233 * ___U24this_1; // System.Object UnityEngine.UI.Scrollbar/c__Iterator0::$current RuntimeObject * ___U24current_2; // System.Boolean UnityEngine.UI.Scrollbar/c__Iterator0::$disposing bool ___U24disposing_3; // System.Int32 UnityEngine.UI.Scrollbar/c__Iterator0::$PC int32_t ___U24PC_4; public: inline static int32_t get_offset_of_eventData_0() { return static_cast(offsetof(U3CClickRepeatU3Ec__Iterator0_t3442648935, ___eventData_0)); } inline PointerEventData_t3807901092 * get_eventData_0() const { return ___eventData_0; } inline PointerEventData_t3807901092 ** get_address_of_eventData_0() { return &___eventData_0; } inline void set_eventData_0(PointerEventData_t3807901092 * value) { ___eventData_0 = value; Il2CppCodeGenWriteBarrier((&___eventData_0), value); } inline static int32_t get_offset_of_U24this_1() { return static_cast(offsetof(U3CClickRepeatU3Ec__Iterator0_t3442648935, ___U24this_1)); } inline Scrollbar_t1494447233 * get_U24this_1() const { return ___U24this_1; } inline Scrollbar_t1494447233 ** get_address_of_U24this_1() { return &___U24this_1; } inline void set_U24this_1(Scrollbar_t1494447233 * value) { ___U24this_1 = value; Il2CppCodeGenWriteBarrier((&___U24this_1), value); } inline static int32_t get_offset_of_U24current_2() { return static_cast(offsetof(U3CClickRepeatU3Ec__Iterator0_t3442648935, ___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(U3CClickRepeatU3Ec__Iterator0_t3442648935, ___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(U3CClickRepeatU3Ec__Iterator0_t3442648935, ___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 // U3CCLICKREPEATU3EC__ITERATOR0_T3442648935_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 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 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 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 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 HASHSET_1_T4099546121_H #define HASHSET_1_T4099546121_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_t4099546121 : 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_t2567354161* ___links_5; // T[] System.Collections.Generic.HashSet`1::slots IClippableU5BU5D_t4174436702* ___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_t4099546121, ___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_t4099546121, ___links_5)); } inline LinkU5BU5D_t2567354161* get_links_5() const { return ___links_5; } inline LinkU5BU5D_t2567354161** get_address_of_links_5() { return &___links_5; } inline void set_links_5(LinkU5BU5D_t2567354161* value) { ___links_5 = value; Il2CppCodeGenWriteBarrier((&___links_5), value); } inline static int32_t get_offset_of_slots_6() { return static_cast(offsetof(HashSet_1_t4099546121, ___slots_6)); } inline IClippableU5BU5D_t4174436702* get_slots_6() const { return ___slots_6; } inline IClippableU5BU5D_t4174436702** get_address_of_slots_6() { return &___slots_6; } inline void set_slots_6(IClippableU5BU5D_t4174436702* value) { ___slots_6 = value; Il2CppCodeGenWriteBarrier((&___slots_6), value); } inline static int32_t get_offset_of_touched_7() { return static_cast(offsetof(HashSet_1_t4099546121, ___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_t4099546121, ___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_t4099546121, ___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_t4099546121, ___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_t4099546121, ___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_t4099546121, ___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_t4099546121, ___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_T4099546121_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 RECTANGULARVERTEXCLIPPER_T626611136_H #define RECTANGULARVERTEXCLIPPER_T626611136_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.RectangularVertexClipper struct RectangularVertexClipper_t626611136 : public RuntimeObject { public: // UnityEngine.Vector3[] UnityEngine.UI.RectangularVertexClipper::m_WorldCorners Vector3U5BU5D_t1718750761* ___m_WorldCorners_0; // UnityEngine.Vector3[] UnityEngine.UI.RectangularVertexClipper::m_CanvasCorners Vector3U5BU5D_t1718750761* ___m_CanvasCorners_1; public: inline static int32_t get_offset_of_m_WorldCorners_0() { return static_cast(offsetof(RectangularVertexClipper_t626611136, ___m_WorldCorners_0)); } inline Vector3U5BU5D_t1718750761* get_m_WorldCorners_0() const { return ___m_WorldCorners_0; } inline Vector3U5BU5D_t1718750761** get_address_of_m_WorldCorners_0() { return &___m_WorldCorners_0; } inline void set_m_WorldCorners_0(Vector3U5BU5D_t1718750761* value) { ___m_WorldCorners_0 = value; Il2CppCodeGenWriteBarrier((&___m_WorldCorners_0), value); } inline static int32_t get_offset_of_m_CanvasCorners_1() { return static_cast(offsetof(RectangularVertexClipper_t626611136, ___m_CanvasCorners_1)); } inline Vector3U5BU5D_t1718750761* get_m_CanvasCorners_1() const { return ___m_CanvasCorners_1; } inline Vector3U5BU5D_t1718750761** get_address_of_m_CanvasCorners_1() { return &___m_CanvasCorners_1; } inline void set_m_CanvasCorners_1(Vector3U5BU5D_t1718750761* value) { ___m_CanvasCorners_1 = value; Il2CppCodeGenWriteBarrier((&___m_CanvasCorners_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RECTANGULARVERTEXCLIPPER_T626611136_H #ifndef RANGEINT_T2094684618_H #define RANGEINT_T2094684618_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RangeInt struct RangeInt_t2094684618 { public: // System.Int32 UnityEngine.RangeInt::start int32_t ___start_0; // System.Int32 UnityEngine.RangeInt::length int32_t ___length_1; public: inline static int32_t get_offset_of_start_0() { return static_cast(offsetof(RangeInt_t2094684618, ___start_0)); } inline int32_t get_start_0() const { return ___start_0; } inline int32_t* get_address_of_start_0() { return &___start_0; } inline void set_start_0(int32_t value) { ___start_0 = value; } inline static int32_t get_offset_of_length_1() { return static_cast(offsetof(RangeInt_t2094684618, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RANGEINT_T2094684618_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 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 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 UNITYEVENT_1_T2729110193_H #define UNITYEVENT_1_T2729110193_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_t2729110193 : 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_t2729110193, ___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_T2729110193_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 UILINEINFO_T4195266810_H #define UILINEINFO_T4195266810_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UILineInfo struct UILineInfo_t4195266810 { public: // System.Int32 UnityEngine.UILineInfo::startCharIdx int32_t ___startCharIdx_0; // System.Int32 UnityEngine.UILineInfo::height int32_t ___height_1; // System.Single UnityEngine.UILineInfo::topY float ___topY_2; // System.Single UnityEngine.UILineInfo::leading float ___leading_3; public: inline static int32_t get_offset_of_startCharIdx_0() { return static_cast(offsetof(UILineInfo_t4195266810, ___startCharIdx_0)); } inline int32_t get_startCharIdx_0() const { return ___startCharIdx_0; } inline int32_t* get_address_of_startCharIdx_0() { return &___startCharIdx_0; } inline void set_startCharIdx_0(int32_t value) { ___startCharIdx_0 = value; } inline static int32_t get_offset_of_height_1() { return static_cast(offsetof(UILineInfo_t4195266810, ___height_1)); } inline int32_t get_height_1() const { return ___height_1; } inline int32_t* get_address_of_height_1() { return &___height_1; } inline void set_height_1(int32_t value) { ___height_1 = value; } inline static int32_t get_offset_of_topY_2() { return static_cast(offsetof(UILineInfo_t4195266810, ___topY_2)); } inline float get_topY_2() const { return ___topY_2; } inline float* get_address_of_topY_2() { return &___topY_2; } inline void set_topY_2(float value) { ___topY_2 = value; } inline static int32_t get_offset_of_leading_3() { return static_cast(offsetof(UILineInfo_t4195266810, ___leading_3)); } inline float get_leading_3() const { return ___leading_3; } inline float* get_address_of_leading_3() { return &___leading_3; } inline void set_leading_3(float value) { ___leading_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UILINEINFO_T4195266810_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 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 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 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 WAITFORENDOFFRAME_T1314943911_H #define WAITFORENDOFFRAME_T1314943911_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.WaitForEndOfFrame struct WaitForEndOfFrame_t1314943911 : public YieldInstruction_t403091072 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WAITFORENDOFFRAME_T1314943911_H #ifndef UNITYEVENT_1_T3037889027_H #define UNITYEVENT_1_T3037889027_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_t3037889027 : 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_t3037889027, ___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_T3037889027_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 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 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 ENUMERATOR_T1509756096_H #define ENUMERATOR_T1509756096_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_t1509756096 { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::hashset HashSet_1_t4099546121 * ___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_t1509756096, ___hashset_0)); } inline HashSet_1_t4099546121 * get_hashset_0() const { return ___hashset_0; } inline HashSet_1_t4099546121 ** get_address_of_hashset_0() { return &___hashset_0; } inline void set_hashset_0(HashSet_1_t4099546121 * value) { ___hashset_0 = value; Il2CppCodeGenWriteBarrier((&___hashset_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1509756096, ___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_t1509756096, ___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_t1509756096, ___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_T1509756096_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 MATRIX4X4_T1817901843_H #define MATRIX4X4_T1817901843_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Matrix4x4 struct Matrix4x4_t1817901843 { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_t1817901843, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; struct Matrix4x4_t1817901843_StaticFields { public: // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix Matrix4x4_t1817901843 ___zeroMatrix_16; // UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix Matrix4x4_t1817901843 ___identityMatrix_17; public: inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast(offsetof(Matrix4x4_t1817901843_StaticFields, ___zeroMatrix_16)); } inline Matrix4x4_t1817901843 get_zeroMatrix_16() const { return ___zeroMatrix_16; } inline Matrix4x4_t1817901843 * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; } inline void set_zeroMatrix_16(Matrix4x4_t1817901843 value) { ___zeroMatrix_16 = value; } inline static int32_t get_offset_of_identityMatrix_17() { return static_cast(offsetof(Matrix4x4_t1817901843_StaticFields, ___identityMatrix_17)); } inline Matrix4x4_t1817901843 get_identityMatrix_17() const { return ___identityMatrix_17; } inline Matrix4x4_t1817901843 * get_address_of_identityMatrix_17() { return &___identityMatrix_17; } inline void set_identityMatrix_17(Matrix4x4_t1817901843 value) { ___identityMatrix_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MATRIX4X4_T1817901843_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_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 CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_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 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 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 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 UNITYEXCEPTION_T3598173660_H #define UNITYEXCEPTION_T3598173660_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UnityException struct UnityException_t3598173660 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNITYEXCEPTION_T3598173660_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_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 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 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 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 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 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 STENCILOP_T3446174106_H #define STENCILOP_T3446174106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.StencilOp struct StencilOp_t3446174106 { public: // System.Int32 UnityEngine.Rendering.StencilOp::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StencilOp_t3446174106, ___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 // STENCILOP_T3446174106_H #ifndef COMPAREFUNCTION_T2171731108_H #define COMPAREFUNCTION_T2171731108_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.CompareFunction struct CompareFunction_t2171731108 { public: // System.Int32 UnityEngine.Rendering.CompareFunction::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CompareFunction_t2171731108, ___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 // COMPAREFUNCTION_T2171731108_H #ifndef COLORWRITEMASK_T4282245599_H #define COLORWRITEMASK_T4282245599_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Rendering.ColorWriteMask struct ColorWriteMask_t4282245599 { public: // System.Int32 UnityEngine.Rendering.ColorWriteMask::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ColorWriteMask_t4282245599, ___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 // COLORWRITEMASK_T4282245599_H #ifndef CULLSTATECHANGEDEVENT_T3661388177_H #define CULLSTATECHANGEDEVENT_T3661388177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t3661388177 : public UnityEvent_1_t978947469 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULLSTATECHANGEDEVENT_T3661388177_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 TEXTUREWRAPMODE_T584250749_H #define TEXTUREWRAPMODE_T584250749_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextureWrapMode struct TextureWrapMode_t584250749 { public: // System.Int32 UnityEngine.TextureWrapMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TextureWrapMode_t584250749, ___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 // TEXTUREWRAPMODE_T584250749_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 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 ORIGIN90_T1855765812_H #define ORIGIN90_T1855765812_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Image/Origin90 struct Origin90_t1855765812 { public: // System.Int32 UnityEngine.UI.Image/Origin90::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Origin90_t1855765812, ___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 // ORIGIN90_T1855765812_H #ifndef ORIGIN360_T707706162_H #define ORIGIN360_T707706162_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Image/Origin360 struct Origin360_t707706162 { public: // System.Int32 UnityEngine.UI.Image/Origin360::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Origin360_t707706162, ___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 // ORIGIN360_T707706162_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 ORIGIN180_T325369132_H #define ORIGIN180_T325369132_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Image/Origin180 struct Origin180_t325369132 { public: // System.Int32 UnityEngine.UI.Image/Origin180::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Origin180_t325369132, ___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 // ORIGIN180_T325369132_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 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 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 EDGE_T1530570602_H #define EDGE_T1530570602_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RectTransform/Edge struct Edge_t1530570602 { public: // System.Int32 UnityEngine.RectTransform/Edge::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Edge_t1530570602, ___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 // EDGE_T1530570602_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 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 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 SCROLLEVENT_T149898510_H #define SCROLLEVENT_T149898510_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Scrollbar/ScrollEvent struct ScrollEvent_t149898510 : public UnityEvent_1_t2278926278 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCROLLEVENT_T149898510_H #ifndef AXIS_T1697763317_H #define AXIS_T1697763317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Scrollbar/Axis struct Axis_t1697763317 { public: // System.Int32 UnityEngine.UI.Scrollbar/Axis::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Axis_t1697763317, ___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_T1697763317_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 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 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 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 SCROLLRECTEVENT_T343079324_H #define SCROLLRECTEVENT_T343079324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.ScrollRect/ScrollRectEvent struct ScrollRectEvent_t343079324 : public UnityEvent_1_t3037889027 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SCROLLRECTEVENT_T343079324_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 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 TEXTGENERATIONERROR_T3604799999_H #define TEXTGENERATIONERROR_T3604799999_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TextGenerationError struct TextGenerationError_t3604799999 { public: // System.Int32 UnityEngine.TextGenerationError::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TextGenerationError_t3604799999, ___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 // TEXTGENERATIONERROR_T3604799999_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 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 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 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 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 METHODINFO_T_H #define METHODINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODINFO_T_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 RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t1871169219, ___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 // RUNTIMEFIELDHANDLE_T1871169219_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 UICHARINFO_T75501106_H #define UICHARINFO_T75501106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UICharInfo struct UICharInfo_t75501106 { public: // UnityEngine.Vector2 UnityEngine.UICharInfo::cursorPos Vector2_t2156229523 ___cursorPos_0; // System.Single UnityEngine.UICharInfo::charWidth float ___charWidth_1; public: inline static int32_t get_offset_of_cursorPos_0() { return static_cast(offsetof(UICharInfo_t75501106, ___cursorPos_0)); } inline Vector2_t2156229523 get_cursorPos_0() const { return ___cursorPos_0; } inline Vector2_t2156229523 * get_address_of_cursorPos_0() { return &___cursorPos_0; } inline void set_cursorPos_0(Vector2_t2156229523 value) { ___cursorPos_0 = value; } inline static int32_t get_offset_of_charWidth_1() { return static_cast(offsetof(UICharInfo_t75501106, ___charWidth_1)); } inline float get_charWidth_1() const { return ___charWidth_1; } inline float* get_address_of_charWidth_1() { return &___charWidth_1; } inline void set_charWidth_1(float value) { ___charWidth_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UICHARINFO_T75501106_H #ifndef UIVERTEX_T4057497605_H #define UIVERTEX_T4057497605_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UIVertex struct UIVertex_t4057497605 { public: // UnityEngine.Vector3 UnityEngine.UIVertex::position Vector3_t3722313464 ___position_0; // UnityEngine.Vector3 UnityEngine.UIVertex::normal Vector3_t3722313464 ___normal_1; // UnityEngine.Color32 UnityEngine.UIVertex::color Color32_t2600501292 ___color_2; // UnityEngine.Vector2 UnityEngine.UIVertex::uv0 Vector2_t2156229523 ___uv0_3; // UnityEngine.Vector2 UnityEngine.UIVertex::uv1 Vector2_t2156229523 ___uv1_4; // UnityEngine.Vector2 UnityEngine.UIVertex::uv2 Vector2_t2156229523 ___uv2_5; // UnityEngine.Vector2 UnityEngine.UIVertex::uv3 Vector2_t2156229523 ___uv3_6; // UnityEngine.Vector4 UnityEngine.UIVertex::tangent Vector4_t3319028937 ___tangent_7; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(UIVertex_t4057497605, ___position_0)); } inline Vector3_t3722313464 get_position_0() const { return ___position_0; } inline Vector3_t3722313464 * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_t3722313464 value) { ___position_0 = value; } inline static int32_t get_offset_of_normal_1() { return static_cast(offsetof(UIVertex_t4057497605, ___normal_1)); } inline Vector3_t3722313464 get_normal_1() const { return ___normal_1; } inline Vector3_t3722313464 * get_address_of_normal_1() { return &___normal_1; } inline void set_normal_1(Vector3_t3722313464 value) { ___normal_1 = value; } inline static int32_t get_offset_of_color_2() { return static_cast(offsetof(UIVertex_t4057497605, ___color_2)); } inline Color32_t2600501292 get_color_2() const { return ___color_2; } inline Color32_t2600501292 * get_address_of_color_2() { return &___color_2; } inline void set_color_2(Color32_t2600501292 value) { ___color_2 = value; } inline static int32_t get_offset_of_uv0_3() { return static_cast(offsetof(UIVertex_t4057497605, ___uv0_3)); } inline Vector2_t2156229523 get_uv0_3() const { return ___uv0_3; } inline Vector2_t2156229523 * get_address_of_uv0_3() { return &___uv0_3; } inline void set_uv0_3(Vector2_t2156229523 value) { ___uv0_3 = value; } inline static int32_t get_offset_of_uv1_4() { return static_cast(offsetof(UIVertex_t4057497605, ___uv1_4)); } inline Vector2_t2156229523 get_uv1_4() const { return ___uv1_4; } inline Vector2_t2156229523 * get_address_of_uv1_4() { return &___uv1_4; } inline void set_uv1_4(Vector2_t2156229523 value) { ___uv1_4 = value; } inline static int32_t get_offset_of_uv2_5() { return static_cast(offsetof(UIVertex_t4057497605, ___uv2_5)); } inline Vector2_t2156229523 get_uv2_5() const { return ___uv2_5; } inline Vector2_t2156229523 * get_address_of_uv2_5() { return &___uv2_5; } inline void set_uv2_5(Vector2_t2156229523 value) { ___uv2_5 = value; } inline static int32_t get_offset_of_uv3_6() { return static_cast(offsetof(UIVertex_t4057497605, ___uv3_6)); } inline Vector2_t2156229523 get_uv3_6() const { return ___uv3_6; } inline Vector2_t2156229523 * get_address_of_uv3_6() { return &___uv3_6; } inline void set_uv3_6(Vector2_t2156229523 value) { ___uv3_6 = value; } inline static int32_t get_offset_of_tangent_7() { return static_cast(offsetof(UIVertex_t4057497605, ___tangent_7)); } inline Vector4_t3319028937 get_tangent_7() const { return ___tangent_7; } inline Vector4_t3319028937 * get_address_of_tangent_7() { return &___tangent_7; } inline void set_tangent_7(Vector4_t3319028937 value) { ___tangent_7 = value; } }; struct UIVertex_t4057497605_StaticFields { public: // UnityEngine.Color32 UnityEngine.UIVertex::s_DefaultColor Color32_t2600501292 ___s_DefaultColor_8; // UnityEngine.Vector4 UnityEngine.UIVertex::s_DefaultTangent Vector4_t3319028937 ___s_DefaultTangent_9; // UnityEngine.UIVertex UnityEngine.UIVertex::simpleVert UIVertex_t4057497605 ___simpleVert_10; public: inline static int32_t get_offset_of_s_DefaultColor_8() { return static_cast(offsetof(UIVertex_t4057497605_StaticFields, ___s_DefaultColor_8)); } inline Color32_t2600501292 get_s_DefaultColor_8() const { return ___s_DefaultColor_8; } inline Color32_t2600501292 * get_address_of_s_DefaultColor_8() { return &___s_DefaultColor_8; } inline void set_s_DefaultColor_8(Color32_t2600501292 value) { ___s_DefaultColor_8 = value; } inline static int32_t get_offset_of_s_DefaultTangent_9() { return static_cast(offsetof(UIVertex_t4057497605_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_simpleVert_10() { return static_cast(offsetof(UIVertex_t4057497605_StaticFields, ___simpleVert_10)); } inline UIVertex_t4057497605 get_simpleVert_10() const { return ___simpleVert_10; } inline UIVertex_t4057497605 * get_address_of_simpleVert_10() { return &___simpleVert_10; } inline void set_simpleVert_10(UIVertex_t4057497605 value) { ___simpleVert_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UIVERTEX_T4057497605_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 U3CMOUSEDRAGOUTSIDERECTU3EC__ITERATOR1_T3909241878_H #define U3CMOUSEDRAGOUTSIDERECTU3EC__ITERATOR1_T3909241878_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/c__Iterator1 struct U3CMouseDragOutsideRectU3Ec__Iterator1_t3909241878 : public RuntimeObject { public: // UnityEngine.Vector2 UnityEngine.UI.InputField/c__Iterator1::__1 Vector2_t2156229523 ___U3CpositionU3E__1_0; // UnityEngine.EventSystems.PointerEventData UnityEngine.UI.InputField/c__Iterator1::eventData PointerEventData_t3807901092 * ___eventData_1; // UnityEngine.Vector2 UnityEngine.UI.InputField/c__Iterator1::__1 Vector2_t2156229523 ___U3ClocalMousePosU3E__1_2; // UnityEngine.Rect UnityEngine.UI.InputField/c__Iterator1::__1 Rect_t2360479859 ___U3CrectU3E__1_3; // System.Single UnityEngine.UI.InputField/c__Iterator1::__1 float ___U3CdelayU3E__1_4; // UnityEngine.UI.InputField UnityEngine.UI.InputField/c__Iterator1::$this InputField_t3762917431 * ___U24this_5; // System.Object UnityEngine.UI.InputField/c__Iterator1::$current RuntimeObject * ___U24current_6; // System.Boolean UnityEngine.UI.InputField/c__Iterator1::$disposing bool ___U24disposing_7; // System.Int32 UnityEngine.UI.InputField/c__Iterator1::$PC int32_t ___U24PC_8; public: inline static int32_t get_offset_of_U3CpositionU3E__1_0() { return static_cast(offsetof(U3CMouseDragOutsideRectU3Ec__Iterator1_t3909241878, ___U3CpositionU3E__1_0)); } inline Vector2_t2156229523 get_U3CpositionU3E__1_0() const { return ___U3CpositionU3E__1_0; } inline Vector2_t2156229523 * get_address_of_U3CpositionU3E__1_0() { return &___U3CpositionU3E__1_0; } inline void set_U3CpositionU3E__1_0(Vector2_t2156229523 value) { ___U3CpositionU3E__1_0 = value; } inline static int32_t get_offset_of_eventData_1() { return static_cast(offsetof(U3CMouseDragOutsideRectU3Ec__Iterator1_t3909241878, ___eventData_1)); } inline PointerEventData_t3807901092 * get_eventData_1() const { return ___eventData_1; } inline PointerEventData_t3807901092 ** get_address_of_eventData_1() { return &___eventData_1; } inline void set_eventData_1(PointerEventData_t3807901092 * value) { ___eventData_1 = value; Il2CppCodeGenWriteBarrier((&___eventData_1), value); } inline static int32_t get_offset_of_U3ClocalMousePosU3E__1_2() { return static_cast(offsetof(U3CMouseDragOutsideRectU3Ec__Iterator1_t3909241878, ___U3ClocalMousePosU3E__1_2)); } inline Vector2_t2156229523 get_U3ClocalMousePosU3E__1_2() const { return ___U3ClocalMousePosU3E__1_2; } inline Vector2_t2156229523 * get_address_of_U3ClocalMousePosU3E__1_2() { return &___U3ClocalMousePosU3E__1_2; } inline void set_U3ClocalMousePosU3E__1_2(Vector2_t2156229523 value) { ___U3ClocalMousePosU3E__1_2 = value; } inline static int32_t get_offset_of_U3CrectU3E__1_3() { return static_cast(offsetof(U3CMouseDragOutsideRectU3Ec__Iterator1_t3909241878, ___U3CrectU3E__1_3)); } inline Rect_t2360479859 get_U3CrectU3E__1_3() const { return ___U3CrectU3E__1_3; } inline Rect_t2360479859 * get_address_of_U3CrectU3E__1_3() { return &___U3CrectU3E__1_3; } inline void set_U3CrectU3E__1_3(Rect_t2360479859 value) { ___U3CrectU3E__1_3 = value; } inline static int32_t get_offset_of_U3CdelayU3E__1_4() { return static_cast(offsetof(U3CMouseDragOutsideRectU3Ec__Iterator1_t3909241878, ___U3CdelayU3E__1_4)); } inline float get_U3CdelayU3E__1_4() const { return ___U3CdelayU3E__1_4; } inline float* get_address_of_U3CdelayU3E__1_4() { return &___U3CdelayU3E__1_4; } inline void set_U3CdelayU3E__1_4(float value) { ___U3CdelayU3E__1_4 = value; } inline static int32_t get_offset_of_U24this_5() { return static_cast(offsetof(U3CMouseDragOutsideRectU3Ec__Iterator1_t3909241878, ___U24this_5)); } inline InputField_t3762917431 * get_U24this_5() const { return ___U24this_5; } inline InputField_t3762917431 ** get_address_of_U24this_5() { return &___U24this_5; } inline void set_U24this_5(InputField_t3762917431 * value) { ___U24this_5 = value; Il2CppCodeGenWriteBarrier((&___U24this_5), value); } inline static int32_t get_offset_of_U24current_6() { return static_cast(offsetof(U3CMouseDragOutsideRectU3Ec__Iterator1_t3909241878, ___U24current_6)); } inline RuntimeObject * get_U24current_6() const { return ___U24current_6; } inline RuntimeObject ** get_address_of_U24current_6() { return &___U24current_6; } inline void set_U24current_6(RuntimeObject * value) { ___U24current_6 = value; Il2CppCodeGenWriteBarrier((&___U24current_6), value); } inline static int32_t get_offset_of_U24disposing_7() { return static_cast(offsetof(U3CMouseDragOutsideRectU3Ec__Iterator1_t3909241878, ___U24disposing_7)); } inline bool get_U24disposing_7() const { return ___U24disposing_7; } inline bool* get_address_of_U24disposing_7() { return &___U24disposing_7; } inline void set_U24disposing_7(bool value) { ___U24disposing_7 = value; } inline static int32_t get_offset_of_U24PC_8() { return static_cast(offsetof(U3CMouseDragOutsideRectU3Ec__Iterator1_t3909241878, ___U24PC_8)); } inline int32_t get_U24PC_8() const { return ___U24PC_8; } inline int32_t* get_address_of_U24PC_8() { return &___U24PC_8; } inline void set_U24PC_8(int32_t value) { ___U24PC_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CMOUSEDRAGOUTSIDERECTU3EC__ITERATOR1_T3909241878_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 EDITSTATE_T3741896775_H #define EDITSTATE_T3741896775_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/EditState struct EditState_t3741896775 { public: // System.Int32 UnityEngine.UI.InputField/EditState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EditState_t3741896775, ___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 // EDITSTATE_T3741896775_H #ifndef EVENTMODIFIERS_T2016417398_H #define EVENTMODIFIERS_T2016417398_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventModifiers struct EventModifiers_t2016417398 { public: // System.Int32 UnityEngine.EventModifiers::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EventModifiers_t2016417398, ___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 // EVENTMODIFIERS_T2016417398_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 KEYCODE_T2599294277_H #define KEYCODE_T2599294277_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.KeyCode struct KeyCode_t2599294277 { public: // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(KeyCode_t2599294277, ___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 // KEYCODE_T2599294277_H #ifndef EVENTTYPE_T3528516131_H #define EVENTTYPE_T3528516131_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.EventType struct EventType_t3528516131 { public: // System.Int32 UnityEngine.EventType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EventType_t3528516131, ___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 // EVENTTYPE_T3528516131_H #ifndef PLANE_T1000493321_H #define PLANE_T1000493321_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Plane struct Plane_t1000493321 { public: // UnityEngine.Vector3 UnityEngine.Plane::m_Normal Vector3_t3722313464 ___m_Normal_0; // System.Single UnityEngine.Plane::m_Distance float ___m_Distance_1; public: inline static int32_t get_offset_of_m_Normal_0() { return static_cast(offsetof(Plane_t1000493321, ___m_Normal_0)); } inline Vector3_t3722313464 get_m_Normal_0() const { return ___m_Normal_0; } inline Vector3_t3722313464 * get_address_of_m_Normal_0() { return &___m_Normal_0; } inline void set_m_Normal_0(Vector3_t3722313464 value) { ___m_Normal_0 = value; } inline static int32_t get_offset_of_m_Distance_1() { return static_cast(offsetof(Plane_t1000493321, ___m_Distance_1)); } inline float get_m_Distance_1() const { return ___m_Distance_1; } inline float* get_address_of_m_Distance_1() { return &___m_Distance_1; } inline void set_m_Distance_1(float value) { ___m_Distance_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PLANE_T1000493321_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 SUBMITEVENT_T648412432_H #define SUBMITEVENT_T648412432_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/SubmitEvent struct SubmitEvent_t648412432 : public UnityEvent_1_t2729110193 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SUBMITEVENT_T648412432_H #ifndef ONCHANGEEVENT_T467195904_H #define ONCHANGEEVENT_T467195904_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.InputField/OnChangeEvent struct OnChangeEvent_t467195904 : public UnityEvent_1_t2729110193 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ONCHANGEEVENT_T467195904_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 EVENT_T2956885303_H #define EVENT_T2956885303_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.Event struct Event_t2956885303 : public RuntimeObject { public: // System.IntPtr UnityEngine.Event::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Event_t2956885303, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; struct Event_t2956885303_StaticFields { public: // UnityEngine.Event UnityEngine.Event::s_Current Event_t2956885303 * ___s_Current_1; // UnityEngine.Event UnityEngine.Event::s_MasterEvent Event_t2956885303 * ___s_MasterEvent_2; // System.Collections.Generic.Dictionary`2 UnityEngine.Event::<>f__switch$map0 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map0_3; public: inline static int32_t get_offset_of_s_Current_1() { return static_cast(offsetof(Event_t2956885303_StaticFields, ___s_Current_1)); } inline Event_t2956885303 * get_s_Current_1() const { return ___s_Current_1; } inline Event_t2956885303 ** get_address_of_s_Current_1() { return &___s_Current_1; } inline void set_s_Current_1(Event_t2956885303 * value) { ___s_Current_1 = value; Il2CppCodeGenWriteBarrier((&___s_Current_1), value); } inline static int32_t get_offset_of_s_MasterEvent_2() { return static_cast(offsetof(Event_t2956885303_StaticFields, ___s_MasterEvent_2)); } inline Event_t2956885303 * get_s_MasterEvent_2() const { return ___s_MasterEvent_2; } inline Event_t2956885303 ** get_address_of_s_MasterEvent_2() { return &___s_MasterEvent_2; } inline void set_s_MasterEvent_2(Event_t2956885303 * value) { ___s_MasterEvent_2 = value; Il2CppCodeGenWriteBarrier((&___s_MasterEvent_2), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map0_3() { return static_cast(offsetof(Event_t2956885303_StaticFields, ___U3CU3Ef__switchU24map0_3)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map0_3() const { return ___U3CU3Ef__switchU24map0_3; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map0_3() { return &___U3CU3Ef__switchU24map0_3; } inline void set_U3CU3Ef__switchU24map0_3(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map0_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map0_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of UnityEngine.Event struct Event_t2956885303_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Event struct Event_t2956885303_marshaled_com { intptr_t ___m_Ptr_0; }; #endif // EVENT_T2956885303_H #ifndef RUNTIMEPLATFORM_T4159857903_H #define RUNTIMEPLATFORM_T4159857903_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.RuntimePlatform struct RuntimePlatform_t4159857903 { public: // System.Int32 UnityEngine.RuntimePlatform::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RuntimePlatform_t4159857903, ___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 // RUNTIMEPLATFORM_T4159857903_H #ifndef TOUCHSCREENKEYBOARD_T731888065_H #define TOUCHSCREENKEYBOARD_T731888065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t731888065 : public RuntimeObject { public: // System.IntPtr UnityEngine.TouchScreenKeyboard::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(TouchScreenKeyboard_t731888065, ___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 #endif // TOUCHSCREENKEYBOARD_T731888065_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 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 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 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 ORIGINHORIZONTAL_T1174417785_H #define ORIGINHORIZONTAL_T1174417785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Image/OriginHorizontal struct OriginHorizontal_t1174417785 { public: // System.Int32 UnityEngine.UI.Image/OriginHorizontal::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(OriginHorizontal_t1174417785, ___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 // ORIGINHORIZONTAL_T1174417785_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 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 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 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 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 ORIGINVERTICAL_T2256455259_H #define ORIGINVERTICAL_T2256455259_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.UI.Image/OriginVertical struct OriginVertical_t2256455259 { public: // System.Int32 UnityEngine.UI.Image/OriginVertical::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(OriginVertical_t2256455259, ___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 // ORIGINVERTICAL_T2256455259_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 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 SPRITEATLAS_T646931412_H #define SPRITEATLAS_T646931412_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.U2D.SpriteAtlas struct SpriteAtlas_t646931412 : public Object_t631007953 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SPRITEATLAS_T646931412_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::